.corBlue {
    color: #006FC0 !important;
}

.khal_content {
    padding-bottom: 118px;
    background: url('../images/page_bg2.jpg') no-repeat 0 0 / 100%;
}

.mbx {
    margin: 40px auto 110px;
}

.mbx > a, .mbx > span {
    font-size: 14px;
    color: #9E9E9E;
    transition: color .36s ease;
}

.mbx > a:hover {
    color: #006FC0;
}

.detail_title > p {
    font-size: 40px;
    line-height: 40px;
    color: #373737;
    margin-top: 50px;
}

.detail_banner, .detail_swiper {
    margin: 100px 0 80px;
}

.detail_banner > img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.detail_swiper {
    overflow: hidden;
    border-radius: 30px;
}

.detail_swiper .img_wrp img {
    width: 1320px;
    height: 690px;
    border-radius: 30px;
    object-fit: cover;
}

.detail_info .detail_info_left {
    width: 367px;
    
}

.left_item {
    margin-bottom: 40px;
}

.detail_info .detail_info_left strong {
    font-size: 15px;
    line-height: 15px;
    color: #373737;
}

.detail_info .detail_info_left p {
    font-size: 15px;
    line-height: 32px;
    color: #9E9E9E;
    margin-top: 10px;
}

.detail_info .detail_info_right {
    width: 758px;
    padding-left: 96px;
    border-left: 1px solid #D8D8D8;
}

.detail_info .detail_info_right strong {
    font-size: 15px;
    line-height: 15px;
    color: #373737;
}

.detail_info .detail_info_right p {
    font-size: 15px;
    line-height: 32px;
    color: #9E9E9E;
    margin-top: 10px;
}