@charset "UTF-8";
@font-face { font-family: 'UTMAmericanSans'; src: url('../fonts/UTMAmericanSans/UTMAmericanSans.eot'); src: local('☺'), url('../fonts/UTMAmericanSans/UTMAmericanSans.woff') format('woff'), url('../fonts/UTMAmericanSans/UTMAmericanSans.ttf') format('truetype'), url('../fonts/UTMAmericanSans/UTMAmericanSans.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UTMYenTu'; src: url('../fonts/UTMYenTu/UTMYenTu.eot'); src: local('☺'), url('../fonts/UTMYenTu/UTMYenTu.woff') format('woff'), url('../fonts/UTMYenTu/UTMYenTu.ttf') format('truetype'), url('../fonts/UTMYenTu/UTMYenTu.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SFUCornet'; src: url('../fonts/SFUCornet/SFUCornet.eot'); src: local('☺'), url('../fonts/SFUCornet/SFUCornet.woff') format('woff'), url('../fonts/SFUCornet/SFUCornet.ttf') format('truetype'), url('../fonts/SFUCornet/SFUCornet.svg') format('svg'); font-weight: normal; font-style: normal; }
@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: #189b2d; --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: 'Roboto' !important; }
.max-width { max-width: 1200px; margin: 0px auto; }
.wrap-content { margin: auto; max-width: 1200px; position: relative; }
.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 img { transform: scale(1, 1); }
.scale-img:hover > img { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.p-relative { position: relative; }
.none { display: none }
.overflow_hidden{overflow: hidden;}

/* rotate img */
.rotate_img:hover { transform: rotate(360deg); transition: all 1s ease 0s; }

/* 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   */
.fix_head { position: fixed; top: 0px; left: 0px; right: 0px; z-index: 999; }
#header {position: sticky;top: 0;z-index: 1000;background: #fff;}
.logo_hd { }
.main_menu { width: calc(100% - 200px); }
.fixx .logo_hd img{max-height: 50px;}

/* Button menu */
#hamburger { display: block; width: 30px; height: 23px; position: relative; margin-left: 15px; display: block; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; 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-head { width: 240px; text-align: center; }

/* Menu */
.menu { position: relative; z-index: 999; }
.menu .wrap-content { position: relative; border-top: 1px solid #fff; padding-top: 1px; }
.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 >a >i { font-size: 13px; }
.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; padding: 12px 24px; margin: 0px; text-transform: uppercase; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; font-weight: 500; }
.menu >ul >li >a.active, .menu >ul >li >a:hover { color: var(--color-main) }
.menu >ul >li:hover >a { color: var(--color-main) }
.menu ul li a img { vertical-align: middle; }
.menu > .wrap-content > ul > li > a:hover, .menu > .wrap-content > ul > li > a.active { color: var(--color-main); }
.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: 7px 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; text-transform: capitalize; font-weight: 400; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li:hover >a { background: var(--color-main); color: #fff; }
.menu .danhmuc > a { background: rgb(253 188 14 / 70%); font-weight: 700; display: flex; align-items: center; padding: 12px 26px; font-weight: 500; font-size: 16px; color: #fff; text-transform: uppercase; }
.menu .danhmuc > a img { margin-right: 9px; }
.menu .danhmuc .mega-menu { position: absolute; left: 0px; top: 100%; width: 100%; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%); background: #fff; height: 65vh; display: flex; justify-content: space-between; -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 .danhmuc:hover > .mega-menu { -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 .danhmuc .left-mega-menu { width: 240px; }
.menu .danhmuc .right-mega-menu { width: calc(100% - 240px); border-left: 1px solid #F2F2F2; padding: 15px; }
.item-mega-list { display: flex; justify-content: space-between; align-items: center; padding: 7px 15px; color: #333; font-size: 15px; text-transform: capitalize; }
.item-mega-list img { width: 40px; border-radius: 50%; }
.item-mega-list span { width: calc(100% - 50px); }
.item-mega-list:hover { color: #A96B11; background: rgb(0 0 0 / 5%); }
.item-mega-list.active { color: #A96B11; }
.tab-mega-menu { display: none; }
.tab-mega-menu.active { display: block; }
.col-mega-cat { margin-bottom: 20px; }
.item-mega-cat { text-align: center; display: flex; align-items: center; justify-content: flex-start; flex-direction: column; color: #333; font-size: 14px; text-transform: capitalize; }
.item-mega-cat img { border-radius: 50%; }
.item-mega-cat span { margin-top: 10px; display: block; }
.item-mega-cat:hover { color: #A96B11; }
.scroll-custom { overflow-y: auto; overflow-x: hidden; }
.scroll-custom::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); border-radius: 10px; background-color: #F5F5F5; }
.scroll-custom::-webkit-scrollbar { width: 5px; background-color: #F5F5F5; }
.scroll-custom::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); background-color: #A2A3A3; }
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; }
.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: #FDBC0E; border-radius: 50px; color: #fff; }
.search input::placeholder { color: #766C5D; }
.search input:focus { border: none !important; outline: none !important; }

/* Search Res */
.search-res { position: relative; }
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 40px; color: var(--color-main); font-size: 17px; margin: 0px; border: 1px solid #fff; border-radius: 50%; margin-left: 15px; background: #f1f1f1; }
.search-res .icon-search.active { color: #ec2d3f; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #ec2d3f; 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: #ec2d3f; line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 40px); float: right; outline: none; border: none; color: #ec2d3f; font-size: 13px; }
.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;margin-top: 50px;width: 100%;display: inline-block;}
.title-main span { font-size: 35px; font-family: 'UTMAmericanSans'; text-transform: uppercase; color: var(--color-main); }
.container-custom .title-main span{font-size: 30px;}
.title-main p { margin: 0; font-family: 'SFUCornet'; font-size: 35px; }
.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; }
.info-news { }
.info-news h3 { }
.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; }
.desc-news { color: #333333; margin-top: 0px; line-height: 20px; height: 60px; }
.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; }
.grid-news{}

/* Toc */
.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 { background: url(../images/bg_footer.jpg) no-repeat; background-size: cover; background-position: top left; color: #fff; }
.main_ft { padding: 60px 0 40px; }
.main_ft .wrap-content { }
.info_ft { width: 100%; max-width: 550px; }
.info_ft .content-ck { width: calc(100% - 180px); }
.info_ft >p { font-size: 21px; font-family: 'UTMAmericanSans'; text-transform: uppercase; color: var(--color-main); }
.logo_ft { width: 160px; }
.social_ft { margin-top: 30px; gap: 16px; }
.social_ft a { border-radius: 50%; overflow: hidden; }
.policy_ft { width: 100%; max-width: 200px; }
.thanh_ft { text-transform: uppercase; font-weight: 700; position: relative; margin-bottom: 20px; padding-bottom: 15px; }
.thanh_ft:after { content: ''; width: 40px; height: 1px; background: var(--color-main); position: absolute; bottom: 0; left: 0 }
.item_ft { }
.item_ft a { display: flex; align-items: center; color: #fff; margin-bottom: 15px; position: relative; padding-left: 20px; }
.item_ft a:before { content: ''; width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 0 }
.fan_ft { width: 100%; max-width: 320px; }
.copy_ft { background: var(--color-main); text-align: center; padding: 19px 0; }
.copy_ft span { margin-left: 5px; text-transform: uppercase }

/* Tags */
.title-tags { position: relative; font-size: 1em; font-weight: 600; padding-bottom: 15px; margin-bottom: 15px; color: #777; }
.title-tags:after { content: ''; position: absolute; left: 0px; bottom: 0px; background-color: rgba(0, 0, 0, 0.1); display: block; height: 3px; width: 30px; }
.flex-tags { display: flex; gap: 5px; }
.flex-tags a { color: #333; border: 1px solid; border-radius: 3px; display: inline-block; font-size: 0.8em !important; opacity: 0.8; padding: 2px 5px; }
.flex-tags a:hover { background-color: #446084; border-color: #446084; color: #fff; opacity: 1; }
.footer-powered { background: #f1f1f1; }

/*   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 */
.box-about { max-width: 700px; margin: 0px auto; text-align: center; }
.box-about h3 { color: #ca0000; font-family: SVN; font-size: 22px; margin-bottom: 10px; text-transform: lowercase; }
.box-about a { padding: 10px 20px; color: white; text-transform: uppercase; font-size: 15px; display: block; background: #ca0000; width: -moz-fit-content; width: fit-content; margin: 0 auto; font-weight: 600; border-radius: 10px; }

/* 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; }

/* 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 -10px; }
.col-product { padding: 0px 10px; margin-bottom: 20px; }
.product { display: block; position: relative; padding: 5px; border: 1px solid #f5f5f5; background: #fff; text-align: center; }
.product .pic-product { background: #fff; margin-bottom: 15px; display: block; position: relative; overflow: hidden; }
.info-product { padding-bottom: 5px; }
.product .name-product { margin-bottom: 0px; font-weight: normal; }
.product .name-product a {font-size: 15px;color: #000;line-height: 22px;font-weight: 700;min-height: 44px;}
.product .name-product a:hover { color: #A86B11; }
.product .name-product .text-split { -webkit-line-clamp: 2; }
.slick-vertical-3 .slick-list { max-height: 432.609px; height: auto !important; }
.slick-vertical-5 .slick-list { max-height: 721.015px; height: auto !important; }
.price-product p { margin-bottom: 0; font-size: 15px }
.price-product p span { font-weight: 700; color: #ff0000 }
.grid_pro { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.slick_product{margin: 0 -7px}
.slick_product .slick-slide{margin: 0 7px}
.item_list{margin-bottom:30px}
.item_list:last-child{margin:0}

/* 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; }
.control-product-photo { top: calc(50% - 15px); }
.control-product-photo button.owl-prev { left: 0px; }
.control-product-photo button.owl-next { right: 0px; }
.control-product-photo button { width: 30px; height: 30px; border-radius: 5px; background: #E6E6E6; }
.control-product-photo button svg { height: 25px; font-size: 15px; }
.item-detail { color: #8E8E8E; font-size: 14px; padding: 0px 19px; position: relative; }
.item-detail::after { position: absolute; left: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail i { margin-right: 5px; }
.item-detail-comment-star { position: relative; font-size: 13px; margin-right: 19px; }
.item-detail-comment-star span { position: absolute; left: 0px; top: 0px; color: #FFCD00; white-space: nowrap; overflow: hidden; }
.product-sold-detail { color: #9F9F9F; font-size: 14px; }
.product-sold-detail span { color: #474747; font-weight: 600; }
.product-price-detail { background: #F5F5F5; padding: 12px 20px; border-radius: 6px; }
.product-price-detail strong { color: #474747; font-size: 16px; font-weight: 500; margin-right: 15px; }
.product-price-detail .attr-content-pro-detail { display: flex; align-items: center; }
.product-price-detail .price-new-pro-detail { color: var(--color-main); font-size: 20px; font-size: 600; }
.product-price-detail .price-old-pro-detail { color: #9E9E9E; font-size: 15px; margin-right: 35px; }
.product-price-detail .percent-pro-detail { color: #fff; font-size: 13px; padding: 1px 10px; border-radius: 2px; background: var(--color-main); }
.attr-label-pro-detail { font-weight: 500; color: #474747; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00 }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: var(--color-main); }
.quantity-pro-detail { margin-top: 10px; width: 100%; max-width: 164px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; border: 1px solid #000; margin-right: 20px; border-radius: 15px; font-weight: 500; border: none; border-radius: 0px; }
.quantity-pro-detail span { line-height: 31px; padding: 0; width: 37px; height: 33px; color: #000; cursor: pointer; font-size: 18px; border-radius: 3px; }
.quantity-pro-detail span.quantity-plus-pro-detail { margin-left: -1px; }
.quantity-pro-detail span.quantity-minus-pro-detail { margin-right: -1px; }
.quantity-pro-detail input { height: 33px; width: calc(100% - 72px); text-align: center; padding: 5px; border-radius: 3px; font-size: 16px; font-weight: normal; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-minus-pro-detail, .quantity-pro-detail .quantity-plus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: flex-end; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 10px 20px; text-transform: capitalize; cursor: pointer; border-radius: 3px; font-weight: 500; font-size: 15px; line-height: 23px; border: 1px solid var(--color-main); }
.cart-pro-detail a.addnow { margin-right: 10px; color: var(--color-main) }
.cart-pro-detail a.addnow:hover { background-color: var(--color-main); color: #fff; border-color: var(--color-main); }
.cart-pro-detail a.buynow { background-color: var(--color-main) }
.cart-pro-detail a.buynow:hover { background-color: var(--color-main); color: #fff }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px }
.social-product-detail { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 25px; margin-bottom: 15px; flex-wrap: wrap; }
.left-social-product-detail { width: 61.7%; }
.right-social-product-detail { width: 34.8%; padding-top: 15px; }
.title-product-tuvan { border-bottom: 1px solid #E3E3E3; margin-bottom: 15px; }
.title-product-tuvan span { display: inline-block; color: #1C1B19; font-size: 15px; font-weight: 600; padding-bottom: 5px; margin-bottom: -1px; border-bottom: 1px solid var(--color-main); text-transform: capitalize; }
.title-product-tuvan span i { color: var(--color-main); font-size: 18px; margin-right: 10px; }
.item-social-product-detail { display: inline-block; border: 1px solid #D8D8D8; border-radius: 10px; padding: 6px; margin-right: 6px; }
.item-social-product-detail img { border-radius: 10px; }
.customer-benefits { padding: 10px 25px; background: #F6F6F6; border-radius: 15px; }
.title-customer-benefits { border-bottom: 1px solid #EBEBEB; margin-bottom: 10px; }
.title-customer-benefits span { color: #1C1B19; font-size: 14px; font-weight: 600; text-transform: capitalize; border-bottom: 1px solid #CCCCCC; display: inline-block; padding-bottom: 5px; margin-bottom: -1px; }
.content-customer-benefits { color: #585858; font-size: 14px; }
.left-content-detail { width: calc(100% - 320px); background: #FAFAFA; padding: 30px 20px; border: 1px solid #E0E0E0; border-radius: 10px; }
.right-content-detail { width: 300px; }
.title-product-detail { background: #EEEEEE; color: #1C1B19; padding: 12px 18px; border-radius: 3px; font-size: 17px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.sub-right { margin-bottom: 30px; }
.title-right { color: #1C1B19; font-size: 17px; text-transform: uppercase; font-weight: 500; padding: 13px 18px; margin-bottom: 5px; border-bottom: 2px solid var(--color-main); border-radius: 3px; background: #F9F9F9; }
.item-properties { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.item-properties .attr-label-pro-detail { width: 100px; }
.item-properties .grid-properties { width: calc(100% - 110px); }

/* product detail */
.policy_intuitive { border: 1px solid #e0e0e0; border-radius: 5px; margin-bottom: 25px; }
.policy { margin: 20px 16px 0 16px; }
.policy__list { display: flex; flex-wrap: wrap; padding: 0px; }
.policy__list > li { border-bottom: 1px solid #f1f1f1; position: relative; padding: 12px 0 12px 35px; width: 50%; display: inline-block; }
.policy__list > li:nth-child(2n + 1) { padding-right: 20px; }
.policy__list li > div.iconl { left: 0; position: absolute; top: 15px; }
.policy__list li .iconl { width: 32px; }
.policy__list li p { line-height: 20px; padding-left: 5px; margin: 0px; }
.policy__list li:last-child { border-bottom: 0; }
.policy__list > li:nth-child(2n + 1):nth-last-child(2) { border: 0; }

/* css block actions  */
.ul-actions { display: flex; justify-content: center; margin: 20px; gap: 15px; align-items: flex-start; }
.ul-actions li, .ul-actions > div { list-style-type: none; margin: 0; padding: 0; width: 80px; text-align: center; }
.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover { border-color: #fd6e1d; }
.ul-actions .box__tabr { align-items: center; border: 1px solid #e0e0e0; border-radius: 2px; display: flex; justify-content: center; min-height: 55px; padding: 4px; height: 60px; width: 80px; }
.icon-action { background-image: url('../images/icon_chitiet@2x-min.png'); background-repeat: no-repeat; display: inline-block; height: 30px; width: 30px; line-height: 30px; vertical-align: middle; background-size: 300px 180px; }
.icon-dnb { background-position: 0 0; height: 28px; width: 28px; }
.icon-tskt { background-position: -105px 0; height: 30px; width: 30px; }
.icon-ttsp { background-position: -140px 0; height: 19px; width: 23px; }
.ul-actions p { font-size: 14px; line-height: 1.3; margin-top: 5px; white-space: normal; color: #000; }

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

/*css CT */
.box-ct { display: flex; justify-content: start; align-items: center; background-color: rgb(233, 230, 230); padding: 10px; border-radius: 10px; }
.box-ct img { border-radius: 50%; margin-right: 10px; }
.ds-ct h3 a { font-size: 17px; color: #333; }
.ds-ct h3 a:hover { color: #f00; }

/*css khuyen mai*/
.block__promo { border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 10px; }
.promoadd__list { padding: 10px; }
.promoadd__list li { margin-bottom: 15px; background: url(../images/tick.png) no-repeat 0px 3px; background-size: 15px; padding-left: 25px; }
.pr-top { background-color: #f6f6f6; border-bottom: 1px solid #e0e0e0; padding: 8px 10px; }
.pr-txtb { font-weight: bold; }
.pr-top .pr-txt { color: #666; font-size: 12px; line-height: 1.4; margin-top: 5px; font-style: normal; }
.pr-content .pr-item:last-child { border: none; }
.pr-content .pr-item { padding: 15px 10px 10px 10px; }
.divb { margin-bottom: -10px; }
.divb .nb { background-color: #4a90e2; border-radius: 50%; color: #fff; display: inline-block; font-size: 11px; float: left; height: 16px; line-height: 16px; margin-top: 2px; text-align: center; width: 16px; }
.divb-right { padding-left: 26px; }
.pr-content .pr-item p { margin: 0px 0px 0px 0px; }
.divb-right a { color: #4a90e2; }

/* Tien ich */
.wrap-ti { padding: 20px 0px; }
.box-ti { background: #f1f1f1; padding: 15px; border-radius: 10px; display: flex; justify-content: space-between; min-height: 135px; }
.wrap-ti .owl-item:nth-child(n + 1) .box-ti { background-color: rgb(220, 238, 255); }
.wrap-ti .owl-item:nth-child(n + 2) .box-ti { background-color: rgb(254, 245, 207); }
.wrap-ti .owl-item:nth-child(n + 3) .box-ti { background-color: rgb(255, 239, 219); }
.wrap-ti .owl-item:nth-child(n + 4) .box-ti { background-color: rgb(225, 254, 207); }
.ds-ti { width: calc(100% - 45px); }
.ds-ti h3 { font-size: 15px; }
.ds-ti h3 a { color: #333; }
.ds-ti h3 a:hover { color: #f00; }

/* 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; width: 300px; 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 0px; 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; color: #000; }
.page-item.active .page-link { background: var(--color-main); border-color: var(--color-main) }
.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; }

/* Xu huong */
.wrap-xh { background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%); padding: 10px; border-radius: 10px; }
.title-xh { font-size: 25px; margin: 20px 0px; color: #333; font-weight: 700; text-align: left; text-transform: uppercase; }
.image-xh { border-radius: 10px; overflow: hidden; }
.name-xh { text-align: center; color: #333; font-size: 16px; margin: 10px 0px 0px; }

/* 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; }

/* Tin tức */
.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: 5px; }
.info-news h3 a { color: #1C1B19; font-size: 15px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.info-news h3 a.text-split { -webkit-line-clamp: 2; }
.info-news h3 a:hover { color: var(--color-main); }
.desc-news { line-height: 1.7; font-size: 14px; color: #333; margin-bottom: 0px; margin-top: 5px; height: auto; }
.info-news span { color: var(--color-main); font-size: 13px; font-style: italic; }
.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; }
.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; }

/* gioi thieu */
.top_content { padding: 60px 0; }
.top_content .wrap-content { }
.about_m { width: 100%; max-width: 380px; }
.about_m >p { font-size: 50px; font-family: 'UTMYenTu'; color: #000; margin-bottom: 0; }
.about_m >span { font-size: 35px; font-family: 'UTMAmericanSans'; text-transform: uppercase; color: var(--color-main); position: relative; margin-bottom: 20px; display: block; padding-bottom: 15px; }
.title_cut span { color: #d81114 }
.about_m >span:after { content: ''; width: 50px; height: 3px; background: #000; position: absolute; bottom: 0; left: 0; }
.desc_about { }
.view_gt { margin-top: 30px; }
.view_gt a {width: 150px;height: 44px;background: var(--color-main);display: flex;align-items: center;justify-content: center;color: #fff;font-size: 16px;border-radius: 5px;border: 1px solid transparent;}
.view_gt a:hover{
    background: none;
    border-color: var(--color-main);
    color: #000;
}
.view_gt a i { margin-left: 7px; font-size: 14px; }
.data_m { width: 100%; max-width: 800px; }
.left_data { width: 100%; max-width: 346px; }
.left_data >div { display: none; position: relative; }
.left_data >div:after { content: ''; width: 100%; height: 100%; border: 2px solid #000; position: absolute; top: 30px; right: -30px; z-index: -1; }
.left_data >div.active { display: block }
.right_data { width: 100%; max-width: 380px; }
.tit_data { font-size: 22px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
.item_data { margin-bottom: 20px; align-items: flex-start; cursor: pointer; }
.item_data:last-child { margin: 0 }
.item_data >p { margin: 0; font-size: 15px; flex: auto; position: relative; padding-bottom: 20px; margin-right: 15px; }
.item_data >p:before { content: ''; width: 100%; height: 8px; background: #e5e5e5; position: absolute; bottom: 0; border-radius: 25px; left: 0; }
.item_data >p span { height: 8px; position: absolute; bottom: 0; border-radius: 25px; left: 0; background: var(--color-main); width: 0; display: none; transition: 0.5s ease; }
.item_data.active >p span { display: block; }
.item_data >span { font-size: 30px; padding-top: 5px; }

/* tieu chi */
.crit_m { background: var(--color-main); color: #fff; padding: 50px 0; }
.item_tc { }
.img_tc { width: 80px; border-radius: 50%; background: #fff; }
.img_tc img { border-radius: 50% }
.desc_tc { width: calc(100% - 100px); }
.desc_tc >p { font-size: 32px; margin-bottom: 0; font-weight: 700; }
.desc_tc >p span { }
.desc_tc >span { font-size: 15px; -webkit-line-clamp: 2; }

/* du an */
.project_m { background: #f8f8f8; padding-bottom: 50px; }
.slick_project { margin: 0 -15px }
.slick_project .slick-slide { margin: 0 15px }
.slick_project .slick-list { padding: 10px 0 }
.item_da { background: #fff; padding: 15px 15px 20px; text-align: center; box-shadow: 0 0 10px #00000026; }
.item_da >a { }
.item_da h3 { margin: 25px 0 0; }
.item_da h3 a { font-size: 18px; color: #000; font-weight: 700; -webkit-line-clamp: 2; line-height: 25px; }

/* dich vu */
.service_m { background: #f8f8f8; padding-bottom: 60px; }
.slick_ser { margin: 0 -13.5px }
.slick_ser .slick-slide { margin: 0 13.5px }
.slick_ser .slick-list { padding: 10px 0 }
.item_ser { background: #fff; padding: 20px; text-align: center; box-shadow: 0 0 10px #00000026; }
.item_ser >a { border-radius: 30px;position:relative; }
.item_ser >a >span {width: 100%;position: absolute;bottom: -72px;left: 0;padding: 15px;color: #fff;background: #00000080;transition:0.5s all}
.item_ser >a >span >span{-webkit-line-clamp: 2;transition:0.5s all}
.item_ser:hover >a >span{transition:0.5s all;bottom:0}
.desc_ser { }
.desc_ser h3 { margin-top: 20px; }
.desc_ser h3 a { font-size: 18px; font-weight: 700; color: #000; -webkit-line-clamp: 2; line-height: 25px; }
.view_ser { }
.view_ser a { font-size: 13px; color: var(--color-main); text-transform: uppercase; }
.view_ser a i { margin-left: 10px }

/* ban ve */
.blueprint_m { }
.img_blue a { display: block; box-shadow: 0 0 10px #00000026; border-radius: 20px; overflow: hidden; }

/* doi tac */
.partner_m { background: #f8f8f8; padding: 30px 0; }
.item_dt { background: #fff; display: block; border-radius: 5px; overflow: hidden; }

/* nhan tin */
.sign_m { position: relative; }
.hinh_sign { width: 100%; position: absolute; top: 0; left: 0; }
.hinh_sign img { max-height: 392px }
.box_sign { width: 100%; max-width: 480px; min-height: 392px; background: #000000ab; text-align: center; padding: 0 15px; }
.titlle_sign { font-size: 22px; font-family: 'UTMAmericanSans'; color: #fff; text-transform: uppercase; margin-top: 40px; margin-bottom: 10px; }
.validation-newsletter >div img { background: var(--color-main) }
.validation-newsletter input { width: 100%; height: 40px; background: #fff; border: 1px solid #dddddd; color: #000; border-radius: 0; font-size: 13px; margin-bottom: 10px; }
.validation-newsletter textarea { width: 100%; height: 70px; border: 1px solid #dddddd; border-radius: 0; color: #000; font-size: 13px; }
.validation-newsletter button {width: 185px;height: 48px;background: var(--color-main);color: #fff;border-radius: 25px;font-size: 18px;font-weight: 700;text-transform: uppercase;margin-top: 15px;border: 1px solid transparent;}

/* san pham */
.product_m { padding-bottom: 60px; }
.left_pro { width: 100%; max-width: 254px; }
.sticky_pro{position: sticky;top: 50px;}
.dm_pro { }
.thanh_dm { font-size: 16px; font-weight: 700; text-transform: uppercase; height: 45px; background: url(../images/thanh_dm.png) no-repeat; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; }
.dm_pro >ul { margin: 0; padding: 0; list-style: none; border: 1px solid #cdcdcd; box-shadow: 0 0 5px #0000001c; }
.dm_pro >ul >li {border-bottom: 1px solid #cdcdcd;position: relative;}
.dm_pro ul li ul li { border-top: 1px solid #cdcdcd; padding-left: 15px }
.dm_pro ul li ul li a { font-weight: 400; font-size: 14px; }
.dm_pro ul li:last-child { border-bottom: 0; }
.submenu-links {padding-left: 0;display: none;}
.dm_pro ul li a { display: flex; align-items: center; justify-content: space-between; color: #000; font-size: 16px; font-weight: 700; padding: 12px 40px 12px 20px; position: relative; }
.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; border: 1px solid #ddddddcc; }
.icon-plus-submenu:after, .icon-plus-submenu:before { background: rgba(9, 9, 9, 0.6); content: ''; display: block; position: absolute; margin-right: 7px; top: 50%; right: 0; -moz-transition: all .25s linear; -o-transition: all .25s linear; -webkit-transition: all .25s linear; transition: all .25s linear; }
.icon-plus-submenu:before { width: 9px; height: 1px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.icon-plus-submenu:after { width: 1px; height: 9px; right: 4px; transform-origin: center; -moz-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); }
li.has-submenu.opened >a >.icon-plus-submenu:after { display: none; }
.nb_pro { }
.box_dm { padding: 10px 17px; box-shadow: 0 0 5px #0000001c; border: 1px solid #e6e6e6; }
.slick_pronb { }
.right_pro { width: 100%; max-width: calc(100% - 274px); }
.title_pro { width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px }
.title_pro:before { content: ''; flex: auto; height: 3px; background: url(../images/gach_pro.png) repeat-x; margin-right: 5px }
.title_pro:after { content: ''; flex: auto; height: 3px; background: url(../images/gach_pro.png) repeat-x; margin-left: 5px }
.title_pro span { font-size: 25px; font-family: 'UTMAmericanSans'; color: #de0000; text-transform: uppercase; }

/* tin tuc */
.news_m { padding-top: 50px; padding-bottom: 50px; }
.box_news { width: 100%; max-width: 380px; }
.tit_news { font-size: 22px; font-family: 'UTMAmericanSans'; text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #cdcdcd; margin-bottom: 20px; padding-bottom: 10px; position: relative; }
.tit_news:after { content: ''; width: 175px; height: 3px; left: 0; position: absolute; bottom: -2px; background: var(--color-main); }
.tit_news a { font-family: 'Roboto'; text-transform: initial; font-size: 13px; color: var(--color-main); }
.slick_news { margin: -10px 0 }
.slick_news .slick-slide { margin: 10px 0 }
.item_news { }
.item_news >a { width: 150px; border-radius: 5px; }
.desc_news { width: calc(100% - 162px); }
.desc_news h3 { margin-bottom: 5px; }
.desc_news h3 a { font-size: 15px; -webkit-line-clamp: 2; color: #000; font-weight: 700; line-height: 22px; }
.desc_news p { margin: 0; line-height: 22px; -webkit-line-clamp: 2; }

/* Video*/
.wrap-video { margin-bottom: 60px; }
.row-video { margin: 0px -10px; }
.col-video { padding: 0px 10px; margin-bottom: 20px; }
.pic-video { position: relative; cursor: pointer; display: block; padding-top: calc(500 / 1200 * 100%); overflow: hidden; }
.pic-video:before { content: ""; position: absolute; width: 133px; height: 133px; top: calc(50% - 133px / 2); left: calc(50% - 133px / 2); z-index: 1; background: url(../images/video_big.png) no-repeat center center; cursor: pointer; background-size: contain; }
.pic-video img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover; }
.video .pic-video { padding-top: calc(500 / 900 * 100%); }
.video .pic-video:before { width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; }
.pic-video-2 { position: relative; cursor: pointer; display: block; padding-top: calc(192 / 281 * 100%); }
.pic-video-2:before { content: ""; position: absolute; width: 63px; height: 63px; top: calc(50% - 63px / 2); left: calc(50% - 63px / 2); z-index: 1; background: url(../images/video_small.png) no-repeat center center; cursor: pointer; background-size: cover; }
.pic-video-2 img { position: absolute; inset: 0px; width: 100%; height: 100% !important; object-fit: cover; }
.name-video { margin-bottom: 0px; font-size: 18px; text-align: center; margin-top: 10px; font-size: 15px; color: var(--color-black); }
.owl-video { margin-top: 25px; }
.box-video { cursor: pointer; }
.img-video { position: relative; }
.img-video::after { position: absolute; left: calc(50% - 106px / 2); top: calc(50% - 106px / 2); width: 106px; height: 106px; background: url(../images/play.png) center center no-repeat; background-size: contain; content: ''; }
.box-video h3 { color: #1C1B17; font-size: 15px; text-transform: uppercase; font-weight: 500; text-align: center; margin-bottom: 0px; margin-top: 16px; }

/* Album */
.row-album { margin: 0px -10px; }
.col-album { padding: 0px -10px; margin-bottom: 20px; }
.album { cursor: pointer; }
.pic-album { margin-bottom: 10px; display: block; }
.name-album { margin: 0px; font-size: 18px; text-align: center; font-size: 15px; color: #333; }
.name-album:hover { color: #13A554; }
.album .album-image { margin-bottom: 0.75rem; }
.album .album-name { margin-bottom: 0px; text-align: center; font-size: 15px; color: #212529; }

/* Product */
.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; }
.updating { }
#hamburger:before, #hamburger:after, #hamburger span { background: var(--color-main) }
.ic_res{display: none !important;}

/* hover */
.item_da h3 a:hover,.dm_pro ul li a:hover,.product .name-product a:hover,.desc_ser h3 a:hover,.desc_news h3 a:hover,.item_ft a:hover{color:var(--color-main)}
.view_ser a:hover{text-decoration:underline}
#FormNewsletter button:hover{background:none;border-color: var(--color-main);}



@media (max-width:1200px) {
    .container-custom { max-width: 100%; }
    .wrap-content { width: 100%; padding: 0 10px }
}
@media (min-width:992px) and (max-width:1199px) {
    .container-custom { max-width: 980px; }
}
@media (min-width:768px) and (max-width:991px) {
    .container-custom {max-width: 100%;}
}
@media only screen and (max-width:1100px) {
    .main_menu { width: calc(100% - 150px); }
    .left_data >div:after { display: none }
    .menu ul li a { padding: 10px; }
}
@media only screen and (max-width:1001px) {
    .top-cart { margin-bottom: 2rem; }
    .comment-item-poster { width: auto; margin-right: 0px; margin-bottom: 0.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
    .comment-item-letter { width: 40px; height: 40px; line-height: 40px; font-size: 13px; margin-bottom: 0; }
    .comment-item-name { margin-bottom: 0px; margin-left: 10px; margin-right: 10px; }
    .comment-item-information { width: 100%; }
    .menu { display: none; }
    .menu-res { display: block; }
}
@media only screen and (max-width:575px) {
    .name-procart a { font-size: 13px; }
    .procart-label { font-size: 13px; }
}
@media only screen and (max-width:767px) {
    .quantity-procart { text-align: right; }
    .procart-label .quantity-procart p:last-child { display: block; }
    .procart-label .quantity-procart p:first-child { display: none; }
    .price-procart-rp { display: block; }
    .price-procart { display: none; }
    .row-album { margin: 0px -7px; }
    .col-album { padding: 0px 7px; }
}
@media only screen and (min-width:768px) {
    .procart-label .quantity-procart p:first-child { display: block; }
    .procart-label .quantity-procart p:last-child { display: none; }
}
@media only screen and (min-width:992px) {
    .comment-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
}
@media (max-width:1024px) {
    .fixx .logo_hd img{max-height: 60px}
    .ic_res{display: flex !important;}
    .top_content { padding: 50px 0 }
    .top_content .wrap-content { flex-wrap: wrap; }
    .about_m { max-width: 100% }
    #header { position: fixed; top: 0; background: #fff; z-index: 1000; padding: 5px 0; box-shadow: 0 0 10px #00000030; width: 100%; }
    .logo_hd img { max-height: 60px }
    .about_m >p { font-size: 2.6em; text-align: center; }
    .about_m >span { font-size: 30px; text-align: center; }
    .about_m >span:after { left: 50%; transform: translateX(-50%) }
    .view_gt { justify-content: center; display: flex }
    .view_gt a { height: 40px; }
    .data_m { max-width: 100%; margin-top: 2em; }
    .right_data { max-width: 580px; }
    .item_data >span { font-size: 1.8em; }
    .desc_tc >p { font-size: 27px }
    .grid_pro { grid-template-columns: repeat(3, 1fr); }
    .product_m, .service_m { padding-bottom: 50px }
    .title-main p { font-size: 32px; }
    .project_m { padding-bottom: 40px }
    .news_m .wrap-content { flex-wrap: wrap }
    .box_news { max-width: 100% }
    .tit_news { margin-top: 20px }
    .main_ft .wrap-content { flex-wrap: wrap; gap: 20px; }
    .info_ft { max-width: 100% }
    .policy_ft, .fan_ft { max-width: 48%; }
    .main_ft { padding: 50px 0 }
    #footer { padding-bottom: 45px }
    .title-main span { font-size: 30px; }
    .contact-input { margin-bottom: 15px; }
    .flex-cus, .row-video, .row-20 { margin-left: -5px; margin-right: -5px; }
    .mg-cus, .mg-video, .col-20 { padding-left: 5px; padding-right: 5px; }
    .content-text img { height: auto !important; }
    .padding-top-bottom { padding: 2rem 0; }
    .pad-top { padding-top: 2rem; }
    .pad-bottom { padding-bottom: 2rem; }
    .mg-top { margin-top: 2rem; }
    .mg-bottom { margin-bottom: 2rem; }
    .title-detail-main { font-size: 20px; }
    .cart-fixed { bottom: 220px; }
    .scrollToTop, #messages-facebook, .btn-frame { display: none !important; }
    .cart-pro-detail { width: 100%; margin-top: 10px; }
    .pad-bottom { padding-bottom: 2rem !important; }
    .pad-top { padding-top: 2rem !important; }
    .padding-top-bottom { padding: 2rem 0 !important; }
    .menu { display: none; }
    .menu-res { display: block; }
    .head { position: fixed; top: 0px; left: 0px; right: 0px; box-shadow: 0 1px 5px 0px rgb(0 0 0 / 30%); z-index: 999; }
    .product-tool { opacity: 1; visibility: visible; position: initial; }
    .product-tool a span { display: none; }
    .head-bottom { padding: 5px 10px; }
    .info-head { display: none; }
    #hamburger { display: block; }
    .search, .hide-mobile { display: none; }
    .btn-head { padding: 5px; }
    .left-contact-detail{width:50%}
    .right-contact-detail{
    width: calc(100% - 50% - 60px);
}
}
@media (max-width:992px) {
    .othernews { position: initial; }
    .footer-title:after { width: 100%; }
    #fanpage-facebook { overflow: hidden; }
    .footer-news:nth-child(1) { width: 100%; margin-bottom: 20px; }
    .footer-news:nth-child(2) { width: 30%; }
    .footer-news:nth-child(3) { width: 30%; }
    .footer-news:nth-child(4) { width: 30%; }
    .time-news { display: none; }
    .copyright, .statistic { width: 100%; text-align: center; }
    .footer-ul li { }
    .footer-copyright { width: 100%; text-align: center; }
    .footer-statistic { width: 100%; text-align: center; margin-top: 5px; }
    .left-intro { width: 100%; margin-bottom: 20px; padding-right: 0; }
    .right-intro { width: 100%; }
    .left-account { display: none; }
    .right-account { width: 100%; }
    .owl-video { margin-top: 10px; }
    .photo-why { display: none; }
    .box-why { width: 45%; }
    .title-news { margin-bottom: 20px; }
    .number-title-news { font-size: 120px; line-height: 100px; }
    .sub-title-news { margin-bottom: 0px; }
    .sub-title-news span { font-size: 50px; }
    .sub-title-news p { font-size: 16px; }
    .desc-title-news { margin-bottom: 15px; }
    .view-news { font-size: 14px; }
    .grid-pro-detail .left-pro-detail { width: 100%; text-align: center; margin-bottom: 30px; }
    .grid-pro-detail .right-pro-detail { width: 100%; }
    .left-content-detail { width: 100%; margin-bottom: 20px; }
    .right-content-detail { width: 100%; }
}
@media (max-width:768px) {
    
    .left_pro { display: none }
    .about_m >p { font-size: 2.3em; }
    .about_m >span { font-size: 2em; }
    .data_m { flex-wrap: wrap; }
    .left_data, .right_data { max-width: 100% }
    .right_data { margin-top: 20px }
    .item_data >span { font-size: 1.5em; }
    .title-main span { font-size: 27px; }
    .title-main p { font-size: 30px; }
    .tit_data { font-size: 20px }
    .item_da h3 a { font-size: 16px }
    .slick_project { margin: 0 -10px }
    .slick_project .slick-slide { margin: 0 10px }
    .project_m { padding-bottom: 20px }
    .right_pro { max-width: 100% }
    .grid_pro { grid-template-columns: repeat(2, 1fr); }
    .slick_ser { margin: 0 -10px }
    .slick_ser .slick-slide { margin: 0 10px }
    .box_sign { max-width: 100%; }
    #FormNewsletter button { font-size: 15px; height: 42px; width: 180px; }
    .left-pro-detail, .top-contact .article-contact { margin-bottom: 30px; }
    .pic-news { width: 160px; }
    .info-news { padding-top: 10px; }
    .name-news { font-size: 15px; }
    .desc-news.text-split { -webkit-line-clamp: 2; }
    .price-procart-rp { display: block; }
    .quantity-procart { display: flex; align-items: flex-end; flex-direction: column; }
    .wrap-news { padding: 25px 0px; }
    .left-about { width: 100%; margin-bottom: 30px; }
    .right-about { width: 100%; }
    .title-about { margin-bottom: 15px; }
    .title-about p { font-size: 16px; line-height: 23px; }
    .title-about span { font-size: 23px; line-height: 33px; }
    .desc-about { font-size: 14px; }
    .box-benhly a { font-size: 15px; padding: 14px 30px 14px 40px; background: url(../images/xemthem.png) right 10px center no-repeat; }
    .box-benhly a::before { left: 13px; }
    .video-about { margin-top: 30px; }
    .wrap-about { padding: 25px 0px; margin-bottom: 25px; }
    .box-video-about a::after { left: calc(50% - 50px / 2); top: calc(50% - 50px / 2); width: 50px; height: 50px; }
    .pic-video:before { width: 60px; height: 60px; top: calc(50% - 60px / 2); left: calc(50% - 60px / 2); }
    .pic-video-2:before { width: 40px; height: 40px; top: calc(50% - 40px / 2); left: calc(50% - 40px / 2); }
    .wrap-chuyengia { margin-bottom: 30px; }
    .wrap-video { margin-bottom: 30px; }
    .footer-article { padding: 30px 0px; }
    .wrap-product-cat { padding: 25px 0px; }
    .wrap-product-hot { padding: 20px 0px; margin-bottom: 20px; }
    .title-index { margin-bottom: 15px; }
    .title-index span { font-size: 22px; }
    .title-index span img { max-height: 30px; }
    .wrap-product-hot .wrap-content { padding: 10px; }
    .wrap-criteria { margin-bottom: 20px; }
    .box-why { margin-bottom: 20px; }
    .box-why h3 { font-size: 18px; }
    .wrap-content-baochi { padding: 15px 10px; }
    .title-baochi { font-size: 22px; }
    .wrap-why { padding: 25px 0px; }
    .wrap-customer { padding: 25px 0px; }
    .footer-tags { padding: 20px 0px; }
    .title-tags { font-size: 22px; }
    .item-tags { font-size: 13px; margin: 0px 5px 5px 0px; }
    .left-content-detail { padding: 20px 10px; }
    .title-product-detail { font-size: 15px; }
    .title-right { font-size: 15px; }
    .product-2 { padding: 7px 0px; }
    .slick-vertical-3 .slick-list { max-height: 384.609px; }
    .slick-vertical-5 .slick-list { max-height: 641.015px; }
    .contact-detail { flex-direction: column-reverse; }
    .left-contact-detail { width: unset; }
    .right-contact-detail { width: unset; margin-bottom: 30px; }
    .row-contact { justify-content: center; }
    .contact-item { width: 100%; margin: 5px; }
    .contact-item span { word-break: break-all; }
}
@media (max-width:576px) {
    .policy_ft, .fan_ft { max-width: 100% }
    .top_content { padding: 40px 0; }
    .about_m >span { font-size: 1.8em; }
    .view_gt a { font-size: 14px; width: 130px; }
    .tit_data { font-size: 18px; }
    .item_data >span { font-size: 1.4em; }
    .item_da h3 { margin-top: 10px; }
    .item_da { padding: 10px; }
    .title-main span { font-size: 25px; }
    .title_pro span { font-size: 1.5em; }
    .title-main p { font-size: 27px; }
    .tit_news { font-size: 20px; }
    .product_m, .service_m { padding-bottom: 40px }
    .toast-cus { left: 5px; width: calc(100% - 10px); }
    .box-readmore { width: calc(100% - 5px); }
    .newshome-scroll { width: 100%; }
    .newshome-intro { width: 100%; margin-bottom: 20px; }
    .top-contact .form-contact .button-contact .file-contact span b { max-width: 105px; }
    .cart-pro-detail { flex-wrap: wrap; gap: 10px; }
    .cart-pro-detail a { width: 100%; text-align: center; margin: 0px !important; }
    .cart-pro-detail a:first-child { margin-bottom: 5px !important; }
    .installment-product { font-size: 13px; }
    .properties-procart { font-size: 13px; }
    .order-price p { width: 100%; }
    .product-item { grid-template-columns: 50px auto 20%; grid-gap: 10px; }
    .product-item__info { gap: 0px; font-size: 13px; }
    .list .order-item { padding: 15px; }
    .list > .order-item .total-price_wrapper { font-size: 14px; }
    .list > .order-item .total-price_wrapper .total-price { font-size: 15px; }
    .list > .order-item .link > a { font-size: 13px; }
    .ngaymua { font-size: 13px; }
    .list > .order-item > .item-content { flex-wrap: wrap; }
    .pro-history { width: 100%; }
    .total-price_wrapper { width: 100%; margin-bottom: 0px; margin-top: 10px; }
    .video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
    .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .row-product, .row-news, .row-service, .row-video, .row-album { margin: 0px -7px; }
    .col-product, .col-news, .col-service, .col-video, .col-album { padding: 0px 7px; margin-bottom: 20px; }
    .info-news-grid { padding: 10px; }
    .name-news-grid a { font-size: 15px; }
    .desc-news-grid { font-size: 14px; }
    .view-news-grid a { font-size: 14px; }
    .footer-news:nth-child(2) { width: 100%; margin-bottom: 20px; }
    .footer-news:nth-child(3) { width: 100%; margin-bottom: 20px; }
    .footer-news:nth-child(4) { width: 100%; }
    .product { padding: 7px; }
    .wrap-title-index .title-index { width: 100%; flex-direction: column; align-items: flex-start; }
    .wrap-title-index .title-index span { width: 100%; margin-bottom: 5px; }
    .wrap-title-index { flex-direction: column; }
    .control-product { position: absolute; right: 0px; bottom: 4px; left: unset; top: unset; }
    .info-customer { padding: 10px; }
    .info-customer h3 a { font-size: 15px; }
    .left-news { width: 100%; margin-bottom: 20px; }
    .right-news { width: 100%; }
    .box-criteria { padding: 10px; }
    .price-new { font-size: 15px; }
    .price-old { font-size: 12px; }
    .view-product { font-size: 12px; }
    .product-price-detail { padding: 12px; position: relative; }
    .product-price-detail .attr-content-pro-detail { flex-direction: column; }
    .product-price-detail .price-old-pro-detail { padding-left: 0px; }
    .product-price-detail .percent-pro-detail { position: absolute; right: 12px; }
    .left-social-product-detail { width: 100%; }
    .right-social-product-detail { width: 100%; text-align: left; }
}
@media (max-width:400px) {
    .info_ft >div { flex-wrap: wrap }
    .logo_ft { width: 100% }
    .info_ft .content-ck { width: 100%; }
    .grid_pro { grid-template-columns: repeat(1, 1fr); }
    .col-news { flex: 0 0 100%; max-width: 100%; }
    .col-service { flex: 0 0 100%; max-width: 100%; }
    .col-album { flex: 0 0 100%; max-width: 100%; }
    .col-video { flex: 0 0 100%; max-width: 100%; }
    .pic-news { width: 100%; margin-bottom: 10px; }
    .info-news { width: 100%; padding-left: 0px; }
    .col-product { flex: 0 0 100%; max-width: 100%; }
    .box-why { width: 100%; text-align: left !important; }
}
@media (max-width:370px) { }