.sidebox-order_action .btncart-checkout:before {
    background: var(--mainColor)!important;
}
.sidebox-order_action .btncart-checkout {
    border-color: var(--mainColor)!important;
}
.sidebox-order_total p .total-price{
	color:var(--textColor) !important
} 
.section_product_tab .view-more {
    margin-top: 6px;
    text-align: center;
} 
ul.language{
display:flex;
margin-left:15px;
}
ul.language li:not(:last-child){
	margin-right:10px;
}
@media (max-width:767px){
ul.language{
margin-left:0;
margin-top:15px;
}
} 
.header .menu > .menu__item:hover > .menu__link{
	color:#fff
}
.logo {
    flex-shrink: 0;
    border-radius: 10px;
}
.logo img.--black-bd {
    border-radius: 10px !important;
}
.logo img {
height:100px;
} 
.news-item__img img {
    height: 220px;
    object-fit: cover;
}
.product__thumb img{
	width:100%
} 
.big-img img{
		width:100%
}
.title-detail-product h2 {
    float: left;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 0;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    font-size: 25px;
    color: #de7835;
    font-weight: 700;
}
.sku-product {
    margin-bottom: 10px;
    margin-top: 5px;
}
.sku-product ul li {
    display: inline-block;
    font-size: 14px;
    color: #7B7B7B;
    width: 100%;
}
.sku-product ul li p {
    font-weight: 500;
    color: #737373;
    margin-bottom: 10px;
}
.sku-product ul li span {
    margin-left: 6px;
    font-weight: 500;
    color: #de7835;
}
.sku-product .price p {
    font-size: 22px;
    font-weight:bold
}
.description-product {
    margin-bottom: 16px;
}
h3.style-h2-small {
    margin-bottom: 18px;
    margin-top: 0;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    font-size: 25px;
    color: #de7835;
    font-weight: 700;
}
.cover-product-group {
    width: 100%;
}
.product-same-group .item-hot-new-left {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}
.product-same-group .img-hot-new-left {
    margin-right: 12px;
    position: relative;
    overflow: hidden;
}
.img-hot-new-left img {
    min-width: 100%;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}
.title-hot-new-left h4 {
    clear: initial;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 8px;
    color: #de7835;
}
.product-same-group .title-hot-new-left p {
    font-style: italic;
    font-size: 14px;
    color: #747474;
}
.regular-price .price {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.related-products .title-hot-new-left .regular-price span {
    display: block;
}
.sku-product{
	margin-top:0;
} 
.product-view{
	display:flex;
    align-items:center;
}
.image_thumb img{
width:80px;
height:80px;
object-fit:cover;
margin-right:10px;
}
.product-view .product-info{
	width:calc(100% - 90px)
}
.cover-product-group  .product-view:not(:last-child){
		margin-bottom:16px;
}
.ctn-left-detail{
	margin:30px 0;
}
@media (max-width:991px){
.title-detail-product h2,
h3.style-h2-small{
	margin-top:15px;
}
} 
.header {
	background-color: #fef3e2;
}
.background-overlay:after {
    background-color: #708871;
}

/* ========= Root / Layout ========= */
.teacher-slider {
  padding: 40px 0 24px;
  background-color: #fff;
  color: #111;
}

.teacher-slider__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.teacher-slider__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  letter-spacing: .4px;
  margin: 0 0 24px;
  color: #EE1935; /* đỏ chủ đạo theo mẫu */
}

/* ========= Flickity Track / Cells ========= */
.teacher-slider__track {
  /* Flickity container */
}

.teacher-slider__cell {
  width: 33.333%;          /* 3 items desktop */
  padding: 0 12px;         /* spacing giữa các card */
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .teacher-slider__cell { width: 50%; } /* 2 items tablet */
}
@media (max-width: 575.98px) {
  .teacher-slider__cell { width: 100%; } /* 1 item mobile */
}

/* ========= Card ========= */
.teacher-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  overflow: hidden;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.teacher-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

.teacher-card__image {
  padding: 20px 20px 8px;
  background: #fff;
}

.teacher-card__img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  height: 300px;
  object-fit: cover;
  border-radius: 999px; /* tròn như mock */
}

.teacher-card__content {
  margin-top: 12px;
  background: #EE1935;
  color: #fff;
  padding: 16px 20px 18px;
  text-align: center;
}

.teacher-card__position {
  margin: 0;
  font-size: 14px;
  opacity: .95;
}

.teacher-card__name {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
}

/* Hotline row */
.teacher-card__hotline {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.teacher-card__icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex: 0 0 18px;
}

.teacher-card__phone {
  white-space: nowrap;
  color:#fff;
}

/* ========= Quote ========= */
.teacher-slider__quote {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  font-style: italic;
  text-align: center;
}

/* ========= Optional: tinh chỉnh Flickity ========= */
.teacher-slider .flickity-page-dots .dot {
  background: #EE1935;
  opacity: .3;
}
.teacher-slider .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.teacher-slider .flickity-button {
  background: transparent;
  color: #EE1935;
}
.teacher-slider .flickity-button:hover {
  background: rgba(228,0,43,.08);
} 
@media (min-width: 1024px) {
    .section_kage .modal-item__img img {
         height: auto !important;
        object-fit: cover;
    }
} 
@media(max-width:991px){
  .request-popup .request-wrapper{
    display:block
  }
}