﻿.hot-job .header-title {
    display: flex;
    /*height: 8.2%;
    min-height: 118px;*/
    background: linear-gradient(to right, #2772fa, #020483);
    margin-bottom: 80px;
}
    .hot-job .header-title img {
        margin-left: 20px;
        height: 100px;
        padding: 20px 10px;
    }
    .hot-job .header-title h1 {
        margin: auto 0;
        text-align: justify;
    }
.header-title h2{
    text-transform: uppercase;
}
.hot-job{
    padding-bottom: 80px
}
.hot-job .slider-container .row {
    margin: 0 auto;
    border-radius: 16px;
}

    .hot-job .slider-container .slide-content {
        background-color: #dd9d11;
    }

    .hot-job .slider-container .slider-img {
        padding: 0;
    }

    .hot-job .slide-content {
        padding: 5%;
        color: #fff;
    }

        .hot-job .slide-content .slider-title {
            font-size: 3.2em;
            font-weight: 500;
        }

        .hot-job .slide-content .slider-description {
            font-size: 1.4em;
        }
#company-future-home {
    padding-bottom: 100px;
}
.basic-info-title {
    margin-bottom: 40px;
    /*white-space: nowrap;
    width: 100%;*/
}
.order-number {
    width: 50px;
    height: 50px;
    font-size: 23px;
    background: linear-gradient(90deg, rgba(40, 116, 252, 1) 0%, rgba(2, 3, 129, 1) 100%);
}
.future-item-title {
    /*font-size: 23px;*/
    margin-bottom: 0;
}
.workstyle-content p {
    /*line-height: 37px;
    font-size: 27px;*/
    text-align: justify;
    color: #272e4e;
}
.dg {
    /*line-height: 78px;
    font-size: 56px;
    margin-top: 32px;*/
    font-weight: 700;
    font-style: normal;
    color: #272E4E;
    text-align: center;
}
.owl-stage {
    display: flex;
    align-items: stretch;
}


@media (min-width: 1200px) {
    /*.container {
        max-width: 1600px;
    }*/
}

#owl-carousel-slide .owl-item {
    height: 260px;
    align-items: center;
    justify-content: center;
}

    #owl-carousel-slide .owl-item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
#owl-carousel-company .owl-item {
    height: 260px;
    align-items: center;
    justify-content: center;
}

#owl-carousel-company .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hot-job .header-title {
        margin-bottom: 40px;
    }
        .hot-job .header-title img {
            margin-left: 0;
            padding: 10px 5px;
        }
    .header-title > img {
        max-height: 70px !important;
        margin: auto 0
    }
    .dg {
        font-size: 28px;
        line-height: 36px
    }
    .workstyle-content p {
        font-size: 16px;
        line-height: 1.3rem;
    }
    .hot-job {
        padding-bottom: 40px;
    }
    .basic-info-title {
        margin-bottom: 20px;
        /*white-space: normal;*/
    }
    .order-number {
        width: 32px;
        height: 32px;
        font-size: 16px;
        background: linear-gradient(90deg, rgba(40, 116, 252, 1) 0%, rgba(2, 3, 129, 1) 100%);
    }
    #company-future-home {
        padding-bottom: 50px;
    }
        #company-future-home p {
            margin-top: .5rem;
        }
    .ctn-message-home{
        padding: 0 20px !important;
    }
}