:root{
	--color-main:#D6A73C ;
	--color-social:#D6A73C  ;
	--color-hover:#FFF0A2 ;
	--color-text:#D6A73C ;
	--m1: #D6A73C ;
	--m2: #D6A73C 
}
@font-face{font-family:'Roboto';font-weight: 300;font-display:block;src:url('../fonts/Roboto-Light.ttf');}
@font-face{font-family:'Roboto';font-weight: 400;font-display:block;src:url('../fonts/Roboto-Regular.ttf');}
@font-face{font-family:'Roboto';font-weight: 500;font-display:block;src:url('../fonts/Roboto-Medium.ttf');}
@font-face{font-family:'Roboto';font-weight: 700;font-display:block;src:url('../fonts/Roboto-Bold.ttf');}
@font-face{font-family:'Noto';font-weight: 100;font-display:block;src:url('../fonts/NotoSerif-Thin.ttf');}
@font-face{font-family:'Noto';font-weight: 300;font-display:block;src:url('../fonts/NotoSerif-Light.ttf');}
@font-face{font-family:'NotoSD';font-weight: 100;font-display:block;src:url('../fonts/NotoSerifDisplay-ExtraLight.ttf');}
@font-face{font-family:'NotoSD';font-weight: 300;font-display:block;src:url('../fonts/NotoSerifDisplay-Light.ttf');}
@font-face{font-family:'Phi';font-display:block;src:url('../fonts/Philosopher-Regular.ttf');}
@font-face{font-family:'Play';font-display:block;src:url('../fonts/PlayfairDisplay-Regular.ttf');}
@font-face{font-family:'SVN-C';font-display:block;src:url('../fonts/SVN-CenturyGothic-Regular.ttf');}
@font-face{font-family:'SVN-G';font-weight: 300;font-display:block;src:url('../fonts/SVN-Gilroy-Regular.otf');}
@font-face{font-family:'SVN-GM';font-weight: 300;font-display:block;src:url('../fonts/SVN-Gallery-Modern.otf');}

@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;}
}

body{font-size:14px;font-family: 'Roboto',sans-serif !important;max-width:1920px;min-width: 320px;}
.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;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}
.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_sang1{position:relative;overflow:hidden;}
.hover_sang1:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index:10;-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0)}
.hover_sang1:hover:before {-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0)}
.hover_sang2{position:relative; overflow:hidden}
.hover_sang2:before{position: absolute;opacity:0;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg)}
.hover_sang2:hover:before {transition: 1s;left: 100%;opacity:1}
.hover-img{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;}
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1.5s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1.5s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1.5s;animation-timing-function:linear;animation-iteration-count:infinite}
.slick-next:before,.slick-prev:before{color:#656565;}

/* 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%;border-bottom: 1px solid #ddd;}
.header-bottom {position: relative;z-index: 6;min-height: 111px;padding: 10px 0;}
.header-bottom .wrap-content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 3px 0;}
.logo-hd{margin: 0 auto;position: absolute;margin-bottom: -47px;left: 0;right: 0;top: 0;}
.logo-header{display: table;margin: 0 auto;}
.banner-header{max-width: 80%;width: calc(100% - 270px);}

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

/* Search */
.search{position: absolute;width: 30%;max-width: 300px;border-radius: 5px;background: #FFF;border: 1px solid #ccc;right: 0;top: calc(100% + 10px);}
.search input{width: calc(100% - 65px);color: #333;font-size: 13px;font-weight: 400;border-radius: 100px;border:none;padding: 0 15px;background: transparent;line-height: 40px;float: left;}
.search input:focus{border:none;box-shadow:none;}
.search p{width: 40px;height: 40px;cursor:pointer;text-align:center;font-size: 18px;color: #222;line-height: 40px;float: right;margin: 0;}
.search p i{}
.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;}

/* 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;}
.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{position: relative;z-index: 99;background: #fff;padding: 1px 0;}
.menu .wrap-content{position:relative;}
.menu ul.menu-ul{}
.menu ul .menu-flex-1{width: calc(50% - 100px);}
.menu ul{width:100%;padding:0px;margin:0;list-style:none}
.menu ul li{position:relative;z-index:99}
.menu ul.ulmn > li{}
.menu ul li.li-home a{}
.menu ul li.li-end a{padding-right:0}
.menu ul li.timkiem{font-size:16px;padding-left:20px;}
.menu ul li.line{width: 2px;height: 34px;display: none;}
.menu ul li a{display: block;color: #323232;position:relative;z-index:1;text-decoration:none!important;padding: 29px 20px;font-size: 15px;font-family: 'SVN-G';font-style: normal;text-align: center;text-transform: uppercase;}
.menu ul li a span{display:block;text-align: center;width: 100%;height: 24px;}
.menu ul li a img{vertical-align:middle}
.menu ul li a.active,.menu ul li:hover > a{color:#222;font-weight: 700;}
.menu ul li a.active:before,.menu ul li:hover > a:before{position:absolute;content:'';width:8px;height:8px;background:#222;border-radius:50%;left:0;top:0;bottom:0;margin:auto;}
.menu ul li ul{position:absolute;min-width:250px;left:0;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;}
.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;}
.menu ul li ul li:last-child{border-bottom:0px}
.menu ul li ul li a{font-size: 14px !important;padding: 10px  !important;text-decoration:none!important;line-height: 1.5;text-align:left;text-transform: uppercase;color: #333 !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:after{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:#fff;}
.menu ul li ul li a:hover{visibility:visible;color: var(--color-main) !important;text-decoration: unset !important;font-weight: normal;}
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%;}

/*   SLider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-main,.title-detail{position:relative;margin: 0 0 25px 0px;}
.title-main span,.title-detail h1{display: block;color: #343434;font-size: 40px;font-family: Play;text-transform: uppercase;line-height: 1.5;text-align: center;margin-bottom: 0;}
.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;}
.view-news:hover,.name-news:hover, .item_tt a.ten:hover{color:var(--color-main) !important;}
.time-news{color:#666;margin-bottom:0px;font-size:12px;margin:7px 0;font-style:italic;font-weight:500;}
.desc-news{color: #666;margin-top: 7px !important;line-height: 1.7;font-size: 14px;}
.news-item{border: 1px solid #ddd;background: #FFF;}
.item_tt{}
.item_tt a.img{width: 100%;}
.item_tt a.img p{width: 100%;margin:0;}
.item_tt a.img p img{width:100%}
.item_tt a.ten{position: relative;color: #434343;font-size: 15px;font-style: normal;fon;font-weight: 700;transition: 0.5s;margin-bottom: 0;line-height: 1.5;}
.item_tt a.ten:hover{color: var(--color-main);}
.item_tt .tttt{width: 100%;padding: 15px 10px;}
.item_tt .tttt .date_news{margin: 9px 0 7px 0;color: #434343;font-size: 13px;padding-left: 28px;line-height: 22px;display: none;}
.item_tt .tttt .date_news i{color:#666;padding-right:10px;}
.view-news{display:inline-block;margin-bottom: 0;color: #666;font-size: 14px;font-weight: normal;text-decoration:underline;text-underline-offset:2px;margin-top: 7px;transition:0.5s;}
.view-news:hover{color:var(--color-main);}

.share{padding:17px 10px 10px 10px;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;}
.othernews b{margin-bottom:10px;font-size: 15px;}
.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;}

/* 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{position: relative;background: #1C1D1F;color:#fff;padding-bottom: 72px;}
.footer-info:nth-child(1){width: 32.5%;}
.footer-info:nth-child(2){width: 25.5%;}
.footer-info:nth-child(3){width: 32.5%;}
.footer-info2{max-width:285px;}
.footer-title{position: relative;font-size: 15px;font-weight: 400;text-transform: uppercase;margin-bottom: 17px;}
.footer-tt{text-align:center;}
.footer-tt p{color: #FFF;font-family: NotoSD;font-size: 96px;font-style: normal;font-weight: 100;line-height: normal;margin-top: -12px;margin-bottom: -7px;}
.footer-tt span{font-family: "SVN-C";font-size: 18px;font-style: normal;line-height: normal;letter-spacing: 4.32px;}
.footer-policy {display: grid;grid-template-columns: 1fr;gap: 13px;}
.footer-policy a{position: relative;display: block;color: #fff;transition:0.5s;padding-left:12px;}
.footer-policy a:before{position:absolute;content:'';width:3px;height:3px;background:#fff;border-radius:50%;left:0;top:10px;}
.footer-policy a:hover{color: #FFC107;}
.footer-powered{position: relative;font-size: 13px;color: #fff;font-weight: 300;border-bottom: 1px solid #585858;}
.footer-powered span{}
.footer-powered .wrap-content{position:relative;display: flex;align-items: center;justify-content: center;}
.footer-powered .wrap-content:before{position:absolute;content:'';width:100%;height:1px;background:#585858;left:0;top:0;bottom:0;margin:auto}
.copyright{
    position: relative;
    background: #1C1D1F;
    padding: 10px 21px;
}
.social-ft{padding-top: 20px;justify-content: center;}
.social-ft span{text-transform:uppercase;line-height:47px;display:inline-block;padding-right:17px;}
.social-ft a{display: block;text-align: center;margin: 0 5px;}
.social-ft a:not(:last-child){}
.social-ft img{max-height: 50px;}
footer{padding-bottom: 0;}
.footer-layout .wrap-content{position: relative;display: flex;flex-wrap:wrap;justify-content: space-between;z-index: 5;padding: 65px 0 55px 0;}
.footer-layout{position: relative;color: #fff;font-size: 13px;font-weight: 300;}
#footer-map iframe{width:100%;height: 165px;display:block;}

/* 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;}

/*   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;text-align: center;}
.product .pic-product{display:block;position:relative;border: 1px solid #000;background: rgba(217, 217, 217, 0.00);padding: 10px;}
.product .pic-product p{margin-bottom:0;}
.box-product{position: relative;display:block;}
.product .pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.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{color: #2F2F2F;font-size: 14px;font-style: normal;font-weight: 400;margin-bottom: 0;transition:0.5s}
.product .product-info a{display:block;}
.product .name-product:hover{color: var(--color-main);}
.product .name-product.text-split{-webkit-line-clamp: 1;line-height: 24px;height: calc(24px * 1);}
.product .price-product{margin: 0;position: relative;margin-top:5px;color: #989898;font-size: 14px;}
.product .price-product:not(:last-child){margin-top:5px;}
.product .price-product span{}
.product .price-new{color: #A1804A;font-style: normal;}
.product .price-old{padding: 0;font-size: 14px;text-decoration:line-through;display: inline-block;color: #666;font-weight: 300;margin-top: -3px;}
.product .price-per{position: absolute;font-size: 13px;#fff;color: #fff;text-align:center;font-weight: 500;background: #EA1B23;min-width: 36px;height: 23px;line-height:23px;padding:0 3px;border-radius: 3px;top: 0;bottom:0;right: 0;margin:auto;;pointer-events: none;}
.product .product-new{position: absolute;font-size: 13px;#fff;color: #fff;text-align:center;background: var(--color-hover);min-width: 40px;line-height: 23px;border-radius: 5px;text-transform: capitalize;top: 8px;right: 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;}
.grid-product{display:grid;grid-template-columns: repeat(4,1fr);gap: 20px;}

/* 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: 47%;}
.grid-pro-detail .right-pro-detail{width: 50%;}
.kl-pro-detail{font-weight: 700;font-size: 17px;}
.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%;}

/*  breadCrumbs */
.breadCrumbs{padding: 12px 0px;color: #666;background: #eee;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color: #333;}
.breadcrumb-item+.breadcrumb-item::before{color: #333;}
.breadCrumbs ol li a:hover{color:var(--color-main);}

/* paging */
.pagination{margin: 25px 0 0 0;width: 100%;justify-content: center;}
.pagination li a{cursor:pointer;color: #666;}
.pagination .page-item.active .page-link{background:var(--color-main);border-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;}

/* 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-main);border-color: var(--color-main);color:#fff}
.product-page{display:flex;flex-wrap:wrap;gap: 5px;justify-content:center;margin-top: 25px;}
.product-page a{width: 32px;height: 32px;display:flex;align-items:center;justify-content:center;box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);color:#000;cursor:pointer;font-size: 14px;border-radius: 0;border: 1px solid #D1E3F1;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;}

/* 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;}
.product-info{padding: 17px 0 7px 0;}
.product-info > div{}
/* 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: 30px;grid-template-columns: repeat(3, 1fr);}
.album-db{display: grid;gap: 10px;grid-template-columns: repeat(3, 1fr);}
.video-d{display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);}
.album-img{border-radius:10px;}
.album-txt{padding-top: 15px;}
.album-txt h3{color: #333;font-size: 15px;text-align: center;line-height: 1.5;font-weight: 500;margin-bottom: 0;-webkit-line-clamp: 2;}
.album-txt h3:hover{color:var(--color-main);}
.pbThumbs li{width: 100px !important;}
.intro-info-box{position: absolute;left: 111px;top: 104%;white-space: nowrap;display: grid;gap: 17px;}
.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: 15px;}
.item_details a span{color: #909090;}
.item_details a:hover{color: var(--color-main);}

/* contact */
.contact-article form{color:#000}
.contact-input textarea.form-control{height:auto;}
.contact-form .btn-primary{background: var(--color-main);border-color: var(--color-main);}

/* tieu de */
.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.tieude1{color:#1D1D1D;position: relative;text-align: center;padding-bottom: 25px;}
.tieude1 p{display:inline-block;position: relative;color: var(--color-hover);font-family: "Play";font-size: 20px;line-height:normal;text-transform: capitalize;background: linear-gradient(270deg, #D6A73C 0%, #FFF0A2 56.77%, #DCB045 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: -7px;}
.tieude1 h2{display: block;position: relative;font-size: 45px;font-family: Play;line-height: 1.5;text-transform: capitalize;margin-bottom: 7px;}
.tieude1.mau_chu, .tieude1.mau_chu h2{color:#fff}

.baiviet-next, .baiviet-prev{position:absolute;width: 60px;height: 60px;border-radius: 50%;border: 1px dashed #6A6A6A;background: rgba(255, 190, 194, 0.00);padding:4px;top: 30%;transform:translateY(-50%)}
.baiviet-next i, .baiviet-prev i{display:block;width:100%;height:100%;background:#fff;border-radius: 50%;color:#000;line-height: 50px;text-align: center;font-size: 20px;}
.baiviet-next{right:-67px;}
.baiviet-prev{left:-67px;}
.mau_mt .baiviet-next i, .mau_mt .baiviet-prev i{background:#222;color:#fff}
.pronb-slide .baiviet-prev, .pronb-slide .baiviet-next{top: 41%;}
.dichvu-slide .baiviet-prev, .dichvu-slide .baiviet-next{top: 45%;}
.ykien-slide .baiviet-prev, .ykien-slide .baiviet-next{top: 50%;}
.pro-list-tc {text-align:center;padding-bottom: 15px;}
.pro-list-tc a{display: inline-block;position:relative;color: #333;font-size: 15px;font-weight: 600;text-align: center;line-height: 1.5;padding: 8px 20px;text-transform: uppercase;background: #fff;border: 1px solid #ddd;cursor: pointer;margin: 0 3px;margin-bottom: 10px;transition:0.5s}
.pro-list-tc a:not(:last-child){}
.pro-list-tc a:hover, .pro-list-tc a.active{color: #fff;background: var(--color-main);}
.news-d{display:grid;grid-template-columns: repeat(4,1fr);gap: 20px;}
.news-dv{display:grid;grid-template-columns: repeat(3,1fr);gap: 30px;}
.news-dv .news-item{}
.news-dv .item_tt{border:1px solid var(--color-hover);padding:20px}
.news-dv .item_tt a.img{width:100%;order: 2;}
.news-dv .item_tt .tttt{width:100%;text-align: center;}
.news-dv .item_tt a.ten{text-align:center;font-size:22px;color:var(--color-main)}
.news-dv .item_tt a.ten:hover{color:var(--color-hover)}
.news-dv .desc-news{display:block;position:relative;color: #333;font-size:14px;font-weight:400;line-height: 32px;text-align: left;height: 220px;overflow-y: auto;margin-bottom: 20px;margin-top: 0px !important;!i;!;}
.news-dv .desc-news::-webkit-scrollbar {border-radius: 100px;background: #C9AC92;width: 4px;height: 11px;}
.news-dv .desc-news::-webkit-scrollbar-thumb {border-radius: 100px;background: var(--color-main);}
.news-dv .price-news{color: var(--color-main);font-family: SVN-A;font-size: 14px;line-height: 1.5;margin: 10px 0 17px 0;min-height: 32px;}
.news-dv .price-news span{font-size: 21px;display: inline-block;color: inherit;}
.news-dv .view-news{display:none;}

.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;padding: 0;box-shadow: 0 0 5px rgb(0 0 0 / 70%);}
/* end */

/* danh muc trai */
.thumb-pro-detail,.slick_photo1  {border:1px solid #ddd}
.title-detail-pro{}
.title-detail-pro h1{font-size: 20px;font-weight: 700;margin-bottom: 1rem;line-height: 1.5;}
.desc-pro-detail{line-height:1.5;}
.price-per-pro-detail{color: #fff;font-size: 13px;text-align:center;font-weight: 500;background: var(--color-hover);min-width: 70px;border-radius: 5px;padding:5px;margin-left:5px;}
.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: 9px 15px;font-weight: 500;font-size: 15px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-main);color: #fff;}
.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;}
.slick_photo1{position:relative;}
.proshow-next,.proshow-prev{z-index:9;position:absolute;top:50%;transform:translateY(-50%);width: 30px;height: 50px;background: #ffffff;border-radius:0;color: #333;font-size: 20px;display:flex!important;align-items:center;justify-content:center;opacity: 1;cursor:pointer;transition:0.2s all;box-shadow:0 0 5px #000}
.proshow-next:hover,.proshow-prev:hover{opacity:90%;}
.proshow-next{right:0;}
.proshow-prev{left:0;}
/* end */

/* gioi thieu */
.box-gioithieu-tc{padding:80px 0;}
.main_gioithieu{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;-webkit-flex-flow:row wrap;justify-content:space-between}
.left_gthieu{position:relative;width: 37%;z-index: 9;}
.right_gthieu{width: 59.5%;}
.noidung_gthieu{background:#FFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.25);padding:40px;margin-left:-120px;position:relative;z-index:5}
.tde-gt{color: #818181;font-size: 25px;font-family: 'Noto';font-weight: 100;line-height: normal;text-transform: capitalize;margin-bottom: -15px;}
.name-gt{color: #ABABAB;font-family: "NotoSD";font-size: 78px;font-style: normal;font-weight: 200;line-height: normal;padding-bottom: 5px;}
.name-gt h2{color: #222;font-size: 130px;font-weight: 200;letter-spacing: 6.5px;margin-bottom: 0;}
.name-gt p{line-height:normal;margin-bottom:0;margin-top: -28px;}
.desc-gt{color: #707070;font-size: 13px;line-height: 30px;height: 150px;overflow-y: auto;padding-right: 7px;}
.desc-gt::-webkit-scrollbar {background: #ddd;width: 3px;height: 11px;}
.desc-gt::-webkit-scrollbar-thumb {background: var(--color-main);}
.xtatca{color: #252525;font-size: 13px;border: 1px solid #000;background: rgba(255, 255, 255, 0.00);margin: 0 auto;margin-top: 20px;transition: 0.5s;}
.xtatca span{display:inline-block;padding:10px 50px;}
.xtatca i{width: 50px;height: 50px;border-left:1px solid #000}
.xtatca:hover{background: var(--color-main);color: #000;}
.hinhgt-tc{width: 69%;}
.hinhgt-gt{width: calc(31% + 105px);border: 1px dashed #797979;background: rgba(217, 217, 217, 0.00);padding: 14px;margin-right:-105px;position:relative;z-index: 52;margin-top:90px;}
.hinhgt-slide{}
.hinhgt-tc a{display:block;}
.it-gt{display:block;}
.it-gt p{margin-bottom:0}
/* end */

/* tieu chi */
.tieuchi-tc{position: relative;margin-right:-170px;padding-top:40px;z-index: 53;}
.tieuchi-slide {position: relative;z-index: 2;margin:0 -5px;}
.item_db {}
.item_db .it_db {position: relative;display:block;margin: 0 5px;text-align:center;}
.item_db .img_tt {position: relative;width: 100px;height: 130px;border:2px solid #333;margin: 0 auto;border-radius:36px;}
.item_db .img_tt:before{position:absolute;content:'';width: 16px;height:18px;background:url(../images/web/tc.png) no-repeat center #fff;z-index: 5;overflow: hidden;right:-9px;bottom:40px;}
.item_db .img_tt img {position: relative;transition: all 1.5s ease;width: auto;z-index:9}
.item_db:hover .img_tt img {transform: rotateY(360deg);}
.item_db .info_tt{position: relative;padding-top: 7px;}
.item_db .name_tt{color: #242424;font-size: 14px;font-weight: 400;line-height: 25px;-webkit-line-clamp:1;max-height:calc(25px * 1);margin-bottom: 0;}
/* end */

/* bang gia */
.box-banggia-tc{padding: 70px 0 30px 0;}
.banggia-tc{max-width:1190px;margin:0 auto;}
.banggia-slide{margin:0 -9px;}
.item-qc a{display:block;margin:0 9px;}
.item-qc a img{}
.box-sanpham-nb{padding:30px 0 35px 0}
.pronb-slide{margin:0 -8px;}
.pronb-slide .box-product{margin:0 8px;}
/* end */

/* dich vu */
.box-dichvu-tc{padding: 75px 0;background: url(../images/web/bg1.png) no-repeat center top/cover;}
.dichvu-tc{}
.dichvu-slide {position: relative;z-index: 2;margin: 0 -5px;}
.item-dv {}
.item-dv .if-newshome-normal{min-height:60px;background: rgba(34, 34, 34, 0.40);}
.item-dv .name-newshome.text-split{font-size:16px;}
/* end */

/* thu vien anh */
.box-thuvienanh-tc{position: relative;padding: 35px 0 20px 0;}
.box-thuvienanh-tc .tieude1{padding-bottom:0;position:relative;z-index:53;max-width:1366px;margin:0 auto;width: calc(100% - 20px);margin-bottom: -50px;}
.thuvienanh-nb{position: relative;background:#1C1D1F;padding: 65px 0;}
.thuvienanh-nb:before{position:absolute;content:'';width:100%;height: 100%;background: url(../images/web/ha1.png) no-repeat center top;left:0;top: -15px;z-index: 9;pointer-events:none;}
.thuvienanh-nb:after{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/ha1.png) no-repeat center top;left:0;bottom: -15px;z-index: 9;transform: rotate(180deg);pointer-events:none;}
.thuvienanh-tc{position:relative;max-width:1366px;margin:0 auto;}
.album-slide{margin:0 -5px;}
.album-slide.slick-slider .slick-list{padding:0 !important}
.item_ab{}
.item_ab .it_ab {margin:0 5px;display:block;}
.xemthem_ha{position: absolute;max-width:1366px;width: calc(100% - 20px);margin:0 auto;text-align:center;z-index:9;left: 0;right: 0;bottom: 10px;}
.xemthem_ha a{display:inline-block;color: #1E1E1E;font-family: "NotoSD";font-size: 20px;font-style: normal;font-weight: 300;line-height: 1.5;letter-spacing: 1px;background:url(../images/web/xt2.png) no-repeat center bottom;padding: 0 50px 22px 20px;}
.xemthem_ha a:hover{color:var(--color-main)}
/* end */

/* video */
.box-video-tc{padding:75px 0}
.video-tc{}
.video-slide{margin:0 -20px}
.item-vd a{display:block;position:relative;padding:0 40px;border-right:1px solid #EEE}
.item-vd a p{margin-bottom:0}
.item-vd a img{width:100%;}
.video-slide.slick-dotted.slick-slider{margin-bottom:0;padding-bottom:45px;}
.video-slide .slick-dots{bottom:0}
.video-slide .slick-dots li button:before{display:none;}
.video-slide .slick-dots li button{width: 10px;height: 10px;border:1px solid #adadad;border-radius:50%;padding: 0;}
.video-slide .slick-dots li{width: 10px;height:10px;}
.video-slide .slick-dots li.slick-active button{background:#222;border:none;width:10px;height:10px;}
/* end */

/* newsnb */
.box-tintuc-tc{padding: 75px 0;position:relative;background: url(../images/web/bg3.png) no-repeat center top/cover;}
.wap-tin-video{position:relative;}
.newshome-normal-bv{}
.tintuc-slide {margin:0 -5px;}
.newshome-normal{display:block;position:relative;transition:1.5s;margin: 0 5px;}
.img-newshome{position:relative;overflow: hidden;}
.pic-newshome-normal{margin:0;}
.pic-newshome-normal img{width:100%}
.if-newshome-normal{position:absolute;width: 100%;left: 0;bottom: 0;z-index: 9;background: rgba(89, 89, 89, 0.40);min-height: 51px;text-align: center;padding: 10px;transition:0.6s all}
.info-newshome-normal{position: relative;padding: 25px 12px 20px 12px;border: 1px solid #515151;border-top:0;background: rgba(89, 89, 89, 0.00);}
.name-newshome{position: relative;color: #fff;font-size: 14px;font-weight: normal;transition: 0.5s;margin-bottom: 0;}
.name-newshome:hover{color: var(--color-hover);}
.name-newshome.text-split{-webkit-line-clamp: 1;line-height: 30px;max-height: calc(30px * 1);}
.line-newshome{width:100%;height:1px;background: #515151;}
.desc-newshome{position: relative;color: #C0C0C0;font-size: 13px;font-weight: normal;line-height: 30px;max-height: calc(30px * 3);margin-top: 17px;}
.view-newshome{position: relative;color: #D6D6D6;font-size: 13px;font-weight: normal;font-style:italic;line-height: 1.5;text-align: right;padding-top: 15px;margin-bottom: 0;}
.view-newshome i{display:inline-block;width:25px;height:25px;background:#fff;color: #1B1B1B;font-size: 14px;font-style: normal;text-align:center;line-height:23px;border-radius:50%;margin-left:10px;}
.view-newshome:hover{color:var(--color-main)}
.view-newshome:hover i{background:var(--color-main);color:#fff}
.newshome-normal:hover .if-newshome-normal{opacity:0;bottom: -100%;}
/* end */

/* cam nhan */
.box-ykien-tc{position:relative;padding: 25px 0 75px 0;}
.ykien-tc{max-width:1120px;margin:0 auto}
.ykien-slide{margin:0 -15px;}
.item_yk{position: relative;}
.item_yk .it_yk{margin: 0 15px;}
.item_yk .img_tt{position: relative;width: 52%;border-radius: 30px;background: #313131;padding: 10px;}
.item_yk .hinh_tt{border-radius: 25px;position:relative;}
.item_yk .hinh_tt:after{position:absolute;content:'';width: 100%;height: 100%;background: url(../images/web/yk2.png) no-repeat top 6px center, url(../images/web/yk3.png) no-repeat bottom 7px center;top:0;left: 0;z-index: 5;pointer-events: none;} 
.item_yk .img_tt img{width: 100%;}
.item_yk .info_tt{position: relative;width: 43%;border-radius: 10px;border: 1px solid #916339;background: url(../images/web/yk1.png) no-repeat top 17px right 22px #fff;padding: 50px 0 35px 0;margin-top: 50px;}
.item_yk .info_tt:before{position:absolute;content:'';width: 20px;height: 21px;background: url(../images/web/yk4.png) no-repeat center;right: 100%;bottom: 50px;}
.item_yk .des_t{position: relative;margin-left: -50px;}
.item_yk .img_tt_yk{width:104px;height:104px;background:#FFFBF5;padding:5px;border-radius: 50%;}
.item_yk .hinh_tt_yk {width: 100%;height:100%;border-radius:50%;border: 1px solid #916339;}
.item_yk .if_yk{width: calc(100% - 104px);padding: 0 10px;}
.item_yk .name_tt{color: #000;font-size: 15px;font-style: normal;font-weight: 500;line-height: 30px;-webkit-line-clamp: 2;max-height: calc(30px * 2);margin-bottom: 0;}
.item_yk .cv_tt{color: #484848;font-size: 13px;font-style: normal;line-height: 27px;-webkit-line-clamp: 2;max-height: calc(27px* 2);margin-bottom: 0;}
.item_yk .des_tt{color: #303030;font-size: 13px;line-height: 30px;-webkit-line-clamp: 6;max-height: calc(30px * 6);padding: 0 17px;}
/* end */

/* dang ky */
.box-dangky-tc{padding: 80px 0;background: url(../images/web/bg2.png) no-repeat center top/cover;}
.box-dangky-tc .wap-tin-video{max-width:1170px;margin:0 auto;}
.item_ht{position: relative;width: 302px;height: 302px;text-align: center;border-radius: 50%;background: var(--color-main);border-radius: 302px;background: #3D3C3C;margin: 0;padding: 11px;}
.item_ht:nth-child(1){float:left;}
.item_ht:nth-child(2){float: right;margin-top: -17px;}
.item_ht a{display: block;position: relative;z-index: 7;width: 100%;height: 100%;border-radius: 50%;background: #3D3C3C;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);padding: 20px 30px;}
.item_ht .img_tt{width: 82px;height: 82px;position:relative;z-index: 5;margin: 0 auto;background: linear-gradient(270deg, #D6A73C 0%, #FFF0A2 56.77%, #DCB045 100%);border-radius:50%;padding: 5px;}
.item_ht .img_tt p{background: linear-gradient(270deg, #D6A73C 0%, #FFF0A2 56.77%, #DCB045 100%);box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);width:100%;height:100%;border-radius:50%;margin-bottom:0}
.item_ht .img_tt img{transition: all 1s ease;}
.item_ht:hover .img_tt img{ transform: rotateY(360deg); }
.item_ht .name_tt {font-size: 14px;line-height: 1.5;-webkit-line-clamp: 1;margin-bottom: 0;font-weight: 500;text-transform: uppercase;}
.item_ht .name_tt1{font-size: 30px;font-family: Phi;margin-bottom: 5px;margin-top: 3px;-webkit-line-clamp: 1;}
.item_ht .des_tt{font-size: 13px;line-height: 23px;-webkit-line-clamp: 2;margin: 0;padding: 0 10px;padding-top: 10px;margin-top: 2px;}
.item_ht .des_t{position: relative;padding-top: 12px;color: #fff;}
.item_ht .line_tt{width:80%;max-width: 200px;height:1px;background: rgba(255, 255, 255, 0.20);margin:0 auto;}
.chay_ht{position: relative;padding: 11px 15px 11px 16px;}
.chay_ht:before{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/dk6.png)no-repeat center center;background-size: 100% 100%;left:0;top:0;}
.left-dk{width: 41.5%;position: relative;max-width: 485px;padding-top: 17px;}
.right-dk{width: calc(100% - 49.5%);position:relative;}
.form-dk{position: relative;border-radius: 710px 710px 0px 0px;background: rgba(83, 83, 83, 0.40);padding: 120px 57px 100px 57px;margin-right: 10px;}
.form-dk:before{position:absolute;content:'';width:100%;height:100%;border-radius: 710px 710px 0px 0px;border: 1px solid #FFF3D0;background: rgba(169, 154, 111, 0.00);box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);left: 10px;top: 0;pointer-events: none;}
.tieude-dk{color: #fff;font-size:12px;padding-bottom: 40px;position: relative;text-align: center;}
.tieude-dk h2{font-family: SVN-GM;font-size: 45px;text-transform:uppercase;line-height: 1.5;margin-bottom: 5px;}
.dangky-tc{max-width:860px;margin:0 auto;}
.newsletter-form-tc{margin:0;}
.newsletter-input {position: relative;vertical-align: top;padding: 0;width: 100%;margin: 0;margin-bottom: 12px;border-bottom: 1px solid rgb(255 255 255 / 40%);background: none;}
.newsletter-input input {padding: 0 15px 0 0;font-size: 13px !important;font-weight: 400;height: 42px;color: #fff !important;background-color: unset !important;border-radius: 0;border: none;}
.newsletter-input input:focus{background:transparent;box-shadow:none;}
.newsletter-input textarea {padding: 0 15px 0 0;font-size: 13px !important;font-weight: 400;height: 50px;line-height: 50px;color: #fff !important;background-color: unset !important;border-radius: 0;border: none;}
.newsletter-input .input-group-append{width: 27px;text-align: center;}
.newsletter-input input::placeholder, .newsletter-input textarea::placeholder{color: #fff;font-size: 13px;font-weight:400}
.newsletter-button {width: 100%;vertical-align: top;padding: 0;margin: 30px 0 0 0;}
.newsletter-button input.btn-primary {border: 0px;color: #1C1C1C !important;display: block;width: 100%;cursor: pointer;padding: 0 10px;text-align: center;font-size: 15px !important;font-style: normal;font-weight: 500;line-height: 50px;height: 50px;border-radius: 0;background: linear-gradient(270deg, #D6A73C 0%, #FFF0A2 56.77%, #DCB045 100%);transition: 0.5s;text-transform: uppercase;margin: 0 auto;}
.newsletter-button input:hover {background:var(--color-main);color:#fff !important}
/* end */


