:root {
    --blueColor: #252A48;
    --redColor: #ff0000;
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/Gilroy.woff2) format('woff2'), url(../fonts/Gilroy.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/Gilroy-Bold.woff2) format('woff2'), url(../fonts/Gilroy-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: gilroy;
    src: url(../fonts/Gilroy-Semibold.woff2) format('woff2'), url(../fonts/Gilroy-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    font-family: gilroy, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: gilroy, sans-serif;
    font-weight: 700 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 5px 30px;
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 8px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header**/
div#masthead li.header-search.header-search-lightbox.has-icon {
    margin-left: 15px !important;
}

div#masthead li.header-search.header-search-lightbox.has-icon a i {
    color: #fff;
    font-size: 20px;
}

div#masthead li.header-wishlist-icon {
    margin-left: 15px !important;
}

div#masthead li.header-wishlist-icon a i {
    color: #fff;
    font-size: 20px;
}

div#masthead li.cart-item {
    margin-left: 15px;
}

div#masthead li.cart-item a img {
    width: 20px;
}

div#masthead .header-user {
    margin-left: 15px;
}

div#masthead .header-user a img {
    width: 20px;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100%;
}

div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: 300 !important;
    padding: 0 15px !important;
    text-transform: unset !important;
    font-size: 17px !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 16px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

/**banner**/
.pageBanner {
    padding: 60px 0;
}

.pageBanner {
    min-height: 260px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
}

.pageBanner:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pageBanner .pageBanner__description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, .7);
}

.pageBanner * {
    max-width: 600px;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 9;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--blueColor);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--blueColor);
    color: #fff;
    border: 1px solid var(--blueColor);
}

/**alert**/
.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**category**/
.category-entry {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.project-item, .post-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.project-item .project-thumbnail, .post-item .post-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail img, .post-item .post-thumbnail img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.project-item .project-content, .post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
}

.project-item .project-content h4 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    height: 45px;
}

.project-item .project-content h4:hover, .post-item .post-content h4:hover {
    color: var(--redColor)
}

.project-item .project-thumbnail:hover img, .post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.project-item .project-button.button_style {
    border: 1px solid var(--blueColor);
    border-radius: 0px;
    color: var(--blueColor) !important;
    font-size: 15px;
}

.project-item .project-button.button_style:hover {
    background: var(--blueColor);
    color: #fff !important;
}

.post-item .post-content h4 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 25px;
}

.post-item .post-content .post-desc {
    margin-bottom: 0;
    color: gray;
    font-size: 15px;
}

/**footer**/
.brRight {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support {
    background: var(--blueColor);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-support .support-item {
    width: 100%;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer-support .support-item .icon {
    width: 40px;
    height: 40px;
}

.footer-support .support-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-support .support-item .support-content ul {
    margin-left: 20px;
}

.footer-support .support-item .support-content {
    width: calc(100% - 40px);
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
}

.footer-support .support-item .support-content ul li:not(:last-child) {
    margin-bottom: 5px !important;
}

.footer-support .footer-social span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.footer-support .footer-social a {
    border: 2px solid #ffff;
    display: inline-block;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #fff;
    margin-left: 8px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.footer-support .footer-social a:hover {
    color: var(--blueColor);
    background: #fff;
}

/**single**/
.header-single h1 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 42px;
}

.entry-content ul li, .entry-content ol li, .entry-content p {
    margin: 0 0 10px 0;
}

.entry-content ul, .entry-content ol {
    margin-left: 15px !important;
}

/**post related**/
.post-related {
    width: 100%;
    padding: 40px 0;
    background: #f2f2f2;
}

.post-related .post-item .post-content, .post-related .project-item .project-content {
    padding: 10px !important;
}

/**slide**/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 35px;
    min-height: 35px;
    line-height: 35px;
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px !important;
    border-radius: 50px !important;
}

.owl-nav button i {
    color: #333;
}

.owl-nav button.owl-prev {
    left: -55px !important;
}

.owl-nav button.owl-next {
    right: -55px !important;
}

/**widget**/
.widget-title h3 {
    font-size: 28px;
}

.widget-post-list .post-item:not(:last-child), .widget-post-list .project-item:not(:last-child) {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

/**product**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

/**project**/
.project-gallery .gallery-land {
    width: 100%;
    height: 550px;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land:not(:last-child) {
    margin-bottom: 25px;
}

.project-gallery .gallery-land img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out
}

.project-gallery .gallery-land img:hover {
    transition: 0.3s ease-in-out;
    opacity: 0.8;
}

div#projectSidebar {
    background: #fff;
    padding-top: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
}

div#projectSidebar .title--heading2 {
    font-size: 28px;
}

div#projectSidebar .more__details {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px;
    margin: 20px 0;
}

div#projectSidebar .more__details strong {
    color: var(--blueColor);
    font-weight: 700;
}

div#projectSidebar .more__details p, div#projectSidebar .more__details ul li, div#projectSidebar .more__details ol li {
    margin: 0 0 10px 0;
    font-size: 16px;
}

div#projectSidebar .more__button {
    width: 100%;
    padding: 0 30px 20px 30px;
}

div#projectSidebar a.btn__template2.button_style {
    width: 100%;
    background: var(--blueColor);
    border-radius: 0px !important;
    text-align: center;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
}

.col-slick {
    height: 600px;
    position: sticky !important;
    top: 120px !important;
}

/**form**/
.input__contact, .select__contact {
    padding: 12px !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    box-shadow: unset !important;
    height: 40px !important;
}

.button__contact {
    width: 100%;
    background: var(--blueColor) !important;
    height: 45px !important;
    margin: 0px !important;
    font-size: 16px;
    text-transform: unset !important;
    font-weight: 700 !important;
}

/**widget**/
.yith-wcan-filters h4.filter-title {
    position: relative;
    font-size: 22px;
    color: #333;
    margin: 0px !important;
}

.yith-wcan-filters h4.filter-title:before {
    display: none !important;
    position: absolute;
    background-image: url(//mant.vn/wp-content/themes/mant/dist/images/icon_1.svg);
    width: 35px;
    height: 35px;
    background-size: 100% auto;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    top: -0px;
    left: -50px;
}

.yith-wcan-filters .filter-content {
    width: 100%;
    margin: 15px 0 0 0;
}

.yith-wcan-filters .filter-items input {
    margin-bottom: 0px !important;
}

.yith-wcan-filters .filter-items a {
    font-weight: 300 !important;
}

/**product item**/
.product-item {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    display: inline-block;
    padding: 25px 15px 15px 15px;
    position: relative;
    transition: 0.3s ease-in-out;
    background: #fff;
}

.product-item h4 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 0 0 10px 0;
}

.product-item h4:hover {
    color: var(--redColor)
}

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-item .product-content {
    text-align: center;
}

.product-item .product-content p {
    margin: 0 0 5px 0;
    color: var(--blueColor);
    text-align: center;
}

.product-item .product-price del, .product-item .product-price del span {
    color: gray;
    margin-left: 3px;
}

.product-item .product-price ins span {
    color: var(--redColor);
    font-size: 15px;
}

.product-item .product-sal {
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

.product-item:hover {
    transition: 0.3s ease-in-out;
}

.product-item .product-price b {
    color: var(--redColor);
    font-size: 15px;
    font-weight: 700;
}

/**single product**/
.product-box {
    box-shadow: 0 10px 20px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
    padding: 20px;
}

.product-info .price-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

.product-info .price-wrapper .price {
    font-size: 18px;
}

.product-info .price-wrapper span.priceLabel, .woocommerce-variation-price span.priceLabel {
    font-size: 18px;
    font-weight: 700;
}

.product-info .price-wrapper ins span, .woocommerce-variation-price ins span {
    color: var(--redColor);
    font-size: 18px;
}

.product-info .price-wrapper span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
    margin: 0px !important;
    font-size: unset !important;
}

.product-info .price-wrapper del, .product-info .price-wrapper del span, .woocommerce-variation-price del, .woocommerce-variation-price del span {
    color: gray;
    font-size: 18px;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label {
    font-size: 16px;
    margin-bottom: 5px;
}

.woo-variation-swatches .variable-items-wrapper li {
    margin-bottom: 10px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    color: rgba(33, 33, 33, 1);
    background: #ffffff;
    border-radius: 0px !important;
    box-shadow: 0 0 0 1px #cccccc inset !important;
    padding: 8px !important;
    min-height: unset !important;
    height: unset !important;
}

.woo-variation-swatches span.woo-selected-variation-item-name {
    font-weight: 300 !important;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-items-wrapper li {
    padding: 0px !important;
    width: 50px !important;
    height: 40px !important;
}

.woo-variation-swatches .variable-items-wrapper li.selected {
    box-shadow: 0 0 0 1px var(--primary-color) inset !important;
}

.woocommerce-variation-price {
    border-top: 1px solid #e2e2e2 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
}

.product-inside {
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 4%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: var(--blueColor);
    padding: 10px 15px !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    border-bottom: 1px solid #cccccc !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a:before {
    display: none !important;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a:after {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li.active a:after, ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a:hover:after {
    display: block;
}

.product-inside .tab-panels {
    font-size: 18px;
}

.product-inside .tab-panels ul li, .product-inside .tab-panels ol li, .product-inside .tab-panels p {
    margin: 0 0 10px 0;
}

.product-info.summary.col-fit.col.entry-summary.product-summary {
    position: sticky !important;
    height: 500px !important;
    top: 120px;
}

/**footer**/
#footer {
    width: 100%;
    display: inline-block;
    padding: 25px 0 20px 0;
    background: var(--blueColor);
}

#footer p, #footer a {
    color: #fff;
    font-size: 16px;
}

#footer p {
    margin: 0 0 10px 0;
}

#footer .footer-title {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

#footer .footer-title h2 {
    display: inline-block;
    color: var(--primary-color);
    margin: 0px !important;
    width: unset !important;
    font-size: 18px;
}

#footer p i {
    color: var(--primary-color)
}

#footer .footer-menu ul li {
    margin: 0;
    border: 0px !important;
}

#footer .footer-menu ul li a {
    padding: 0 0 10px 0 !important;
}

#footer .footer-menu ul li a:hover {
    color: var(--primary-color) !important;
}

.footer-copyright {
    text-align: center;
    background: var(--blueColor);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
}

.page-title-inner.flex-row.medium-flex-wrap.container {
    padding-top: 0px;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase a, nav.woocommerce-breadcrumb.breadcrumbs.uppercase span {
    color: #333;
    font-size: 15px;
}

.product-box .product-title {
    font-size: 28px;
}

.single_add_to_cart_button.button.alt.wp-element-button.disabled.wc-variation-selection-needed {
    background: var(--blueColor) !important;
    font-weight: 700;
}

/**caregory**/
.category-item h4 {
    background: #fff;
    width: unset !important;
    display: inline-block;
    color: var(--blueColor) !important;
    padding: 8px 25px;
    border-radius: 50px !important;
    text-transform: unset !important;
    font-size: 15px;
}

/**home title8*/
.home-title {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
}

.home-title h3, .home-title h1, h1.product-title.product_title.entry-title {
    text-align: center;
    font-weight: 300 !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
    position: relative;
    width: unset !important;
    display: flex;
    margin: auto;
}

h1.product-title.product_title.entry-title {
    justify-content: center;
}

.colorWhite h1, .colorWhite h3 {
    color: #fff;
}

.home-title h3:after, .home-title h1:after, h1.product-title.product_title.entry-title:after {
    content: '';
    width: calc(100% - 30%);
    height: 2px;
    background: var(--primary-color);
    display: block;
    left: 50%;
    position: absolute;
    bottom: -5px;
    transform: translateX(-50%);
}

.colorWhite h1:after, .colorWhite h3:after {
    background: #fff;
}

.box-abouts p {
    color: var(--blueColor);
    text-transform: uppercase;
    font-size: 15px;
}

.box-abouts h3 {
    color: var(--blueColor);
    font-size: 25px;
    margin: 0 0 0;
    text-transform: uppercase;
}

a.button.primary.is-outline.button_style.button_next {
    color: var(--blueColor) !important;
    border: 1px solid var(--blueColor) !important;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px !important;
}

a.button.primary.is-outline.button_style.button_next:hover {
    background: var(--blueColor) !important;
    color: #fff !important;
}

/**contact**/
.contact-text {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.anhouse-register label {
    font-size: 18px;
    color: var(--blueColor);
    margin-bottom: 5px;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.anhouse-register .form-group p {
    display: flex;
}

.anhouse-register .wpcf7-form-control-wrap {
    width: 90% !important;
}

.anhouse-register .input_register {
    border: 1px solid var(--blueColor) !important;
    box-shadow: unset !important;
    height: 50px !important;
    width: 100% !important;
}

.anhouse-register .button_register {
    width: calc(100% - 90%);
    background: var(--blueColor) !important;
    color: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 50px !important;
}

[data-icon-label]:after {
    background-color: var(--primary-color) !important;
    color: #333;
}


/**slide project**/
div#sync1 {
    margin-bottom: 15px !important;
}

div#sync1 img {
    height: 540px !important;
    object-fit: contain;
}

div#sync2 img {
    width: 100%;
    height: 220px !important;
}

div#sync2 .owl-item.active.current .slide-item {
    border: 1px solid var(--primary-color) !important;
}

div#sync2 .owl-nav button.owl-next {
    right: 10px !important;
}

div#sync2 .owl-nav button.owl-prev {
    left: 10px !important;
}

/**tab**/
.bk-tab ul {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.bk-tab ul li a {
    font-size: 15px;
    padding: 10px;
    margin: 0 10px;
    color: rgba(0, 0, 0, .5);
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.bk-tab ul li.active {
    color: var(--blueColor);
    border-bottom: 2px solid var(--blueColor);
    margin-bottom: -1px;
}

.bk-tab ul li.active a {
    color: var(--blueColor);
}

.bk-tab ul li a:hover {
    transition: 0.3s ease-in-out;
    opacity: .8;
    transform: scale(1.1);
    color: var(--blueColor);
}

/**tab project**/
.bk-tab.tab-category ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.bk-tab.tab-category ul li {
    list-style: none !important;
}

/**sub menu grid**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu {
    max-width: 100% !important;
    left: 0px !important;
    background: var(--blueColor) !important;
    padding: 15px !important;
    width: 100% !important;
    position: absolute !important;
    z-index: 999 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    text-transform: unset !important;
    color: #fff !important;
    font-size: 16px !important;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 15px;
    background: #fff;
    padding: 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:after {
    content: '';
    display: block !important;
    background: var(--blueColor) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:before {
    left: -100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-grid > ul.mega-sub-menu:after {
    right: -100% !important;
}