.body--main > form{
    width: 100%;
    max-width: 100%;    
}
.main--content {
    font-family: 'Roboto-Regular';
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-top: 5px solid #f27024;
}

    .main--content hr {
        width: 480px;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        color: #dadada;
    }

    .main--content .main--content--head {
        padding: 40px 50px;
        text-align: center;
        color: #3e3e3e;
    }

        .main--content .main--content--head .vacancies {
            font-size: 15px;
        }

        .main--content .main--content--head h1 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

        .main--content .main--content--head h2 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

        .main--content .main--content--head h3 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

        .main--content .main--content--head h4 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

        .main--content .main--content--head h5 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

        .main--content .main--content--head h6 {
            color: #f27024;
            font-size: 25px;
            margin: 15px 0;
            font-weight: bold;
        }

    .main--content .main--content--subhead {
        padding: 30px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main--content .main--content--body {
        padding: 30px 50px;
    }

        .main--content .main--content--body ul {
            margin-left: 40px;
        }

        .main--content .main--content--body > ul {
            list-style: disc;
        }

            .main--content .main--content--body > ul li {
                margin: 14px 0;
            }

    .main--content .main--content--foot {
        padding: 30px 50px;
    }

        .main--content .main--content--foot .main--content--foot--actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 55px 0;
        }

.send-cv-btn {
    width: 285px;
    height: 55px;
    background-color: #f27024;
    font-size: 20px;
    color: #fff;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 10px;
}

.main--content .main--content--foot .main--content--foot--actions span {
    display: inline-block;
    margin: 0 35px;
}

.main--content .main--content--foot .main--content--foot--actions a {
    margin-left: 5px;
}

    .main--content .main--content--foot .main--content--foot--actions a i {
        font-size: 64px;
        color: #ccc;
        transition: 0.3s;
        line-height: 53px;
    }

    .main--content .main--content--foot .main--content--foot--actions a.i-linkedin:hover > i {
        color: #0270ad;
    }

    .main--content .main--content--foot .main--content--foot--actions a.i-facebook:hover > i {
        color: #385592;
    }
.main--content .main--content--foot table{
    width: 100%;
}



    .main--content .main--content--foot table tr td:first-child{
        max-width: 200px;
    }

    .social-share {
        height: 55px;
        opacity: 0.8;
        transition: opacity 0.32s;
        -webkit-transition: opacity 0.32s;
    }

    .social-share img {
        width: inherit !important;
        height: 100%;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        transition: filter 0.32s;
        -webkit-transition: filter 0.32s;
    }

    .social-share:hover {
        opacity: 1;
    }

        .social-share:hover img {
            -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }

/*.body--main form{
    width: 100%;
}*/
@media (max-width: 991px) {
    form #jobApply {
        width: 100%;
    }

    .banner,
    .body--search,
    .list-tag {
        display: none;
    }
}
@media(max-width: 645px){
    .main--content .main--content--subhead {
        -webkit-flex-direction: column; /* Safari 6.1+ */
        flex-direction: column;
    }
}

@media(max-width: 430px) {
    .main--content .main--content--foot .main--content--foot--actions {
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-flex-wrap: wrap;
        justify-content: center;
    }
        .main--content .main--content--foot .main--content--foot--actions span {
            width: 100%;
            text-align: center;
            margin: 15px 35px;
        }
        .send-cv-btn {
            min-width: 100%;
            width: inherit;
        }

}
/* Replace data style*/
.body--main form ul,
.body--main form li,
.body--main form span,
.body--main form p {
    font-family: 'Roboto-Regular' !important;
    color: #000 !important;
    font-size: 16px !important;
}
.body--main form a{
    font-family: 'Roboto-Regular' !important;
    font-size: 16px !important;
}
.main--content img {
    max-width: 100% !important;
}
.main--right{
    width: 100%;
}

.main--content--subhead ul {
    max-width: 50%;
}
/*fix css ul job detail by thanhvc7 11/12/2019*/

@media(max-width: 430px) {
    .main--content--subhead ul {
        max-width: 100%;
    }
}
