:root { --color-red: #ff0000; --clr-primary: #393939; --clr-secondary: #555555; --clr-white: #ffffff; --clr-black: #000000; --clr-silver: #cccccc; --clr-gray: #eeeeee; --clr-china-silver: #C7C7C7; --clr-quick-silver: #A1A1A1; --clr-active: #4B4E51; --clr-btn: #4B4E51; --clr-main: #2557ae; --font-title: "Roboto-Black"; --font-bold: "Roboto-Bold"; --font-regular: "Roboto-Regular"; --font-medium: "Roboto-m"; --font-light: "Roboto-l"; }
body { font-size: 14px; line-height: 1.5; font-family: SVN-Poppins-Regular; }
.bgk-gradient-main { background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); }
.text-gradient-main-1 { background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main__title { text-align: center; margin-bottom: 1.5rem; }
.main__title h1 { font-family: SVN-Dancing-Script; font-size: 35px; color: #cea86b; text-transform: capitalize; }
.main__title p { font-family: SVN-Dancing-Script; color: #dfac5d; text-transform: capitalize; font-size: 35px; line-height: 25px; }
.title-main { position: relative; text-align: center; }
.title-main span { font-family: "TrajanPro3Regular"; font-size: 45px; line-height: 45px; }
.font-title { font-family: SVN-Dancing-Script !important; }
.font-bold { font-family: var(--font-bold) !important; }
.font-regular { font-family: var(--font-regular) !important; }
.rps-xl--visible, .rps-lg--visible, .rps-md--visible { display: none; }
.rps-xl--hidden, .rps-lg--hidden, .rps-md--hidden { display: block; }
.swiper [class*="__item"] { display: block; }
img { max-width: 100%; }
w { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; }
.scale-img img, .scale-img picture { transition: all 0.3s; }
.scale-img:hover > img, .scale-img:hover > picture { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block }
.hover-img:before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 3 }
.hover-img:after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2 }
.hover-img:hover:before, .hover-img:hover:after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100% }
.line-clamp-1 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-2 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-3 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-4 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-5 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-6 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 6; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-7 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 7; display: -webkit-box; -webkit-box-orient: vertical }
.line-clamp-8 { overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 8; display: -webkit-box; -webkit-box-orient: vertical }
.p-relative { position: relative; }
/* 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; }
.gutter-x-20 { --bs-gutter-x: 20px; }
.gutter-x-5 { --bs-gutter-x: 5px; }
/* Header */
.header { background: #000; }
.flex-header { display: flex; justify-content: space-between; align-items: center; }
.cart-head { border: 1px solid #fff; padding: 10px; 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-head { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.menu-head a { color: #fff; }
.menu-head a:hover { color: #fed402; }
.line-head { background-color: #72b2fd; height: 32px; width: 1px; }
/* slideshow */
.slideshow { position: relative; }
.slideshow .swiper-button-next, .slideshow .swiper-button-prev { width: 32px; height: 60px; border-radius: 0px; background: #fbc67475; box-shadow: none; border: 1px solid #deab5c; }
.slideshow .swiper-button-next { right: 0px; border-radius: 10px 0 0 10px; }
.slideshow .swiper-button-prev { left: 0px; border-radius: 0px 10px 10px 0px; }
.slideshow .swiper-button-next:after, .slideshow .swiper-button-prev:after { font-size: 20px; font-weight: bold; }
/* Search */
.search { border-radius: 5px; background: #FFF; 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; align-items: center; height: 35px; width: 244px; }
.search input { width: calc(100% - 40px); height: 100%; font-size: 13px; color: #333; border-radius: 10px; border: none; background: none; padding: 0px 10px; margin: 0; line-height: normal }
.search input:focus { border: none; box-shadow: none }
.search p { width: 40px; height: 100%; cursor: pointer; line-height: 35px; text-align: center; font-size: 17px; margin: 0 }
.search p i { font-weight: 500; color: #000 }
.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; }
/* Mmenu */
.offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow: scroll; }
.offcanvas-body::-webkit-scrollbar { width: 4px; height: 4px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-thumb { background-color: #0d6efd; border-radius: 5px; transition: all 1s; }
.offcanvas-body::-webkit-scrollbar-track { background: #fff; width: 4px; height: 4px; transition: all 1s; }
.btn-close-menu { position: absolute; right: 20px; top: 24px; }
.menu-mobile ul { padding: 0px; }
.menu-mobile ul li { position: relative; }
.menu-mobile ul li > span i { transition: transform 0.3s ease;     /* Adjust duration and easing as needed */ }
.menu-mobile ul li a { display: block; padding-right: 30px; color: #333; font-size: 15px; padding: 10px 0px; border-bottom: 1px solid #f1f1f1; }
.menu-mobile ul li a i { margin-right: 10px; }
.menu-mobile ul li li a { font-weight: normal; }
.menu-mobile ul li a:hover { color: #dfac5d; }
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); font-size: 17px; line-height: 18px; height: 25px; color: #fff; width: 35px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.menu-mobile ul li:hover { color: #DEAB5C; }
.menu-mobile ul ul li .scroll { background: none; color: var(--clr-main); }
.menu-mobile ul li ul { padding-left: 10px; }
.company { border-bottom: 1px solid #f1f1f1; padding-bottom: 10px; }
.company p { margin-bottom: 5px; font-size: 13px; }
.company p span { color: #DEAB5C; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; }
.head-menu img { max-width: 96px; }
.search-menu { width: 100%; position: relative; margin: 10px 0px; }
.search-menu input { width: 100%; background: #f5f5fa; border: 1px solid #f1f1f1; height: 40px !important; font-size: 13px; }
.search-menu p { position: absolute; right: 10px; bottom: 8px; }
/* ? Navigation*/
.navigation { position: relative; z-index: 501; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; width: 100%; padding: 8px 0; border-bottom: 2px solid rgb(206 169 108 / 26%); }
.navigation > .navigation__inner { -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem; width: 100%; }
.navigation nav#menu { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; }
.navigation nav#menu ul { list-style: none; padding: 0; margin: 0; }
.navigation nav#menu ul:has(.level-0) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: start; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; gap: 43px; }
.navigation nav#menu ul li { position: relative; z-index: 1; }
.navigation nav#menu ul li:is(.has-child) { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: baseline; -webkit-align-items: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
.navigation nav#menu ul li .navigation__name::before { position: absolute; content: ''; width: 100%; height: 1px; background: transparent; border-radius: 5px; left: 0px; bottom: 14px; transform-origin: right; transform: scaleX(0); transition: transform 0.5s; }
.navigation nav#menu ul li ul li .navigation__name::before { content: none; }
.navigation nav#menu ul li.active .navigation__name::before, .navigation nav#menu ul li:hover > .navigation__name::before { transform-origin: left; transform: scaleX(1); }
.navigation nav#menu ul li:is(.has-child) > .navigation__name { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; }
.navigation nav#menu ul li .navigation__name { display: block; position: relative; color: #282828; font-family: SVN-Poppins-Bold; font-size: 14px; text-transform: uppercase; overflow: hidden; }
.navigation nav#menu ul li.active > .navigation__name, .navigation nav#menu ul li:hover > .navigation__name { color: #DEAB5C !important; }
.navigation nav#menu ul li ul { opacity: 0; visibility: hidden; position: absolute; top: 100%; left: 0; min-width: 230px; background: var(--clr-white); box-shadow: 0px 0px 3px 1px #e5e5e5f2; -webkit-transform: perspective(600px) scaleY(1.5) translateY(15px); -moz-transform: perspective(600px) scaleY(1.5) translateY(15px); transform: perspective(600px) scaleY(1.5) translateY(15px); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .3s ease-out; -o-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out }
.navigation nav#menu ul li:hover > ul { opacity: 1; visibility: visible; -webkit-transform: perspective(600px) scaleY(1) translateY(0); -moz-transform: perspective(600px) scaleY(1) translateY(0); transform: perspective(600px) scaleY(1) translateY(0); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease-out; -o-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; top: -webkit-calc(100% + 10px); top: -moz-calc(100% + 10px); top: calc(100% + 10px); }
.navigation nav#menu ul li ul li > ul { left: 100%; top: 0 !important; margin-top: 0; }
.navigation nav#menu ul li ul li { isolation: isolate; padding: 0 0.75rem; }
.navigation nav#menu ul li ul li a.navigation__name { color: var(--clr-active); padding: .7rem 0; font-size: 14px; }
.navigation nav#menu ul li ul li:hover > .navigation__name { background: transparent; color: var(--clr-active); }
.navigation nav#menu ul li ul li:not(:last-child):before { content: ''; position: absolute; right: 0.75rem; bottom: 0; left: 0.75rem; z-index: -1; height: 1px; background: var(--clr-silver); }
.navigation.has-scroll .navigation__inner { width: 1300px; }
/* Menu */
#hamburger { display: none; width: 35px; height: 23px; position: relative; cursor: pointer; }
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; 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; }
/* 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; }
.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; }
.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; }
/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-family: Roboto-Bold; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.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; display: none; }
.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; }
/* Video */
.flex-video { display: flex; justify-content: space-between; }
.wr-video { width: 49%; }
.wr-form { width: 49%; }
.video-main { position: relative; }
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; }
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; }
/* 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; gap: 20px; }
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; }
.flex-product-main .right-product { width: calc(100% - 250px); }
.wr-search p { font-weight: bold; text-transform: uppercase; }
/* product detail */
.left-pro-detail .MagicZoom { border: 1px solid var(--clr-gray); padding: 7px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: var(--clr-white); }
.tabs-pro-detail .tab-content { border: 1px solid #ddd; border-top: none; padding: 20px; }
.nav-tabs li a { font-weight: 500; color: #333; font-family: 'SVN-Poppins-Medium'; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { color: #000; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); border: 1px solid #DEAB5C; }
.attr-pro-detail { margin: auto; padding: 0; }
.title-pro-detail { display: block; font-size: 24px; font-family: SVN-Poppins-Medium; margin-bottom: 5px; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00; }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px; }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: #232323; }
.quantity-pro-detail { line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; border: 1px solid #000; border-radius: 15px; font-weight: 500; border: none; border-radius: 0px; }
.quantity-pro-detail span { line-height: 41px; padding: 0; width: 40px; height: 43px; color: #000; cursor: pointer; font-size: 18px; border-radius: 3px; }
.quantity-pro-detail span.quantity-plus-pro-detail { margin-left: -1px; }
.quantity-pro-detail span.quantity-minus-pro-detail { margin-right: -1px; }
.quantity-pro-detail input { height: 43px; width: calc(100% - 86px); text-align: center; padding: 5px; border-radius: 3px; font-size: 16px; font-weight: normal; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-minus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-plus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 10px 20px; text-transform: capitalize; cursor: pointer; border-radius: 3px; font-weight: 500; font-size: 15px; line-height: 23px; border-radius: 5px; width: 48%; }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }
.cart-pro-detail a.addnow { color: #fff }
.cart-pro-detail a.addnow:hover { background-color: var(--color-red); color: #fff; border-color: var(--color-red); }
.cart-pro-detail a.buynow { background-color: var(--color-red); }
.cart-pro-detail a.buynow:hover { background-color: var(--color-red); color: #fff; }
.cart-pro-detail .quantity-pro-detail { width: 48%; }
/* 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; }
/* Contact */
.contact-map { position: relative; height: 500px; margin-top: 30px; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.frm_contact { border: 1px solid #ddd; padding: 30px; }
/*  breadCrumbs */
.breadCrumbs { padding: 10px 0px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #DEAB5C; }
/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; }
.pagination li span { cursor: pointer; width: 24px !important; height: 24px !important; text-align: center; font-size: 12px; line-height: 23px; }
.btn-frame { display: block; width: 75px; height: 75px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 75px; height: 75px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 100%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 85px; height: 85px; 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: 85px; height: 85px; top: -6px; right: -6px; 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; }
.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 { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }
/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }
/* CSSS T */
a.views_dm { width: 140px; height: 38px; }
.effect_button { transform-style: preserve-3d; transform: translateZ(-25px); transition: transform 0.25s; position: relative; display: inline-flex; z-index: 1; }
.effect_button:after, .effect_button:before { position: absolute; content: 'xem thÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªm'; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #f00; box-sizing: border-box; border-radius: 5px; z-index: -1; text-transform: uppercase; font-weight: 700; font-size: 15px; }
.effect_button:before { color: #fff; background: #f00; transform: rotateY(0deg) translateZ(25px); }
.effect_button:after { color: #f00; transform: rotateX(90deg) translateZ(25px); }
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); }
/* News */
.grid-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.item-news { --tw-bg-opacity: 1; background-color: #f1f1f1; padding: 1rem; box-shadow: 0px 0px 5px rgb(0 0 0 / 19%); transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 500ms; }
.item-news:hover { transform: translateY(-0.25rem); box-shadow: 0px 0px 10px rgb(0 0 0 / 19%); }
.item-news .ds-news { width: 100%; }
.ds-news span { display: block; line-height: 25px; color: #999; font-size: 13px; margin: 10px 0px 0px; font-style: italic; }
.ds-news h3 { font-size: 16px; margin: 0; color: #000; font-weight: 500; text-transform: uppercase; -webkit-line-clamp: 2 !important; font-family: SVN-Poppins-SemiBold; }
.ds-news .desc { color: #333; }
.item-news:hover h3 { color: #f00; }
.item-news-all a { display: flex; justify-content: space-between; }
.item-news-all a .ds-news { width: calc(100% - 110px); }
.item-news-all a .ds-news h3 { text-transform: capitalize; font-size: 15px; }
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 20px; width: 30%; background: #f1f1f1cc; padding: 5px 20px 20px 20px; box-shadow: 0px 0px 5px #99999978; }
/* Swipper */
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; overflow: hidden; }
/* Popup */
.modal-title { font-size: 20px; }
/* CSS cho loading */
.loading-overlay { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); justify-content: center; align-items: center; z-index: 999; }
.loading { width: 50px; height: 50px; border: 5px solid rgba(0, 0, 0, 0.1); border-radius: 50%; border-top: 5px solid #3498db; animation: spin 1s linear infinite; }
/* Album */
.album__item-inner { position: relative; z-index: 1; }
.album__info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00000082; z-index: 1; display: grid; place-content: center; padding: 10px 15px; opacity: 0; transition: all 300ms ease; }
.album__name { font-family: var(--font-bold); font-size: clamp(16px, calc(20 / 1188 * 100vw), 20px); color: var(--clr-white); width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.album__item:hover .album__info { opacity: 1; transition: all 300ms ease; }
.album__item:hover .album__name { width: 100%; transition: all 300ms ease; }
.album__photo { border-radius: 10px; overflow: hidden; }
/* Footer */
.footer-article__inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.footer-article--1 { width: 455px; }
.footer-article--2 { width: 185px; }
.footer-article--3 { width: 390px; }
.footer__title { color: #282828; font-family: SVN-Poppins-Bold; font-size: 16px; text-transform: uppercase; position: relative; padding-bottom: 12px; margin-bottom: 11px; margin-top: 9px; }
.footer__title::before { position: absolute; content: ''; width: 36px; height: 1px; background: #282828; left: 0; bottom: 0; }
.footer__title.has-line:before { content: ''; width: 50px; height: 3px; background: var(--clr-main); position: absolute; bottom: 0; left: 0; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.footer__name { font-size: 20px; font-family: SVN-Dancing-Script; color: var(--clr-white); text-transform: uppercase; margin-bottom: 9px; }
.footer-powered { padding: 14.5px 0; color: var(--clr-white); background: hsl(0deg 0% 0% / 10%); text-align: center; position: relative; z-index: 2; }
.footer-powered .wrap-content { display: flex; align-items: center; justify-content: space-between; }
.footer-statistic { text-align: right; }
.footer-statistic span { padding: 0 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
.footer-statistic span:not(:last-child) { border-right: 1px solid var(--clr-white); }
.footer__map { position: relative; height: 415px; }
.footer__map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
.footer__policy { list-style: none; padding: 0; margin: 0; }
.footer__policy li:not(:last-child) { margin-bottom: 15px; }
.footer__policy li a { color: #282828; font-family: SVN-Poppins-Medium; font-size: 14px; padding-left: 14px; position: relative; transition: .4s; }
.footer__policy li a:hover { letter-spacing: 0.5px; }
.footer__policy li a::before { position: absolute; content: ''; width: 4px; height: 4px; background: #282828; border-radius: 50%; left: 0; top: 7px; }
.footer__info { color: #000; }
.footer { background: url(../images/hinhnenfooter.webp) center no-repeat; background-size: cover; overflow: hidden; position: relative; }
.wrap-1300 { max-width: 1300px; width: 100%; margin: 0 auto; }
.footer-copyright, .footer-copyright a { color: #000; }
.footer-copyright span { font-family: SVN-Poppins-Bold; text-transform: uppercase; }
.drum-VietNam-rotate { position: absolute; display: none; bottom: -374px; left: 50%; transform: translateX(-50%); animation: xoaytron 60s linear infinite; }
@keyframes xoaytron {
from { transform: translateX(-50%) rotate(0deg); }
to { transform: translateX(-50%) rotate(360deg); }
}
section.footer-article { padding: 50px 0; position: relative; z-index: 2; }
a.logo-footer { display: block; margin-bottom: 20px; }
.fanpage-box a { display: block; max-width: 337px; border-radius: 10px; overflow: hidden; position: relative; }
.fanpage-box a::before { position: absolute; content: ''; background: url(../images/fb.png) center no-repeat; width: 65px; height: 65px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.fanpage-box { border-radius: 10px; border: 1px solid #282828; display: grid; grid-template-columns: calc(100% - 337px) 337px; align-items: center; padding: 8px 8px 8px 0; margin-top: 13px; max-width: 390px; }
.fanpage-box span { color: #282828; font-family: SVN-Poppins-Bold; font-size: 19px; text-transform: uppercase; writing-mode: vertical-rl; text-orientation: mixed; transform: rotate(180deg); line-height: 43px; }
/* Kay CSS */
.wrap-1300 { max-width: 1300px; width: 100%; margin: 0 auto; }
.product-new-container { padding: 60px 10px 55px 10px; }
.product-new-grid > div:nth-child(1) img { margin-top: 6px; }
.product-new-grid { display: grid; grid-template-columns: 360px 915px; justify-content: space-between; }
.product-new-container .title-main { text-align: start; }
.product-new-desc { margin-top: 24px; margin-bottom: 20px; }
.product-new-desc span { color: #4D4D4D; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 30px; }
.product-new-btn a { color: #1B1B1B; text-align: justify; font-family: SVN-Poppins-Bold; font-size: 15px; text-transform: uppercase; display: flex; align-items: center; justify-content: center; width: 170px; height: 45px; gap: 15px; border-radius: 10px; transition: .4s; }
.product-new-btn a i { font-size: 18px; margin-bottom: 3px; }
.product-new-item a.scale-img { border-radius: 10.121px; }
.product-new-info { padding-top: 15px; }
.product-new-name a { color: #282828; font-family: SVN-Poppins-Regular; font-size: 14.37px; text-transform: uppercase; }
.product-new-price { margin-top: 1px; }
.product-new-price span { font-family: SVN-Poppins-Bold; font-size: 16.423px; line-height: 23.279px; text-transform: uppercase; }
.product-list-grid { display: flex; }
.product-list-item { height: 480px; transition: .4s; position: relative; width: 20%; }
.product-list-item.active { width: 40%; }
.product-list-item a, .product-list-item a img { width: 100%; height: 100%; object-fit: cover; }
.product-list-info { position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); left: 10px; top: 10px; border: 1px solid var(--Linear, #DEAB5C); background: rgba(0, 0, 0, 0.70); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 30px; opacity: 0; visibility: hidden; transition: .4s; }
.product-list-item.active .product-list-info { opacity: 1; visibility: visible; }
.product-list-name a { color: #FFF; text-align: center; font-family: 'TrajanPro3Regular'; font-size: 30px; text-transform: uppercase; }
.product-list-desc { margin: 5px 0 23px 0; }
.product-list-desc span { color: #FFF; text-align: center; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 23px; }
.product-new-btn a:hover, .product-list-btn a:hover { letter-spacing: 1px; }
.product-list-btn a { color: #1B1B1B; text-align: justify; font-family: SVN-Poppins-Bold; font-size: 15px; text-transform: uppercase; width: 170px; height: 45px; display: flex; align-items: center; justify-content: center; gap: 15px; border-radius: 10px; transition: .3s; }
.product-list-btn a i { font-size: 18px; margin-bottom: 3px; }
.introduce-container { padding: 60px 10px; background: url(../images/nen_gt.png) center no-repeat; background-size: cover; }
.introduce-grid { padding: 30px; background: #fff; display: grid; grid-template-columns: 605px 605px; justify-content: space-between; border-radius: 100px 0px 0px 0px; }
.introduce-desc { padding: 10px 0 20px 0; }
.introduce-grid > div:nth-child(2) { padding-left: 30px; border-left: 2px solid #CEA96C; }
.introduce-grid > div:nth-child(1) a { border-radius: 77px 0; }
.introduce-name { font-family: "SVN-Dancing-Script"; font-size: 45px; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline; line-height: 44px; }
.introduce-name-company { -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #dfac5d; font-family: SVN-Poppins-Bold; font-size: 55px; text-transform: uppercase; color: #fff; line-height: 55px; margin-top: 10px; }
.introduce-desc span { color: #4D4D4D; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 30px; }
.introduce-btn a { color: #1B1B1B; text-align: justify; font-family: SVN-Poppins-Bold; font-size: 15px; text-transform: uppercase; width: 170px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 10px; gap: 15px; transition: .4s; }
.introduce-btn a:hover { letter-spacing: 1px; }
.tiktok-youtube-container { padding: 60px 10px 0 10px; }
.tiktok-youtube-grid { display: grid; grid-template-columns: 585px 655px; justify-content: space-between; }
.tiktok-youtube-grid .title-box { margin-bottom: 28px; }
.tiktok-youtube-grid > div:nth-child(2) a { border-radius: 10px; position: relative; overflow: hidden; }
.tiktok-youtube-grid > div:nth-child(2) a::before { position: absolute; content: ''; background: url(../images/play1.png) center no-repeat; width: 152px; height: 150px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.tiktok-youtube-grid > div:nth-child(2) a::after { position: absolute; content: ''; background: url(../images/play2.png) center no-repeat; width: 84px; height: 82px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.title-box .title-main span { font-size: 35px; text-transform: uppercase; }
.title-box img { margin: 0 auto; }
.title-box .title-main { margin-top: -7px; }
.title-box { text-align: center; padding: 4px 0 13px 0; }
.tiktok-item blockquote { min-width: auto !important; margin: 0px !important; }
.tiktok-item blockquote > a { display: none !important; }
.tiktok-item blockquote > iframe { height: 483px !important; }
.news-container { padding: 60px 10px 0 10px; }
.news-container .title-box { margin-bottom: 30px; }
.news-grid { display: flex; gap: 20px 30px; flex-flow: wrap; }
.news-item:nth-child(1), .news-item:nth-child(2) { width: calc(50% - 15px); border-radius: 10px; overflow: hidden; }
.news-item:nth-child(3), .news-item:nth-child(4), .news-item:nth-child(5) { width: calc(100%/3 - 20px); }
.news-item:nth-child(3) a, .news-item:nth-child(4) a, .news-item:nth-child(5) a { border-radius: 10px; }
.news-info-two { position: absolute; width: 100%; bottom: 0; left: 0; padding: 100px 20px 13px 20px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%); }
.news-name-two a { color: #FFF; font-family: 'SVN-Poppins-Bold'; font-size: 16px; line-height: 30px;     /* 187.5% */ text-transform: uppercase; }
.news-desc-two span { color: #FFF; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 23px; }
.news-item { position: relative; }
.news-name-two { margin-bottom: 9px; }
.news-name-two a:hover { color: #DEAB5C; }
.news-info-three { width: calc(100% - 30px); margin: 0 15px; padding: 16px 20px 25px 20px; border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); position: relative; z-index: 2; margin-top: -50px; }
.news-name-three { margin-bottom: 8px; }
.news-name-three a { color: #282828; text-align: center; font-family: SVN-Poppins-Bold; font-size: 16px; line-height: 30px; text-transform: uppercase; }
.news-name-three a:hover { color: #DEAB5C; }
.news-name-three, .news-desc-three { text-align: center; }
.news-desc-three span { color: #4D4D4D; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 23px; }
.news-btn-three { margin-top: 13px; }
.news-btn-three a { color: #202020; text-align: center; font-family: SVN-Poppins-Semibold; font-size: 14px; line-height: normal; text-transform: uppercase; width: 160px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto; border-radius: 5px; transition: .4s; }
.news-btn-three a:hover { letter-spacing: 1px; }
.feedback-container { padding: 60px 10px; }
.feedback-container .title-box { margin-bottom: 30px; }
.feedback-item > a { max-width: 216px; overflow: hidden; border-radius: 30px; position: relative; }
.feedback-item > a:before { position: absolute; content: ''; background: url(../images/phone.png) center no-repeat; width: 216px; height: 446px; }
.feedback-run { margin: 0 -16px; }
.feedback-item { display: grid; grid-template-columns: 216px calc(100% - 231px); justify-content: space-between; align-items: center; margin: 0 16px; }
.feedback-info > a { max-width: 92px; border: 2px solid #DEAB5C; border-radius: 50%; overflow: hidden; padding: 2px; margin: 0 auto; margin-bottom: 8px; margin-top: -46px; }
.feedback-name { text-align: center; font-family: SVN-Poppins-Bold; font-size: 18.306px; line-height: 25.171px; text-transform: uppercase; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 12px; }
.feedback-desc { color: #494949; text-align: center; font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 22.883px; }
.feedback-info > a > img { border-radius: 50%; }
.feedback-info { background: url(../images/union.png) center no-repeat; filter: drop-shadow(4.577px 4.577px 8px rgba(255, 202, 120, 0.30)); padding: 0 20px; padding-bottom: 70px; }
.newsletter-container { padding: 60px 10px 0 10px; background: #FFF6E9; background-size: cover; }
.wrap-527 { max-width: 527px; width: 100%; margin: 0 auto; padding: 16px 20px 50px 20px; border-radius: 10px; background: var(--1, #FFF); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); position: relative; z-index: 3; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }
.newsletter-input input { font-size: 15px; border-bottom: 1px solid #ccc; border-radius: 0px; height: 36px; padding: 0; color: #4D4D4D; }
.newsletter-hotline { margin-top: 15px; }
.newsletter-input:nth-child(1) input { background: url(../images/user.png) center right no-repeat; padding-right: 25px; }
.newsletter-input:nth-child(2) input { background: url(../images/phone1.png) center right no-repeat; padding-right: 25px; }
.newsletter-input:nth-child(3) textarea { background: url(../images/edit.png) right 62px no-repeat; }
.newsletter-input:nth-child(3) { grid-column: 1/3; }
.newsletter-input textarea::placeholder, .newsletter-input input::placeholder { color: #4D4D4D; }
.newsletter-input textarea { font-size: 15px; padding: 0; border: none; border-bottom: 1px solid #CCC; border-radius: 0; height: 90px; }
.newsletter-button { margin-top: 20px; }
.newsletter-button input { color: #383838; text-align: center; font-family: SVN-Poppins-Bold; font-size: 17px; text-transform: uppercase; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); width: 100%; height: 45px; }
.newsletter-hotline p { color: #000; text-align: center; font-family: SVN-Poppins-Regular; font-size: 17px; margin-bottom: 0px; }
.newsletter-hotline p a { color: var(--6, #1C1B17); text-align: center; font-family: SVN-Poppins-Bold; font-size: 27px; text-transform: capitalize; }
.product-item a.scale-img { border-radius: 10.121px; }
.product-info { padding-top: 15px; }
.product-name a { color: #282828; text-align: center; font-family: SVN-Poppins-Regular; font-size: 14.37px; text-transform: uppercase; }
.product-price { text-align: center; margin-top: 1px; }
.product-price span:nth-child(1) { font-family: SVN-Poppins-Bold; font-size: 16.423px; line-height: 23.279px; text-transform: uppercase; }
.product-price span:nth-child(2) { font-family: SVN-Poppins-Regular; font-size: 14px; line-height: 23.279px; text-transform: uppercase; text-decoration: line-through; margin-left: 10px; }
.product-contact { color: #4D4D4D; text-align: center; font-family: SVN-Poppins-Regular; font-size: 14px; text-transform: uppercase; }
.product-contact a { color: #4D4D4D; font-family: SVN-Poppins-Bold; font-size: 16.423px; line-height: 23.279px; text-transform: uppercase; }
.product-cart { text-align: center; margin-top: 10px; display: flex; justify-content: space-between; align-items: center; }
.product-cart span { display: flex; justify-content: center; align-items: center; width: 45px; height: 40px; font-size: 16px; text-transform: uppercase; font-weight: 700; border-radius: 5px; cursor: pointer; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); color: #000; transition: 0.7s; }
.product-cart strong { width: calc(100% - 55px); color: #333; border: 1px solid #E0AD5E; border-radius: 5px; height: 40px; text-align: center; font-size: 15px; text-transform: capitalize; font-weight: 500; display: flex; justify-content: center; align-items: center; cursor: pointer; }
.product-cart strong:hover { color: #000; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); }
.product-grid-home > div:nth-child(1) > div > p { display: flex; align-items: center; gap: 15px; margin: 0; border-radius: 10px; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); padding: 14px 0 14px 17px; }
.product-grid-home > div:nth-child(1) > div > p > span { color: #282828; text-align: center; font-family: SVN-Poppins-Bold; font-size: 16px; text-transform: uppercase; }
.product-grid-home { display: grid; grid-template-columns: 260px calc(100% - 270px); justify-content: space-between; align-items: start; }
.product-grid-home > div:nth-child(1) > div:nth-child(1) { border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 10px; }
.product-grid-home > div:nth-child(1) > div:nth-child(1) ul { padding: 0; margin: 0; list-style: none; margin-top: 6px; }
.product-grid-home > div:nth-child(1) > div:nth-child(1) ul li a { color: #4D4D4D; font-family: SVN-Poppins-Regular; font-size: 15px; padding: 9px 0; display: block; padding-left: 23px; }
.grid-product { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 15px 10px; }
.product-grid-home > div:nth-child(1) > div:nth-child(1) ul li a:hover { color: #dfac5d; }
.product-container { padding: 60px 10px; }
.album-container .title-box, .product-container .title-box { margin-bottom: 30px; }
.album-container { padding: 60px 0px; background: #FFF6E9; margin-top: 60px; }
.album-run { position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; height: 455px; width: 100%; }
.album-item { position: absolute; height: 100%; opacity: 0; border-radius: 20px; object-fit: cover; transition: 1s; }
.album-item.left { transform: translateX(-93%) scale(0.77); opacity: 1; }
.album-item.right { transform: translateX(93%) scale(0.77); opacity: 1; }
.album-item.active { transform: translateX(0) scale(1); opacity: 1; }
.album-item a { border-radius: 10px; overflow: hidden; }
.search { border-radius: 30px; background: #FFF; 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; align-items: center; height: 35px; width: 245px; box-shadow: 0 0 4px #ccc; }
.grid-menu { display: grid; grid-template-columns: 40% 168px 40%; justify-content: space-between; align-items: center; transition: .3s; }
.hotline { display: flex; align-items: center; justify-content: center; gap: 5px; width: 218px; height: 35px; border-radius: 5px; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); }
.hotline i { font-size: 18px; transform: rotate(-45deg); }
.hotline p { margin: 0; color: #333; font-family: SVN-Poppins-Regular; font-size: 14px; }
.hotline span { color: #333; font-family: SVN-Poppins-Bold; font-size: 14px; }
.search-hotline { display: flex; align-items: center; justify-content: end; gap: 20px; }
.navigation.has-scroll.scroll-active { background: #fcc7757d; }
.navigation.has-scroll.scroll-active .grid-menu { grid-template-columns: 40% 100px 40%; }
.slideshow .item p { text-align: center; text-shadow: 3px 3px 0px #CAA469; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #FFF; font-family: "UTM1"; font-size: 58px; font-style: normal; font-weight: 400; line-height: normal; background: linear-gradient(270deg, #B58C4C 0%, #FFCA78 33%, #B58C4C 66%, #FFCA78 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; bottom: 200px; left: 50%; transform: translateX(-65%); opacity: 0; transition: .5s; transition-delay: 0.5s; }
.slideshow .item span { color: #424242; text-align: center; font-family: "UTM2"; font-size: 26px; position: absolute; bottom: 110px; left: 50%; transform: translateX(-65%); max-width: 300px; opacity: 0; transition: .5s; transition-delay: 0.75s; }
.slideshow .swiper-slide-active .item span { opacity: 1; bottom: 179px; }
.slideshow .swiper-slide-active .item p { opacity: 1; bottom: 255px; }
.slogan-main { color: var(--4, #737373); text-align: center; font-family: SVN-Poppins-Regular; font-size: 14px; margin-top: 22px; margin-bottom: 20px; }
.branch-item > p:nth-child(1) { color: #282828; font-family: SVN-Poppins-Bold; font-size: 16px; line-height: 21px; text-transform: uppercase; margin-bottom: 11px; }
.branch-item > p:nth-child(2) { color: #282828; margin-bottom: 7px; }
.branch-item > p:nth-child(3) { color: #282828; margin-bottom: 0; }
.branch-item { border-bottom: 2px dotted #2828289c; padding: 18px 0 20px 0; cursor: pointer; }
.branch-grid { display: grid; grid-template-columns: 300px 1000px; min-height: 430px; }
.branch-scroll { margin: -18px 0 -20px 0; }
.branch-grid > div:nth-child(1) { padding: 24px 15px; border-radius: 10px 0px 0px 10px; background: #FFEBCC; max-height: 430px; overflow-y: scroll; }
.branch-grid > div:nth-child(1)::-webkit-scrollbar { width: 0px; }
.load-map iframe { width: 100%; height: 100%; }
.load-map { overflow: hidden; border-radius: 0 10px 10px 0; }
.branch-container { padding: 115px 10px 60px 10px; margin-top: -53px; position: relative; z-index: 2; background: #fff; }
a.logo-header { display: block; width: 100%; }
a.logo-header img { width: 100%; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.product-name a:hover { color: #DEAB5C; }
.right-pro-detail > div > p { display: flex; align-items: center; gap: 15px; margin: 0; border-radius: 10px; background: var(--Linear, linear-gradient(90deg, #DEAB5C 0%, #FFCA78 50%, #DEAB5C 100%)); padding: 14px 0 14px 17px; }
.right-pro-detail > div > p > span { color: #282828; text-align: center; font-family: SVN-Poppins-Bold; font-size: 16px; text-transform: uppercase; }
.right-pro-detail > div:nth-child(1) { border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); padding: 10px; }
.right-pro-detail > div:nth-child(1) ul { padding: 0; margin: 0; list-style: none; margin-top: 6px; }
.right-pro-detail > div:nth-child(1) ul li a { color: #4D4D4D; font-family: SVN-Poppins-Regular; font-size: 15px; padding: 9px 0; display: block; padding-left: 23px; }
.right-pro-detail > div:nth-child(1) ul li a:hover { color: #dfac5d; }
.grid-pro-detail { display: grid; grid-template-columns: 35% 39% 23%; justify-content: space-between; }
.attr-label-pro-detail { font-family: 'SVN-Poppins-Medium'; }
.news-item-detail > a { border-radius: 10px; }
.header-detail { position: relative !important; }
a.logo-header-mmenu { display: none; }
.news-right .title-main span { font-size: 20px; font-family: 'SVN-Poppins-Medium'; color: #cea86b; }
.news-right .title-main { text-align: start; margin-bottom: 5px !important; }
.item-news-one p { margin: 0; }
.footer-article marquee { display: flex; position: absolute; width: 100%; left: 0; top: 30px; }
.btn-contact-product { width: 48%; }
.btn-contact-product a { display: flex; align-items: center; justify-content: center; padding: 10px 10px; border-radius: 5px; }
/* .btn-contact-product a:nth-child(1) { background: #ff0000; color: #fff; font-family: 'SVN-Poppins-Medium'; } */
.btn-contact-product a:nth-child(1) { background: #03a5fa; color: #fff; font-family: 'SVN-Poppins-Medium'; width: 100%; }
.product-new-price .text-gradient-main-2 { font-family: SVN-Poppins-Regular; text-decoration: line-through; font-size: 13px; margin-left: 5px; }
.cart-fixed { position: fixed; right: 10px; top: 20%; z-index: 999; width: 60px; height: 60px; border-radius: 50%; background: #DEAB5C; color: #000; display: flex; justify-content: center; align-items: center; font-size: 25px; }
.cart-fixed .count-cart { position: absolute; right: 0px; top: 0px; font-size: 14px; background: #DEAB5C; padding: 0px 5px; border-radius: 5px; }
.note-cart { color: #f00; font-size: 13px; margin-top: 5px; }
.item-detail { color: #333; font-size: 14px; padding: 0px 1rem; position: relative; }
.item-detail:first-child { padding-left: 0px; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ""; }
.item-detail:last-child::after { display: none; }