.site-header {
    background: #000;
}
.top-header .logo {
    text-align: right;
}
.top-header .logo img {
    width: 150px;
}
.top-header .header-search {
    max-width: 60%;
    text-align: right;
    margin: 0 auto;
}
nav#site-navigation {
    border-top: 1px solid #666;
    margin-top: 10px;
}

/* Slider */
/* .banner-slider .item.slick-slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
} */
.banner-slider .item.slick-slide {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 400 / 120;
}
.banner-slider .item.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*Footer*/
.footer-contact img {
    width: 150px;
    display: flex;
    margin: 0 auto;
}
.footer-contact .slogan {
    text-transform: uppercase;
}
.footer-contact .contact-ft {
    margin-top: 15px;
}
.footer-contact .contact-ft li {
    display: flex;
    line-height: 24px;
    padding-bottom: 5px;
}
.footer-contact .contact-ft li strong {
    font-size: 16px;
    min-width: 90px;
}

.footer-menu .title {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    position: relative;
}
.footer-menu .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #fff;
}
.footer-menu .menu {
    margin: 0;
}
.footer-menu .menu li {
    padding: 3px 0 6px 15px;
    line-height: 24px;
    position: relative;
}
.footer-menu .menu li a:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f0da";
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
}
.footer-menu .menu li a:hover {
    text-decoration: underline;
}

/* Home page */
.home-about,
.home-typical-project {
    background: #282d32;
    color: #fff;
    padding: 50px 0;
}
.home-about .about-content {
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    padding-left: 30px;
    position: relative;
}
.home-about .about-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65%;
    background-color: #ccc;
    margin: auto 0;
}

.home-service,
.home-procedure {
    background: #000;
    padding: 50px 0;
}

.home-service .cat-product-content {
    text-align: center;
    /* flex: 0 0 calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3); */
}
.home-service .cat-product-content .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 400 / 280;
    margin-bottom: 24px;
}
.home-service .cat-product-content .thumb img {
    transition: all 0.35s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-service .cat-product-content:hover .thumb img {
    transform: scale(1.05);
}
.home-service .cat-product-content .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}
.home-service .cat-product-content .title a {
    color: #fff;
}

.home-achievement {
    position: relative;
    padding: 60px 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}
.home-achievement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}
.home-achievement .count-up,
.home-achievement .count-label {
    font-size: 48px;
    font-weight: 600;
}

.home-achievement .title {
    font-size: 18px;
    font-weight: 500;
}

.home-procedure .procedure-image img {
    width: 100%;
}

.home-typical-project {

}
.box-gallery .slick-slider {
	margin-left: -5px;
	margin-right: -5px;
}

.box-gallery .slick-slide {
	padding-left: 5px;
	padding-right: 5px;
}
.box-gallery .slider-for img,
.box-gallery .slider-nav img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    background-color: #f5f5f5;
}
.box-gallery .slider-for {
    margin-bottom: 15px;
}
.box-gallery .slider-nav img {
    height: 100px;
}
.typical-project-item .custom-post-item .thumbnail img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}
.typical-project-item .custom-post-item .thumbnail h3 {
    text-align: center;
    margin: 10px 0;
}




/*Responsive*/
@media only screen and (max-width: 767px) {
    .top-header .header-search {
        max-width: 100%;
    }
    .banner-slider .item.slick-slide img {
        /* height: 320px; */
    }
    .home-about .about-content {
        font-size: 16px;
        padding-left: 20px;
        margin-top: 20px;
    }
    .heading {
        font-size: 18px !important;
    }
    .heading span {
        padding: 0 10px !important;
    }
    .home-service .cat-product-content {
        margin-bottom: 35px;
    }

    .home-achievement .text-center {
        width: 33.3%;
    }
    .home-achievement .count-up,
    .home-achievement .count-label {
        font-size: 36px;
    }

}