.crumb_p {
    font-size: 0;
    padding: 26px 0 40px;
}
.crumb_p a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.crumb_p a::after {
    content: ">";
    font-size: 14px;
    color: #999;
    margin: 0 6px;
}

.left_div {
    float: left;
    width: 100%;
    background: #f9f9f9;
}

.left_div h6 {
    font-size: 20px;
    color: #fff;
    background: #01559d;
    padding: 0 16px;
    height: 70px;
    line-height: 70px;
}

.left_div h6 {
    font-size: 20px;
    color: #fff;
    background: #01559d;
    padding: 0 16px;
    height: 70px;
    line-height: 70px;
}


.left_div h6 span {
    display: flex;
    width: 100%;
    vertical-align: middle;
    line-height: 4;
    font-size: 17px;
    align-items: center;
    justify-content: center;
}

.left_div p {
    padding: 0 10px;
}

.left_div p a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
    border-top: 1px dashed #ccc;
    position: relative;
    padding: 0 20px 0 6px;
}
.left_div p .active_a {
    color: #01559d;
}

.left_div p a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.left_div p a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    opacity: 0;
    margin-top: -5px;
    width: 8px;
    height: 11px;
    background: url(../assets/sjx.png) no-repeat;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left_div p .active_a::after {
    opacity: 1;
    right: 0;
}

.right_div dt h6 {
    font-size: 30px;
    color: #01559d;
    margin-bottom: 24px;
}

.right_div dd{
    display: flex;
}

.right_div dd p {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    box-sizing: border-box;
    padding-right: 40px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.right_div dd img {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.right_div-product a {
    display: block;
    font-size: 0;
    padding: 40px 0;
    border-bottom: 1px dashed #ccc;
}

.right_div-product em {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    overflow: hidden;
}

.right_div-product em img {
    width: 100%;
    vertical-align: top;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.right_div-product .body-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 210px);
    box-sizing: border-box;
    padding-left: 20px;
}

.right_div-product .body-text h6 {
    font-size: 20px;
    color: #01559d;
    margin-bottom: 8px;
}

.right_div-product .body-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}

.right_div-product .body-text span {
    font-size: 14px;
    color: #01559d;
    padding-right: 20px;
    background: url(../assets/bf2.png) no-repeat right top;
}

.product-view h2 {
    font-size: 30px;
    color: #01559d;
    margin-bottom: 24px;
    /*padding-left: 38px;*/
}

.product-view p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: justify;
}

.product-image img{
    width: 100%;
    height: 100%;
}

.tab-item {
    display: none;
    font-size: 14px;
    color: #363636;
    line-height: 26px;
    text-align: justify;
    padding: 20px;
    margin-bottom: 42px;
    background-color: #eee;
}

.tab-item.open {
    display: block;
}

.tab-button {
    padding: 12px 22px;
    width: auto;
    border: none;
    outline: 0;
    color: #363636;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 0.5px;
    background-color: #eee;
    margin-bottom: 8px;
    font-size: 15px;
    border-radius: 10px;
}

.tab-button.active {
    background-color: #01559d;
    color: #fff;
}

.tab-item ul {
    padding-left: 30px;
    margin-top: 20px;
    list-style: disc;
}

.form-group{
    position: relative;
    margin-bottom: 30px;
}


.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group select,
.form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:24px;
    padding:12px 20px;
    height:50px;
    background:#f0f0f0;
    border:1px solid #f0f0f0;
    border-radius:2px;
    color:#111111;
    font-size:14px;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.form-group textarea {
    resize: none;
    height: 180px;
}

/*button {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    line-height: 24px;*/
/*    font-size: 15px;*/
/*    letter-spacing: 1px;*/
/*    padding: 10px 40px;*/
/*    color: #ffffff;*/
/*    border: 2px solid #01559d;*/
/*    background: #01559d;*/
/*    border-radius: 3px;*/
/*}*/

.title{
    /*margin-bottom: 60px;*/
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.title h2 {
    position: relative;
    line-height: 1.4em;
    color: #000000;
    font-size: 28px;
    text-transform: uppercase;
}

/*.img-effect img{*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    object-fit: cover;*/
/*}*/

.logo-h img {
    max-width: 100%;
    height: 87px;
}

.slider-item.set-bg video {
    position: absolute;
    right: -27%;
}

.slider-item.set-bg .left {
    position: absolute;
    left: -27%;
}


.custom-btn-primary a{
    color: #fff;
}

.custom-btn-primary:hover{
    background-color: #ffffff;
    border: 1px solid #01559d;
}

.custom-btn-primary:hover a {
    color: #01559d;
    border: none;
}


.swiper.mySwiperTech{
    padding-bottom: 40px;
}


.swiper.mySwiperTech .swiper-button-next,.swiper.mySwiperTech .swiper-button-prev{
    background-color: #01559d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 20px;
}


.swiper.mySwiperTech .swiper-button-next:after, .swiper.mySwiperTech .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}

.pt-4{
    padding-top: 40px;
}

.product-quick-view{
    overflow: hidden;
}

.product-quick-view img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.con-img-wrap img{
    object-fit: contain;
    transition: all 0.5s ease-in-out;
}

.product-quick-view:hover img {
    transition: all 0.5s ease-in-out;
    transform: scale(1.3);
}

.electric img{
    display: none;
}


@media (max-width: 1000px) {
    .hero .slider-item {
        min-height: 390px;
    }

    .slider-item.set-bg .left {
        position: absolute;
        left: 0;
        top: 27%;
    }
    .slider-item.set-bg video {
        position: absolute;
        right: 0;
        top: -27%;
    }
    .lang__icon-2{
        justify-content: end;
    }
    .electric video{
        display: none;
    }
    .electric img{
        display: block;
    }
}


.electric video{
    max-width: 100%;
    height: 168px;
    position: relative;
    z-index: 0;
}

.lang__icon-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lang__icon-2 svg {
    height: 30px;
    width: 30px;
    color: #01559d;
}

.lang__icon-2 span {
    color: #01559d;
    font-size: 16px;
}

.wsmenu-list li > a img{
    display: none;
}

.wsmenu-list li:hover > a img{
    display: block;
}

.link_swiper dl {
    background: #f0f1f2;
    box-sizing: border-box;
    padding: 15px 10px;
}


.link_swiper dl dt span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-bottom: 14px;
}

.link_swiper dl dt h6 {
    font-size: 14px;
    height: 66px;
    overflow: hidden;
    color: #666;
    line-height: 1.6;
    font-weight: bold;
}

.theme-btn{
    background: #fff;
    font-size: 17px;
    border: 2px solid #01559d;
    padding: 10px 40px;
    border-radius: 20px;
    color: #01559d;
}

.electric2::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media (max-width: 1000px) {
    .right_div-product a{
        display: flex;
        flex-direction: column;
    }

    .right_div-product em {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right_div-product em img{
        width: 100%;
        height: 262px;
        vertical-align: top;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        object-fit: contain;
    }
    .right_div-product .body-text{
        width: 100%;
    }
    .right_div dd{
        flex-wrap: wrap;
    }
    .right_div dd p{
        width: 100%;
    }
    .right_div dd img{
        width: 100%;
    }
}

.about-company p{
    text-align: justify;
}

.flex-direction-column{
    flex-direction: column;
}