/*RATIO IMG*/


.ratio-img{
    position: relative; 
}
.ratio-img::after{
    content:"";
    display: block;
    width: 100%;
    padding-bottom: var(--data-ratio);
}
.ratio-img__content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel .arrowleft, .owl-carousel .arrowright{
    transform:translate(0,-50%)
}
.in-home .owl-nav>div {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent !important;
    border:2px solid var(--html-cl-website);
    box-shadow: none;
}
.in-home .owl-nav .owl-next span::before {
    left: 10px;
    transform: rotate(44deg);
    content: "";
    border-top: 3px solid var(--html-cl-website);
    border-right: 3px solid var(--html-cl-website);
    height: 10px;
    position: absolute;
    top: 12px;
    width: 10px;
    opacity: 1 !important;
}
.in-home .owl-nav .owl-prev span::before {
    left: 15px;
    transform: rotate(-135deg);
    content: "";
    border-top: 3px solid var(--html-cl-website);
    border-right: 3px solid var(--html-cl-website);
    height: 10px;
    position: absolute;
    top: 12px;
    width: 10px;
}
/* Thu nhỏ SVG khi load hình */

img.img-scale{
    object-fit: scale-down !important;
    -webkit-object-fit: scale-down !important;
    -moz-object-fit: scale-down !important;
    -ms-object-fit: scale-down !important;
    -o-object-fit: scale-down !important;
}

/* Tự động co hình ảnh khi kích thước lớn hơn khung hình */
.wrapper-services__box-img>span>img{
	object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover ;
    -ms-object-fit: cover;
    -o-object-fit: cover;
}


/*ĐÓNG RATIO*/


.box__more_view>a{
    display:inline-block;
    background-color: var(--html-cl-website);
    padding:10px 20px;
    color:#fff;
    border-radius:4px;
    margin-top:15px;
    position:relative;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.box__more_view>a:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: var(--html-cl2-website);
}
.box__more_view>a:hover {
    color: #fff;
}
.box__more_view>a:hover:before {
    top: -40%;
}
/*==============================================================================================================================*/
.logo_header{
    width: 9.861vw;
}

.col-65{
    width: calc(100% / 12 * 6.5);
}
.col-35{
    width: calc(100% / 12 * 3.5);
}

.contact_header{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    width: 150px;
    height: 50px;
    background: var(--html-cl2-website);
    border-radius: 6px;
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: white;
}

ul.nav-menu>li>a, ul.nav-menu>li>h2>a, ul.nav-menu>li>h3>a {
    font-size: 1.119vw;
    position: relative;
    color: var(--html-cl-website);
    display: inline-block;
    z-index: 1;
    line-height: 1.5;
    font-weight: normal;
    font-family: HEV;
    transition: all 0.3s;
}
ul.nav-menu>li.active:hover>h2>a,
ul.nav-menu>li:hover>h2>a,
ul.nav-menu>li.active:hover>h3>a,
ul.nav-menu>li:hover>h3>a,
ul.nav-menu>li:hover>a,
ul.nav-menu>li.active>h2>a,
ul.nav-menu>li.active>h3>a,
ul.nav-menu>li.active>a{
    font-family: HEVb;

}
.grid-slider{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.box_bottom_album{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.grid-intro{
    display: grid;
    grid-template-columns: repeat(5,1fr);
}
.grid-gt{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.imgSlider{
    width: 611px;
}
.box_left_slider{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.box_links_slider{
    display: flex;
    gap: 20px;
    
}
.spin{
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin{
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.boxslider_details-btntag > a{
    display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 15px;
gap: 5px;
transition: all 0.3s;
width: 144px;
height: 50px;

background: var(--html-cl2-website);
border-radius: 5px;

font-family: HEV;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 21px;
color: white;

}
.boxslider_details-btn > a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    width: 118px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    font-family: HEV;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: white;
    position: relative;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
    margin-bottom: -2px;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    height: 50px;
    font-size: 17px;
    cursor: pointer;
}
.boxslider_details-btn a:hover{
    color: var(--html-cl2-website);
    border: 2px solid var(--html-cl2-website);
}
.boxslider_details-btn a::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;  
    background-color: var(--html-bg-website);
    transition: all 0.3s;
    z-index: -1;
}
.boxslider_details-btn a:hover::before{
    width: 100% !important;
}
.wrapper-introduces__boxbottom-detail-numb{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.0088em;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.title_intro{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.0072em;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25)
}

.box_intro{
    text-align: center;
}
.box_title_intro{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.0088em;
    color: var(--html-cl-website);

}
.title2_intro{
    color: var(--html-cl2-website) !important;
}
.box_desc_intro{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.0072em;
    color: #3A3A3C;
}
.boxintro_details-btn{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 17px;
    gap: 5px;
    width: 130px;
    height: 50px;
    border: 2px solid var(--html-cl-website);
    border-radius: 5px;
    font-family: HEV;
    position: relative;
    margin-left: -2px;
    margin-right: -2px;

    z-index: 1;
    font-weight: 500;
    height: 50px;
    font-size: 17px;
    cursor: pointer;
}
.boxintro_details-btn:hover{
    color: var(--html-cl2-website);
    border: 2px solid var(--html-cl2-website);
}
.boxintro_details-btn::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;  
    background-color: var(--html-cl-website);
    transition: all 0.3s;
    z-index: -1;
}
.boxintro_details-btn:hover::before{
    width: 100% !important;
}


.boxslider_details-btntag > a:hover{
    background-color: black;
}

.boxintro_details-btn:hover .changeBackground{
    color: white;
}
.changeBackground{z-index: 99;}

/*SẢN PHẨM CÀ PHÊ*/
.box_img_product{
    position: relative;

}

.tab_cartegory{
    color: var(--html-cl-website);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    background-clip: border-box;
    padding: 6px 16px 7px;
    font-size: 16px;
    font-family: HEVb;
}
.show.tab_cartegory{
    border: 2px solid var(--html-cl2-website);
    color: var(--html-cl2-website) !important;
}
.box_img_product:hover img{
    opacity: 0.5;
}
.box_img_product img{
    transition: all 0.3s;
}
.box_img_product:hover .link_to_cart{
    opacity: 1;
}
.grid-category{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 75px;
}
.box_img_category{
    width: 75%;
    margin: 0 auto;
}
.box_cate_product{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.box__tab__panel ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box__tab__panel ul li {
    padding: 0 20px;
    font-family: HEVb,sans-serif;
    font-size: 16px;
    border-radius:40px;
    border:2px solid transparent;
    padding:7px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.box__tab__panel ul li.show{
    border-color:var(--html-cl-website)
}
.box_title_category{
    font-family: HEVb;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: var(--html-cl-website);
}
.box_desc_category{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.0072em;
    color: var(--html-cl-website);
}
.link_to_cart{
    font-size: 14px;
    padding: 13px 30px 13px 30px;
    line-height: 1.6em;
    min-width: 170px;
    background-color: var(--html-cl-website);
    color: white;
    border-radius: 48px;
    width: fit-content;
    font-family: HEVb;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 0;
    transition: all 0.3s;
}
.box_title1_product{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.0088em;
    color: var(--html-cl-website);
}
.box_title2_product{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.0088em;
    color: var(--html-cl2-website);
}
.box_desc_product{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.0072em;
    margin-top: 10px;
}
.box_title_desc_product{
    margin: 0 auto;
}
.grid_product{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.price{
    margin-top: 15px;
    color: #151515;
    font-family: HEVb;
    font-weight: 700;
    letter-spacing: -0.5;
    display: block;
    margin-bottom: 0.5em;
    font-size: .857em;
}
.price > del{
    text-decoration: line-through;
    margin-right: 12px;
    margin-inline-start: 0;
    margin-inline-end: 12px;
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: inherit;
    font-size: 18px;
    
}
del .woocommerce-Price-amount{
    text-decoration: line-through;
    margin-right: 12px;
    margin-inline-start: 0;
    margin-inline-end: 12px;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: inherit;
    font-size: 18px;
    opacity: 1;
    text-decoration: line-through;
    margin-right: 12px;
    margin-inline-start: 0;
    margin-inline-end: 12px;
    zoom: 1;
}
ins .woocommerce-Price-amount{
    color: red;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.5;
    margin-bottom: 0.5em;
    font-size: 18px;
}
.price ins{
    background: 0 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.box_title_product{
    text-align: center;
    font-family: HEVb;
    color: var(--html-cl-website);
    font-size: 18px;
    margin-top: 20px;
}
.price{
    text-align: center;
}
.mb100{
    margin-bottom: 100px;
}
/* BANNER */
.box_title_desc_banner{
    margin: 0 auto;
}
.box_title_banner{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 75px;
    letter-spacing: -0.0144em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
}
.title1_banner{
    color: var(--html-cl2-website);
}
.title2_banner{
    color: white;
}
.box-embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box-embed-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.box-embed-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.box-embed-content>iframe {
    width: 100%;
    height: 100%;
}
.box_desc_banner{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.0072em;
    color: #9E9E9E;
    padding: 0 40px;
}
.box_title_desc_banner .box_links_slider{
    justify-content: center;
    margin-top: 45px;
}
/* QUY TRÌNH SẢN XUẤT */

.grid-proce{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.box_img_proce{
    width: 6.944vw;
    height: 6.944vw;
}
.box_proceL{
    display: flex;
    grid-gap: 20px;
    margin-bottom: 80px;
}
.box_proceR{
    display: flex;
    grid-gap: 20px;
    margin-bottom: 80px;
    justify-content: end;
}
.box_proceR:last-child{
    margin-bottom: 0;
}
.box_proceL:last-child{
    margin-bottom: 0;
}
.title_proceL{
    font-family: HEVb;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
}
.title_proceR{
    font-family: HEVb;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: right;
}


.center_proces{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

}
.desc_proceL{
    width: 19.972vw;
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.0072em;
}
.desc_proceR{
    width: 19.972vw;
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.0072em;
}
.objecfit-scale{
    object-fit: scale-down;
}
.box_title_desc_proce{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box_title_video{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.0088em;
    margin-bottom: 35px;
}
.title1_video{
    color: var(--html-cl2-website);
}
.title2_video{
    color: white;
}
.box_icon_play{
    width: 104px;
    height: 104px;
    margin: 0 auto;
}
.box_icon_play img{
    filter: brightness(0) invert(1);
}
.box_icon_play > a::after{
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: 0px 0px 20px #fff;
    content: "";
    left: 0;
    top: 0;
    border-radius: 50%;
    animation: shadow 1.4s 1000ms infinite;
    -webkit-animation: shadow 1.4s 1000ms infinite;
    -moz-animation: shadow 1.4s 1000ms infinite;
    -o-animation: shadow 1.4s 1000ms infinite;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
@keyframes zoomplay{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.box_icon_play > a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    animation: zoomplay 1.4s linear infinite;
}
.box_banner_video .box_links_slider{
    justify-content: center;
    margin-top: 45px;
}
.pt115{
    padding-top: 115px;
}
/* END */
/* THƯ VIỆN ẢNH */

.grid-album{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.box_title_album{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.0088em;
}
.title1_album{
    color: var(--html-cl-website);
}
.title2_album{
    color: var(--html-cl2-website);
}
.box_desc_album{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.0072em;
    color: #3A3A3C;
    margin-top: 45px;
}

/* END */

/* TIN TỨC */
.news_events{
    background-color: var(--html-bg-website);
}
.box_title_news{
    font-family: HEVb;
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.0088em;
    text-align: center;
}
.title1_news{
    color: var(--html-cl-website);
}
.title2_news{
    color: var(--html-cl2-website);
}
.grid-new{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.box_title_new{
    font-family: HEVb;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #2A110D;
}
.box_desc_new{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0072em;
    color: #48484A;
}
.box_read_more_new > a{
    padding: 10px;
    gap: 10px;
    width: 104px;
    height: 40px;
    background: #B3814D;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    font-family: HEV;
}
.box_link_new{
    display: flex;
    gap: 35px;
}
.box_clock{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.0072em;
    color: #B3814D;
}
.box_day_category_new{
    font-family: HEV;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.0072em;
    color: var(--html-cl2-website);
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    background: linear-gradient(to top, #2a110de3 20%, #2a110ddb 30%, #2a110dcc 40%, #2a110dbf 50%,#2a110da8 60%, #2a110dc4 60%, #2a110d9e 70%, #2a110d8c 80%, #2a110d63 90%, transparent 100%);
}

/* END */
/* FOOTER */
.desc_support{
    display: inline-block;
    padding: 5px 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #BDBDBD;
    font-size: 1.6rem;
}
.box_logo_footer{
    width: 171px;
    height: 80px;
}
.box_top_footer{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.section-footer{
    background-color: var(--html-cl-website);
}
.grid_footer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.box_width_footer{
    width: 60%;
    font-family: HEVb !important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-transform: uppercase;
}
.desc_mota{
    color: #BDBDBD !important;
}
.box-copyright{
    display: flex;
    align-items: center;
}
@keyframes lte-smoke-1{
    0% {
        opacity: 0;
        transform: translate(-50%, 650px);
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%, 0px);
    }
}

.lte-effect-smoke{
    position: relative;
    pointer-events: none;
}
.lte-effect-smoke img{
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    bottom: 0%;
    left: 50%;
    margin: 0 0 300px;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    -webkit-animation: lte-smoke-1 12s infinite;
    -moz-animation: lte-smoke-1 12s infinite;
    -o-animation: lte-smoke-1 12s infinite;
    animation: lte-smoke-1 12s infinite;

    
}
.lte-effect-smoke .lte-effect-item-2 {
    animation-delay: 2s;
}
.lte-effect-smoke .lte-effect-item-3 {
    animation-delay: 4s;
}
.lte-effect-smoke .lte-effect-item-4 {
    animation-delay: 6s;
}
.lte-effect-smoke .lte-effect-item-5 {
    animation-delay: 8s;
}
.lte-effect-smoke .lte-effect-item-6 {
    animation-delay: 10s;
}
#breadcrumb > li > a span{
    color: var(--html-cl2-website);
    font-family: HEVb;
    font-size: 16px;
}
/* .menu-sticky{
    position: fixed !important;
    width: 100%;

} */
/* END */
/* SEARCH*/
.search-Click {
    display: inline-block;
    line-height: 4.5rem;
}
.nav-menu__formsearchheader {
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.1s;
    box-sizing: border-box;
    position: absolute;
    top: 170%;
    right: 0;
    transition: ease-in-out 0.2s;
    visibility: hidden;
    opacity: 0;
    z-index: 123;
}

.nav-menu__formsearchheader>input {
    border: none;
    outline: none;
    background: #f9f9f9;
    height: 3.5rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #000;
}

.nav-menu__formsearchheader-button {
    height: 3.5rem;
    border: none;
    outline: none;
    padding: 1rem;
    display: flex;
    align-items: center;
    background: var(--html-cl2-website);
    cursor: pointer;
    color: #fff;
}
.nav-menu__formsearchheader-button>i {
    color: #fff;
}

.nav-menu__formsearchheader.activeS {
    visibility: visible;
    opacity: 1;
    box-shadow: 2px 2px 7px #ccc;
}
li{
    list-style-type: none;
}
.box_cart_header > a > i{
    color: var(--html-cl-website);
    font-size: 24px;
    margin-right: 15px;
}
.header-top-wrap__link{
    display: flex;
    width: 65px;
}
.list_lang li{
    font-size: 17px;
    position: relative;
    color: var(--html-cl-website);
    display: inline-block;
    z-index: 1;
    line-height: 1.5;
    font-weight: normal;
    font-family: HEV;
    transition: all 0.3s;
    padding: 5px 10px;
    border-bottom: 1px solid gray;
}
.list_lang{
    font-size: 17px;
    position: relative;
    color: var(--html-cl-website);
    display: inline-block;
    z-index: 1;
    line-height: 1.5;
    font-weight: normal;
    font-family: HEV;
    transition: all 0.3s;
}
ul.nav-menu>li>h2>a>i{
    transition: all 0.3s;
}
ul.nav-menu>li:hover>h2>a>i{
    font-weight: bold;
    transform: rotate(180deg);
}
/*END*/
/* MODAL CHECKOUT */
/* Modal */
.modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99999;
    display: block !important;
    animation: move 1s ease-in-out;
}
.modal-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 7px #ccc;
}
.modal-content::after {
    width: 100%;
    left: 0px;
    top: 0px;
    content: '';
    position: absolute;
    height: 5px;
    background-image: linear-gradient(-60deg,var(--html-bg-website) 0%,#86f306 50%,#ec656b 100%);
}
.modal-header {
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}
span.close-modal {
    position: absolute;
    right: -20px;
    top: -5px;
    color: #fff;
    background-color: #b90000;
    padding: 5px 8px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
}
.modal-header .title {
    text-align: center;
    font-size: 20px;
    color: var(--html-cl-website);
}
a.btn-taovandon {
    background: var(--html-cl-website);
    color: var(--white-color);
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 0.5rem;
}
.modalmap-container .inside .close-modal:hover{
    cursor: pointer;
}
@keyframes move {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.wrap-modal__two-layer{
    border: 1px solid var(--html-cl-website);
}
.modal-body__label{
    display: block;
    padding: 1rem;  
    background: #ddd;
}
.flex-100{
    flex: 1;
}
.modal-body__content{
    display: block;
    color: #000;
    font-size: 1.4rem;
    padding: 1rem;
}
.modal-body__content-price{
    color: red;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.7rem;
}
a.btn-taovandon:hover{
    background: red;
    color: #fff;
}
.modal-body__label{
    display: block;
    padding: 1rem;  
}
.modal-body__content{
    border-left: 1px solid var(--html-cl-website);
}
.modal-checkout__payship{
    font-size: 1.4rem;
    color: var(--html-cl-website);
}
.modal-checkout__payment{
    font-size: 1.4rem;
    color: var(--html-cl-website);
}
.modal-checkout__payship>span{
    color: red;
}
.modal-checkout__payment>span{
    color: red;
}
.wrapper-top__right-cart-aside-qty {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid #fff;
    background: #ff4848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.wrapper-top__right-cart-aside-qty_header{
    position: absolute;
    top: -7px;
    right: 0px;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid #fff;
    background: #ff4848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.link_buy{
    min-width: 200px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    transition: background 0.25s, color 0.25s, border 0.25s !important;
    border-radius: 48px;
    font-family: HEVb;
    color: white;
    font-weight: 700;
    letter-spacing: -0.5;
    font-size: 16px;
    padding: 14px 38px 14px 38px;
    border-color: var(--html-cl2-website);
    background-color: var(--html-cl2-website);
    width: fit-content;
    text-align: center;
    cursor: pointer;
}
.link_add{
    min-width: 200px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    transition: background 0.25s, color 0.25s, border 0.25s !important;
    border-radius: 48px;
    font-family: HEVb;
    color: white;
    font-weight: 700;
    letter-spacing: -0.5;
    font-size: 16px;
    padding: 14px 38px 14px 38px;
    border-color: var(--html-bg-website);
    background-color: var(--html-bg-website);
    width: fit-content;
    text-align: center;
    cursor: pointer;
}
.flex_around{
    display: flex;
    justify-content: left;
    gap: 20px;
}
.box_logo_menu_mobile{
    width: 60%;
    margin: 0 auto;
}

.boxcart_details-btntag{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    transition: all 0.3s;
    width: 144px;
    height: 50px;
    background: var(--html-cl2-website);
    border-radius: 5px;
    font-family: HEV;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: white;
    cursor: pointer;
}
.boxcart_details-btntag:hover{
    background-color: var(--html-cl-website);
    color: var(--html-cl2-website);
}
.display-n{
    display: none;
}
.grid_product.show{
    display: grid !important;
}
.tab_cartegory:hover{
    color: var(--html-cl2-website) !important;
}
.m-h-detail{
    max-height: 544px;
}
.line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.box_img_album{
    display: flex;
    gap: 15px;
}
.line-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden; 
}
.box_img_product img{
    border-radius: 1rem;
}
#owl-intro .owl-nav>div{
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent !important;
    border: 3px solid var(--html-cl-website);
}
#owl-intro .owl-nav .owl-prev span::before {
    left: 15px;
    transform: rotate(-135deg);
    content: "";
    border-top: 3px solid var(--html-cl-website);
    border-right: 3px solid var(--html-cl-website);
    height: 10px;
    position: absolute;
    top: 12px;
    width: 10px;
}
#owl-intro .owl-nav .owl-next span::before {
    left: 10px;
    transform: rotate(44deg);
    content: "";
    border-top: 3px solid var(--html-cl-website);
    border-right: 3px solid var(--html-cl-website);
    height: 10px;
    position: absolute;
    top: 12px;
    width: 10px;
    opacity: 1 !important;
}
.mask__name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 123;
    background-color: hwb(0deg 0% 100% / 60%);
    color: #fff;
    padding: 5px;
    text-align: center;
}
.col__menu__left{
    width:13.5vw;
}
.col__menu__center{
    width: 50.5vw;
}
.col__menu__right{
    width: 23.4vw;
}
@media (max-width:768px){
    .owl-carousel .owl-prev, 
    .owl-carousel .owl-next{
        opacity: 1!important;
    }
    .in-home .owl-nav>div,
    #owl-intro .owl-nav>div{
        border:0
    }
    .price{
        display:flex;
        align-items: center;
    }
    .home--tab .owl-stage{
        margin-top:20px
    }
    .box__tab__panel ul li {
        font-size: 13px;
        min-width: 105px;
    }
    .box__tab__panel {
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .box__tab__panel ul{
        justify-content: flex-start;
    }
}