.swiper-button-next:after, .swiper-button-prev:after{
    content:unset;
}

.alert-success {
    position: fixed;
    bottom: -100%;
    left: 20px;
    z-index: 9999;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
    font-size: 14px !important;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
        color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success.active {
    bottom: 80px;
    visibility: visible;
    opacity: 1;
}

.alert-success a {
    color: #027DEE !important;
}

.alert-success a:hover {
    text-decoration: underline;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}
.product-option-name {
    margin-bottom: 10px;
}
.product-option{
    margin-bottom:0 !important;
}
.product-option-name label {
    font-size: 16px;
    font-weight: revert!important;
    color: #212121;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.product-reviews-form .form-group {
    margin: 0;
    padding: 0 10px 8px;
    border: 0
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    color: #323c42;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #EAEBF3;
    box-shadow: none;
    border-radius: 3px
}

.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd
}

.form-group .form-control::-moz-placeholder {
    color: #cdcfdd
}

.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor:pointer;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}
.product-reviews-form .alert {
    position: relative;
}
#lang-switch button{
    background: none;
    border: none;
    cursor:pointer;
}
@media(max-width:991px){
    .dropdown[_ngcontent-sc111]:hover .dropdown-menu[_ngcontent-sc111] {
        transform: unset !important;
    }
    #lang-switch .dropdown._opened .dropdown-menu{
        transform: unset;
    }
    .info_page{
        margin-bottom:0;
    }
    .info_page a{
        color:#000;
    }
    swiper>.swiper.s-wrapper .swiper-wrapper .swiper-slide{
        max-height: max-content;
    }
    .slider__image[_ngcontent-serverApp-c21] img[_ngcontent-serverApp-c21],.slider__image[_ngcontent-serverApp-c21]{
        height:auto;
        border: none;
    }
  .news__item--name[_ngcontent-serverApp-c19]{
  	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .slider__news--item-title[_ngcontent-serverApp-c27]{
  	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
}
.slider__news--item-title[_ngcontent-serverApp-c27]{
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color:#000;
}

.card .card__name{
	text-transform: uppercase;
    min-height: 40px;
  	line-height: 1.425;
} 
.product__info--title{
text-transform: uppercase;
}
/* ===== Video grid ===== */
.section_video .title-name{
  font-weight: 700;
  font-size: 20px;
  color: inherit;
}
.section_video{margin-bottom:30px;}
.section_video .video-card{ border-radius:14px; transition:.18s; margin-bottom:30px;}
.section_video .video-card:hover{ transform:translateY(-4px); box-shadow:0 .75rem 1.5rem rgba(0,0,0,.12)!important; }

.section_video .video-frame iframe{ width:100%; height:250px; }

.section_video .video-thumb{ cursor:pointer; transition:transform .25s ease;min-height: 250px; }
.section_video .video-card:hover .video-thumb{ transform:scale(1.04); }

.section_video .video-play{
  position:absolute; top:50%; left:50%;
  transform:translate(-50%,-50%);
  width:56px; height:56px; border:0;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:.2s ease;
}
.section_video .video-card:hover .video-play{ background:rgba(0,0,0,.7); transform:translate(-50%,-50%) scale(1.06); }

.line-clamp{ display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; }
.line-clamp-2{ -webkit-line-clamp:2; }

.section_video .ratio{
  width:100%;
  overflow: hidden;
}

.section_video img{
  transition: transform .25s ease;
  width:100%;
}

.section_video a:hover img{
  transform: scale(1.04);
}

/* play icon */
.section_video .ratio span{
  transition: transform .2s ease, background-color .2s ease;
}

.section_video a:hover .ratio span{
  transform: translate(-50%, -50%) scale(1.06);
  background-color: rgba(0,0,0,.65) !important;
}

/* clamp 2 lines (nếu bạn chưa có sẵn) */
.line-clamp{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2{
  -webkit-line-clamp: 2;
}

/* Optional: nút nhỏ đẹp hơn */
.section_video .btn.btn-outline-primary{
  border-radius: 999px;
  padding: 6px 12px;
}
.section_video .view_all{
    display: flex;
    justify-content: center;
}
.section_video .view_all a{
    width:max-content;
}
