/* BEGIN s-slide-5 */
.s-slide-5 {
    width: calc(100% - 266.28px);
    float: right;
    margin-top: 14px;
}
.s-slide-5 .b-nslide-ratio::before {
    padding-bottom: calc(37% - 0.19px);
}

/* END s-slide-5 */
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    float: left;
    width: 70px;
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>i {
    color: #0955a0;
    font-size: 55px;
}
.b-card-3 .b_content {
    float: left;
    width: calc(100% - 85px);
}
.b-card-3 .b_title {
    font-size: 15px;
    margin-bottom: 7px;
    color: #347758;
    font-weight: bold;
}
.b-card-3 .b_desc {
    font-weight: 300;
    font-size: 15px;
}

/* END b-card-3 */
.s-section-1 {
    width: calc(100% - 267px);
    float: right;
    margin-top: 14px;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.s-product-1 .slick-slider {
    z-index: 1;
}
.s-product-1 .slick-slider .item {
    margin: 2px 15px;
    height: auto;
}
.s-product-1 .s_thumb img {
    transition: all 1s;
}
.s-product-1 .s_thumb:after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.s-product-1 .s_thumb:hover:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.s-product-1 .s_thumb:hover img {
    transform: scale(1.2);
}
.s-product-1 .s_box {
    margin-top: 30px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background-color: #fff;
}
.s-product-1 .b-sslide-default {
    padding: 25px 30px 25px;
}
.s-product-1 .b-sslide-default .b-card-58 {
    margin-bottom: 0;
    height: 100%;
}
.s-product-1 .s_top {
    background: #f9f9f9;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 5px 5px 0 0;
}
.s-product-1 .s_top h3 {
    font-weight: 500;
    text-transform: uppercase;
    margin-right: auto;
    color: #002f91;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.s-product-1 .s_top h3 img {
    width: 35px;
    margin-right: 10px;
}
.s-product-1 .s_top .s_menu li {
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
}
.s-product-1 .s_top .s_menu li a, .s-product-1 .s_top>a {
    border-radius: 20px;
    transition: all 0.3s;
    padding: 5px 15px;
    font-size: 16px;
    color: #666;
}
.s-product-1 .s_top .s_menu li:hover a, .s-product-1 .s_top .s_menu li.is-active a, .s-product-1 .s_top>a:hover {
    background-color: #002f91;
    color: #fff;
}
.s-product-1 .s_content>li {
    display: none;
}
.s-product-1 .s_content>li:first-child {
    display: block;
}
.s-home-34 .s_box {
    margin-top: 30px;
    /* box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 20%); */
    border-radius: 5px;
    background-color: #fff;
    padding: 0 40px 0 0;
    margin-bottom: 40px;
}
.s-home-34 .s-list {
    padding: 40px 0 0;
}
.s-home-34 .s-list .b-card-2:not(:last-child) {
    margin-bottom: 25px;
}
.s-home-34 .s-list .b-card-2:last-child {
    margin-bottom: 0;
}
.s-home-34 .b-card-2 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-weight: 300;
    color: #666;
    font-size: 15px;
}
.s-home-34 .b-card-2 .b_title::after {
    display: none;
}
.s-home-34 .b-card-2 .b_thumb {
    width: 170px;
}

.s-home-34 .s_left {
    display: block;
    position: relative;
    padding: 40px 30px 30px;
    background-color: rgb(255 255 255);
}
.s-home-34 .s_left .c-headline-2 .c_name {
    font-size: 22px;
}
.s-home-34 .s_left .b_title {
    color: #0955a0;
    font-size: 22px;
    margin: 10px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.s-home-34 .s_left .b_title:hover {
    color: #ec232b;
}
/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 20px;
}
.b-card-2::after {
    content: "";
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.b-card-2 .b_title {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.125em;
    margin-bottom: 10px;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_title span {
    display: block;
}
.b-card-2 .b_title::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ccc;
}
.b-card-2 .b_desc {
    text-align: justify;
    color: #444;
}
.b-card-2:hover .b_title {
    color: #ec232b;
}
/* END b-card-2 */
.s-banner-1 .c-modal-box {
    max-width: max-content;
}
.s-banner-1 .c_body {
    padding: 0;
}
.s-banner-1 .c-modal-group {
    border-radius: 0;
    background-color: transparent;
    overflow: unset;
    box-shadow: none;
}
.s-banner-1 .c_close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    background-color: rgb(0 0 0 / 50%);
    width: 50px;
    height: 30px;
    top: 5px;
    right: 5px;
    z-index: 1000;
}
.s-banner-1 .c_img img {
    margin-bottom: -10px;
    width: 100%;
}

/* BEGIN s-home-32 */
.s-home-32 {
    /* margin-top: 30px; */
    margin-bottom: 40px;
}
.s-home-32 .slick-list {
    margin: 0 20px;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    font-size: 8px;
}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
}
.s-home-32 .item::before {
    content: '';
    display: block;
    padding-bottom: 61%;
}
.s-home-32 .item>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-home-32 .item>a>img {
    width: 100%;
}
.s-home-32 .item>a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 14.5px;
    background-color: #fff;
}
.s-home-32 .item>a img {
    width: auto;
    max-height: 100%;
}

/* END s-home-32 */

@media screen and (min-width: 1260px;
) {
    .s-header-10.fixedTop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #eee;
        animation: smoothScroll 1s forwards;
    }
    .s-header-10.fixedTop .s_bot {
        position: static;
    }
    .s-header-10.fixedTop .hd-logo img {
        height: 65px;
    }
}
@media screen and (max-width: 1259px) {
    .s-slide-5 {
        width: 100%;
    }
    .s-section-1 {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .s-product-1 .s_top .s_menu li:not(:last-child) {
        display: none;
    }
    .s-product-1 .s_top .s_menu li {
        margin-right: 0
    }
    .b-card-3 {
        margin-bottom: 15px;
    }
    .s-section-1 {
        padding: 20px 20px 5px;
    }
    .s-product-1 .s_top ul {
        display: none;
    }
    .s-home-34 .s-list {
        padding: 10px 25px 30px;
    }
    .s-home-34 .s_box {
        padding: 0;
    }
    .s-home-34 .s_left {
        padding: 40px 20.47px 15px;
    }
}
@media screen and (max-width: 767px) {
    .s-product-1 .slick-slider .slick-list {
        margin: 0 15px;
    }
    .s-product-1 .slick-slider .slick-prev, .s-product-1 .slick-slider .slick-next {
        font-size: 10px;
    }
    .s-banner-1 .c-modal-box {
        top: 50%;
        padding: 0 10px;
        transform: translate(0,-50%)!important;
    }
}
@media screen and (max-width: 479px) {
    .s-product-1 .s_top {
        padding: 10px;
    }
    .s-product-1 .b-sslide-default {
        padding: 10px;
    }
    .s-product-1 .slick-slider .slick-list {
        margin: 0;
    }
    .s-product-1 .slick-slider .item {
        margin: 2px 5px;
    }
    .s-product-1 .s_top .s_menu li a, .s-product-1 .s_top>a {
        display: none;
    }
    .s-home-34 .b-card-2 .b_thumb {
        width: 125px;
    }
    .s-home-34 .b-card-2 .b_desc{
        -webkit-line-clamp: 2;
    }
}