@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MYRIADPRO-REGULAR.OTF");
  font-weight: normal;
}
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MYRIADPRO-BOLD.OTF");
  font-weight: bold;
}
@font-face {
  font-family: "UTMDaxlineBold";
  src: url("../fonts/UTMDaxlineBold.ttf");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "MyriadPro", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: initial;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

.container {
  max-width: 1760px;
}

.section .card-text {
  text-overflow: ellipsis;
}

.btn.btn-primary-red {
  background: linear-gradient(0deg, #c31809, #8f1212);
  display: inline-block;
  max-height: 58px;
  color: #ffffff;
  font-size: 46px;
  text-transform: uppercase;
  padding: 0 84px;
  border-radius: 35px;
  outline: none;
  border: none;
  box-shadow: none;
}
.btn.btn-primary-red.btn-primary-red--reverse {
  background: linear-gradient(180deg, #c31809, #8f1212);
  font-size: 29px;
  text-transform: unset;
}

.btn.btn-main-outline {
  display: inline-block;
  color: #761b0f;
  border: 3px solid #9a160a;
  border-radius: 35px;
  font-size: 16px;
    padding: 8px 20px;
}

.title {
  font-size: 25px;
  font-weight: bold;
  color: #9b1d0e;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 22px
}

.title--detail {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 45px;
  margin-bottom: 28px;
}
.title--detail .title {
  margin: 0;
  line-height: 1;
  color: #9e1b09;
  font-size: 25px;
}
.title--detail .right-horizontal {
  flex: 1;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #9e1b09;
}

.decorate {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  color: #ffffff;
  height: 48px;
  padding: 0 22px;
}
.decorate .divider {
  color: #4b4949;
  background-color: #4b4949;
  border-radius: 5px;
}
.decorate .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.decorate .view {
  display: flex;
  align-items: center;
  gap: 4px;
}
.decorate span {
  margin-top: 2px;
}

.card.card-main {
  height: 100%;
    border: 2px solid gray !important;
}
.card.card-main .card-footer {
  background: linear-gradient(180deg, #911005, #c22e1b);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
    padding: .35rem 1.25rem !important;
}
.card.card-main .card-footer small {
  color: #ffffff !important;
  font-size: 16px;
}
.card.card-main .card-img-top {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
.card.card-main .card-img-top .decorate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.card.card-main .card-text {
  font-size: 16px;
  flex-grow: 1;
}

.navbar {
  z-index: 1;
  height: 60px;
  background-color: #6d0e01;
    padding: 0;
}
.navbar .navbar-toggler {
  width:60px;
  height: 60px;
  background-color: #ffffff;
  border-color: #6d0e01;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
.navbar .navbar-toggler-icon {
  background-image: url("../images/burgur.svg");
}

.navbar .navbar-collapse {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #333333;
}

ul.navbar-nav li a:hover{
  color: #42a5f5;
}

.navbar .dropdown-menu {
  background-color: #333333;
}
.navbar .dropdown-item {
  color: #ffffff;
}

.header .header-search {
  border-radius: 35px;
  width: 100%;
}
.header .header-search input {
  flex: 1;
}
.header .btn {
  padding: 0;
  background-color: transparent;
}
.header .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.header-top__main {
  display: flex;
  align-items: center;
}
.header-top__main .logo {
  max-width: 162px;
  margin-right: 24px;
  transition: 0.5s;
}
.header-top__main .header-top__title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  transition: 0.5s;
}
.header-top__main .header-top__title p:first-child {
  color: #752121;
}
.header-top__main .header-top__title p:last-child {
  color: #380b5e;
}
.header-top__extra {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  height: 100%;
}
.header-top__icon {
  max-width: 45px;
}
.header-top__icon--cart {
  position: relative;
}
.header-top__icon--cart .header-top__cart-quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: red;
  border-radius: 50%;
}
.header-main {
  background-color: #6d0e01;
  color: #ffffff;
  height: 60px;
    position: relative;
    z-index: 1000;
}
.header-main .nav-link {
    height: 50px;
    line-height: 53px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
li.nav-item.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown .dropdown-menu{
    z-index: 1030;
}
.header-main__right {
  display: flex;
  height: 70px;
  align-items: center;
}
.header-search {
  display: inline-flex;
  background: #fff;
  align-items: center;
  padding: 1px 11px;
  border-radius: 14px;
}
.header-search input {
  border: none;
  outline: none;
}
.header-search__icon {
  max-width: 29px;
}

.banner-main__title {
  font-size: 71px;
  transition: 0.5s;
  font-family: "UTMDaxlineBold", sans-serif;
  color: #881a2c;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 0;
}
.banner-main .btn-header {
  margin-top: 135px;
}
.banner-main__extra {
  color: #4e0300;
  line-height: 1;
  font-size: 114px;
  transition: 0.5s;
}
.banner-content {
  margin-top: 22px;
}
.banner-content__title {
  padding-bottom: 4px;
  border-bottom: 3px solid #9b1e0e;
}
.banner-content__list {
  overflow-y: scroll;
  max-height: 470px;
  padding-right: 24px;
}
.banner-content__list::-webkit-scrollbar {
  background-color: #ffffff;
  border-radius: 10px;
  width: 8px;
}
.banner-content__list::-webkit-scrollbar-thumb {
  background-color: #9b1e0e;
  width: 8px;
  border-radius: 10px;
}
.banner-content__item {
  padding-bottom: 16px;
  padding-top: 20px;
  border-bottom: 2px solid #9a9a9a;
}
.banner-content__item.active .banner-content__text{
    color: #9b1e0e;
}
.banner-content__item:first-child {
  padding-top: 10px;
}
.banner-content__link {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  color: #311414;
}
.banner-content__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner-content__icon {
  min-width: 22px;
}
.banner .btn-footer {
  margin-top: 250px;
}

.outstanding .container {
  display: flex;
  flex-direction: column;
}
.outstanding-card {
  overflow: hidden;
  background-image: url("../images/pic-1.png");
  background-size: contain;
  background-position: center;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.outstanding-card .new-label {
  position: absolute;
  top: 0px;
  left: -65px;
  transform: rotate(-45deg);
  font-size: 30px;
  color: #ffffff;
  background: linear-gradient(0, #c31809, #e64e5c);
  padding: 20px 80px;
}
.outstanding-card__bottom {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  padding: 30px;
  color: #ffffff;
  font-size: 20px;
}
.outstanding-card__bottom__text {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.outstanding-card__btn {
  color: #ffffff;
}
.outstanding-card__btn:hover {
  color: #ffffff;
  text-decoration: underline;
}
.outstanding-card .decorate {
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
.outstanding .card {
  color: #0b0a0a;
  font-size: 28px;
}
.outstanding .card .decorate {
  color: #0b0a0a;
  font-size: 16px;
  padding-left: 0px;
}
.outstanding .card-title {
  font-size: 16px;
}
.image-kythinoibat{
    height: 120px;
}
.item-kithinoibat{
    margin-bottom: 27px;
}
.outstanding .card-body {
  padding-bottom: 0px;
}
.outstanding .outstanding-card__btn {
  color: #ffffff;
  margin-left: auto;
  font-size: 22px;
}
.outstanding .btn {
  margin-left: auto;
}

.level-up {
  background-color: #333333;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 65px;
}
.level-up .title {
  color: #ffffff;
}
.level-up .container {
  display: flex;
  flex-direction: column;
}
.level-up .btn {
  background-color: #ffffff;
}
.level-up .card {
  border: none;
}

.recruit {
  margin-top: 40px;
}
.recruit .container {
  display: flex;
  flex-direction: column;
}
.recruit .title {
  color: #333333;
}
.recruit .btn {
  margin-top: 40px;
}
.recruit .card {
    border: 2px solid #911005;
}

.accreditation {
  margin-top: 90px;
}
.accreditation .container {
  display: flex;
  flex-direction: column;
}
.accreditation .btn {
  margin-top: 40px;
}

.footer {
  background-color: #333333;
  text-align: center;
  position: relative;
  padding: 40px 0;
  margin-top: 80px;
}
.footer .back-top-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 22px;
  border-radius: 50%;
  background-color: #333333;
}
.footer-main {
  color: #ffffff;
  font-size: 25px;
}
.footer-socials {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 22px;
}

.card.card-detail {
  height: 100%;
}
.card.card-detail:hover {
    box-shadow: 0 0 36px #dee2e5;
}
.header-top__extra .btn-group:hover .dropdown-menu{
    display: block;
}

.navbar-expand-custom .dropdown-menu {
  border: none;
  border-radius: 0;
}

.nav-link.has-extend-tag {
  position: relative;
}

.nav-link.has-extend-tag .tag-item {
  position: absolute;
  overflow: visible;
}

.nav-link.has-extend-tag .tag-item .extend-tag{
  position: absolute;
  width: 50px;
  max-width:50px;
}

@media (min-width: 1200px){
  .nav-link.has-extend-tag .tag-item {
    right: 0;
    top: 0;
  }  
  .nav-link.has-extend-tag .tag-item .extend-tag{
    right: -20px;
    top: -30px;
  }
}
@media (max-width: 1199px){
  .nav-link.has-extend-tag .tag-item {
    left: 170px;
    top: 0;
  }  
  .nav-link.has-extend-tag .tag-item .extend-tag{
    right: 0;
    top: 0;
  }
}

.card.card-detail .card-title {
  font-size: 20px;
  color: #ab2011;
  text-transform: uppercase;
    text-align: left;
    font-weight: bold
}
.card.card-detail .card-text {
  font-size: 18px;
  color: #191818;
  flex-grow: 1;
}
.card.card-detail .card-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  gap: 22px;
}

.price-in-test .card-price__old,
.card.card-detail .card-price__old {
  font-size: 25px;
  color: #969291;
  text-decoration: line-through;
}
.price-in-test .card-price__new,
.card.card-detail .card-price__new {
  font-weight: bold;
  font-size: 30px;
  color: #d91b06;
}
.card.card-detail .card-body {
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
.card.card-detail .card-extra {
  display: flex;
  align-items: center;
  gap: 115px;
  justify-content: center;
}
.card.card-detail .card-extra__left {
  display: flex;
  gap: 6px;
  align-items: center;
}
.card.card-detail .card-footer {
  background: linear-gradient(180deg, #911005, #c22e1b);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}
.card.card-detail .card-footer small {
  color: #ffffff !important;
  font-size: 25px;
}
.card.card-detail .card-footer small img {
  margin-left: auto;
  margin-right: auto;
}

.banner--detail {
  position: relative;
}

.banner--detail .banner--detail__title {
  padding-top: 200px;
  display: inline-block;
  font-size: 67px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 0 #911005, -2px 0 #911005, 0 2px #911005, 0 -2px #911005, 1px 1px #911005, -1px -1px #911005, 1px -1px #911005, -1px 1px #911005;
  text-transform: uppercase;
}
.banner--detail .banner-text {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner--detail .banner-text .banner-text--top{
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0;
}
.banner--detail .banner-text .banner-text--bottom {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.major .content-edit{
  overflow-x: auto;
}

.major-text {
  font-size: 25px;
  color: #333333;
  line-height: 1;
  letter-spacing: 1px;
}
.major .major-text {
  margin-left: 64px;
}
.major .major-text + .major-text {
  margin-top: 70px;
}

.info-item {
  font-size: 25px;
  color: #333333;
  margin-left: 64px;
}
.info-link {
  color: #03badb;
}

.outstanding-detail .card {
  border: none;
  border-bottom: 2px solid #9a9a9a;
  border-radius: 0;
}
.outstanding-detail .card-body {
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 0;
}
.outstanding-detail .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #311414;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.outstanding-detail .card-text {
  font-size: 18px;
  color: #625b5b;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.outstanding-detail .decorate {
  color: #625b5b;
  font-size: 14px;
  padding: 0;
  gap: 6px;
}
.outstanding-detail .banner-content__list {
  max-height: 600px;
}

.news .banner-content__text {
  text-transform: uppercase;
}
.lecture {
  background-color: #f3f1f1;
  padding: 60px 0 75px 0;
  margin-top: 100px;
}

.recuit--detail .card {
  border: none;
  background-color: #f3f1f1;
  margin: 0 !important;
  border-radius: 0;
  border: 0;
}
.recuit--detail .card:hover {
  background-color: #ffffff;
}
.recuit--detail .card-body {
}
.recuit--detail .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.recuit--detail .card-text {
  font-size: 15px;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recuit--detail .decorate {
  color: #464646;
  padding: 0;
}
.recuit--detail .btn {
  background-color: #9e1b09;
}
.recuit--detail input,
.recuit--detail select {
  outline: none;
  border: 2px solid #d7d7d7;
  border-radius: 0;
  flex: 1;
}
.recuit--detail select {
  border-left: 0;
}
.recuit--detail .input-group {
  margin-bottom: 40px;
}
#cart .button-addtocart{
    padding: 15px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: red;
    border-top: 1px solid #cccccc;
}

#cart .card {
    margin: auto;
    max-width: 100%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent
}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 90px;
    position: absolute;
    border-right: 2px solid #9e1b09;
    top: 50%;
    left: 0;
    background: #fff;
    text-align: center;
    margin: 0;
    margin-top: -45px;
    z-index: 10;
    line-height: 1;
    color: #9e1b09;
    font-size: 25px;
    padding: 25px 0 0;
    opacity: 1;
    border-radius: 0;
    outline: none !important;
}
.home-slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    border-left: 2px solid #9e1b09;
    border-right: none;
}
.home-slider.owl-carousel .owl-nav .owl-prev:focus-visible,
.home-slider.owl-carousel .owl-next .owl-prev:focus-visible{
    outline: none !important;
}
.home-slider:hover .owl-nav .owl-next,
.home-slider:hover  .owl-nav .owl-prev{
    opacity: 1;
}

@media(max-width:767px) {
    #cart .card {
        margin: 3vh auto
    }
}

#cart .cart {
    background-color: #fff;
}

#cart .summary {
    background-color: #ddd;
    color: rgb(65, 65, 65)
}
#cart .cart:only-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media(min-width:992px) {
  #cart .cart {
    border-top-left-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 0;
  }
  #cart .summary {
    border-top-left-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1rem;
  }
}

@media(max-width:991px) {
  #cart .cart {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #cart .summary {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

.table.cart-bank-info tr:nth-of-type(odd){
  background: #d4e7ee;
}
.table.cart-bank-info tr:nth-of-type(even){
  background: #eaf3f8;
}
#cart .title b {
    font-size: 1.5rem
}

#cart .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

#cart a,
#cart a:hover {
  text-decoration: underline;
}

#cart .close {
    margin-left: auto;
    font-size: 0.7rem
}

#cart .back-to-shop {
    margin-top: 4.5rem
}

#cart input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

#cart textarea {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

#cart input:focus::-webkit-input-placeholder {
    color: transparent
}

#cart .btn {
    background-color: #6d0e01;
    border-color: #6d0e01;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    border-radius: 0
}

#cart #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.wapper-location-list .item-localtion-new:nth-child(odd){

}

.wapper-location-list .item-localtion-new:nth-child(even) .card{
  background: #ffffff;
}
.item-localtion-new .card{
  border-bottom: 1px solid #CCCCCC;
}
.decorate-sidebar{
  color: #000000;
  padding: 0;
  font-size: 11px;
  height: 26px;
}
.card-body-sidebar{
  padding: 10px;
}

.card-title-sidebar{
  margin-bottom: 0;
  font-size: 16px;
}
.icon-sidebar{
  width: 15px;
}
.banner-content__list-noibat{
    max-height: initial;
}
.form-control-search-select{
  width: 35%;
  flex: inherit !important;
}
.icon-cart{
  width: 24px;
}

.row-thongbao{
    margin: 0 -8px;
}
.col-thongbao{
    padding: 0 4px;
}

@media (max-width: 1600px) {
  .banner-main__title {
    font-size: 48px;
  }
  .banner-main__extra {
    font-size: 80px;
  }
  .outstanding .card-title {
    font-size: 22px;
  }
  .outstanding .card .decorate {
    font-size: 16px;
  }
  .outstanding-detail .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1350px) {
  .banner--detail .banner--detail__title {
    font-size: 52px;
  }
  .banner--detail .banner-text {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1400px;
  }
}
@media (max-width: 1200px) {
  .btn.btn-primary-red.btn-primary-red--reverse {
    margin-top: 100px;
  }
  .banner-main .text-center {
    text-align: left !important;
  }
  .outstanding .card-title {
    font-size: 26px;
  }
  .outstanding .card .decorate {
    font-size: 20px;
  }
  .outstanding .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
  }
  .accreditation {
    margin-top: 0px;
  }
}
@media (max-width: 1500px) {
  .header-top__main .header-top__title {
    font-size: 24px;
  }
  .header-top__main .logo {
    width: 120px;
    height: auto;
  }
  .banner-content__link {
    gap: 6px;
  }
  .banner-content__icon {
    min-width: 32px;
  }
  .banner-content__text {
    font-size: 16px;
  }
}
@media (max-width: 1530px) {
  .btn.btn-primary-red.btn-primary-red--reverse {
    display: block;
    white-space: normal;
    height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
  }
  .banner-main {
    background-position: 25% 0%;
  }
}
@media (min-width: 1200px) {
  .header .header-search {
    width: auto;
  }
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-custom .dropdown-menu {
    top:90%;
    border: none;
    border-radius: 0;
    position: absolute;
  }

  .navbar-expand-custom .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom > .container {
    flex-wrap: nowrap;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    background-color: #6d0e01;
    border-radius: 0;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar .dropdown-menu {
    background-color: #6d0e01;
  }
}
@media (max-width: 1050px) {
  .header-top__main .header-top__title {
    font-size: 20px;
  }
  .header-top__icon {
    max-width: 35px;
  }
}

@media (min-width: 787px) {
  .banner--detail .banner-text .banner-text--top{
    font-size: 30px;
  }
}
@media (min-width: 1201px){
  .banner--detail .banner-main {
    margin-top: 70px;
  }
}
@media (max-width: 1200px){
  .banner--detail .banner-main {
    margin-top: 15px;
  }
}
@media (max-width: 786px) {
  .banner--detail .banner-text .banner-text--top{
    font-size: 22px;
  }
  .header-top__main .header-top__title {
    font-size: 16px;
  }
  .header-top__main .logo {
    width: 80px;
    height: auto;
  }
  .footer-main {
    font-size: 18px;
  }
  .banner--detail .banner-text {
    font-size: 22px;
  }
  .banner--detail .banner--detail__title {
    margin: 0 30px;
  }
  .title--detail .title {
    font-size: 25px;
  }
  .major .major-text {
    font-size: 28px;
    margin-left: 30px;
  }
  .info-item {
    font-size: 28px;
    margin-left: 30px;
  }
}
@media (max-width: 576px) {
  .btn.btn-primary-red {
    font-size: 28px;
  }
  .banner-main__title {
    font-size: 32px;
  }
  .banner-main__extra {
    font-size: 48px;
  }
  .btn.btn-primary-red.btn-primary-red--reverse {
    font-size: 22px;
  }

  .outstanding .card .decorate {
    font-size: 16px;
  }
  .title--detail .title {
    font-size: 25px;
  }
  .major .major-text {
    font-size: 18px;
  }
  .major .major-text + .major-text {
    margin-top: 30px;
  }
  .info-item {
    font-size: 22px;
  }
}/*# sourceMappingURL=styles.css.map */

h5.banner-content__text{
  font-size: 16px;
}

h2.outstanding-card__bottom__text{
  font-size: 20px;
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  #navbarTogglerUser{
    display: none !important;
  }
  .header-top__extra_mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar .header-search{
    margin-bottom: 1rem;
  }
  .header-top__extra_mobile {
    display: flex;
  }
  .header-top__extra {
    display: none;
  }
}

.header-top__extra_mobile {
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  height: 100%;
  padding-right: 15px;
}

.header-main .container{
  padding-left: 0;
  padding-right: 0;
}

.test-mode-tabs{
  padding: 3px;
  border:1px solid black;
}
.test-mode-tabs .btn{
  border-radius: 0;
}

.wapper-choices-item{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wapper-choices-item .choices-item{
  display: flex;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}

.wapper-choices-item .choices-item input[type="radio"]{
  width: 15px;
  min-width: 15px;
  margin-right: 0.5rem; 
}

.wapper-choices-item .choices-item label{
  margin-bottom: 0;
}

.item-hot .extend-tag,
.item-localtion-new .extend-tag,
.test-item .extend-tag{
    height: 1px;
    width: 100%;
    z-index: 100;
    overflow: visible;
    position: absolute;
}

.test-item .extend-tag .free-tag{
  width: 100px;
  position: absolute;
  right: 0;
  top: -30px;
}

.item-localtion-new .extend-tag .free-tag {
  width: 80px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.item-hot .extend-tag .free-tag {
  width: 60px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.banner--detail .banner-main{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.quiz-mobile-layout,
.quiz-pc-layout,
#content-post-wrapper {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}