/*
Theme Name: Man Sao Child
Description: This is a child theme for Flatsome Theme 2
Author: UX Themes
Template: flatsome
Version: 3.1
*/
:root { --secondary-color: #FFC200; }

@font-face { font-family: 'SVN-Avo'; font-size: 700; font-display: swap; font-style: normal; src: url("assets/fonts/SVN-Avo-bold.ttf") format("truetype"); }
/* .transparent .header-main { top: 65px; } */

#logo { background: rgba(255, 255, 255, 0.85); display: flex; justify-content: center; align-items: center; margin-right: 0px; }

/* .header-mid { background-color: rgba(0, 0, 0, 0.6); min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; } */
/* .header-mid .header-mid-top { height: 60px; } */
/* .header-mid .html_topbar_left { display: flex; gap: 10px; margin: 0; }
.header-mid .html_topbar_left > a { font-size: 14px; color: #fff; font-weight: 400; }
.header-mid .html_topbar_left > a i { margin-right: 8px; }
.header-mid .html_topbar_left select { font-size: 14px; color: #fff; font-weight: 400; z-index: 41; border-radius: 0; background-color: rgba(255, 255, 255, 0.2); border: 0; height: 40px; outline: none; box-shadow: none; }
.header-mid .header-search-form { background-color: rgba(255, 255, 255, 0.1); margin: 0; }
.header-mid .header-search-form .search-field, .header-mid .header-search-form .ux-search-submit { height: 40px; background-color: transparent !important; box-shadow: none !important; border: none; }
.header-mid .header-search-form .search-field { min-width: 200px; } */

.header-nav-main { display: flex; justify-content: space-around; height: 60px; }
.header-nav-main > li > a { font-size: 14px; color: #fff !important; font-weight: 700; }
.header-nav-main > li:hover > a { color: var(--secondary-color) !important; }
.header-nav-main .nav-dropdown { padding: 0; background-color: rgba(255, 255, 255, 0.85); }
.header-nav-main .nav-dropdown > li > a { font-size: 14px; font-weight: 700; color: #000; margin: 0; padding: 10px 15px; }
.header-nav-main .nav-dropdown > li > a:hover { background-color: var(--secondary-color); color: #fff; }

.custom-button { max-width: 100px; min-height: 120px; }
.custom-button .header-button { background-color: rgba(255, 255, 255, 0.85); min-height: 120px; }
.custom-button .header-button a { display: flex; flex-direction: column; align-items: center; text-align: center; color: #000; height: 120px; justify-content: center; }
.custom-button .header-button span { font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 10px 15px 0; }
.custom-button .header-button svg { color: currentColor; width: 20px; height: 20px; }
.custom-button .header-button:hover { background-color: var(--primary-color); }
.custom-button .header-button:hover a { color: #fff; }
.custom-button .header-button:hover a svg { fill: #fff !important; }

.top-20 { margin-top: -80px; }

.banner p { font-size: 14px; }
.banner h4 {
  margin-bottom: 0px;
}
.button:not(.icon) { font-size: 15px; font-weight: 500; }

.slider-nav-circle .flickity-prev-next-button { opacity: 1 !important; height: 44px; min-width: 44px; }
.slider-nav-circle .flickity-prev-next-button svg { border: 1px solid var(--primary-color) !important; padding: 29% !important; color: #fff; border-radius: 0; background-color: var(--primary-color); }
.slider-nav-circle .flickity-prev-next-button:hover svg { background-color: #2845D9; }

.flickity-page-dots .dot { height: 12px; width: 12px; opacity: 1; background: #D9D9D9 !important; border: none; }
.flickity-page-dots .dot.is-selected { width: 24px; border-radius: 8px; background-color: var(--fs-color-secondary) !important; }

.section-title { border-bottom: none; }
.section-title b { opacity: 0; }
.section-title span.section-title-main { font-size: 26px; color: #000; font-weight: 700; line-height: 1; border: none; }
.section-title.section-title-bold span.section-title-main { font-size: 18px; }
.section-title.section-title-bold span.section-title-main:before { content: ""; height: 4px; width: 178px; background-color: currentColor; display: block; position: absolute; bottom: 5px; }
.section-title.section-title-bold-center span.section-title-main:before { content: ""; height: 2px; width: 80px; background-color: currentColor; display: block; position: absolute; bottom: -3px; left: 50%; transform: translateX(-50%); }

.slider-nav-simple .flickity-prev-next-button { opacity: 1; transform: none; margin-top: 0 !important; }
.slider-nav-simple .flickity-prev-next-button svg { color: var(--primary-color) !important; }
.slider-nav-simple .flickity-prev-next-button:hover svg, .slider-nav-simple .flickity-prev-next-button:hover .arrow { fill: var(--primary-color) !important; }

.slider-nav-simple .flickity-button { opacity: 1; }
.slider-nav-simple .flickity-button > svg { display: none; }
.slider-nav-simple .flickity-button:before, .slider-nav-simple .flickity-button:after { content: ''; height: 25px; width: 25px; display: block; transform: translate(0, -50%) rotate(45deg); -moz-transform: translate(0, -50%) rotate(45deg); -webkit-transform: translate(0, -50%) rotate(45deg); -o-transform: translate(0, -50%) rotate(45deg); z-index: 2; margin: auto; position: absolute; }
.slider-nav-simple .flickity-button.previous:before { border-bottom: 2px solid #fff; border-left: 2px solid #fff; }
.slider-nav-simple .flickity-button.next::before { border-top: 2px solid #fff; border-right: 2px solid #fff; }
.slider-nav-simple .flickity-button:hover:before { border-color: var(--primary-color); }
.slider-nav-simple.slider-nav-dark .flickity-button.previous:before { border-bottom: 2px solid #000; border-left: 2px solid #000; }
.slider-nav-simple.slider-nav-dark .flickity-button.next::before { border-top: 2px solid #000; border-right: 2px solid #000; }

.slider-nav-outside .flickity-prev-next-button.previous { right: 100%; left: auto; margin-top: 0; }
.slider-nav-outside .flickity-prev-next-button.next { right: auto; left: 100%; margin-top: 0; }
.slider-nav-outside.slider-nav-simple .flickity-button:before { border-color: var(--primary-color); }
.slider-nav-outside.slider-nav-simple.slider-nav-light .flickity-button:before { border-color: #fff; }

.box-shadow-1 { background: #FFFFFF; box-shadow: 7px 0px 14px 0px rgba(0, 0, 0, 0.15); }

.nav-pills > li { margin: 0 10px; }
.nav-pills > li > a { font-weight: 600; font-size: 16px; border-radius: 10px; text-align: center; text-transform: capitalize; color: var(--primary-color); border: 1px solid var(--primary-color); }
.nav-pills > li:hover > a, .nav-pills > li.active > a { color: #fff; background-color: var(--primary-color) !important; }

.text-justify { text-align: justify; }

.home-product .product-item { border-top: 1px solid #d2d3d6; }
.home-product .product-item .col-inner { padding-top: 25px; }
.home-product .product-item .box-image img { height: 100%; width: auto; }

.product-item .post-title { font-size: 14px; color: #000; font-weight: 700; text-transform: uppercase; }
.product-item.has-post-icon .col-inner { background-color: #e6e6e6; position: relative; padding: 10px; }
.product-item.has-post-icon .box-text { padding: 0; }
.product-item.has-post-icon .post-title { font-size: 13px; color: #000; font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; margin-top: 10px; }
.product-item.has-post-icon .box-image { padding: 18px 0px; }
.product-item.has-post-icon .box-image img { width: auto; height: auto; }
.product-item.back_image .col-inner { background-color: #fff; -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.product-item.back_image img { z-index: 2; }
.product-item.back_image img:not(.wp-post-image) { z-index: 1; }
.product-item.back_image .post-title { text-decoration: underline; }
.product-item.back_image:hover .col-inner { background-color: var(--primary-color); }
.product-item.back_image:hover .post-title { color: #fff; }
.product-item.back_image:hover img { z-index: 1; }
.product-item.back_image:hover img:not(.wp-post-image) { z-index: 2; }

@keyframes pulse { 0% { -webkit-transform: scaleX(1); transform: scaleX(1); }
  50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); }
  to { -webkit-transform: scaleX(1); transform: scaleX(1); } }
.animate__pulse { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }

.slide-video { width: 930px; height: 720px; background-image: url(assets/images/tv.jpg?v=1); background-repeat: no-repeat; background-position: 0 0; background-size: cover; }
.slide-video .flickity-viewport { padding: 30px; max-width: 900px; }

.inspriration .nav-simple > li > a span.icon { width: 57px; height: 57px; position: relative; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); -o-transform: scale(0.7); transform: scale(0.7); }
.inspriration .nav-simple > li > a span:nth-child(2) { display: none; }
.inspriration .nav-simple > li.active > a span.icon { -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inspriration .tab-panels .row { display: grid; display: -ms-grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; gap: 10px 10px; grid-auto-flow: row; grid-template-areas: ". . . . . gri3 gri3 . . ." ". gri1 gri1 gri2 gri2 gri3 gri3 gri4 gri4 gri4" ". gri1 gri1 gri2 gri2 gri3 gri3 gri4 gri4 gri4" "gri5 gri5 gri5 gri5 gri5 gri3 gri3 gri4 gri4 gri4" "gri5 gri5 gri5 gri5 gri5 gri6 gri6 gri6 gri6 ." "gri5 gri5 gri5 gri5 gri5 gri6 gri6 gri6 gri6 ." ". . . . . gri6 gri6 gri6 gri6 ."; }
.inspriration .tab-panels .row .col { box-sizing: border-box; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; width: 100%; max-width: 100%; grid-area: gri1; padding: 0; }
.inspriration .tab-panels .row .col:nth-child(2) { grid-area: gri2; }
.inspriration .tab-panels .row .col:nth-child(3) { grid-area: gri3; }
.inspriration .tab-panels .row .col:nth-child(4) { grid-area: gri4; }
.inspriration .tab-panels .row .col:nth-child(5) { grid-area: gri5; }
.inspriration .tab-panels .row .col:nth-child(6) { grid-area: gri6; }

.featured-box .icon-box-text h3 { margin-bottom: 0; }
.featured-box.icon-box-center:hover .icon-box-text h3, .featured-box.icon-box-center:hover .icon-box-text p { color: var(--primary-color); }

.post-item .cat-text { font-size: 14px; color: var(--primary-color); font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; position: relative; }
.post-item .cat-text:after { content: ""; max-width: 300px; height: 2px; background-color: var(--primary-color); margin-left: 10px; margin: 18px 0 24px; display: block; }
.post-item .cat-label { position: absolute; top: 0px; right: 20px; font-size: 15px; color: #fff; font-weight: 700; line-height: 1; z-index: 41; background-color: var(--primary-color) !important; padding: 10px 20px; text-transform: uppercase; opacity: 1 !important; right: 0px; }
.post-item .box-text { padding: 20px 30px; }
.blog__line { margin: 20px 0; opacity: 1; border-top: 1px solid var(--primary-color); max-width: 300px;}
.post-meta span { font-size: 14px; color: #646464; font-weight: 500; position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.post-meta span:nth-child(2) { color: var(--primary-color); }
.post-meta svg { width: 16px; }
.post-meta span + span { margin-left: 20px; }
.post-meta span + span:before { content: ""; width: 1px; height: 13px; left: -10px; top: 2px; background-color: var(--primary-color); }
.post-item .post-title { font-size: 19px; }
.post-item .from_the_blog_excerpt { font-size: 14px; color: #000; font-weight: 400; display: block; display: -webkit-box; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.snake-border i.trai, .snake-border i.phai, .snake-border i.tren, .snake-border i.duoi { z-index: 40; position: absolute; transition: all 0.5s ease; }
@media screen and (prefers-reduced-motion: reduce) { .snake-border i.trai, .snake-border i.phai, .snake-border i.tren, .snake-border i.duoi { transition: none; } }
.snake-border i.trai { background: linear-gradient(180deg, #f6f6f6 0%, #4b8ac2 100%); height: 0; width: 5px; left: 0; top: 0; }
.snake-border i.phai { background: linear-gradient(180deg, #abc7df 0%, #005bab 100%); height: 0; width: 5px; right: 0; bottom: 0; }
.snake-border i.tren { background: linear-gradient(90deg, #f6f6f6 0%, #aac6df 100%); height: 5px; width: 0; right: 0; top: 0; }
.snake-border i.duoi { background: linear-gradient(90deg, #4b8ac2 0%, #005bab 100%); height: 5px; width: 0; left: 0; bottom: 0; }
.snake-border:hover i.trai { height: 100%; bottom: 0; top: initial; }
.snake-border:hover i.tren { width: 100%; left: 0; }
.snake-border:hover i.phai { height: 100%; top: 0; bottom: initial; }
.snake-border:hover i.duoi { width: 100%; right: 0; left: initial; }

/* Over IMG */
.ov-img { position: relative; overflow: hidden; width: 100%; }
.ov-img .ov1, .ov-img .ov2, .ov-img .ov3, .ov-img .ov4 { -webkit-transition: 400ms; -moz-transition: 400ms; -ms-transition: 400ms; -o-transition: 400ms; transition: 400ms; position: absolute; background: #fff; z-index: 9999; }
.ov-img .ov1 { left: 100%; top: 4%; width: 100%; height: 1px; }
.ov-img .ov2 { top: 100%; right: 3%; height: 100%; width: 1px; }
.ov-img .ov3 { right: 100%; bottom: 15px; width: 100%; height: 1px; }
.ov-img .ov4 { left: 3%; bottom: 100%; height: 100%; width: 1px; }
.ov-img:hover .ov1 { left: 0%; }
.ov-img:hover .ov2 { top: 0%; }
.ov-img:hover .ov3 { right: 0%; }
.ov-img:hover .ov4 { bottom: 0%; }

.service::before { content: ""; width: 100%; height: 50%; background-color: var(--primary-color); position: absolute; top: 0; left: 0; }
.service .banner h3 { font-family: "SVN-Avo" !important; font-size: 26px; color: var(--primary-color); font-weight: 700; text-transform: uppercase; }
.service .banner h4 { font-size: 16px; }

.wpcf7 input, .wpcf7 select, .wpcf7 textarea { border: none; box-shadow: none; border-radius: 5px; border: 1px solid #ced4da; }
.wpcf7 .wpcf7-spinner { display: none; }

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover { box-shadow: 0 0 15px rgba(0, 0, 0, 0.12); }

.page-title h1 { font-size: 35px; color: #fff; font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; }
.page-title .rank-math-breadcrumb { font-size: 13px; color: #fff; font-weight: 700; }
.page-title .rank-math-breadcrumb .last { border-bottom: 2px solid #fff; }

.page_news { position: relative; }
.page_news:after { content: "inspiration"; font-size: 81px; color: #d2d3d5; font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; z-index: 1; position: absolute; right: -277px; transform: rotate(90deg); top: 180px; line-height: 1; }
.page_news .post-item { position: relative; }
.page_news .post-item .post-title { text-transform: uppercase; }
.page_news .post-item .from_the_blog_excerpt { font-size: 11px; color: #363636; font-weight: 400; font-family: "SVN-Avo" !important; display: block; display: -webkit-box; height: 66px; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.page_news .post-item .box-image .image-cover { position: relative; border: 4px solid #fff; margin-bottom: 20px; }
.page_news .post-item .box:before { content: ""; width: 50%; height: 100%; position: absolute; top: -10px; right: -20px; z-index: -1; background-color: #e6e7e9; }
.page_news .post-item .box.box-vertical { display: flex; gap: 15px; }
.page_news .post-item .box.box-vertical .box-image { width: 60% !important; }
.page_news .post-item .box.box-vertical::before { right: unset; left: 90px; }
.page_news .post-item:nth-child(2) .box.box-vertical { flex-direction: row-reverse; }

.page_news_trend .nav-line-bottom { background: #e6e6e6; min-height: 84px; margin-bottom: 60px; }
.page_news_trend .nav-line-bottom > li > a { font-size: 17px; color: #000; font-weight: 400; font-family: "SVN-Avo" !important; border-bottom: 3px solid transparent; padding: 5px 0; position: relative; margin-left: 40px; text-transform: none; }
.page_news_trend .nav-line-bottom > li > a:before { content: ""; width: 1px; height: 14px; background-color: #000; left: -20px; top: 12px; opacity: 1 !important; }
.page_news_trend .nav-line-bottom > li:first-child > a:before { display: none; }
.page_news_trend .nav-line-bottom > li.active a { color: var(--primary-color); }
.page_news_trend .tab-panels { max-width: 1200px; margin: 0 auto; }
.page_news_trend .tab-panels::before { content: "DESIGN WINDOW BLIND"; font-size: 63px; color: #d2d3d5; font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; position: absolute; transform: rotate(270deg); left: -219px; top: 48%; }

.page-wrapper { padding-top: 0; }

.product-header .page-header-slide { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.row-project { position: relative; }
.row-project::before { content: "PROJECT"; font-size: 80px; color: var(--fs-color-primary); font-weight: 700; font-family: "SVN-Avo" !important; text-transform: uppercase; position: absolute; transform: rotate(270deg); left: -230px; top: 180px; }

.product-video { position: relative; }
.product-video::before { content: ""; width: 190px; height: 190px; position: absolute; top: -40px; left: 0px; z-index: -1; background-color: #dff0fa; }

.button-video { width: 360px; height: 95px; display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; bottom: -24px; left: -24px; background-color: #fff !important; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding: 0; }
.button-video span { font-size: 19px; color: #000; font-weight: 700; font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; flex: 1; display: flex; align-items: center; justify-content: center; text-transform: uppercase; }
.button-video i { width: 95px; height: 95px; display: flex; align-items: center; justify-content: center; background-color: #005bab; cursor: pointer; font-size: 30px !important; color: #fff; }

h2.title { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; }
/* Single product */
.single-product .tabbed-content .nav-line-bottom:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #e6e6e6;
}
.single-product .tabbed-content .nav-line-bottom > li > a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    font-family: "SVN-Avo" !important; 
    border-radius: 0;
    border-bottom: 5px solid transparent;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
}
.single-product .tabbed-content .nav-line-bottom > li:hover > a,
.single-product .tabbed-content .nav-line-bottom > li.active > a {
    color: var(--primary-color);
}
.single-product .tabbed-content .nav-line-bottom > li > a:before {
    height: 5px;
}
.single-product .tabbed-content .nav-line-bottom > li + li {
    margin-left: 50px;
}
.single-product .tabbed-content:not(.product-tabbed-content ) >  .tab-panels {
    background-color: #fff;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 20px 0 0;
}
.product-tabs .nav-line-grow > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    font-family: "SVN-Avo" !important; 
    border-radius: 0;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    padding: 5px 0;
}
.product-tabs .nav-line-grow  > li > a:before  {
    bottom: 0;
    top: auto;
}
.product-tabs .nav-line-grow  > li:hover > a,
.product-tabs .nav-line-grow > li.active > a {
    color: var(--primary-color);
}
.product-tabs .nav-line-grow  li + li {
    margin-left: 30px;
}
.product-tabs .nav-line-grow  li +li:before  {
    position: absolute;
    top: 9px;
    left: -18px;
    content: "/";
}
.product-tabs-inner {
    padding: 20px;
    background-color: #e6e6e6;
}
.hethongvanhanh-item__params h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: 'SVN-Avo';
    background-color: #363435;
    padding: 5px 10px;
}

.hethongvanhanh-item__params div {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 10px;
    padding: 3px 0;
}

.hethongvanhanh-item__params div span {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.hethongvanhanh-item__params div p {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.hethongvanhanh-item__params div + div {
    border-top: 1px solid #d3d3d3;
}

.hethongvanhanh-item__params + .hethongvanhanh-item__params {
    margin-top: 10px;
}

/*color-selector*/
.color-conponent {
    background-color: #fff;
    padding: 40px;
}

.color-conponent h5 {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.color-conponent p {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.color-conponent p + p {
    border-top: 1px solid #eee;
}

.color-conponent.color-selector-item h5 {
    font-size: 15px;
    margin-bottom: 7px;
}

.color-conponent.color-selector-item p {
    font-size: 13px;
}

.color-selector {
    padding-top: 50px;
}

.color-selector-item {
    position: relative;
}

.color-selector-item:hover .color-selector-item__yeuthich {
    background-color: rgba(97, 95, 96, 0.7);
}

.color-selector-item:hover .color-selector-item__yeuthich p {
    color: #fff;
}

.color-selector-item:hover .color-selector-item__yeuthich i {
    color: #fff;
}

.color-selector-item:hover .color-selector-item__yeuthich.act-love i {
    color: #000;
}

.color-selector-item__link {
    box-sizing: border-box;
    display: flex;
    position: relative;
    height: 100%;
}

.color-selector-item__link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.7058823529%;
}

.color-selector-item__link.xemnhanh-color {
    cursor: pointer;
}

.color-selector-item__yeuthich {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
    .color-selector-item__yeuthich {
        transition: none;
    }
}

.color-selector-item__yeuthich p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.color-selector-item .yeuthich-mausac i {
    font-size: 24px;
}

.color-selector-item .yeuthich-mausac.act-love i {
    font-weight: 900;
}
.color-selector-item__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.design-bestseller-image {
    z-index: 41;
    border: 4px solid #fff;
    background-color: #fff;
    position: relative;
    margin-left: -60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 300px;
    max-height: 300px;
}
.pdf-box {
    width: 100%;
    text-align: center;
    margin-top: 10px; 
}
.pdf-box__icon {
      width: 85px;
      height: 85px;
      background-image: url("assets/images/PDF.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain;
      display: inline-block; 
}
.box-text-middle.box-overlay {
    overflow: hidden;
}
.box-text-middle.box-overlay .box-text {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
}
.box-text-middle.box-overlay:hover .box-text{
    left: 0;
}
/* Footer */

.footer-wrapper { background: url(assets/images/footer-bg.png) no-repeat center center; background-size: cover; }
.footer-wrapper .footer-1 { border-top: none; }
.footer-wrapper .footer-1 h4 { text-transform: uppercase; font-size: 20px; margin-bottom: 0; }
.footer-wrapper .footer-1 .wpcf7 form { margin-bottom: 0; }
.footer-wrapper .footer-1 .wpcf7 .flex-row { border: 4px solid #d2d3d5; }
.footer-wrapper .footer-1 .wpcf7 input { border: none; box-shadow: none; }
.footer-wrapper .footer-1 .wpcf7 .wpcf7-submit { background: #606062 !important; margin-right: 0 !important; }
.footer-wrapper .footer-2 { background-color: transparent; }
.footer-wrapper .is-divider { display: none; }
.footer-wrapper ul li a { color: #fff; }
.footer-wrapper ul li a:before { content: ""; width: 5px; height: 5px; display: inline-block; position: relative; margin: 0 5px 3px 0; background-color: #fff; }
.footer-wrapper ul li a:hover { color: var(--secondary-color) !important; }
.footer-wrapper ul li + li { border-top: none; }
.footer-wrapper span.widget-title { font-size: 15px; color: #fff; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; display: block; }

.absolute-footer { background: rgba(0, 0, 0, 0.4); }

.copyright-footer { color: #fff; font-size: 14px; padding-top: 15px; padding-bottom: 10px; }

.back-to-top { border: none !important; height: 47px; width: 47px; bottom: 51px; right: 25px; background: var(--primary-color) !important; box-shadow: 0px 4px 4px rgba(15, 111, 183, 0.15); color: #fff !important; font-size: 19px; line-height: 50px !important; }

.nav-pagination-box { display: block; text-align: center; margin: 0 auto; width: 100%; }
.nav-pagination-box .nav-pagination li:before { display: none; }

.white-popup-block { background: #fff; padding: 0px 0px; text-align: left; max-width: 950px; margin: 40px auto; position: relative; border-radius: 0; overflow: hidden; padding: 0; }
.white-popup-block .section-title span.section-title-main { font-size: 28px; }
.white-popup-block .modal-close { position: absolute; text-align: right; margin-bottom: 13px; right: 20px; top: 20px; color: #000; }
.white-popup-block .modal-close svg { height: 20px; width: 20px; fill: #000; }
.white-popup-block .modal-body { color: #000; font-size: 16px; padding: 20px 40px; }

@media (prefers-reduced-motion: no-preference) { .row-slider.slider [data-animated=true], .slider .is-selected [data-animated=true], [data-animated=true] { -webkit-animation-delay: 0s !important; animation-delay: 0s !important; }
  [data-animate=bounceInUp] { transition: transform 0.4s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.2s ease-in !important; }
  .slider [data-animate], [data-animate] { transition: filter 0.7s, transform 0.7s, opacity 0.4s ease-in !important; } }
@media screen and (max-width: 820px) { .header-main { height: 70px !important; background-color: #e4e4e4 !important; }
  #logo { background-color: transparent; }
  .mobile-nav .header-language-dropdown .nav-dropdown { margin-left: -100% !important; }
  .mobile-nav .has-icon a { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 40px; height: 40px; padding: 0; min-width: auto; border-radius: 50%; position: relative; color: #000 !important; }
  .mobile-nav .has-icon a svg { max-width: 20px; }
  .mobile-nav .has-icon a i { text-align: center; }
  .mobile-nav .icon-image img { min-width: 25px; }
  .off-canvas #logo { padding: 20px; width: 250px !important; }
  .off-canvas .sidebar-menu { padding: 30px 12px; }
  .off-canvas-right.dark .mfp-content { background-color: var(--primary-color) !important; }
  .off-canvas .nav-vertical > li { border-top: none !important; background-color: transparent !important; }
  .off-canvas .nav-vertical > li > a { padding-top: 10px; padding-bottom: 10px; color: #000; height: auto; font-size: 16px; text-transform: none; text-shadow: none; font-weight: 400; border-radius: 5px; }
  .off-canvas .nav-vertical > li.current-menu-item > a, .off-canvas .nav-vertical > li:hover > a { background-color: var(--primary-color); color: #fff; }
  .off-canvas .nav-vertical > li > ul > li a { color: #111; }
  .off-canvas .nav-vertical > li > ul > li li { position: relative; margin-left: 20px !important; }
  .off-canvas .nav-vertical > li > ul > li li:before { content: ""; height: 5px; width: 5px; display: inline-block; background-color: #111; position: absolute; top: 50%; transform: translateY(-50%); }
  .footer-2 > .row > .col { flex-basis: 50%; max-width: 50%; }
  .slide-video { width: 100%; height: 318px; }
  .post-item .box-text { padding: 0; }
  .page_news .post-item .box.box-vertical::before { display: none; }
  .page_news_trend .nav-line-bottom > li > a { margin-left: 20px; }
  .page_news .post-item .box.box-vertical .box-image { min-width: 42% !important; }
  .page_news .post-item .box.box-vertical .box-text { width: 52% !important; } }
@media (max-width: 768px) { .transparent .header-main { top: 0; }
  .top-20 { margin-top: 0; } }