/* @keyframe */
@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; }
}
:root { --color-main: #D11C2E; --color-social: #D11C2E; --color-hover: #D11C2E; --color-text: #D11C2E; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body { font-size: 14px; line-height: 1.5; font-family: "Inter"; }
.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; opacity: 0; pointer-events: none; }
.w-clear:after { display: block; content: ""; clear: both; }
.max-width, .wrap-content { margin: 0px auto; max-width: 1200px; }
.container-custom { padding: 0px 20px; margin: 0px auto; max-width: 1406px; }
img { max-width: 100%; display: inline-block; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; display: block; }
.scale-img img, .scale-img picture { transition: all 0.5s; }
.scale-img:hover img, .scale-img:hover picture { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.p-relative { position: relative; }
/* 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: #00000099; position: sticky; z-index: 999; top: 0; padding: 10px 0; }
header.header.index { position: fixed; top: 0; width: 100%; background: transparent; padding: 5px 0; }
header.header.fix_head { background: #00000099; }
.header-logo a { display: inline-block; max-width: 117px; }
.header .wrap-content { max-width: 1260px; }
.flex-header { display: flex; justify-content: space-between; align-items: center; }
.header-cart { border: 1px solid var(--color-main); padding: 10px; border-radius: 5px; position: relative; color: var(--color-main); }
.header-cart:hover { color: #fed402; }
.header-cart i { font-size: 20px; }
.header-cart .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 img { overflow: hidden; -webkit-mask-image: url(../images/main/mask.webp); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; }
/* Search */
.search { width: 50%; max-width: 400px; background: #fff; position: relative; border-radius: 10px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #f1f1f1; }
.search input { width: calc(100% - 35px); font-size: 13px; color: #333; border-radius: 10px; border: none; }
.search input:focus { border: none; box-shadow: none; }
.search label { height: 35px; cursor: pointer; text-align: center; font-size: 16px; background: #f00; color: #fff; border-radius: 10px; margin-right: 3px; padding: 5px 10px; }
.search label i { font-weight: bold; color: #999; }
.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; }
.search-res { position: relative; }
.search-res .icon-search { width: 35px; height: 35px; cursor: pointer; text-align: center; line-height: 35px; color: #000; font-size: 15px; margin: 0px; border: 1px solid transparent; border-radius: 50%; background: #fff; }
.search-res .icon-search.active { color: var(--color-main); background: #ffffff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; 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; display: flex; align-items: center; }
.search-res .search-grid p { width: 40px; 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% - 40px); height: 38px; outline: none; border: none; color: #333; box-shadow: none; padding: 0px 15px; }
.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; }
/* Search autocomplate */
.search-clear { position: absolute; right: 60px; top: calc(50% - 13px / 2); color: #ff0101; font-size: 13px; cursor: pointer; display: none; }
.search-clear.active { display: block; }
.search-loading { text-align: center; }
.search-loading span { border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid blue; border-right: 5px solid green; border-bottom: 5px solid red; width: 30px; height: 30px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; display: inline-block; }
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.search-autocomplate { position: absolute; left: 0px; top: calc(100% + 5px); right: 0px; background: #fff; border: 1px solid #e9e9e9;     /* border-top: none; */ display: none; z-index: 99; padding: 10px; border-radius: 10px; }
.search-product-show { max-height: 400px; }
.search-count-show { border-top: 1px solid #cdd0d5; padding: 15px 5px 3px; font-size: 13px; }
.search-autocomplate.active { display: block; }
.search-item { display: block; padding: 7px 0px; border-bottom: 1px solid #ebebeb; }
.search-item:last-child { border-bottom: 0px; }
.search-item:hover { background: #f0f2f5; }
.search-img { width: 70px; display: block; }
.search-info { width: calc(100% - 82px); display: block; }
.search-name { font-size: 14px; font-weight: 700; color: #333; }
.search-name.text-split { -webkit-line-clamp: 2; }
.search-price { display: block; font-size: 14px; color: #333; }
.search-price .search-price-new { color: #ff0101; font-weight: 700; }
.search-price .search-price-old { color: #8f8f8f; text-decoration: line-through; font-weight: 400; font-size: 12px; }
.search-address { font-size: 13px; }
.custom-scroll-bar { overflow-y: auto; overflow-x: hidden; }
.custom-scroll-bar::-webkit-scrollbar { background-color: #0003; width: 5px; border-radius: 5px; }
.custom-scroll-bar::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); }
/* 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: 20px; }
.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:last-child a { 
border-bottom: none; 
} */
.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: #f00; }
.menu-mobile ul li .scroll { position: absolute; right: 0px; top: 9px; background: #0253a4; 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: #f00; }
.menu-mobile ul ul li .scroll { background: none; color: #0253a4; }
.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: #333; font-weight: 700; }
.head-menu { display: flex; justify-content: center; flex-wrap: wrap; }
.head-menu img { max-width: 80px; }
.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; }
/* Menu */
/* #menu { 
display: none; 
} */
#hamburger { display: none; width: 35px; height: 23px; position: relative; cursor: pointer; }
#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; -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; }
.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 { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
.menu-head-left { position: relative; }
.title-menu { color: #fff; font-size: 14px; font-weight: 500; cursor: pointer; line-height: 40px; display: block; }
.menu-product-list { position: absolute; z-index: 99; top: 100%; width: 250px; background: #fff; border-radius: 2px; }
.menu-product-list ul { padding: 0px; margin-bottom: 0px; }
.menu-product-list ul ul { position: absolute; width: 750px; background: #fff; left: 100%; top: 0px; border: 1px solid #999; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; height: 100%; overflow-x: hidden; }
.menu-product-list ul ul ul { position: relative; left: 0px; top: 0px; width: 100%; border: none; display: block; height: auto; }
.menu-product-list ul li a { position: relative; display: block; color: #333; font-size: 14px; font-weight: 500; padding: 5px 10px 5px 10px; border-bottom: 1px solid #ddd; }
.menu-product-list ul li a .icon-down { position: absolute; right: 10px; top: 10px; }
.menu-product-list ul ul li a span { position: absolute; right: 10px; font-size: 13px; font-weight: 500; color: #00a3ff; }
.menu-product-list ul li a:hover { color: #f00; }
.menu-product-list ul ul li a { border-bottom: none; font-weight: bold; }
.menu-product-list ul ul ul li a { font-weight: normal; }
.menu { position: sticky; top: 0; z-index: 998; width: calc(50% - 356px/2); }
nav.menu.menu-r { display: flex; align-items: center; justify-content: space-between; }
.menu .wrap-content { position: relative; }
.fix_menu { position: fixed !important; box-shadow: 0 0 1px #999; background: #fff; }
.menu ul { padding: 0px; margin: 0; list-style: none; }
.menu ul li { position: relative; z-index: 99; }
.menu ul.ulmn > li { flex: auto; }
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; }
.menu ul li a { font-size: 16px; color: #333; margin: 0px; padding: 10px 10px; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 23px; text-transform: uppercase; font-weight: 700; }
.menu > ul > li > a { color: #fff; }
.menu ul li a.active, .menu ul li a:hover { color: #D01C2E; }
.menu ul li a img { vertical-align: middle; }
.menu > .wrap-content > ul > li > a { color: #fff; }
.menu > .wrap-content > ul > li > a.active, .menu > .wrap-content > ul > li:hover > a { color: #fed402; }
.menu ul li ul { position: absolute; min-width: 250px; 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 0.5s; }
.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 0.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: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-weight: 500; text-transform: capitalize; color: #333; }
.menu ul li ul li a:hover { color: var(--color-hover); }
.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: #fed402; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; visibility: hidden; opacity: 0; }
a.cart-header { position: relative; }
a.cart-header span { position: absolute; top: 0px; right: 0px; color: #fff; font-size: 11px; width: 17px; height: 17px; text-align: center; border-radius: 50%; }
/* SLider */
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 2px solid #fff; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 30px; height: 30px; border-radius: 50%; overflow: hidden; text-align: center; font-size: 25px; margin: 0px; background-color: #00a3ff; display: flex; align-items: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
/* DT */
.item-partner { border: 1px solid #f1f1f1; display: block; }
.box-photo-ct { border-radius: 20px; overflow: hidden; }
.title-detail { position: relative; margin: 20px 0px; }
.title-detail h1 { font-size: 20px; color: #333; font-weight: 700; text-align: left; text-transform: uppercase; }
.title-main { position: relative; text-align: center; margin-bottom: 20px; }
.title-main span, .title-main h1 { color: var(--chu-dao, #CB2026); text-align: center; font-family: "Playfair Display"; font-size: 40px; font-style: normal; font-weight: 900; line-height: 70px;     /* 175% */ text-transform: uppercase; }
.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; 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 */
.row-news { margin: 0px -12px; }
.col-news { padding: 0px 12px; margin-bottom: 25px; }
.news-box { }
.news-box .news-pic { display: block; border-radius: 10px; }
.news-box .news-info { padding-top: 15px; }
.news-box .news-name { margin-bottom: 10px; }
.news-box .news-name a { color: #282828; font-size: 18px; text-transform: capitalize; line-height: 1.5; }
.news-box .news-name a.text-split { -webkit-line-clamp: 2; }
.news-box .news-name a:hover { color: var(--color-main); }
.news-box .news-date { color: #818181; font-size: 13px; display: flex; align-items: center; gap: 10px; margin-bottom: 10px; text-transform: capitalize; }
.news-box .news-date i { color: var(--color-main); font-size: 16px; }
.news-box .news-desc { color: #464646; font-size: 13px; line-height: 2; margin-bottom: 5px; text-align: justify; }
.news-box .news-desc.text-split { -webkit-line-clamp: 3; }
.news-box .news-view { text-align: right; }
.news-box .news-view a { color: #434343; font-size: 13px; display: inline-flex; align-items: center; gap: 10px; font-style: italic; }
.news-box .news-view a span { width: 25px; height: 25px; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #fff; background: var(--color-main); font-weight: 400; font-style: normal; }
.news-box .news-view a:hover { color: var(--color-hover); }
.news-box-2 { padding: 10px; border-radius: 5px; background: rgb(0 0 0 / 5%); }
.news-box-2 .news-pic { margin-bottom: 1rem; display: block; }
.news-box-2 .news-name a { font-weight: 700; color: #333; font-size: 16px; text-transform: uppercase; line-height: 1.5; }
.news-box-2 .news-name a.text-split { -webkit-line-clamp: 2; }
.news-box-2 .news-name a:hover { color: var(--color-main); }
.news-box-2 .news-time { display: flex; align-items: center; color: #fff; }
.news-box-2 .news-time svg { width: 14px; margin-right: 5px; fill: #fff; }
.news-box-2 .news-desc { color: #333; font-size: 14px; line-height: 1.7; }
.news-box-2 .news-desc.text-split { -webkit-line-clamp: 3; }
.news-box-2 .news-date { display: flex; justify-content: space-between; align-items: center; background: var(--color-main); padding: 13px 10px; border-radius: 5px; margin-top: 10px; }
.news-box-2 .news-view { color: #fff; font-size: 14px; display: flex; align-items: center; }
.news-box-2 .news-view svg { width: 14px; margin-left: 5px; fill: #fff; transition: 0.5s; }
.news-box-2 .news-view:hover { color: #fff; }
.news-box-2 .news-view:hover svg { margin-left: 10px; }
.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: 3 !important; }
.ds-news h3:hover { color: var(--color-main); }
.ds-news .desc { color: #333; margin-bottom: 0px; }
.item-news:hover h3 { color: #f00; }
.item-news-all a { display: flex; justify-content: space-between; gap: 8px; }
.item-news-all a .scale-img { max-width: 120px; }
.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; }
.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 .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 */
.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-weight: 700; 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 span { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li span:hover { color: #767676; }
/* Partner */
.info-partner { background: #f8f8f8; padding: 15px 0px; }
/* Footer */
.footer-tags { padding: 40px 0px; }
.title-tags { color: var(--color-main); font-size: 30px; font-weight: 500; margin-bottom: 15px; text-transform: uppercase; }
.item-tags { display: inline-block; background: #f1f1f1; color: #525252; font-size: 15px; font-weight: 500; padding: 8px 15px 8px 12px; border-radius: 3px; margin: 0px 10px 10px 0px; }
.item-tags i { margin-right: 7px; color: var(--color-main); font-size: 18px; vertical-align: middle; }
.item-tags:hover { color: #fff; background: var(--color-main); }
.item-tags:hover i { color: #fff; }
.footer-article { padding: 35px 0px; border-top: 2px solid var(--color-main); }
.footer-title { margin-bottom: 18px; color: var(--trang, #FFF); font-family: "Playfair Display"; font-size: 26px; font-style: normal; font-weight: 700; line-height: 1;     /* 76.923% */ text-transform: uppercase; }
.name-company { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 700; }
.footer-info { color: #fff; font-size: 15px; }
.footer-news:nth-child(1) { width: 32%; }
.footer-news.footer-col-info .footer-title { font-size: 32px; font-style: normal; font-weight: 900; margin-bottom: 10px; line-height: 1.3; }
.footer-news:nth-child(2) { width: 16%; margin-top: 12px; }
.footer-news:nth-child(3) { width: 38%; display: flex; align-items: center; justify-content: space-between; gap: 30px;margin-top: 6px; }
.footer-logo-wrap { width: 36%; }
.footer-ul { list-style: none; padding: 0px; margin: 0px; }
.footer-ul li { margin-bottom: 10px; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #333; font-size: 14px; }
.footer-ul li a:hover { text-decoration: none; color: var(--color-main); }
.item-icon-footer img { max-height: 35px; margin: 0px 10px 10px 0px; }
.footer-powered { padding: 25px 0px; text-align: center; border-top: 1px solid #d7d7d7; transition: 0.7s; }
.footer-copyright { color: #1c1b19; font-size: 15px; }
.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; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
.social-footer { margin-top: 15px; gap: 5px; }
#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; }
/* TC */
.item-criteria a { display: flex; align-items: center; color: #333; }
.item-criteria a .ds-criteria { width: calc(100% - 60px); margin-left: 10px; }
.item-criteria a .ds-criteria h3 { -webkit-line-clamp: 2; font-size: 16px; color: var(--color-main); }
.item-criteria a .ds-criteria p { -webkit-line-clamp: 2; margin: 0px; }
/* Service */
.item-service { position: relative; }
.item-service h3 { position: absolute; left: 0px; right: 0px; bottom: 0px; color: #fff; text-transform: uppercase; padding: 10px; font-size: 17px; margin: 0px; }
/* Video */
.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; }
.wrap-video { margin-bottom: 60px; }
.row-video { margin: 0px -10px; }
.col-video { padding: 0px 10px; margin-bottom: 20px; }
.item-video { cursor: pointer; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; }
.swiper-video { margin-top: 20px; }
.box-video-best { cursor: pointer; position: relative; }
.box-video-best::after { position: absolute; width: 90px; height: 90px; top: calc(50% - 90px / 2); left: calc(50% - 90px / 2); background: url(../images/video.webp) center center no-repeat; background-size: contain; content: ""; }
.box-video { cursor: pointer; position: relative; }
.box-video::after { position: absolute; width: 60px; height: 60px; top: calc(50% - 60px / 2); left: calc(50% - 60px / 2); background: url(../images/video.webp) center center no-repeat; background-size: contain; content: ""; }
/* 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); }
.wrap-product-sale { background-color: #ffa09e; border-radius: 10px; overflow: hidden; }
.wr-search p { font-weight: bold; text-transform: uppercase; }
.row-product { margin: 0px -10px; }
.col-product { padding: 0px 10px; margin-bottom: 20px; }
.wrap-pronb-slide .product { height: 100%; background: #fff; margin: 28px 30px 10px; }
.product-pic { background: #fff; display: block; position: relative; overflow: hidden; }
.product-name { margin-bottom: 0px; font-weight: normal; }
.product-name a { }
.product-name a:hover { color: var(--color-hover); }
.product-name a.text-split { -webkit-line-clamp: 2; }
.product-info { padding-bottom: 5px; }
.product-info-left { width: calc(100% - 50px); }
.product-price { color: #555; }
.wrap-pronb-slide .product-price { font-size: 32px; font-style: normal; font-weight: 900; }
.price-new { display: inline-block; text-transform: uppercase; color: #FFF; font-family: Inter; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; }
.price-old { font-size: 13px; text-decoration: line-through; display: inline-block; color: #aeaeae; font-weight: 300; text-transform: uppercase; }
.price-per { color: #ff2e00; font-size: 13px; text-align: center; font-weight: 700; }
.product-star-view { display: flex; align-items: center; flex-wrap: wrap; }
.product-star { font-size: 9px; position: relative; color: #999; margin-right: 15px; }
.product-star .star-active { position: absolute; left: 0px; top: 0px; width: var(--star-width); white-space: nowrap; overflow: hidden; color: #ffcd00; }
.product-view { color: #999; font-size: 13px; }
.product-cart { width: 45px; text-align: center; }
.product-cart 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; }
/* 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 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; }
.grid-pro-detail .right-pro-detail .title-pro-detail { font-size: 25px; font-weight: 700; margin-bottom: 10px; }
.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; }
.album-product { position: relative; max-width: 550px; margin: 10px auto 0px; }
.row-pro-detail { margin: 0px -5px; }
.col-pro-detail { padding: 0px 5px; }
.thumb-pro-detail { border: 1px solid #ddd; overflow: hidden; border-radius: 5px; }
.thumb-pro-detail.mz-thumb-selected { border-color: var(--color-hover); }
.swiper-button-next, .swiper-button-prev { padding: 7px; background: rgb(0 0 0 / 20%); color: #fff; border-radius: 5px; box-shadow: unset; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 20px; }
.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% - 15px); 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 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; }
.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 { padding: 0px 20px; border-radius: 6px; margin: 15px 0; padding: 0; }
.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-main); 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; 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; }
.wrap-show-content { position: relative; }
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #fff); 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; }
/* css brand */
.brand-pic { margin-bottom: 1rem; }
.brand-name { font-size: 16px; }
.brand-name a { font-weight: 700; color: #333; }
.brand-name a:hover { color: var(--color-main); }
/* css album */
.row-album { margin: 0px -10px; }
.col-album { padding: 0px 10px; margin-bottom: 20px; }
.album-pic { margin-bottom: 10px; }
.album-name { font-size: 15px; color: #333; font-weight: 700; text-align: center; }
.album-name a { font-weight: 700; color: #333; }
.album-name:hover, .album-name a:hover { color: var(--color-main); }
/* 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: 49%; }
.right-contact-detail { width: 49%; border-radius: 15px; padding: 15px; background: #fff;     /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%); */ }
.contact-map { position: relative; height: 650px; 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 { 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; border: none; }
.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 !important; }
.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; }
/* breadCrumbs */
.breadCrumbs { padding: 10px 10px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }
/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; justify-content: center; flex-wrap: wrap; }
.pagination li span { cursor: pointer; }
.pagination .page-item .page-link { color: var(--color-main); }
.pagination .page-item.active .page-link { color: #fff; background-color: var(--color-main); border-color: var(--color-main); }
.btn-booking-fix { position: fixed; top: calc(30% + 85px); right: 20px; }
.btn-booking-fix.btn-frame i { color: var(--menu-color); font-size: 20px; background: var(--color-main); }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; 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: var(--color-main); opacity: 0.2; }
.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; }
.item-properties { margin-bottom: 10px; }
/*Booking*/
.form-booking-modal { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 10px 0px; }
.form-booking-modal .form-group { width: 48.5%; }
.form-booking-modal .form-group label { font-size: 14px; font-weight: 700; margin-bottom: 7px; }
.form-booking-modal input { font-size: 14px; }
.form-booking-modal textarea { font-size: 14px; height: 80px; }
.booking-modal-button { width: 100%; text-align: center; }
.booking-modal-button button { text-transform: uppercase; font-weight: 700; font-size: 15px; width: 100%; }
/* 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 */
.flex-news-detail { display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; }
.news-left { width: 68%; }
.news-right { position: sticky; top: 61px; width: 30%; background: #f1f1f1cc; padding: 20px; box-shadow: 0px 0px 5px #99999978; }
.news-right .title-main { margin-bottom: 15px; }
.news-right .title-main span { font-size: 25px; line-height: 30px; }
a.btn_link { position: relative; margin: 5px; height: 36px; width: 140px; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before { content: "facebook"; }
.btn_link.effect_button:first-child:after, .btn_link.effect_button:first-child:before, .btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { border-width: 1px; border-style: solid; --tw-border-opacity: 1; border-color: rgb(0 165 217 / var(--tw-border-opacity)); --tw-bg-opacity: 1; background-color: rgb(0 165 217 / var(--tw-bg-opacity)); }
.btn_link.effect_button:nth-child(2):after, .btn_link.effect_button:nth-child(2):before { content: "google map"; }
div.slick.in-page:not(.slick-initialized) { display: flex; gap: 10px; overflow: hidden; white-space: nowrap; }
.attr-pro-detail { margin: auto; padding: 0; }
.baonoidung table { display: table; border-collapse: separate; box-sizing: border-box; text-indent: initial; unicode-bidi: isolate; border-spacing: 2px; border-color: gray; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; }
.baonoidung tbody { display: table-row-group; vertical-align: middle; unicode-bidi: isolate; border-color: inherit; }
.baonoidung tr { display: table-row; vertical-align: inherit; unicode-bidi: isolate; border-color: inherit; }
.baonoidung td { display: table-cell; vertical-align: inherit; unicode-bidi: isolate; border-width: 1px; border-style: revert-layer; }
.baonoidung ul, .baonoidung ol { list-style: auto; padding-left: 2rem; }
.baonoidung ul li, .baonoidung ol li { margin-bottom: 0.75rem; list-style-type: auto; }
.baonoidung iframe { max-width: 100% !important; }
.baonoidung img { height: auto !important; max-width: 100% !important; }
.baonoidung * { max-width: 100% !important; }
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table-responsive table { max-width: 100%; }
.table-responsive table.table-auto { min-width: 600px; }
div.desc-pro-detail ul li { margin-bottom: 0.75rem; list-style-type: circle; }
div.desc-pro-detail ul li:last-child { margin-bottom: 0 !important; }
div.baonoidung ul li { margin-bottom: 0.75rem; list-style-type: disc; }
div.baonoidung ol li { margin-bottom: 0.75rem; list-style-type: decimal; }
/* 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; }
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* About */
.wrap-about { padding: 55px 0px; background: #e7f5ee; margin-bottom: 50px; }
.left-about { width: 46.4%; }
.right-about { width: 47.6%; }
.video-about { width: 100%; margin-top: 60px; }
.title-about { padding-left: 14px; position: relative; margin-bottom: 20px; }
.title-about::after { position: absolute; left: 0px; top: 6px; bottom: 9px; width: 3px; background: #15aa5a; content: ""; border-radius: 5px; }
.title-about p { color: #15aa5a; font-size: 22px; margin-bottom: 0px; font-style: italic; text-transform: uppercase; line-height: 30px; }
.title-about span { color: #e5020d; font-size: 35px; margin-bottom: 0px; font-weight: 800; display: block; text-transform: uppercase; line-height: 45px; }
.right-about .title-about span { color: #15aa5a; }
.desc-about { color: #333; font-size: 15px; line-height: 1.7; text-align: justify; margin-bottom: 30px; }
.desc-about.text-split { -webkit-line-clamp: 6; }
.view-about { display: inline-block; padding: 14px 24px; color: #fff; background: #15aa5a; font-size: 15px; text-transform: uppercase; text-align: center; }
.view-about:hover { color: #fff; background: #e5020d; }
.wrap-criteria { padding: 70px 0px; background: #fff; }
.row-criteria { margin: 0px -13.5px; }
.col-criteria { padding: 0px 13.5px; }
.box-criteria { text-align: center; }
.img-criteria img { transition: 0.7s; }
.box-criteria:hover .img-criteria img { transform: rotateY(180deg); }
.info-criteria { padding-top: 15px; }
.info-criteria h3 { color: #1c1c1c; font-weight: 700; text-transform: capitalize; margin-bottom: 15px; font-size: 18px; }
.info-criteria p { color: #515151; font-weight: 300; font-size: 15px; line-height: 1.7; margin-bottom: 0px; }
.wrap-why { padding: 60px 0px; background: #fceede; overflow: hidden; }
.flex-why { display: flex; justify-content: space-between; flex-wrap: wrap; align-content: flex-start; gap: 50px 50%; position: relative; min-height: 520px; }
.box-why { text-align: center; width: 24.2%; position: relative; top: 0px; transition: 0.5s; }
.box-why:hover { top: -5px; }
.img-why { width: 110px; height: 110px; display: flex; justify-content: center; align-items: center; background: url(../images/circle.webp) center center no-repeat; margin: 0px auto; }
.info-why { padding-top: 25px; }
.info-why h3 { color: #111; text-transform: uppercase; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.info-why p { color: #333; font-size: 15px; line-height: 1.7; margin-bottom: 0px; }
.logo-why { position: absolute; left: 34.2%; width: 31.6%; border-radius: 20px; overflow: hidden; }
.logo-why img { width: 100%; }
/* Product */
.wrap-product { margin-bottom: 40px; overflow: hidden; }
.wrap-product .swiper-button-prev { left: -30px; }
.wrap-product .swiper-button-next { right: -30px; }
.tab-product { text-align: center; margin-bottom: 15px; }
.item-tab-product { cursor: pointer; color: #333; border-radius: 5px; border: 1px solid #15aa5a; padding: 5px 15px; display: inline-block; margin: 0px 5px 5px; }
.item-tab-product:hover, .item-tab-product.active { background: #15aa5a; color: #fff; }
.box-brand { text-align: center; }
.name-brand { margin-top: 10px; }
.name-brand a { color: #333; font-size: 15px; }
.name-brand a:hover { color: var(--color-main); }
.wrap-readmore { text-align: center; }
.wrap-readmore span { color: #fff; background: var(--color-main); padding: 10px 20px; border: 1px solid var(--color-main); font-size: 15px; text-transform: capitalize; border-radius: 5px; cursor: pointer; position: relative; overflow: hidden; display: inline-block; }
.wrap-readmore span:hover { color: #fff; background: #f00; border-color: #f00; }
.wrap-readmore span.active::before { position: absolute; inset: 0px; content: ""; color: #fff; background: var(--color-main); transition: 0.7s; }
.wrap-readmore span.active::after { position: absolute; left: calc(50% - 10px); top: calc(50% - 10px); width: 20px; height: 20px; content: "\e4bb"; color: #fff; font-family: "Font Awesome 6 Pro"; font-size: 20px; display: flex; justify-content: center; align-items: center; transition: 0.7s; animation: rotate 1.5s linear infinite; }
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
.wrap-newsletter { padding: 80px 0px; }
.left-newsletter { width: 38.5%; border-radius: 20px; background: #fff; box-shadow: 0 0 8px 4px #ededed; padding: 29px 45px 33px; }
.right-newsletter { width: 57.3%; }
.title-newsletter { text-align: center; margin-bottom: 15px; }
.title-newsletter span { display: block; color: #171717; font-size: 30px; font-weight: 700; text-transform: uppercase; line-height: 1.3; margin-top: 15px; }
.title-newsletter p { color: #313131; font-size: 14px; margin-bottom: 0px; }
.form-newsletter { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; flex: 1; }
.form-r { position: relative; }
.btn-sub { position: absolute; right: 0; top: 0; height: 100%; border: 0; outline: 0; border-radius: 0 10px 10px 0; background: #D11C2E; width: 83px; color: #FFF; font-size: 16px; font-style: normal; font-weight: 700; line-height: 18px;     /* 112.5% */ text-transform: uppercase; }
button.btn-sub:after { content: ''; position: absolute; right: 100%; height: 100%; width: 12px; background: url(../images/main/line3.webp); top: 0; }
.form-newsletter .form-r > input { width: 100%; }
.form-newsletter input { width: 100%; color: #333; font-size: 14px; padding: 0px 20px; border: 1px solid #e6e6e6; border-radius: 10px; background: #F4F5F5; margin-bottom: 0; height: 60px; }
.form-newsletter > input:nth-child(1), .form-newsletter input:nth-child(2), .form-r { width: calc(50% - 5px); }
.form-newsletter textarea { display: block; width: 100%; color: #333; font-size: 14px; padding: 13px 20px; border: 1px solid #e6e6e6; border-radius: 10px; background: #fff; margin-bottom: 10px; outline: none; height: 110px; }
.newsletter-button { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; width: 100%; }
.newsletter-button button { text-align: center; padding: 1px; border-radius: 4px; background: linear-gradient(90deg, #fcd657 0%, #c9a127 100%); }
.newsletter-button button span { display: block; width: 172px; height: 48px; display: flex; justify-content: center; align-items: center; text-align: center; color: #c9a127; font-size: 18px; font-weight: 700; background: #fff; border-radius: 4px; }
.newsletter-button button[type="submit"] span, .newsletter-button button:hover span { background: none; color: #fff; }
.title-news { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.title-news-left { border-left: 3px solid #fcd657; padding-left: 15px; }
.title-news-left span { display: block; color: #171717; font-size: 40px; font-weight: 700; line-height: 40px; text-transform: uppercase; margin-bottom: 10px; }
.title-news-left p { margin-bottom: 0px; color: #222; font-size: 18px; line-height: 20px; }
.arrows-news { display: flex; align-items: center; gap: 10px; }
.arrows-news span { width: 36px; height: 36px; display: flex; justify-content: center; align-items: center; border: 1px solid #ebeaea; border-radius: 50%; color: #727272; font-size: 16px; }
.arrows-news span:hover { color: #000; background: #fcd657; }
.left-news { width: 44%; }
.right-news { width: 54.2%; }
.swiper-news .swiper-slide { overflow: unset !important; }
.news-best-pic { border-radius: 4px; overflow: hidden; display: block; }
.news-best-info { padding-top: 15px; }
.news-best-date { font-size: 13px; padding-left: 25px; min-height: 16px; background: url(../images/date.webp) left center no-repeat; color: #979797; margin-bottom: 7px; text-transform: capitalize; }
.news-best-info h3 { margin-bottom: 7px; }
.news-best-info h3 a { color: #1e1e1e; font-size: 14px; font-weight: 700; }
.news-best-info h3 a:hover { color: var(--color-hover); }
.news-best-info h3 a.text-split { -webkit-line-clamp: 2; }
.news-best-desc { margin-bottom: 0px; color: #727272; font-size: 14px; line-height: 1.7; }
.news-best-view { display: inline-flex; align-items: center; gap: 8px; color: #272727; font-size: 16px; text-transform: capitalize; }
.news-best-view:hover { color: var(--color-hover); }
.blog-box { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; }
.blog-box-1 { flex-direction: row-reverse; }
.blog-pic { width: 174px; border-radius: 4px; overflow: hidden; }
.blog-info { width: calc(100% - 184px); }
.blog-name { margin-bottom: 7px; }
.blog-name a { color: #1e1e1e; font-size: 14px; font-weight: 700; }
.blog-name a:hover { color: var(--color-hover); }
.blog-name a.text-split { -webkit-line-clamp: 2; }
.blog-date { color: #979797; font-size: 13px; font-style: italic; padding-left: 25px; background: url(../images/date.webp) left center no-repeat; min-height: 16px; text-transform: capitalize; margin-bottom: 7px; }
.blog-desc { color: #7c7c7c; font-size: 13px; line-height: 1.7; margin-bottom: 0px; }
.blog-desc.text-split { -webkit-line-clamp: 2; }
.blog-view { text-align: right; }
.blog-view a { display: inline-flex; align-items: center; gap: 9px; color: #424242; font-size: 13px; font-style: italic; }
.blog-view a span { display: inline-block; width: 25px; height: 25px; text-align: center; line-height: 25px; background: #e0110b; border-radius: 50%; color: #fff; font-size: 13px; font-style: normal; }
.blog-view a:hover { color: #e0110b; }
.wrap-partner { padding: 80px 0px; background: #faf5e2; }
.item-partner { display: block; border-radius: 8px; border: 1px solid #eee; background: #fff; }
/* Ginseng Canada Section */
.wrap-ginseng { padding: 80px 0; background: #fff; }
.wrap-ginseng .wrap-content { max-width: 1560px; }
.header-ginseng { margin-bottom: 50px; text-align: left; }
.header-ginseng h2 { margin-bottom: 20px; color: #000; font-family: "Playfair Display"; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; }
.header-ginseng p { margin: 0; color: #000; font-family: "Playfair Display"; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; }
.body-ginseng { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; }
.left-ginseng { width: 27%; }
.center-ginseng { width: 31.35%; text-align: center; }
.right-ginseng { width: 24.8%; }
.logo-motisam { margin-bottom: 40px; }
.logo-motisam img { max-width: 250px; }
.info-motisam { color: #333; line-height: 1.8; }
.info-motisam h3 { font-size: 20px; font-weight: 600; margin-bottom: 15px; }
.info-motisam p { margin-bottom: 15px; text-align: justify; }
.view-more-motisam { display: inline-block; border-bottom: 1px solid #333; color: #333; font-weight: 600; padding-bottom: 2px; text-transform: capitalize; margin-top: 20px; }
.view-more-motisam:hover { color: var(--color-main); border-color: var(--color-main); }
.center-ginseng img { border-radius: 40px; width: 100%; object-fit: cover; aspect-ratio: 4/5; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.item-criteria-vertical { position: relative; background: #f4fbf7; border: 1px solid #e0f2e9; border-radius: 20px; padding: 45px 25px 25px; text-align: left; transition: 0.3s; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset; }
.item-criteria-vertical:hover { }
.item-criteria-vertical .icon-criteria { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); width: 73px; height: 73px; background: #00A02A; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
.item-criteria-vertical .icon-criteria img { width: 56px; }
.item-criteria-vertical .info-criteria h4 { margin-top: 0; margin-bottom: 10px; color: #000; font-family: "Playfair Display"; font-size: 16px; font-style: normal; font-weight: 900; line-height: normal; }
.item-criteria-vertical .info-criteria .desc { color: #000; font-family: "Playfair Display"; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; -webkit-line-clamp: 4; }
.desc-motisam.text-split { -webkit-line-clamp: 8; color: #000; font-family: "Playfair Display"; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px;     /* 150% */ }
.swiper-criteria-vertical { padding-top: 30px; margin-top: -30px; }
/* end Ginseng Canada Section */
.border-tc { padding-top: 38px; }
/* About 2 Section */
.wrap-about2 { padding: 40px 0; background: #fff; }
.wrap-about2 .wrap-content { display: flex; justify-content: space-between; align-items: center; gap: 50px; max-width: 1560px; }
.left-about2 { width: 55%; }
.right-about2 { width: 38.3%; }
.content-about2 h2 { margin-bottom: 25px; color: #000; font-family: "Playfair Display"; font-size: 40px; font-style: normal; font-weight: 700; line-height: normal; }
.desc-about2 { margin-bottom: 20px; text-align: justify; color: #000; font-family: "Playfair Display"; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; -webkit-line-clamp: 10; }
.content-detail-about2 { color: #333; font-size: 16px; line-height: 1.8; margin-bottom: 30px; }
.content-detail-about2 b { display: block; margin-bottom: 10px; font-weight: 700; }
.content-detail-about2 ul { list-style: none; padding-left: 0; }
.content-detail-about2 ul li { padding-left: 0; margin-bottom: 5px; }
.btn-about2 { display: inline-block; padding: 12px 30px; background: #37A94D; color: #fff; font-weight: 600; border-radius: 0; text-transform: capitalize; transition: 0.3s; }
.btn-about2:hover { background: #218838; color: #fff; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3); }
.img-about2 { position: relative; width: 100%; border-radius: 30px; overflow: hidden; }
.img-about2 img { width: 100%; display: block; -webkit-mask-image: url(../images/main/mask2.webp); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100% 100%; mask-image: url(../images/main/mask2.webp); mask-repeat: no-repeat; mask-size: 100% 100%; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); }
/* end About 2 Section */
/* TC2 Section */
.wrap-tc2 { padding: 80px 0; background: url(../images/main/bg-tc.webp) no-repeat center center; background-size: cover; position: relative; }
.header-tc2 { text-align: center; margin-bottom: 50px; }
.header-tc2 h2 { font-size: 32px; font-weight: 700; color: #004d26; margin-bottom: 15px; font-family: 'Playfair Display', serif; }
.wrap-tc2 { padding: 80px 0 100px; background: url(../images/main/bg-tc.webp) no-repeat center center; background-size: 100% 100%; position: relative; }
.wrap-tc2 .wrap-content { max-width: 1366px; margin: 0 auto; padding: 0 20px; }
.header-tc2 { text-align: center; margin-bottom: 80px; }
.header-tc2 h2 { margin-bottom: 15px; text-transform: capitalize; color: #00560A; font-family: "Playfair Display"; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; }
.header-tc2 p { max-width: 1200px; margin: 0 auto; color: #013804; text-align: center; font-family: "Playfair Display"; font-size: 24px; font-style: normal; font-weight: 400; line-height: normal; }
.body-tc2 { display: flex; align-items: center; justify-content: center; position: relative; max-width: 1100px; margin: 0 auto; }
.left-tc2, .right-tc2 { width: 330px; display: flex; flex-direction: column; gap: 40px; }
.left-tc2 { align-items: end; }
.right-tc2 { align-items: start; }
.center-tc2 { flex: 1; text-align: center; z-index: 10; padding: 0 10px; transform: translateY(-80px); }
.center-tc2 img { width: 100%; max-width: 403px; height: auto; }
.item-tc2 { position: relative; padding: 40px 15px 20px; transition: 0.4s; min-height: 240px; display: flex; flex-direction: column; justify-content: center; max-width: 225px; border-radius: 26px; border: 2px solid #ADD9B3; background: #F7FFF1; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25) inset; }
.item-tc2:hover { transform: scale(1.02); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08); border-color: #66b052; }
/* Staggered positioning mapping to design */
.left-tc2 .item-tc2:nth-child(2) { transform: translateX(-104px); }
.left-tc2 .item-tc2 { transform: translateX(73px); }
.right-tc2 .item-tc2:nth-child(2) { transform: translateX(105px); }
.right-tc2 .item-tc2 { transform: translateX(-73px); }
.item-tc2 .icon-tc2 { position: absolute; top: -35px; left: 50%; transform: translateX(-50%); width: 68px; height: 68px; background: #5AB54D; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.25)); }
.item-tc2 .icon-tc2 img { width: 45px; }
.info-tc2 { text-align: center; }
.info-tc2 h3 { margin-bottom: 12px; color: #000; font-family: "Playfair Display"; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; -webkit-line-clamp: 2; }
.info-tc2 .desc { text-align: center; color: #000; font-family: "Playfair Display"; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; -webkit-line-clamp: 5; }
@media (max-width:1100px) {
.body-tc2 { flex-wrap: wrap; }
.left-tc2, .right-tc2 { width: 48%; }
.center-tc2 { width: 100%; order: -1; margin-bottom: 50px; }
.left-tc2 .item-tc2:nth-child(2), .right-tc2 .item-tc2:nth-child(2) { transform: none; }
}
/* end TC2 Section */
/* Product Grid Slide */
.wrap-pronb-slide { padding: 60px 0; background: #fff; }
.wrap-pronb-slide .wrap-content { max-width: 1250px; }
.swiper-pronb-grid { padding: 40px 0; }
.product { background: #fff; border-radius: 12px; transition: 0.3s; position: relative; margin: 28px 10px 10px; height: 100%; }
.border-pro { }
.border-pro { box-shadow: 0 0 8px #676767; border-radius: 12px; }
.product:hover { }
.product-leaf { position: absolute; top: -25px; left: 50%; transform: translateX(-50%); width: 60px; z-index: 10; }
.product-leaf img { width: 100%; }
.product-pic { width: 100%; aspect-ratio: 1/1; overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 12px 12px 0 0; }
.product-pic img { width: 100%; height: 100%; object-fit: contain; }
.product-info-grid { flex: 1; display: flex; flex-direction: column; }
.product-banner { background: #B70015; border-radius: 0 0 12px 12px; padding: 12px; text-align: center; margin-bottom: 15px; }
.wrap-pronb-slide .product-banner .product-name a { font-size: 20px; font-style: normal; font-weight: 900; -webkit-line-clamp: 1; }
.wrap-pronb-slide .product-banner .product-price { }
.product-banner .product-name a { text-transform: uppercase; margin-bottom: 5px; color: #FFF; text-align: center; font-family: Inter; font-size: 17px; font-style: normal; font-weight: 700; line-height: normal; }
.product-banner .product-price { color: #fff; font-size: 20px; font-weight: 800; }
.btn-buy-now-grid { background: #b10e13; flex: 1; padding: 0px 8px; height: 58px; border-radius: 0; text-decoration: none; margin-right: 10px; display: flex; align-items: center; justify-content: center; transition: 0.3s; color: #FFF; text-align: center; font-family: Inter; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; }
.btn-buy-now-grid:hover { background: #111; color: #fff; }
.btn-cart-grid { border: 2px solid #b10e13; border-radius: 8px; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.3s; width: 78px; height: 58px; border-radius: 10px; background: #B10505; }
.btn-cart-grid.addcart { }
.btn-cart-grid:hover { background: #b10e13; color: #fff; }
.prev-pronb-grid, .next-pronb-grid { width: 40px; height: 40px; color: #b10e13 !important; }
.prev-pronb-grid:after, .next-pronb-grid:after { font-size: 25px !important; font-weight: 900; }
/* Custom Swiper Arrows for Grid */
.prev-pronb-grid, .next-pronb-grid { width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; top: 50% !important; margin-top: -20px; }
.prev-pronb-grid { border-right: 25px solid #d01118; border-left: 0; left: -50px !important; }
.next-pronb-grid { border-left: 25px solid #d01118; border-right: 0; right: -50px !important; }
.prev-pronb-grid:after, .next-pronb-grid:after { display: none !important; }
/* Testimonial Section */
.wrap-fb { padding: 60px 0 100px; background: url(../images/main/bg-fb3.png) no-repeat right center; background-size: cover; overflow: hidden; position: relative; }
/* .wrap-fb:after { content: ''; position: absolute; right: 7%; bottom: 7%; width: 296px; aspect-ratio: 296/291; background: url(../images/main/co1.webp); z-index: 2; pointer-events: none; } */
.feedback-grid { display: flex; justify-content: space-between; }
.feedback-info { width: 40%; }
.feedback-content { width: 54%; }
.title-fb h2 { margin: 0; color: var(--chu-dao, #CB2026); font-family: "Playfair Display"; font-size: 40px; font-style: normal; font-weight: 900; line-height: 65px;     /* 162.5% */ text-transform: uppercase; }
.wrap-swiper-fb { position: relative; width: 100%; max-width: 667px; margin-left: auto; }
.wrap-fb .slider-nav-1 { margin-bottom: 110px; }
.slider-nav-1 .slick-slide { cursor: pointer; padding: 10px; transition: 0.4s; }
.slider-nav-1 .slick-current .avatar-fb { transform: scale(1); opacity: 1; }
.slider-nav-1 .slick-slide:not(.slick-current) .avatar-fb { transform: scale(0.7); }
.avatar-fb { border-radius: 50%; overflow: hidden; transition: 0.3s; position: relative; background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); transform: scale(.6); transition: .5s all; }
.wrap-fb .slider-nav-1 .slick-current .avatar-fb { transform: scale(1); transition: .4s all; }
.slick-current .avatar-fb { }
.avatar-fb img { width: 100%; height: 100%; object-fit: cover; }
.content-fb { background: #FDF5F0; padding: 40px; border-radius: 30px; text-align: center; position: relative; min-height: 344px; }
.content-fb::before { }
.name-fb { margin-bottom: 8px; color: var(--chu-dao, #CB2026); text-align: center; font-family: "Playfair Display"; font-size: 25px; font-style: normal; font-weight: 700; line-height: 1.3;     /* 80% */ text-transform: uppercase; }
.address-fb { margin-bottom: 10px; color: #000; text-align: center; font-family: "Be Vietnam"; font-size: 22px; font-style: normal; font-weight: 500; line-height: 20px;     /* 90.909% */ }
.stars-fb { margin-bottom: 20px; font-size: 14px; }
.star-active { color: #ffc107; }
.text-fb { color: #096735; text-align: center; font-family: "Be Vietnam"; font-size: 22px; font-style: normal; font-weight: 500; line-height: 39px;     /* 177.273% */ -webkit-line-clamp: 4; }
@media (max-width:991px) {
.wrap-fb { padding: 80px 0; }
.feedback-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
.wrap-swiper-fb { margin: 0 auto; }
.title-fb h2 { font-size: 32px; }
.content-fb { padding: 30px 20px; }
}
@media (max-width:575px) {
.title-fb h2 { font-size: 26px; }
.name-fb { font-size: 20px; }
.text-fb { font-size: 15px; }
}
/* Home News Section */
.title-home { margin-bottom: 50px; text-align: center; }
.title-main.title-home { padding-top: 55px; background: url(../images/main/tm.webp)center top no-repeat; }
.wrap-news { padding: 0px 0 80px; background: url(../images/main/bg-news.webp); position: relative; overflow: hidden; background-size: cover; }
.swiper-news-vertical { }
.swiper-news-vertical .swiper-slide { height: auto !important; }
.item-news-2 { display: flex; align-items: center; justify-content: space-between; gap: 60px; transition: 0.4s; }
.swiper-slide:nth-child(even) .item-news-2 { flex-direction: row-reverse; }
.news-pic-2 { width: 45%; border-radius: 30px; overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
.news-info-2 { width: 50%; text-align: center; }
.news-name-2 { margin-bottom: 20px; }
.news-name-2 a { color: var(--chu-dao, #CB2026); text-align: center; font-family: "Playfair Display"; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; -webkit-line-clamp: 2; }
.news-name-2 a:hover { color: #000; }
.news-desc-2 { margin-bottom: 30px; color: #000; text-align: center; font-family: "Be Vietnam Pro"; font-size: 15px; font-style: normal; font-weight: 400; line-height: 25px;     /* 166.667% */ }
.news-btn-2 { display: inline-flex; align-items: center; gap: 12px; background: linear-gradient(90deg, #37A94D 0%, #218838 100%); color: #fff; padding: 12px 35px; border-radius: 35px; font-weight: 600; text-transform: capitalize; transition: 0.3s; box-shadow: 0 5px 15px rgba(55, 169, 77, 0.3); width: 317px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
.news-btn-2:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(55, 169, 77, 0.4); color: #fff; }
.news-btn-2 i { font-size: 14px; transition: 0.3s; }
.news-btn-2:hover i { transform: translateX(5px); }
@media (max-width:991px) {
.swiper-news-vertical { height: auto; }
.news-name-2 a { font-size: 26px; }
.news-desc-2 { font-size: 16px; }
}
@media (max-width:575px) {
.title-home span { font-size: 30px; }
.news-name-2 a { font-size: 20px; }
.news-btn-2 { padding: 10px 25px; font-size: 14px; }
}
/* Product Center Sync Swiper */
.wrap-proCenter { overflow: hidden; padding-bottom: 60px; background: url(../images/main/bg-sp3.png); background-size: cover; }
.wrap-proCenter .btn-buy-now { right: 0; left: unset; }
.wrap-proCenter .wrap-content { max-width: 1556px; }
.title-sp { position: relative; text-align: center; margin-bottom: 70px; }
.line-sp { background: #BF0017; height: 75px; width: 100%; position: relative; }
.line-sp:after { content: ''; position: absolute; width: 310px; height: 62px; top: 100%; left: 50%; transform: translateX(-50%); background: url(../images/main/linesp.png) center top no-repeat; }
.title-sp span { display: block; text-transform: uppercase; letter-spacing: 2px; background-size: auto 100%; color: #FFF; font-family: "Playfair Display"; font-size: 40px; font-style: normal; font-weight: 900; line-height: normal; margin: 0 auto; position: relative; z-index: 2; margin-top: -6px; }
.box-sp-center { position: relative; max-width: 1566px; margin: 0 auto; }
.box-sp-center { }
/* Main Info (Text) */
.wrap-proCenter .swiperMain { margin-bottom: 40px; max-width: 400px; margin: 0 auto 40px; }
.item-sp-center { width: 100%; }
.inf-sp-center { text-align: center; max-width: 800px; margin: 0 auto; }
.inf-sp-center h3 { margin-bottom: 15px; }
.inf-sp-center h3 a { text-transform: uppercase; transition: 0.3s; color: #CA2026; text-align: center; font-family: Inter; font-size: 32px; font-style: normal; font-weight: 600; line-height: normal; -webkit-line-clamp: 2; }
.inf-sp-center h3 a:hover { color: var(--chu-dao, #CB2026); }
.view-sp-center { margin-top: 20px; }
.view-sp-center a { transition: 0.4s; width: 173px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: #D01C2E; border-radius: 12px; font-size: 20px; }
.view-sp-center a:hover { background: var(--chu-dao, #CB2026); color: #fff !important; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(203, 32, 38, 0.2); text-decoration: none; }
/* List Images (Gallery) */
.wrap-proCenter .swiperList { padding: 30px 0; }
.wrap-proCenter .swiperList .swiper-slide { transition: 0.5s; cursor: pointer; transform: scale(0.7); }
.wrap-proCenter .swiperList .swiper-slide.swiper-slide-thumb-active { opacity: 1; transform: scale(1); z-index: 10; }
.pro-pic-center { overflow: hidden; transition: 0.4s; }
.wrap-proCenter .swiperList .swiper-slide.swiper-slide-active .pro-pic-center, .wrap-proCenter .swiperList .swiper-slide.active .pro-pic-center { box-shadow: 0 25px 60px rgba(203, 32, 38, 0.15); border-color: rgba(203, 32, 38, 0.1); }
.pro-pic-center .scale-img { border-radius: 12px; overflow: hidden; display: block; }
@media (max-width:991px) {
.title-sp span { font-size: 32px; }
.inf-sp-center h3 a { font-size: 24px; }
.wrap-proCenter .swiperList { padding: 20px 0; }
}
@media (max-width:575px) {
.title-sp span { font-size: 26px; }
.inf-sp-center h3 a { font-size: 20px; }
.view-sp-center a { padding: 10px 30px; font-size: 14px; }
}
/* Footer Redesign */
.footer-top { padding: 80px 0; margin-bottom: 60px; background-size: cover; position: relative; }
.footer-slogans { position: relative; }
.footer-slogan-item { width: 42%; text-align: left; }
.footer-connect { margin-right: 80px; margin-top: 131px; }
.footer-mission .slogan-title, .footer-connect .slogan-title { margin-bottom: 20px; color: var(--chu-dao, #CB2026); font-family: "Playfair Display"; font-size: 30px; font-style: normal; font-weight: 700; line-height: 40px;     /* 133.333% */ text-transform: uppercase; }
.slogan-desc { font-family: "Be Vietnam Pro"; font-size: 21px; line-height: 1.6; color: #333; margin-bottom: 25px; line-height: 36px; }
.slogan-link { color: #0d6efd; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; border-radius: 50px; background: var(--trang, #FFF); width: 262px; height: 60px; width: 262px; height: 60px; align-items: center; justify-content: center; color: var(--hover, #039447); font-family: "Be Vietnam Pro"; font-size: 20px; font-style: normal; font-weight: 500; line-height: 20px;     /* 100% */ letter-spacing: 1px; }
.btn-buy-now { text-decoration: none; width: 262px; height: 72px; display: inline-flex; align-items: center; justify-content: center; border-radius: 20px; background: linear-gradient(180deg, rgba(230, 7, 7, 0.70) 0%, rgba(255, 156, 156, 0.35) 49.04%, rgba(199, 6, 6, 0.70) 97.12%), #D00000; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset; color: #FFF; text-align: center; font-family: Inter; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; position: absolute; right: 5%; bottom: 8%; }
.footer-top .wrap-content{position: relative;}
.footer-top .wrap-content .btn-buy-now{bottom: unset; top: 100%; right: 0;}
.btn-buy-now:hover { color: #fff; background: #000; }
.footer-article { padding: 10px 0 100px; background: url(../images/main/bg-ft2.webp) top center no-repeat; background-size: cover; border-top: none; overflow: hidden; }
.footer-translucent-box { background: rgba(0, 0, 0, 0.5); padding: 50px; border-radius: 0; backdrop-filter: blur(5px); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; max-width: 1566px; margin: 0 auto; box-shadow: 0 4px 70px 13px #FFF; }
.footer-box-header { margin-bottom: 60px; }
.footer-hotline-block { border-radius: 10px; overflow: hidden; }
.hotline-label { background: #CB2026; color: #fff; padding: 21px 25px; font-weight: 900; font-size: 24px; border-radius: 7px 0 0 7px; border: 0 solid #FFF; background: linear-gradient(180deg, #F60000 0%, #DC0606 36.06%, #A80505 84.13%); color: #FFF; font-family: "Be Vietnam Pro"; font-size: 31px; font-style: normal; font-weight: 800; line-height: 30px;     /* 75% */ letter-spacing: 2px; }
.hotline-number { background: #fff; color: #CB2026; padding: 15px 25px; font-weight: 900; font-size: 24px; text-decoration: none; height: 72px; color: #FF0202; font-family: "Be Vietnam Pro"; font-size: 41px; font-style: normal; font-weight: 800; line-height: 1;     /* 57.692% */ letter-spacing: 2.6px; }
.social-circle { width: 45px; height: 45px; background: #fff; border-radius: 0; display: flex; align-items: center; justify-content: center; margin-left: 15px; padding: 8px; width: 75.957px; height: 75.957px; border-radius: 10px; }
.social-circle img { max-height: 40px; object-fit: contain; }
.footer-consultation-row { margin-bottom: 50px; gap: 20px; }
.btn-consultation { padding: 6px 30px 2px; border-radius: 9px; border: 4px solid #FFF; background: #02750F; color: #FFF; font-family: Inter; font-size: 32px; font-style: normal; font-weight: 900; line-height: 40px;     /* 125% */ text-transform: uppercase; }
.footer-consult-form { flex: 1; background: #fff; border-radius: 10px; overflow: hidden; padding: 0; }
.footer-consult-form input { border: none !important; border-radius: 0 !important; height: 55px; padding: 0 20px; flex: 1; font-size: 16px; }
.footer-consult-form input:focus { box-shadow: none !important; }
.footer-consult-form button { background: #CB2026; color: #fff; border: none; height: 55px; width: 100px; font-weight: 700; cursor: pointer; }
.footer-columns .footer-title { color: #fff; font-family: inherit; font-size: 22px; font-weight: 800; margin-bottom: 25px; text-transform: uppercase; }
.footer-contact-info p { margin-bottom: 15px; color: rgba(255, 255, 255, 0.8); font-size: 16px; }
.footer-contact-info i { width: 25px; color: #fff; }
.footer-col-policy .footer-ul li { margin-bottom: 12px; padding-left: 20px; background: url(../images/main/line4.webp) left center no-repeat; }
.footer-col-policy .footer-ul li a { color: rgba(255, 255, 255, 0.8); font-size: 14px; transition: 0.39s; font-family: "Be Vietnam Pro"; }
.footer-col-policy .footer-ul li a i { font-size: 12px; margin-right: 8px; }
.footer-col-policy .footer-ul li a:hover { color: #fff; text-decoration: none; padding-left: 5px; }
.footer-col-desc { width: 30%; }
.footer-col-desc .footer-info { margin-bottom: 20px; color: var(--trang, #FFF); font-family: "Be Vietnam Pro"; font-size: 15px; font-style: normal; font-weight: 600; line-height: 30px;     /* 200% */ letter-spacing: 0.75px; text-align: left; flex: 1; }
.footer-bottom-bar { margin-top: 50px; padding-top: 30px; }
.footer-w { max-width: 1566px; align-items: start; }
.footer-bottom-bar .footer-copyright { color: #FFF; font-family: "Be Vietnam Pro"; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px;     /* 142.857% */ }
@media (max-width:991px) {
.footer-slogan-item { width: 100%; text-align: center !important; margin-bottom: 40px; }
.footer-translucent-box { padding: 30px 20px; }
.footer-hotline-block { margin-bottom: 20px; }
.footer-col-desc { width: 100%; text-align: center !important; }
.footer-logo-wrap { text-align: center !important; }
}
.bedaco { max-width: 800px;
    margin: -4% auto 0;
    pointer-events: none;
    position: relative; }
.bedaco img { pointer-events: none; }
.btn-pro-center { background: unset; padding: unset; }
.btn-pro-center:after { display: none; }
/* */
.box-sp-top { margin-bottom: 40px; }
.slider-main-2 { display: none; margin: 0 -10px; }
.slider-main-2 .slick-slide { margin: 0 10px; }
.slider-nav-2 { display: none; margin: 0 -10px; }
.slider-nav-2 .slick-slide { margin: 0 10px; }
.slider-nav-2 .slick-list { padding: 0; overflow: hidden; }
.slider-nav-1 { display: none; }
.slider-main-1 { display: none; }
.slider-nav-2 .slick-list { overflow: hidden; }
/* base */
.slider-nav-2 .slick-slide { transform: scale(0.6); transition: all 0.35s ease; }
/* center */
.slider-nav-2 .slick-slide.slick-center { transform: scale(1); z-index: 2; transition: all 0.35s ease; }
.slider-nav-2 .slick-slide.slick-active:has(+ .slick-center) { transform: scale(0.8); transition: all 0.35s ease; }
.slider-nav-2 .slick-slide.slick-center + .slick-slide { transform: scale(0.8); transition: all 0.35s ease; }
.box-sp-bottom { position: relative;  z-index: 10;}
/*  */
.wrap-page-detail .page-left { width: calc(25% - 15px); position: relative; }
.wrap-page-detail .page-right { width: calc(75% - 5px); }
/* Danh má»¥c sáº£n pháº©m css */
.wrap-page-detail .page-left > div { position: sticky; top: 105px; left: 0; }
.column-category > span { position: relative; display: block; padding: 10px; text-align: start; line-height: 1.2; font-size: 22px; color: #fff; font-weight: 700; background-color: var(--color-main); text-transform: capitalize; }
.column-category ul { list-style: none; padding: 0; margin: 0; }
.column-category ul li { position: relative; }
.column-category ul li a { display: block; font-size: 15px; font-weight: 500; color: #444; text-align: start; padding: 5px 10px; line-height: 32px; border-bottom: 1px solid #ebe9e9; text-transform: capitalize; flex: 1; }
.column-category ul li:last-child { border-bottom: 0; }
.column-category ul li a:hover { color: var(--color-hover); }
.column-category ul li:last-child ul { border-bottom: 0; }
.column-category ul li ul li a { padding-left: 30px; font-weight: 400; font-size: 14px; border-bottom: 1px solid #ebe9e9; background: url('../images/jianicon_03.webp') no-repeat top 16px left 17px; text-transform: capitalize; }
.column-category .boxshadown { background-color: #f6f6f6; }
@media (max-width:1200px) {
.column-category > span { font-size: 16px; }
}
@media (max-width:991px) {
.wrap-page-detail .page-left { display: none !important; }
.wrap-page-detail .page-right { width: 100%; }
}
/*  */
.submenu { display: none; }
.btn-toggle-submenu { background: none; border: none; cursor: pointer; margin-left: 8px; font-size: 14px; transition: transform 0.3s ease; }
.arrow-icon { display: inline-block; transition: transform 0.3s ease; }
.box_menu.active .arrow-icon { transform: rotate(180deg);     /* xoay â–¼ thÃ nh â–² */ }
.menu-header { display: flex; align-items: center; justify-content: space-between; }
.btn-toggle-submenu { display: inline-flex; width: 22px; height: 23px; align-items: center; justify-content: center; border: 1px solid #9f9494; border-radius: 4px; margin-right: 4px; }
.box_menu.active .btn-toggle-submenu { }
/*  */
.fs-18 { font-size: 18px !important; }
.tags-pro-detail a, .tags-news-detail a { background: #D81734; color: #fff; margin-bottom: 5px; display: inline-block; padding: 2px 10px; border-radius: 4px; font-size: 13px; }
.tags-news-detail b { color: #333; margin-right: 5px; }
.tags-news-detail { margin-top: 20px; }
/* FAQ Accordion Styles */
.wrap-cauhoi { background: #fdfdfd; }
.list-cauhoi { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.item-cauhoi { border: 1px solid #eee; transition: 0.3s; height: fit-content; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.item-cauhoi:hover { border-color: var(--color-main); }
.title-cauhoi { padding: 20px 25px; cursor: pointer; user-select: none; }
.title-cauhoi h3 { flex: 1; transition: 0.3s; margin: 0; font-size: 18px; font-weight: 700; line-height: 1.4; min-height: 50px; display: flex; align-items: center; }
.icon-cauhoi { width: 32px; height: 32px; border-radius: 50%; background: #f5f5f5; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #999; }
.rotate-45 { transform: rotate(45deg); background: var(--color-main); color: #fff; }
.content-cauhoi { border-top: 1px solid #f0f0f0; }
@media (max-width:991px) {
.list-cauhoi { grid-template-columns: 1fr; gap: 15px; }
}
/* Custom Product Consultation Buttons */
.btn-list-detail { margin-bottom: 25px; }
.title-btn-list-detail { font-weight: 800; font-size: 18px; color: #333; margin-bottom: 12px; }
.flex-btn-list-detail { display: flex; gap: 10px; flex-wrap: wrap; }
.item-btn-detail { flex: 1; min-width: 150px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: #fff; font-weight: 700; transition: 0.3s; padding: 0 15px; gap: 10px; font-size: 16px; border: none; }
.btn-zalo { background: linear-gradient(90deg, #00A6F9 0%, #0077EE 100%); }
.btn-messenger { background: linear-gradient(90deg, #3366FF 0%, #FF3366 100%); }
.btn-hotline { background: #B10505; }
.item-btn-detail:hover { opacity: 0.9; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); color: #fff !important; }
.item-btn-detail .icon-btn-detail { font-size: 20px; display: flex; align-items: center; justify-content: center; min-width: 25px; }
.item-btn-detail .icon-btn-detail b { font-family: sans-serif; font-size: 22px; margin-right: 2px; }
@media (max-width:575px) {
.item-btn-detail { flex: none; width: 100%; }
}
.prev-pronb-grid, .prev-pronb-grid { background: unset; padding: 0; }
 .list-social {
            position: fixed;
            right: 0;
            top: 60%;
            transform: translateY(-60%);
            z-index: 999;
            background: #bd1d23;
            padding: 15px 10px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        }

        .list-social-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 10px;
            position: relative;
            transition: all 0.3s;
            background: rgba(255, 255, 255, 0.1);
        }

        .list-social-item a:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.05);
        }

        .list-social-item img {
            max-width: 28px;
            max-height: 28px;
            object-fit: contain;
        }

        .list-social-item i {
            color: #fff;
            font-size: 22px;
        }

        .list-social-item .count-cart {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #ffc107;
            color: #000;
            font-size: 10px;
            min-width: 18px;
            height: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: bold;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 991px) {
            .list-social {
                padding: 10px 8px;
                gap: 10px;
            }

            .list-social-item a {
                width: 38px;
                height: 38px;
            }

            .list-social-item img {
                max-width: 22px;
                max-height: 22px;
            }
        }
        .wrap-fb .wrap-content:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 80%;
    width: 296px;
    aspect-ratio: 296 / 291;
    background: url(../images/main/co1.webp);
    z-index: 2;
    pointer-events: none;
}
.wrap-fb .wrap-content {
    position: relative;
}
.desktop-hide{display: none;}
.title-main.desktop-show{    margin-top: 100px;
    padding-bottom: 0;
    margin-bottom: 0;}
    header.header.fix_head .header-logo{    background: #fff;
    border-radius: 4px;}

      header.header.no-index .header-logo{    background: #fff;
    border-radius: 4px;}

    .wrap-pronb-slide .price-new{font-size: 32px;
font-weight: 900;}
/* Certificates */
.wrap-chungnhan { padding: 60px 0; background: #fff; }
.header-chungnhan { text-align: center; margin-bottom: 40px; }
.header-chungnhan h2 { color: #005696; font-family: "Playfair Display"; font-size: 36px; font-weight: 900; text-transform: uppercase; margin-bottom: 15px; }
.header-chungnhan p { color: #666; font-size: 18px; max-width: 800px; margin: 0 auto; }
.body-chungnhan .row { justify-content: center; }
.item-chungnhan { background: #fff; padding: 10px; border: 1px solid #eee; border-radius: 8px; transition: 0.3s; height: 100%; }
.item-chungnhan:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.1); transform: translateY(-5px); }
.item-chungnhan img { border-radius: 4px; }
/*  */
.bedaco:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    width: 269px;
    height: 52px;
    background: url(../images/main/bong3.png);
}
.wrap-fb:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    aspect-ratio: 918 / 669;
    width: 43%;
    background: url(../images/main/vector.png);
    background-size: 100% 100%;
}
.header-logo{margin-right: 5px;}