
#detail-breadcrumbs {
    margin-top: 87px;
    background-color: #207ebc;
}

#detail-breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 16px 0;
}

#detail-breadcrumbs ul li {
    flex-shrink:0;
}
#detail-breadcrumbs ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#detail-breadcrumbs ul li i {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.3);
}

.product-box {
    margin: 110px 0;
}

#detail-breadcrumbs a:last-child {
    color: #fff;
}

#nav-swiper {
    padding-top: 30px;
    height: 500px;
    padding-right: 15px !important;
}
#nav-swiper .swiper-slide {
    height: auto !important;
}
#product-swiper {
    float: right;
    max-width: 500px;

}

#nav-swiper .product-button-prev,
#nav-swiper .product-button-next {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    background-color: #fff;
}

#nav-swiper .product-button-prev i,
#nav-swiper .product-button-next i {
    display: block;
    color: #000;
    
    height: 30px;
    text-align: center;
    font-size: 20px;
}

#nav-swiper .product-button-prev {
    top: 0;
}

#nav-swiper .product-button-next {
    bottom: 0;
}

.product-box .p-arg {
    padding-left: 80px;
}

.product-box .p-arg h1 {
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 39px;
    color: #212121;
    margin-bottom: 45px;
    margin-top: 50px;
}

.product-box .p-arg h4 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 5px;
}

.product-box .text p {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 22px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-box .p-arg ul li::before {
    position: absolute;
    left: 0;
    top: 7px;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #4cc47a;
    border-radius: 50%;
}

.product-box .p-arg ul li {
    position: relative;
    padding-left: 20px;
}

.product-box .p-arg ul li:not(:last-child) {
    margin-bottom: 5px;
}

.text ul li {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 22px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.adv {
    position: relative;
    padding: 0 20px;
}

.adv::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    content: '';
    display: block;
    background-color: #f2f4f7;
}

.adv .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2f4f7;
    -webkit-box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
    box-shadow: 0px 60px 120px 0px rgba(42, 73, 140, 0.1);
    padding: 70px 70px 70px 80px;
}

.details .adv .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

.adv .item .icon {
    width: 40px;
    max-height: 40px;
    overflow: hidden;
}

.adv .item h3 {
    position: relative;
    padding-bottom: 10px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.adv .item h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 22px;
    height: 1px;
    background-color: #c7c7c7;
}
.detail {
    padding: 110px 0 100px;
    background-color: #f2f4f7;
}
.detail .info {
    max-width: 600px;
    padding-right: 120px;
}
.detail .title h2 {
    padding-left: 12px;
    margin-bottom: 55px;
    font-size: 30px;
}
.detail .info table {
    margin-bottom: 45px;
}
.detail .info table tr td {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 40px;
    color: #808080;
}
.detail .info table tr td:nth-child(1) {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    padding-right: 28px;
}
.detail .info table tr td {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #808080;
}
.detail .info h4 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 10px;
}
.detail .info ul li {
    position: relative;
    display: flex;

}
.detail .info ul li i {
   color: #4cc47a;
    font-size: 16px;
}
.detail .info  p {
    margin-left: 10px;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.detail .table-wrap h4 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
}
.detail .table-wrap table {
    width: 100%;
}
.detail .table-wrap table tr:nth-child(odd) {
    background-color: #eff1f5;
}
.detail .table-wrap table tr:nth-child(even) {
    background-color: #e2e7ed;
}
.detail .table-wrap table tr td {
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    border: solid 1px #dcdcdc;
    padding: 11px;
    text-align: center;
}
.form {
    background-color: #f2f4f7;
}
.form .img {
    max-width: 590px;
    max-height: 788px;
    overflow: hidden;
}
.form .img img{
width: 100%;

height: 100%;
}
form .form-wrap .title {
    margin-bottom: 45px;
}
.wpcf7-form {
    position: relative;
}
.form .text h2 {
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #212121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 45px;
}

.form .form-wrap {
    max-width: 590px;
    padding: 60px 110px 50px 100px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 35px 3px rgba(59,93,161,0.15);
    box-shadow: 0px 10px 35px 3px rgba(59,93,161,0.15);
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    width: 100%;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    color: #1c1c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    outline: none;
    background-color: #fff !important;
    border-radius: 0;
    border: solid 1px #dcdcdc;
}

.wpcf7-form label {
    display: inline-block;
    font-family: faricy-new-web, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin-bottom: 15px;
}
.wpcf7-form .form-row {
    margin-bottom: 20px;
}
.wpcf7-form textarea {
    width: 100%;
    height: 129px;
    resize: none;
}
.wpcf7-form input[type="submit"] {
    display: inline-block;
    font-family: faricy-new-web, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    background-color: #4E667E;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);
    box-shadow: 0px 8px 15px 0px rgba(29,69,245,0.25);
    border-radius: 30px;
    background-image: none;
    text-align: center;
    margin-right: 0 !important;
    padding: 6px 39px;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wpcf7-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 20px;
    max-width: 100%;
    line-height: 40px;
    border-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.related {
    padding: 110px 0 120px;
    background-color: #f2f4f7;
}

.related .wrapper>h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #212121;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    margin-bottom: 45px;
}
.pro-item img {
    width: 100%;
    aspect-ratio: 368/390;
}
.related .pro-item a {
    padding: 20px 10px 45px;
    background-color: #fff;
    transition: all 0.3s;
    height: 100%;
}

.related .pro-item p {
    color: #212121;
    font-size: 16px;
    background-color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}
.my-button-prev, .my-button-next {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 0px 5px 20px 0px rgba(39, 79, 255, 0.15);
    border-radius: 50%;
    text-align: center;
    color: #2440ab;
    z-index: 98;
    background-color: #fff;
    font-weight: 600;
}
.my-button-prev {
    left: -8px;
}
.my-button-next {
    right: -20px;
}
@media (max-width:767px) {

    .related {
        padding: 40px 0 40px;
        background-color: #f2f4f7;
    }    
    .related .wrapper>h2 {
        margin-bottom: 10px !important;
        font-size: 26px;
        line-height: 1.3;
    }
    .adv .item-wrap {
        padding: 20px 20px 0;
    }
    .details .adv .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-box {
        margin: 60px 0;
    }
    .product-box .p-arg {
        padding: 0 0px;
    }
    .product-box .p-arg h1 {
        font-size: 21px;
        line-height: 1.5;
    }
    .detail {
        padding: 60px 0;
    }
    .detail .info {
    padding: 10px;

    }
    .detail .title h2 {
        padding: 0 20px;
        margin-bottom:15px;
    }
    .detail .info table tr td:nth-child(1) {
        font-size: 19px;
    }
    .form .form-wrap {
        padding:30px
    }
    .form .text h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    #nav-swiper {
        height: 400px;
    }
    .my-button-prev {
        left: 0;
    }
    .my-button-next {
        right: 0;
    }
    
}