@media (max-width: 769px) {

    .header {
        width: 100%;
        height: 80px;
        line-height: unset;
    }

        .header .col-xs-2 {
            background: url("../image/icon-menu.png") no-repeat;
            display: inline-block;
            height: 20px;
            width: 30px;
            margin: 32px 10px 0 0;
            float: right;
        }

        .header .close-menu {
            background: url("../image/btn-close.png") no-repeat;
            display: inline-block;
            height: 24px;
            width: 24px;
            margin: 32px 15px 0 0;
            float: right;
        }

        .header ul {
            display: none;
        }

    .menu-wap {
        position: absolute;
        top: 80px;
        left: 0px;
        width: 92%;
        background: #f8f8f8;
        padding: 20px 0;
        margin: 0 4%;
    }

        .menu-wap li {
            list-style: none;
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            border-bottom: 1px solid #ccc;
            padding: 12px 0;
        }

            .menu-wap li:last-child {
                border-bottom: none;
            }

    .fl-1 {
        height: 200px;
    }

    .text-fl-1 {
        font-size: 14px;
        line-height: 20px;
    }

        .text-fl-1 span {
            font-size: 10px;
            margin: 6px 0 0;
        }

        .text-fl-1 img,
        .img-left {
            width: 28% !important;
            height: auto !important;
            top: 18%;
        }

    .img-right {
        width: 30% !important;
        height: auto !important;
    }

    .header .col-xs-10,
    .header .col-xs-2 {
        padding: 0;
    }

    .lnk-logo {
        line-height: 80px;
        padding: 0 0 0 20px;
    }

    .img-left-fl-2,
    .img-right-fl-2 {
        display: none;
    }

    .fl-2 {
        padding: 20px 0 30px;
        height: auto;
    }

    .text-left-fl-2 {
        text-align: left;
        float: left;
        font-size: 18px;
        position: relative;
        display: inline-block;
    }

    .fl-2 .row {
        padding: 10px 0 0;
    }

    .text-left-fl-2 i {
        position: absolute;
        top: 12px;
        left: 0px;
    }

    .text-right-fl-2 {
        font-size: 14px;
        margin: 10px 0;
        display: inline-block;
    }

    .fl-3 {
        height: auto;
    }

        .fl-3 .row .col-xs-12:first-child {
            background-image: url(../image/bg-left-fl-3.jpg);
            display: table;
            background-position: center;
            background-repeat: no-repeat;
            height: 500px;
            text-align: center;
            padding: 0px 60px;
            background-size: 100% 100%;
        }

        .fl-3 .row .col-xs-12:last-child {
            background-image: url(../image/bg-right-fl-3.jpg);
            display: table-cell;
            background-position: center;
            background-repeat: no-repeat;
            height: 500px;
            text-align: center;
            padding: 0px 60px;
            background-size: 100% 100%;
        }

    .title-fl-3 {
        font-size: 26px;
    }

    .text-left-fl-3,
    .text-right-fl-3 {
        display: table-cell;
        vertical-align: middle;
    }

    .text-right-fl-3 {
        padding: 170px 0 0;
    }

    .fl-4 .title-fl-4 {
        font-size: 24px;
        padding: 30px 0;
    }

    .spdv {
        float: left;
        width: 24%;
        margin: 0 1% 0 0;
        background: none;
        border: none;
        position: unset;
    }

    .animated-fl-4 .spdv:last-child {
        margin: 0;
    }

    .spdv span:last-child {
        display: none;
        width: 300px;
        line-height: 25px;
        text-align: center;
        bottom: 0px;
        position: absolute;
        left: 0;
    }

    .spdv span:first-child {
        background: #fff;
    }

    .fl-4 {
        height: auto;
        position: relative;
    }

    .image-present {
        /*display: none;*/
        order: 2;
        padding: 20px 0 90px 0;
        text-align: center;
    }

    .spdv.active {
        border: none;
    }

    .fl-4 .row {
        display: flex;
        flex-direction: column;
    }

    .animated-fl-4 {
        order: 1;
        position: unset;
    }

    .image-present img {
        width: 80%;
        height: auto;
        float: unset;
        margin: 0 auto;
    }


    .text-below {
        width: 300px;
        line-height: 25px;
        text-align: center;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize;
        bottom: 30px;
    }

    .image-present .img:first-child {
        display: block;
    }

    .fl-5 {
        height: auto;
        padding-bottom: 30px;
    }

    .fl-5-content, .fl-6-content {
        width: 100%;
    }

        .fl-5-content .title {
            font-size: 24px;
            padding: 50px 50px 30px 50px;
        }

        .fl-5-content .text-header {
            display: block;
            padding: 0 0 0px 80px;
        }

    .fl-5-header .col-xs-12 {
        padding: 0 0% 0 20%;
        margin-bottom: 45px;
        color: #fff;
    }

    .fl-5-merchant {
        padding: 0;
    }

        .fl-5-merchant img {
            width: 100%;
            height: auto;
        }

        .fl-5-merchant .col-xs-4 {
            padding-bottom: 20px;
        }

            .fl-5-merchant .col-xs-4:nth-child(n+7) {
                display: none;
            }

    .fl-6-content .title {
        font-size: 24px;
        padding: 50px 0 20px;
    }

    .list-news {
        padding: 0 40px;
    }

    .fl-6 {
        overflow: hidden;
        background-position: left 0;
    }

    .fl-7-content {
        padding: 0 35px;
    }

    .footer-content {
        width: 100%;
    }

    .name-comp {
        font-weight: 700;
    }

    .register-email {
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .footer-content .logo,
    .name-comp,
    .giaychungnhan {
        padding: 0px 20px 20px 10px;
    }

    .footer-content .col-md-4 {
        padding-left: 10px;
    }

    .txtRegisterEmail {
        width: 98%;
    }

    .btnRegister {
        right: 0;
        left: unset;
    }

    .box-social {
        padding: 30px 0 0 10px;
    }

    .box-news-content {
        width: 100%;
    }

    .banner-recruiment {
        height: auto;
    }

        .banner-recruiment img {
            width: 100%;
        }

    .box-recruiment {
        width: 100%;
        padding: 20px 0;
    }

    .nav-breadcrumb {
        margin-bottom: 0px;
    }

    .menu-recrui {
        padding: 10px 0;
    }

    .title-cate {
        font-size: 18px;
    }

    .flag-en {
        background-position: 0px 4px;
    }

    .box-recruiment .row {
        display: flex;
        flex-direction: column;
    }

        .box-recruiment .row .col-md-8 {
            order: 2;
        }

        .box-recruiment .row .col-md-4 {
            order: 1;
        }
}
