@charset "UTF-8";
@font-face { font-family: 'l'; src: url('../fonts/SVN-PoppinsLight/SVN-PoppinsLight.eot'); src: local('â˜º'), url('../fonts/SVN-PoppinsLight/SVN-PoppinsLight.woff') format('woff'), url('../fonts/SVN-PoppinsLight/SVN-PoppinsLight.ttf') format('truetype'), url('../fonts/SVN-PoppinsLight/SVN-PoppinsLight.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'r'; src: url('../fonts/SVN-Poppins/SVN-Poppins.eot'); src: local('â˜º'), url('../fonts/SVN-Poppins/SVN-Poppins.woff') format('woff'), url('../fonts/SVN-Poppins/SVN-Poppins.ttf') format('truetype'), url('../fonts/SVN-Poppins/SVN-Poppins.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'm'; src: url('../fonts/SVN-PoppinsMedium/SVN-PoppinsMedium.eot'); src: local('â˜º'), url('../fonts/SVN-PoppinsMedium/SVN-PoppinsMedium.woff') format('woff'), url('../fonts/SVN-PoppinsMedium/SVN-PoppinsMedium.ttf') format('truetype'), url('../fonts/SVN-PoppinsMedium/SVN-PoppinsMedium.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'sb'; src: url('../fonts/SVN-PoppinsSemiBold/SVN-PoppinsSemiBold.eot'); src: local('â˜º'), url('../fonts/SVN-PoppinsSemiBold/SVN-PoppinsSemiBold.woff') format('woff'), url('../fonts/SVN-PoppinsSemiBold/SVN-PoppinsSemiBold.ttf') format('truetype'), url('../fonts/SVN-PoppinsSemiBold/SVN-PoppinsSemiBold.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'b'; src: url('../fonts/SVN-PoppinsBold/SVN-PoppinsBold.eot'); src: local('â˜º'), url('../fonts/SVN-PoppinsBold/SVN-PoppinsBold.woff') format('woff'), url('../fonts/SVN-PoppinsBold/SVN-PoppinsBold.ttf') format('truetype'), url('../fonts/SVN-PoppinsBold/SVN-PoppinsBold.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'bl'; src: url('../fonts/SVN-PoppinsBlack/SVN-PoppinsBlack.eot'); src: local('â˜º'), url('../fonts/SVN-PoppinsBlack/SVN-PoppinsBlack.woff') format('woff'), url('../fonts/SVN-PoppinsBlack/SVN-PoppinsBlack.ttf') format('truetype'), url('../fonts/SVN-PoppinsBlack/SVN-PoppinsBlack.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'ftv'; src: url('../fonts/1FTVVIPBlacksword/1FTVVIPBlacksword.eot'); src: local('â˜º'), url('../fonts/1FTVVIPBlacksword/1FTVVIPBlacksword.woff') format('woff'), url('../fonts/1FTVVIPBlacksword/1FTVVIPBlacksword.ttf') format('truetype'), url('../fonts/1FTVVIPBlacksword/1FTVVIPBlacksword.svg') format('svg'); font-weight: normal; font-style: normal; }

/* @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: #185EE0; --color-social: linear-gradient(317deg, #1051DF -12.61%, #34B7FB 62.28%); --color-hover: red; --color-text: #f00; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body {font-size: 14px;line-height: 1.5;font-family: 'r';top: 0 !important;!i;!;}
.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: 1300px; }
.container-custom { padding: 0px 10px; margin: 0px auto; }
.none { display: none }
img { max-width: 100%; display: inline-block; -o-object-fit: cover; object-fit: cover; }
* { box-sizing: border-box; }
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; }
.scale-img img, .scale-img picture { transition: all 0.5s; }
.scale-img:hover img, .scale-img:hover picture { transform: scale(1.2, 1.2); }
.hover-img { position: relative; overflow: hidden; display: block; }
.text-split {overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 3;line-height: 25px;}
.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 { width: 100%; position: absolute; top: 10px; z-index: 100; }
.header-logo { }
.header-logo a { display: block; background: #fff; border-radius: 50% }
.right-hd {width: 85%;background: #ffffff87;padding: 20px 80px;border-radius: 100px;margin-top: 15px;display: flex;align-items: center;}
.header-in{position: relative;top: 0;}

/* slideshow */
.slideshow { position: relative; }
.slide-show { position: relative; width: 100%; min-height: 100px; background: #000; aspect-ratio: 1600/900; overflow: hidden; }
.slide-show video { position: absolute; inset: 0; object-fit: contain; width: 100%; height: 100%; top: 0; }

/* 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; font-size: 19px; margin: 0px; border-radius: 50%; }
.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; }
.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: #333; box-shadow: none; }
.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; }

/* 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-family:'b'; }
.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; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }
.menu-head-left { position: relative; }
.title-menu { color: #fff; font-size: 14px; font-family: 'm'; 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-family: 'm'; 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-family: 'm'; 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: 100%; }
.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: #000; margin: 0px; padding: 0; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 50px; text-transform: uppercase; }
.menu ul li span { font-size: 16px }
.menu ul li a img { vertical-align: middle; }
.menu >ul >li >a:after { content: ''; width: 50px; height: 50px; background: linear-gradient(124deg, #34B7FB -5.38%, rgba(52, 183, 251, 0.00) 84.94%); position: absolute; top: 0; left: -22px; border-radius: 50%; opacity: 0 }
.menu ul li a.active:after, .menu ul li:hover > a:after { opacity: 1; transition: 0.5s all }
.menu >ul >li >a >span { z-index: 100; position: relative; color: #000; }
.menu >ul >li:first-child >a >span >i { font-size: 18px; background: var(--color-social); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.menu >ul >li >a >span >i { font-size: 12px }
.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-family: 'm'; text-transform: capitalize; color: #333; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li:hover >a { background: var(--color-social); color: #fff; }
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-family:'b'; text-align: left; text-transform: uppercase; }
.title-main {position: relative;text-align: center;margin-bottom: 30px;}
.title-main p { font-size: 18px; text-transform: capitalize; font-family: 'l'; letter-spacing: 3.6px; color: #011A4E; margin-bottom: 5px; }
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-family:'b'; 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 -10px; }
.col-news {padding: 0px 10px;margin-bottom: 50px;}
.news-box {border-radius: 5px;}
.news-pic {margin-bottom: 1rem;display: block;width: 58%;border-radius: 15px;}
.news-pic img{border-radius: 15px;}
.news-name a {font-family:'b';color: #333;font-size: 28px;text-transform: uppercase;line-height: 1.5;}
.news-info{width: 37%;}
.dowload-pro a{font-size:16px;color:var(--color-main)}
.news-info .xt-m{margin-top: 40px;padding-left: 20px;}
.news-name a.text-split { -webkit-line-clamp: 2; }
.news-name a:hover { color: var(--color-main); }
.news-time { display: flex; align-items: center; color: #fff; }
.news-time svg { width: 14px; margin-right: 5px; fill: #fff; }
.news-desc {color: #333;font-size: 16px;line-height: 1.7;}
.news-desc.text-split { -webkit-line-clamp: 3; }
.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-view { color: #fff; font-size: 14px; display: flex; align-items: center; }
.news-view svg { width: 14px; margin-left: 5px; fill: #fff; transition: 0.5s; }
.news-view:hover { color: #fff; }
.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-family: 'm'; text-transform: uppercase; -webkit-line-clamp: 3 !important; }
.ds-news h3:hover { color: var(--color-main); }
.ds-news .desc { color: #333; }
.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; }
.doubt .news-pic{order:1}

.news-sheet{width:40%}
.news-info{width:60%;padding-left:30px}

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.tt-toc { position: relative; font-size: 18px; text-transform: uppercase; font-family:'b'; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px; }
.box-readmore li ul > li:before { content: counters(item, '.') ' '; }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; display: none; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px; }
.box-readmore ul li:before { content: counters(item, '.') '. '; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: #333333; cursor: pointer; font-family:'sb'; }
.box-readmore ul li a:hover { color: #767676; }

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

/* Footer */
footer{background:url(../images/bg_footer.webp) no-repeat;background-position:center;background-size:cover;padding-bottom: 80px;padding-top: 40px;}
.logo-ft{
    z-index: 1;
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px;
}
.logo-ft a{background:#fff;border-radius:100%}
.footer-article{
    position: relative;

}
.footer-article .wrap-content{padding-bottom:50px;}
.wrap-ft{position:relative;z-index: 1;}
.wrap-ft:after{content:'';width:270px;height: 100%;border-radius: 20px;background: linear-gradient(309deg, #1051DF -28.25%, #34B7FB 57.04%);position:absolute;left:calc((100% - 270px)/2);top: 0;z-index: -1;}
.left-ft{
    width: 50%;
}
.img-ft{}
.img-ft img{border-radius:20px;width: 100%}
.map-ft{
    margin-top: 20px;
}
.tit-map{padding-left: 15%;}
.iframe-ft iframe{width:100%;display:block;height:280px;border-radius:20px}
.right-ft{
    width: 38.5%;
}
.tab-map{
    max-height: 630px;
    overflow: auto;
    padding-right: 10px;
}
.item-chinhanh{
    margin-bottom: 15px;
    padding: 15px;
	cursor:pointer
}
.item-chinhanh.active,.item-chinhanh:hover{background: #cccccc2e;}
.item-chinhanh >p{
    font-size: 16px;
    font-family: 'b';
    margin-bottom: 10px;
    color: #011A4E;
    text-transform: uppercase;
}
.desc-chinhanh{}
.tukhoa-ft{margin-top: 70px;}
.tukhoa-ft .wrap-content{ border-top: 1px solid #BAD1FF;padding-top:20px}
.tukhoa-ft span{display:block;font-size:16px;font-family:'m';text-transform:uppercase;margin-bottom: 15px;}
.mxh-ft{
    margin-top: 40px;
}
.item-tk{
    gap: 10px;
}
.item-tk a{
    padding: 5px 20px;
    border-radius: 4px;
    border: 0.5px solid var(--Liner, #1051DF);
    background: #FFF;
}
.footer-powered{margin-top:20px;}
.footer-powered a{color:#000;}
.item-mxh{}
.box-mxh{display:grid;grid-template-columns:repeat(4,1fr);gap: 20px;padding: 0 50px;}
.item-mxh a{border-radius:20px;display: block;}

.tab-map::-webkit-scrollbar {
    width: 2px;
}

.tab-map::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e8e8e8;
}

.tab-map::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    outline: 2.9px solid var(--color-main);
}

/* Tags */
.title-tags { position: relative; font-size: 1em; font-family:'sb'; 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; }

/* About */
.flex-about { display: flex; justify-content: space-between; align-items: center; }
.content-about { width: 50%; }
.photo-about { width: 48%; }
.title-about { margin-bottom: 20px; }
.title-about h3 { font-size: 30; color: #333; text-transform: uppercase; }
.view-about { display: block; font-size: 15px; text-transform: uppercase; margin: 30px 0px 20px; color: #333; text-align: center; }
.view-about span { position: relative; z-index: 1; }
.view-about span:hover { color: #f00; }
.view-about span:after { content: ''; width: 50px; height: 50px; border-radius: 50%; background: #c2d2a7; position: absolute; z-index: -1; left: 4%; top: 50%; transform: translateY(-50%) translateX(-50%); }

/* 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 */
.flex-video { display: flex; justify-content: space-between; }
.wr-video { width: 49%; }
.wr-form { width: 49%; }
.video-main { position: relative; }
.list-video { margin-top: 10px; width: 100%; border-radius: 5px; border: 1px solid #ddd; }
.img-video span { position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); border: 1px solid #ff000066; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; color: #f00; background: #ffffffa8; font-size: 27px; cursor: pointer; transition: all 1s; }
.item-video:hover span { transform: translateX(-50%) translateY(-50%) rotate(360deg); }
.item-video h3 { text-align: center; font-size: 16px; margin-top: 10px; }
.wrap-video { }
.row-video { margin: 0px -10px; }
.col-video { padding: 0px 10px; margin-bottom: 20px; }
.pic-video { position: relative; cursor: pointer; display: block; padding-top: calc(500 / 1200 * 100%); overflow: hidden; }
.pic-video:before { content: ""; position: absolute; width: 133px; height: 133px; top: calc(50% - 133px / 2); left: calc(50% - 133px / 2); z-index: 1; background: url(../images/video_big.png) no-repeat center center; cursor: pointer; background-size: contain; }
.pic-video img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover; }
.video .pic-video { padding-top: calc(500 / 900 * 100%); }
.video .pic-video:before { width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; }
.pic-video-2 { position: relative; cursor: pointer; display: block; padding-top: calc(600 / 1300 * 100%); }
.pic-video-2:before { content: ""; position: absolute; width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; cursor: pointer; background-size: cover; }
.pic-video-2 >img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover;border-radius: 40px; }
.name-video { margin-bottom: 0px; font-size: 18px; text-align: center; margin-top: 10px; font-size: 15px; color: var(--color-black); }
.owl-video { margin-top: 25px; }
.box-video { cursor: pointer; }
.img-video { position: relative; padding-top: calc(360 / 480 * 100%); }
.img-video img { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; }
.img-video::after { position: absolute; width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); background: url(../images/video_small.png) center center no-repeat; background-size: contain; content: ''; }
.box-video h3 { color: #1C1B17; font-size: 15px; text-transform: uppercase; font-family: 'm'; text-align: center; margin-bottom: 0px; margin-top: 16px; }
.swiper-video { margin-top: 20px; }

/* 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; }
.product{background:#fff;border-radius: 10px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);text-align: center;}
.product-name{margin-bottom:5px}
.product-name a{font-size:16px;font-family:'b';color: #000;-webkit-line-clamp: 2;}
.product-pic a{display:block;border-radius: 10px 10px 0 0;}
.product-info{padding:20px;min-height: 145px;}
.product-info span{
    -webkit-line-clamp: 2;
}

/* 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-family:'b'; font-size: 20px; color: #f00; }
.grid-pro-detail .right-pro-detail .title-pro-detail { font-size: 19px; font-family:'b'; margin-bottom: 0.5rem; }
.title-product-detail { background: #EEEEEE; color: #1C1B19; padding: 12px 18px; border-radius: 3px; font-size: 17px; font-family:'sb'; 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; }
.swiper-button-next, .swiper-button-prev { padding: 7px; background: rgb(0 0 0 / 20%); color: #fff; border-radius: 5px; }
.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% + 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 1rem; position: relative; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ""; }
.item-detail:last-child::after { display: none; }
.item-detail i { margin-right: 5px; }
.item-detail-comment-star { position: relative; font-size: 13px; margin-right: 19px; }
.item-detail-comment-star::after { position: absolute; right: -19px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ""; }
.item-detail-comment-star span { position: absolute; left: 0px; top: 0px; color: #FFCD00; white-space: nowrap; overflow: hidden; }
.product-sold-detail { color: #9F9F9F; font-size: 14px; }
.product-sold-detail span { color: #474747; font-family:'sb'; }
.product-price-detail { background: #F5F5F5; padding: 12px 20px; border-radius: 6px; }
.product-price-detail strong { color: #474747; font-size: 16px; font-family: 'm'; 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-family: 'm'; color: #474747; }
.price-new-pro-detail { font-family:'b'; font-size: 20px; color: #ff2e00; }
.price-old-pro-detail { font-family: 'm'; color: #666; text-decoration: line-through; padding-left: 10px; }
.color-pro-detail.active { color: #fff !important; background: var(--color-main); }
.size-pro-detail.active { color: #fff !important; background: var(--color-main); }
.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-family: 'm'; 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 { background-color: #FFFFFF; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-plus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: flex-end; flex-wrap: wrap; gap: 10px; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 10px 20px; text-transform: capitalize; cursor: pointer; border-radius: 3px; font-family: 'm'; font-size: 15px; line-height: 23px; border: 1px solid var(--color-main); }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }
.cart-pro-detail a.addnow { 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; }
.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, #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; }

/* css brand */
.brand-pic { margin-bottom: 1rem; }
.brand-name { font-size: 16px; }
.brand-name a { font-family:'b'; color: #333; }
.brand-name a:hover { color: var(--color-main); }

/* css album */
.album-name { font-size: 16px; }
.album-name a { font-family:'b'; color: #333; }
.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: 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-family:'b'; }
.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-family:'sb'; 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-family: 'm'; 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 !important; !i; !; }
.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: var(--color-main);}

/* paging */
.paging-product { position: relative; }
.pagination { margin: 20px 0px; }
.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-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: #1182fc; 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: #1182fc; opacity: 0.5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { animation-name: pulse; }
.grid-properties { display: flex; gap: 10px; }
.grid-properties span { position: relative; border: 1px solid #ddd; padding: 5px 15px; cursor: pointer; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid #f00; color: #f00; }
.grid-properties span:hover:after, .grid-properties span.active:after { content: ''; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; }
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }

/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }
.scroll-element {
	top:150px;
	transform: translate3d(0px, 0px, 0px);
  transition: transform 0.1s ease-out; /* tạo hiệu ứng mượt */
}
/* 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-family:'b'; 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; }
a.btn_link { position: relative; margin: 5px; height: 36px; width: 140px; }
.news-right .tit{
    font-size: 2.5em;
}
.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; display: block; overflow-y: auto; }
.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; }
.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; }
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; }

/* Product */
.wrap-product { margin-bottom: 40px; }
.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); }
}

/* tieu chi */
.wrap-gioithieu{background:url(../images/bg_gioithieu.webp) no-repeat;background-position:center;background-size:cover;}
.tieuchi-m { background: #2792f15e; padding: 130px 0; overflow: hidden; }
.slogan-tc {width: 37%;margin-right: -170px;}
.slogan-tc p { -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #ffffffa6; font-family: 'b'; font-size: 78px; text-transform: uppercase; line-height: 78px; }
.slogan-tc >span { font-size: 50px; font-family: 'ftv'; color: #fff; margin-top: 170px; display: block; }
.box-tc { width: 410px; height: 410px; position: relative; display: grid; align-items: center; grid-template-columns: repeat(2, 1fr); gap: 45px; rotate: -45deg; }
.item-tc { border-radius: 15px; height: 100%; padding: 5px; background: linear-gradient(270deg, #0AA7F8 0%, #34B7FB 100%); Export; cursor: pointer; }
.item-tc:hover span, .item-tc.active span { background: none; }
.item-tc span { display: block; background: #fff; width: 100%; height: 100%; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.item-tc img { rotate: 45deg; }
.img-logo { position: absolute; left: calc(50% - 255px / 2); rotate: 45deg; }
.load-tc {width: 25.4%;position: relative;}
.wrap-tc{position:relative;padding-left: 20px;;transition: 0.5s all;}
.load-tc:before {content: '';width: 1px;height: 100%;background: #1261FF;position: absolute;left: 0;top: 0}
.load-tc p { font-size: 18px; font-family: 'b'; color: #fff; }
.load-tc span {color: #fff;-webkit-line-clamp: 6;line-height: 25px;}

/* gioi thieu */
.gioithieu-m { background: #2792f15e; }
.box-gt { border-radius: 200px 200px 0px 0px; background: linear-gradient(180deg, #FFF 0%, #00A8FF 53.5%, #00A8FF 71%, #FFF 98.5%); padding: 40px 6% 0; }
.img-gt { width: 41%; margin-top: -100px; }
.right-gt { width: 59%; padding-left: 20px; color: #fff; padding-bottom: 90px; }
.right-gt >p { font-size: 18px; text-transform: capitalize; font-family: 'l'; letter-spacing: 3.6px; color: #011A4E; margin-bottom: 5px; }
.right-gt >span { font-size: 50px; font-family: 'b'; color: var(--color-main); text-transform: uppercase; }
.desc-gt { margin-top: 10px; }
.slogan-gt { }
.slogan-gt p { background: #fff; display: inline-block; color: #000; font-size: 16px; padding: 4px 13px; border-radius: 5px; margin-bottom:20px}
.slogan-gt span { font-size: 30px; font-family: 'ftv';  }
.slogan-gt span span {text-align: right; }

/* chuong trinh dao tao */
.chuongtrinh-m { padding-left: calc((100% - 1300px) / 2); overflow: hidden; padding-top: 80px; padding-bottom: 120px;overflow: hidden;}
.box-chuongtrinh {width: 1610px;position: relative;}
.box-chuongtrinh:before{content:'';width:118px;height:315px;background:url(../images/nhac.webp) no-repeat;position:absolute;top: 90px;left: -170px;}
.left-ct { width: 33%; padding-top: 10px; }
.title-ct { gap: 0 50px; }
.tit {font-size: 50px;font-family: 'b';text-transform: uppercase;background: linear-gradient(317deg, #1051DF -12.61%, #34B7FB 62.28%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 68px;padding: 5px 0;}
.tit span { }
.desc-ct { }
.desc-ct h3 { margin-top: 40px; }
.desc-ct h3 a { font-size: 24px; font-family: 'b'; color: #333; line-height: 33px; }
.desc-ct span { line-height: 25px; margin-top: 15px; }
.img-ct { margin-top: 30px; }
.img-ct a { display: block; border-radius: 20px; }
.right-ct { width: 63%; max-width: 1000px; }
.imgct { }
.imgct a {border-radius: 30px 0px 0px 30px;display: block;}
.xt-m a {width: 90px;height: 90px;background: var(--color-social);border-radius: 50%;font-size: 20px;color: #fff;display: flex;align-items: center;justify-content: center;position: relative;transition: 0.5s all;}
.xt-m a:hover{background: #1869e6;color: #fff;transition: 0.5s all;}
.xt-m a:after {content: '';width: 133px;height: 124px;background: url(../images/xt.png) no-repeat;position: absolute;transition: 0.5s all;}
.xt-m a:hover::after {
    animation: rotate-circle 2s linear infinite;
}

@keyframes rotate-circle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.xt-m a i { rotate: -45deg }
.nut_tk { width: 55px; height: 55px; border-radius: 100%; border: 1px solid #c8c3c3; background: #FFF; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #686868; z-index: 1; cursor: pointer; }
.tk_left {position: absolute;bottom: -100px;}
.tk_right {position: absolute;left: 70px;bottom: -100px;}
.slick-ct-img .slick-dots li button:before { opacity: 0; display: none; }
.slick-ct-img .slick-dots li button { font-size: 81px; background: none; border: none; cursor: pointer; font-weight: initial; font-family: 'b'; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--color-main); }
.slick-ct-img .slick-dots li { display: none }
.slick-ct-img .slick-dots li.slick-active { display: block }
.slick-ct-img .slick-dots {left: initial;bottom: -80px;display: flex;justify-content: flex-end;align-items: center;padding-right: 16%;max-width: 820px;}
.slick-ct-img .slick-dots:before {content: '';flex: auto;height: 1px;background: #d9d9d9;margin-left: 25%;margin-right: 2%;}

.slick-cont-left .nut_tk,.slick-ct-cont .nut_tk,.slick-cont-left .slick-dots,.slick-ct-cont .slick-dots{display: none !important}


/* dang ky nhan tin */
.wrap-sign{background:url(../images/bg_sign.webp) no-repeat;background-position:center;background-size:cover;}
.nhantin-m { }
.box-nt {max-width: 78.5%;margin: auto}
.container-custom .box-nt{margin-top:30px}
.validation-newsletter { display: flex; flex-wrap: wrap; color: #fff; position: relative; justify-content: center; }
.validation-newsletter:after { content: ''; width: 77px; height: 477px; background: url(../images/but.png) no-repeat; position: absolute; top: 30px; }
.form-nt {width: 50%;border-radius: 20px;background: linear-gradient(270deg, #0AA7F8 0%, #34B7FB 100%);padding: 40px 50px 105px 50px;}
.tit-nt {font-size: 33px;font-family: 'b';text-transform: uppercase;text-align: center;margin-bottom: 20px;}
.form-nt p { margin-bottom: 20px; }
.form-nt label { display: block; margin-bottom: 10px; }
.form-nt input { width: 100%; height: 55px; border: 0; padding: 0 10px 0 40px; }
.tenphuhuynh { background: #fff url(../images/nt1.png) no-repeat left 15px center; }
.address { background: #fff url(../images/nt2.png) no-repeat left 15px center; }
.phone { background: #fff url(../images/nt3.png) no-repeat left 15px center; }
.email { background: #fff url(../images/nt4.png) no-repeat left 15px center; }
.fullname { background: #fff url(../images/nt1.png) no-repeat left 15px center; }
.ngaysinh { background: #fff url(../images/nt5.png) no-repeat left 15px center; }
.gioitinh { background: #fff url(../images/nt6.png) no-repeat left 15px center; }
.monhoc { background: #fff url(../images/nt7.png) no-repeat left 15px center; }
.validation-newsletter button { width: 450px; height: 55px; background: #F2612E; font-size: 18px; font-family: 'b'; text-transform: uppercase; border-radius: 5px; position: absolute; bottom: 50px; left: calc((100% - 450px)/2); }

/* danh gia */
.danhgia-m { padding: 70px 0; }
.box-danhgia { border-radius: 20px; background: #FFF; box-shadow: 4px 4px 20px 0px rgba(0, 107, 194, 0.40); padding: 50px; }
.left-dg {width: 31%;}
.num { font-size: 64px; font-family: 'sb'; color: #F2612E; display: flex; align-items: center; line-height: 70px; margin-top: 10px; }
.left-dg >span { display: block; font-size: 17px; font-family: 'm'; margin-top: 5px; }
.right-dg {width: 65%;}
.item-dg { border-radius: 25px; background: #FAFAFA; padding: 25px; }
.name-dg { gap: 20px; }
.img-dg { }
.img-dg img { border-radius: 50% }
.desc-dg { }
.desc-dg p { font-size: 18px; font-family: 'sb'; color: #011A4E; margin-bottom: 0; }
.desc-dg span { font-family: 'm'; display: block; margin-top: 5px; }
.cont-dg { margin-top: 15px }
.cont-dg span { -webkit-line-clamp: 6; line-height: 25px; }
.danhgia-m .nut_tk { position: relative; left: initial; right: initial; padding: 0; top: initial; bottom: initial; }
.ic-dg { margin-top: 50px; gap: 15px }

/* ban co van */
.bancovan-m{
    padding-top: 40px;
}
.box-bcv{
    display: grid;
    gap: 40px 0;
}
.item-bcv{
    border-radius: 600px;
    background: linear-gradient(98deg, #FFF 14.63%, #C8F0FF 60.3%, #6DD7FF 100%);
    padding-right: 10%;
    position: relative;
}
.img-bcv{
    width: 38.5%;
}
.img-bcv a{
    display: block;
    border-radius: 50%;
}
.img-bcv a:after{content:'';width:100%;height:100%;background:url(../images/gach_bcv.png) no-repeat;position:absolute;left:0;bottom:0;background-size:100% 100%}
.desc-bcv{
    width: 56%;
}
.desc-bcv >p{
    font-size: 20px;
    margin-bottom: 0;
}
.desc-bcv >span{
    font-size: 34px;
    font-family: 'b';
    color: #34B7FB;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.desc-bcv .xt-m{position:absolute;top: 10px;right: 30px;}
.dob{padding-left: 10%;padding-right: 0;background: linear-gradient(262deg, #6DD7FF 14.63%, #C8F0FF 60.3%, #FFF 100%);}
.dob .img-bcv{order: 1}
.dob .xt-m{right: initial;left: 30px}
.cont-bcv{
    max-height: 165px;
    overflow: auto;
    padding-right:10px
}
.cont-bcv::-webkit-scrollbar {
    width: 2px;
}

.cont-bcv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ffffff;
}

.cont-bcv::-webkit-scrollbar-thumb {
    background-color: var(--color-main);
    outline: 2.9px solid var(--color-main);
}


/* hoat dong */
.album-m{padding-top:60px}


.layout-hd{
	width: 100%;
	height: 45vw;
	overflow: hidden;
}

.columns,.layout-move {
	grid-area: 1/1/3/3;
	display: grid;
	grid-template-rows: 100%
}

.layout-move {
	height: 100vh;
	grid-template-columns: 100%;
	align-items: center;
	justify-self: center;
	transform: translate3d(0,0,0);
	position: relative;
	width: 100%
}
.columns {
    position: absolute;
    width: 125%;
    height: auto;
    top: 0;
    left: -13%;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1vw;
    padding: 0;
}
.title-news-home:hover h3{color:var(--color-main);}
.column {position: relative;align-self: center;transform: translate3d(0, 0, 0);}
.column-bottom { align-self: end }
.column-img {position: relative;width: 100%;height: 20vw;border-radius: 15px;overflow: hidden;display: block;cursor: pointer;z-index: 1}
.column-img img, .column-img::after { position: absolute; width: 100%; left: 0; pointer-events: none }
.column-img img { top: 0; object-fit: cover; object-position: center center; height: 100%; z-index: -1 }
.need-remove {opacity: 1;pointer-events: none}
.need-remove:after{content:'';width:100%;height:100%;background: #000000b0;position:absolute;top:0;left:0;z-index: 10;border-radius: 10px;}
.column-img::after {content: '';height: 50%;bottom: 0;background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .5), transparent);z-index: -1;}
.column-img:not(:last-child) { margin-bottom: 1vw }
.big-thumb { height: 33vw; cursor: pointer; z-index: 10 }
.item-library {bottom: 0;left: 0;width: 100%;height: auto;position: absolute;z-index: 5;}
.title-news-home {position: relative;display: block;padding: 20px 25px;text-align: left;}
.title-news-home h3 {color:#fff;font-size:16px;font-family:'sb';margin-bottom: 0;line-height: 25px;}
.wrap-view-newshome { position: relative; display: flex; justify-content: flex-end; width: 76%; margin: auto }
.date, .date-thumb { height: auto; color: #fff;}
.date-thumb {letter-spacing: 1.4px;font-size:14px;margin-bottom: 5px;font-family: 'l';}
.date span, .date-thumb span { font-size: 10px; display: block; white-space: nowrap }
.date { position: absolute; top: 0; left: 0; width: auto; padding: 5px; background-color: var(--yellow); font-family: 'm'; font-size: 28px; border-radius: 10px; text-align: center }

/* video */
.video-m{}
.tit-video{
    font-size: 78px;
    font-family: 'b';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-main);
    text-align: center;
    margin-bottom: -40px;
}
.item-video2 span{position:absolute;bottom: 40px;left: 80px;font-size:25px;font-family:'sb';color:#fff;gap:13px}
.item-video2 span img{width:97px}

.item-video2 span:hover img {
    animation: rotate-circle 2s linear infinite;
}

/* san pham noi bat */
.wrap-sanpham{background:url(../images/bg_sanpham.webp) no-repeat;background-position: center;background-size:cover;}
.product-m{
    padding-top: 70px;
}
.left-pro{
	width: 30%;
	background: var(--Liner, linear-gradient(317deg, #1051DF -12.61%, #34B7FB 62.28%));
	margin-right: -120px;
	border-radius: 20px;
}
.left-pro >div{
    
    writing-mode: vertical-rl;
    min-height: 770px;
    text-align: center;
    rotate: 180deg;
    line-height: 78px;
    
    padding: 10px 15px;
    
}
.left-pro span{font-size:78px;font-family:'b';-webkit-text-fill-color: transparent;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;text-transform:uppercase;display: block;}
.right-pro{
    width: 86%;
    padding-top: 60px;
}
.right-pro >span{display: block;padding-left: 16%;color: #333;line-height: 22px;margin-bottom: 30px;}


.slick-pro{margin: 0 -15px}
.slick-pro .slick-slide{margin: 0 15px}

.slick-pro .slick-dots li button:before { opacity: 0; display: none; }
.slick-pro .slick-dots li button { font-size: 81px; background: none; border: none; cursor: pointer; font-weight: initial; font-family: 'b'; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--color-main); }
.slick-pro .slick-dots li { display: none }
.slick-pro .slick-dots li.slick-active { display: block }
.slick-pro .slick-dots {left: initial;bottom: -124px;display: flex;justify-content: flex-end;align-items: center;padding-right: 30px;padding-left: 180px;}
.slick-pro .slick-dots:before {content: '';flex: auto;height: 1px;background: #fff;margin-left: 18%;margin-right: 2%;}
.slick-pro .tk_left{left: 190px;bottom: -140px;}
.slick-pro .tk_right{left: 260px;bottom: -140px;}

/* tin tuc */
.wrap-news{padding-bottom: 30px;padding-top: 110px;}
.wrap-news .title-main p{color:#fff}
.wrap-news .title-main .tit{-webkit-text-fill-color: #fff;}
.item-t{}
.desc-t{}
.desc-t h3{
    margin-top: 15px;
	min-height:52px
}
.desc-t h3 a{
    font-size: 16px;
    font-family: 'sb';
    color: #000;
    -webkit-line-clamp: 2;
    line-height: 26px;
}
.img-t a{border-radius: 20px;display: block;}
.img-t{position:relative}
.img-t span{width:100%;background:#0000008f;display:block;position:absolute;bottom:0;border-radius:0 0 20px 20px;color:#fff;padding:10px 0;display:flex;align-items:center;gap:10px;letter-spacing:1.5px}
.img-t span:before{content:'';width:30px;height:1px;background:#fff}
.desc-t p{}
.swiper-news .swiper-slide-next .item-t{
    transform: scale(1);
}
.swiper-news .item-t{transform: scale(0.8);}
.nut-blog:after{display:none;}
.nut-blog{background:none;width: 121px;height: 11px;}
.nut-blog svg{width: 121px;height: 11px;}
.prev-blog{bottom: 30px;top:initial;left: 180px;}
.next-blog{bottom: 30px;top:initial;right: 180px;}


/* google dá»‹ch */
#ww123-2 .testimonials_manager_widget { margin: 10px 0; padding: 10px; border: 1px dotted #dddddd; background: #f4f4f4; }
#ww123-2 .testimonials_manager_widget .avatar { background: #FFFFFF none repeat scroll 0 0; border: 1px solid #DDDDDD; float: right; margin-right: -5px; margin-top: -5px; margin-left: 5px; padding: 2px; position: relative; }
.goog-te-banner-frame { visibility: hidden !important; }
#google_language_translator { width: 0px !important; overflow: hidden; height: 0px; }
.goog-te-gadget .goog-te-combo { margin: 4px 0px !important; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; }

#language a { border: 1px solid #EEEEEE; }
.skiptranslate { display: none }
.custom-select {position: relative;font-size: 16px;}
.custom-select select {width: 100%;border:0;background-color: transparent;width: 75px;background-position: right 1.3rem center;}

/* hover */
.desc-ct h3 a:hover,.product-name a:hover,.desc-t h3 a:hover{color:var(--color-main)}
.nut_tk:hover,.item-tk a:hover{background:var(--color-main);color:#fff;border-color:var(--color-main)}
.validation-newsletter button:hover{background:var(--color-main)}

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

.respone_menu{display:none}

/* Effect loader wrapper */
#loader-wrapper {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;pointer-events: none;}
#loader-wrapper #wrap {background: #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;display: block;text-align: center;width: 100%;height: 100%;z-index: 999999;}
#loader-wrapper.show1 #wrap {background: transparent;transition: all 1s;}
.feedback-name img {margin-top: 20px;}
#loader-wrapper.show1::after {-webkit-animation: MaskPlay 1s steps(22) forwards;animation: MaskPlay 1s steps(22) forwards;}
#loader-wrapper.show1 #wrap {opacity: 0;}
@-webkit-keyframes MaskPlay { from {-webkit-mask-position: 0 0;mask-position: 0 0 } to {-webkit-mask-position: 100% 0; mask-position: 100% 0 }}
@keyframes MaskPlay { from {-webkit-mask-position: 0 0;mask-position: 0 0} to {-webkit-mask-position: 100% 0;mask-position: 100% 0}}

.boxLogoLoader{padding: 5px;}
.border-circle-loader{position: absolute;border-radius: 100%; top: 0;left: 0;right: 0;bottom: 0; border: 1px solid var(--color-main);border-left: 0;border-bottom: 0;-webkit-animation: rotation 0.5s infinite linear;-moz-animation: rotation 0.5s infinite linear;-o-animation: rotation 0.5s infinite linear;-ms-animation: rotation 0.5s infinite linear;animation: rotation 0.5s infinite linear;}
@-webkit-keyframes rotation { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
@-moz-keyframes rotation { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
@-o-keyframes rotation { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
@-ms-keyframes rotation { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}
@keyframes rotation { from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(359deg);}}


.brand-product{margin-bottom:40px}
.titss .word {
    opacity: 0;
}
.titss .word.move {
    opacity: 1;
    transition: all .6s ease;
}

.tit-album{
	color: #000;
	font-size: 17px;
	font-family: 'sb';
	margin-bottom: 0;
	line-height: 25px;
	text-align: center;
	display: block;
	margin-top: 10px;
	}