/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
#homemenu > ul > li > a {
    font-size: 32px;
    color: var(--black);
    position: relative;
    font-family: "earthorbiter", "Be Vietnam Pro", Arial, sans-serif;
}

#homemenu > ul > li > a::before {
    content: '';
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}

#homemenu > ul > li.active > a::before {
    background: var(--black);
}

.pm0a9zo .fp-viewing-modularvideo #homemenu > ul > li.active > a::before {
    background: var(--white);
}

.fp-viewing-modularvideo #modular li a {
    color: var(--white);
}

#homemenu > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#homemenu > ul > li {
    padding: 0 30px;
}

.home header, .o31n8mb > header, .d5c0q8g > header, .pm0a9zo > header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 123;
}

.btn-menu-mobile {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#showmenu {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#showmenu:hover .showmenu-hamburger span:before {
	transform: translateX(0);
}

#showmenu:hover .showmenu-hamburger span:after {
	transform: translateX(200%);
}

.showmenu-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.showmenu-hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
}

.showmenu-hamburger span:last-child {
    margin: 0;
}

.showmenu-hamburger span:before {
    transition-delay: 150ms;
    }
    
.showmenu-hamburger span:after {
    transition-delay: 150ms;
}

.showmenu-hamburger span:before,
.showmenu-hamburger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform ease 300ms;
    transform: translateX(-200%);
}

.fp-viewing-modularvideo .showmenu-hamburger span:before,
.fp-viewing-modularvideo .showmenu-hamburger span:after {
    background-color: var(--white);
}

.showmenu-hamburger span:after {
    transform: translateX(0);
}

.showmenu-hamburger span:nth-child(2):before,
.showmenu-hamburger span:nth-child(2):after {
    transition-delay: 75ms;
}

.showmenu-hamburger span:last-child:before,
.showmenu-hamburger span:last-child:after {
    transition-delay: 150ms;
}

.setting-menu > .container > .row > div:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.setting-menu > .container > .row > div:last-child > div + div {
    
}

.language-switch {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 18px;
    column-gap: 6px;
}

.language-switch > ul > li > a {
    color: var(--black);
    padding: 9px 5px;
    position: relative;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
}

.fp-viewing-modularvideo .language-switch > ul > li > a,
.fp-viewing-modularvideo .header-shop a,
.fp-viewing-modularvideo .language-switch {
    color: var(--white);
}

.language-switch > ul > li > a.active:before {
    content: '';
    background: url(https://cdn11227.cdn4s1.com/media/icon/home_icon.webp) center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    filter: brightness(1) invert(1);
}

.fp-viewing-modularvideo .language-switch > ul > li > a.active:before,
.fp-viewing-modularvideo .btn-search img,
.home .fp-viewing-modularvideo .logo-section img {
    filter: brightness(0) invert(1);
}

.btn-search {
    padding: 0;
    border: none;
    display: inline-flex;
}

.btn-search img {
    flex: none;
    height: 21px;
    width: 21px;
}

.header-shop a {
    font-size: 23px;
    color: var(--black);
}

.header-shop a:hover {
    color: var(--color-highlight);
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
body.home, body.page-introduct {
    overflow-y: hidden;
}

#myVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 0;
}

.page-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.item-banner-main {
    position: relative;
}

.banner-main .banner--wrap {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    float: none;
    margin: 1rem;
    top: auto;
    padding: 2rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    z-index: 9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    color: black;
}

.banner--title {
    font-size: 2.2rem;
    font-weight: bold;
}

.item-banner-main:hover .banner--wrap {
    background: var(--color-highlight);
    color: white;
}

.bg-attk {
    background-attachment: fixed;
    padding: 15vw 0;
}

.attk-content {
    color: white;
}

.attk-desc {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.attk-title {
    font-size: calc(3rem + 1.5vw);
    margin-bottom: 3rem;
    text-transform: capitalize;
}

.prd-cate-wrap {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 1rem;
    top: auto;
    padding: 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    filter: alpha(opacity = 80);
    z-index: 9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    bottom: 0;
    color: black;
}

.product-item--cate:hover .prd-cate-wrap {
    background: var(--color-highlight);
    color: white !important;
}

.hotline-number {
    font-size: 3rem;
    color: red;
}

.policy-item i {
    font-size: 3rem;
}

.swiper-modular {
    padding-top: 156px;
    position: relative;
    padding-bottom: 92px !important;
}

.swiper-modular .down-button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.swiper-modular .down-button svg {
    filter: brightness(0) invert(1);
    width: 24px;
    height: 24px;
}

.swiper-modular .modularvideo-wrap {
    position: relative;
    z-index: 9;
    height: calc(100vh - 156px - 92px);
}

.modularvideo-wrap__heading {
    color: var(--white);
    font-family: "earthorbiter", "Be Vietnam Pro", Arial, sans-serif;
    text-align: center;
    font-size: 40px;
    line-height: 1.3;
}

.box-prd-kientruc .title-section {
    font-family: "Inter", sans-serifsans-serif;
}

.modular-wrap__desc {
    font-size: 18px;
    text-align: center;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1.3;
}

.modularvideo-wrap__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.modularvideo-wrap__block {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}

.Item-icon {
    height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.Item-title {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
    color: var(--white);
}

.modularvideo-wrap__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.modularvideo-wrap__link a {
    max-width: 30%;
    flex: 0 0 30%;
    text-align: center;
}

.modularvideo-wrap__link span {
    display: block;
    height: 52px;
    line-height: 50px;
    border-radius: 40px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #FFF;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}

.modularvideo-wrap__link a span:hover {
    /* transform: translateY(-6px); */
    background: var(--white);
    color: var(--color-black);
}

.modular-section {
    padding-top: 156px;
    position: relative;
    padding-bottom: 60px;
    min-height: 100vh;
}

.bg-modular {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center center;
    min-height: 100vh;
}

.modular-wrap__button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}

.modular-wrap__button.two-btn {
	justify-content: space-between;
}

.modular-wrap__button.two-btn a {
    flex: 0 0 48%;
    max-width: 48%;
}

.modular-wrap__button a {
    max-width: 50%;
    flex: 0 0 50%;
    text-align: center;
}

.modular-wrap__button a span {
    display: block;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    border-radius: 20px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    color: var(--color-black);
    transition: all 0.4s ease-in-out;
}

a.modular-wrap__order span {
    background: rgba(26, 26, 26, 0.69);
    color: var(--white);
}

a.modular-wrap__technology span {
    background: rgba(255, 255, 255, 0.69);
}

.modular-wrap__button a:hover span, .btn-social:hover {
    transform: translateY(-6px);
}

a.modular-wrap__order:hover span {
    background: rgba(26, 26, 26, 0.80);
}

a.modular-wrap__technology:hover span {
    background: var(--white);
}

.modular-section .modularvideo-wrap__heading, .modular-section .modular-wrap__desc {
    color: var(--color-black);
}

.modular-section .modular-wrap__desc {
    text-transform: none;
}

#shopnow .shopnow-wrap__media {
    text-align: center;
    display: table;
    width: 100%;
    overflow: hidden;
    height: 50vh;
    margin-top: 40px;
}

#shopnow .shopnow-wrap__media .shopnow-wrap__mediamd {
    display: table-cell;
    vertical-align: middle;
}

#shopnow .shopnow-wrap__media .shopnow-wrap__mediamd img {
    max-height: 350px;
}

#searchModal, .modal_contact {
    padding: 0 !important;
}

#searchModal .modal-dialog {
    inset: 0;
    max-width: 100%;
    margin: 0;
    justify-content: center;
    background: rgba(22, 22, 27, 0.97);
}

#searchModal .modal-dialog .modal-content {
    margin: auto;
    height: 100vh;
    background: none;
    justify-content: center;
    align-items: center;
}

#searchModal .btn-close, .modal_contact .btn-close {
    position: absolute;
    font-size: 18px;
    color: var(--white);
    top: 40px;
    right: 40px;
    z-index: 33;
    opacity: 1;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid var(--white);
    padding: 0;
    transition: all .3s ease;
}

#searchModal .btn-close i, .modal_contact .btn-close i, #DescProduct .btn-close i {
    transition: all .3s ease;
}

#searchModal .btn-close:hover i, .modal_contact .btn-close:hover i, #DescProduct .btn-close:hover i {
    transition: all .3s ease;
    transform: rotate(90deg);
}

#searchModal .btn-close:hover {
    background: var(--white);
    color: var(--color-black);
}

#searchModal form {
    max-width: 500px;
    width: 100%;
    position: relative;
}

#searchModal form .input-group .form-control {
    border: 1px solid #dedede;
    padding: 10px 65px 10px 10px;
    height: 60px;
    line-height: 60px;
    background: transparent;
    color: var(--white);
    z-index: 0;
}

#searchModal form .input-group .form-control::placeholder {
    color: var(--white);
}

#searchModal form .input-group .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 0;
    font-size: 16px;
    z-index: 2;
}

.clear-input {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 16px;
    z-index: 1;
}
.clear-input:hover {
    color: var(--white);
}

.heading.support-wrap__heading {
    margin: 0 0 15px 0;
    font-size: 40px;
    color: var(--color-main);
    line-height: 1.3;
}

.support-wrap__desc.modular-wrap__desc {
    color: var(--color-main);
    text-transform: none;
}

.support-wrap__button .support-wrap__connect {
    display: inline-block;
    min-width: 225px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #666666;
    margin: 0 15px;
    text-transform: uppercase;
    color: var(--white);
    background: #666666;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    position: relative;
    font-size: 18px;
}

.support-wrap__button .support-wrap__connect:hover,
.form-support .form-group .btn-submit:hover,
.contacts-info__redirectmap a:hover {
    background: var(--white);
    color: var(--color-main);
    border-color: var(--color-main);
}

.form-support .form-group {
    margin-bottom: 15px;
}

.form-support .form-group input.form-control,
.form-support .form-group textarea.form-control {
    height: 40px;
    border-color: #c7cccf;
    border-radius: 3px;
}

.form-support .form-group textarea.form-control {
    height: calc(40px * 3 + 30px);
}

.form-support .form-group .btn-submit, .contacts-info__redirectmap a {
    height: 44px;
    width: 155px;
    text-align: center;
    background: #DF6755;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--white);
    border: 0;
    transition: all 0.4s ease-in-out;
    line-height: 46px;
    padding: 0;
    border: 1px solid #DF6755;
}

.aboutss1-wrap__content {
	padding-top: 3rem;
}

@media(min-width: 992px) {
	.slider-about-us .item-slider-about .col-lg-6 {
	    position: absolute;
	    top: 0;
	    right: -100px;
	}
	.aboutss1-wrap__content {
	    padding-top: 110px;
	}
}

.slider-about-us .item-slider-about .col-lg-6 img, .box-list-product .product-item .inner-image {
    border-radius: 20px;
    overflow: hidden;
}

.about-wrap__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 41px;
    line-height: 1.5;
}

.about-wrap__description {
    margin-bottom: 59px;
    line-height: 1.5;
    text-align: left;
    color: #666;
    font-size: 16px;
}

.aboutss1-wrap__content a {
    display: inline-block;
    width: 185px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 18px;
}

.aboutss1-wrap__content a:hover {
    background: var(--color-main);
    color: var(
    --white);
}

.section-about-1 {
    padding-bottom: 120px;
    padding-top: 35px;
    position: relative;
}

#aboutss2 {
    padding-top: 95px;
    padding-bottom: 115px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ebebeb;
    border-radius: 150px 0 0 0;
    position: relative;
}

#aboutss2::before {
    content: '';
    background: url(https://cdn11227.cdn4s1.com/media/icon/line_about.webp) center no-repeat;
    width: 2px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

#aboutss3 {
    padding-top: 80px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.aboutss3-wrap__description.about-wrap__description,
.aboutss4-wrap__description.about-wrap__description {
    color: #2e2d2d;
}

.aboutss3-wrap__thumbnail img {
    min-height: 300px;
    object-position: center;
    object-fit: cover;
}

.aboutss2-QT * {
    font-family: "Be Vietnam Pro", Arial, sans-serif !important;
}

.background-ss {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#aboutss4, #aboutss5 {
    background-color: #F2F2F2;
    position: relative;
    padding-top: 102px;
    padding-bottom: 573px;
}

#aboutss5 {
    background: none;
    padding-top: 65px;
    padding-bottom: 645px;
}

#aboutss5 .about-wrap__title {
    margin-bottom: 20px;
}


#aboutss6 {
    position: relative;
    padding-top: 71px;
    padding-bottom: 86px;
}

#aboutss6 .aboutss6-wrap__kv {
    color: #666666;
    line-height: 1.72;
    font-size: 1.6rem;
}

#aboutss6 .aboutss6-wrap__kv h3, .page-template-page-about .site-content h3 {
    font-size: 20px;
    font-weight: 600;
}

#aboutss6 .aboutss6-wrap__kvmb ul li {
    position: relative;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#aboutss6 .aboutss6-wrap__kvmb ul li svg {
    position: absolute;
    top: 6px;
    left: 0;
}

#aboutss6 .aboutss6-wrap__kvmb ul li a {
    color: #666666;
}

.aboutss6-wrap__kv.aboutss6-wrap__khac p,
#aboutss6 .aboutss6-wrap__vh h4 {
    font-size: 16px;
}

.logosvg img {
    max-height: 60px;
}

body:not(.home):not(.pm0a9zo) .newsletter.support-wrap {
    display: none !important;
}

#back-top {
    position: fixed;
    padding: 0;
    border: none;
    background: transparent;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    display: none;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#back-top:hover, .contacts-phone a:hover img, .contacts-list li a:hover {
    transform: translateY(-6px);
}

#back-top.show {
    display: block;
}

.menu-section .menu-link::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color-text);
    top: 16px;
    left: -10px;
    position: absolute;
}

#contacts, .contacts-phone {
    position: fixed;
    bottom: 14px;
    right: 19px;
    z-index: 123;
}

.contacts-list li a img {
    max-height: 26px;
    filter: grayscale(100%);
    transition: all .25s ease;
}

.contacts-list li a:hover img {
    filter: none;
}

.contacts-list li a {
    width: 47px;
    height: 47px;
    display: flex;
    background: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 16px auto 0;
}

.contacts-buttonstatic {
    position: relative;
}

.contacts-buttonicon {
    cursor: pointer;
    transition: all .3s ease;
}

.contacts-block {
    display: none;
    opacity: 0;
    transition: all .3s ease;
}

.contacts-widget.opened .contactAnimated {
    display: block;
    opacity: 1;
}

.contacts-phone {
    right: auto;
    left: 19px;
}

.contacts-phone a img {
    transition: all .3s ease;
}

.video-about-orther-page {
    margin: 50px 0 30px;
}

.banner-orther-page {
    width: 100%;
    aspect-ratio: 1 / 0.298387097;
    height: auto;
    position: relative;
}

.box-list-product > .row {
    margin: 0 -10px;
}

.box-list-product > .row > div {
    padding: 0 10px;
}

.swiperThumbs .swiper-thumbs .swiper-slide {
    opacity: .45;
    border: none;
}

.swiperThumbs .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.post_block .info-project .entry-title {
    font-size: 28px;
}

.post_block .info-project .single-main--name .projectname,
.post_block .info-project .single-main--modular .projectmodular {
    font-size: 14.6px;
    color: #666666;
}

.post_block .info-project .single-main--utilities h3 span,
.post_block .info-project .single-main--name .projectname span,
.post_block .info-project .single-main--modular .projectmodular span,
.post_block .single-main--location .projectlocation span, 
.post_block .single-main--desc .projectlocation span {
    color: var(--color-main);
    font-size: 15px;
}

.post_block .info-project .single-main--modular .projectmodular a {
    text-decoration: underline;
}

.single-main .option-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.single-main .option-item img {
    margin-right: 15px;
    max-height: 72px;
}

.post_block .single-main--location p, #DescProduct .modal-desc {
    line-height: 1.72;
}

.wrp-effect-change-img {
    position: relative;
}

.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 7;
}

.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
}

.post-block__extra {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    background: #F4F4F4;
    border-radius: 20px 20px 0 0;
    z-index: 1;
    justify-content: center;
}

.post-block__extra .glh {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
}

.post-block__extra .glh a {
    color: var(--color-highlight);
    font-size: 18px;
}

.post-block__extra .glh a:hover {
    color: var(--orange);
}

.post-block__inner .post-block__cat {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.post-block__inner .post-block__cat a {
    color: #666;
    font-family: "earthorbiter", "Be Vietnam Pro", Arial, sans-serif;
}

.post-block__inner .post-block__title {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 1.72;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.post-block__inner .post-block__title #BLrelatedModular {
    z-index: 9;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.post-block__inner .post-block__title #BLrelatedModular span {
    cursor: pointer;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    font-size: 20px;
    display: inline-block;
    position: relative;
}

.post-block__inner .post-block__time {
    color: #666666;
    margin-bottom: 22px;
}

.post-block__info {
    margin-bottom: 35px;
}

.post-block__info .post-block__tab {
    display: flex;
    justify-content: space-around;
    background: #F4F4F4;
    border-radius: 40px;
    height: 42px;
    padding: 4px;
    margin-bottom: 30px;
}

.post-block__info .post-block__tab .tab_link {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding: 0 10px;
    color: #666;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
}

.post-block__info .post-block__tab .tab_link.active {
    border-radius: 40px;
    background: #FFF;
    color: #212529;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}

.specifications-wrap__areas {
    text-align: center;
    margin-bottom: 10px;
}

.specifications-wrap__areas .specifications-wrap__item {
    margin-bottom: 15px;
}

.specifications-wrap__areas .specifications-wrap__item .areas {
    font-size: 28px;
    font-weight: 600;
    display: block;
}

.specifications-wrap__areas .specifications-wrap__item .position {
    font-size: 13px;
    color: #666666;
}

.specifications-wrap__areas .specifications-wrap__item .areas span,
.post-block__description #toggleDesc, .post-block__color .name-color,
.post-block__inner .post-block__time {
    font-size: 18px;
}

.specifications-wrap__areas > .row {
    justify-content: center;
}

.post-block__info .post-block__tabcontent .specifications-wrap__tsitem, .post-block__odocument {
    margin-bottom: 20px;
}

.post-block__info h2, .post-block__order h2, .post-block__description h2 {
    color: var(--color-main);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 14px;
}

.post-block__order h2 {
    margin-bottom: 25px;
}

.post-block__info .post-block__tabcontent .specifications-wrap__tsitem .option-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
}

.post-block__info .post-block__tabcontent .specifications-wrap__tsitem .option-item img {
    margin-right: 15px;
}

.post-block__order a, .post-block__order a {
    display: block;
    height: 52px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.post-block__order .post-block__odocument a {
    border: 1px solid #3E6AE1;
    color: #3E6AE1;
}

.post-block__order .post-block__form a {
    color: #DF6755;
    border: 1px solid #DF6755;
    cursor: pointer;
}

.post-block__order .post-block__odocument a:hover {
    color: var(--white);
    background: #3E6AE1;
}

.post-block__order .post-block__form a:hover {
    background: #DF6755;
    color: var(--white);
}

.post-block__description {
    line-height: 1.72;
    color: #666;
}

.post-block__description .post-block__mt {
    height: 76px;
    overflow: hidden;
}

.post-block__description #toggleDesc i {
    font-size: 14px;
}

.post-block__description #toggleDesc:hover {
    color: var(--color-highlight);
}

.product-color-swatches li span {
    display: inline-block;
    line-height: 35px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
}

.post-block__color ul {
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    max-width: 300px;
    display: inline-block;
}

.post-block__color ul li {
    display: inline-block;
    width: 20%;
    margin: 10px;
    max-width: 35px;
}

.product-color-swatches li span.active::after {
    transform: scale(1);
    opacity: 1;
}

.product-color-swatches li span::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #3E6AE1;
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

#DescProduct {
    background: #000;
    left: 0;
    right: 0;
}

#DescProduct .btn-close {
	color: var(--white);
	position: fixed;
	top: 30px;
	right: 45px;
	background: transparent;
	border: 0;
	z-index: 2;
	font-size: 36px;
	line-height: 1;
}

#DescProduct .modal-dialog {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0;
    min-height: 100%;
    height: 100%;
}

#DescProduct .modal-content {
    min-height: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#DescProduct .modal-body {
    padding: 30px 15px;
    overflow: auto;
    min-height: 100%;
    height: 100%;
    border-radius: 0;
}

.post-block__inner .post-block__title #resultRelated {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
    background: #FFF;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    z-index: 1;
    max-height: 380px;
    overflow: auto;
}

.post-block__inner .post-block__title #resultRelated a {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #999999;
}

.post-block__inner .post-block__title #resultRelated a:hover {
    color: var(--color-main);
}

.post-block__inner .post-block__title #resultRelated a:last-child {
    margin-bottom: 0;
}

.post-block__inner .post-block__title #resultRelated.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

#relatedModular i {
    transition: all .3s ease;
}

#relatedModular.show i {
    transform: rotate(180deg);
    transition: all .3s ease;
}

/*BÃ¡Â»â„¢ lÃ¡Â»Âc*/

.range-slider {
    width: 100%;
    position: relative;
}

.slider-track {
    width: 100%;
    height: 8px;
    background: var(--white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    border: 1px solid #c5c5c5;
}

.slider-range {
    height: 8px;
    background: #8aa0db;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    border: 1px solid #8aa0db;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: none;
    position: absolute;
    top: -9px;
    pointer-events: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    pointer-events: auto;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
    border: 1px solid black;
    cursor: pointer;
    pointer-events: auto;
}

.box-track-item {
    border: 1px solid var(--gray);
    padding: 1.1rem 0.5rem;
    width: 100%;
    max-width: 42%;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
}

span.subtract-customize {
    display: block;
    width: 17px;
    height: 2px;
    background: #4d2e2e;
}

.filter_sort .filter-url .content-filter-product {
    display: flex;
    flex-wrap: wrap;
}

.horizontalFilter-item {
    position: relative;
}

.horizontalFilter-title {
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    background-color: #fff;
    color: #000;
    position: relative;
    padding: 0 10px;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    gap: 8px;
    font-size: 18px;
}

.horizontalFilter-title i {
    font-size: 12px;
}

.horizontalFilter-item.opened .horizontalFilter-title {
    border-color: #000;
    border-bottom-color: transparent;
    z-index: 99;
}

.horizontalFilter-sub {
    max-width: 300px;
    width: 100%;
    overflow: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    margin: -1px 0 0;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
}

.horizontalFilter-item.opened .horizontalFilter-sub {
    opacity: 1;
    visibility: visible;
    display: block;
}

.product-attribute-switch.horizontalFilter-sub .inner-product-attribute:hover,
.product-attribute-switch.horizontalFilter-sub .inner-product-attribute.active {
    color: #3E6AE1;
    border-color: #3E6AE1;
}

.horizontalFilter-sub.price-sub {
    padding: 18px 10px 10px;
}

/* jQuery UI slider (nh-price-range) trong */
.horizontalFilter-sub.price-sub .price-range-slider-ui.ui-slider {
    position: relative;
    margin-top: 8px;
    margin-bottom: 4px;
}

.btn_dat_lai a {
	padding: 3px 10px;
}

.shadow-1 {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.rounded-8 {
    border-radius: 0.8rem;
}

.t-fade:nth-child(1) {
    animation-delay: 0.1s;
}

.t-fade:nth-child(2) {
    animation-delay: 0.2s;
}

.t-fade:nth-child(3) {
    animation-delay: 0.3s;
}

.t-fade:nth-child(4) {
    animation-delay: 0.4s;
}

.t-fade:nth-child(5) {
    animation-delay: 0.5s;
}

.t-fade:nth-child(6) {
    animation-delay: 0.6s;
}

.item-category .title-category {
    font-size: 2rem;
}

.product-image-detail-top .swiper-button-prev, .product-image-detail-top .swiper-button-next {
    width: 34px;
    height: 34px;
}

.thumbnail-project .additional-action {
    right: 2rem;
    left: auto;
    bottom: 2rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.home footer, .pm0a9zo footer {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 0;
}

.social-section {
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px 0;
    border-bottom: 1px dashed #D4D4D4;
}

.social-section label, .post_block .single-main--location p, .archive-description,
.post_block .info-project .single-main--option .option-item span {
    font-size: 18px;
}

.btn-social {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    font-size: 20px;
    color: var(--color-black);
    justify-content: center;
    align-items: center;
}

.btn-social:hover {
    color: var(--color-black);
}

.menu-section.menu-horizontal {
    position: unset;
    width: 100%;
    max-width: 100%;
    transform: none;
    box-shadow: none;
    padding: 40px 0;
}

.menu-section.menu-horizontal ul {
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 8px;
}

.menu-section.menu-horizontal ul li {
    border: none;
    position: relative;
}

.menu-section.menu-horizontal ul li a {
    color: var(--black);
    padding: 0 20px !important;
    position: relative;
    height: auto;
    font-size: 18px;
    line-height: unset;
}

.menu-section.menu-horizontal ul li a:hover,
.menu-section.menu-horizontal ul li a.active {
    color: var(--black) !important;
    text-decoration: underline;
}

.modal_contact {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.11);
}

.modal_contact .modal-dialog {
    max-width: 570px;
}

.modal_contact .modal-dialog .modal-content {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.modal_contact .btn-close {
    border: 0;
    background: transparent;
    right: 10px;
    top: 3px;
    padding: 0;
    z-index: 999;
    color: var(--black);
    width: auto;
    height: auto;
    font-size: 22px;
}

.modal_contact .modal-body {
    padding: 60px 45px 71px;
    border-radius: 10px;
}

.modal_contact .modal-body .support-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 40px;
}

.social_media a {
    display: inline-block;
    margin: 0 20px;
}

.modal-body ul li a img {
    max-height: 50px;
}

#ModalInfo .modal-dialog {
    max-width: 768px;
}

.contacts-companny {
    margin-bottom: 35px;
    font-size: 18px;
}

.contacts-info__top .contact-items {
    display: flex;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.contacts-info__top .contact-items .icon {
    margin-right: 10px;
}

.contacts-info__top {
    margin-bottom: 22px;
}

.contacts-info__map {
    margin-bottom: 20px;
}

.contacts-info__redirectmap a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
}

.section-prd-detail > .container {
    max-width: 100%;
}

.section-prd-detail > .container > .row {
    margin: 0;
}

.section-prd-detail > .container > .row > div {
    padding: 0;
}

.kientruc > .container {
    max-width: 100%;
}

.box-prd-kientruc .product-item .inner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px !important;
    padding-top: 30px !important;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.box-prd-kientruc .product-item:hover .inner-content {
    opacity: 1;
    visibility: visible;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-desc img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .banner-main .col-md-6 .ratio-1-1 {
        padding-top: 47%;
    }
    
    .kientruc > .container {
        padding: 0 30px;
        max-width: 100%;
    }
    
    .modularvideo-wrap__link a + a {
        /* margin-top: 30px; */
    }
    
    .language-menu {
        display: none;
    }
       
    .product_detail.o31n8mb, .product_detail.d5c0q8g  {
        overflow-y: hidden;
    }
    
    .product-content-detail .post_block {
        display: flex;
        flex-wrap: wrap;
    }
    
    .product-content-detail .post_block .thumbnail-project {
        -ms-flex: 0 0 calc( 100% - 445px );
        flex: 0 0 calc(100% - 445px);
        max-width: calc(100% - 445px);
    }
    
    .product-content-detail .post_block .info-project {
        -ms-flex: 0 0 445px;
        flex: 0 0 445px;
        max-width: 445px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    } 
    
    .product-content-detail .post_block .info-project .info-project__inner {
        padding: 120px 45px 45px;
        height: 100vh;
        overflow: auto;
    }
    
    .thumbnail-project .product-image-detail .inner-image {
        height: calc(100vh - 116px);
        padding-top: calc(100vh - 115px);
    }
    
    .thumbnail-project.post-block__image .product-image-detail .inner-image {
        height: 100vh;
        padding-top: 0;
    }
     
    .swiperThumbs {
        padding: 14px 14px 0;
    }
    
    .swiperThumbs .swiper-thumbs .swiper-slide [class*="ratio-"] {
        padding-top: 110px;
    }
}

@media(min-width: 768px) {
	.setting-menu > .container {
	    max-width: 100%;
	    padding: 0 30px;
	}
	
    .list-products > .container {
        max-width: 100%;
        padding: 0 80px;
    }
}

@media(max-width: 1600px) {
    .heading.support-wrap__heading {
        font-size: 30px;
    }
}

@media(max-width: 1400px) and (min-width: 992px) {
    .setting-menu > .container > .row > div:nth-child(1),
    .setting-menu > .container > .row > div:nth-child(3) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .setting-menu > .container > .row > div:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 1365.98px) {
    .modularvideo-wrap__heading {
        font-size: 30px;
    }
    
    .modular-wrap__desc {
        font-size: 16px;
    }
}

@media(max-width: 992px) {
    .modularvideo-wrap__link a {
        flex: 0 0 48%;
        max-width: 48%;
    }
    
    .modularvideo-wrap__link {
        justify-content: space-between;
    }
    
    .modularvideo-wrap__link span {
        height: 40px;
        line-height: 38px;
        font-size: 14.4px;
    }
    
    .setting-menu .language-switch {
        display: none;
    }
    
    .setting-menu .menu-section .language-switch {
        display: flex;
    }
    
    #homemenu > ul > li {
        padding: 0 20px;
    }
    
    .swiperThumbs {
        padding: 14px 0;
    }
    
    .o31n8mb > header, .d5c0q8g > header {
        position: relative;
    }
    
    .info-project__inner {
        padding: 15px 0 30px;
    }
    
    .o31n8mb .product-detail-head, .d5c0q8g .product-detail-head {
        padding: 0 15px;
    }
    
    .post-block__extra {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: initial;
        z-index: 9;
    }
    
    .info-project__inner.post-block__inner {
        padding-bottom: 60px;
    }
    
    #aboutss3, #aboutss4, #aboutss5 {
        padding-top: 40px;
    }
    
    .aboutss3-wrap__thumbnail img {
        aspect-ratio: 2 / 1;
        max-width: 768px;
    }
    
    .about-wrap__description {
        margin-bottom: 30px;
    }
    
    #aboutss6 {
        padding: 40px 0;
    }
}

@media(max-width: 768px) {
    .Item-title, .social-section label, .post_block .single-main--location p,
    .archive-description, .post_block .info-project .single-main--option .option-item span {
        font-size: 16px;
    }
    
    #aboutss2 {
        border-radius: 0;
        padding: 4rem 15px 4rem;
    }

	#aboutss2::before {
		height: 6rem;
		top: -3rem;
	}

	.about-wrap__title {
		margin-bottom: 1.5rem
	}
    
    .aboutss2-QT > svg {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
    }
    
    .filter_sort .filter-url .content-filter-product {
        flex-direction: column;
    }
    
    .support-wrap__button .support-wrap__connect, .menu-section.menu-horizontal ul li a {
        font-size: 14px;
    }
    
    .form-support .form-group textarea.form-control {
        height: 75px;
    }
    
    .social-section, .menu-section.menu-horizontal {
        padding: 20px 0;
    }
    
    .btn-social {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    #homemenu > ul > li {
        padding: 0 15px;
    }
    
    .menu-container {
        line-height: 1;
    }
    
    .menu-section.menu-horizontal ul li a {
        text-transform: none;
    }
    
    .swiper-button-prev, .swiper-button-next {
        width: 34px;
        height: 34px;
        font-size: 2rem;
    }
    
    .post-block__inner .post-block__title #BLrelatedModular span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    
    .section-about-1 {
        padding: 3rem 0 6rem;
    }
}

@media(max-width: 576px) {
    #showmenu {
        width: 22px;
        height: 22px;
    }
    
    .showmenu-hamburger span {
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
    }
    
    .Item-icon, .Item-icon img {
        height: 35px;
    }
    
    #homemenu > ul > li > a {
        font-size: 24px;
    }
    
    .modularvideo-wrap__link a, .modular-wrap__button a {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .modular-wrap__button {
        bottom: 100px;
    }
    
    .modularvideo-wrap__link a + a {
        margin-top: 15px;
    }
    
    .heading.support-wrap__heading {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .home footer {
        justify-content: start;
    }
    
    .support-wrap__button {
        display: flex;
        overflow: hidden;
    }
    
    .support-wrap__button a.support-wrap__connect {
        max-width: 160px;
        flex: 0 0 160px;
        overflow: hidden;
        min-width: unset;
        font-size: 12px;
        margin: 0 5px;
    }
    
    .support-wrap__button a.support-wrap__connect span {
        width: 119px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        margin: auto;
    }
    
    .menu-section.menu-horizontal ul li a {
        padding: 0 10px !important;
    }
    
    #homemenu > ul > li {
        padding: 0 6px;
    }
    
    #aboutss4, #aboutss5 {
        padding-bottom: 300px;
    }
    
    #back-top img {
        max-height: 45px;
    }
}

@media(max-width: 400px) {
    .social-section {
        padding: 10px 0;
    }
    
    .social-section label {
        font-size: 10px;
    }
    
    .form-support .form-group textarea.form-control {
        height: 50px;
    }
    
    #DescProduct .btn-close {
        color: var(--color-black);
        top: 10px;
        right: 15px;
        font-size: 24px;
    }
    
    #DescProduct .modal-body {
        padding-top: 45px;
    }
}