:root { --c1: #008C45; --c2: #00DD6E; --c3: #00DC70; --c4: linear-gradient(180deg, #00DC70 0%, #00763C 100%); --title: #282828; --text: #282828; --hover: #008C45; --btn: #008C45; --bg1: #fff; --bg2: #F5F5F5; --bg3: #EDFFEF; --fsize: 14px; --color-main: #2557ae; --color-social: #2557ae; --color-hover: #2557ae; --color-text: #2557ae; } 
body { font-size: var(--fsize); font-family: 'font1'; color: var(--text); background: var(--bg1); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; min-width: 1215px !important; overflow: scroll !important; width: 100% !important; top: 0 !important; } 
* { box-sizing: border-box; } 
a { text-decoration: none; } 
img { max-width: 100%; height: auto; vertical-align: top; object-fit: cover; display: inline-block; object-fit: contain; overflow: hidden; } 
a,input,textarea { outline: none; padding: 0px; } 
input,button,select,textarea { font-family: 'font1', sans-serif; } 
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 
.w-clear:after { display: block; content: ""; clear: both; } 
.hidden { display: none; } 
.clear { clear: both; } 
.none { display: none; } 
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; } 
.wrap-main,.wrap-content, .max-width { max-width: 1230px; margin: 20px auto; padding: 0px 15px; } 
.wrap-home { max-width: 100%; padding: 0px !important; margin: 0 !important; overflow: hidden; } 
.wrap-content { margin: auto; } 
p { margin-bottom: 0.5rem; } 
a:hover { text-decoration: none; } 
ul,li { list-style: none; border: none; } 
.c1 { color: var(--c1) !important; } 
.c2 { color: var(--c2) !important; } 
.c3 { color: var(--c3) !important; } 
.bg1 { background-color: var(--bg) !important; } 
.bg2 { background-color: var(--bg2) !important; } 
.bg3 { background-color: var(--bg3) !important; } 
::-webkit-scrollbar { width: 6px; height: 0px; } 
::-webkit-scrollbar-button { width: 0px; height: 0px; } 
::-webkit-scrollbar-track { background-color: var(--c2); } 
::-webkit-scrollbar-track-piece { background-color: #3b3b3b; } 
::-webkit-scrollbar-thumb { height: 50px; background-color: var(--c1); border-radius: 10px; } 
::-webkit-scrollbar-corner { background-color: #ffffff; } 
::-webkit-resizer { background-color: #666; } 

/* Lazyload */
img.lazy { opacity: 0; } 
img.lazy:not(.initial) { transition: opacity 1s; } 
img.initial,img.loaded,img.error { opacity: 1; } 
img:not([src]) { visibility: hidden; } 

/* Scroll Top */
.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; } 

/* Text Hide */
.text-split-1 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 1 !important; } 
.text-split-2 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 2 !important; } 
.text-split { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 3 !important; } 
.text-split-4 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 4 !important; } 
.text-split-5 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 5 !important; } 
.text-split-6 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 6 !important; } 
.text-split-7 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 7 !important; } 
.text-split-8 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 8 !important; } 
.text-split-9 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 9 !important; } 
.text-split-10 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 10 !important; } 
.text-split-11 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 11 !important; } 
.text-split-12 { overflow: hidden !important; text-overflow: ellipsis !important; white-space: normal !important; -webkit-box-orient: vertical !important; display: -webkit-box !important; -webkit-line-clamp: 12 !important; } 

/* Transition All */
.transition { -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; } 

/* Images Hover */
.scale-img { overflow: hidden; display: block; } 
.scale-img img { -webkit-transition: all 0.3s ease-out !important; -moz-transition: all 0.3s ease-out !important; -o-transition: all 0.3s ease-out !important; transition: all 0.3s ease-out !important; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); display: inline-block; object-fit: contain; overflow: hidden; } 
.scale-img:hover > img { -webkit-transition: all 0.3s ease-out !important; -moz-transition: all 0.3s ease-out !important; -o-transition: all 0.3s ease-out !important; transition: all 0.3s ease-out !important; -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1); } 
.img_hover { overflow: hidden; position: relative; padding: 0; z-index: 0; } 
.img_hover:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 22; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)"; -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2) inset; box-shadow: 0 0 15px rgba(0,0,0,0.2) inset; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); } 
.img_hover:before { position: absolute; top: 0; left: -95%; z-index: 22; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 
.img_hover:hover:before { -webkit-animation: shine .6s; animation: shine .6s; } 

/* Like Share */
.social-plugin { display:flex; justify-content:flex-start; margin-top: 0; margin-bottom: 0rem !important; transform: scale(0.9); transform-origin: left; min-height: 25px; } 
.social-plugin .at-share-btn { margin-bottom:0px!important; } 
.social-plugin .zalo-share-button { margin-left: 3px; width: 30px; height: 30px; line-height: 30px; border-radius: 3px; display: flex; align-items: center; justify-content: center; cursor: pointer; } 
.social-plugin .zalo-share-button:hover { opacity: 0.7; } 
.social-plugin .zalo-share-button img { width:25px; height:25px; } 
.social-plugin .a2a_svg { height: 30px; line-height: 30px; width: 30px; } 


/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; } 


@-webkit-keyframes shine { 100% { left: 125%; } 
 }
@keyframes shine { 100% { left: 125%; } 
 }
 
@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; } 
 }
 
/* Header */
.header { background: #4a90e2; } 

.cart-head { border: 1px solid #fff; padding: 10px; border-radius: 5px; position: relative; color: #fff; } 
.cart-head:hover { color: #fed402; } 
.cart-head i { font-size: 20px; } 
.cart-head .count-cart { position: absolute; z-index: 999; color: #fff; background: #f00; border-radius: 50%; top: -10px; right: 20px; width: 20px; height: 20px; text-align: center; } 
.menu-head { display: flex; gap: 20px; justify-content: space-between; align-items: center; } 
.menu-head a { color: #fff; } 
.menu-head a:hover { color: #fed402; } 
.line-head { background-color: #72b2fd; height: 32px; width: 1px; } 

/* slideshow */
.slideshow { position: relative; height: 100vh; width: 100%; overflow: hidden; } 
/* Search */
.search { width: 100%; max-width: 100%; background: #fff; position: relative; right: 0; top: 0; border-radius: 10px; border: 1px solid; } 
.search input { width: calc(100% - 35px); font-size: 13px; color: #333; border-radius: 10px; border: none; padding-left: 15px; } 
.search input:focus { border: none; box-shadow: none; } 
.search p { width: 35px; height: 35px; cursor: pointer; line-height: 35px; text-align: center; font-size: 16px; } 
.search p i { font-weight: bold; color: #999; } 

.box-search { padding: 10px; display: flex; justify-content: space-between; align-items: center; } 
.ds-item-search { width: calc(100% - 70px); text-align: left; line-height: normal; } 
.ds-item-search a { font-size: 14px; color: #333; } 
.show-search { position: absolute; z-index: 999; top: calc( 100% + 5px); background: #fff; width: 100%; border-radius: 0.5rem; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2); } 
.box-search .price-product { width: 100%; margin: 0px; text-align: left; line-height: normal; } 
.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; } 
 
/* SLider */
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 22.5px); } 
.control-owl.disabled { display: none; } 
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: none; padding: 0px; margin: 0px; display: block; cursor: pointer; color: var(--c1); 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; } 

.box-photo-ct { border-radius: 20px; overflow: hidden; } 
.title-detail { position: relative; margin: 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; } 
.title-detail h2 { font-size: 28px; font-weight: 800; text-align: left; text-transform: uppercase; margin: 0; color: var(--c1); } 
.title-main { margin-bottom: 1.5rem; position: relative; } 
.title-main span { font-size: 1.5em; font-weight: bold; text-transform: uppercase; } 
.tt-week { font-size: 25px; text-align: center; margin: 20px 0px; color: #fff; font-weight: 700; text-transform: uppercase; } 
.title-cat-main { display: flex; flex-wrap: wrap; justify-content: center; 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: 8px; } 
.othernews b { margin-bottom: 10px; } 
.list-news-other { padding-left: 17px; list-style: square; } 
.list-news-other li { margin-bottom: 2px; } 
.list-news-other li a { text-transform: none; color: #333333; } 
.list-news-other li a:hover { color: #fed402; } 
/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; } 
.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; } 

/* 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; } 

/* PAGE PRODUCT */
.flex_products { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 1.25rem 0; } 
.products_left { width: 240px; position: sticky; top: 80px; } 
.products_right { width: calc( 100% - 240px - 20px ); } 
.flex_products .grid-product { gap: 10px; } 
.product_desc { display: block; margin: 1.5rem 0; } 
.product_content { display: block; margin: 1.5rem 0; } 
.box_category { display: block; } 
.category_title { display: block; text-align: left; line-height: normal; color: var(--c1); font-weight: bold; text-transform: uppercase; padding: 10px 10px; font-size: 14px; border: 1px solid #3333; border-radius: 0.5rem 0.5rem 0 0; } 
ul.category_list { display: block; position: relative; padding: 0; list-style: none; border: 1px solid #3333; border-top: none; margin: 0; border-radius: 0 0 0.5rem 0.5rem; overflow: hidden; } 
ul.category_list li { padding: 10px; border-bottom: 1px solid #33333314; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 5px; position: relative; } 
ul.category_list li li { padding-right: 0; } 
ul.category_list li::before { position: absolute; content: ''; left: 0px; top: 0; width: 0.1rem; height: 0; background: var(--c1); transition: all .3s ease; } 
ul.category_list ul li::before { display: none; } 
ul.category_list li.active::before { height: 100%; transition: all .2s ease; } 
ul.category_list li.active { background: #33333308; padding-bottom: 10px; } 
ul.category_list ul li:last-of-type { padding-bottom: 0; } 
ul.category_list ul li.active { background: transparent; } 
ul.category_list li span { width: 15px; height: 15px; line-height: 15px; background: #3333; cursor: pointer; user-select: none; font-size: 10px; border-radius: 3px; text-align: center; transition: all .3s ease; display: none; } 
ul.category_list li a { display: block; font-size: 14px; font-weight: normal; color: #333; flex: 1; transition: all .3s ease; } 
ul.category_list ul a { font-weight: 400; } 
ul.category_list li a:hover { transform: translateX(3px); color: var(--c1); transition: all .3s ease; } 
ul.category_list li.active > a { color: var(--c1); font-weight: bold; transition: all .2s ease; } 
ul.category_list li.active > span { background: var(--c1); transition: all .3s ease; } 
ul.category_list li.active > span i { color: #fff; } 
ul.category_list li.active > span i.fa-plus:before { content: "\f068"; transition: all .3s ease; } 
ul.category_list li ul { width: 100%; display: none; padding: 0; } 
ul.category_list li:last-of-type { border-bottom: none; } 

/* Sort */
.sort-select { display: flex; justify-content: end; margin: 0; position: relative; } 
.sort-select .click-sort { border: 1px solid #e0e0e0; border-radius: 5px; cursor: pointer; font-size: 14px; padding: 6px 10px 4px 10px; margin: 0px; } 
.sort-select-main { display: grid; background-color: #fff; border-radius: 0 0 5px 5px; box-shadow: 0 4px 6px rgb(0 0 0 / 10%); position: absolute; padding: 0; top: calc( 100% + -1px); right: 0; width: max-content; z-index: 2; max-width: fit-content; border: 1px solid #e0e0e0; } 
.sort-select-main p { border-bottom: 1px solid #f1f1f1; margin: 0px; order: 2; padding: 0 12px; } 
.sort-select-main p:has(.check) { order: 1; } 
.sort a { color: #000; font-size: 14px; line-height: normal; padding: 10px 3px; display: block; cursor: pointer; width: max-content; transition: all .2s ease; } 
.sort a.check i { box-sizing: border-box; position: relative; display: inline-block; transform: scale(var(--ggs, 1)); width: 22px; height: 16px; border: 2px solid transparent; border-radius: 100px; vertical-align: middle; } 
.sort a.check i::after { content: ''; display: block; box-sizing: border-box; position: absolute; left: 3px; top: -4px; width: 6px; height: 10px; border-width: 0 2px 2px 0; border-style: solid; transform-origin: bottom left; transform: rotate(45deg); } 
.sort-select .sort-show { padding-right: 12px; position: relative; } 
.sort-select .sort-show::before { content: ''; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #333; content: ''; height: 0; position: absolute; top: 6px; right: 0; width: 0; } 
.sort a:hover { color: var(--c1); transition: all .2s ease; } 
a.check { color: var(--c1); font-weight: 500; } 

/* Product */
.filter { position: relative; right: 0px; top: 0px; padding: 5px 10px; background: #f1f1f1; 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; } 


/* PRODUCT ITEM */
.product__item { display: block; transition: all .2s ease; border-radius: 10px; overflow: hidden; } 
.product__border { padding: 6px; border: 1px dashed var(--c1); border-radius: 6px; } 
.product__photo { display: block; border-radius: 4px; overflow: hidden; } 
.product__photo a { display: block; } 
.product__content { display: block; padding: 15px 5px 15px; text-align: center; } 
.product__item:hover .product__content { border-color: var(--c2); transition: all .2s ease; } 
.product__name { display: block; margin: 0; } 
.product__name a { font-size: 18px; color: #333; line-height: 1.6; margin-bottom: 3px; transition: all .2s ease; display: block; text-transform: capitalize; } 
.product__name a:hover { color: var(--c1); transition: all .2s ease; } 
.product__price { display: flex; margin: 0; font-size: 18px; color: #4D4D4D; font-weight: normal; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 0px 6px; line-height: normal; } 
.product__price .price-new { font-family: 'font2'; color: var(--c1); font-size: 18px; } 
.product__price .price-old { font-weight: normal; opacity: 0.75; font-size: 13px; } 
.price-old { font-weight: 400; color: #333; text-decoration: line-through; font-size: 14px; } 
.price-per { font-weight: normal; font-size: 13px; color: #333; } 

.product { display: block; position: relative; background: #fff; border-radius: 10px; padding: 5px; text-align: center; border: 1px solid #f1f1f1; } 
.product .pic-product { background: #fff; margin-bottom: 10px; display: block; position: relative; overflow: hidden; border-radius: 10px; border: solid 1px transparent; } 
.product:hover .pic-product { border: solid 1px #ccc; } 
.product .pic-product img { width: 100%; -webkit-transform-style: preserve-3d; height: 100%; object-fit: cover; border-radius: 10px; } 
.product .pic-product > a { display: flex; width: 100%; align-items: center; justify-content: center; text-align: center; border-radius: 10px; } 
.first_img { position: absolute; top: 0; transition: all 0.5s ease; height: 100%; } 
.product:hover .first_img { transform: scale(0); } 
.second_img { display: block; position: absolute; top: 0; right: 100%; transition: all 0.5s ease; height: 100%; } 
.product:hover .second_img { right: 0; top: 0; transition: all 0.5s ease; } 
.product .name-product { margin-bottom: 5px; font-weight: normal; } 
.product .name-product a { font-size: 14px; color: #232323; line-height: 25px; } 
.product .name-product a:hover { color: #ff2e00; } 
.product .name-product .text-split { -webkit-line-clamp: 1; } 
.product .price-product { margin-bottom: 10px; color: #555; height: 47px; overflow: hidden; } 
.product .price-new { font-size: 17px; font-weight: 700; color: #ff2e00; display: inline-block; text-transform: uppercase; } 
.product .price-old { padding: 0 10px; font-size: 14px; text-decoration: line-through; display: block; color: #ff2e00; text-transform: uppercase; } 
.product .price-per { color: #ff2e00; font-size: 13px; text-align: center; font-weight: 700; } 
.box-cat { text-align: center; } 
.box-cat h3 { font-size: 14px; color: #333; margin-top: 10px; } 
.box-cat:hover h3 { color: #f00; } 
.cart-product { margin: 5px 0 0 0px; } 
.cart-product span { cursor: pointer; color: #fff; text-align: center; padding: 0px 5px; border-radius: 5px; display: inline-block; line-height: 34px; font-size: 13px; font-weight: 700; } 
.cart-add { margin-left: 10px; background-color: #00a5d9; width: 155px; } 
.cart-add:hover { background-color: #fed402; } 
.cart-buy { background-color: #ff2e00; width: 93px; height: 33px; } 
.cart-buy:hover { background-color: #fed402; } 
.grid-product { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } 
.grid-product .product .product-info { margin-top: 10px; color: #333; } 
.grid-product .product .product-info h3 { font-size: 17px; color: #333; } 
.grid-product .product .product-info .price span { color: #f00; } 
.grid-product .product .pic-product { border: 1px solid #ddd; } 

/* product detail */
.grid-pro-detail { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid #ececec; } 
.grid-pro-detail .left-pro-detail { width: 50%; border-right: none; padding-right: 0; } 
.grid-pro-detail .right-pro-detail { width: 47%; } 
.title-pro-detail { display: block; font-size: 1.5rem; font-weight: bold; } 
.detail-product { display: flex; justify-content: space-between; } 
.detail-product .left-pro-detail { width: 40%; border: 1px solid #ddd; } 
.detail-product .right-pro-detail { width: 57%; } 
.detail-product .right-pro-detail ul { list-style: none; padding: 0px; } 
.detail-product .right-pro-detail ul li { margin-bottom: 20px; } 
.detail-product .right-pro-detail ul li .title-pro-detail { font-size: 18px; } 
.detail-product .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; } 
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; } 

/* 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; } 

/* 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-map { position: relative; height: 500px; margin-top: 30px; } 
.contact-map iframe { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; } 

/* breadCrumbs */
.breadCrumbs { padding: 5px 0px; background: #ddddddab; position: relative; } 
.breadCrumbs ol { margin: 0px; } 
.breadCrumbs ol li a { color: #333; font-size: 13px; } 
.breadCrumbs ol li a:hover { color: #f00; } 

/* paging */
.pagination { margin: 20px 0px; } 
.pagination li a { cursor: pointer; } 

.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; } 
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: #1182fc; position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; } 
.btn-frame i img { vertical-align: middle; width: 100%; } 
.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; } 

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; } 
[x-cloak] { display: none !important; } 

/* PAGE NEWS */
.grid_news { width: 100%; display: grid; grid-template-columns: repeat(3, calc((100% + 25px) / 3 - 25px)); grid-gap: 25px; } 
.news_item { display: block; position: relative; } 
.news_photo { display: block; border-radius: 1rem 1rem 0 0; overflow: hidden; } 
.news_content { display: block; padding-top: 12px; } 
.news_name { display: block; margin: 0; line-height: normal; } 
.news_name a { display: block; font-size: 16px; color: var(--title); line-height: 1.6; margin-bottom: 10px; font-weight: bold; transition: all .2s ease; } 
.news_name a:hover { color: var(--c1); transition: all .2s ease; } 
.news_time { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: baseline; line-height: normal; gap: 5px; margin-bottom: 12px; font-size: 13px; } 
.news_desc { font-size: 14px; line-height: 1.8; font-weight: normal; } 

/* WRAP DRMENU */
.DRMenu_top { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 10px; gap: 10px; } 
.DRMenu_nav { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding: 5px 15px; background: var(--c1); position: sticky; top: -1px; z-index: 1001; display: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; } 
.DRMenu_let { width: 35px; } 
.DRMenu_center { width: calc( 100% - 80px); } 
.DRMenu_right { width: auto; flex-direction: row; justify-content: flex-end; align-items: center; display: flex; flex-wrap: nowrap; } 
.DRMenu_logo { display: block; text-align: center; } 
.DRMenu_logo img { height: 50px; width: auto; } 
.DRMenu_fixwidth { top: 0 !important; height: 100%; position: fixed; float: left; background: #fff; width: 80vw; max-width: 500px; position: fixed; z-index: 99999999999; left: 0; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: translateX(-101%); -ms-transform: translateX(-101%); -o-transform: translateX(-101%); transform: translateX(-101%); } 
.DRMenu_opacity.DRMenu_open { content: " "; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0px !important; left: 0px; z-index: 99999; } 
.DRMenu_fixwidth.open-sidebar-menu { visibility: visible; -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); z-index: 99999999999; opacity: 1; } 
.DRMenu_header { display: block; padding: 10px 10px; position: sticky; top: 0; z-index: 1000; background: var(--c1); box-sha; box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 8px; } 
.DRMenu_fixwidth.open-sidebar-menu::before { position: absolute; font-family: 'Font Awesome 6 Pro'; content: '\f060'; left: 100%; top: 0; width: 20vw; height: 80px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 300; font-size: 25px; user-select: none; pointer-events: none; } 
.DRMenu_header__logo { display: block; width: 100%; text-align: center; } 
.DRMenu_header__logo img { width: auto; height: 100px !important; } 
.DRMenu_body ul { list-style: none; padding: 0; ,animation: 0; margin: 0; } 
.DRMenu_body ul a { font-size: 14.5px; padding: 10px 10px; position: relative; line-height: 1.5; display: flex; align-items: baseline; flex-direction: row; flex-wrap: nowrap; background: var(--c1); font-weight: bold; color: #fff; } 
.DRMenu_body ul li { position: relative; border-top: 1px solid #f0f0f03d; overflow: hidden; } 
.DRMenu_body ul li a:hover { background-color: #F0F0F0; } 
.DRMenu_body ul li span.btn-dropdown-menu { position: absolute; right: 0px; font-size: 25px; display: flex; width: 42px; height: 42px; background: transparent; top: 0px; justify-content: center; flex-wrap: wrap; align-items: center; color: #8a8987; z-index: 1000; cursor: pointer; transition: all 0.6s; border-left: 1px solid #f0f0f057; /* border-right: 1px solid #F0F0F0; */ } 
.DRMenu_body ul ul li span.btn-dropdown-menu { border: none; } 
.DRMenu_body ul li span.btn-dropdown-menu i { transition: all 0.6s; } 
.DRMenu_body ul li span.btn-dropdown-menu.active i { transform: rotate(90deg); color: var(--color-key); } 
.DRMenu_body ul li span.btn-dropdown-menu:before { position: absolute; content: ''; width: 16px; height: 2px; background: #fff; right: 12px; top: 20px; opacity: .8; } 
.DRMenu_body ul li span.btn-dropdown-menu:after { position: absolute; content: ''; width: 2px; height: 16px; background: #fff; right: 19px; top: 13px; transition: all 0.3s; } 
.DRMenu_body ul li span.btn-dropdown-menu.active:after { transform: scale(0); } 
.DRMenu_body ul li a i { display: inline; } 
.DRMenu_body ul.sub-menu a { padding: 10px 5px 10px 20px; font-weight: 500; font-size: 13.5px; opacity: 1; } 
.DRMenu_body ul.sub-menu ul.sub-menu a { padding: 10px 30px; font-weight: 400; } 
.DRMenu_body ul.sub-menu.none { display: none; } 
.DRMenu_body ul.sub-menu.block { display: block; } 
.DRMenu_body ul.sub-menu.level1 li:has(.btn-dropdown-menu) > a { padding-bottom: 0; padding-top: 0; padding-left: 20px; margin-right: 41px; border-right: 1px solid #F0F0F0; min-height: 42px; display: flex; align-items: center; justify-content: flex-start; flex-direction: row; flex-wrap: nowrap; } 
.DRMenu_body ul.sub-menu.level2 li:has(.btn-dropdown-menu) > a { padding-left: 30px; padding-right: 5px; } 
.DRMenu_body ul.sub-menu.level3 li:has(.btn-dropdown-menu) > a { padding-left: 40px; padding-right: 5px; padding-top: 8px; padding-bottom: 8px; } 
.DRMenu_body ul.sub-menu li:has(.btn-dropdown-menu) a span { padding: 8px 0; } 
.DRMenu_body ul.sub-menu.level4 li > a { padding-left: 50px; padding-right: 10px; } 
section.DRMenu_content::-webkit-scrollbar { width: 0; height: 0; } 
section.DRMenu_content { overflow-y: scroll; height: 100%; width: 100%; background: var(--c1); float: left; position: relative; z-index: 12; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; } 
.DRMenu_footer { display: flex; padding: 10px; position: sticky; bottom: 0; margin-top: auto; box-shadow: rgba(0, 0, 0, 0.11) 0px 0px 8px; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 8px; z-index: 1000; background: var(--c1); } 
.DRMenu_footer__info { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; width: 100%; gap: 8px; } 
.DRMenu_footer__info span { border: 1px solid var(--c3); width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 0.5rem; } 
.DRMenu_footer__info span svg path { fill: #fff; } 
.DRMenu_footer__info b { display: block; flex: 1; line-height: 1.4; font-size: 13px; font-weight: normal; color: #fff; } 
.mm_lang { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 10px; } 
.mm_lang a { display: block; border: 1px solid #F0F0F0; border-radius: 5px; overflow: hidden; } 
.mm_couter { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: center; align-items: center; gap: 15px; font-size: 12px; } 
#hamburger { display: block; width: 45px; height: 23px; position: relative; } 
#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.25s ease 0.25s; transition: none 0.25s ease 0.25s; -webkit-transition-property: transform,top,bottom,left,opacity; transition-property: transform,top,bottom,left,opacity; } 

/* Search Responsive */
.search-res { position: relative; text-align: right; } 
.search-res .icon-search { width: 35px; height: 35px; cursor: pointer; text-align: center; color: #fff; font-size: 16px; margin: 0px; border-radius: 100%; display: flex; align-items: center; justify-content: center; } 
.search-res .icon-search.active { color: var(--c1); background: #fff; 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(--c1); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; display: flex; align-items: stretch; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; } 
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-red); line-height: 40px; text-align: center; display: flex; align-items: center; justify-content: center; } 
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: normal; outline: none; border: none; color: #000; font-size: 13px; padding: 0; padding-left: 15px; border: none !important; } 
.search-res .search-grid input:focus { border: none !important; } 
.search-res .search-grid input:focus-visible { border: none !important; } 
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; } 
.search-res .search-grid input:-moz-placeholder { color: #ccc; } 
.search-res .search-grid input::-moz-placeholder { color: #ccc; } 
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; } 

/* HEADER */
header { position: relative; z-index: 1000; background: transparent; } 
header::before { position: absolute; content: ''; left: 0; top: 0; z-index: -1; width: 100%; height: 100vh; background: linear-gradient(180deg, #20362B 0%, rgba(105, 149, 127, 0.17) 35.29%); user-select: none; pointer-events: none; } 
header.page::before { display: none; } 
header.wrap_header.page { background: var(--c1); z-index: 1001; } 
header.wrap_header.page .header_center { margin-top: 10px; } 
.flex_header { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; height: 85px; position: relative; z-index: 1001; color: #fff; } 
.header_left { width: calc( ( 100% - 200px ) / 2 ); } 
.header_right { width: calc( ( 100% - 200px ) / 2 ); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; gap: 40px; } 
.header_center { user-select: none; flex: 1; text-align: center; align-self: flex-start; margin-top: 20px; display: flex; align-items: center; justify-content: center; } 
.header_center a { display: block; } 
.header_cart { display: block; color: #000; } 
.box_info { flex: 1; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; gap: 10px; } 
.header_hotline { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end; gap: 5px; font-weight: 300; font-size: 13px; line-height: normal; } 
.header_hotline b { color: var(--c3); font-weight: bold; font-size: 14px; } 
.header_time { display: block; } 
.slogan { color: #FFF; font-size: 14px; font-style: normal; font-weight: 500; line-height: 30px; text-transform: uppercase; } 
.slogan b { font-weight: bold; color: var(--c3); } 
.social_header { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; gap: 5px; } 
.social_header a { display: block; transition: all .3s ease; } 
.social_header a:hover { transform: translateY(-5px); transition: all .3s ease; } 

/* MENU */
.menu { position: sticky; z-index: 1001; top: 0; left: 0; right: 0; background: transparent; pointer-events: none; } 
.menu.page { background: var(--c1); z-index: 1000; } 
.menu .wrap-content { position: relative; } 
.fix_menu { position: fixed !important; box-shadow: 0 0 1px #999; background: #fff; } 
.flex_menu { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; pointer-events: none; } 
ul.box_menu { width: calc( ( 100% - 250px ) / 2 ) !important; transition: all .2s ease; } 
.menu ul { width: 100%; padding: 0px; margin: 0; list-style: none; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; pointer-events: all; } 
.menu ul li { position: relative; z-index: 99; } 
.menu ul li.li_line { display: block; width: 5px; height: 5px; background: #fff; border-radius: 5px; } 
.menu ul.ulmn > li { flex: inherit; } 
.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: #fff; margin: 0px; padding: 0; text-transform: uppercase; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 60px; font-weight: 600; transition: all .2s ease; } 
.menu ul li a img { vertical-align: middle; } 
.menu ul li a.active, .menu ul li:hover > a { color: var(--c3); } 
.menu ul li ul { display: flex; position: absolute; min-width: 250px; left: 0; background: var(--c4); -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; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; } 
.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 .3s; } 
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); width: 100%; } 
.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: normal !important; !i; !; text-align: left; font-weight: 500; text-transform: capitalize; color: #fff; } 
.menu ul li ul li ul { top: 0px; left: 100%; } 
.menu ul li ul li a:before { position: absolute; content: ''; top: 50%; left: 0; width: 0; height: 1px; background: var(--c1); transition: all .3s linear; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; visibility: hidden; opacity: 0; } 
.menu ul li ul li a:hover:before { left: 0; visibility: visible; opacity: 1; width: 15px; } 
.menu ul li ul li a:hover { padding-left: 25px; color: #000; } 
.menu.scrolled { background: var(--c1); transition: all .2s ease; } 
.menu.scrolled ul.box_menu { width: calc( ( 100% - 50px ) / 2 ) !important; transition: all .2s ease; } 
.menu.scrolled ul li a { font-size: 16px; line-height: 50px; transition: all .2s ease; } 

/* WRAP SLIDER */
.wrap_slider { display: block; position: relative; margin-top: -145px; height: 100vh; } 
.slideshow-item { display: block; max-height: 100vh; width: 100%; } 
.slideshow-item a { display: block; } 
.slideshow-item a picture { display: block; } 
.slideshow-item a picture img { object-fit: cover !important; } 

.btn_duan { position: absolute; right: 35px; bottom: 35px; z-index: 100; border-radius: 50px; background: rgba(32, 32, 32, 0.50); padding: 3px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; padding-right: 5px; transition: all .2s ease; } 
.btn_duan span { display: block; color: #fff; font-size: 17px; text-transform: uppercase; font-weight: bold; line-height: normal; padding: 0px 15px; } 
.btn_duan img { transition: all .2s ease; } 
.btn_duan:hover { background: rgba(32, 32, 32, 0.8); transition: all .2s ease; } 
.btn_duan:hover img { transform: scale(1.2); transition: all .3s ease; } 
.btn_scroll { cursor: pointer; position: absolute; left: 35px; bottom: 35px; z-index: 10; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; gap: 15px; } 
.btn_scroll__icon { display: block; position: relative; transition: all .2s ease; } 
.btn_scroll__icon svg:nth-child(1) { display: block; animation: Rotate 6s infinite linear; transition: all .2s ease; } 
.btn_scroll__icon svg:nth-child(2) { position: absolute; left: calc( 50% - 10px ); top: calc( 50% - 10px ); transition: all .2s ease; } 
.btn_scroll__txt { display: block; color: #FFF; font-size: 25px; font-style: normal; font-weight: 700; line-height: 35px; text-shadow: 0 0 8px #000; } 
.btn_scroll:hover .btn_scroll__icon { transform: scale(1.1); transition: all .2s ease; } 
.btn_scroll:hover .btn_scroll__icon svg:nth-child(1) path { fill: var(--c3); transition: all .2s ease; } 
.btn_scroll:hover .btn_scroll__icon svg:nth-child(1) circle { stroke: var(--c3); transition: all .2s ease; } 
.btn_scroll:hover .btn_scroll__icon svg:nth-child(2) path { fill: var(--c3); transition: all .2s ease; } 

@keyframes Rotate { 
 0% { transform:rotate(0) } 
 100% { transform:rotate(360deg) } 
 }

/* FOOTER */
.footer { width: 100%; position: relative; background: #f1f3f4; } 
.footer_main { width: 100%; padding: 65px 0 50px; background-image: url(../imgs/bg_footer.jpg); background-color: #212121; background-size: cover; background-position: top center; } 
.flex_footer { width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; align-content: flex-start; justify-content: space-between; align-items: flex-start; } 
.footer_title { font-size: 16px; color: #fff; line-height: normal; font-weight: bold; text-transform: uppercase; margin-bottom: 12px; } 
.ft-logo { display: block; text-align: center; margin-bottom: 30px; } 
.ft_line { width: 35px; height: 1px; background: #fff; margin-bottom: 15px; display: block; } 
.ft_name { font-size: clamp(16px, 4vw, 25px); color: #fff; line-height: 1.8; text-transform: uppercase; margin-bottom: 12px; font-weight: bold; } 
.ft_desc { font-size: 15px; line-height: 1.8; text-transform: inherit; color: #fff; } 
.ft_txt { width: 100%; font-size: clamp(13px, 4vw, 14px); color: #fff; line-height: 2; font-weight: normal; margin-bottom: 0; } 
.ft_txt p a { color: 000; } 
.fcol1 { width: 25%; } 
.fcol2 { width: 25%; } 
.fcol3 { width: 18%; } 
.fcol4 { width: 22%; } 
.footer-ul { list-style: none; padding: 0px; margin: 0px; padding-left: 0; padding-top: 0; } 
.footer-ul li a:hover { color: yellow !important; transition: all .3s ease; } 
.footer-ul li { margin-bottom: 15px; list-style: disc; color: #fff; list-style-position: inside; } 
.footer-ul li a { transition: all .5s ease; color: #ffffff; font-size: 14px; margin-left: -5px; } 
.footer-ul li a:hover { color: rgb(233, 0, 0); transition: all .5s ease; } 
.footer-ul li:last-of-type { border: none; } 
#bottom { width: 100%; background: var(--c1); } 
.flex_bottom { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-between; align-items: center; font-size: clamp(8px, 3vw, 13px); color: #fff; height: 50px; font-weight: 300; } 
.copyright span { font-weight: 600; color: #fff; } 
.ft_mxh { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 0; } 
.ft_mxh a { display: block; margin: 0; transition: all .5s ease; overflow: hidden; } 
.ft_mxh a:hover { transform: rotate(10deg); transition: all .5s ease; } 
.fmaps { width: 100%; height: 450px; border-radius: 1rem; border: 10px solid #fff; overflow: hidden; background: #f5f0e5; } 
.fmaps iframe { width: 100%; height: 100%; } 
.box_fanpage { display: block; border: 2px solid #fff; border-radius: 1rem; padding: 10px; } 
.fanpage_title { display: block; text-align: center; color: #fff; font-size: 18px; font-weight: bold; line-height: normal; padding: 3px 5px 15px; } 
.fanpage_banner { display: block; border-radius: 1rem; overflow: hidden; } 

.box_tags { display: flex; border: 1px solid #fff; margin: 0; border-radius: 5px; padding: 16px 18px; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; gap: 15px 20px; } 
.box_tags .tags__line:nth-child(2) { display: none; } 
.tags__line { font-size: 14px; color: #fff; line-height: normal; } 
.tags__title { font-size: 15px; color: #fff; font-weight: bold; line-height: normal; } 
.tags__item { font-size: 14px; color: #fff; line-height: normal; transition: all .2s ease; } 
.tags__item:hover { color: var(--c2); transition: all .2s ease; } 

.ft_logo { display: block; width: max-content; margin: 15px auto 35px; } 
.footer_info { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 20px; position: relative; margin: 40px 0; padding: 30px 0; } 
.footer_info::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 1px; border-radius: 1188px; background: rgb(217,217,217); background: linear-gradient(90deg, rgba(217,217,217,0) 0%, rgba(217,217,217,0.4990371148459384) 30%, rgba(217,217,217,0.4290091036414566) 70%, rgba(217,217,217,0) 100%); } 
.footer_info::after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 1px; border-radius: 1188px; background: rgb(217,217,217); background: linear-gradient(90deg, rgba(217,217,217,0) 0%, rgba(217,217,217,0.4990371148459384) 30%, rgba(217,217,217,0.4290091036414566) 70%, rgba(217,217,217,0) 100%); } 
.finfo__items { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; gap: 10px; max-width: 28%; } 
.finfo__icon { flex-shrink: 0; } 
.finfo__txt { flex: 1; font-size: 14px; color: #fff; line-height: 1.8; } 

.fs__items { display: block; border-radius: 10px; overflow: hidden; position: relative; } 
.fs__img { display: block; } 
.fs__txt { position: absolute; left: 0; top: 0; background: #00000078; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; user-select: none; pointer-events: none; } 
.fs__name { display: block; line-height: normal; background: #fff; color: #000; padding: 12px 24px; border-radius: 5px; font-size: 13px; font-weight: 500; text-transform: uppercase; min-width: 110px; text-align: center; transition: all .2s ease; } 
.fs__items:hover .fs__name { background: var(--c1); color: #fff; transition: all .2s ease; } 

.copyright { display: block; text-align: center; margin: 30px 0; font-size: 13px; font-weight: 400; color: #fff; } 

/* WRAP ABOUT */
.wrap_about { display: block; padding: 60px 0; background: url(../imgs/bg_about.png) 0px 30px no-repeat, #F5F5F5; } 
.flex_about { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 30px; } 
.about_left { width: 40%; text-align: center; } 
.about__name { color: var(--c1); font-family: 'font2'; font-size: 30px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; margin-bottom: 10px; } 
.about__desc { -webkit-text-stroke-width: 0.2px; -webkit-text-stroke-color: #FFF; font-family: 'font3'; font-size: 60px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -3px; text-transform: uppercase; background: linear-gradient(90deg, #454648 0%, #ABACAE 51%, #AAABAF 65.63%, #DBDBDB 71%, #B8B8BB 83%, #A0A1A5 90%, #A0A1A5 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: max-content; margin: 0px auto; max-width: 100%; filter: drop-shadow(1px 1px 0px black); margin-bottom: 30px; } 
.btn_hsnl { display: inline-block; border-radius: 5px; background: #008C45; color: #FFF; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; padding: 13px 26px; transition: all .2s ease; } 
.btn_hsnl:hover { background: var(--c2); color: #000; transition: all .2s ease; } 
.about_right { width: 58.5%; background: url(../imgs/bg_about2.png) bottom left no-repeat, #fff; padding: 50px 65px; overflow: hidden; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); } 
.about__content { display: block; font-size: 13px; color: #484848; line-height: 2.2; margin-bottom: 20px; } 
.btn_viewmore { display: block; width: max-content; margin: 0px auto; border-radius: 50px; background: linear-gradient(270deg, #00DC70 0%, #00763C 100%); font-size: 13px; font-weight: 500; color: #fff; line-height: normal; padding: 14px 35px; text-transform: uppercase; transition: all .2s ease; } 
.btn_viewmore:hover { color: var(--c2); transition: all .2s ease; transform: scale(1.05); } 
.btn_viewmore.left { margin-left: 0; } 
.btn_viewmore.right { margin-right: 0; } 

.owl_chungNhan { display: block; width: calc( 100% + 8px ); margin-left: -4px; user-select: none; } 
.cn__items { display: block; border-radius: 10px; border: 1px solid #D3D3D3; background: #FFF; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); padding: 5px; cursor: pointer; margin: 4px; } 
.cn__img { display: block; padding: 10px; } 

/* WRAP LĨNH VỰC */
.wrap_linhvuc { display: block; padding: 60px 0; } 

.flex_linhvuc { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } 
.linhvuc_banner { width: 60%; display: block; aspect-ratio: 720/450; position: relative; } 
.lv__banner { position: absolute; left: 0; top: 0; z-index: 10; opacity: 0; filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15)); transform: translateX(-30px); transition: all .2s ease; } 
.lv__border { display: block; -webkit-mask-image: url(../imgs/bg_lv.svg); mask-image: url(../imgs/bg_lv.svg); mask-size: 100%; mask-repeat: no-repeat; } 
.lv__banner::before { position: absolute; content: ''; left: 0; bottom: 0; width: 123px; height: 111px; background-image: url(../imgs/bg_lv2.svg); background-size: contain; z-index: 1000; } 
.lv__banner.active { opacity: 1; transition: all .3s ease; transform: translateX(0); } 

.lv__items { display: block; position: relative; border-bottom: 1px dashed #bdbdbda1; background: rgba(217, 217, 217, 0.00); padding-bottom: 10px; margin-bottom: 20px; } 
.lv__items:last-of-type { border: none; margin-bottom: 0; padding-bottom: 0; } 
.lv__items.active .lv__icon::after { display: none; } 
.linhvuc_content { width: 37.5%; } 
.linhvuc_title { color: var(--c1); font-family: 'font2'; font-size: 45px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; margin-top: -20px; margin-bottom: 22px; } 
.linhvuc_list { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; width: calc( 100% + 8px); max-height: 380px; overflow: scroll; overflow-x: hidden; padding-right: 15px; } 
.linhvuc_list::-webkit-scrollbar { width: 2px; height: 0px; } 
.linhvuc_list::-webkit-scrollbar-button { width: 0px; height: 0px; } 
.linhvuc_list::-webkit-scrollbar-track { background-color: var(--c2); } 
.linhvuc_list::-webkit-scrollbar-track-piece { background-color: #f8efef; } 
.linhvuc_list::-webkit-scrollbar-thumb { height: 50px; background-color: var(--c1); border-radius: 10px; } 
.linhvuc_list::-webkit-scrollbar-corner { background-color: #ffffff; } 
.linhvuc_list::-webkit-resizer { background-color: #666; } 

.lv__nav { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; width: 100%; } 
.lv__nav:hover h3 { color: var(--c1); transition: all .2s ease; } 
.lv__nav:hover h3 span { color: var(--c2); transition: all .2s ease; } 
.lv__nav h3 { font-weight: bold; font-size: 25px; color: #282828; flex: 1; margin: 0; padding: 0; } 
.lv__nav h3 span { color: var(--c1); } 
.lv__icon { display: block; width: 33px; height: 33px; background: var(--c1); border-radius: 33px; position: relative; user-select: none; cursor: pointer; transition: all .2s ease; } 
.lv__icon::before { position: absolute; content: ''; left: calc( 50% - 5px ); top: calc( 50% - 1px ); width: 10px; height: 2px; background: #fff; transition: all .2s ease; } 
.lv__icon::after { position: absolute; content: ''; left: calc( 50% - 1px ); top: calc( 50% - 5px ); width: 2px; height: 10px; background: #fff; transition: all .2s ease; } 
.lv__icon:hover { background: var(--c2); transition: all .2s ease; } 
.lv__icon:hover::before, .lv__icon:hover::after { background: var(--c1); transition: all .2s ease; } 
.lv__txt { display: none; width: 100%; } 
.lv__content { font-size: 13px; color: #282828; line-height: 2.2; position: relative; padding-left: 20px; margin-bottom: 25px; } 
.lv__content::before { position: absolute; content: ''; left: 0; top: 5px; width: 1px; height: 93%; background: #D9D9D9; } 
.lv__link { border: 1px solid var(--c1); background: rgba(255, 255, 255, 0.00); color: #008C45; font-size: 13px; font-style: normal; font-weight: 400; line-height: normal; /* 230.769% */padding: 14px 35px; display: block; width: max-content; margin-bottom: 15px; transition: all .2s ease; } 
.lv__link:hover { background: var(--c1); color: #fff; transition: all .2s ease; } 

/* WRAP TITLE */
.wrap_title { width: 100%; text-align: center; padding-bottom: 30px; margin-bottom: 25px; position: relative; } 
.wrap_title::before { position: absolute; content: ''; bottom: 0; left: 0; width: 100%; height: 15px; background-image: url(../imgs/img_title.svg); background-position: center; background-repeat: no-repeat; background-size: contain; } 
.wrap_title.white::before { background-image: url(../imgs/img_title_w.svg); } 
.title_main { font-size: 45px; color: var(--c1); margin: 0; font-family: 'font2'; font-weight: normal; text-transform: uppercase; line-height: normal; } 
.title_desc { font-size: 15px; color: var(--desc); margin-bottom: 0; margin-top: 10px; } 
.wrap_title.white .title_main { color: #fff; } 
.wrap_title.white .title_desc { color: #fff; } 

/* WRAP QUY TRÌNH */
.wrap_quytrinh { display: block; padding: 60px 0; background-image: url(../imgs/bg_quytrinh.png); } 

.owl_quytrinh { padding: 10px 0; position: relative; user-select: none; } 
.owl_quytrinh::before { position: absolute; content: ''; right: 100%; top: 62%; width: calc( ( 100vw - 1200px ) / 2 ); height: 2px; background: #fff; } 
.owl_quytrinh::after { position: absolute; content: ''; left: 100%; top: 62%; width: calc( ( 100vw - 1200px ) / 2 ); height: 2px; background: #fff; } 
.qt__items { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 50px; padding-top: 0; padding-bottom: 70px; cursor: pointer; } 
.qt__items.even { display: flex; flex-direction: column-reverse; padding-top: 70px; padding-bottom: 0; } 
.qt__img { display: block; width: 110px; height: 110px; border-radius: 100%; padding: 6px; background: #fff; position: relative; transition: all .2s ease; } 
.qt__img::before { position: absolute; content: ''; left: -10px; top: -10px; width: calc( 100% + 20px); height: calc( 100% + 20px); background-image: url(../imgs/bg_lv3.svg); background-position: top center; background-repeat: no-repeat; } 
.qt__dot { position: absolute; content: ''; right: calc( 50% - 7px); top: -16px; width: 14px; height: 14px; background: #ffffff40; border-radius: 10px; overflow: hidden; } 
.qt__dot::before { position: absolute; content: ''; left: 2px; top: 2px; width: 10px; height: 10px; background: #fff; border-radius: 10px; transition: all .2s ease; } 
.qt__items.even .qt__dot { bottom: -16px; top: unset; } 
.qt__items.even .qt__img::before { transform: rotate(180deg); } 
.qt__line1 { position: absolute; content: ''; right: calc( 100% + 8px); top: 50%; width: 57px; height: 2px; background: #fff; } 
.qt__line2 { position: absolute; content: ''; left: calc( 100% + 8px); top: 50%; width: 57px; height: 2px; background: #fff; } 
.qt__line3 { position: absolute; content: ''; left: -67px; bottom: 53px; width: 2px; height: 86px; background: #fff; } 
.qt__items.even .qt__line3 { top: 55px; width: 2px; height: 86px; } 
.qt__img span { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: 100px; background: linear-gradient(170deg, #00DC70 0%, #00763C 100%); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } 
.qt__img span img { max-height: 52px; transition: all .2s ease; } 
.qt__txt { display: block; text-align: center; position: relative; } 
.qt__txt::before { position: absolute; content: ''; left: calc( 50% - 1px ); top: calc( 100% + 3px); width: 2px; height: 25px; border-right: 2px dotted #fff; } 
.qt__items.even .qt__txt::before { bottom: calc( 100% + 3px); top: unset; } 
.qt__name { color: #FFF; text-align: center; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; margin-bottom: 10px; height: 22px; transition: all .2s ease; } 
.qt__desc { color: #FFF; text-align: center; font-size: 13px; font-style: normal; font-weight: 400; line-height: 1.8; height: 72px; } 
.qt__items:hover .qt__img { background: var(--c3); transition: all .2s ease; } 
.qt__items:hover .qt__img img { transform: scale(1.2); transition: all .2s ease; } 
.qt__items:hover .qt__dot::before { background: var(--c3); transition: all .2s ease; } 
.qt__items:hover .qt__name { color: var(--c3); transition: all .2s ease; } 
.qt__items:hover .qt__txt::before { border-color: var(--c3); } 
.qt__items.first .qt__line3 { display: none; } 

/* WRAP DỰ ÁN */
.wrap_duan { display: block; padding: 60px 0; } 
.flex_duan { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } 
.show_duan { width: 75%; padding: 0; background: 0; user-select: none; } 
.show_nav { width: 21%; } 
.duan_title { font-size: 45px; color: var(--c1); font-family: 'font2'; text-transform: uppercase; line-height: normal; margin-bottom: 15px; } 
.duan_desc { font-size: 13px; color: #282828; line-height: 2; margin-bottom: 25px; } 
.duan_list { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; gap: 20px; user-select: none; } 
.dal__items { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: baseline; color: #282828; transition: all .2s ease; cursor: pointer; gap: 5px; position: relative; width: max-content; max-width: 500px; } 
.dal__items h3 { font-weight: 500; font-size: 20px; margin: 00; } 
.dal__items h3 span { font-weight: bold; } 
.dal__items.active .dal__icon , .dal__items:hover .dal__icon { opacity: 1; transition: all .2s ease; } 
.dal__items.active, .dal__items:hover { color: #FFA000; transition: all .2s ease; padding-left: 25px; } 
.dal__icon { width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; opacity: 0; } 
.control-project { display: flex; margin-top: 35px; gap: 5px; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; } 
.control-project.disabled { display: none; } 
.control-project button { border-radius: 5px; border: 1px dashed #B9ADAB; background: rgba(255, 190, 194, 0.00); padding: 4px; margin: 0; transition: all .2s ease; } 
.control-project button svg { border-radius: 5px; background: #909090; transition: all .2s ease; } 
.control-project button:hover svg { border-radius: 5px; background: var(--c4); transition: all .2s ease; } 
.control-project button svg polyline { transform: scale(0.5); transform-origin: center; transition: all .2s ease; } 

.row_project { display: flex; gap: 10px; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; } 
.project__item { display: block; position: relative; border-radius: 10px; overflow: hidden; } 
.project__photo { display: block; width: 100%; } 
.project__name { position: absolute; left: 10px; top: 10px; width: calc( 100% - 20px); height: calc( 100% - 20px); display: flex; align-items: center; justify-content: center; padding: 10px; background: #00000070; border-radius: 10px; margin: 0; user-select: none; pointer-events: none; opacity: 0; transition: all .2s ease; } 
.project__name a { display: block; color: #fff; line-height: 1.5; font-weight: 500; font-size: 18px; text-align: center; } 
.project__item:hover .project__name { opacity: 1; transition: all .2s ease; } 

/* WRAP BÁO GIÁ */
.wrap_baogia { display: block; position: relative; padding: 75px; background-image: url(../imgs/bg_baogia.png); background-position: top center; } 
.wrap_baogia::before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 15px; background-image: url(../imgs/bg_baogia.svg); } 
.wrap_baogia::after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 15px; background-image: url(../imgs/bg_baogia.svg); } 
.border_newsletter { display: block; width: 100%; position: relative; } 
.box_newsletter { display: block; width: 400px; margin: 0px auto; background: #fff; border-radius: 10px; padding: 45px; text-align: center; position: absolute; left: 50%; top: 0; transform: translateX(-50%); } 
.nlt_title { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-end; color: var(--c1); font-size: 25px; font-style: normal; font-weight: 700; line-height: normal; gap: 10px; margin-bottom: 12px; } 
.nlt_desc { color: #737373; font-size: 13px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 22px; } 
form#newsletter-form { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; gap: 10px; } 
.box_newsletter input { font-size: 14px; height: 55px !important; border-radius: 0; } 
.box_newsletter textarea { height: 80px !important; resize: none; } 
.box_newsletter input[type="submit"] { background: var(--c1); color: #fff; border: none; font-weight: normal; text-transform: uppercase; line-height: normal; font-size: 14px; padding: 10px 30px; height: auto !important; transition: all .2s ease; } 
.box_newsletter input[type="submit"]:hover { background: darkred; color: #fff; transition: all .2s ease; } 

.grid_tieuchi { width: 100%; display: grid; grid-template-columns: repeat(3, calc((100% + 300px) / 3 - 300px)); grid-gap: 80px 300px; padding-top: 50px; } 
.tc__items.tc1 { grid-column: 1 / 2; grid-row: 1 / 2; } 
.tc__items.tc1::before { position: absolute; content: ''; left: 100%; top: 35%; width: 183px; height: 64px; background-image: url(../imgs/line_tieuchi_1.svg); } 
.tc__items.tc2 { grid-column: 3 / 4; grid-row: 1 / 2; } 
.tc__items.tc2::before { position: absolute; content: ''; right: 100%; top: 35%; width: 183px; height: 64px; background-image: url(../imgs/line_tieuchi_2.svg); } 

.tc__items.tc3 { grid-column: 1 / 2; grid-row: 2 / 3; margin-right: -100px; } 
.tc__items.tc3::before { position: absolute; content: ''; left: 75%; top: -20px; width: 153px; height: 64px; background-image: url(../imgs/line_tieuchi_3.svg); } 
.tc__items.tc4 { grid-column: 3 / 4; grid-row: 2 / 3; margin-left: -100px; } 
.tc__items.tc4::before { position: absolute; content: ''; right: 75%; top: -20px; width: 153px; height: 64px; background-image: url(../imgs/line_tieuchi_4.svg); } 
.tc__items.tc5 { grid-column: 2 / 3; grid-row: 3 / 4; margin-top: -120px; } 
.tc__items.tc5::before { position: absolute; content: ''; bottom: 105%; width: 4px; height: 49px; background-image: url(../imgs/line_tieuchi_5.svg); } 
.tc__items { text-align: center; cursor: pointer; position: relative; } 
.tc__img { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center; } 
.tc__img span { position: relative; z-index: 1; transition: all .2s ease; } 
.tc__img svg { margin-top: -65px; position: relative; z-index: 0; } 
.tc__txt { display: block; } 
.tc__name { display: block; color: #FFF; text-align: center; font-size: 18px; font-style: normal; font-weight: 700; line-height: 25px; transition: all .2s ease; } 
.tc__items:hover .tc__img span { transform: rotateY(360deg); transition: all .5s ease; } 
.tc__items:hover .tc__name { color: var(--c2); transition: all .2s ease; } 

/* WRAP MEDIA */
.wrap_media { display: block; padding: 60px 0; } 
.flex_media { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; } 
.box_newsnb { width: 64%; } 
.box_videonb { width: 35%; border-radius: 10px; overflow: hidden; } 
.newsnb__items { display: flex; border-radius: 10px; border: 1px dashed #7A7563; background: rgba(217, 217, 217, 0.00); overflow: hidden; padding: 10px; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; gap: 15px; } 
.newsnb__img { flex-shrink: 0; border-radius: 8px; overflow: hidden; } 
.newsnb__txt { flex: 1; padding-right: 10px; } 
.newsnb__name { color: #242424; font-size: 15px; font-style: normal; font-weight: 600; line-height: 25px; text-transform: uppercase; margin-bottom: 12px; transition: all .2s ease; } 
.newsnb__name:hover { color: var(--c1); transition: all .2s ease; } 
.newsnb_time { color: #818181; font-size: 13px; font-style: normal; font-weight: 400; line-height: 25px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; gap: 8px; } 
.newsnb__desc { color: #7C7C7C; font-size: 13px; font-style: normal; font-weight: 400; line-height: 2; margin-bottom: 20px; } 
.newsnb__link { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; gap: 10px; color: #3A3A3A; font-size: 13px; font-style: italic; font-weight: 400; line-height: 25px; transition: all .2s ease; } 
.newsnb__link i { background: var(--c1); width: 25px; height: 25px; line-height: 25px; text-align: center; color: #fff; border-radius: 25px; font-style: normal; transition: all .2s ease; } 
.newsnb__link:hover { color: var(--c1); transition: all .2s ease; } 
.newsnb__link:hover i { background: var(--c2); transition: all .2s ease; } 
.owl_newsnb .owl-theme .owl-nav.disabled + .owl-dots { margin-top: 15px; } 
.owl_newsnb .owl-theme .owl-dots .owl-dot span { width: 50px; height: 1px; flex-shrink: 0; } 
.grid_gallery { width: 100%; display: grid; grid-template-columns: repeat(4, calc((100% + 20px) / 4 - 20px)); grid-gap: 20px; } 
.grid { letter-spacing:2px; } 
.grid-item.item_project { width:calc(100%/3); padding:5px; } 