@font-face {
    src: url("../fonts/Lexend-Bold.ttf");
    font-family: "Lexend";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Lexend-Light.ttf");
    font-family: "Lexend";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/Lexend-Regular.ttf");
    font-family: "Lexend";
    font-weight: 400;
}

@font-face {
    src: url("../fonts/UTM-Mobifone-KT.ttf");
    font-family: "UTM-Mobifone-KT";
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lexend" !important;
}

body {
    font-family: "Lexend";
    font-weight: 400;
}

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

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

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


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

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

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

.pd-5 {
    padding: 0px 5px 10px 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;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

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

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

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

.ml-0 {
    margin-left: 0 !important
}

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

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

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

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

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

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

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

.mb-60 {
    margin-bottom: 60px
}

/**header**/
.header-home div#masthead, .header-home div#wide-nav {
    background: #000 !important;
}

div#masthead, div#wide-nav {
    background: linear-gradient(182.19deg, rgba(0, 0, 0, 0.5) 1.87%, rgba(0, 0, 0, 0.5) 98.21%) !important;
}

div#masthead .header-right ul li {
    float: left;
}

div#masthead .header-right ul li a img {
    width: 25px !important;
    height: 15px !important;
}

div#masthead .header-right ul li a {
    border: 1px solid #fff;
    margin-left: 10px;
    padding: 3px 8px;
    display: block;
}

div#masthead .header-right ul li.current-lang a, div#masthead .header-right ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color) !important;
}

.header-support-item:not(:last-child) {
    margin-bottom: 10px;
}

.header-support .header-support-item a {
    color: #fff;
    font-family: "Lexend";
    font-weight: 400 !important;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #fff;
}

.header-support .header-support-item a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/**menu**/
div#wide-nav {
    border-top: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

div#mega-menu-wrap-primary ul li {
    margin: 0px !important;
}

div#mega-menu-wrap-primary ul li a {
    font-size: 15px;
    text-transform: uppercase !important;
    padding: 0px 15px !important;
    font-family: "Lexend" !important;
    font-weight: 400 !important;
}

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

/**banner**/
.banner-home {
    margin-top: -150px;
}

/**footer**/
footer#footer {
    width: 100%;
    position: relative;
    display: inline-block;
    background: url(/wp-content/uploads/2022/03/Rectangle-27.png);
    padding: 40px 0 30px 0;
}

footer#footer:after {
    content: '';
    background: rgba(0, 0, 0, 0.6) !important;
    width: 100%;
    display: block;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
}

footer#footer .footer-top {
    position: relative;
    z-index: 9;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-logo img {
    max-width: 250px;
    margin: 0 auto 10px;
}

footer#footer .footer-top .footer-company h3 {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
}

footer#footer .footer-top .footer-title {
    text-align: center;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    font-family: "UTM-Mobifone-KT";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

footer#footer .footer-top .footer-address p {
    color: #fff;
    font-family: "Lexend";
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
}

footer#footer .footer-top .footer-address p b {
    color: #FDED99;
    font-family: "Lexend";
    font-weight: 700;
}

footer#footer .footer-top .footer-address p:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 10px;
    left: 0px;
}

footer#footer .footer-top .formRegister .input-email::placeholder {
    color: #FFF7DA;
    font-family: "Lexend";
}

footer#footer .footer-top .formRegister .input-email {
    box-shadow: unset !important;
    color: #FFF7DA !important;
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FFF7DA !important;
    padding: 10px 10px 10px 0;
    font-family: "Lexend";
}

footer#footer .footer-top .select-price {
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FFF7DA !important;
    color: #FFF7DA !important;
    box-shadow: unset !important;
    padding: 10px 10px 10px 0 !important;
}

footer#footer .btnEmail {
    background: #CBA775 !important;
    font-family: "Lexend";
    font-weight: normal;
    margin: auto;
    display: block;
    width: 200px;
}

.home-title h3 {
    font-family: "UTM-Mobifone-KT" !important;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #212121;
    margin: 0px;
}

.home-title {
    text-align: center;
    position: relative;
    margin-bottom: 35px !important;
}

.home-title:after {
    content: '';
    background: linear-gradient(90.03deg, #D5AF55 0%, #FDED99 51.04%, #CBA14A 100%);
    width: 44px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

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

.partner-item {
    width: 100%;
    height: 100px;
    background: #fff;
}

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

/**breadcrumbs**/
#breadcrumb-wrapper.breadcrumb-w-img {
    height: 350px;
    padding: 150px 0 30px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: -155px;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content {
    position: absolute;
    top: 73%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}

#breadcrumb-wrapper.breadcrumb-w-img .breadcrumb-content .breadcrumb-big h2 {
    font-size: 32px;
    color: #fff;
    padding: 0px;
    font-family: "Lexend";
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}

#breadcrumb-wrapper .breadcrumb-small span, #breadcrumb-wrapper .breadcrumb-small a {
    color: #fff;
    font-size: 15px;
    font-family: "Lexend";
}

/*category**/
#category-page {
    width: 100%;
    display: inline-block;
    padding: 30px 0px;
}

#mobile {
    display: none;
}

.blog-head {
    width: 100%;
    margin-bottom: 30px;
}

.blog-title h1 {
    color: #000000;
    margin: 0px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Lexend";
}

/**widget**/
.widget {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    margin-bottom: 30px;
}

.is-divider.small {
    display: none;
}

span.widget-title {
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 15px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.tagcloud {
    padding: 15px !important;
}

.category-list .post-thumbnail {
    height: 250px;
}

.widget-title h3 {
    color: #fff;
    margin: 0px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.widget-title {
    width: 100%;
    display: block;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.widget-post-list {
    width: 100%;
    padding: 15px;
}

.widget-post-list .project-position {
    font-size: 12px;
    font-family: "Lexend";
    color: #212121;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 70px;
    height: 50px;
    float: left;
    border-radius: 5px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 70px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Lexend";
    font-weight: 400;
}

#mobile {
    display: none;
}

.lightbox-content {
    max-width: 100% !important;
}

/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/

/**single product**/
.badge-container.is-larger.absolute.left.top.z-1 {
    width: 100%;
    margin: 0px !important;
}

span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    z-index: 1;
    background: #d30000;
    padding: 5px 10px;
    color: #fff;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-info h1.product-title.product_title.entry-title {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 24px;
}

.product-info p.price.product-page-price.price-on-sale ins span {
    display: inline-block;
    margin-right: 10px;
    color: #d30000;
}

.product-info p.price.product-page-price.price-on-sale {
    color: #bebebe !important;
}

.product-info p.price.product-page-price.price-on-sale del span {
    margin-right: 15px;
    font-size: 20px;
    color: #bebebe !important;
    font-weight: 700;
}

.product-info .price-wrapper {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.product-info .product-short-description {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
}

.product-info form.cart {
    display: none;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    background: #000;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li {
    padding: 10px 0 !important;
    margin: 0px !important;
}

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

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li a {
    padding: 0px 15px !important;
    color: #fff;
    font-size: 15px;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li.active, ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left li:hover {
    background: var(--primary-color);
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content .tab-panels {
    padding: 15px;
}

.wc--content p, .wc--content ul li, .wc--content ol li {
    color: #000;
    margin-bottom: 10px !important;
}

.wc--content ul li, .wc--content ol li {
    list-style: inside disc;
}

.wc-thong-so table, .wc--content table {
    border: 1px solid #f2f2f2 !important;
}

.wc-thong-so table tr:nth-child(1) td, .wc--content table tr:nth-child(1) td {
    background: #000 !important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.wc-thong-so table tr:nth-child(even), .wc--content table tr:nth-child(even) {
    background: #f2f2f2;
}

.wc-thong-so table tr td {
    padding: 10px;
    color: #000;
}

.wc-thong-so table tr td, .wc--content table tr td {
    padding: 10px;
    color: #000;
    font-size: 15px;
    border-right: 1px solid #f2f2f2;
}

.widget-product {
    background: #fff;
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 35%);
    margin-bottom: 30px;
}

.widget-post-item .product-price {
    color: #999999;
}

.widget-post-item .product-price del span {
    color: #999999;
    font-weight: 700;
    font-size: 15px;
}

.widget-post-item .product-price ins span {
    color: #d30000;
    font-size: 15px;
}

.widget-post-item .product-price b {
    color: #d30000;
}

/**slide**/
#sync2 .item {
    border: 1px solid #f2f2f2;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 120px;
    padding: 5px;
}

#sync2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#sync1 .item img {
    width: 500px;
    margin: 15px auto;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #f2f2f2;
    padding: 3px !important;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

.project-gallery {
    margin-bottom: 20px !important;
}

.backUp {
    position: fixed;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    z-index: 999;
}

/* * post item * */
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border: 4px solid #fff !important;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

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

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

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

.post-item .post-content h4 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 20px;
    height: 40px;
    font-family: "Lexend";
    text-align: center;
}

.post-item .post-content h4:hover {
    color: #d30000 !important;
}

.post-item .post-content .article-info {
    width: 100%;
    font-size: 14px;
    display: flex;
    margin: 10px 0;
    font-family: "Lexend";
    font-weight: 300;
    color: #212121;
}

.post-item .post-content p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #212121;
    font-size: 14px;
}

.post-item .post-content .article-date {
    margin-right: 15px;
}

.post-item .post-content .post-content p {
    margin: 10px 0 0 0;
    font-size: 15px;
}

/**single**/
.article-head h1 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 25px;
}

.article-head {
    width: 100%;
    margin: 0 0 30px 0;
}

.article-date-comment > div {
    margin-right: 15px;
}

.article-date-comment {
    width: 100%;
    display: flex;
    font-size: 15px;
    font-family: "Lexend";
    font-weight: 300;
}

.article-body.add-height-img p, .article-body.add-height-img ul li, .article-body.add-height-img ol li {
    margin-bottom: 10px !important;
}

.article-body.add-height-img ul li {
    list-style: inside disc;
}

.article-body.add-height-img ol li {
    list-style: inside;
}

.article-post-related {
    width: 100%;
    margin-top: 30px;
}

.article-post-list ul li {
    list-style: inside disc !important;
}

.article-post-list ul li a {
    color: #000;
    font-size: 15px;
}

.article-post-list ul li a:hover {
    color: #d30000 !important;
}

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-family: "Lexend";
    font-weight: 400;
}

#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;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    font-family: "Lexend";
    font-weight: 400 !important;
    text-transform: unset !important;
    background: #fff !important;
}

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

/**abouts**/
.box-abouts {
    width: 100%;
    display: inline-block;
}

.box-abouts h3 {
    font-family: "Lexend";
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.box-abouts p {
    font-family: "Lexend";
    font-weight: 300;
    margin: 0px 0 10px 0;
    font-size: 15px;
}

.box-abouts .abouts-link a {
    background: #CBA775;
    padding: 10px 15px;
    color: #212121;
    margin-top: 10px;
    display: inline-block;
    font-family: "Lexend";
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s ease-in-out
}

.box-abouts .abouts-link a:hover {
    transition: 0.3s ease-in-out;
    background: #000;
    color: #fff;
}

/**project**/
.project-big {
    width: 100%;
    height: 350px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.project-big .project-thumbnail, .project .project-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    border: 3px solid #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

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

.project:hover .project-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.project-big .project-content, .project .project-content {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}

.project-big .project-content h3, .project .project-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Lexend";
    font-weight: 400;
}

.project-big .project-meta img, .project .project-meta img {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
    margin-right: 3px;
}

.project .project-meta {
    color: #fff;
    font-family: "Lexend";
    font-weight: 300 !important;
    font-size: 12px;
}

.project .project-meta .product-meta-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.project .project-content h3:hover {
    color: var(--primary-color) !important;
}

.project-small {
    height: 170px;
}

.pd-10 {
    padding-bottom: 8px !important;
}

/**service**/
.bk-service .section-bg-overlay.absolute.fill {
    background: linear-gradient(182.19deg, rgba(89, 57, 1, 0.83) 1.87%, rgba(22, 14, 0, 0.83) 98.21%);
}

.service-list {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.service-list ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.service-list ul li {
    width: calc(100% / 4);
    flex: 0 0 25%;
    flex-basis: 25%;
    text-align: center;
}

.service-list ul li .service-icon {
    width: 100%;
    display: inline-block;
}

.service-list ul li .service-item {
    margin-bottom: 20px;
}

.service-list ul li .service-icon img {
    width: 60px;
}

.service-list ul li .service-content {
    margin-top: 15px;
}

.service-list ul li .service-content h3 {
    color: #fff;
    font-size: 15px;
    font-family: 'LEXEND';
    margin-bottom: 0px;
}

.service-list ul li .service-content p {
    color: #fff;
    font-family: "Lexend";
    font-size: 14px;
    width: 90%;
    margin: 0 auto 0;
    font-weight: 300;
}

.product-meta-item span:last-child, .project-info-item ul li span:last-child {
    display: none !important;
}

.header-wrapper.stuck div#masthead, .header-wrapper.stuck div#wide-nav {
    background: #000 !important;
}

.bk-contact {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 99;
    display: flex;
}

.bk-contact .bk-qr {
    width: 120px;
    height: 120px;
}

.bk-contact .bk-qr img {
    width: 100%;
    height: 100%;
}

.bk-contact .bk-contact-list {
    border: 1px solid #fff;
    margin-left: 5px;
    align-items: end;
    background: var(--primary-color);
}

.bk-contact .bk-contact-list a img {
    display: block;
    width: 15px;
    margin: 0 auto 5px;
}

.bk-contact .bk-contact-list a {
    display: block;
    background: var(--primary-color);
    padding: 10px;
    text-align: center;
    font-family: "Lexend";
    color: #fff;
    font-weight: 300;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}

.bk-contact .bk-contact-list a:last-child {
    border-bottom: 0px !important;
}

.owl-nav button i {
    font-size: 20px;
}

.owl-nav button.owl-next {
    right: 0px;
}

.owl-nav button.owl-prev {
    left: 0px;
}

.owl-nav button {
    min-width: 35px;
    min-height: 35px;
    margin: 0px !important;
    background: #fff !important;
    border-radius: 3px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.slide-abouts button.owl-prev {
    left: -50px;
}

.slide-abouts button.owl-next {
    right: -50px;
}

.Slogan h1 b {
    font-weight: 700;
}

.Slogan h1 {
    font-weight: 300 !important;
    font-size: 30px !important;
    line-height: 45px !important;
    text-transform: uppercase;
}

/**search**/
.project-search {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
}

.project-search h1 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
}

.project-search .filter-title {
    color: #333;
    font-size: 16px;
}

.project-search .field-list {
    display: flex;
}

.project-search .field-list .form-row.mb5 {
    font-size: 15px;
    font-weight: normal;
}

.project-search .field-list .form-row.mb5 {
    padding-right: 20px;
}

.project-search .field-list .form-row.mb5 input {
    margin: 0px 3px 5px 0;
}

.project-search .field-list {
    flex-flow: wrap;
}

.project-search .field-list .form-row.mb5 {
    width: 25%;
    flex-basis: 25%;
}

.project-search .field-list .form-row.mb5 {
    display: flex;
    align-items: center;
}

.project-search .field-list .form-row.mb5 label {
    font-size: 13px;
}