@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: #2557ae; --color-social: #2557ae; --color-hover: #2557ae; --color-text: #2557ae; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body { font-size: 14px; font-family: "Montserrat", serif !important; }
.seo-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.max-width { max-width: 1200px; margin: 0px auto; }
.wrap-content { margin: auto; max-width: 1300px; }
.container-custom { padding: 0px 10px; margin: 0px auto; }
img { max-width: 100%; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; display: block; transition: 1s; }
.scale-img img { transform: scale(1, 1); }
.scale-img:hover img { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.effect-1 { display: block; position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; display: block; }
.effect-1:after { position: absolute; top: 0; left: -66%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine .75s; animation: shine .75s; }
@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.text-split-1 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 1; }
.text-split-2 { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.p-relative { position: relative; }
.wrap-container { margin-bottom: 50px; }

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

/*   Header   */
.header-top { background: #fff; padding: 10px 10px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); }
.header-bottom { padding: 0px 10px; background: #fff; position: relative; z-index: 10; }
.fix_header { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; box-shadow: 2px 2px 12px #00000029; }
.right-header { display: none; }

/* Button menu */
#hamburger { cursor: pointer; width: 30px; height: 23px; position: relative; margin-left: 15px; display: block; }
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-main); content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.logo-header { text-align: center; }
.logo-header a { display: block; }
.logo-header img { width: auto; }

/* Menu */
.menu { position: sticky; top: 0px; z-index: 999; }
.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 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; padding: 12px 10px; font-weight: 500; margin: 0px; text-transform: capitalize; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; }
.menu ul li a img { vertical-align: middle; }
.menu > .wrap-content > ul { }
.menu > .wrap-content > ul > li { flex-grow: 1; }
.menu > .wrap-content > ul > li > a {/* color: #fff; */margin: 0 7px; padding: 30px 0; }
.menu > .wrap-content > ul > li > a:not(.hide-mobile):hover:after, .menu > .wrap-content > ul > li > a.active:after { content: ''; position: absolute; width: 100%; height: 4px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); bottom: 0; left: 0; }
.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 .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 .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; }
.menu ul li ul li a:hover { color: var(--color-main); }
.menu ul li ul li ul { top: 0px; left: 100%; }
a.cart-header { position: relative; }
a.cart-header span { position: absolute; top: 0px; right: 0px; color: #fff; font-size: 11px; width: 17px; height: 17px; text-align: center; border-radius: 50%; }

/* Search */
.search { background: #FFFFFF; border-radius: 50px; flex: 1 1 auto; max-width: 570px; padding: 4px; border: 1px solid var(--color-main); }
.search input { width: calc(100% - 83px); height: 42px; outline: none; padding: 0px 14px; border: 0; background: #0000; font-size: 13px; color: #333; border-radius: 50px; outline: none; }
.search p { width: 83px; height: 42px; cursor: pointer; line-height: 42px; text-align: center; font-size: 16px; background: var(--color-main); border-radius: 50px; color: #fff; }
.search input::placeholder { color: #766C5D; }
.search input:focus { border: none !important; outline: none !important; box-shadow: none; }

/* Search Res */
.search-res { position: relative; }
.search-res .icon-search { width: 35px; height: 35px; cursor: pointer; text-align: center; line-height: 35px; color: #fff; font-size: 15px; margin: 0px; border: 1px solid #fff; border-radius: 50%; margin-left: 15px; background: var(--color-main); }
.search-res .icon-search.active { color: #fff; background: (--color-main); 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; }
.search-res .search-grid p { float: left; 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); float: right; outline: none; border: none; color: #000; }
.search-res .search-grid input::-webkit-input-placeholder { color: #313131; }
.search-res .search-grid input:-moz-placeholder { color: #313131; }
.search-res .search-grid input::-moz-placeholder { color: #313131; }
.search-res .search-grid input:-ms-input-placeholder { color: #313131; }

/*   SLider */
.slideshow { position: relative; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; display: flex; align-items: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.title-main { margin-bottom: 25px; text-align: center; position: relative; padding-bottom: 28px; }
.title-main::after { position: absolute; left: calc(50% - 217px); bottom: 0px; width: 439px; height: 13px; background: url(../images/title.png); content: ''; }
.title-main span, .title-main h2, .title-main h4 { text-transform: uppercase; display: block; color: #1A1A1A; text-align: center; font-family: Montserrat; font-size: 35px; font-style: normal; font-weight: 800; line-height: 35px;    /* 100% */ }
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-weight: 700; text-transform: uppercase; }
.title-cat-main { display: flex; flex-wrap: wrap; justify-content: center; margin: 20px 0px; gap: 20px; }
.title-cat-main span { display: block; color: #999; background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%); background-color: #fff; padding: 10px; border-radius: 10px; cursor: pointer; }
.title-cat-main span:hover, .title-cat-main span.active { background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%); color: #000; }

/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; }
.news { display: block; margin-bottom: 20px; display: block; }
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; }
.pic-news img { width: 100%; }
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #ccc; padding: 7px 20px; border-radius: 20px; color: #000; font-size: 16px; }
a.views:hover { border: solid 1px #fed402; color: #fed402; }
.name-news { color: #1b1b1b; font-size: 18px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; }
a.name-news.name1 { font-size: 25px; line-height: 32px; max-height: 64px; }
.name-news:hover { color: #fed402; }
.time-news { color: #fed402; margin-bottom: 0px; font-size: 12px; margin: 7px 0; font-style: italic; font-weight: 500; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.a2a_kit { margin-right: 2px; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #fed402; }

/* Toc */
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; }
.meta-toc-clone.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc-clone:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: #f5f5f5; width: 100%; margin-top: 2px; border: 1px solid #dddddd; font-size: 13px; margin-bottom: 10px; }
.meta-toc-clone .box-readmore { width: 350px; display: none; max-height: 50vh; overflow-y: auto; overflow-x: hidden; margin-bottom: 0px; }
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px }
.box-readmore li ul > li:before { content: counters(item, ".") " " }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }

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

/* Footer */
.footer-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: 55px 0px; \:url(../images/bg-footer.jpg) no-repeat; color: #fff; background: linear-gradient(180deg, #DFE9FC 0%, #F4F8FE 100%); }
.footer-title { text-transform: capitalize; font-size: 18px; margin-bottom: 10px; font-weight: 600; color: #1a1a1a; }
.name-company { text-transform: uppercase; font-size: 14px; margin-bottom: 1rem; font-weight: 700; }
.footer-info { color: #000; font-size: 15px; margin-top: 15px; }
.footer-news:nth-child(1) { width: 29%; }
.footer-news:nth-child(2) { width: 16%; }
.footer-news:nth-child(3) { width: 16%; }
.footer-news:nth-child(4) { width: 16%; }
.footer-news:nth-child(5) { width: 16%; }
.footer-ul { list-style: none; padding: 0px; margin: 0px; }
.footer-ul li { margin-bottom: 15px; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a { color: #1a1a1a; font-size: 14px; }
.footer-ul li a:hover { text-decoration: none; color: #2557ae; }
.item-icon-footer img { max-height: 35px; margin: 0px 10px 10px 0px; }
.footer-powered { padding: 15px 0px; text-align: center; transition: 0.7s; background: #005bab; }
.footer-copyright { color: #fff; 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; }
.newsletter-slogan { color: #000; font-size: 14px; margin-bottom: 10px; font-style: italic; font-weight: 300; }
.form-newsletter { background: #FFF; filter: drop-shadow(0px 0px 30px rgba(39, 106, 234, 0.50)) drop-shadow(0px 0px 10px #08C1FA); padding: 40px; border-radius: 30px; position: relative; }
form#FormNewsletter textarea { border-width: 0 0 1px 0; border-radius: 0; text-indent: 9px; height: 90px; font-size: 14px; box-shadow: none !important; color: #333; }
form#FormNewsletter .row { row-gap: 10px; }
form#FormNewsletter > row { gap: 10px; }
.form-newsletter input { margin-bottom: 0px; height: 34px; border: 1px solid #DDD; font-size: 13px; border-radius: 3px; outline: none; color: #333; padding: 3px 0; padding-right: 37px; border-width: 0 0 1px 0; border-radius: 0; text-indent: 18px; color: #1A1A1A; font-family: Montserrat; font-size: 14px; font-style: normal; font-weight: 400; line-height: 30px; box-shadow: none !important; }
.form-newsletter input::placeholder { color: #333; }
.form-newsletter button { width: 43px; height: 34px; font-size: 13px; border-radius: 3px; outline: none; background: var(--color-main); color: #fff; font-weight: 400; border: none; display: flex; width: 60px; height: 36px; padding: 10px; justify-content: center; align-items: center; gap: 10px; border-radius: 6px 6px 0px 0px; background: var(--MU-CHNH, linear-gradient(90deg, #08C1FA 0%, #7426C4 100%)); position: absolute; bottom: 41px; right: 40px; font-weight: 700; text-transform: uppercase; }
.form-newsletter button:hover { color: #fff; background: #ae0009; }
.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; }

/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; }
.row-product { margin: 0px; margin: 0px -12px; }
.col-product { padding: 0px 12px; margin-bottom: 24px; }
.product { display: block; position: relative; border-radius: 10px; height: 100%; background: #fff; border-radius: 20px; background: #FFF; box-shadow: 0px 4px 15px 0px rgba(39, 106, 234, 0.15); transition: all 2s; }
.product:hover { box-shadow: 0px 4px 15px 0px rgb(39 106 234 / 52%); transition: all 2s; }
.product .pic-product { background: #fff; margin-bottom: 10px; display: block; position: relative; overflow: hidden; border-radius: 10px 10px 0 0; }
.info-product { padding: 10px 15px; }
.product .name-product { margin-bottom: 8px; font-weight: normal; }
.product .name-product a { font-size: 15px; color: #474747; line-height: 25px; font-weight: 500; height: 50px; text-align: center; }
.product .name-product a:hover { color: #2557ae; }
.product .name-product .text-split { -webkit-line-clamp: 2; }
.info-product-left { width: calc(100% - 50px); }
.price-product { margin-bottom: 5px; color: #555; }
.price-new { font-size: 17px; font-weight: 600; color: var(--color-main); display: inline-block; text-transform: capitalize; margin-right: 10px; }
.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; }
.star-view-product { display: flex; align-items: center; flex-wrap: wrap; }
.star-product { font-size: 9px; position: relative; color: #999; margin-right: 15px; }
.star-product .star-active { position: absolute; left: 0px; top: 0px; width: var(--star-width); white-space: nowrap; overflow: hidden; color: #FFCD00; }
.view-product { color: #999; font-size: 13px; }
.cart-product { width: 45px; text-align: center; }
.cart-product span { display: inline-flex; cursor: pointer; width: 38px; height: 38px; background: #2557ae; border-radius: 50%; justify-content: center; align-items: center; }
.cart-product span:hover { animation: t; }
.cart-product .add-cart img { filter: brightness(0) invert(1); pointer-events: none; }
.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 .title-pro-detail { font-size: 19px; font-weight: 500; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; }
.album-product { position: relative; max-width: 550px; margin: 10px auto 0px; }
.row-pro-detail { margin: 0px -5px; }
.col-pro-detail { padding: 0px 5px; }
.swiper-pro-detail .swiper-button-prev { left: 0px; }
.swiper-pro-detail .swiper-button-next { right: 0px; }
.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next { top: calc(50% + 7px); width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background: rgb(0 0 0 / 50%); border-radius: 5px; color: #fff; }
.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after { font-size: 15px; }
.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover { background: var(--color-main); color: #fff; }
.item-detail { color: #8E8E8E; font-size: 14px; padding: 0px 19px; position: relative; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail:last-child::after { display: none; }
.item-detail i { margin-right: 5px; }
.product-sold-detail { color: #9F9F9F; font-size: 14px; }
.product-sold-detail span { color: #474747; font-weight: 600; }
.product-price-detail { background: #F5F5F5; padding: 12px 20px; border-radius: 6px; }
.product-price-detail strong { color: #474747; font-size: 16px; font-weight: 500; margin-right: 15px; }
.product-price-detail .attr-content-pro-detail { display: flex; align-items: center; }
.product-price-detail .price-new-pro-detail { color: var(--color-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; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00 }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: var(--color-main); }
.quantity-pro-detail { margin-top: 10px; width: 100%; max-width: 164px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; border: 1px solid #000; margin-right: 20px; border-radius: 15px; font-weight: 500; border: none; border-radius: 0px; }
.quantity-pro-detail span { line-height: 31px; padding: 0; width: 37px; height: 33px; color: #000; cursor: pointer; font-size: 18px; border-radius: 3px; }
.quantity-pro-detail span.quantity-plus-pro-detail { margin-left: -1px; }
.quantity-pro-detail span.quantity-minus-pro-detail { margin-right: -1px; }
.quantity-pro-detail input { height: 33px; width: calc(100% - 72px); text-align: center; padding: 5px; border-radius: 3px; font-size: 16px; font-weight: normal; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-minus-pro-detail, .quantity-pro-detail .quantity-plus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: flex-end; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 10px 20px; text-transform: capitalize; cursor: pointer; border-radius: 3px; font-weight: 500; font-size: 15px; line-height: 23px; border: 1px solid var(--color-main); }
.cart-pro-detail a.addnow { margin-right: 10px; color: var(--color-main) }
.cart-pro-detail a.addnow:hover { background-color: var(--color-main); color: #fff; border-color: var(--color-main); }
.cart-pro-detail a.buynow { background-color: var(--color-main) }
.cart-pro-detail a.buynow:hover { background-color: var(--color-main); color: #fff }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px }
.left-content-detail { width: calc(100% - 320px); background: #FAFAFA; padding: 30px 20px; border: 1px solid #E0E0E0; border-radius: 10px; }
.right-content-detail { width: 300px; }
.title-product-detail { background: #EEEEEE; color: #1C1B19; padding: 12px 18px; border-radius: 3px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.sub-right { margin-bottom: 30px; }
.title-right { color: #1C1B19; font-size: 17px; text-transform: uppercase; font-weight: 500; padding: 13px 18px; margin-bottom: 5px; border-bottom: 2px solid var(--color-main); border-radius: 3px; background: #F9F9F9; }

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

/* Contact */
.contact-detail { display: flex; justify-content: space-between; }
.left-contact-detail { width: 60%; }
.right-contact-detail { width: calc(100% - 60% - 60px); }
.contact-map { position: relative; height: 385px; border-radius: 10px; overflow: hidden; }
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }
.row-contact { display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; }
.social-contact { text-align: center; }
.social-contact > div { display: inline-flex; align-items: center; justify-content: center; background: var(--color-main); padding: 5px 30px; margin-top: 30px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.social-contact > div a { display: inline-block; margin: 0 2px; }
.contact-item { width: calc((100% / 3) - 10px); text-align: center; font-size: 15px; }
.contact-item i { display: inline-block; margin-bottom: 10px; }
.contact-item img { width: 40px; height: 40px !important; }
.contact-item p { margin-bottom: 10px; font-weight: 700; }
.contact-item span { font-size: 14px; }
.row-contact-input { display: flex; justify-content: space-between; align-items: end; }
.row-contact-input .contact-input:nth-child(1) { width: 80%; }
.row-contact-input .contact-input:nth-child(2) { width: calc(100% - 80% - 8px); }
.row-contact-input .contact-input:nth-child(2) label { margin-bottom: 15px; }
.contact-input label { font-size: 12px; font-weight: 600; color: #22292f; transition: all 0.8s; }
.contact-input input { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 45px; margin-bottom: 15px; overflow: hidden; }
.contact-input input::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-input textarea { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 70px; margin-bottom: 20px; }
.contact-input textarea::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; max-width: 300px; width: 100%; height: 40px; background: var(--color-main); border-radius: 30px; margin: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 0.3s; }
.contact-form button:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; background: #000; }
.contact-input { display: flex; flex-direction: column-reverse }
.contact-input .form-control { overflow: hidden; }
.contact-input .form-control:focus { color: #212529; border-color: var(--color-main); outline: 0; box-shadow: unset }
.contact-input .form-control:focus::placeholder { transform: translateY(-200%); }
.contact-input .form-control:focus + label { color: var(--color-main); }
.contact-input input input[type=number]::-webkit-inner-spin-button, .contact-input input input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.contact-input input[type="file"] { display: none; }
.custom-file-upload { display: inline-block; padding: 10px; cursor: pointer; transition: all 0.4s; font-size: 20px; display: block; text-align: center; }
.file-input.has-file label { color: var(--color-main); }
.custom-file-upload i { font-size: 25px; }
.custom-file-upload:hover { color: var(--color-main); }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }

/*  breadCrumbs */
.breadCrumbs { padding: 10px 10px; background: #ddd; }
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }

/* Zalo */
.btn-phone { bottom: 315px; }
.btn-messenger { bottom: 150px; }
.btn-frame svg { max-width: 32px; }
.btn-zalo { bottom: 230px; }
#qrzalo .modal-dialog { max-width: 250px; margin: 0.5rem auto; }

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

/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; }
.swiper-button { padding: 5px 10px; background: rgb(0 0 0 / 30%); border-radius: 5px; width: 32px; }
.swiper-button::after { font-size: 25px; color: #fff; }
.swiper-button:hover { background: var(--color-main); }

/* News */
.owl-news { margin-top: 30px; }
.row-news { margin: 0px -11.5px; }
.col-news { padding: 0px 11.5px; margin-bottom: 30px; }
.info-news { padding-top: 15px; }
.info-news h3 { margin-bottom: 8px; }
.info-news h3 a { color: #1C1B19; font-size: 18px; font-weight: 600; line-height: 1.5; text-transform: capitalize; }
.info-news h3 a.text-split { -webkit-line-clamp: 1; }
.info-news h3 a:hover { color: var(--color-main); }
.desc-news { line-height: 26px; font-size: 14px; color: #4D4D4D; margin-bottom: 0px; margin-top: 5px; height: auto; margin-bottom: 20px; }
.desc-news.text-split { -webkit-line-clamp: 3; }
.info-news span img { margin-right: 5px; }
.info-news span i { margin-right: 7px; }
.sort-product { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.item-sort { display: inline-block; padding: 5px 15px; border-radius: 5px; border: 1px solid #ccc; font-size: 14px; color: #333; cursor: pointer; }
.item-sort i { margin-left: 10px; }
.item-sort:hover, .item-sort.active { color: #fff; background: #A86B11; border-color: #A86B11; }
.chitietsanpham { position: relative; }
.wrap-show-content { position: relative; }
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #FAFAFA); padding-top: 100px; }
.btn-show-content span { background: var(--color-main); color: #fff; padding: 8px 20px; border-radius: 5px; cursor: pointer; display: inline-block; }
.btn-show-content span i { margin-left: 10px; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }

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

/* Product */
.filter { position: absolute; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; text-transform: uppercase; border-radius: 5px; cursor: pointer; border: 1px solid #ddd; display: none; }
.flex-product-main { display: flex; gap: 20px; }
.flex-product-main .left-product { width: 250px; border: 1px solid #f1f1f1; padding: 20px; border-radius: 5px; }
.flex-product-main .right-product { width: calc(100% - 250px); }

/* Google Translate */
#google_language_translator { clear: both; width: auto !important; text-align: right; display: none; }
.box_changelang { position: relative; display: inline-flex; align-items: center; background: #fff; height: 40px; padding: 3px 12px; border-radius: 5px; margin: 0 15px; color: #000; z-index: 1111; min-width: 150px; width: 150px; }
.box_changelang .lang_current { align-items: center; height: 26px; display: flex; background-repeat: no-repeat; background-position: center left; cursor: pointer; background-size: 30px; }
.box_changelang .lang_txt { font-size: 12px; color: #000; letter-spacing: 1px; background-size: 26px 26px; padding-left: 40px; background-repeat: no-repeat; line-height: 26px; }
.box_changelang .box_solang { position: absolute; top: 100%; right: 0; width: 150px; background: #fff; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); padding: 10px 10px; display: none; z-index: 99; }
.box_changelang .box_solang a { background-repeat: no-repeat; background-position: center left; color: #333; font-size: 12px; letter-spacing: 1px; min-height: 26px; display: flex; align-items: center; margin: 0; text-transform: capitalize; padding-left: 36px; justify-content: start; padding: 10px 0; padding-left: 40px; border-bottom: 1px solid #cccccc57; }
.box_changelang .box_solang a img { width: 26px; }
.box_changelang .box_solang a:hover { color: #2695ea; }
.box_so { color: #000; display: flex; align-items: center; margin-top: -1px; margin-left: 5px; cursor: pointer; font-size: 12px; }
.goog-te-banner-frame { display: none; }
.skiptranslate iframe { display: none; }

/* About */
.wrap-about { padding: 50px 0; position: relative; }
.wrap-about:after { content: ''; position: absolute; width: 160px; height: 510px; border-radius: 0px 0px 200px 200px; background: var(--MU-CHNH, linear-gradient(90deg, #08C1FA 0%, #7426C4 100%)); top: 0; left: calc((100% - 1300px)/2); z-index: -1; }
.left-about { width: 52.31%; position: relative; padding-bottom: 90px; padding-left: 80px; }
.left-about:after { content: ''; position: absolute; background: url(../images/intro-txt.png); width: 36px; height: 161px; top: 20px; right: 36px; }
.right-about { width: 43.85%; }
.right-about { width: 43.85%; position: relative; }
.right-about:after { content: ''; position: absolute; width: 100px; height: 100px; background: url(../images/deco-intro.png); bottom: -15%; right: 20%; }
.video-about { width: 100%; margin-top: 60px; }
.title-about { position: relative; margin-bottom: 20px; }
.title-about p { color: #276AEA; font-size: 19px; font-style: italic; margin-bottom: 0; background: url(../images/arr.png) no-repeat center left; padding-left: 85px; }
.title-about span { font-size: 40px; font-weight: 700; letter-spacing: -2.5px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; }
.right-about .title-about span { color: #15AA5A; }
.desc-about { color: #333; font-size: 15px; line-height: 30px; text-align: justify; margin-bottom: 30px; }
.desc-about.text-split { -webkit-line-clamp: 7; }
.view-about { padding: 10px 24px; color: #fff; font-size: 16px; text-transform: capitalize; text-align: center; border-radius: 10px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); display: inline-flex; align-items: center; gap: 10px; font-weight: 700; border: 1px solid #09c0fa; }
.view-about:hover { color: #fff; background: #fff; border: 1px solid var(--color-main); background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.view-about:hover svg path { fill: var(--color-main); }
.menu-header a { color: #FFF; font-family: Montserrat; font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; }
.email-header { color: #FFF; font-family: Montserrat; font-size: 14px; font-style: normal; font-weight: 500; line-height: 30px;    /* 214.286% */ background: url(../images/email.png) no-repeat center left; padding-left: 27px; }
.user-header a { color: #fff; font-weight: 500; }
.user-header a:hover { color: #fbff1b; }
.user-header a ~ a { margin-left: 15px; }
.count-cart { position: absolute; top: -8px; right: -10px; border-radius: 10px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); width: 16px; height: 16px; line-height: 16px; font-weight: 300; color: #ffff; font-size: 12px; text-align: center; }
.btn-header.btn-header-cart { position: relative; padding: 0 !important; }
span.line-user { color: #fff; display: inline; margin-left: 15px; }
.left-about a { border-radius: 10px; overflow: hidden; display: block; }
.pic-intro-1 { max-width: 500px; }
.pic-intro-2 { max-width: 360px; position: absolute; bottom: 0px; z-index: 2; right: 0; border: 10px solid #fff; border-radius: 20px; }

/* fix */
.modal-pro { transition: .4s all; position: absolute; top: 35%; transform: translate(0, -35%); right: 0; margin-top: 0; z-index: 1000; }
#popup-quickview1 { z-index: 10000; }
.contact-group#hotline { z-index: 9999; }
@keyframes slideInFromRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes slideOutToRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}
#popup-quickview1 .modal.fade .modal-dialog { animation: slideInFromRight 0.65s ease-out forwards; }
#popup-quickview1 .modal.fade.show .modal-dialog { animation: slideInFromRight 0.65s ease-out forwards; }
#popup-quickview1 .modal.fade:not(.show) .modal-dialog { animation: slideOutToRight 0.65s ease-in forwards; }
.modal-pro .modal-header { background: #051546; color: #fff; padding: 10px; }
.modal-pro .modal-header .btn-close { color: #fff; filter: contrast(0); }
.product-2 { display: flex; align-items: center; justify-content: space-between; padding: 0 0px 15px; border-bottom: 1px dashed #DDD; gap: 15px; align-items: center; }
.pic-product-2 { width: 150px; border-radius: 5px; overflow: hidden; }
.info-product-2 { width: calc(100% - 132px); }
.info-product-2 h3 { margin-bottom: 10px; }
.info-product-2 h3 span { color: #474747; font-size: 14px; font-weight: 500; line-height: 1.5; }
.info-product-2 h3 span.text-split { -webkit-line-clamp: 2; }
.info-product-2 .price-product { margin-bottom: 9px; }
.info-product-2 .price-new { font-size: 15px; }
.info-product-2 .price-old { font-size: 12px; }
.cart-product-2 a { padding: 4px 10px; color: var(--color-main); background: #FFFDF9; font-size: 13px; border: 1px solid var(--color-main); border-radius: 3px; cursor: pointer; display: inline-block; }
.cart-product-2 a:nth-child(1) { margin-right: 4px; }
.cart-product-2 a:nth-child(2) { background: var(--color-main); color: #fff; }
.cart-product-2 a:hover { background: var(--color-main); color: #fff; }

/* Video */
.box-video h3 { color: #1A1A1A; font-family: Montserrat; font-size: 16px; font-style: normal; font-weight: 600; line-height: 40px;    /* 250% */ text-align: left; position: relative; padding-left: 15px; }
.box-video h3:after { content: ''; position: absolute; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); opacity: 0.5; width: 36px; height: 36px; top: 0; left: 0; z-index: -1; border-radius: 50%; }
.img-video { margin-bottom: 15px; border-radius: 15px; overflow: hidden; position: relative; }
.img-video:after { content: ''; position: absolute; width: 80px; height: 80px; background: url(../images/play.png); top: calc(50% - 40px); left: calc(50% - 40px); animation: tada 1.5s infinite; }

/* News */
.box-news .pic, .box-news .pic img {    /* border-radius: 10px; */ }
.box-exp .pic { width: 210px; }
.box-exp .info-exp { position: relative; }
.box-exp { padding-bottom: 20px; border-bottom: 1px solid #ccdae3; padding-left: 35px; }
.box-exp.reverse { flex-direction: row-reverse; }
.info-exp h3 a { color: #004674; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; text-transform: capitalize; }
.desc-exp { color: #4D4D4D; text-align: left; font-size: 15px; font-style: normal; font-style: italic; -webkit-line-clamp: 2; margin-bottom: 0; height: 45px; }
.info-exp h3 a:hover { color: var(--color-main); }
.box-exp .pic, .box-exp img { border-radius: 10px; }
.date-exp { padding: 5px; border-radius: 5px; background: #FCE195; width: 44.891px; height: 62px; position: absolute; left: 0; top: 50%; transform: translateY(-50%) translateX(-120%); }
.box-exp.reverse .date-exp { left: 100%; transform: translateY(-50%) translateX(10%); }
.date-exp span { display: block; text-align: center; }
.date-exp span:nth-child(1) { color: #0AA321; text-align: center; font-family: SVN-Poppins; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; border-bottom: 1px solid #000; }
.date-exp span:nth-child(2) { color: #282828; font-family: SVN-Poppins; font-size: 17px; font-style: normal; font-weight: 400; line-height: 30px; }
.news-left { width: 48%; position: relative; }
.box-news { border-radius: 20px; background: #FFF; box-shadow: 0px 4px 15px 0px rgba(39, 106, 234, 0.15); overflow: hidden; }
.box-news:hover { box-shadow: 0px 4px 15px 0px rgb(39 106 234 / 51%); }
.news-right { width: 49%; padding-left: 0; }
.news-right .box-news .info-news { padding-top: 0; }
.news-left .box-news .info-news { padding: 15px; padding-bottom: 10px; }
.news-date img { border-radius: 0; margin-right: 10px; }
.title-news span { color: #1A1A1A; text-align: left; font-size: 35px; font-weight: 800; line-height: 35px;    /* 100% */ display: block; background: url(../images/arr.png) no-repeat center left; padding-left: 90px; }
.title-news .slogan { color: #1A1A1A; font-family: Montserrat; font-size: 15px; font-style: normal; font-weight: 400; line-height: 35px;    /* 233.333% */ letter-spacing: 1.5px; }
.title-news { margin-bottom: 15px; }
.news-date span { text-align: justify; font-family: Montserrat; font-size: 14px; font-style: normal; font-weight: 500; line-height: 35px; background: var(--MU-CHNH, linear-gradient(90deg, #08C1FA 0%, #7426C4 100%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; position: relative; padding-right: 20px; margin-right: 15px; }
.news-date span:nth-child(1):after { content: ''; position: absolute; width: 5px; height: 5px; background: #7426C4; top: calc(50% - 2.5px); right: 0; transform: rotate(45deg); }
@media (max-width:768px) {
    .news-left { width: 100%; margin-bottom: 20px; }
    .news-right { width: 100%; }
}
.news-date { padding-top: 7px; margin-top: 7px; border-top: 1px solid #E6E6E6; }
.news-right .box-news { padding: 10px 25px 2px 25px; margin: 7px 10px; }
.news-right .desc-news { margin-bottom: 7px; }
.news-right .info-news h3 { margin-bottom: 2px; }

/* Newsletter */
.newsletter-home { background: url(../images/bg-letter.jpg); background-size: cover; padding: 80px 0; background-position: center center; }
.wrap-form { max-width: 500px; margin-left: auto; }
.title-news-letter { color: #FFF; text-align: center; font-size: 35px; font-weight: 800; margin-bottom: 12px; }
.form-newsletter input.fullname { background: url(../images/fullname.png) no-repeat center right +10px #fff; }
.form-newsletter input.phone { background: url(../images/phone-lt.png) no-repeat center right +10px #fff; }
.form-newsletter input.email { background: url(../images/email-lt.png) no-repeat center right +10px #fff; }
.form-newsletter input.courses { background: url(../images/courses.png) no-repeat center right +10px #fff; }

/* News AI */
.news-ai-left { width: 48.46%; }
.title-ai { text-align: center; margin-bottom: 25px; }
.title-ai p { color: #1A1A1A; font-size: 35px; font-weight: 800; line-height: 35px; margin-bottom: 0; display: inline-block; position: relative; }
.title-ai p:after { content: ''; position: absolute; background: url(../images/arr.png); width: 67px; height: 9px; top: calc(50% - 4.5px); left: 0; transform: translate(-120%); }
.title-ai span { font-size: 50px; font-weight: 700; text-transform: uppercase; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: block; }
.title-ai p:before { content: ''; position: absolute; background: url(../images/arr.png); width: 67px; height: 9px; top: calc(50% - 4.5px); right: 0; transform: translate(120%) rotate(180deg); }
.item-ai { overflow: hidden; padding: 0 5px 5px 0; position: relative; border-radius: 20px; }
.item-ai .numb { font-size: 60px; font-style: normal; font-weight: 900; line-height: 50px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.content-ai { width: calc(100% - 85px); }
.name-ai { color: #1A1A1A; font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; }
.desc-ai { color: #4D4D4D; line-height: 28px; }
.news-ai-right { width: 48.46%; }
.news-ai-right .swiper-vertical { height: 397px; padding-right: 5px; padding-bottom: 5px; padding-top: 30px; }
.box-ai { position: relative; border-radius: 20px; border: 1px solid #08C1FA; padding: 20px 35px; display: flex; align-items: start; justify-content: space-between; background: #fff; }
.item-ai:hover { transform: translateY(-10px); transition: all .3s; }
.box-ai:before { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 20px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); z-index: -1; top: 5px; right: -5px; }
.item-ai:before { content: ''; position: absolute; width: 80px; height: 80px; border-radius: 50%; background: #276aea1f; bottom: -25px; left: -8px; z-index: 2; }

/* Feedback */
.wrap-feedback { background: url(../images/bg-fb.jpg); padding: 55px 0; background-size: cover; background-position: center center; }
.wrap-feedback .wrap-content { max-width: 900px; }
.box-feedback { max-width: 700px; margin: auto; text-align: center; }
.info-feedback p { color: #FFF; font-size: 20px; font-weight: 800; text-transform: uppercase; margin-bottom: 5px; background: url(../images/phay.png) no-repeat center top; padding-top: 50px; }
.info-feedback span { font-size: 16px; font-style: italic; font-weight: 500; line-height: 30px; color: #fff; margin-bottom: 10px; }
.box-feedback .pic { border-radius: 50%; overflow: hidden; display: inline-block; }
.wrap-feedback .swiper-button-prev:after, .wrap-feedback .swiper-rtl .swiper-button-next:after { content: ''; position: absolute; width: 57px; height: 35px; background: url(../images/next.png); transform: rotate(180deg); }
.wrap-feedback .swiper-button { width: 57px; height: 35px; background: transparent; }
.wrap-feedback .swiper-button-next:after, .wrap-feedback .swiper-rtl .swiper-button-prev:after { content: ''; position: absolute; width: 57px; height: 35px; background: url(../images/next.png); }

/* Album */
.album_m { padding-bottom: 90px; }
.box_album { position: relative; margin-bottom: 30px; }
.box_album .swiper-slide { width: 700px; }
.box_album .swiper-slide img { width: 100%; height: auto;    /*border-radius: 20px; overflow: hidden;*/ }
.swiper-button-alb { width: 47px; height: 47px; border: 1px solid; border-radius: 50%; z-index: 100; font-size: 18px }
.swiper-button-alb:hover { background: var(--color-main); color: #fff }
.swiper-button-alb:after { display: none }
.box_album .swiper-button-next { left: calc(100% + 10px); right: initial; }
.box_album .swiper-button-prev { right: calc(100% + 10px); left: initial; }

/*.box_album .swiper-slide {margin-right: 30px!important;}*/

/*.box_album .swiper-slide .pic { border-radius: 20px; overflow: hidden; position: relative; }*/

/*.box_album .swiper-slide-prev .pic { -webkit-mask-image: url(../images/mask-ab.png); mask-image: url(../images/mask-ab.png) top right; mask-size: 260px 394px; mask-repeat: no-repeat; mask-position: top right; transition: all .4s; }*/

/*.box_album .swiper-slide-next .pic { -webkit-mask-image: url(../images/mask-ab-2.png); mask-image: url(../images/mask-ab-2.png); mask-size: 260px 394px; mask-repeat: no-repeat; mask-position: top left; transition: all .4s; }*/
.box_album .swiper-slide .pic:after { content: ''; position: absolute; width: 100%; height: 100px;    /* border-radius: 0px 0px 20px 20px; */ background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); bottom: 0; left: 0; opacity: 0; visibility: hidden; pointer-events: none; }
.name-album { position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; color: #FFF; text-align: center; font-family: Montserrat; font-size: 20px; font-style: normal; font-weight: 700; line-height: 35px;    /* 175% */ text-transform: uppercase; margin-bottom: 25px; opacity: 0; visibility: hidden; pointer-events: none; }
.box_album .swiper-slide-active .pic:after { opacity: 1; visibility: visible; }
.box_album .swiper-slide-active .name-album { opacity: 1; visibility: visible; }
.footer-name { font-weight: 700; color: #000; }
.footer-copyright { border-radius: 30px 0px 0px 30px; background: var(--MU-CHNH, linear-gradient(90deg, #08C1FA 0%, #7426C4 100%)); min-width: 554px; min-height: 50px; text-align: center; padding: 14px 10px; margin-left: auto; }

/* Video */
.flex-product-detail { display: flex; justify-content: space-between; flex-direction: row-reverse; }
.left-product-detail { width: 330px; position: relative; z-index: 998; }
.right-product-detail { width: calc(100% - 330px); position: relative; z-index: 1; background: #000; aspect-ratio: 1093/615; }
.right-product-detail iframe { position: absolute; width: 100%; height: 100%; }
.aside--sticky { position: -webkit-sticky; position: sticky; top: 75px; }
.group-sidebox { margin: 0 0 20px; position: relative; background: #fff; z-index: 10; }
.group-sidebox-none { margin-bottom: 20px; }
.group-sidebox .sidebox-title h3 { text-transform: capitalize; padding: 10px 12px; text-align: left; position: relative; color: #000000; margin: 0; font-size: 15px; line-height: 1.4; }
.sidebox-content ul { list-style: none; padding: 0px; }
.menuList-links { margin: 0; }
.menuList-links li { position: relative; z-index: 10; }
.menuList-links li a { color: #252a2b; position: relative; font-size: 14px; display: block; }
.menuList-links li a:hover, .menuList-links li a:focus { color: var(--main-color); }
.menuList-links li { }
.menuList-links li:last-child { border-bottom: none; }
.menuList-links li > a { font-weight: 500; font-size: 15px; background: #f7f8fa; padding: 10px 20px; border-bottom: 1px solid #dedfe0; }
.menuList-links li > a.active { background: #0abff9; color: #fff; }
.menuList-links li.has-submenu > a { padding-right: 30px; }
.menuList-links > li.has-submenu .icon-plus-submenu:hover { border: 1px solid #e7e7e7; }
ul.menuList-links li ul.submenu-links { display: none; }
ul.submenu-links li a { padding: 8px 0 8px 0px; }
li.has-submenu.level0 ul.submenu-links { border-top: 1px dashed #e7e7e7; }
li.has-submenu.level0 ul.submenu-links li a { padding-left: 12px; }
li.has-submenu.level1 ul.submenu-links li a { padding-left: 15px; }
li.has-submenu.level2 ul.submenu-links li a { padding-left: 25px; }
ul.menuList-links li ul { position: absolute; right: -10px; transform: translateX(100%); z-index: 1; min-width: 280px; top: 0; background: #fff; border: 1px solid #ccc; padding: 0 10px; opacity: 0; visibility: hidden; overflow: hidden; transition: all 0.3s; }
ul.menuList-links li:hover ul { opacity: 1; visibility: visible; overflow: visible; }
.menuList-links > li.has-submenu span.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid transparent; }
.header-video { background: #29303b; padding: 15px; color: #fff; margin-bottom: 0; }
.box-video-file { position: relative; padding-top: 56.25%; }
.box-video-file video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.return-page { display: inline-block; margin-right: 12px; cursor: pointer; }
.return-page a { color: #fff; }
.btn-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgb(11 189 249 / 37%); color: #fff; border: none; padding: 10px 20px; font-size: 60px; cursor: pointer; border-radius: 50px; line-height: 60px; width: 100px; height: 100px; }
.btn-play.hidden { display: none; }
.join-class a { line-height: 38px; text-align: center; background: var(--color-main); display: block; border-radius: 5px; color: #fff; font-weight: 600; font-size: 16px; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); border: 1px solid #08C1FA; }
.join-class a:hover { background: var(--MU-CHNH, linear-gradient(90deg, #08C1FA 0%, #7426C4 100%)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; border: 1px solid var(--color-main); }

/* Letter Popup */
.box-newsletter { border-radius: 11px; background-color: var(--color-main); box-shadow: rgb(0, 0, 0) 0px 5px 0px 0px; padding: 15px; }
.title-letter { font-weight: bold; line-height: 1.2; color: rgb(255, 255, 255); text-align: center; font-size: 30px; margin-bottom: 25px; }
#popup-booking .modal-dialog { max-width: 600px; }
#FormNewsletterPopup input::placeholder { color: #000; font-size: 14px; }
#FormNewsletterPopup input { color: #000; font-size: 14px; margin-bottom: 10px; height: 40px; }
#FormNewsletterPopup button[type=submit] { width: 100%; height: calc(100% - 10px); background-color: rgb(255, 222, 89); font-size: 20px; font-weight: 700; border-radius: 5px; min-height: 40px; }
#FormNewsletterPopup button[type=submit]:hover { background: #0de8f3; }
#FormNewsletterPopup .row { margin: 0px -5px; }
#FormNewsletterPopup .row>* { padding: 0px 5px; }
.slogan-popup { color: #fff; text-align: center; }

/* Popup notify */
.notification-popup { position: relative; max-width: 550px; width: 100%; padding: 5px; background-color: #fff; border-radius: 10px; box-shadow: 5px 1px 10px rgb(5 95 124 / 19%); }
.close-btn { float: right; cursor: pointer; font-size: 19px; color: #bbb; background: #f8f4ff; border: none; height: 30px; width: 30px; border-radius: 50%; transition: all 0.3s ease-in-out; position: absolute; top: 11px; right: 15px; }
.close-btn:hover { background-color: #e0d4ff; color: #38196b; border: 1px solid #c7a4ff; }
.notification { margin: 20px auto; padding: 10px; }
.notification h2 { font-size: 18px; color: #38196b; margin-bottom: 15px; }
.notification-icon { display: flex; align-items: center; }
.notification-icon i.fa-bell { height: 45px; width: 50px; font-size: 22px; color: #fff; background: linear-gradient(to bottom right, #9ab0ff, #eb73ff); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.notification-icon p { margin-left: 15px; }
.button-container { display: flex; justify-content: right; gap: 15px; }
.block-btn, .allow-btn { padding: 4px 20px; border-radius: 6px; font-size: 14px; font-weight: bold; cursor: pointer; background: none; font-family: "Poppins", sans-serif; font-weight: 500; font-size: 16px; margin: 20px 0 -20px 0; transition: all 0.3s ease-in-out; }
.block-btn { border: 1px solid #ffb2b2; color: #ff1212; }
.block-btn:hover { background-color: #ffcccc; border-color: #ff1212; color: #a30000; }
.allow-btn { border: 1px solid var(--color-main); color: var(--color-main); }
.allow-btn:hover { background-color: #e0f7e8; border-color: #0abe31; color: #0a7b22; }
@media (max-width:345px) {
    .close-btn { height: 36px; width: 36px; font-size: 20px; }
    .notification h2 { font-size: 20px; margin-bottom: 20px; }
    .notification-icon { flex-direction: column; margin-bottom: 20px; }
    .notification-icon p { margin-top: 10px; font-size: 16px; }
    .button-container { flex-direction: column-reverse; }
    .block-btn, .allow-btn { width: 100%; font-size: 16px; }
}
#popup-notifications .modal-content { background: transparent; }
.btn-zoom a { display: inline-block; padding: 10px 20px; background: var(--color-main); color: #fff; background: linear-gradient(90deg, #08C1FA 0%, #7426C4 100%); border-radius: 10px; text-transform: uppercase; font-weight: 700; transition: all .2s; }
.btn-zoom a:hover { box-shadow: 0 0 10px #08c0f9; }
div#footer-note { color: #000; text-align: center; line-height: 30px; padding: 25px 0; border-top: 1px solid #0002; border-bottom: 1px solid #0002; margin: 25px 0; margin-bottom: 0; }
.img-video-iframe { position: relative; aspect-ratio: 410/240; border-radius: 15px; margin-bottom: 15px; }
.img-video-iframe iframe { position: absolute; width: 100%; height: 100%; }
.item-video-history { display: flex; justify-content: start; gap: 25px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #ccc; }
.pic-video-history { width: 100px; }
.in4-video-history { width: calc(100% - 125px); }
.name-video-history { font-weight: 700; font-size: 16px; }