:root { --color-main: #0C7403; --color-second: #FF9501; --color-hover: #920000; --color-page: #0C7403; --color-text: #2557ae; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body { font-size: 15px; color: #333; font-family: SVN-Gilroy; font-weight: 400; background: #FCF6EA; }
.seo-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.max-width { max-width: 1200px; margin: 0px auto; }
.wrap-content { margin: auto; max-width: 1200px; }
.container-custom { padding: 0px 10px; margin: 0px auto; }
img { max-width: 100%; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.min-width { min-width: 1366px; }
/*Hover RotateY */
.hrv-rotateY img { transition: all 0.9s ease 0s !important; }
.hrv-rotateY:hover { text-decoration: none; }
.hrv-rotateY:hover img { transition-delay: 1s; transition: all 0.7s ease 0s; transform: rotateY(180deg); text-decoration: none; }
/* Scale img */
.scale-img { overflow: hidden; display: block; transition: 1s; }
.scale-img img { -webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; transition: 0.5s ease-out; -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover img { -webkit-transition: 0.5s ease-out; -moz-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; transition: 0.5s ease-out; -moz-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
/*  */
.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; }
/* 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, .support-online .kenit-alo-circle-fill { transition: 0.3s all; }
/*   Header   */
.header-top { text-align: center; }
.header-top .wrap-content { position: relative; padding: 30px 0 25px; }
.header-top .wrap-content:before { position: absolute; content: ''; background: url(../images/zero/icon-header1.png) no-repeat; width: 152px; height: 85px; top: 0; left: 50px; }
.header-top .wrap-content:after { position: absolute; content: ''; background: url(../images/zero/icon-header2.png) no-repeat; width: 94px; height: 93px; bottom: -30px; right: 0; z-index: 9999; }
.header-bottom, .right-header { display: none; }
/* Menu */
.menu { background: url(../images/zero/bg-menu.png) no-repeat; background-size: 100% 100%; position: relative; z-index: 999; }
.menu-fix { position: fixed !important; top: 0; left: 0; width: 100%; animation: slide-down 0.7s; z-index: 999; box-shadow: 0 0 8px #0000005e; background: var(--color-main); }
.menu.menu-fix ul li a { padding: 14px 20px; }
.menu.menu-fix .ulmn li.line { margin: 0; }
.menu.menu-fix .ulmn li.search-res .icon-search { line-height: 40px; margin-top: -5px; }
.menu ul { max-width: 850px; width: 100%; padding: 0px; margin: 0px auto; list-style: none; }
.menu ul li { position: relative; z-index: 99; }
.menu ul.ulmn > li { flex: auto; }
.menu ul li.line { width: 8px; height: 8px; background: #FFF7E4; border-radius: 100%; flex: none; margin-top: 10px; }
.menu ul li a { font-size: 14px; font-weight: 700; color: #333; padding: 28px 20px 14px; margin: 0px; text-transform: uppercase; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; font-family: "Be Vietnam Pro", serif; }
.menu ul li a img { vertical-align: middle; }
.menu > .wrap-content > ul > li > a { color: #fff; }
.menu > .wrap-content > ul > li:hover > a, .menu > .wrap-content > ul > li > a.active { color: var(--color-second); }
.menu ul li ul { position: absolute; min-width: 240px; left: 0; background: #fff; 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 .5s; border-radius: 0 0 5px 5px; }
.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; transition: all .7s; }
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); }
.menu ul li ul li:last-child { border-bottom: 0px; }
.menu ul li ul li a { font-size: 15px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li a:before { position: absolute; content: ''; top: 50%; left: 0; width: 0; height: 1px; background: var(--color-main); transition: all .3s linear; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; visibility: hidden; opacity: 0; }
.menu ul li ul li:hover > a:before, .menu ul li ul li > a.active:before { left: 0; visibility: visible; opacity: 1; width: 20px; }
.menu ul li ul li:hover > a { padding-left: 26px; }
/* Button menu */
#hamburger { cursor: pointer; width: 30px; height: 23px; position: relative; margin-left: 15px; display: block; }
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-main); 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; transition-property: transform, top, bottom, left, opacity; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
/* Search */
.search { background: #FFFFFF; border-radius: 50px; flex: 1 1 auto; max-width: 570px; padding: 4px; border: 1px solid var(--color-main); }
.search input { width: calc(100% - 83px); height: 42px; outline: none; padding: 0px 14px; border: 0; background: #0000; font-size: 13px; color: #333; border-radius: 50px; outline: none; }
.search p { width: 83px; height: 42px; cursor: pointer; line-height: 42px; text-align: center; font-size: 16px; background: var(--color-main); border-radius: 50px; color: #fff; }
.search input::placeholder { color: #766C5D; }
.search input:focus { border: none !important; outline: none !important; box-shadow: none; }
/* Search Responsive */
.search-res { position: relative; flex: unset !important; right: calc(50% - 1200px/2); }
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 44px; color: #fff; border: 1px solid var(--color-main); font-size: 18px; margin: 0px; border-radius: 100%; }
.search-res .icon-search.active { color: #fff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 42px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid var(--color-main); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-main); line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; padding: 0; font-size: 14px; box-shadow: none !important; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }
/*   SLider */
.slideshow { position: relative; }
.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: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; 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; }
/*  */
.title-main { margin-bottom: 20px; text-align: center; position: relative; }
.title-main span { color: var(--color-main); text-align: center; font-family: "iCielBC Portico"; font-size: 45px; }
/*  */
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-weight: 700; text-transform: uppercase; }
.title-cat-main { display: flex; flex-wrap: wrap; justify-content: center; margin: 20px 0px; gap: 20px; }
.title-cat-main span { display: block; color: #999; background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); background-color: #fff; padding: 10px; border-radius: 10px; cursor: pointer; }
.title-cat-main span:hover, .title-cat-main span.active { background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); color: #000; }
/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; }
.news { display: block; margin-bottom: 20px; display: block; }
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; }
.pic-news img { width: 100%; }
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #ccc; padding: 7px 20px; border-radius: 20px; color: #000; font-size: 16px; }
a.views:hover { border: solid 1px #fed402; color: #fed402; }
.name-news { color: #1b1b1b; font-size: 18px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; }
a.name-news.name1 { font-size: 25px; line-height: 32px; max-height: 64px; }
.name-news:hover { color: #fed402; }
.time-news { color: #fed402; margin-bottom: 0px; font-size: 12px; margin: 7px 0; font-style: italic; font-weight: 500; }
.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; }
.a2a_kit { margin-right: 2px; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.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 */
.meta-toc > span { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-radius: 5px; background: #FFFFFF; border: 1px solid #dedede; font-size: 15px; font-weight: 700; cursor: pointer; margin-bottom: 15px; }
.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; cursor: pointer; }
.meta-toc-clone.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc-clone:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: #f5f5f5; width: 100%; margin-top: 2px; border: 1px solid #dddddd; font-size: 13px; margin-bottom: 10px; display: none; }
.meta-toc-clone .box-readmore { width: 350px; display: none; max-height: 50vh; overflow-y: auto; overflow-x: hidden; margin-bottom: 0px; }
.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 span { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li span:hover { color: #767676; }
/* Footer */
.footer-article { background: url(../images/zero/bg-footer.webp) no-repeat; background-size: cover; padding: 50px 0; }
.footer-article .wrap-content { position: relative; }
.footer-article .wrap-content.d-flex:before { position: absolute; content: ''; background: url(../images/zero/icon-footer.webp) no-repeat; width: 494px; height: 220px; bottom: -50px; left: calc(50% - 494px/2); }
.footer-news:nth-child(1) { width: 41.67%; }
.name-company { color: var(--color-second); font-family: "iCielBC Portico"; font-size: 24px; line-height: normal; text-transform: uppercase; margin-bottom: 20px; }
.name-company span:nth-child(1) { display: block; margin-bottom: 6px; }
.name-company span:nth-child(2) { font-size: 40px; }
.footer-info { color: #fff; }
.social-footer { margin-top: 30px; gap: 10px; }
.footer-news:nth-child(2) { width: 450px; padding: 10px; border: 2px dashed var(--color-second); border-radius: 100%; margin-bottom: -130px; position: relative; z-index: 1; }
.footer-powered { margin-top: 50px; }
.footer-powered .wrap-content { background: var(--color-second); border-radius: 50px; padding: 10px 30px; max-width: 70%; margin-left: calc(50% - 1200px/2); ); ); }
.footer-copyright { color: #fff; font-size: 14px; }
.footer-copyright span { text-transform: uppercase; }
.footer-copyright a { color: #fff; }
.footer-statistic { text-align: right; }
.footer-statistic span { padding-right: 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
/*  */
#footer-map { position: relative; height: 450px; margin-top: 0px; border-radius: 100%; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; border-radius: 100%; }
.newsletter-slogan { color: #000; font-size: 14px; margin-bottom: 10px; font-style: italic; font-weight: 300; }
.form-newsletter { display: flex; justify-content: space-between; align-items: center; }
.form-newsletter input { width: calc(100% - 45px); margin-bottom: 0px; height: 34px; border: 1px solid #DDD; font-size: 13px; padding: 0px 15px; border-radius: 3px; outline: none; color: #333; }
.form-newsletter input::placeholder { color: #757575; }
.form-newsletter button { width: 43px; height: 34px; font-size: 13px; border-radius: 3px; outline: none; background: var(--color-main); color: #fff; font-weight: 400; border: none; }
.form-newsletter button:hover { color: #fff; background: #ae0009; }
#facebookComponent { height: 200px; }
#tiktokComponent { height: 403px; position: relative; }
#tiktokComponent .tiktok-embed { margin: 0px; height: 403px; position: relative; }
#tiktokComponent .tiktok-embed iframe { margin: 0px; position: absolute; inset: 0; width: 100% !important; height: 100% !important; }
/* 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; }
/* 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; }
.row-product { margin: 0px; margin: 0px -10px; }
.col-product { padding: 0px 10px; margin-bottom: 20px; }
.item-product { border: 1px solid var(--color-main); border-radius: 10px; padding: 9px; }
.item-product .scale-img { border-radius: 7px; }
.content-product { text-align: center; padding: 12px 0 4px; }
.name-product { margin-bottom: 0; }
.name-product a { font-size: 15px; font-weight: 700; color: #333; text-transform: uppercase; -webkit-line-clamp: 2; line-height: 22px; }
.item-product:hover .name-product a { color: var(--color-hover); }
.price-product { font-size: 15px; color: #363533; }
.price-new { color: #920000; display: inline-block; font-family: "iCielBC Portico"; font-size: 20px; text-transform: uppercase; }
.price-old { font-size: 13px; text-decoration: line-through; display: inline-block; color: #AEAEAE; font-weight: 300; text-transform: uppercase; margin-left: 6px; }
.price-per { color: #FF2E00; font-size: 13px; text-align: center; font-weight: 700; }
.star-view-product { display: flex; align-items: center; flex-wrap: wrap; }
.star-product { font-size: 9px; position: relative; color: #999; margin-right: 15px; }
.star-product .star-active { position: absolute; left: 0px; top: 0px; width: var(--star-width); white-space: nowrap; overflow: hidden; color: #FFCD00; }
.view-product { color: #999; font-size: 13px; }
.cart-product { width: 45px; text-align: center; }
.cart-product span { display: inline-block; cursor: pointer; width: 38px; height: 38px; background: url(../images/add_cart.png) center center no-repeat, #FDBC0E; border-radius: 50%; }
.cart-add { margin-left: 10px; background-color: #00A5D9; width: 155px; }
.cart-add:hover { background-color: #1d1d1d; }
.cart-buy { background-color: #FF2E00; width: 93px; height: 33px; }
.cart-buy:hover { background-color: #5172fd; }
.grid-product { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-product .product .product-info { margin-top: 10px; color: #333; }
.grid-product .product .product-info h3 { font-size: 17px; color: #333; }
.grid-product .product .product-info .price span { color: #f00; }
.grid-product .product .pic-product { border: 1px solid #ddd; }
.product-2 { display: flex; justify-content: space-between; padding: 15px 0px; border-bottom: 1px dashed #DDD; }
.pic-product-2 { width: 120px; border-radius: 5px; overflow: hidden; }
.info-product-2 { width: calc(100% - 132px); }
.info-product-2 h3 { margin-bottom: 10px; }
.info-product-2 h3 a { color: #474747; font-size: 14px; font-weight: 500; line-height: 1.5; }
.info-product-2 h3 a.text-split { -webkit-line-clamp: 2; }
.info-product-2 .price-product { margin-bottom: 9px; }
.info-product-2 .price-new { font-size: 15px; }
.info-product-2 .price-old { font-size: 12px; }
.cart-product-2 span { padding: 4px 10px; color: var(--color-main); background: #FFFDF9; font-size: 13px; border: 1px solid var(--color-main); border-radius: 3px; cursor: pointer; display: inline-block; }
.cart-product-2 span:nth-child(1) { margin-right: 4px; }
.cart-product-2 span:nth-child(2) { background: var(--color-main); color: #fff; }
.cart-product-2 span:hover { background: var(--color-main); color: #fff; }
.slick-vertical-3 .slick-list { max-height: 432.609px; height: auto !important; }
.slick-vertical-5 .slick-list { max-height: 721.015px; height: auto !important; }
/* product detail */
.grid-pro-detail { display: flex; justify-content: space-between; }
.grid-pro-detail .left-pro-detail { width: 40%; }
.grid-pro-detail .right-pro-detail { width: 56.5%; }
.grid-pro-detail .right-pro-detail ul { list-style: none; padding: 0px; }
.grid-pro-detail .right-pro-detail ul li { margin-bottom: 20px; }
.grid-pro-detail .right-pro-detail .title-pro-detail { font-size: 23px; font-weight: 700; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; }
.album-product { position: relative; max-width: 550px; margin: 10px auto 0px; }
.row-pro-detail { margin: 0px -5px; }
.col-pro-detail { padding: 0px 5px; }
.swiper-pro-detail .swiper-button-prev { left: 0px; }
.swiper-pro-detail .swiper-button-next { right: 0px; }
.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next { top: calc(50% + 7px); width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background: rgb(0 0 0 / 50%); border-radius: 5px; color: #fff; }
.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after { font-size: 15px; }
.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover { background: var(--color-main); color: #fff; }
.item-detail { color: #8E8E8E; font-size: 14px; padding: 0px 19px; position: relative; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail:last-child::after { display: none; }
.item-detail i { margin-right: 5px; }
.item-detail-comment-star { position: relative; font-size: 13px; margin-right: 19px; }
.item-detail-comment-star::after { position: absolute; right: -19px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail-comment-star span { position: absolute; left: 0px; top: 0px; color: #FFCD00; white-space: nowrap; overflow: hidden; }
.product-sold-detail { color: #9F9F9F; font-size: 14px; }
.product-sold-detail span { color: #474747; font-weight: 600; }
.product-price-detail { background: #F5F5F5; padding: 12px 20px; border-radius: 6px; }
.product-price-detail strong { color: #474747; font-size: 16px; font-weight: 500; margin-right: 15px; }
.product-price-detail .attr-content-pro-detail { display: flex; align-items: center; }
.product-price-detail .price-new-pro-detail { color: var(--color-hover); font-size: 20px; }
.product-price-detail .price-old-pro-detail { color: #9E9E9E; font-size: 15px; margin-right: 35px; }
.product-price-detail .percent-pro-detail { color: #fff; font-size: 13px; padding: 1px 10px; border-radius: 2px; background: var(--color-main); }
.attr-label-pro-detail { font-weight: 500; color: #474747; }
.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: var(--color-main); }
.quantity-pro-detail { margin-top: 10px; width: 100%; max-width: 164px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; border: 1px solid #000; margin-right: 20px; border-radius: 15px; font-weight: 500; border: none; border-radius: 0px; }
.quantity-pro-detail span { line-height: 31px; padding: 0; width: 37px; height: 33px; 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: 33px; width: calc(100% - 72px); 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, .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; }
.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: 1px solid var(--color-main); }
.cart-pro-detail a.addnow { margin-right: 10px; color: var(--color-main) }
.cart-pro-detail a.addnow:hover { background-color: var(--color-main); color: #fff; border-color: var(--color-main); }
.cart-pro-detail a.buynow { background-color: var(--color-main) }
.cart-pro-detail a.buynow:hover { background-color: var(--color-main); color: #fff }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px }
.social-product-detail { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 25px; margin-bottom: 15px; flex-wrap: wrap; }
.left-social-product-detail { width: 61.7%; }
.right-social-product-detail { width: 34.8%; padding-top: 15px; }
.title-product-tuvan { border-bottom: 1px solid #E3E3E3; margin-bottom: 15px; }
.title-product-tuvan span { display: inline-block; color: #1C1B19; font-size: 15px; font-weight: 600; padding-bottom: 5px; margin-bottom: -1px; border-bottom: 1px solid var(--color-main); text-transform: capitalize; }
.title-product-tuvan span i { color: var(--color-main); font-size: 18px; margin-right: 10px; }
.item-social-product-detail { display: inline-block; border: 1px solid #D8D8D8; border-radius: 10px; padding: 6px; margin-right: 6px; }
.item-social-product-detail img { border-radius: 10px; }
.customer-benefits { padding: 10px 25px; background: #F6F6F6; border-radius: 15px; }
.title-customer-benefits { border-bottom: 1px solid #EBEBEB; margin-bottom: 10px; }
.title-customer-benefits span { color: #1C1B19; font-size: 14px; font-weight: 600; text-transform: capitalize; border-bottom: 1px solid #CCCCCC; display: inline-block; padding-bottom: 5px; margin-bottom: -1px; }
.content-customer-benefits { color: #585858; font-size: 14px; }
.left-content-detail { width: calc(100% - 320px); background: #FAFAFA; padding: 30px 20px; border: 1px solid #E0E0E0; border-radius: 10px; }
.right-content-detail { width: 300px; }
.title-product-detail { background: #EEEEEE; color: #1C1B19; padding: 12px 18px; border-radius: 3px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.sub-right { margin-bottom: 30px; }
.title-right { color: #1C1B19; font-size: 17px; text-transform: uppercase; font-weight: 500; padding: 13px 18px; margin-bottom: 5px; border-bottom: 2px solid var(--color-main); border-radius: 3px; background: #F9F9F9; }
.item-properties { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.item-properties .attr-label-pro-detail { width: 100px; }
.item-properties .grid-properties { width: calc(100% - 110px); }
.tags-pro-detail { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 5px; }
.tags-pro-detail a { background: var(--color-main); color: #fff; }
.tags-pro-detail a:hover { color: #fff; background: #f00; }
/* product detail */
.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; }
/* Contact */
.contact-detail { display: flex; justify-content: space-between; }
.left-contact-detail { width: 60%; }
.right-contact-detail { width: calc(100% - 60% - 60px); }
.contact-map { position: relative; height: 385px; border-radius: 10px; overflow: hidden; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.row-contact { display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; }
.social-contact { text-align: center; }
.social-contact > div { display: inline-flex; align-items: center; justify-content: center; background: var(--color-main); padding: 5px 30px; margin-top: 30px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.social-contact > div a { display: inline-block; margin: 0 2px; }
.contact-item { width: calc((100% / 3) - 10px); text-align: center; font-size: 15px; }
.contact-item i { display: inline-block; margin-bottom: 10px; }
.contact-item img { width: 40px; height: 40px !important; }
.contact-item p { margin-bottom: 10px; font-weight: 700; }
.contact-item span { font-size: 14px; }
.row-contact-input { display: flex; justify-content: space-between; align-items: end; }
.row-contact-input .contact-input:nth-child(1) { width: 80%; }
.row-contact-input .contact-input:nth-child(2) { width: calc(100% - 80% - 8px); }
.row-contact-input .contact-input:nth-child(2) label { margin-bottom: 15px; }
.contact-input label { font-size: 12px; font-weight: 600; color: #22292f; transition: all 0.8s; }
.contact-input input { background: transparent; border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 45px; margin-bottom: 15px; overflow: hidden; }
.contact-input input::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-input textarea { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 70px; margin-bottom: 20px; }
.contact-input textarea::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; max-width: 300px; width: 100%; height: 40px; background: var(--color-main); border-radius: 30px; margin: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 0.3s; }
.contact-form button:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; background: #000; }
.contact-input { display: flex; flex-direction: column-reverse }
.contact-input .form-control { overflow: hidden; }
.contact-input .form-control:focus { color: #212529; border-color: var(--color-main); outline: 0; box-shadow: unset }
.contact-input .form-control:focus::placeholder { transform: translateY(-200%); }
.contact-input .form-control:focus + label { color: var(--color-main); }
.contact-input input input[type=number]::-webkit-inner-spin-button, .contact-input input input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.contact-input input[type="file"] { display: none; }
.custom-file-upload { display: inline-block; padding: 10px; cursor: pointer; transition: all 0.4s; font-size: 20px; display: block; text-align: center; }
.file-input.has-file label { color: var(--color-main); }
.custom-file-upload i { font-size: 25px; }
.custom-file-upload:hover { color: var(--color-main); }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
/* Popup Contact */
.btn-contact.cursor-pointer { position: relative; width: 144px; border-radius: 6px; background: var(--color-main); text-align: center; font-size: 15px; color: #fff; height: 45px; line-height: 45px; transition: all .3s ease-in-out; }
.btn-contact.cursor-pointer:hover { letter-spacing: 0.7px; transition: all .3s ease-in-out; }
.btn-contact.cursor-pointer:before { position: absolute; content: ''; border: 1px solid #fff; border-radius: 6px; width: calc(100% - 4px); height: calc(100% - 4px); left: 2px; top: 2px; pointer-events: none; }
.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; }
.title-main-popup span { font-size: 30px; text-transform: uppercase; position: relative; }
.newsletter-slogan { color: #000; font-size: 14px; margin-bottom: 10px; font-style: italic; font-weight: 300; }
#popup-newsletter .modal-header { position: absolute; top: 0; left: 0; right: 0; z-index: 9; border-bottom: 0; }
#popup-newsletter .modal-header .modal-title { display: none !important; }
#popup-newsletter .modal-content { background-color: transparent; border: none; }
#popup-newsletter .btn-close { border: 1px solid; border-radius: 50%; background-color: #fff; }
#popup-newsletter .modal-body { background-color: #fff; border-radius: 5px; box-shadow: 0px 0px 5px #a9a9a9; }
.newsletter-slogan { text-align: center; color: #000; font-size: 14px; margin-bottom: 10px; font-style: italic; font-weight: 300; }
.formnewsletter_popup .newsletter-input { margin-bottom: 15px; }
.formnewsletter_popup .newsletter-input.nletter-content { margin-bottom: 30px; }
.formnewsletter_popup .newsletter-input input, .formnewsletter_popup .newsletter-input textarea { height: 43px; outline: none; border: 1px solid rgba(25, 25, 25, 0.10); border-radius: 5px; background-color: #FFF; font-size: 14px; color: rgba(25, 25, 25, 0.60); font-weight: 400; width: 100%; }
.formnewsletter_popup .newsletter-input textarea { height: 103px; resize: none; }
.formnewsletter_popup .newsletter-input input::-webkit-input-placeholder, .formnewsletter_popup .newsletter-input textarea::-webkit-input-placeholder { color: rgba(25, 25, 25, 0.60); }
.btn-submit { outline: none; border-radius: 0 !important; width: 137px !important; height: 43px !important; border: 1px solid var(--color-main); background-color: transparent !important; color: var(--color-main) !important; font-size: 14px !important; font-weight: 700 !important; text-transform: uppercase !important; }
.btn-submit:hover { background: var(--color-second) !important; color: #fff !important; }
/*  breadCrumbs */
.breadCrumbs { padding: 10px 10px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }
/* Zalo */
.btn-phone { bottom: 315px; }
.btn-messenger { bottom: 150px; }
.btn-frame svg { max-width: 32px; }
.btn-zalo { bottom: 230px; }
#qrzalo .modal-dialog { max-width: 250px; margin: 0.5rem auto; }
/* paging */
.pagination { margin: 20px 0px; }
.pagination li a { cursor: pointer; }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; 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; }
.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: var(--color-main); 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; }
.grid-properties { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.grid-properties span { position: relative; border: 1px solid #CDCDCD; padding: 5px 15px; cursor: pointer; border-radius: 3px; font-size: 14px; color: #595959; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid var(--color-main); color: #fff; background: var(--color-main); }
.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; }
.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; }
.swiper-button { padding: 5px 10px; background: rgb(0 0 0 / 30%); border-radius: 5px; width: 32px; }
.swiper-button::after { font-size: 25px; color: #fff; }
.swiper-button:hover { background: var(--color-main); }
/* Animation */
@keyframes slide-down {
0% { transform: translateY(-100%); }
100% { transform: translateY(0); }
}
@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; }
}
.scroolHomeY { overflow-y: overlay; padding-right: 15px; }
.scroolHomeY::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #9ec391; }
.scroolHomeY::-webkit-scrollbar { width: 8px; background-color: #9ec391; }
.scroolHomeY::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: var(--color-main); }
/* Tin tức */
.owl-news { margin-top: 30px; }
.row-news { margin: 0px -11.5px; }
.col-news { padding: 0px 11.5px; margin-bottom: 30px; }
.sort-product { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.item-sort { display: inline-block; padding: 5px 15px; border-radius: 5px; border: 1px solid #ccc; font-size: 14px; color: #333; cursor: pointer; }
.item-sort i { margin-left: 10px; }
.item-sort:hover, .item-sort.active { color: #fff; background: #A86B11; border-color: #A86B11; }
.chitietsanpham { position: relative; }
.wrap-show-content { position: relative; }
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #FAFAFA); padding-top: 100px; }
.btn-show-content span { background: var(--color-main); color: #fff; padding: 8px 20px; border-radius: 5px; cursor: pointer; display: inline-block; }
.btn-show-content span i { margin-left: 10px; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }
/* 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 span { color: #000; font-size: 14px; line-height: 17px; padding: 11px 3px; display: block; cursor: pointer; }
.sort span.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 span.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); }
/* Video*/
.wrap-video { margin-bottom: 60px; }
.row-video { margin: 0px -10px; }
.col-video { padding: 0px 10px; margin-bottom: 20px; }
.pic-video { position: relative; cursor: pointer; display: block; padding-top: calc(500 / 1200 * 100%); overflow: hidden; }
.pic-video:before { content: ""; position: absolute; width: 133px; height: 133px; top: calc(50% - 133px / 2); left: calc(50% - 133px / 2); z-index: 1; background: url(../images/video_big.png) no-repeat center center; cursor: pointer; background-size: contain; }
.pic-video img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover; }
.video .pic-video { padding-top: calc(500 / 900 * 100%); }
.video .pic-video:before { width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; }
.pic-video-2 { position: relative; cursor: pointer; display: block; padding-top: calc(192 / 281 * 100%); }
.pic-video-2:before { content: ""; position: absolute; width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; cursor: pointer; background-size: cover; }
.pic-video-2 img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover; }
.name-video { margin-bottom: 0px; font-size: 18px; text-align: center; margin-top: 10px; font-size: 15px; color: var(--color-black); }
.owl-video { margin-top: 25px; }
.box-video { cursor: pointer; }
.img-video { position: relative; padding-top: calc(360 / 480 * 100%); }
.img-video img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; }
.img-video::after { position: absolute; width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); background: url(../images/video_small.png) center center no-repeat; background-size: contain; content: ''; }
.box-video h3 { color: #1C1B17; font-size: 15px; text-transform: uppercase; font-weight: 500; text-align: center; margin-bottom: 0px; margin-top: 16px; }
.swiper-video { margin-top: 20px; }
/* Album */
.row-album { margin: 0px -10px; }
.col-album { padding: 0px -10px; margin-bottom: 20px; }
.album { cursor: pointer; }
.pic-album { margin-bottom: 10px; display: block; }
.name-album { margin: 0px; font-size: 18px; text-align: center; font-size: 15px; color: #333; }
.name-album span { color: #333; }
.name-album:hover, .name-album a:hover { color: var(--color-main); }
.album .album-image { margin-bottom: 0.75rem; }
.album .album-name { margin-bottom: 0px; text-align: center; font-size: 15px; color: #212529; }
/* About */
.wrap-about { padding: 88px 0; }
.wrap-about .wrap-content { position: relative; }
.wrap-about .wrap-content:before { position: absolute; content: ''; background: url(../images/zero/icon-about3.png) no-repeat; width: 278px; height: 267px; bottom: -39%; left: -15px; z-index: 1; }
.wrap-about .wrap-content:after { position: absolute; content: ''; background: url(../images/zero/icon-about4.webp) no-repeat; width: 472px; height: 288px; bottom: -45%; right: -73px; z-index: 1; }
.box-about { text-align: center; border: 3px solid var(--color-main); padding: 0 65px 56px; position: relative; }
.box-about:before { position: absolute; content: ''; background: url(../images/zero/icon-about1.png) no-repeat; width: 109px; height: 120px; top: -19%; left: 0; z-index: 1; }
.box-about:after { position: absolute; content: ''; background: url(../images/zero/icon-about2.png) no-repeat; width: 66px; height: 162px; top: -10%; right: -34px; z-index: 1; }
.title-about { position: relative; top: -8px; display: inline-block; background: #fcf6ea; padding: 0 22px; margin-top: -20px; margin-bottom: 6px; max-width: 75%; }
.title-about span { color: var(--color-main); font-family: "iCielBC Pacifico"; font-size: 40px; line-height: normal; text-transform: uppercase; }
.desc-about { line-height: 30px; -webkit-line-clamp: 7; margin-bottom: 30px; }
.view-about { display: block; width: 208px; height: 45px; line-height: 45px; margin: 0px auto; background: url(../images/zero/btn-about.png) no-repeat; font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; }
.view-about:hover { background: url(../images/zero/btn-about-hrv.png) no-repeat; color: #fff; }
.icon-about1 {position: absolute;background: url(../images/zero/icon-about5.jpg) no-repeat;width: 60px;height: 60px;top: -1.2%;left: -0.3%;transform: rotateZ(270deg);}
.icon-about2 {position: absolute;background: url(../images/zero/icon-about5.jpg) no-repeat;width: 60px;height: 60px;bottom: -1.2%;left: -0.3%;transform: rotateZ(180deg);}
.icon-about3 { position: absolute; background: url(../images/zero/icon-about5.jpg) no-repeat; width: 60px; height: 60px; top: -1.2%; right: -0.4%; }
.icon-about4 { position: absolute; background: url(../images/zero/icon-about5.jpg) no-repeat; width: 60px; height: 60px; bottom: -1.2%; right: -0.4%; transform: rotateZ(90deg); }
/* Product */
.wrap-product { padding: 90px 0 40px; }
.productHome-left {width: 44.34%;background: url(../images/zero/menu-book.png) no-repeat;background-size: 100% 100%;height: 635px;text-align: center;padding: 55px 0 0 0;position: relative;}
.productHome-left:before { position: absolute; content: ''; background: url(../images/zero/icon-product1.png) no-repeat; width: 316px; height: 191px; bottom: 22px; left: calc(54% - 316px/2); }
.title-main-product { margin-left: 70px; margin-bottom: 20px; }
.title-main-product span { color: var(--color-main); font-family: "iCielBC Portico"; font-size: 36px; line-height: 50px; text-transform: uppercase; }
.productHome-box { max-height: 305px; width: 390px; margin-left: 100px; }
.productHome-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 22px 6px 15px; margin-bottom: 10px; }
.productHome-item.active, .productHome-item:hover { background: #FF9501; border-radius: 100px; }
.productHome-name { font-size: 15px; font-weight: 700; color: #333; text-transform: uppercase; }
.productHome-price { color: #920000; font-family: "iCielBC Portico"; font-size: 20px; text-transform: uppercase; }
.productHome-right { width: 55%; display: flex; justify-content: space-between; align-items: center; }
.productHome-right > div:nth-child(1) { width: calc(100% - 132px); position: relative; }
.productHome-right > div:nth-child(1):before { position: absolute; content: ''; width: 430px; height: 430px; border-radius: 100%; background: radial-gradient(55.06% 55.06% at 55.7% 32.33%, #FFB651 0%, #F4CA8E 27%, #FFA628 64.5%, #FF9500 100%); z-index: -1; left: calc(46.7% - 430px/2); top: calc(51% - 430px/2); }
.productHome-img.active { display: block; }
.productHome-img { display: none; position: relative; }
.productHome-right > div:nth-child(1) span { font-size: 24px; font-weight: 600; color: #333; text-transform: uppercase; position: absolute; top: -24px; right: 63px; }
.productHome-right > div:nth-child(1) span span { font-size: 40px; font-weight: 600; color: #333; text-transform: uppercase; position: relative; top: 0; right: 0; }
.productHome-right > div:nth-child(2) { width: 132px; position: relative; }
.productHome-right > div:nth-child(2):before { position: absolute; content: ''; background: url(../images/zero/icon-product2.png) no-repeat; width: 117px; height: 500px; top: calc(50% - 500px/2); left: -40px; }
.img-productHome { text-align: center; position: relative; }
.img-productHome:nth-child(1) { margin-bottom: 60px; margin-left: -95px; }
.img-productHome:nth-child(1) img, .img-productHome:nth-child(3) img { width: 70px; height: 70px; }
.img-productHome:nth-child(3) { margin-top: 50px; margin-left: -95px; }
.img-productHome img { border-radius: 100%; border: 2px solid var(--color-second); }
.img-productHome span { display: block; font-weight: 600; color: #333; text-transform: uppercase; margin-top: 15px; }
/* Album */
.wrap-album { padding: 40px 0 70px; position: relative; }
.wrap-album:before { position: absolute; content: ''; background: url(../images/zero/icon-album1.png) no-repeat; width: 175px; height: 148px; top: -40px; left: -20px; pointer-events: none; overflow: hidden; }
.wrap-album:after { position: absolute; content: ''; background: url(../images/zero/icon-album2.png) no-repeat; width: 301px; height: 540px; top: -40%; right: 0; pointer-events: none; overflow: hidden; }
.wrap-album .wrap-content { position: relative; }
.wrap-album .wrap-content:before { position: absolute; content: ''; background: url(../images/zero/icon-album3.png) no-repeat; width: 303px; height: 209px; bottom: -52px; left: -20px; }
.title-main-album1 { position: absolute; top: 44px; left: 0; width: 20%; text-align: center; }
.title-main-album1 span:nth-child(1) { color: var(--color-main); text-align: center; font-family: "iCielBC Portico"; font-size: 40px; line-height: normal; letter-spacing: 2px; text-transform: uppercase; position: relative; z-index: 1; }
.title-main-album1 span:nth-child(2) {color: #FFF6D7;text-align: center;font-family: "iCielBC Portico";font-size: 40px;line-height: normal;letter-spacing: 2px;text-transform: uppercase;text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.50);position: absolute;top: 1px;left: 2px;width: 100%;}
.title-main-album2 { position: absolute; top: 22px; right: 0; }
.title-main-album2 span:nth-child(1) { color: #920000; text-align: center; font-family: "iCielBC Portico"; font-size: 36px; line-height: normal; letter-spacing: 2px; text-transform: uppercase; position: relative; z-index: 1; }
.title-main-album2 span:nth-child(2) { color: #FFF6D7; text-align: center; font-family: "iCielBC Portico"; font-size: 36px; line-height: normal; letter-spacing: 2px; text-transform: uppercase; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.50); position: absolute; top: 1px; left: 1px; width: 100%; }
.social-album { position: absolute; bottom: 66px; right: 30px; gap: 18px; border: 2px solid var(--color-main); border-left: 0; border-right: 0; padding: 12px 20px; }
.grid-album { height: 680px; position: relative; }
.item-album { position: absolute; }
.item-album:nth-child(1) { top: 205px; left: 0; }
.item-album:nth-child(2) { top: 0; left: 257px; }
.item-album:nth-child(3) { top: 99px; right: 305px; }
.item-album:nth-child(4) { top: 182px; right: 0; }
.item-album:nth-child(5) { bottom: 85px; left: 257px; }
.item-album:nth-child(6) { bottom: 0; right: 305px; }
/* Feedback */
.wrap-feedback { background: url(../images/zero/bg-feedback.webp) no-repeat; background-size: cover; padding: 62px 0 100px; position: relative; }
.wrap-feedback:before { position: absolute; content: ''; background: url(../images/zero/icon-feedback1.png) no-repeat; width: 210px; height: 206px; top: 20px; left: 0; }
.wrap-feedback:after { position: absolute; content: ''; background: url(../images/zero/icon-feedback2.webp) no-repeat; width: 262px; height: 220px; bottom: 100px; left: calc(50% - 262px/2); }
.wrap-feedback .title-main span { color: var(--color-second); }
.content-feedback {text-align: center;background: url(../images/zero/icon-feedback3.png) no-repeat;background-size: 100% 100%;height: 338px;color: #fff;display: flex;justify-content: center;align-items: center;padding: 0 120px 0 100px;}
.content-feedback span { -webkit-line-clamp: 5; line-height: 30px; }
.info-feedback { display: flex; justify-content: center; align-items: center; }
.title-feedback { text-align: right; color: #fff; }
.title-feedback p { margin-bottom: 0; }
.title-feedback span { font-size: 20px; font-weight: 700; text-transform: capitalize; }
.img-feedback { border: 4px solid #FF9501; border-radius: 100%; margin-left: 20px; }
.img-feedback img { border-radius: 100%; }
/* News */
.wrap-news { padding: 60px 0 70px; }
.item-news .img-news { width: 320px; margin-left: 10px; position: relative; margin-top: 10px; }
.item-news .img-news:before { position: absolute; content: ''; border: 1px solid var(--color-hover); width: 100%; height: 100%; border-radius: 10px; left: -10px; top: -10px; }
.item-news .img-news .scale-img { border-radius: 10px; }
.content-news { background: #920000; width: 74%; border-radius: 10px; margin-left: auto; margin-top: -115px; padding: 20px; position: relative; }
.content-news h3 { margin-bottom: 12px; }
.content-news h3 a { font-size: 17px; font-weight: 600; line-height: 24px; color: #fff; height: 72px; }
.content-news span { font-size: 14px; font-weight: 600; color: #FF9501; background: url(../images/zero/icon-news.png) no-repeat left center; padding-left: 25px; }
