.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.bg-highlight-1{
    background: #d92227;
}

.object-cover {
    object-fit: cover !important;
}

.bct img {
    max-height: 8rem;
}

.space-8, .space-8>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.space-8>.row{
    margin-left: -8px;
    margin-right: -8px;
}

.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.shadow-1{
    box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
}
.shadow-2{
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.box-shadow-3 {
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
}
.fa{
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}
.bg-light-1{
    background-color: rgb(246, 246, 246);
}
.rounded-8{
    border-radius: 8px;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.spacing-3{
    letter-spacing: 3px;
}
body {
    overflow-x: hidden;
}
.pt-6,.py-6 {
    padding-top: 6rem !important; 
}
.pb-6,.py-6 {
    padding-bottom: 6rem !important; 
}
.mt-6,.my-6 {
    margin-top: 6rem !important; 
}
.mb-6,.my-6 {
    margin-bottom: 6rem !important; 
}
.rounded-15{
    border-radius: 1.5rem;
}
.rounded {
    border-radius: 0.3rem !important;
}
.color-red{
    color: red;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 1rem;
    padding-left: 1rem;
}
.row {
    margin-right: -1rem;
    margin-left: -1rem;
}

[class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
a {
    color: var(--color-highlight);
}

.mt-2-cus,.my-2-cus {
    margin-top: 2rem !important; 
}
.mb-2-cus,.my-2-cus {
    margin-bottom: 2rem !important; 
}

.mr-2-cus,.mx-2-cus {
    margin-right: 2rem !important; 
}

.ml-2-cus,.mx-2-cus {
    margin-left: 2rem !important; 
}
.object-cover {
    object-fit: cover !important; 
}
.object-scale {
    object-fit: scale-down !important;
}
.color-text {
    color: var(--color-text);
}
.btn-main-1{
    background: var(--color-main-1) !important;
    border-color: var(--color-main-1) !important;
}
.btn-main-1:hover{
    background: white !important;
    color: var(--color-main-1) !important;
}

.setting-menu>.row {
    align-items: center;
    justify-content: space-between;
}
.setting-menu > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
}
.setting-menu > .row > div:last-child {
    justify-content: end;
}

.search-section input.form-control, .search-section .input-group > .input-group-append > .btn {
    height: 4.8rem;
    padding: 0 1.5rem;
    line-height: 4.8rem;
}
.search-section input.form-control {
    padding-left: 0;
}

.search-small .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-small:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.slider-main, .slider-main img {
    width: 100%;
    object-fit: cover;
    /* height: 36.5vw; */
}

.swiper-slider-main .swiper-pagination-bullet {
    background: white;
}
.swiper-slide--wrap h6 {
    padding-left: 5rem;
}
.swiper-slide--wrap h6::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4rem;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    color: inherit;
}
.swiper-slide--link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: #fff;
    width:45%
}
.swiper-slide--link:hover:after {
    width: 100%;
}
.slider-main .swiper-pagination-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background-color: transparent;
    color: transparent;
    opacity: 1;
    outline: none;
}

.slider-main .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -0.1875rem;
    margin-left: -0.1875rem;
    border-radius: 100%;
    background-color: #ddc2bd;
    content: '';
}

.slider-main .swiper-pagination-bullet-active {
    border: 2px solid var(--color-highlight);
    color: var(--color-highlight);
}

.slider-main .swiper-pagination-bullet-active:after {
    background-color: var(--color-highlight);
}
.cate-info {
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.list-category-left{
    height: calc(100% - 2rem);
}
.list-category-left .img-category, .list-category-left .img-category>div {
    height: 100%;
}
.block-tab.effect-nav li a::after {
    width: calc(100% - 5rem);
    margin: 0 auto;
}
.btn-all {
    background-color: #000;
    color: white;
    border-radius: 20px;
    width: 20%;
}
.btn-all:hover {
    border: 0.1rem solid #000;
    background-color: rgba(0, 0, 0, 0.0);
    color: #000;
}

.banner-info {
    position: absolute;
    top: 13%;
    transform: translateY(-13%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.btn-instagram {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.newsletter {
    max-width: 70rem;
    margin: 0 auto;
    text-align: center;
}
.newsletter .invalid-feedback {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: left;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-control {
    border-color: #e4e4e4;
    min-height: 4.5rem;
}
.newsletter .form-control {
    height: 4.3rem;
    border-radius: 30px;
}
.btn-newsletter {
    background: #000;
    height: 4.3rem;
    margin-left: 1rem;
    line-height: 4.3rem;
    padding: 0 3rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 1px solid #000;
    border-radius: 30px;
}

.btn-newsletter:hover {
    background-color: var(--white);
    color: var(--color-highlight) !important;
}
.swiper .product-item.swiper-slide{
    height:auto !important
}


.product-item img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.play-video video {
    width: 100%;
}

/*.product-item:hover img{*/
/*    transform: translateY(-10px);*/
/*}*/

.title-footer:before, footer .title-small:before {
    content: '';
    background-color: rgb(255 255 255 / 30%);
    height: 3px;
    display: block;
    width: 100%;
    max-width: 30px;
    bottom: 0;
    position: absolute;
}
footer .title-small {
    font-size: 1.6rem;
    border: none !important;
    position: relative;
    padding-bottom: 1rem !important;
    margin-bottom:2.1rem !important;
}

footer .article-item .inner-image>a {
    padding-top: 75%;
}

footer .view-small .post-date {
    display: none;
}

footer .view-small .inner-image {
    width: 6rem;
    margin-right: 1rem;
}

footer .view-small .inner-content {
    width: calc(100% - 6rem);
    margin-left: 6rem;
}
.view-small .article-item .article-title a {
    font-weight: 400;
    font-size: 1.4rem;
}
.article-item.swiper-slide{
    margin-bottom: 0;
}
.swiper .article-item.swiper-slide{
    height: auto;
    margin-bottom: 1.5rem;
}

.title-footer {
    font-size: 1.6rem;
}

.social-section li a {
    color: var(--color-text);
    margin-right: 2rem;
    font-size: 1.6rem;
}

.social-section li a:hover {
    color: var(--color-highlight);
}
footer .title-footer {
    display: block !important;
}
.footer-menu-section ul li {
    margin-bottom: 2rem;
}


.title-line:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--light);
}
.title-line span{
    background:white;
    position:relative;
    padding: 0 2rem;
}
.title-left .title-line span {
    padding-left: 0;
}

.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}


#modal-advise .right-popup-content h3 {
    line-height: 1.3;
}
.product-image-detail .inner-image {
    padding-top: 100%;
}
.product-image-detail .inner-image img {
    object-fit: scale-down;
}
.description-product-detail-custom {
    display: table;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px dashed var(--color-main-1);
    border-radius: 0.3rem;
    background: #fffefa;
    padding: 1rem;
    font-size: 1.4rem;
}
.button-social-product ul li {
    width: 50%;
    float: left;
}
.modal button.close {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    z-index: 10;
    text-shadow: unset;
}

.policy-item img {
    width: 40px;
    object-fit: scale-down;
}

.modal .modal-dialog {
    margin-top: 3rem;
}
.invalid-feedback {
    color: #dc3545 !important;
}
#return-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    background: var(--light);
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    color: var(--color-highlight);
}
#return-to-top i {    
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 4.5rem;
}
#return-to-top:hover {
    background: var(--color-highlight);
    color: white;
}
.contact-form .form-control {
    border-width: 2px;
    min-height: 5.3rem;
}
.contact-form .img{
    padding-top:72%;
}
.btn-filter-mobile {
    display: block;
    color: var(--color-main);
}
.btn-filter-mobile, .content-filter-head {
    display: block;
    
}
.content-filter-product {
    position: fixed;
    width: 32rem;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-32rem, 0, 0);
    -moz-transform: translate3d(-32rem, 0, 0);
    -ms-transform: translate3d(-32rem, 0, 0);
    -o-transform: translate3d(-32rem, 0, 0);
    transform: translate3d(-32rem, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.1rem 0 0.3rem rgba(0, 0, 0, 0.2);
}
.content-filter-product.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.filter-url .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
}
.filter-url .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}
.content-filter-head {
    background: #faf9f8;
    padding: 2rem 3rem;
}
.per-page-section {
    border-width: 2px !important;
}
.bootstrap-select>.dropdown-toggle {
    min-height: 4.5rem;
}
#popup-dangkydathang button.close {
    position: inherit !important;
    color: white;
}

.search-flex {
    flex: 1.5;
}
.toolbar__item a img {
    width: 20px !important;
    height: 20px !important;
}
.product-action .btn-product-action:last-child {
    margin-right: 0;
}

.product-detail-footer .nav li a::before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: background-color .2s ease-out;
    width: 100%;
    z-index: 1;
}

.product-detail-footer .nav li a.active::before {
    background-color: #000001;
}

.product-detail-footer .nav li {
    padding-right: 5rem;
}

.product-detail-footer .nav li:last-child {
    padding: 0 !important;
}
.logo-flex {
    flex: 1;
}
.title-article-detail {
    font-size: 2.4rem;
}

.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}
body {
  counter-reset: section;
}

.file-number::before {
  counter-increment: section;
  content: counter(section);
}
.list-file .article-title a{
    color: var(--color-main);
}
.footer-menu-section ul li a:hover {
    color: var(--color-text) !important;
}

.play-video {
    object-fit: cover;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.play-video .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author_name {
    font-weight: 600;
    font-size: 20px;
}

@media only screen and (min-width:768px) {
    .col-2-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media only screen and (min-width:992px) {
    .swiper-slide--wrap {
        width: 40%;
    }
    .banner-item-1 {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
	#modal-advise .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    .logo-flex {
        flex: 0.2;
    }
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media only screen and (min-width:1367px) {
    .setting-menu {
        padding: 0 5rem;
    }
}
@media only screen and (max-width:1367px) and (min-width:1000px) {
    .setting-menu {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1500px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1200px) and (min-width:1000px) {
    .menu-section > ul > li > a {
        padding: 0 1.2rem;
    }
    
    .logo-flex {
        flex: 1;
    }
}

@media only screen and (max-width:1200px) {
    .item-title-category {
        font-size: 18px;
    }
}

@media only screen and (max-width:999.99px) {
    .setting-menu {
        padding: 0 3rem;
    }
    
    .setting-menu > .row > div {
        flex: none;
        max-width: none;
        width: max-content;
    }
    
    .setting-menu > .row > div:nth-child(2) {
        order: -1;
    }
}

@media only screen and (max-width:992px) {

    .footer-mb>.container>.row>div {
        flex:  0 0 50%;
        max-width: 50%;
    }
    /*.setting-menu>.container>.row>div{*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/

    .product-item .price-amount {
        display: block;
    }
    .product-item .price-amount.old-price {
        display: inline-block;
        margin-left: 0 !important;
    }
    #modal-advise .modal-dialog {
        max-width: 100%;
    }
    .list-category-right .img-category>div {
        padding-top: 75%;
    }
    .contact-form {
        margin-bottom: 5rem !important;
    }
    .setting-menu-mb .logo-flex {
        flex: unset;
    }
    .setting-menu-mb .entire-action-header {
        padding-left: 0 !important;
    }
    #nh-admin-bar {
        display: none;
    }
}

@media only screen and (max-width:860px) {
    .play-video {
        padding-bottom: 45%;
    }
}

@media only screen and (max-width:768px) {
    .title-section {
        font-size: 2.6rem !important;
        margin-bottom: 2rem !important;
    }
    
    .slider-main, .slider-main img {
        /* height: 65vh; */
        /* object-position: 90% center; */
    }
    
    .swiper-slide--tile {
        font-size: 3rem;    
    }

    .footer-mb>.container>.row>div {
        flex:  0 0 100%;
        max-width: 100%;
    }
    #modal-advise .right-popup-content h3 {
        font-size: 2.2rem;
    }

    #modal-advise .left-popup>div {
        padding-top: 60%;
    }
    .swiper-slide--wrap {
        top: 30%;
        transform: translateY(-10%);
    }
    .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
    .banner-description {
        font-size: 1.8rem;
    }
    .banner-info {
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-mini-cart {
        margin: 0 1rem;
    }
    .btn-submit-mb {
        padding: 0 1.5rem;
    }
    
    .btn-submit {
        font-size: 1.3rem;
    }
    
    .article-detail .article-content table colgroup > col {
        width: auto !important;
    }
    
    .article-detail .article-content table tr {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto !important;
    }
    
    .article-detail .article-content table,
    .article-detail .article-content table colgroup,
    .article-detail .article-content table colgroup > col,
    .article-detail .article-content table tbody,
    .article-detail .article-content table tr {
        border: none;
    }
    
    .article-detail .article-content table th,
    .article-detail .article-content table td {
        border: none;
        height: auto !important;
    }
    
    .footer_custom > .container > .row > div:nth-child(2),
    .footer_custom > .container > .row > div:nth-child(3) {
        flex:  0 0 50%;
        max-width: 50%;
    }

}


@media (max-width:549.99px) {
    .btn-all {
        width: 60%; 
    }
    .play-video {
        width: 100%;
        object-fit: cover;
        /* height: 100vw; */
    }
    
    .swiper-slide--wrap {
         transform: translateY(0); 
    }
    
    .swiper-slide--tile {
        font-size: 2.4rem;
    }
    
    .swiper-slide--description {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .play-video {
        padding-bottom: 40%;
    }
}


@media (max-width:375px) {
    .btn-filter-mobile {
        font-size: 1.3rem;
    }
    
    .per-page-section {
        font-size: 1.3rem;
        margin: 0 1rem !important;
        padding: 0 1rem !important;
    }
    
    .orderby-section .orderby-title {
        font-size: 1.3rem;
    }
}

/*Header*/
/*.home .header-main {*/
/*    position: absolute;*/
/*    z-index: 10;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/

/*Search*/
.btn-action-header {
    color: var(--black);
    top: 0px;
    /* left: 50px; */
}

.entire-action-header {
    padding: 0.8rem 0;
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: -75px;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

/*Search END*/

/*product*/
.border-radius{
    border-radius: 15px;
}
/*product END*/

/*news*/
.text-news {
    position: absolute;
    /* top: -115px; */
    right: 25px;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .1); */
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.btn-news {
    background-color: white;
    border-radius: 20px;
    padding: 0.85rem 2rem;
    width: max-content;
}
.btn-news:hover {
    border: 0.1rem solid white;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}
.inner-content .star-rating::before {
    color: black !important;
}

.text-height{
    height: 33px;
    font-size: 22px;
}
/*News end*/

.box-video-location iframe {
    width: 100%;
    height: 53.5vw;
    top: 0;
    left: 0;
}
.entire-content {
    position: absolute;
    top: 78%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-transform: capitalize;
    z-index: 4;
}

/*Header*/

.setting-menu.fixed, .menu-mobile.fixed {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%);
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 100;
    background-color: white;
}
/*End Header*/


.product-material .article-item .inner-image {
    border-radius: 15px;
}

.product_het_hang {
    font-weight: 500;
}

.product_het_hang strong {
    font-weight: 800;
}
div#toasts {
    top: 50% !important;
    left: 50% !important;
    right: initial !important;
    transform: translate(-50%, -50%);
}

/*CSS by quyettq*/
body {
    background-color: #efefef;
}

footer {
    background-color: white;
}

.is-mobile .setting-menu > .container > .row > div:last-child {
    flex: 0 0 30%;
    max-width: 30%;
}

.is-mobile .setting-menu > .container > .row > div:nth-child(2) {
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
}

.is-mobile .cus-img {
    height: 2rem;
}

.is-mobile .setting-menu {
    padding: 0 1rem;
}
/*END CSS quyettq*/