:root{--color-main:#008000;--color-social:#008000 ;--color-hover:#f3d00c;--color-text:#fb0;--m1: #008000;--m2: #C99631}


@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Med';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light.woff2') format('woff2'),
        url('../fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quick-Light';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2'),
        url('../fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quick-Bold';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quick-Regular';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quick-SemiBold';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('../fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quick-Med';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SVN-Regular';
    src: url('../fonts/SVN-Gilroy.woff2') format('woff2'),
        url('../fonts/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@keyframes spin{
	to{transform:rotate(360deg);}
}
@keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@keyframes shake-anim{
	0%{transform:rotate(0) scale(1) skew(1deg);}
	10%,
	30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg);}
	20%,
	40%{-moz-transform:rotate(25deg) scale(1) skew(1deg);}
	100%,
	50%{-moz-transform:rotate(0) scale(1) skew(1deg);}
}
@keyframes rotate{
	from{transform:rotate(0);}
	to{transform:rotate(360deg);}
}
@keyframes fadeup{
	from{opacity:0;transform:translateX(-20px);}
	to{opacity:1;transform:translateX(0);}
}
@keyframes pulse-animation{
	0%{transform:scale3d(1,1,1);opacity:0;}
	10%{transform:scale3d(1.1,1.1,1.1);opacity:1;}
	100%{transform:scale3d(1.6,1.6,1.6);opacity:0;}
}
@keyframes border-animation{
	0%{transform:scale3d(0.6,0.6,0.6);opacity:0;}
	20%{transform:scale3d(1.2,1.2,1.2);opacity:1;}
	100%{transform:scale3d(1.4,1.4,1.4);opacity:0;}
}
/* shake */

@keyframes shake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(0px);
    }
}
.shake {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
    position: absolute;
}


.bannertop {
    border-bottom: 1px solid #E6E6E6;
}
.slogan{
    width: 30%;
    font-size: 14px;
    font-family:'Quick-Med';
    color: #1A1A1A;
}
.emailtop {
    width: 20%;
}
.emailtop span {
    font-size: 14px;
    font-family:'Quick-Med';
    color: #1A1A1A;
}
.mxhtop {
    width: 30%;
    text-align: right;
}
.mxhtop span {
    font-size: 14px;
    font-family:'Quick-Med';
    color: #1A1A1A;
    margin-right: 10px;
}
.tencty {
    margin: auto;
    width: 70%;
}
.tenctyheader h5{
    font-family: 'Oswald-SemiBold';
    font-size: 27px;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 0;
}
.tenctyheader p{
    font-family: 'Quick-Med';
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 0;
}
.tencty span {
    font-family: 'Quick-Bold';
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.search-res1 input {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(0, 128, 0, 0.25);
    border: none;
}
.search-res1 input::placeholder {
    font-size: 14px;
    font-family: "Quick-Regular";
    color: #000000;
}
.search-res1 {
    margin: auto;
    width: 25%;
    position: relative;
    padding: 10px 30px 10px 10px;
}
.search-res1 p i {
    color: #555555;
}
.iconsearch1 {
   position: absolute;
   right: 42px;
    top: 21px;
}
.hotline {
    margin: auto;
    width: 15%;
    padding: 10px 10px 0px 0px;
}
.hotline p {
    font-family: 'Quick-Regular';
    font-size: 15px;
    color: #1A1A1A;
    margin-bottom: -5px;
}
.hotline span {
    font-family: 'Quick-Bold';
    font-size: 18px;
    color: #E32024;
}
.header-translate {
    width: 10%;
    margin: auto;
    font-family: 'Quick-Med';
    text-align: right;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.flag-icon {
    width: 24px;
    height: 16px;
    border-radius: 3px;
}

.lang-text {
    font-weight: bold;
    color: #333;
}

.dropdown-arrow {
    font-size: 12px;
    color: #666;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    width: 100px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
}

.dropdown-item:hover {
    background: #f0f0f0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}




/*Box 7 mÃ u*/
.transition_new{transition:all 300ms linear;-moz-transition:all 300ms linear;-webkit-transition:all 300ms linear;}

.product .i_trai{position:absolute;z-index: 1; height:0px;width:1px;left:0px;top:0px;background:-webkit-linear-gradient(bottom,red,orange,yellow,green,blue,indigo,violet);background:-o-linear-gradient(bottom,red,orange,yellow,green,blue,indigo,violet);background:-moz-linear-gradient(bottom,red,orange,yellow,green,blue,indigo,violet);background:linear-gradient(to top,red,orange,yellow,green,blue,indigo,violet);transition:all 0.5s ease;}
.product .i_phai{position:absolute;z-index: 1;height:0px;width:1px;right:0px;bottom:0px;background:-webkit-linear-gradient(top,red,orange,yellow,green,blue,indigo,violet);background:-o-linear-gradient(top,red,orange,yellow,green,blue,indigo,violet);background:-moz-linear-gradient(top,red,orange,yellow,green,blue,indigo,violet);background:linear-gradient(to bottom,red,orange,yellow,green,blue,indigo,violet);transition:all 0.5s ease;}
.product .i_tren{position:absolute;z-index: 1;height:1px;width:0px;right:0px;top:0px;background:-webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);background:-o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);background:-moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);background:linear-gradient(to right,red,orange,yellow,green,blue,indigo,violet);transition:all 0.5s ease;}
.product .i_duoi{position:absolute;z-index: 1;height:1px;width:0px;left:0px;bottom:0px;background:-webkit-linear-gradient(right,red,orange,yellow,green,blue,indigo,violet);background:-o-linear-gradient(right,red,orange,yellow,green,blue,indigo,violet);background:-moz-linear-gradient(right,red,orange,yellow,green,blue,indigo,violet);background:linear-gradient(to left,red,orange,yellow,green,blue,indigo,violet);transition:all 0.5s ease;}

.product:hover .i_phai{height:100%;top:0px;bottom:inherit;}
.product:hover .i_trai{height:100%;bottom:0px;top:inherit;}
.product:hover .i_tren{width:100%;left:0px;}
.product:hover .i_duoi{width:100%;right:0px;left:inherit;}



body{font-size:14px;font-family: 'Quick-Regular',sans-serif !important;max-width:1920px;min-width:320px;margin: 0 auto;background-color: white;}
.max-width{margin: 0 auto;width: calc(100% - 20px);max-width: 1200px;}
img{max-width:100%;}
*{box-sizing:border-box;}
a{text-decoration:none;}
p{margin-bottom: 0.5rem;}
.social-plugin{display:flex;margin-top:10px;}
.scale-img{overflow: hidden;}
.scale-img img{transform:scale(1,1);}
.scale-img:hover > img{transform:scale(1.1,1.1);}
.hover-img{position:relative;overflow:hidden;display:block;}

.scale-img1{overflow: hidden;position: relative;}
.scale-img1 img{transition: transform 0.5s ease;width: 100% !important;}
.scale-img1 img:hover{transform:scale(1.1);}
.hover-img1{position:relative;overflow:hidden;display:block;}

/* .text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3} */
.p-relative{position:relative;}
.w-clear:after{display:block;content:"";clear:both}
.none{display:none;}
.oh{overflow:hidden;}
.hiding-seo{display: none;}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill{transition:0.3s all;}

/*   Header   */
.header {position: relative;z-index: 9;width: 100%;padding-top: 10px;}
.header2 {padding-top: 20px;}
.header-bottom {position: relative;background-color: #c68a63;display: flex; height: 44px;}
.header-bottom .wrap-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 5px 0;}
.logo-hd {
    width: 10%;
    z-index: 1;
}
.thongtinright {
    width: 88%;
}
.tenctyheader {
    width: 50%;
}
/* .banner {
    margin-top: -160px;
} */
.logo-hd a span {
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 30px;
    color: #0E51CC;
}
.tenweb {
    width: 200px;
}
.tenweb p{
    color: white;
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 30px;
}

.tenwebfooter span{
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 30px;
    color: #FFFFFF;
    width: 200px;
}
.searchvamenu {
    width: 100px;
    justify-content: space-between;
}
.name-header {
    font-family: 'SVN-BatmanForeverAlternate';
    font-size: 50px;
    font-weight: 400;
    -webkit-text-stroke: 2px #fff;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 

}

.address-header {
    font-family:'Roboto-Regular';
    font-size: 18px;
    font-weight: 500;
}
.hotline-header{display: flex; color: white; font-size: 13px;font-family: 'Roboto-Regular';}
.justify-between {
    justify-content: space-between;
}
.header_top span{
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #222222;
}
.header_top span a{
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #222222;
}
.header_top2 {
   text-align: center;
}
.header_top2 p {
   font-family: 'Roboto-Med';font-size: 13px;color: #595959; margin-bottom: 0;
}
.header_top2 span {
   font-family: 'Roboto-Bold';font-size: 17px;color: #5CA70E;
}

.hotline-header .hl-hd{color: var(--color-main); font-family:'Roboto-Regular';font-size: 25px;font-style: normal;line-height: normal;margin-bottom: 7px;}
/* .hotline-header a{display:block;color: var(--color-main);font-size: 22px;font-family:'Mulish-ExtraBold';letter-spacing: 0.36px;} */


.laco {
    display: flex;
    gap: 10px;
}
.hotline-num{
    margin-bottom: 0;
    line-height: normal;
}
.social-header{padding-top:20px;}

.social-hd a{display:inline-block;margin-right: 15px;}
/* .social-hd a:last-child{margin-right:0}
.social-hd {
    text-align: center;
} */
.social_info {
    margin-top: 40px;
}
.social_info a img{
    transition: transform 0.25s ease;
}
.social_info a:hover img{
    transform: scale(1.1);
}
.facefooter {
    position: absolute;
    top: 40%;
    left: 40%;
    pointer-events: none;
}
.social_info:hover .facefooter{
    transform: scale(1.1);
}

.social_info a span{
    margin-left: 10px;
}
.social-hotline {
    justify-content: space-around;
    margin-top: 22px;
}
.social-hotline img {
    width: 32px;
    height: 32px !important;
    margin-right: 10px;
}
.social-hotline span{font-family: 'SVN-Gilroy-XBold';color: #DC1313;font-size: 16px;}

.gachchan {
    text-decoration: underline;
}

/* .header-bottom::after{
    content: "";
    background: url("../images/bg-line-header.png") no-repeat center;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    height: 38px;
    width: 100%;
} */

/* gg dich */
.skiptranslate.goog-te-gadget {height: 30px;width: 30px;overflow: hidden;}
.goog-te-banner-frame,
iframe#\:1\.container, 
.box_solang a.active, .lang-v, #goog-gt-tt {display: none !important;}
.skiptranslate {margin-bottom: -40px;}
.ui-trans {background: var(--background-static);width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;position: absolute;z-index: 2;pointer-events: none;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.box-lang {width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}
.btn-translate {width: 100%;height: 30px;}
#google_language_translator {clear: both;width: auto !important;text-align: right;display: none;}
.box_changelang {position: relative;display: table;color: #fff;padding: 0px 7px;border-radius: 15px;border: 1px solid #fff;font-size: 15px;text-transform: uppercase;margin: 0 auto;margin: 0 25px;}
.box_changelang .lang_current {display: flex;background-repeat: no-repeat;background-position: 0 0;cursor: pointer;justify-content: center;align-items: center;padding-top: 3px;}
.box_changelang .lang_txt {font-size: 15px;color: #fff;letter-spacing: 1px;text-transform: uppercase;}
.box_changelang .box_solang {position: absolute;top: calc(100% + 5px);right: 0;width: 100%;background: #FDF6E0;box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);padding: 7px 12px;display: none;z-index: 999;}
.box_changelang .box_solang a {color: #383838;font-size: 15px;display: inline-block;padding: 5px 0;line-height: 2;text-align: left;width: 100%;cursor: pointer;transition: 0.4s;border-radius: 0;text-transform: uppercase;}
.box_changelang .box_solang a:hover {padding-left: 7px;}
.box_so {margin-left: 8px;font-size: 12px;}

/* slideshow */
.slideshow{position:relative;}



.timkiem {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -10px;
  }
  .timkiem i {
    margin: 0;
    color: black;
    font-size: 17px;
  }
  .item-timkiem:hover input {
    width: 250px;
    visibility: visible;
    border: 1px solid #ddd;
    /* transform: translateX(0); */
  }
  .search {
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-family: 'SVN-Regular';
    font-size: 14px;
    visibility: hidden;
    border: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 50px;
    right: 0;
    width: 0;
    padding: 10px;
    z-index: 1000;
  }


/* Search */

.search input{color: #595959;font-size: 14px;font-style: normal;font-weight: 500;border-radius:10px;border:none;padding: 0px 10px;background-color: #F7F7F7;line-height: 50px;float: left;width: 100px;}
.search input:focus{border:none;box-shadow:none;}
.search p{width: 50px;height: 42px;cursor:pointer;text-align:center;font-size: 17px;border-radius: 0px 5px 5px 0px;color: #000;line-height: 42px;margin: -1px;margin-left: 0;float: right;}
.search i{margin-left: -120px; margin-top: 15px;}
.box-search{padding:10px;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center;}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size:14px;color:#333;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);}
.box-search .price-product{width:100%;margin:0px;text-align:left;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-weight:bold;}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
.box_cart{
	position: relative;
    top: 18px;
    left: 5px;
}

.product__buttons {
    display: flex;
    align-content: center;
    justify-content:space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product__buttons a,
.product__buttons button {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 30px;
    border: 1px solid #E91916;
    font-size: 13px;
	cursor: pointer;
}
.btn__prohotline {
    background: #E91916;
    color: #fff;
}
.btn__prohotline:hover {
    background: #d54745;
	color: #fff;
}
.btn__prodetail {
    background: #fff;
    color: #4E4E4E;
}
.cart-head {
	border: 1px solid #fff;
	padding: 10px 3px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}

/* Menu */
.menu_mobi,.menu_mobi_add{display:none;}
#menu{display:none;}
#hamburger{display:none;width:35px;height:23px;position:relative;}
#hamburger:before,
#hamburger:after,
#hamburger span{background: #000;content:'';display:block;width:100%;height:2px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,
#hamburger:after,
#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;-webkit-transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity,-webkit-transform;}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}
.mm-slideout{z-index:unset;}
.wrap-menu{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.menu-head-left{position:relative;}
.right-header{padding-top: 10px;}
.title-menu{color:#fff;font-size:14px;font-weight:500;cursor:pointer;line-height:40px;display:block;}
.menu-product-list{position:absolute;z-index:99;top:100%;width:250px;background:#fff;border-radius:2px;}
.menu-product-list ul{padding:0px;margin-bottom:0px;}
.menu-product-list ul ul{position:absolute;width:750px;background:#fff;left:100%;top:0px;border:1px solid #999;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;height:100%;overflow-x:hidden;}
.menu-product-list ul ul ul{position:relative;left:0px;top:0px;width:100%;border:none;display:block;height:auto;}
.menu-product-list ul li a{position:relative;display:block;color:#333;font-size:14px;font-weight:500;padding:5px 10px 5px 10px;border-bottom:1px solid #ddd;}
.menu-product-list ul li a .icon-down{position:absolute;right:10px;top:10px;}
.menu-product-list ul ul li a span{position:absolute;right:10px;font-size:13px;font-weight:500;color:#00a3ff;}
.menu-product-list ul li a:hover{color:#f00;}
.menu-product-list ul ul li a{border-bottom:none;font-weight:bold;}
.menu-product-list ul ul ul li a{font-weight:normal;}
.menu .wrap-content{position:relative;justify-content: space-between;}
.vienmenu {
    background: url(../images/vienmenu.png) no-repeat right/100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 85%;
}
.menu{
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
     /* position: fixed;
     z-index: 1;
     left: 0;
     top: 0;
     right: 0; */
}
.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;background-color: white;}
.fix_menu{position:fixed!important;box-shadow:0 0 1px #999;background:#fff;}
.menu ul.menu-ul{display: flex;align-items: center;justify-content: space-between; gap: 30px;padding-left: 0;}
.menu ul{width:100%;margin:0;list-style:none}
.menu ul li{position:relative;z-index:99;}
.menu ul li.timkiem {padding-left:22px;}
.menu ul li.timkiem i{border-radius: 100px;border: 1px solid var(--color-hover);background: rgba(0, 0, 0, 0.30);width:31px;height:31px;text-align:center;line-height:30px;color:var(--color-hover)}
/* .menu ul li.li-home a{padding-left:0} */
.menu ul li.li-end a{padding-right:0}
.menu ul li.line{width: 5px;height: 5px;background: var(--color-hover);border-radius:50%;}
.menu ul li a{display: block;color: #FFFFFF ;position:relative;z-index:1;font-family:'Quick-Bold';font-size:16px;text-align: center;text-transform: uppercase;}
.menu ul li a span{float: right;}
.menu ul li a img{vertical-align:middle}
.menu ul li.li-album a{color:#fff}
.li-home a img {
    margin-right: 5px;
}
.li-home a.active{position: relative;
    color: rgb(170, 245, 30); 
}

.li-home:hover a{
    color: rgb(170, 245, 30); 

}

/* .menu ul li a.active,.menu ul li:hover > a, .menu ul li.li-album:hover a{     
        color: #5CA70E; 
      
}
.menu ul li .active{
        
        list-style: disc; 
      
}
.menu ul li::marker {
    color: #5CA70E;
} */
.menu ul li a.active::after ,.menu ul li:hover > a::after, .menu ul li.li-album:hover a::after{
    color: #5CA70E; /* White stroke with 2px width */
    list-style: disc;

}
.menu ul li ul{position:absolute;min-width:250px;box-shadow:0 3px 11px 0 rgba(0,0,0,0.3);-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden;transition:all 0.5s;background:#fff;padding: 0;}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;}
.menu ul li ul li{text-align:left;border-bottom:1px solid rgb(173 173 173 / 32%);display:flex;align-items:center;background-color: var(--color-main);}
.menu ul li ul li:last-child{border-bottom:0px}
.menu ul li ul li a{padding: 15px 15px 15px 15px !important;text-decoration:none!important;line-height: 1.5;text-align:left;font-family: 'Quick-Bold';text-transform:capitalize;color:white!important;background:unset!important;transition:0.2s all;width:100%;min-height: auto;}
.menu ul li ul li ul{top:0px;left:100%}
.menu ul li ul li a:before{content:'';:all 0.3s linear;opacity:0;height:1px;width:0px;transition:0.3s all;display: none;}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before{left:0;opacity:1;width:20px;background:cadetblue;}
.menu ul li ul li a:hover{visibility:visible;color: rgb(170, 245, 30) !important;}
a.cart-header{position:relative;}
a.cart-header span{position:absolute;top:0px;right:0px;color:#fff;font-size:11px;width:17px;height:17px;text-align:center;border-radius:50%;}


.search-des{position:relative;width:40px}
.search-des .icon-search{width:40px;height:40px;cursor:pointer;text-align:center;line-height:42px;color:#fff;font-size:17px;margin:0}
.search-des .icon-search.active{background:#fff;border-radius:100%;color:var(--maincolor);border:solid 1px var(--maincolor)}
.search-des .search-grid{position:absolute;top:78px;right:0;width:0;height:40px;overflow:hidden;background:#fff;border:1px solid #286E49;z-index:2;opacity:0;border-radius:25px;line-height:normal}
.search-des .search-grid p{float:left;width:35px;height:38px;cursor:pointer;outline:0;border:none;margin:0;font-size:17px;display:block;color:#286E49;line-height:40px;text-align:center}
.search-des .search-grid input{width:calc(100% - 35px);float:right;outline:0;border:none;color:#666363;font-size:13px}
.search-des .search-grid input::-webkit-input-placeholder{color:#ccc}
.search-des .search-grid input:-moz-placeholder{color:#ccc}
.search-des .search-grid input::-moz-placeholder{color:#ccc}
.search-des .search-grid input:-ms-input-placeholder{color:#ccc}

/*   SLider */
.slideshow .slick-prev {
    left: 70px; /* Vị trí mũi tên prev */
    width:42px;
    height:75px;
    background:url("../images/Icon_prev.png") no-repeat;
}

.slideshow .slick-next {
    right: 70px; /* Vị trí mũi tên next */
    width:42px;
    height:75px;
    background:url("../images/Icon_next.png") no-repeat;
}
.slideshow .slick-prev:before,.slideshow .slick-next:before{
    display: none;
}

.control-dichvu {
    margin-top: 30px;
}
/* .control-owl{position:absolute;z-index:2;left:46%;} */
.control-owl button{cursor:pointer;border-radius:50%;background-color: #b8b8b8;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{
    float: left;
    margin-top: -200px;
    margin-left: -60px;}

.control-owl button.owl-next{
    float: right;  
    margin-top: -200px;
    margin-right: -60px;}




    .control-banner button.owl-prev{
        float: left;
        margin-top: -200px;
        margin-left: 10px;
        z-index: 1;
        position: relative;
    }
    .control-banner button.owl-next {
        float: right;
        margin-top: -200px;
        margin-right: 10px;
        z-index: 1;
        position: relative;
    }
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;margin: 0 0 25px 0px;}
.title-detail h1{display: block;color: var(--color-main);font-family:'Quick-Bold';font-size: 35px;font-style: normal;font-weight: bold;line-height: 2;text-transform: uppercase;text-align: center;margin-bottom: 0;}
.title-main{margin-bottom:20px;position:relative;}
.title-main span{font-size: 30px;text-transform:uppercase;text-align: center;display:block;line-height: 1.5;color: var(--color-main);font-family: 'Quick-Bold';}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,
.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}

/* News */
.grid-tintuc{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap;-webkit-flex-flow:row wrap;justify-content:space-between;}
.news{display:block;margin-bottom:20px;display:block;}
.pic-news{border-radius:10px;display:block;overflow:hidden;position:relative;}
.pic-news img{width:100%;}
a.views{display:inline-block;text-decoration:none;margin-top:10px;border:solid 1px #ccc;padding:7px 20px;border-radius:20px;color:#000;font-size:16px;}
a.views:hover{border:solid 1px #fed402;color:#fed402;}
.info-news{}
.info-news h3{}
.name-news{color:#1b1b1b;font-size:18px;line-height:22px;max-height:40px;-webkit-line-clamp:2!important;font-weight:400;}
a.name-news.name1{font-size:25px;line-height:32px;max-height:64px;}
.name-news:hover{color:#fed402;}
.time-news{color:#fed402;margin-bottom:0px;font-size:12px;margin:7px 0;font-style:italic;font-weight:500;}
.desc-news{color: #666;margin-top: 5px;line-height: 1.7;font-family: 'Quick-Med';margin-bottom: 8px;}
.item_tt .tttt{padding: 15px;}
.share{padding:17px 10px 10px 20px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;font-size: 15px;font-family: 'Quick-Med';}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:#fed402;}
/* .item-bv:nth-child(2) p {
    float: left;
} */
/* .xemthem{color:#286E49;font-size: 14px;font-family:'Mulish';} */
.contact-text p {
    font-family: 'Quick-Regular';
    font-size: 16px;
    color: #292929;
}



/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul > li{margin:0;margin-bottom:8px;}
.box-readmore li ul > li:before{content:counters(item,'.') ' ';}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px;}
.box-readmore ul li:before{content:counters(item,'.') '. ';display:table-cell;padding-right:5px;}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}

/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}

/* Footer */

.footer .footer_page_in{background: url(../images/bg-main-footer.png) no-repeat center;background-size: 100% 100%;width: 100%;min-height: 548px;}
.footer-info:nth-child(1){width: 100%;text-align: center;padding-bottom: 27px;}
.footer-info:nth-child(2){width: 100%;}
.logo-ft{text-align:center;background: url(../images/web/bf7.png) no-repeat bottom 7px left, url(../images/web/bf8.png) no-repeat top right;margin: 0 auto;padding: 25px 140px 0 140px;}
.logo-ft img:last-child{margin-left:25px;}
.footer-info:nth-child(2) .footer-title{margin-bottom:5px;}
.footer-social{display: flex;flex-wrap: wrap;gap: 7px;justify-content: center;margin-top: 10px;}
.footer-policy {display: grid;gap: 20px;}
.footer-policy a{color: #fff;display: flex;align-items: center;gap: 13px;text-transform: capitalize;transition:0.5s;}
.footer-policy a:before{content: '';width: 4px;height: 4px;background: #fff;border-radius: 50%;}
.footer-policy a:hover{color: var(--color-hover);}
.map-ft{display: inline-block;background: #fff;color: #000;font-size: 15px;padding: 0 30px 0 16px;border-radius: 100px;margin-top: 13px;}
.map-ft span{display:inline-block;background:url(../images/web/gh.png) no-repeat center left;padding-left:36px;line-height: 38px;}
.map-ft:hover{color:var(--color-main);transition:0.5s}
.footer-counter{padding: 0 10px;}
.social-ft a{display:inline-block;margin-right:7px;}
.social-ft a:last-child{margin-right:0}
.social-ft img{max-height:35px;}
footer{padding-bottom: 0;}
/* .footer-layout .wrap-content{display: flex;flex-wrap:wrap;justify-content: space-between;} */
.footer-titleft{display: block;color: var(--color-hover);text-transform: uppercase;font-size: 17px;font-style: normal;font-weight: 700;line-height: 1.5;margin-bottom: 10px;}
.content-info-ft p{margin-bottom:0}
.footer-layout{position: relative;color: #fff;font-size: 15px;padding: 60px 0px 30px 0px;}
.footer-tc .footer-layout{background: var(--color-main);}
.content-info-ft{line-height:2}
.info-footer .flex-footer{display:flex;justify-content:space-between;gap:20px;}
.info-footer .flex-footer .box-footer .social-footer{display:flex;gap:5px;margin:10px 0px;}
.info-footer .flex-footer .box-footer:nth-child(1){width:33.3%;}
.info-footer .flex-footer .box-footer:nth-child(2){width:40%;}
.info-footer .flex-footer .box-footer:nth-child(3){width:25%;}
.info-footer .flex-footer .title-footer{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:14px;}
.info-footer .flex-footer .service-footer{margin-top:20px;}
.info-footer .flex-footer .service-footer ul{padding:0px;margin:0px;}
.info-footer .flex-footer .service-footer ul li{list-style:none;padding:5px 0px;}
.info-footer a{color:#fff;}
.footer-maplh {
    margin-top: 50px;
    height: 400px;
}
#footer-maplh iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.footer-map {
    margin-top: 50px;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
}



.footer_ul {
    list-style: disc;
    padding: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer_ul li {
    width: auto;
}


.footer_ul span a{
    font-family: "Gilroy-Med";
    font-size: 14px;
    color: #000004;
    line-height: 2.0;
}
.footer_ul span a:hover{
    color: red;
}

.glv ul {
    list-style: disc;
    padding-left: 20px;
}

.product-right-info {
    display: flex;
    margin-bottom: 10px;
}

.product-right-info img {
    min-width: 150px;
}

.product-right-info2 {
    margin-left: 20px;
}
.product-right-info2 p {
    line-height: 25px;
    color: #00a5d9;
    font-size: 13px;
    margin-bottom: 3px;
    font-style: italic;
    display: block;
}
.product-right-info2 h3 {
    font-family: 'SVN-Gilroy-Bold';
    font-size: 14px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-right-info2 h4 {
    color: #666;
    line-height: 1.7;
    font-size: 12px;
    font-family: 'SVN-Gilroy-Med';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tagseo {
    padding: 60px 10px;
    background:linear-gradient(to right,#faf2d4,#fff1c0,#faf2d4);
    position: relative;
}
.tagseo .botrong {
    width: 16%;
}
.tagseo_info {
    border: 1px solid #ECAB1F;
    border-radius: 20px;
    background-color: #FFFBEA;
    padding: 10px;
}
.tagseo_img {
    position: absolute;
    bottom: 30%;
    left: 0px;
}
.tagseotong {
    width: 84%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tagseo_info h3 {
    font-family: SVN-Med;
    font-size: 13px;
    color: #806030;
    margin-bottom: 0;
}
.tagseo_info:hover h3 {
    color: red;
}
/* Tags */
.title-tags{position:relative;font-size:1em;font-weight:600;padding-bottom:15px;margin-bottom:15px;color:#777;}
.title-tags:after{content:'';position:absolute;left:0px;bottom:0px;background-color:rgba(0,0,0,0.1);display:block;height:3px;width:30px;}
.flex-tags{display:flex;gap:5px;}
.flex-tags a{color:#333;border:1px solid;border-radius:3px;display:inline-block;font-size:0.8em!important;opacity:0.8;padding:2px 5px;}
.flex-tags a:hover{background-color:#446084;border-color:#446084;color:#fff;opacity:1;}
.footer-powered{position: relative;color: #fff;padding: 0px 0 15px 0;}

.footer_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    background: url(../images/bannerfooternho.png) center/cover no-repeat;
    padding: 30px;
    object-fit: cover;
}
.footer{background: url(../images/bannerfooter.png) center/100% 100% no-repeat }
.gap {
    gap: 30px;
}
.footer_info {
    width: 50%;
}
.footer_info .flex{
    gap: 60px;
    padding-bottom: 20px;
}
.map {
    width: 40%;
}
.bando {
    width: fit-content;
    margin: auto;
}
.logofooter {
    display: flex;
}

.logofooter p {
    float: left;
    width: 27%;
}


.footer_info_logo {
    width: 50%;
}

.footer_info_logo p{
    font-family: 'Quick-Med';
    font-size: 15px;
    color: rgb(221, 221, 221);
    line-height: 2;
}

.footer_info_2 {
    width: 40%;
}
.footer_info_2 ul {
    padding: 20px 0px 0px 0px;
}
.footer_info_2 ul li {
    margin-bottom: 10px;
}
.footer_info_2 ul li:hover a {
    color: red;
}
.footer_info_2 ul li a {
    font-family: 'Quick-Med';
    font-size: 15px;
    color: rgb(221, 221, 221);
}
.footer_info_2 ul li ul li a {
    font-family: 'Quick-Med';
    font-size: 15px;
    color: rgb(221, 221, 221) !important;
}
.footer_info_2 ul li ul li:hover a {
    color: red !important;
}

.footer_info_2 h5 {
    font-family: 'SVN-Bold';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.chinhsachtong {
    margin-top: 20px;
}
.chinhsach_info h3 {
    font-family: 'SVN-Med';
    font-size: 15px;
    color: white;
    margin-bottom: 28px;
}
.chinhsach_info:hover h3 {
    color: red;
}
.socialtong {
    margin-top: 20px;
}
.footer_info_3 {
    width: 40%;
}
.fb_iframe_widget span {
    width: 100% !important;
    height: 375px !important;
}
.fb_iframe_widget iframe {
    height: 375px !important;
}
/* .footer_info_2 span {
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #FFFFFF;
} */
.emailfooter {
    font-family: 'SVN-Gilroy-Med' !important;
}
.emailfooter span {
    text-decoration: underline;
}

.footer_info_2 span a{
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_news:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_news:nth-child(2) ul  {
    list-style: disc;
    padding: 0;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_news:nth-child(2) ul li:hover a{
    color: red;
}
.footer_news:nth-child(2) ul li a {
   font-family: 'SVN-Gilroy-Med';
   font-size: 14px;
   color: white;
}


.footer_news i {
    font-size: 50px;
    color: black;
}


.footer_ul li a:hover {
    color: red;
}
.copyright {
    border-top: 1px solid rgb(28, 85, 52);
    padding: 20px 0px 0px 0px;
}
.copyright p {
    font-family: 'Quick-Med';
    font-size: 15px;
    color: rgb(221, 221, 221);;
    margin-bottom: 0px;
}




/*   TC   */
.item-criteria a{display:flex;align-items:center;color:#333;}
.item-criteria a .ds-criteria{width:calc(100% - 60px);margin-left:10px;}
.item-criteria a .ds-criteria h3{-webkit-line-clamp:2;font-size:16px;color:var(--color-main);}
.item-criteria a .ds-criteria p{-webkit-line-clamp:2;margin:0px;}

/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content:'';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content:'';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:'';height:0;position:absolute;top:6px;right:0;width:0;}

/* Product */
.filter{position:absolute;right:0px;top:0px;padding:5px 10px;background:#f1f1f1;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;text-transform:uppercase;border-radius:5px;cursor:pointer;border:1px solid #ddd;display:none;}
.flex-product-main{display:flex;justify-content: space-between;align-items: flex-start;}
.flex-product-main .left-product{width: 300px;position: sticky;top: 60px;}
.flex-product-main .right-product{width: calc(100% - 330px);}
.filter_block:not(:last-child){margin-bottom:30px;}
.wrap-product-sale{background-color:#ffa09e;border-radius:10px;overflow:hidden;}
.wr-search p{font-weight:bold;text-transform:uppercase;}
.product{
    position: relative;
    display:block;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    text-align: center;
}
.product:hover {
    box-shadow: 0 0 5px #b0b8bd;
}
.product:hover .spnb_xemngay{
    opacity: 1;
}
.product:hover .spnb_lh a{
    color: red;
}
.product .pic-product{display:block;position:relative; overflow: hidden; width: 100%;}
.box-product{position: relative;display:block;}
.product:hover h3 {color: red;}
.name-cppro{position:absolute;z-index: 5;background: #BD0606;width: 50px;min-height: 185px;padding: 5px;right: 30px;top: -25px;margin: 0;}
.name-cppro span{color: var(--color-hover);text-align: center;font-family: "SVN-G";font-size: 19px;line-height: normal;text-transform: uppercase;writing-mode: vertical-lr;transform: rotate(-180deg);}
.product .pic-product img{-webkit-transform-style:preserve-3d;object-fit:cover;width: 100%;}
.first_img{position:absolute;top:0;transition:all 0.5s ease;height:100%;}
.product:hover .first_img{transform:scale(0);}
.second_img{display:block;position:absolute;top:0;right:100%;transition:all 0.5s ease;height:100%;}
.product:hover .second_img{right:0;top:0;transition:all 0.5s ease;}
.product .name-product{margin-bottom: 0;}
.product .name-product a{ 
    font-family: 'Quick-SemiBold';
    font-size: 15px;
    color: #1A1A1A;}
.product:hover .name-product a{color: var(--color-main);}
.product .name-product.text-split{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.price-tong {
    display: flex;
    justify-content: space-between;
}
.sptong {
    overflow: hidden;
    text-align: center;
}
.sptong h5 {
    font-family: 'Quick-SemiBold';
    font-size: 35px;
    color: #1A1A1A;
}
.product .price-product{margin: 0;padding-top: 10px;}
.product .price-product span{display:inline-block;}
.product .gia {font-family: "Baloo-Regular";
    font-size: 15px;
    color: #333333;}
.product .price-new{
    font-family: 'Quick-Bold';
    font-size: 15px;
    color: #E32024;
}
.product .price-discount{
    text-decoration: line-through;
    font-family: 'Quick-Regular';
    font-size: 14px;
    color: #808080;
}
.product .price-old{padding: 0;padding-left: 7px;font-size:14px;text-decoration:line-through;display: inline-block;color: #666;text-transform: capitalize;}
.product .price-per{position: absolute;color: #fff;font-size: 12px;text-align:center;font-weight: 500;background: #d92626;min-width: 47px;line-height: 23px;border-radius: 5px;top: 8px;right: 8px;pointer-events: none;}
.product .product-new{position: absolute;color: #fff;font-size: 14px;text-align:center;font-weight: 500;background: #d92626;min-width: 47px;line-height: 23px;border-radius: 5px;text-transform: capitalize;top: 8px;left: 8px;z-index: 5;pointer-events: none;}
.box-cat{text-align:center;}
.box-cat h3{font-size:14px;color:#333;margin-top:10px;}
.box-cat:hover h3{color:#f00;}
.cart-product{margin:5px 0 0 0px;}
.cart-product span{cursor:pointer;color:#fff;text-align:center;padding:0px 5px;border-radius:5px;display:inline-block;line-height:34px;font-size:13px;font-weight:700;}
.cart-add{margin-left:10px;background-color:#00a5d9;width:155px;}
.cart-add:hover{background-color:#fed402;}
.cart-buy{background-color:#ff2e00;width:93px;height:33px;}
.cart-buy:hover{background-color:#fed402;}

.dmsp{width: 25%; padding: 10px; border: 1px solid rgb(216, 216, 216); margin-right: 10px;}
.dmsp h5{font-size: 22px; font-weight: bold;}
.dmsp ul {padding-left: 0;}
.dmsp ul li{list-style: inside;}
.dmsp ul li a {color: #333; font-size: 16px;}
.dmsp ul li a:hover {color: red;}
.grid-product{display:grid;grid-template-columns: repeat(4,1fr);gap: 40px;}
.grid-productsp{display:grid;grid-template-columns: repeat(4,1fr);gap: 15px;}
.grid-productlist{display:grid;grid-template-columns: repeat(4,1fr);gap: 15px;}
.procattong {
    text-align: center;
}
.procat_info {
    padding: 30px 0px;
}
.procat_info_tt h3 {
    font-family: 'Quick-Med';
    font-size: 14px;
    color: black;
    margin-top: 10px;
    margin-bottom: 0;
}
.procat_info:hover .procat_info_tt h3 {
    color: var(--color-main);
}
.procat_info a img {
    padding: 10px;
    background-color: #e9e6e6;
    border-radius: 50%;
    transition: transform 0.5s ease;
}
.procat_info:hover a img  {
    transform: scale(1.1);
}

.procat_info_list {
    padding: 30px 0px;
}
.procat_info_list:hover .procat_info_tt h3 {
    color: var(--color-main);
}
.procat_info_list a img {
    padding: 10px;
    background-color: red;
    border-radius: 50%;
    transition: transform 0.5s ease;
}
.procat_info_list:hover a img  {
    transform: scale(1.1);
}






.grid-productcat{display:grid;grid-template-columns: repeat(4,1fr);gap: 15px;}
.grid-product1{width: 100%;display:grid;grid-template-columns: repeat(4,1fr);gap: 15px;}
.right-product .grid-product{grid-template-columns:repeat(4,1fr);}









/* product detail */
.right-pro-ctsp{width:25%;border: 1px solid #ccc;padding: 15px;position: sticky;top: 60px;}
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;}
.grid-pro-detail .left-pro-detail{width: 40%;}
.grid-pro-detail .right-pro-detail{width: 57%;}
.detail-product{display:flex;justify-content:space-between;}
.detail-product .left-pro-detail{width:40%;border:1px solid #ddd;}
.detail-product .right-pro-detail{width:57%;}
.detail-product .right-pro-detail ul{list-style:none;padding:0px;}
.detail-product .right-pro-detail ul li{margin-bottom:20px;}
.detail-product .right-pro-detail ul li .title-pro-detail{font-size:18px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail{font-weight:700;font-size:20px;color:#f00;}
.policy_intuitive{border:1px solid #e0e0e0;border-radius:5px;margin-bottom:25px;}
.policy{margin:20px 16px 0 16px;}
.policy__list{display:flex;flex-wrap:wrap;padding:0px;}
.policy__list > li{border-bottom:1px solid #f1f1f1;position:relative;padding:12px 0 12px 35px;width:50%;display:inline-block;}
.policy__list > li:nth-child(2n + 1){padding-right:20px;}
.policy__list li > div.iconl{left:0;position:absolute;top:15px;}
.policy__list li .iconl{width:32px;}
.policy__list li p{line-height:20px;padding-left:5px;margin:0px;}
.policy__list li:last-child{border-bottom:0;}
.policy__list > li:nth-child(2n + 1):nth-last-child(2){border:0;}

/* css block actions  */
.ul-actions{display:flex;justify-content:center;margin:20px;gap:15px;align-items:flex-start;}
.ul-actions li,
.ul-actions > div{list-style-type:none;margin:0;padding:0;width:80px;text-align:center;}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover{border-color:#fd6e1d;}
.ul-actions .box__tabr{align-items:center;border:1px solid #e0e0e0;border-radius:2px;display:flex;justify-content:center;min-height:55px;padding:4px;height:60px;width:80px;}
.icon-action{background-image:url('../images/icon_chitiet@2x-min.png');background-repeat:no-repeat;display:inline-block;height:30px;width:30px;line-height:30px;vertical-align:middle;background-size:300px 180px;}
.icon-dnb{background-position:0 0;height:28px;width:28px;}
.icon-tskt{background-position:-105px 0;height:30px;width:30px;}
.icon-ttsp{background-position:-140px 0;height:19px;width:23px;}
.ul-actions p{font-size:14px;line-height:1.3;margin-top:5px;white-space:normal;color:#000;}

/* modal-detail */
.modal-detail::-webkit-scrollbar{width:10px;}
.modal-detail::-webkit-scrollbar-thumb{width:10px;background:#4d90e0;border-radius:10px;height:50px;}
.modal-detail{position:fixed;z-index:999;background:#000000c4;top:0px;left:0px;width:100%;height:100%;overflow-y:scroll;}
.content-modal-detail{background:#fff;max-width:1200px;margin:0px auto;min-height:100vh;}
.content-modal-detail .tabs{display:flex;cursor:pointer;padding:0;list-style:none;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0px;background:#fff;z-index:99;}
.content-modal-detail .tabs li{padding:20px 20px;margin-right:5px;font-weight:bold;position:relative;border-bottom:4px solid #fff;}
.content-modal-detail .tabs li.active{color:#2d9cdb;border-bottom:4px solid #2d9cdb;}
.content-modal-detail .tab-content{padding:20px;max-width:900px;margin:0px auto;}
.content-modal-detail .tab-content.active{display:block;}
.close-tab{position:fixed;top:15px;right:20px;z-index:10;}
.btn-closemenu{position:fixed;top:10px;right:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;line-height:21px;padding:7px;text-align:right;width:72px;}
.btn-closemenu::before{transform:rotate(45deg);}
.btn-closemenu::after{transform:rotate(-45deg);}
.btn-closemenu::before,
.btn-closemenu::after{background-color:#333;content:'';left:13px;height:14px;position:absolute;top:10px;width:1px;}
.cursor-pointer{cursor:pointer;}

/*css CT */
.box-ct{display:flex;justify-content:start;align-items:center;background-color:rgb(233,230,230);padding:10px;border-radius:10px;}
.box-ct img{border-radius:50%;margin-right:10px;}
.ds-ct h3 a{font-size:17px;color:#333;}
.ds-ct h3 a:hover{color:#f00;}


/* Contact */
.contact-map{position:relative;height:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}

/*  breadCrumbs */
.breadCrumbs{padding: 12px 0px 0 0;color: #666;font-weight: 500;background-color: #e0e0e0;}
.breadCrumbs ol{margin:0px;padding-bottom: 10px;}
.breadCrumbs ol li a{color: #333;font-family: 'Quick-Med';}
.breadcrumb-item+.breadcrumb-item::before{color: #333;}
.breadCrumbs ol li a:hover{color: var(--color-main)}

/* paging */
.pagination{margin: 25px 0 0 0;}
.pagination li a{cursor:pointer;    color: #333;}
.pagination .page-item {
    border-radius: 10px;
    margin-right: 5px;
}
.pagination .page-item.active .page-link{background-color: white;border-color:var(--color-main);color:var(--color-main);}
.btn-frame{display:block;width:50px;height:50px;position:fixed;right: 15px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background: var(--color-main);position:relative;z-index:1;display:flex;align-items:center;justify-content:center;color: #fff;font-size: 32px;}
.btn-frame i img{vertical-align:middle;width: 70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.btn-zalo{bottom:310px;}
.btn-mess{bottom: 230px;}
.grid-properties{display:flex;gap:10px;}
.grid-properties span{position:relative;border:1px solid #ddd;padding:5px 15px;cursor:pointer;}
.grid-properties span:hover,
.grid-properties span.active{border:1px solid #f00;color:#f00;}
.grid-properties span:hover:after,
.grid-properties span.active:after{content:'';border:0.9375rem solid transparent;border-bottom:0.9375rem solid var(#d0011b,#ee4d2d);bottom:0;position:absolute;right:-0.9375rem;}
.grid-properties span.outstock{pointer-events:none;background-color:#fafafa;color:rgba(0,0,0,0.26);cursor:not-allowed;}

/* Xu huong */
.wrap-xh{background:linear-gradient(90deg,#ffecd2 0%,#fcb69f 100%);padding:10px;border-radius:10px;}
.title-xh{font-size:25px;margin:20px 0px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.image-xh{border-radius:10px;overflow:hidden;}
.name-xh{text-align:center;color:#333;font-size:16px;margin:10px 0px 0px;}

/* scrollToTop */
.scrollToTop{position: fixed;right: 20px;bottom: 60px;z-index: 99;}

/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
[x-cloak]{display:none!important;}
.product-page a:hover,
.product-page a.active{background-color: var(--color-social);border-color: var(--color-social);color:#fff;}
.product-page{display:flex;flex-wrap:wrap;gap: 8px;justify-content:center;margin-top: 40px;}
.product-page a{width: 30px;height: 30px;display:flex;align-items:center;justify-content:center;border: solid 1px #ccc;color:#000;cursor:pointer;font-weight: 500;border-radius: 50%;background: #fff;}
.slideshow-next,
.slideshow-prev{z-index:9;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:50px;background:#00000085;border-radius:5px;color:#fff;font-size:1.875rem;display:flex!important;align-items:center;justify-content:center;opacity:30%;cursor:pointer;transition:0.2s all;}
.slideshow-next:hover,
.slideshow-prev:hover{opacity:90%;}
.slideshow-next{right:10px;}
.slideshow-prev{left:10px;}
.product-d{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}
.menu-header{flex: 1;}
.header-box{position: relative;padding: 5px 0;padding-left: 10px;z-index: 5;color: #fff;font-size: 14px;background: url(../images/web/hd4.png) no-repeat center left/100% 100%;gap: 10px;min-height: 50px;}
.header-box:before{position:absolute;content:'';width:33px;height:100%;background:url(../images/web/hd3.png) no-repeat center;right:100%;top:0}
.intro{margin: 20px 0px 0px 0px;padding-bottom: 50px;background:url("../images/intro.png");background-size: 100% 100%;}
.intro .wrap-content{display: grid;grid-template-columns: 670fr 450fr;gap: 70px}
.intro-box:nth-child(1){display: grid;grid-template-columns: 385fr 255fr;gap: 30px}
.intro-box:nth-child(2){margin-top: 100px;}
.intro-img-item {border: #212529 solid 1px;padding: 20px;width: fit-content;}
.intro-img.img1{text-align: center;padding-bottom: 115px;}
.intro-img.img2{display: grid;gap: 20px;align-content: end;position: relative;}
.lytra{margin-left: 30px;}
.intro-txt-1{color: var(--m2);font-size: 52px;margin-bottom: 10px;font-family: 'bb';}
.intro-txt-1 div{color: #212529;font-size: 30px;line-height: 45px;margin-right: -30px;margin-top: -23px;font-family: 'bm';}
.intro-img.img3{grid-column: 1/3;width: fit-content;margin: 0px auto;display: flex;align-items: end;font-size: 20px;gap: 5px;margin-top: -210px;position: relative;z-index: 3;left: -28px;}
.intro-txt-2{writing-mode: tb;transform: rotate(180deg);text-transform: uppercase;}
.intro-txt-3{font-size: 40px;text-align: center;border-top: #000 solid 1px;border-bottom: #000 solid 1px;font-family: 'bb';}
.intro-txt-4 {font-weight: 500;font-size: 13px;line-height: 200%;letter-spacing: -0.02em;margin-top: 20px;-webkit-line-clamp: 7;font-family: 'mm';}
.intro-txt-5 {color: #000;font-family: 'ms';width: 145px;height: 45px;display: flex;align-items: center;justify-content: center;margin-top: 30px;position: relative;border-left: #000 solid 1px;border-right: #000 solid 1px;}
.intro-txt-5:before{content:'';width: 50px;height: 1px;background-color: #000;position: absolute;top:0px;left: 0px}
.intro-txt-5:after{content:'';width: 85px;height: 1px;background-color: #000;position: absolute;bottom:0px;left: 0px}
.intro-line{margin-bottom: -35px;}


.slick-prev, .slick-next {
    display: none; /* Ẩn các nút điều hướng nếu không muốn hiển thị */
}

.section-description{display:none;}


.left-column {
   width: 38%;
   padding: 20px;
}
.left-column .tieude1 {
text-align: left;
padding-bottom: 25px; }

.right-column {
   width: 60%;
   padding: 20px;
}

.partner-item img {
   width: 100%;
   height: auto;
   border-radius: 8px;
}
.doitac .wrap-content {
    background-color: #F2F2F2;
}
.doitacleft {
    width: 20%;
    background: url(../images/doitacleft.png)left/100% 100% no-repeat;
}
.doitacleft p{
    font-family: 'Quick-SemiBold';
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 30px 40px 30px 20px;
}
.doitacright {
    padding: 30px;
    width: 80%;
}
.dttong {
    overflow: hidden;
}
.dt_info a img {
    transition: transform 0.5s ease;
}
.dt_info:hover a img {
    transform: scale(1.1);
}

.khachhang .wrap-content{
    background: url(../images/vienkhachhang.png) center/100% 100% no-repeat;
    padding: 10px;
}
.khleft {
    width: 50%;
    padding: 25px 50px 30px 30px;
}
.khleft h5{
    font-family: 'Quick-SemiBold';
    font-size: 30px;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 0;
}
.khtong {
    margin-top: 10px;
}
.khtong .slick-list {
    padding: 0 !important;
}
.khtong .slick-slide {
    opacity: 1;
    display: flex;
}
.khright {
    width: 50%;
    display: grid;gap: 20px;grid-template-columns: repeat(2, 1fr);
    padding: 30px 30px 30px 50px;
}
.khright_info {
    position: relative;
    overflow: hidden;
}
.khright_info a img {
    transition: transform 0.5s ease;
}
.item img {
    transition: transform 0.5s ease;
}
.khright_info:hover img {
    transform: scale(1.1);
}
.khright_info:hover .item {
    color: red;
}
.item {
    position: absolute;
    top: 40%;
    left: 25%;
    background-color: var(--color-main);
    border-radius: 30px;
    padding: 5px 15px 5px 5px;
    text-transform: uppercase;
    font-family: 'Quick-Bold';
    font-size: 18px;
    color: white;
}
.item img{
    margin-right: 10px;
}
.anhkhachhang {
    width: 25%;
}
.anhkhachhang img{
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.anhkhachhangright img{
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.icondienthoai {
    width: 5%;
    margin: auto;
}
.anhkhachhangright {
    width: 25%;
}
.anhkhachhangright img{
    float: right;
}
.icondienthoairight {
    width: 5%;
    margin: auto;
}



/* product */
.tabProduct{text-align:center;background: url(../images/web/td1.png) no-repeat center top/cover;border-radius: 200px;padding: 4px 15px;margin-bottom: 20px;}
.tabProduct a{display:inline-block;color: #fff;font-size: 17px;font-weight: 700;text-transform: uppercase;padding: 0 40px;line-height: 40px;transition: 0.5s;min-height: 40px;min-width: 232px;}
.tabProduct a.active, .tabProduct a:hover{font-size:20px;font-family:utm-i;font-weight:normal;background:var(--color-hover);border-radius:100px;}
.productnb-slide .product {margin: 0px 10px}
.productnb-slide{margin: 0px -10px}
.product-info{padding: 10px 20px}
.product-infoten{}
.productmenu-slide{margin:0px -22px}
.productmenu-item {background: #F9F2E7;margin: 0px 22px;display: grid;justify-items: center;border-radius:250px;padding: 60px 30px 30px 45px;}
.productmenu-box:nth-child(1){position: absolute;left: 30px;}
.productmenu .wrap-content{position: relative;}
.productmenu-title{font-size: 52px;font-family: 'dw';writing-mode: vertical-lr;position: relative;}
.productmenu-title:before{content: '';position: absolute;width: 1px;height: 150px;background-color: #000;top: -30px;}
.productmenu{background:url("../images/menu.png");background-position: center;background-size: cover;background-color: var(--m1);padding: 105px 0px 100px 0px;position: relative;}
.productmenu-txt-1{font-size: 30px;text-transform: uppercase;margin: 10px 0px 0px 0px;}
.productmenu-box:nth-child(1){}
.productmenu-box:nth-child(2){margin: 0px 10%}
.productmenu-menu{height: 250px;overflow-y: auto;gap: 20px;display: grid;margin: 10px 0px 15px 0px;width: 100%;}
.productmenu-txt-2{font-size: 16px;-webkit-line-clamp: 1;}
.productmenu-txt-3{position: relative;white-space: nowrap;}
.productmenu-pricenew{font-size: 17px}
.productmenu-priceold{text-decoration: line-through;position: absolute;bottom: -15px;width: 100%;left: 0px;text-align: right;font-size: 11px;}
.productmenu-product {display: flex;align-items: baseline;justify-content: space-between;gap: 10px;padding-right: 10px;color: #000;}
.productmenu-product:hover{color: var(--m1);}
.productmenu-line{min-width: 10%;border-bottom: #000 dashed 1px;flex: 1;}
.productmenu1,
.productmenu2{position: absolute;width: 100%;left: 0px}
.productmenu1{top: 0px;}
.productmenu2{bottom: 0px}
.la1{position: absolute;bottom: -16%;right: 0px;z-index: 8;}
/* end */

/* thu vien anh */
.box-thuvienanh-tc{position:relative;padding: 55px 0 80px 0;background: url(../images/web/bf3.png) no-repeat top 47px right 20%;}
.box-thuvienanh-tc .wrap-content{position:relative;}
.thuvienanh-tc{position: relative;overflow: hidden;}
.flex-thuvienanh{position:relative;justify-content: space-between;margin: 0 -10px;min-height: 450px;}
.flex-thuvienanh:before{position:absolute;content:'';width:175px;height: 60px;border: 5px solid var(--color-social);border-top: unset;border-left: unset;bottom: 35px;right: 120px;z-index: 5;}
.thuvienanh-item{position: relative;display: block;margin: 13px;}
.thuvienanh-item a{display:block;width:100%;}
.thuvienanh-item p{width: 100%;height: 100%;border-radius:10px;}
.thuvienanh-item img{width:100%;height: 100% !important;object-fit:cover}
.thuvienanh_tc{margin: 0 -13px;}
.thuvienanh_tc:nth-child(1){align-items: flex-end;}
.thuvienanh_tc:nth-child(2){}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(1){width: calc(41% - 26px);}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(2){width: calc(30.5% - 26px);}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(3){width: calc(28.5% - 26px);}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(1){width: calc(29% - 26px);}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(2){width: calc(28.5% - 26px);}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(3){width: calc(42.5% - 26px);}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(1) a{height: 455px;}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(2) a{height: 303px;}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(3) a{height: 360px;}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(1) a{height: 400px;}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(2) a{height: 250px;}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(3) a{height: 410px;}
.thuvienanh_tc:nth-child(1) .thuvienanh-item:nth-child(1) a p{border-radius:500px 500px 10px 10px}
.thuvienanh_tc:nth-child(2) .thuvienanh-item:nth-child(3) a p{border-radius:10px 10px 500px 500px}
.slogan-ha{padding-left: 50px;padding-top:20px;}
.slogan-ha > div{color:#191919;font-family: "SVN-HS";font-size: 40px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize;margin-bottom: -25px;}
.slogan-ha span{position: relative;display: inline-block;font-family: "SVN-G";font-size: 35px;line-height: normal;letter-spacing: 1.05px;text-transform: uppercase;background: linear-gradient(180deg, #E91916 28.25%, #C90000 79.97%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;padding-left:40px;}
.slogan-ha span:before{position:absolute;content:'';width:160px;height:1px;background:#C01E1E;top:5px;bottom:0;right:calc(100% - 25px);margin:auto;}
/* end */

.best-next,
.best-prev{position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;}
.best-next{right:-50px}
.best-prev{left:-50px}
.header-mobile{display: none;}
.album-d{display: grid;gap: 20px;grid-template-columns: repeat(3, 1fr);}
.album-img{border-radius:10px;}
.album-txt{padding-top: 15px;}
.album-txt h3{color: #333;font-size: 16px;text-align: center;line-height: 1.5;font-weight: 700;margin-bottom: 0;-webkit-line-clamp: 2;}
.album-txt h3:hover{color:var(--color-main);}
.video-d{display: grid;gap: 30px;grid-template-columns: repeat(3, 1fr);}
.video-d .album-img{position:relative;}
.video-d .album-img:before{position:absolute;content:'';width:100%;height:100%;background: url(../images/web/icon-video.png) no-repeat center;left:0;top:0;z-index:10;pointer-events: none;}
.video-d .album-txt{display:block;}
.pbThumbs li{width: 100px !important;}
.intro-info-box{position: absolute;left: 111px;top: 104%;white-space: nowrap;display: grid;gap: 17px;}


.gap-3 {
    gap: 1rem !important;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.min-h-80 {
    min-height: 320px;
}
.flex-1 {
    flex: 1 1 0%;
}
.relative {
    position: relative;
}


.video-main  iframe{
    width: 100%;
    height: 100vh;
    max-height: 450px;
}


.duan {
    text-align: center;
}
.duan h5 {
    font-family: 'SVN-Bold';
    font-size: 40px;
    background:linear-gradient(to right,#ECAB1F,#FFDF5F,#E9B818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
}
.duan p {
    font-family: 'SVN-Regular';
    font-size: 20px;
    color: #333333;
}
.duan_img {
    background: url(../images/vienanhalbum.png) no-repeat center / 100% 100%;
    padding: 10px;
}
.duan_info p {
    font-family: 'Fz-Med';
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 15px;
}
.duan_img_info {
    overflow: hidden;
}
.duan_img_info img {
    transition: transform 0.5s ease;
}
.duan_info:hover img {
    transform: scale(1.1);
}
.duan_info:hover p {
    background:linear-gradient(to right,#ECAB1F,#FFDF5F,#E9B818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.albumgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 20px;
}
.album_info {
    text-align: center;
}
.album_img_info img {
    transition: transform 0.5s ease
}
.album_img {
    background: url(../images/vienanhalbum.png) no-repeat center/100% 100%;
    padding: 10px;
}
.album_info:hover img {
    transform: scale(1.1);
}
.album_info:hover h3 {
    background:linear-gradient(to right,#ECAB1F,#FFDF5F,#E9B818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.album_img_info {
    overflow: hidden;
}
.album_info a h3 {
    font-family: 'Fz-Regular';
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}
.albumthuvien {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}
.albumthuvien h5 {
    font-family: 'SVN-Bold';
    font-size: 36px;
    text-transform: uppercase;
    background:linear-gradient(to right,#ECAB1F,#FFDF5F,#E9B818);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
    padding: 5px 0px;
}
.albumthuvien p {
    font-family: 'SVN-Regular';
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.albumtong {
    text-align: center;
}
 .albumtong {
    text-align: center;
 }
 .albumxemthem {
    background: url(../images/vienxemthem.png) no-repeat center/100% 100%;
    padding: 25px 50px 20px 50px;
    width: fit-content;
    margin: auto;
    transition: transform 0.5s ease;
 }
 .albumxemthem:hover {
    transform: scale(1.1);
 }
 .albumxemthem p {
    font-family: 'SVN-SemiBold';
    font-size: 16px;
    text-transform: uppercase;
    background:linear-gradient(to right,#E5B86F,#FFDF5F,#FFF4C8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
 }

.banneralbum img {
    display: flex;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 40px;
}
/* .album_info:nth-child(4) {
    grid-row: 3;
}
.album_info:nth-child(5) {
    grid-row: 3;
}
.album_info:nth-child(6) {
    grid-row: 3;
} */

.formdangky {
    background: url(../images/bannerdangky.png);
    height: 520px;
}
.dangky {
    padding: 80px 60px;
}
.dangky h5 {
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 44px;
    color: white;
    text-transform: uppercase;
}
.dangky p {
    font-family: 'SVN-Gilroy-SemiBold';
    font-size: 20px;
    color: white;
}
.dangky span {
    font-family: 'SVN-Gilroy-SemiBold';
    font-size: 16px;
    color: white;
}
.linedoc {
    width: 1px;
    height: 131px;
    background-color: white;
    padding: 0;
}
.form-floating>label {
    font-family: 'Quick-Med';
    font-size: 14px;
    color: #42260A;
}
.form-control {
    border-radius: 40px;
}
.btn {
    font-family: 'Quick-Regular';
}
.inputlh {
    height: 40px !important;
}
.tenlh1 {
    padding: 10px !important;
}



/* newsnb */
.tintuc h5 {
    font-family: 'Quick-SemiBold';
    font-size: 35px;
    color: #1A1A1A;
    margin-bottom: 0;
}
.tintuc_thongtintong {
    position: relative;
    text-align: left;
}
.hinhtron {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
}
.cong {
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.left-tt-img img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}
.left-tt:hover .left-tt-img img { 
    transform: scale(1.1);
}
.left-tt:hover .tintuc_thongtin h3 { 
    color: var(--color-main);
}
.left-tt-img {
    overflow: hidden;
}
.left-tt {
    border: 1px solid rgb(226, 226, 226);
    box-shadow: 0 4px 10px 0 rgba(105, 105, 105, 0.5);
    border-radius: 20px;
}

.tintuc_info .anh{
    /* width: 350px; */
    height: 140px;
    transition: transform 0.5s ease;
}
.tintuc_info_img {
    position: relative;
    overflow: hidden;
    min-width: 200px;
    height: 140px;
}
.tintuc_info:hover .anh{
    transform: scale(1.1);
}
.tintuc_thongtin {
    padding: 0px 30px 30px 30px;
}
.tintuc_thongtin h3 {
    font-family: 'Quick-SemiBold';
    font-size: 18px;
    color: #1A1A1A;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:normal;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    -webkit-line-clamp:2;
}
.tintuc_thongtin p {
    font-family: 'Quick-Med';
    font-size: 14px;
    color: #666666;
    overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;
    line-height: 2;
    margin-bottom: 0;
}

.menunuoc_info .slick-slide img {
    display: inline-block;
}
.box-tintuc-tc {
    background: url(../images/vienlienhethongtin.png) left/100% 100% no-repeat;
    padding: 65px 0px 60px 0px;
}
.tuvan {
    width: 50%;
    text-align: center;
}
.tuvan h5{
    font-family: 'Quick-SemiBold';
    font-size: 30px;
    color: white;
}
.tuvan h5 img{
    margin-right: 10px;
}
.tuvan p{
    font-family: 'Quick-Med';
    font-size: 15px;
    color: rgb(224, 224, 224);
    margin-bottom: 20px;
}
.contact {
    width: 10%;
}
.tuvan_info {
    width: 90%;
}
.thongtin {
    width: 50%;
    padding-left: 120px;
}
.thongtin_infotong {
    text-align: left;
    padding-left: 100px;
}
.thongtin_info {
    margin-bottom: 20px;
}
.thongtin_info span {
    font-family: 'Quick-Med';
    font-size: 18px;
    color: white;
}
.thongtin_info img {
    margin-right: 15px  ;
}

.video {
    padding-bottom: 30px;
    padding-top: 60px;
    text-align: center;
}
.video .slick-slide {
    height: 550px;
}
.video .slick-list {
    padding: 0px !important;
}
.video .slick-track {
    padding: 50px 0px 0px 0px;
}
.video .slick-active {
    transform: scale(0.8);
}

.video .slick-current {
    transform: scale(1.0);
   
}
.slick-next {
    right: 0px !important;
}
.slick-prev::before {
    background: red !important;
    font-size: 40px !important;
    padding: 5px 3px 0px 3px;
    border-radius: 50%;
}
 .slick-next::before {
    background: red !important;
    font-size: 40px !important;
    padding: 5px 3px 0px 3px;
    border-radius: 50%;
}

.left-intro{position: relative;align-items: center;margin-top: 0px !important;width: 49% !important;}

.item-bvl {width: 100% !important;}
.item-bvl:hover h3{
    color: red;
}
.pic-newshome-normal2 {position: relative; overflow: hidden;
    border-radius: 10px;}
.pic-newshome-normal2 img {width: 100%;}
.pic-newshome-normal2:hover h3 {
    color: red;
}

.doc-them {
    width: fit-content;
    color: #252525;
    font-family: "Gilroy-Semi";
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 2px solid #252525;
    padding-bottom: 3px;
    transition: transform 0.3s ease;
}

.doc-them:hover {
    transform: scale(1.1);
}

.tieude2{color: #0C4724;font-family:"DalatCap-Regular";font-size: 48px;text-transform: uppercase;}


.right-intro{width: 48% !important;flex-direction: column;}


.videoytb-info p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #000000;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid #DDDDDD;
}
.videoytb span {
    position: absolute;
    top: 40%;
    left: 45%;
    opacity: 1;
    pointer-events: none;
    transition: transform 0.5s ease;
}
.videoytb:hover span{
    transform: scale(1.2);
}
.videoytb {
    background: url(../images/rightvideo.png) right no-repeat;
    padding: 40px;
}
.videoytb a img{
    width: 100%;
}
.row>* {
    /* padding: 0; */
}
.datsan {
    background: url(../images/bannerdatsan.png) top/cover no-repeat;
    width: 45%;
    text-align: center;
}
.datsan_info {
    padding-top: 40px;
}
.datsan-tieude {
    font-family: 'Bar-Bold';
    font-size: 40px;
    color: #1A1A1A;
    text-transform: uppercase;
}
.datsan-mota {
    font-family: 'Bar-Regular';
    font-size: 15px;
    color: #1A1A1A;
}
.datsanrow {
    margin-left: 20px;
    margin-right: 0;
}
.datsancol {
    padding: 0px 70px;
}

.noidung {
    position: relative;
}


/* .slick_photo1 {
    border: 2px solid #C99631;
} */
/* .thumb-pro-detail {
    border: 2px solid #C99631;
} */

.tintuc-slide{margin:-12px 0}
.newshome-normal{display:block;margin: 12px 0;position:relative;}
.img-newshome-normal{position: relative;width: 100%;}
.pic-newshome-normal img{width:100%; height: 200px !important;}
.time-newshome{width: 67px;height: 82px;border-radius: 5px;background: var(--color-main);color: #fff;font-weight: 500;font-size: 13px;text-align: center;margin-bottom: 0;}
.time-newshome span{font-family: "SVN-G";font-size: 30px;font-style: normal;font-weight: 800;line-height: normal;letter-spacing: 0.9px;display: inline-block;border-bottom: 1px solid #fff;padding: 1px 0 3px 0;margin-bottom: 6px;}
.time-newshome p{margin-bottom:0}
.info-newshome-normal{position: relative;width: 70%;margin: auto;}
.info-newshome-normal h3 {
    font-family: 'Quick-Bold';
    font-size: 18px;
    color: #1A1A1A;
}
.info-newshome-normal p {
    font-family: 'Quick-Med';
    font-size: 15px;
    color: #666666;
    overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;
}
.name-newshome2{position: relative;color: #000000;font-size: 18px;font-weight: 700;transition: 0.5s;margin-top: -48px;background: white;padding: 10px 15px; opacity: 1;font-family: "SVN-Gilroy-SemiBold";  text-align: center;}
/* .info-newshome-normal:hover h3{color: red;} */
.desc-newshome{
    margin-top: -50px;
    /* color: #2F2F2F; */
    /* -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    /* font-family: "Gilroy-Med";
    font-size: 14px; */
    background-color: white;
    width: 80%;
    margin: auto;
}
.desc-newshome p {
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #33332D;
    text-align: center;
    line-height: 2;
}
.view-newshome{position:relative;margin-top: 30px;margin-bottom: 0;}
.view-newshome p{position: relative;display: inline-block;color: var(--color-hover);font-size: 15px;font-style: normal;font-weight: 600;text-align: center;text-transform:uppercase;transition: 0.5s;padding: 2px;border: 1px solid var(--color-social);}
.view-newshome p span{display: block;width: 168px;line-height: 36px;padding: 0 10px;background:var(--color-social)}
.view-newshome p:hover span{background: var(--color-hover);color: var(--color-main);transition:0.5s}

.grid-news-details{border-radius: 0;padding: 0;list-style:square;padding-left: 20px;}
.item_details{list-style:square;line-height: 1.7;}
.item_details a{display:block;color: #000;list-style:disc;font-size: 16px;font-family: 'Quick-Med';}
.item_details a span{color: #909090;font-size: 14px;}
.item_details a:hover{color: var(--color-social);}

/* contact */
.contact-article form{color:#000}
.contact-input textarea.form-control{height:120px;}
.btn-primary1{font-family: 'Quick-SemiBold';font-size: 14px; color: white;border: 2px solid white; border-radius: 40px;padding: 10px 25px;position: relative;}

/* tieu de */
.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.box_hinhtc_tc .tieude1 {
    max-width: 450px;
    margin: 0 auto;
}

.tieude1 p{display: block;font-family:"Gilroy-XBold";font-style: normal;font-weight: 400;margin-bottom: -35px;text-transform: uppercase;}
.tieude1 h2{display: block;color: var(--bs-blue);font-family: "SVN-G";font-size: 42px;font-style: normal;letter-spacing: 1.26px;line-height: 1.5;text-transform: uppercase;background: linear-gradient(180deg, #E91916 28.25%, #C90000 79.97%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;}
.tieude1.mau_chu{background: url(../images/web/td2.png) no-repeat center bottom}
.tieude1.mau_chu p{color:#fff}
.tieude1.mau_chu h2{color: var(--color-hover);background: none;background-clip: unset;background-clip: unset;-webkit-text-fill-color: unset;}
.tieude-ha.tieude1{background:none;padding-bottom:0;position:absolute;left:0;top:0;width:100%;}
.tieude-ha.tieude1 h2{font-size:45px;}
.tieude-ha .td1{display:inline-block;text-align:left;padding-left: 60px;}
.tieude-ha .td1 > div{color: #191919;font-size: 17px;font-style: normal;font-weight: 600;line-height: normal;text-transform: uppercase;padding-top: 7px;}
.tieude-cn.tieude1{background:none;padding-bottom:0;margin-bottom: 20px;}
.box-ykien-dk .tieude1 p{font-size:32px;}
.box-ykien-dk .tieude1 h2{font-size:33px;}
.box-ykien-dk .tieude-cn.tieude1{margin-bottom:13px;}
.product-list{text-align: center;padding-bottom: 20px;}
.product-list a{display:inline-block;margin: 0 4px;margin-bottom: 10px;cursor: pointer;color: #191919;font-size: 17px;font-style: normal;font-weight: 600;min-width: 120px;padding: 10px 20px;border-radius: 10px;background: var(--color-text);text-transform: capitalize;text-align:center;}
.product-list a:hover, .product-list a.active{background: linear-gradient(90deg, #E91916 1.67%, #AD0000 100%);color:#fff;}

.box-sanpham-dm{padding: 40px 0 60px 0;background: url(../images/web/bf2.png) no-repeat top left 8%;}
.box-foodct-tc{background: url(../images/web/bg2.png) no-repeat center top/cover;padding:45px 0 85px 0;}
.food-slide{margin:0 -18px}
.food-slide .product{margin:0 18px;}
.food-slide .box-product:before{background:#FDF6E0}
.food-slide .name-cppro, .cattuong-food .name-cppro{background:#0D71B8;}
.food-slide .name-cppro span, .cattuong-food .name-cppro span{color:#fff;}

.news-d{display:grid;grid-template-columns: repeat(4,1fr);gap: 30px;}
.news-d-doitac{display:grid;grid-template-columns: repeat(5,1fr);gap: 30px;}
.news-d.news-dgt{grid-template-columns: repeat(3,1fr);gap: 30px 40px;}
.news-d.news-dgt .item_tt a.img p{border-radius:30px;}
.news-item{border: 1px solid #ddd; border-radius: 10px;}
.item_tt a.img{}
.item_tt a.img p{margin-bottom:0;}

.box-quangcao-tc{max-width:1366px;margin:0 auto;}
.it-qc{display:block;}
/* end */

/* video trang chu */
.video-slide{margin:-7px 0}
.item-video{position: relative}
.item-video a{position: relative;display: block;border-radius: 20px;margin: 7px 0;}
.item-video a:before{position:absolute;content:'';width:100%;height:100%;background: url(../images/web/vd.png) no-repeat center center;left:0;top:0;z-index: 5;pointer-events: none;}
.item-video img{width:100%;}
/* end */
/* danh muc trai */
.item_tt a.ten:hover{color: var(--color-main)!important;}
.title-detail-pro{}
.title-detail-pro h1{font-size: 20px;font-family: 'Quick-Bold';margin-bottom: 1rem;}
.desc-pro-detail{
    font-size:17px;
    line-height:1.5;
    font-family: 'Quick-Med';
    border-radius: 5px;
    background-color: var(--color-main);
    padding: 5px;
    color: white;
}
.price-new-pro-detaildiscount {
    text-decoration: line-through;
}
.sp-desc {
    background-color: white;
    border-radius: 5px;
    padding: 10px 5px 30px 5px;
    color: black;
}
.sp-lh {
    gap: 20px;
}
.sp-lh a {
    width: 100%;
}
.sp-lh a p:hover {
    color: red;
}
.sp-lh a p {
    background-color: var(--color-main);
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}
.sp-content-wrapper {
    max-width: 80%;
    margin: auto;
}
.sp-content-wrapper h5 {
    text-align: center;
    font-family: 'Quick-Bold';
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-main);
}
.sp-content-vien {
    padding: 40px 30px 20px 30px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 5px #b0b8bd;
    text-align: center;
}

.sp-content {
    text-align: left;
    overflow: hidden;
    max-height: 150px; /* Chiều cao ban đầu */
    position: relative;
    transition: max-height 0.5s ease-in-out;
}

.sp-content.expanded {
    max-height: none; /* Mở rộng toàn bộ nội dung */
}

.sp-content-vien .toggle-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 10px;
}

.toggle-btn:hover {
    background-color: #3e8e41;
}





.album-product .slick-prev:before,.album-product .slick-next:before{color: #fff;opacity: 0.75;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#eee;padding:5px 10px;font-weight: 700;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-social);color:#fafafa;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
/* end */

/* gioi thieu */

.page-home{}
.gioithieu {
    justify-content: space-between;
    position: relative;
}
.gioithieu-wrapper h4 {
    color: #1A1A1A;
    font-family: 'Bar-Regular';
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
.gioithieu-wrapper h4 span{
    margin-left: 10px;
  }
  /* .gioithieu-wrapper h5 {
    color: #0C48B7;
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 44px;
    margin-bottom: 0;

  } */

  .gioithieu-tieude {
    font-family: 'Oswald-SemiBold';
    font-size: 30px;
    color: var(--color-main);
    text-transform: uppercase;
  }
  .anhtrai-mota {
    width: 5%;
    padding-top: 10px;
  }
 
  .gioithieu-mota {
    width: 95%;
    font-family: 'Quick-Med';
    font-size: 14px;
    color: #1A1A1A;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .xemthem {
    margin-top: 20px;
  }
  .xemthem a span{
    font-family: 'Quick-SemiBold';
    color: white;
    font-size: 15px;
    transition: transform 0.5s ease;
    padding: 12px 5px 15px 20px;
    background-color: var(--color-main);
    border-radius: 30px;
  }
  .xemthem a span img{
    margin-left: 10px;
    transition: transform 0.5s ease;
  }
  .xemthem a:hover span{
    color: red;
  }
  .xemthem a:hover span img{
    transform: scale(1.1);
  }
.box_gioithieu_tc{padding: 90px 0;position:relative;background: linear-gradient(0deg, #FFF3CA 0%, #FFCD42 100%);}
.box_gioithieu_tc:before{position:absolute;content:'';width:262px;height:199px;background:url(../images/web/bf1.png) no-repeat center;right:55px;bottom:-62px}
.main_gioithieu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-flow:row wrap;justify-content:space-between;align-items: start;}
.hinhgt_tc:nth-child(1){position:relative;width: calc(23% + 300px);order: 2;margin-left: -135px;margin-right: -165px;z-index:5;padding-top: 130px;}
.hinhgt_tc:nth-child(2){width: 36.5%;padding-bottom:77px;position: relative;}
.hinhgt_tc:nth-child(3){width: 40.5%;order: 3;}
.hinhgt_gt{background:url(../images/web/bg7.png) no-repeat center/100% 100%;min-height: 386px;padding: 40px 60px;text-align: center;}
.noidung_gthieu{}
.name-gt{margin-bottom: 10px;}
.name-gt p{display: block;color: #191919;font-family: "SVN-HS";font-size: 35px;font-style: normal;font-weight: 400;line-height: 1.5;margin-bottom: -15px;}
.name-gt h2{display: block;color: #fff;font-family: "SVN-G";font-size: 45px;font-style: normal;letter-spacing: 1.35px;line-height: 1.5;text-transform: uppercase;background: linear-gradient(180deg, #E91916 28.25%, #C90000 79.97%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;}
.desc-gt{color: #191919;font-size: 14px;font-weight: 500;line-height: 25px;-webkit-line-clamp: 5;}
.xtatca{position:relative;display:inline-block;margin-top: 23px;}
.xtatca span{position: relative;display: inline-block;color: #fff;font-size: 12px;font-style: normal;font-weight: 700;text-align: center;transition: 0.5s;padding: 0 10px;min-width: 105px;background: linear-gradient(90deg, #E91916 1.67%, #AD0000 100%);text-transform: uppercase;line-height: 35px;}
.xtatca:before{position:absolute;content:'';width: 70%;height: calc(100% + 8px);border:2px solid var(--color-main);top: -4px;right: -4px;}
.xtatca:hover span{background: var(--color-main);color: #fff;}
.giohd-gt{max-width: 320px;margin:0 auto;padding-top: 45px;}
.giohoatdong-tc{display: inline-block;background: url(../images/web/open.png) no-repeat top 5px left;padding-left:75px;}
.giohoatdong-tc p{font-size: 22px;font-weight: 700;line-height: normal;letter-spacing: 0.44px;color: #191919;margin-bottom: 5px;}
.giohoatdong-tc span{font-size: 18px;line-height: normal;display:block;color:#21140C;}
.hinhgt-item{position: relative;display: block;}
.hinhgt-item a{display:block;width:100%;}
.hinhgt-img p{width: 100%;height: 100%;}
.hinhgt-img img{width:100%;height: 100% !important;object-fit:cover}
.hinhgt_tc:nth-child(2) .hinhgt-item:nth-child(1){height: 543px;border:2px solid var(--color-main);border-radius:300px 300px 0 0;padding:15px 14px;}
.hinhgt_tc:nth-child(2) .hinhgt-item:nth-child(1) a{height:100%;border-radius:300px 300px 0 0}
.hinhgt_tc:nth-child(2) .hinhgt-item:nth-child(2){position:absolute;right: 40px;bottom: 0;max-width: 233px;height:175px;z-index: 9;}
.hinhgt_tc:nth-child(2) .hinhgt-item:nth-child(2) a{height:100%;}
.hinhgt_tc:nth-child(3) .hinhgt-item a{height:573px;border-radius: 100px 20px;}

/* hinh tc */
.box_hinhtc_tc{padding:45px 0 85px 0;
    background: url(../images/bg-services-top.png) no-repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hinhtc-slide {position: relative;z-index: 2;margin: 0 -20px;}
.item_db .it_db {position: relative;padding: 0 20px;text-align:center;display:block;}
.item_db .img_tt1{max-width:250px;margin:0 auto;margin-bottom:20px;}
.item_db .img_tt {position: relative;border-radius:8px;}
.item_db .img_tt::after{
    background: linear-gradient(to bottom, #fff 0%, #00376C 100%); /* Background gradient từ #00376C đến #fff */
    box-shadow: 0 4px 10px 0 rgba(0, 55, 108, 0.5); /* Đổ bóng gradient */
    border-radius: 8px; /* Bo góc nhẹ */
    overflow: hidden; /* Đảm bảo nội dung không tràn ra ngoài */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hiệu ứng khi hover */
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.item_db .img_tt img {position: relative;margin: 0 auto;}
.name_tc{
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;

}
.desc_tc{
    font-size: 15px;
    font-weight: 200;
    font-family: 'Mulish';
    color: #333333;
    -webkit-line-clamp: 2;
}

.box_hinhtc_tc .slick-prev {
    left: -70px; /* Vị trí mũi tên prev */
    width:42px;
    height:75px;
    background:url("../images/Icon_prev.png") no-repeat;
}

.box_hinhtc_tc .slick-next {
    right: -70px; 
    width:42px;
    height:75px;
    background:url("../images/Icon_next.png") no-repeat;
}
.box_hinhtc_tc .slick-prev:before,.box_hinhtc_tc .slick-next:before{
    display: none;
}
.item_service_pro{margin-bottom: 30px;}
/* end */
.menubun {
    background:url("../images/viensanpham.png") no-repeat center/cover;
    /* background:url("../images/vienduoisanpham.png") no-repeat bottom; */
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 80px;
}
.menubun_info {
    text-align: center;
}
.menubun_info h4 {
    font-family: 'DalatCap-Regular';
    color: #0C4724;
    font-size: 48px;
}
.menunuoc {
    background:url("../images/bannermenu.png") center/ 100% 100% no-repeat ;
    margin-top: 90px;
    
}
.menunuoc_tong {
    padding: 0px 290px;
}
.anhmenu {
    display: none;
}
.menunuoc_info {
    background:url("../images/bannermenuchinh.png") no-repeat top / 100% 100%;
    padding: 200px 65px 60px 65px;
}
.nuocthongtin {
    font-family: 'DalatCap-Regular';
    font-size: 20px;
    color: #116936;
    width: 100% !important;
}

.menunuoc_info .slick-slide {
    opacity: 1;
}
/* .menunuoc_info .slick-list {
    height: 373px !important;
} */
 .tensp {
    float: left;
    width: 82%;
 }
.gia_info {
    float: right;
    font-family: 'Baloo-SemiBold';
    font-size: 20px;
    color: #70541B;
    margin-top: 10px;
    width: 18%;
}
.nuocmota {
    font-family: 'Baloo-Regular';
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: -10px;
}

  .item-vschungtoi:hover img {
    transform: scale(1.1);
    filter: brightness(50%);
    position: relative;
  }
  .item-vschungtoi:hover .name_vschungtoi {
    opacity: 1;
  }
 .name_vschungtoi {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;

    font-family: "Gilroy-Bold";
    transform: translate(-50%, -50%);
    color: white !important;
    opacity: 0;
    transition: opacity 1s ease;
    text-align: center;
    z-index: 100;
  }
  .item-vschungtoi:nth-child(1) {
    columns: 1;
  }
  .item-vschungtoi:nth-child(2) {
    columns: 2;
  }
  /* .item-vschungtoi:nth-child(3) {
    columns: 3;
    grid-row: span 2;
  } */
  /* .item-vschungtoi:nth-child(3) img {
    height: 689px !important;
  } */
  .item-vschungtoi:nth-child(3) {
    columns: 3;
    grid-row: span 2;
  }
/* .item-vschungtoi:nth-child(3) img {
    object-fit: cover;
} */
 
  .item-vschungtoi:nth-child(1) name_vschungtoi{
    margin-top: -10px;
  }
 
  .item-vschungtoi:nth-child(2) name_vschungtoi{
    margin-top: -10px;
  }
 

  .vschungtoi-main2 {
    position: relative;
    /* z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr); */
    height: 400px;
    width: 1200px;
    margin-bottom: 50px;
    gap: 20px;
}
  

.service-pro-slide {
    width: 100%;
    position: relative;z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 50px;
}
.gioithieu-btn{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.item_service_pro .it_service_pro {position: relative;padding:0px 0px 0px 0px;text-align:center;display:block;}
.item_service_pro .img_service_pro {position: relative;}
.item_service_pro .img_service_pro img {position: relative;margin: 0 auto;}
.name_service_pro{
    margin: 0px auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 80px;
    font-family: 'Mulish';
    text-transform: uppercase;
    color: #fff;
    background: url("../images/bg-titleDichVu.png") no-repeat;
    height: 80px;
    background-size: 100% 100%;
    width: 100%;
    width: 100%;
    position: absolute;
    bottom: -30px;
}

.img_service_pro {
    position: relative; 
    overflow: hidden; 
    display: inline-block;
    padding: 0; 
    border-radius: 8px; 
    transition: transform 0.3s ease; 
}
.img_service_pro img {
    display: block;
    width: 100%; 
    height: auto;
}




.box_phutung_pro{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.box_phutung_pro .tieude1{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
}
.box_phutung_pro .tieude1 p{
    color: #000;
    font-size: 28px;
    line-height: 151px;
}
.phutung-pro-slide {position: relative;z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 50px;
}
.gioithieu-btn{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.item_phutung_pro .it_phutung_pro {position: relative;padding: 0px;display:block;}
.item_phutung_pro .img_phutung_pro {position: relative;}
.item_phutung_pro .img_phutung_pro img {position: relative;margin: 0 auto;}
.name_phutung_pro{
    margin: 8px auto;
    font-size: 18px;
    font-family:'Roboto-Bold';
    font-weight: bold;
    line-height: normal;
    color: #000;
}
.desc_phutung_pro{
    margin: 0px auto;
    font-size: 14px;
    font-family:'Roboto-Regular';
    font-weight: bold;
    line-height: normal;
    color: #000;
}

.img_phutung_pro {
    position: relative; 
    overflow: hidden; 
    padding: 0; 
    border-radius: 3px; 
    transition: transform 0.3s ease; 
}
.img_phutung_pro img {
    display: block;
    width: 100%; 
    height: auto;
    object-fit: cover;
}
.img_phutung_pro2 {
    position: relative; 
    overflow: hidden; 
    padding: 0; 
    border-radius: 3px; 
    transition: transform 0.3s ease; 
}
.img_phutung_pro2 img {
    display: block;
    width: 100%; 
    height: 400px !important;
}


/* Định dạng chung cho FAQ */
.faq-container {
    background:#F5F5F5;
     margin: 0 auto;
     padding:30px 0;
 }
 
 .faq-title {
     font-size: 24px;
     margin-bottom: 10px;
     color: #333;
 }
 
 .faq-description {
     font-size: 16px;
     margin-bottom: 20px;
     color: #666;
 }
 
 /* Định dạng cho các mục câu hỏi */
 .faq-item {
     margin-bottom: 15px;
     border: 1px solid #ddd;
     padding-bottom: 15px;
     padding: 15px;
 }
 
 .faq-item.open{
 background:#fff;
 }
 .faq-question {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 18px;
     font-weight: bold;
     cursor: pointer;
 }
 
 .faq-answer {
     display: none; /* Ẩn mô tả mặc định */
     font-size: 16px;
     color: #555;
     margin-top: 10px;
 }
 
 /* Mở rộng phần mô tả khi được click */
 .faq-item.open .faq-answer {
     display: block;
 }
 
 /* Định dạng cho icon "+" và "-" */
 .toggle-icon {
     font-size: 15px;
     color: #fff;
     transition: transform 0.3s ease;
         background: #D9D9D9;
         width: 20px;
         height: 20px;
         line-height: 18px;
         text-align: center;
         border-radius: 50%;
 }
 
 /* Hiệu ứng xoay dấu "-" khi mở */
 .faq-item.open .toggle-icon {
     transform: rotate(180deg); /* Xoay icon */
     color: #286E49; /* Thay đổi màu */
 }


.gioithieu-wrapper {
    margin-top: 50px;
    position: relative;
    background: url(../images/bannergioithieu.png) no-repeat top;
}

.gioithieu-wrapper .wrap-content {
    padding: 0;
}

.gioithieu-img{
    width: 50%;
}
.gioithieu-img p{
    margin-bottom: 0;
    font-family: 'Quick-Bold';
    font-size: 50px;
    color: white;
    text-shadow: 
        -2px -2px 0 #e0e0e0, 
         2px -2px 0 #e0e0e0, 
        -2px  2px 0 #e0e0e0, 
         2px  2px 0 #e0e0e0; 
}

.gioithieu-box {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.gioithieu-box-img img {
    width: 100%;
    transition: transform 0.5s ease;
}
.gioithieu-box-img:hover img{
    transform: scale(1.1);
}
.gioithieu-box ul li {
    list-style: inside;
}

.gioithieu-name {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #5CA70E;
    line-height: 1.2;
    font-family: 'UTM-Impact';
    text-transform: uppercase;
}

.gioithieu-desc {
    font-size: 14px;
    color: #333333;
    font-family:'Gilroy';
    margin-bottom: 20px;
    /* -webkit-line-clamp: 8; */
}


.gioithieu-btn .general-button {
    background: url("../images/btn_xemthem.png") no-repeat center;
    font-family:'Roboto-Bold';
    color: #00376C;
    padding: 12px 20px;
    width: 194px;
    height: 61px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.gioithieu-btn .general-button:hover {
    transform: translateY(-3px); /* Nút đẩy lên */
}

.gioithieu-btn .general-button span {
    position: relative;
    z-index: 2;
}
.gioithieu-btn .general-button {
   animation: auto-shake 3s ease-in-out infinite, auto-blink 2s ease-in-out infinite;
}
.tieuchi {
    background: url(../images/vientieuchi.png) no-repeat center/100% 100%;
    text-align: center;
}
.tieuchi h5 {
    background: url(../images/vienvechungtoi.png) no-repeat center/100% 100%;
    font-family: 'Quick-SemiBold';
    font-size: 30px;
    color: #1A1A1A;
    margin: auto;
    width: 28%;
    padding: 5px 0px 10px 0px
}
.tieuchitong {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0px;
}
.tieuchi_info span {
    font-family: 'Quick-SemiBold';
    font-size: 18px;
    color: white;
}
.tieuchi_info span img {
    margin-right: 5px;
}


.spnb h5 {
    font-family: 'Quick-SemiBold';
    font-size: 35px;
    color: #1A1A1A;
}
.spnb_info_img {
    position: relative;
}
.spnb_info_img:hover .spnb_xemngay{
    opacity: 1;
}
.spnb_xemngay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.btn-xem-ngay {
    background-color: #008000; /* Màu xanh */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px; /* Bo góc tròn */
    text-decoration: none;
    display: inline-block;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Hiệu ứng đổ bóng */
    transition: all 0.3s ease-in-out;
}

.btn-xem-ngay:hover {
    color: red;
    background-color: #006400; /* Đậm hơn khi hover */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
.spnb_img {
    overflow: hidden;
}
.spnb_img img {
    width: 100%;
    transition: transform 0.5s ease;
}
.spnb_info:hover img {
    transform: scale(1.1);
}
.spnb_info:hover h3 {
    color: var(--color-main);
}

.spnb_info {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}
.spnb_tt {
    padding: 10px 20px;
}
.spnb_tt h3 {
    font-family: 'Quick-SemiBold';
    font-size: 15px;
    color: #1A1A1A;
}
.spnb_tt .price-new {
    font-family: 'Quick-Bold';
    font-size: 15px;
    color: #E32024;
}
.spnb_tt .price-discount {
    text-decoration: line-through;
    font-family: 'Quick-Regular';
    font-size: 14px;
    color: #808080;
}
.spnb_lh {
    width: fit-content;
    margin: auto;
    background-color: rgba(0, 128, 0, 0.1);
    padding: 7px 30px;
    border-radius: 30px;
    margin-top: 10px;
}
.spnb_lh a{
    font-family: 'Quick-SemiBold';
    font-size: 15px;
    color: black;
}






  .sanpham-title {
    text-align: center;
    margin-bottom: 40px;
  }
  .sanpham-title h4 {
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 44px;
    color: #0C48B7;
    margin-bottom: 14px;
  }
  .line {
    margin: auto;
    margin-top: 22px;
    width: 177px;
    height: 2px;
    background-color: #0C48B7;
  }
  .sanphamtong {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 30px;
  }
  .sanpham-title img {
    width: 55%;
  }
  .title-list {
    text-align: center;
  
  }
  .title-list a {
    background: url("../images/viendanhmuccap1.png") no-repeat center / 100% 100%;
    font-family: 'Roboto';
    font-size: 15px;
    color: #1D3656;
    cursor: pointer;
  }
  .title-list a.active {
    color: #5CA70E;
  }
  .title-list a:hover {
    color: #5CA70E;
  }
  .title-list a:nth-child(1) {
    padding: 40px 60px 20px;
  }
  .title-list a:nth-child(2) {
    padding: 40px 60px 20px;
  }
  .title-list a:nth-child(3) {
    padding: 40px 43px 20px;
  }
  .title-list a:nth-child(4) {
    padding: 40px 60px 20px;
  }
  .load-product-list {
    margin-top: 30px;
  }

  .dichvuto {
    background: url(../images/bannerdichvu.png) no-repeat top;height: 900px;
  }
  .dichvu {
    margin-top: 70px;
  }
  .dichvu h4 {
    font-family: 'SVN-Gilroy-Heavy';
    font-size: 44px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .dichvu h5 {
    font-family: 'SVN-Gilroy-Med';
    font-size: 14px;
    color: #FFFFFF;
  }
  .dichvu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .dichvutong {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
  }
  .dichvu_info {
    background:url(../images/viendmcap1.png) no-repeat center/ 100% 100%;    
    margin-top: -20px;
    z-index: 1;
    padding: 60px 10px 10px 10px;
    text-align: -webkit-center;
  }
  .dichvu_info a img {
    transition: transform 0.5s ease;
    width: 77px;
    height: 77px;
  }
  .dichvu_info:hover img {
    transform: scale(1.1);
  }
  .dichvu_info:hover p {
    color: var(--color-main);
  }
  .dichvu_info p {
    font-family: 'SVN-Bold';
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
  }
  
 



 
 /* Thêm rung nhẹ cho các nút */
 .gioithieu-btn .general-button:hover{
    animation: shake 0.3s ease;
 }
 
 
 /* Hiệu ứng rung */
 @keyframes auto-shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-1px); }
 }
 
 /* Hiệu ứng nhấp nháy */
 @keyframes auto-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
 }
 


@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* he thong chi nhanh */
.box-chinhanh-tc{position: relative;background: linear-gradient(0deg, #FFF3CA 0%, #FFCD42 100%);}
.box-chinhanh-tc:before{position:absolute;content:'';width:129px;height:212px;background:url(../images/web/bf4.png)no-repeat center;left:3.5%;top:-42px;pointer-events:none;}
.box-chinhanh-tc .wap-tin-video{max-width: 1366px;margin: 0 auto;}
.left-htcn{position: relative;width: 51.5%;padding: 50px 0 75px 0;padding-left: calc(50% - 600px);padding-right:10px;}
.right-htcn{position: relative;width:calc(100% - 51.5%);padding-bottom: 52px;}
.box-quangcao-cn p{-webkit-mask-image: url(../images/web/bg9.png);mask-image: url(../images/web/bg9.png);mask-size: 100%;mask-repeat: no-repeat;margin-bottom:0}
.giohd-htcn{text-align:right;padding-right: 88px;margin-top: -10px;}
.giohd-htcn .giohoatdong-tc{display:inline-block;text-align:left;}
.chinhanhht-slide {position: relative;z-index: 2;margin: -8px 0;}
.item_htcn {}
.item_htcn .it_htcn {position: relative;display:block;padding-left: 40px;margin: 8px 0;}
.item_htcn .img_tt {position: relative;border-radius:50%;width:131px;border: 5px solid var(--color-main);margin-right: -61px;}
.item_htcn .img_tt img {position: relative;}
.item_htcn .info_tt{width: calc(100% - 70px);border-radius: 20px;border: 2px solid var(--color-main);min-height: 120px;padding: 17px 25px 17px 75px;}
.item_htcn .name_tt{color: var(--color-main);font-size: 18px;font-style: normal;font-weight: 700;line-height: 23px;max-height:calc(23px * 1);-webkit-line-clamp:1;margin-bottom:5px}
.item_htcn .des_tt{color: #191919;font-size: 15px;letter-spacing: -0.3px;line-height:1.5}
.item_htcn .des_tt.text-split{line-height: 25px;max-height:calc(25px * 1);-webkit-line-clamp:1;}
.item_htcn .des_tt span{font-weight:700;padding-right:5px;}
.item_htcn:nth-child(2n) .it_htcn {padding-left:0;padding-right:40px;}
/* end */

/* he thong footer */
.tieudeht{color: #000;text-align: center;font-size: 18px;font-style: normal;font-weight: 800;line-height: 1.5;text-transform: uppercase;padding: 5px 0 8px 0;margin-bottom: 0;}
.box-hethong{position: relative}
.box-hethong .ht-left{width: calc(100% - 67.2% - 13px);padding: 9px;background: var(--color-text);}
.box-hethong .ht-right{width: 67.2%;}
.box-hethong .ht-right iframe{width: 100%;height: 405px;display:block;}
.box-hethong .ht-left .item-ht{font-size: 15px;font-weight: normal;cursor: pointer;padding: 0;color: #191919;padding: 9px 0;}
.box-hethong .ht-left .item-ht:not(:last-child){border-bottom: 1px dashed #CECECE;}
.box-hethong .ht-left .item-ht p{margin-bottom:0}
.box-hethong .ht-left .item-ht span{display: inline-block;padding-right:5px;font-weight:700}
.box-hethong .ht-left .item-ht span.ten{color: var(--color-main);}
.box-hethong .ht-left .active span.ten{color: var(--color-social);}
.box-hethong-ft{background:#fff;border-radius: 20px;padding: 9px 15px 9px 20px;}
.map-list-ft {max-height: 326px;overflow-y:auto;padding-right:5px;}
.map-list-ft::-webkit-scrollbar {background: #ccc;width: 3px;height: 10px;}
.map-list-ft::-webkit-scrollbar-thumb {background: var(--color-main);}
/* end */

/* tinh hoa */
.box-tinhhoa-tc{padding:65px 0 100px 0}
.box-tinhhoa-tc .wap-tin-video{position:relative;}
.left-tinhhoa{position: relative;width: 53.7%;}
.right-tinhhoa{width: 45.5%;position: relative;}
.bottom-tinhhoa{width:100%;position: relative;padding: 0 85px 0 105px ;margin-top: -75px;padding-bottom: 35px;}
.bottom-tinhhoa:before{position:absolute;content:'';width:calc(100% - 40px);height:calc(100% - 75px);background:linear-gradient(90deg, #E91916 1.67%, #AD0000 100%);bottom:0;right:0}
.vongtron-tinhhoa{position:absolute;width: 517px;height: 522px;border:2px solid var(--color-main);border-radius:50%;padding:32px;left: 22%;top: 11.5%;pointer-events: none;}
.vongtron-tinhhoa span{display:block;width:100%;height:100%;background:var(--color-text);opacity: 0.3;border-radius:50%;}
.tieuchi-flex{padding-top: 10px;}
.item_th {}
.item_th .it_th {position: relative;display:block;}
.item_th .img_tt {position: relative;border-radius:500px 500px 0 0;}
.item_th .img_tt img {position: relative;width:100%;}
.tinhhoa-slide-p{margin:0 -10px;}
.tinhhoa-slide-p .slick-prev:before, .tinhhoa-slide-p .slick-next:before{display:none;}
.tinhhoa-slide-p .slick-prev{width:25px;height:22px;background:url(../images/web/mt1.png) no-repeat center;top:72%;left: -35px;}
.tinhhoa-slide-p .slick-next{width:25px;height:22px;background:url(../images/web/mt2.png) no-repeat center;top:72%;right: -35px;}
.item_th1 {}
.item_th1 .it_th1 {position: relative;display:block;margin:0 10px}
.item_th1 .img_tt img {position: relative;width:100%;}
.item_tc {width: 100%;margin: 8.5px 0;padding-left: 77px;}
.item_tc .it_tc {position: relative;display:block;}
.item_tc .info_tt{position: relative;border-radius: 100px;background: linear-gradient(90deg, rgb(245 180 0 / 50%) 34.87%, rgb(250 243 230 / 50%) 97.93%);min-height: 50px;max-width: 333px;padding: 0 30px;}
.item_tc .name_tt{color: #000;font-size: 18px;font-style: normal;font-weight: 600;line-height: 25px;-webkit-line-clamp:1;margin-bottom: 0;}
.item_tc .info_tt:before{position:absolute;content:'';width:24px;height:24px;background:url(../images/web/tc.png) no-repeat center;top:0;bottom:0;left:-10px;margin:auto;}
.item_tc:nth-child(2) .it_tc{padding-left: 42px;}
.item_tc:nth-child(3) .it_tc{padding-left:65px}
.item_tc:nth-child(4) .it_tc{padding-left:70px}
.item_tc:nth-child(5) .it_tc{padding-left:60px}
.item_tc:nth-child(6) .it_tc{padding-left: 30px;}
.slogan-tc{color: #000;font-family: SVN-H;font-size: 50px;font-style: normal;font-weight: 400;line-height: normal;text-align:right;padding-top:7px;}
/* end */


.line2 {
    width: 100%;
    height: 1px;
    background-color: white;
    margin: 5px 0 15px;
}
.ds-cauhoi {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cauhoi_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 5px 20px 5px 20px;
    color: #111111;
    font-family: 'Roboto';
    font-size: 15px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 5px;
    background-color: #F6FFED;
    cursor: pointer;
}
.cauhoi_item:hover{
    background-color: #a4eb5d;
}
.cauhoi_item.activeAnswer {
    background-color: white;
}
.cauhoi_answer {
    width: 100%;
   
    display: none;
    
}
.cauhoi_answer p {
    padding: 0px 0px 0px 20px;
    font-family: 'Roboto';
    font-size: 13px;
    color: #626262;
    line-height: 2;
    border-left: 1px solid #1D3656 ;
    text-align: justify;
}
.cauhoi_answer a{
    color: #1D3656;
    float: right;
}
.cauhoi_answer a:hover{
    color: #f00;
}

/* 
.icon {
    border: 1px solid #5CA70E;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
} */




/* y kien */

.box-ykienkh{
    margin: 0 auto;
    background: #F5F5F5;
    padding: 30px 0;

}

.box-ykien-dk{position:relative;padding:35px 0;background: url(../images/vienkienthuc.png) no-repeat center top/ cover;}
.left-dk{position: relative;width: 100%;max-width: 595px;min-height: 400px;}
.left-dk h4 {
    color: #1D3656;
    font-family: "Playfair Display";
    font-size: 45px;
    margin-bottom: 10px;
}
.left-dk span {
    color: #272727;
    font-size: 15px;
    font-family: "Roboto";
    margin-bottom: 10px;

}
.right-dk{width: 47.5%;border-radius: 20px;padding: 20px 25px 40px 25px;}

.right-dk .flex-dk{
    background-color: #C68A63;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newsletter-input .newsletter-2-col{width: 100%;}
.newsletter-input .newsletter-2-col input{
    width: 48% !important;
    padding: 0 !important;
    margin: 0 !important;
    padding: 0 10px !important;
}

.ykien-slide {position: relative;z-index: 2;max-width: 1200px;margin: 0 auto;}
.ykien-slide .slick-prev:before, .ykien-slide .slick-next:before{display:none;}
.ykien-slide .slick-prev{width:32px;height:33px;background:url(../images/web/mt3.png) no-repeat center;top:100%;transform:unset;left:auto;right: 5px;}
.ykien-slide .slick-next{width:32px;height:33px;background:url(../images/web/mt4.png) no-repeat center;top:100%;transform:unset;right: -35px;}
.item_yk .it_yk {position: relative;text-align: center;}
.item_yk .img_tt {position: relative;width:111px;border:2px solid var(--color-main);padding:6px;border-radius:50%}
.item_yk .img_tt p{margin:0;border-radius:50%}
.item_yk .img_tt img {position: relative;width:100%;}
.item_yk .info_tt {position: relative;width:100%;text-align: left;}
.item_yk .name_tt {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    -webkit-line-clamp: 1;
    margin-bottom: 0;
    background: #286d49;
    padding: 10px 20px;
    border-radius: 0 0px 10px 10px;
}
.item_yk .des_tt {
    color: #191919;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-line-clamp: 5;
    max-height: calc(24px* 5);
    background: #fff;
    box-shadow: 0 0 5px #dddd;
    padding: 25px;
    text-align: left;
    font-family:'Mulish';
    font-size: 14px;
}
.item_yk .des_t {color: #7D7C7C;font-size: 15px;font-style: normal;font-weight: 400;line-height: 1.5;margin-top:5px;padding-right: 15px;}


/* Tùy chỉnh khoảng cách giữa các slide */
.ykien-slide .slick-slide {
    margin: 0 15px; /* Thêm khoảng cách trái/phải cho mỗi slide */
}

/* Tùy chỉnh dấu chấm (dots) */
.slick-dots {
    position: relative;
    bottom: -30px; /* Di chuyển dấu chấm xuống dưới một chút */
    left: 50%;
    transform: translateX(-50%); /* Căn giữa dấu chấm */
    display: flex;
    justify-content: center;
    align-items: center;
}

.ket-noi h4 {
    font-family: "Gilroy-XBold";
    font-size: 44px;
    color: #271C15;
 
    text-align: center;
    text-transform: uppercase;
}

.vschungtoi-main {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  
    padding-bottom: 30px;
    gap: 1px;
}

.item-vschungtoi{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.item-vschungtoi2 {
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgb(236, 233, 233);
    /* height: 400px; */
}


/* end */

/* dang ky nhan tin */
.tieudedk{color:#fff;text-align: left;padding-bottom:12px; padding-top: 22px;}
.tieudedk h2{font-size: 20px;font-weight:700;color:var(--color-hover);letter-spacing: 0.6px;text-transform:uppercase;;margin-bottom: 0;}
.tieudedk p{font-family:"Gilroy-XBold";font-size: 40px;line-height: normal;margin-bottom: 0;text-align: center;}
.contact-des{font-size: 14px;font-family:"Gilroy-Med";color: #fff;text-align: center;}
.giohoatdong-hotline{padding: 0 10px 10px 10px;}
.giohoatdong-hotline p{color: #FFF;font-size: 15px;line-height: 26px;background: url(../images/web/clock.png) no-repeat center left;min-height: 26px;padding-left:38px;margin-bottom: 5px;}
.giohoatdong-hotline a{display: block;color: #FFF;font-size: 16px;font-weight:700;font-style:italic;line-height: 26px;background: url(../images/web/hl.png) no-repeat center left;min-height: 26px;padding-left:38px;margin-bottom: 5px;}
.giohoatdong-hotline a span{display:inline-block;padding-left:5px;}
.giohoatdong-hotline a:hover{color:var(--color-hover);transition:0.5s}
.newsletter-input {position: relative;vertical-align: top;padding: 0;}
.newsletter-input input {
    width: 100%;
    padding: 0 15px;
    font-size: 14px !important;
    font-weight: 400;
    height: 43px;
    color: #fff !important;
    background-color: rgb(255 255 255 / 0%) !important;
    border: none;
    border-bottom: 1px solid #ddd;
    font-family:'Mulish';
    border-radius: initial;
    margin-bottom: 15px;
}
.newsletter-input input:first-child{width:100%;}
.newsletter-input input:focus{background:transparent;box-shadow:none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}
.newsletter-input input:last-child{margin-top: 30px;}
.newsletter-input textarea {width: 100%;padding: 10px 15px;font-size: 14px !important;font-weight: 500;color: #fff!important;background-color: rgb(255 255 255 / 0%) !important;text-indent: 2px;height: 73px;margin: 6px;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: initial;
}
.newsletter-input input::placeholder,.newsletter-input textarea::placeholder {color: #fff;font-size: 14px;font-weight:500}
.newsletter-button {width: 100%;vertical-align: top;padding: 0;margin: 0;margin-top: 10px;    text-align: center;}
.newsletter-button input.btn-primary {border: 0px;color: #333 !important;cursor: pointer;padding: 0 10px;text-align: center;font-size: 16px !important;font-style: normal;font-weight: bold;font-family:'Mulish';line-height: 40px;height: 40px;padding: 0 15px;background: #E8AC4C;transition: 0.5s;text-transform: capitalize;}
.newsletter-button input:hover {transform: scale(1.1);}
/* end */

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .cart-fixed i {
    font-size: 20px;
  }
  
  .cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #ec2d3f;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
  }

.toolbar-app {width: 100%;bottom: 0;position: fixed;z-index: 500;left: 0;-webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .75));-moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .75));-ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .75));-o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .75));display: none;}
.toolbar-app.is-active .list-phone {display: block;-webkit-animation: quickShow .2s cubic-bezier(.66,.45,.76,1.53) forwards;animation: quickShow .2s cubic-bezier(.66,.45,.76,1.53) forwards}
.toolbar-app .list-phone {position: absolute;bottom: 100%;left: 30px;opacity: 0;transform: scale(0);transform-origin: 50% 100%;display: none;min-width: 185px}
.toolbar-app .list-phone a {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;background: #fff;color: #000;max-width: 250px;padding: 10px 15px;margin: 10px 0;border-radius: 50px;}
.toolbar-app .list-phone svg {max-width: 30px;max-height: 30px}
.toolbar-app .list-phone span {display: block;width: calc(100% - 40px);color: #333;font-weight: 700}
.toolbar-app .phone {position: relative;width: 50px;height: 50px;z-index: 99;display: flex;align-items: center;justify-content: center;background: #fff;border-radius: 50%;margin: 0 0 -25px 30px;transition: transform .2s ease-in-out}
.toolbar-app .phone a {color: #333;display: block;position: relative}
.toolbar-app .phone a:after,.toolbar-app .phone a:before {position: absolute;content: '';top: 50%;left: 50%;transform: translate(-50%,-50%) rotate(135deg);width: 30px;height: 3px;border-radius: 2rem;background-color: var(--color-main);opacity: 0;transition: opacity .2s ease-in-out}
.toolbar-app .phone a:after {transform: translate(-50%,-50%) rotate(45deg)}
.toolbar-app .phone svg {max-width: 27px;max-height: 27px;display: block;position: relative;fill: var(--color-main)}
.toolbar-app.is-active .phone {transform: rotate(-180deg)}
.toolbar-app.is-active .phone svg {opacity: 0}
.toolbar-app.is-active .phone a:after,.toolbar-app.is-active .phone a:before {opacity: 1}
.toolbar-app ul {list-style: none;display: flex;align-items: center;justify-content: space-between;padding: 0;margin: 0;--size: 33px;-webkit-mask: radial-gradient(var(--size) at 55px 0,#0000 99%,#fff 101%) 100%;background: linear-gradient(90deg, #E91916 1.67%, #AD0000 100%);padding: 10px 0;padding-left: 100px;border-radius: 10px 10px 0 0}
.toolbar-app ul li {text-align: center;width: 25%;line-height: 1}
.toolbar-app ul li a {display: block;width: 100%;font-size: 27px;color: #ffff}
.toolbar-app ul li .icon {position: relative;margin: 0 auto;text-align: center}
.toolbar-app ul li a span {display: none;font-weight: 400;font-size: 11px;margin-top: 5px;color: #333;text-transform: capitalize}
.toolbar-app ul li a img,.toolbar-app ul li svg {max-height: 30px;}
.toolbar-app .phone svg {animation: tada 1.2s infinite;filter: brightness(0) saturate(100%) invert(29%) sepia(46%) saturate(3321%) hue-rotate(330deg) brightness(82%) contrast(100%);-webkit-filter: brightness(0) saturate(100%) invert(29%) sepia(46%) saturate(3321%) hue-rotate(330deg) brightness(82%) contrast(100%);-moz-filter: brightness(0) saturate(100%) invert(29%) sepia(46%) saturate(3321%) hue-rotate(330deg) brightness(82%) contrast(100%);}
.list-map{display:none;position: absolute;right: 5px;bottom: calc(100% - 20px);background: #fff;max-width: 250px;padding:5px 10px;border-radius: 5px;}
.list-map a{display:block;color: #000;padding: 5px 0;font-weight: 700;margin: 0;}
.list-map a:hover{color:var(--color-main)}
.list-map.active-map{display: block;-webkit-animation: quickShow .2s cubic-bezier(.66,.45,.76,1.53) forwards;animation: quickShow .2s cubic-bezier(.66,.45,.76,1.53) forwards}
@keyframes quickShow {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.nav-click {
    position: relative;
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
    transition: all .3s ease-in-out;
    z-index: 9999;
    /* margin: auto; */
}

.nav-click .line {
    top: 50%;
    width: 100%;
}

.nav-click .block {
    width: 140%;
    height: 120%;
    position: absolute;
    left: -20%;
    top: -10%;
    background-color: transparent;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    z-index: 1;
}

.open-click.nav-click:before {
    transform: rotate(45deg) scale(.7);
}

.open-click .block,
.open-click .line {
    opacity: 0;
}

.open-click.nav-click:after {
    transform: rotate(-45deg) scale(.7);
}

.open-click:hover::after {
    transform: rotate(-45deg) scale(1);
    transition: .3s linear;
}

.open-click:hover::before {
    transform: rotate(45deg) scale(1);
    transition: .3s linear;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
    position: absolute;
    left: 0;
    height: 2px;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.nav-click:after {
    transform: translate(0, 10px);
}

.nav-click:before {
    transform: translate(0, -10px);
}

.nav-click:after,
.nav-click:before {
    content: "";
    top: 50%;
    width: 100%;
    pointer-events: none;
    transform-origin: 50% 50%;
    transition: all 0.5s;
}

.nav-click .line,
.nav-click:after,
.nav-click:before {
    background-color: #ffffff;
    box-shadow: 1px 2px 0 rgb(0 0 0 / 50%);
}

.nav-click:not(.open-click):hover .line {
    animation: changewidth .4s linear 4 alternate;
    animation-delay: .3s;
}


.nav-click:not(.open-click):hover:after,
.nav-click:not(.open-click):hover:before {
    animation: changewidth .4s linear 4 alternate;
}

.nav-click:not(.open-click):hover:after {
    animation-delay: .6s;
}

@keyframes changewidth {
    to {
        width: 50%;
    }
}

@-webkit-keyframes changewidth {
    to {
        width: 50%;
    }
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    overflow: hidden
}

.open-nav {
    pointer-events: auto;
    opacity: 1;
    z-index: 99;
}

.nav-click-close {
    position: absolute;
    top: 67px;
    right: 131px;
    z-index: 1101;
    cursor: pointer;
    color: #fff !important;
    font-size: 2rem;
    text-shadow: 1px 1px 1px #000;
}

.menu-show {
    max-width: 1200px;
    width: calc(100% - 20px);
    margin: auto;
    z-index: 100;
    text-align: right;
    position: relative;
    margin-top: 70px;
    height: 100%;
    max-height: 500px;
}

.menu-main {
    height: 100%;
}

.menu-show ul {
    display: inline-flex;
    min-width: 200px;
    padding: 70px 0px 0px 0px;
    flex-direction: column;
    justify-content: space-around;

}

.menu-show ul li {
    width: auto;
    height: auto;
    padding: 10px 0px;
    text-align: right;
    list-style: none;
    position: relative;
    display: block;
}

.menu-show ul li a {
    color: #fff;
    font-size: 1.25rem;
    text-shadow: 1px 1px 1px #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
}
.menu-show ul li a:hover  {
    color: var(--color-main);
}

.menu-show ul li span.btn_menu-show {
    display: inline-block;
    color: #fff;
    width: 20px;
    height: 25px;
    cursor: pointer;
    position: relative;
    top: 0px;
    text-shadow: 1px 1px 1px #000;
    font-size: 13px;
    text-align: center;
    right: 5px;
}

.menu-show ul li ul {
    display: block;
    min-width: 200px;
    margin: 0;
    top: 0 !important;
    padding: 0;
    position: absolute;
    min-width: 100%;
    right: 100%;
    transform: rotateY(-90deg);
    transform-origin: right;
}

.menu-show ul li ul li {
    margin: 0;
}

.menu-show ul li ul li a {
    font-size: 1.25rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    text-shadow: 1px 1px 1px #000;
    color: white;
    /* padding: 10px 10px; */
}

.menu-show ul li:hover>ul {
    opacity: 1;
    height: auto !important;
    transform: rotateY(0deg);
}

.svg-menu {
    height: 100%;
    pointer-events: none;
    z-index: -1;
    position: fixed;
}

#scene,
.svg-menu {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.style-1 {
    --color-stop: var(--background-static);
}

.gradient {
    transform-origin: center center
}

.gradient path {
    fill: url(#ColorGradient)
}

.gradient path:first-of-type {
    fill-opacity: .7;
    transform-origin: top right;
    transform: translate(50%, -180%)
}

.gradient path:nth-of-type(2) {
    fill-opacity: .3;
    transform-origin: center left;
    transform: translate(50%, -100%)
}

.gradient path:nth-of-type(3) {
    fill-opacity: .4;
    transform-origin: center left;
    transform: translate(50%, -50%)
}

.gradient path:nth-of-type(4) {
    fill-opacity: .5;
    transform-origin: top right;
    transform: translate(50%, -50%)
}

.gradient path:nth-of-type(5) {
    fill-opacity: .6;
    transform-origin: top right;
    transform: translate(100%, -50%)
}