/* BEGIN b-card-37 */
.b-card-37 {
    text-align: center;
    padding: 0 30px;
    margin: 20px 0;
}
.b-card-37 .b_icon {
    font-size: 35px;
    color: var(--color-yellow);;
    margin-bottom: 10px;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.b-card-37 .b_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.b-card-37 .b_title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
    background: #000;
}
.b-card-37:hover .b_icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/* BEGIN b-card-37 */
/* BEGIN s-slide-13 */
.s-slide-13 .slick-list::before {
    padding-bottom: calc(49% + 0.88px);
}
.s-slide-13 .slick-slide {
    position: relative;
}
.s-slide-13 .slick-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(225deg, #0D517C00 0%, #0d7c28cc 75%);
}
.s-slide-13 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.s-slide-13 .slick-dots li.slick-active {
    border: 1px solid #fff;
}
.s-slide-13 .slick-dots li.slick-active button {
    background-color: #fff;
}
.s-slide-13 .slick-dots li button {
    font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 0;
    width: 3em;
    height: 3em;
}
.s-slide-13 .s_caption {
    color: #fff;
    width: 75%;
    text-align: left;
    /* text-transform: uppercase; */
    position: absolute;
    line-height: 1.4;
    top: 55%;
    left: 65px;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%);
}
.s-slide-13 .s_caption h3 {
    font-size: 45px;
    font-weight: bold;
    line-height: 58px;
}
@media screen and (max-width: 991px) {
    .s-slide-13 .s_caption h3 {
        font-size: 32px;
        line-height: 1.4;
    }
}
.s-slide-13 .s_caption p {
    color: #fff;
    margin: 30px 0 45px;
}
@media screen and (max-width: 991px) {
    .s-slide-13 .s_caption p {
        font-size: 13px;
        margin: 15px 0;
        position: relative;
        padding-bottom: 15px;
    }
}
.s-slide-13 .s_caption .s_button {
    color: #fff;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: var(--color-yellow);;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    background: var(--bg-gradient);
    padding: 15px 40px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.s-slide-13 .s_caption .s_button:hover {
    color: var(--color-yellow);;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .s-slide-13 .s_caption {
        display: none;
    }
}
.s-slide-13 .s-slide-bot {
    background-color: #fff;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.s-slide-13 .s-slide-bot .b-card-37 {
    border-right: 1px solid #eee;
}

/* END s-slide-13 */
.s-product {
    padding: 60px 0;
}
.c-headline-99 {
    margin-bottom: 45px;
}
.headline-1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 16px;
    color: var(--color-text-bold);
}
.headline-desc {
    text-transform: none;
    color: #686868;
    margin-top: 10px;
}
.s-photo .scroller li{
    width: 450px !important;
}
.s-project {
    padding: 60px 0;
    background-color: var(--color-main);
}
.s-news {
    padding: 60px 0;
}
.s-news .item {
    margin: 0 12px
}
[class*="b-sslide-"] .slick-dots li button {
    color: #fff;
    background-color: #fff;
    font-size: 0;
    width: 15px;
    height: 15px;
    line-height: 1.5em;
}
[class*="b-sslide-"] .slick-dots li.slick-active button {
    background-color: var(--color-main);
}
.s-contact {
    padding: 60px 0;
    color: #fff;
    background-image: url(/images/bgs/bg-10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    padding: 7% 5% 7% 5%;
}
.s-contact::before {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    background-color: #07171F;
    top: 0;
    left: 0;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.headline-2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 35px;
}
.s-contact .headline-desc {
    text-transform: none;
    color: #fff;
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px solid #999999;
}
.s-contact_info {
    padding-left: 30px;
    margin-top: 80px;
}
.s-contact_info li {
    margin-bottom: 20px;
}
.s-contact_info li div:first-child {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}
.s-contact_info li div:last-child {
    color: #ccc;
}
.s-faq {
    padding: 50px 0;
}
.s-faq .s_thumb {
    padding: 0 40px 0 0;
    overflow: hidden;
}
.s-faq .s_thumb img {
    border-radius: 12px;
}
/* BEGIN s-home-20 */
.s-home-20 {
    position: relative;
    overflow: hidden;
    background-color: var(--color-main);
    /* margin-bottom: 16px; */
}
/* .s-home-20::before {
    content: '';
    position: absolute;
    top: 0;
    width: 80%;
    max-width: 1260px;
    height: 100%;
    background-color: rgb(108 175 186 / 10%);
} */
.s-home-20 .slick-list::before {
    content: initial !important;
}
.s-home-20 .slick-list>.slick-track {
    display: flex;
}

.s-home-20 .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
}
.s-home-20 .slick-next {
    right: 5%;
    top: 88%;
}
.s-home-20 .slick-prev {
    left: calc(89% - 10px);
    top: 88%;
}

.s-home-20 .slick-dots {
    position: absolute;
    left: 0;
    top: 15px;
}
.s-home-20 .slick-dots li button {
    width: 7px;
    height: 7px;
    line-height: normal;
    font-size: 0.429em;
    background-color: #d2cfdd;
    color: #d2cfdd;
    box-shadow: none;
    transition: all .3s ease;
}
.s-home-20 .slick-dots li.slick-active button {
    color: var(--color-main) !important;
    background-color: var(--color-main) !important;
    width: 30px;
    border-radius: 10px;
}
.s-home-20 .item {
    display: flex;
    align-items: center;
    /* height: auto; */
}
.s-home-20 .item .s_imgs {
    width: 60%;
}
.s-home-20 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .s-home-20 .item .s_imgs {
        width: 100%;
    }
}
.s-home-20 .item .s_content {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding-left: 45px;
    padding-right: 60px;
    position: relative;
    margin-top: 20px;
    color: #fff;
    z-index: 1;
}
@media screen and (max-width: 479px) {
    .s-home-20 .item .s_content {
        padding: 3.572em 2.5em 3.572em 2.5em;
    }
}
.s-home-20 .item .title {
    font-family: 'Playfair Display';
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a1a1a;
    margin-top: 10px;
}
.s-home-20 .item .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: 25px 0 35px;
    max-height: 8.929em;
    font-size: 15px;
    color: #fff;
}
.s-home-20 .item .button {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    line-height: 15px;
}
.s-home-20 .item .button span {
    margin-left: 10px;
    color: #fff;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 80px;
    transition: all .3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.s-home-20 .item .button:hover span {
    background-color: #f9f9f9;
    transform: scale(1.1) translateX(5px);
}
.s-home-20 .item .button svg {
    transform: rotate(0);
    transition: all .3s ease;
}
.s-home-20 .item .button svg * {
    stroke: #b3b3b3;
}
.s-home-20 .item .button:hover svg {
    transform: rotate(360deg);
}
.s-home-20 .item.slick-active .s_content {
    opacity: 1;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.s-home-20 .item .title, .s-home-20 .item .desc, .s-home-20 .item .title, .s-home-20 .item .button {
    animation-name: fadeOutDown;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}
.s-home-20 .item.slick-active .title, .s-home-20 .item.slick-active .desc, .s-home-20 .item.slick-active .button {
    animation-name: fadeInUp;
}
@media screen and (max-width: 991px) {
    .s-home-20 .item {
        display: block;
    }
}
.s-home-20>.container-fluid {
    padding: 0;
}
/* END s-home-20 */
.b-card-61 {
    display: flex;
    align-items: center;
    height: auto;
}
.b-card-61 .cate {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.b-card-61 .name {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 500;
    color: #fff;
}
.b-card-61 .address span:first-child, .b-card-61 .time span:first-child {
    width: 130px;
    color: #fff;
    display: inline-block;
}
.b-card-61 .address span:last-child, .b-card-61 .time span:last-child {
    font-weight: bold;
}
.b-card-61 .address, .b-card-61 .time {
    margin-bottom: 8px;
}
.b-card-61 .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #464d53;
    margin-top: 20px;
}
.b-card-61 .b_content {
    padding: 10px 0;
    padding-right: 24px;
}
.b-card-61.odd .b_content {
    padding-left: 50px;
}
.ht-ratio--60::before {
    padding-bottom: 60%;
}

@media screen and (max-width: 992px) {
    .b-card-61 {
        flex-wrap: wrap;
    }
    .s-home-20 .item .s_content {
        width: 100%;
    }
    .s-home-20 .slick-next {
        right: 5%;
        top: 94%;
    }
    .s-home-20 .slick-prev {
        left: calc(74% - 10px);
        top: 94%;
    }
    .headline-2 {
        font-size: 30px;
    }
    .s-contact .headline-desc {
        font-size: 15px;
        margin-top: 15px;
        padding-top: 25px;
    }
    .headline-desc {
        font-size: 15px;
    }
    .headline-1{
        font-size: 30px;
    }
    .s-faq .s_thumb {
        padding: 0;
    }
}
@media screen and (max-width: 479px) {
    .s-product {
        padding: 30px 0;
    }
    .s-home-20 .item .s_content {
        padding: 15px;
        margin: 10px 0;
    }
    .b-card-61 .address span:first-child, .b-card-61 .time span:first-child {
        width: 100px;
    }
    .s-news {
        padding: 45px 0;
    }
    .s-contact {
        padding: 30px 0;
    }
}