@@font-face {
    font-family: 'Averta-Bold';
    src: url("../fonts/Averta-Bold.ttf");
}

@font-face {
    font-family: 'Averta-Light';
    src: url("../fonts/Averta-Light.ttf");
}

@font-face {
    font-family: 'Averta-Regular';
    src: url("../fonts/Averta-Regular.ttf");
}

@font-face {
    font-family: 'Averta-Semibold';
    src: url("../fonts/Averta-Semibold.ttf");
}

@font-face {
    font-family: 'KozGoPr6N-Regular';
    src: url("../fonts/KozGoPr6N-Regular.ttf");
}

@font-face {
    font-family: 'KozGoPr6N-Bold';
    src: url("../fonts/KozGoPr6N-Bold.ttf");
}

@font-face {
    font-family: 'KozGoPr6N-Light';
    src: url("../fonts/KozGoPr6N-Light.ttf");
}

@font-face {
    font-family: 'KozGoPr6N-Medium';
    src: url("../fonts/KozGoPr6N-Medium.ttf");
}

a {
    text-decoration: none;
}

span.telnumber a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 25px;
    /* height: 13px; */
    font-size: 16px;
}

.list-lang {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 0;
}

.drop-list-lang {
    /* display: none; */
    float: right;
    padding-left: 0;
    margin-bottom: 4px;
}

    .drop-list-lang li {
        text-align: right;
        float: left;
        /* width: 100%; */
        margin: 0;
        background: #115ea0;
        margin-left: 10px;
        padding: 5px 5px;
        list-style-type: none;
    }

    .drop-list-lang a {
        float: right;
        font-family: 'Averta-Regular';
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

.list-lang img {
    width: 20px;
    height: 12px;
}

#cssmenu > ul > li > a:before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}

#footer ul li a {
    position: relative;
    padding: 0 10px;
    width: 100%;
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-family: 'KozGoPr6N-Bold';
    line-height: 32px;
}

#footer ul li.active a {
    color: #cf1717;
}

#footer ul li a:before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 13px;
    right: 0;
    width: 2px;
    height: 21px;
    background: #fff;
}

.cont p {
    color: #2f2f2f;
    font-size: 16px;
    font-family: 'KozGoPr6N-Light';
}

.block01 {
    padding-top: 0 !important;
}

    .block01 .inner {
        padding-top: 0;
    }

.h2_title_wrap .inner {
    margin: unset;
}

.title-news {
    background: #dce6f2;
    padding: 10px;
    line-height: 13px;
    overflow: hidden;
    float: left;
    padding-right: 84px;
    color: #1b1b1b;
    font-family: 'KozGoPr6N-Bold';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

    .title-news img {
        float: left;
        padding-right: 10px;
    }

#cssmenu > ul > li.active {
    background: #cf1717 !important;
}

#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    /* margin: 0; */
    /* padding: 0; */
    /* border: 0; */
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li {
    float: left;
}

    #cssmenu > ul > li > a {
        padding: 14px 15px;
        font-size: 17px;
        color: #ffffff;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        /* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
        font-weight: 700;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
        /* background: #4f81bd; */
        font-family: 'KozGoPr6N-Regular';
    }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover,
        #cssmenu > ul > li.active > a {
            color: #cae5fd;
        }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 5px;
    }



#cssmenu ul > li.has-sub:hover > a:after {
    background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
    /* content: ''; */
    /* position: absolute; */
    /* right: 24px; */
    /* top: 17.5px; */
    /* display: block; */
    /* width: 0; */
    /* height: 0; */
    /* border: 5px solid transparent; */
    /* border-top-color: #ffffff; */
    /* z-index: 99; */
}

#cssmenu ul > li.has-sub:hover > a:before {
    border-top-color: #19799f;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}

#cssmenu > ul > li > ul {
    top: 91px;
    padding-top: 8px;
    border-radius: 5px;
}

#cssmenu > ul > li:hover > ul {
    left: auto;
    top: 39px;
    opacity: 1;
    z-index: 9;
}

#cssmenu.align-right > ul > li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    top: 40px;
}

#cssmenu ul ul > li:hover > ul {
    top: 0;
    left: 178px;
    padding-left: 10px;
    opacity: 1;
}

#cssmenu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    padding-right: 10px;
    opacity: 1;
}

#cssmenu ul li {line-height: 30px;}

#cssmenu ul ul li a {
    width: 220px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-decoration: none;
    background: #cf1717;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid;
    height: 33px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
    color: #cae5fd;
}

#cssmenu ul ul li:first-child > a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* box-shadow: inset 0 2px 2px #cf1717; */
}

#cssmenu ul ul li:last-child > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: inset 0 -3px 0 #af191a, inset 0 -3px 3px #af191a, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}

#cssmenu ul ul > li.has-sub > a:after {
    right: 12px;
    top: 9.5px;
    background: #3db2e1;
    background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
    box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
    background-size: 36px 36px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#cssmenu.align-right ul ul > li.has-sub > a:after {
    right: auto;
    left: 12px;
}

#cssmenu ul ul > li.has-sub:hover > a:after {
    background-position: 0 -18px;
}

#cssmenu ul ul > li.has-sub > a:before {
    top: 15.5px;
    right: 16px;
    border-top-color: transparent;
    border-left-color: #ffffff;
}

#cssmenu.align-right ul ul > li.has-sub > a:before {
    top: 15.5px;
    right: auto;
    left: 16px;
    border-top-color: transparent;
    border-right-color: #ffffff;
    border-left-color: transparent;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    border-top-color: transparent;
    border-left-color: #1c89b5;
}

#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #1c89b5;
}

.p-left p {
    padding-left: 40px;
}

#ctl00_divCenter {
    background: url(../images/backgoundhot.jpg) no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 25px 0;
}

.header_menu.is-sticky .nav-item > a {
    color: #fff;
}

.item-highlight p img {
    width: auto !important;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.item-highlight p {
    font-family: 'Averta-Regular';
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 10px;
}

#spbc .owl-nav i {
    background: red;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
}

#spbc .owl-nav {
    opacity: 0;
}

#spbc:hover .owl-nav {
    opacity: 1;
}

#spbc .owl-nav .owl-next {
    right: 9px;
}

.ModuleContent {
    background: #115ea0;
    padding: 10px 10px;
}

    .ModuleContent .title-nddl img {
        float: left;
        padding: 10px;
        padding-right: 25px;
    }

    .ModuleContent .title-nddl h2 {
        font-family: 'Averta-Semibold';
        font-size: 23px;
        color: #fff;
        margin-top: 10px;
        /* line-height: 27px; */
    }

    .ModuleContent .desc-nddl {
        font-family: 'Averta-Light';
        font-size: 15px;
        color: #fff;
        text-align: justify;
    }

a.boxclose {
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 0px;
    z-index: 1050;
}

.ModuleContent1 a {
    display: block;
    background: #cf1818;
    color: #ffffff;
    padding: 7px 15px;
    margin: 10px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Averta-Light';
    font-size: 24px;
}

.ModuleContent2 .tab-content {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.ModuleContent2 .nav-tabs {
    margin-bottom: 20px;
    margin-top: -42px;
    padding-left: 19px;
    border: none;
}

    .ModuleContent2 .nav-tabs li.active > a {
        background: unset;
        border: none;
    }

    .ModuleContent2 .nav-tabs li > a {
        color: #115ea0;
        font-family: 'Averta-Regular';
        font-size: 15px;
        position: relative;
        padding-left: 20px;
    }

        .ModuleContent2 .nav-tabs li > a:before {
            content: "";
            position: absolute;
            top: 36%;
            left: 0;
            width: 13px;
            height: 13px;
            background: url(../images/trontrang.png) no-repeat;
            border-radius: 50%;
        }

    .ModuleContent2 .nav-tabs li.active > a:before {
        background: url(../images/trondo.png) no-repeat;
    }

.job-list table tr th {
    background: #115ea0;
    color: #ffffff;
    text-transform: uppercase;
    /* font-weight: 700; */
    padding: 10px 15px;
    border-left: 1px solid #ffffff;
    white-space: nowrap;
    font-family: 'Averta-Semibold';
    vertical-align: middle;
    font-size: 14px;
}

.job-list table tr td a {
    color: #115ea0;
    font-family: 'Averta-Regular';
    font-size: 14px;
    text-transform: uppercase;
}

.job-list table tr td.text-left {
    text-align: left;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.table-striped > tbody > tr {
    background-color: #e4e4e4;
}

.job-list table tr td {
    color: #424242;
    background: #;
    text-align: center;
    padding: 10px 15px;
    border-top: none;
    /* border-left: 1px solid #ffffff; */
    font-family: 'Averta-Regular';
}

.danh-sach {
    margin-top: 20px;
}

    .danh-sach .container {
        background-color: #fff;
    }

.new-ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 15px;
    line-height: 21px;
}

    .new-ul li a {
        font-family: 'Averta-Light';
        color: #2b2b2b;
        font-size: 16px;
        position: relative;
        /* padding-left: 10px; */
        line-height: 11px;
    }

    .new-ul li:before {
        content: "\f111";
        position: absolute;
        top: 3px;
        left: 0;
        /* background: #115ea0; */
        width: 10px;
        height: 10px;
        color: #115ea0;
        font: normal normal normal 12px/1 FontAwesome;
    }

.read-more {
    float: right;
}

.video-home-section {
    padding: 20px 20px 20px;
    /* background-attachment: fixed !important; */
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 30px;
}

    .video-home-section .tuyen-dung h3 {
        color: #fbb804;
        font-size: 24px;
        font-family: 'Averta-Semibold';
        margin-top: 0;
    }

.xem-new a {
    color: #ffffff;
    font-family: 'Averta-Regular';
    font-size: 14px;
    background-color: #115ea0;
    padding: 8px 15px;
}

.desc-td {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Averta-Regular';
    text-align: center;
}

.brand-owl .item {
    border: 1px solid #bfbfbf;
    margin: 1px;
    box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
}

.advisory-new {
    background-color: #115ea0;
    padding: 20px 0;
}

    .advisory-new .advisory-title h3 {
        color: #feffff;
        font-size: 25px;
        font-family: 'Averta-Bold';
        text-transform: uppercase;
    }

.advisory-desc {
    color: #feffff;
    font-size: 14px;
    font-family: 'Averta-Light';
    margin-bottom: 0;
}

.awe-section-8 {
    margin-bottom: 25px;
}

.contact-new {
    margin-top: 50px;
    float: right;
}

    .contact-new a {
        color: #151515;
        background: #fff;
        padding: 10px 20px;
        font-family: 'Averta-Semibold';
        font-size: 14px;
        border: 1px solid #151515;
        text-transform: uppercase;
        border-radius: 25px;
    }

.title-footer {
    color: #ffffff !important;
    font-family: 'Averta-Semibold';
    font-size: 20px !important;
    text-transform: uppercase;
}

.footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #a9c5dc;
}

.content-cs p {
    margin-bottom: 0;
    font-family: 'Averta-Regular';
    font-size: 16px;
    color: #fff;
    /* font-weight: bold; */
}

.social h3 {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    font-family: 'Averta-Semibold';
}

.follow_option li a {
    /* height: 30px; */
    /* width: 30px; */
    font-size: 15px;
    text-align: center;
    /* border: 2px solid #eea725; */
    line-height: 30px;
    font-size: 23px;
    border-radius: 5px;
    color: #fff;
    /* background: #fff; */
    display: block;
    margin-right: 10px;
    border-radius: 50%;
}

.follow_option {
    padding-left: 0;
    width: 100%;
    float: left;
    margin-top: 0;
    /* justify-content: center; */
    display: flex;
}

.ourservice_daotao .ourservice_content_row_left {
    overflow: hidden;
}

    .ourservice_daotao .ourservice_content_row_left a:hover img {
        border: 10px solid #115ea0;
        cursor: pointer;
    }

.ourservice_daotao .ourservice_content_title a {
    /* color: #e4a025; */
    color: #121212;
    /* font-family: 'Averta-Semibold'; */
    font-family: 'Averta-Regular';
    font-size: 18px;
}

.ourservice_content_title {
    font-family: 'Averta-Semibold';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
}

.ourservice_content_content {
    margin-bottom: 20px;
}

.ourservice_daotao .ourservice_content_chitiet a {
    background: #115ea0;
}

.ourservice_content_chitiet a {
    padding: 6px 20px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.ourservice_daotao {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 3px solid #ececec;
    padding-bottom: 20px;
}

.mCategrory ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 10px 9px 35px;
    color: #212123;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.mCategrory {
    background: #f5f5f5;
    float: left;
    width: 100%;
}

    .mCategrory ul li {
        display: block;
        border-bottom: 1px solid #fff;
        border-top: none;
    }

        .mCategrory ul li a:hover, .mCategrory ul li.current a {
            background-color: #e6e7e9;
            color: #ec3137;
        }

        .mCategrory ul li a:after {
            position: absolute;
            content: '\f105';
            top: 9px;
            left: 15px;
            font-family: fontawesome;
            font-size: 14px;
        }

.cp-title {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px 40px 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    background: #cf1717;
    font-weight: 300;
    position: relative;
    margin-bottom: 1px;
}

    .cp-title:after {
        position: absolute;
        font-family: fontawesome;
        width: 40px;
        text-align: center;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: '\f0c9';
        font-size: 21px;
        line-height: 30px;
        font-weight: normal;
    }

.pri-content {
    background: #fff;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cate-title {
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #e30613;
    font-size: 18px;
    text-transform: uppercase;
}

.article-title a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.article-title img {
    width: 20px;
}

.article-detail {
    background: #fff;
    border-top: 5px solid #1d70b7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.item-product-name h1 {
    font-weight: bold;
    color: #1d70b7;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
    background-color: #d33724 !important;
    padding: 10px;
}


.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.form-group label {
    margin-bottom: 0px !important;
}

.box-danger {
    /* padding-top:10px; */
    background-color: #fff;
    margin-bottom: 20px;
}

.box-footer {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
}

main {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-page {
    margin: 0 0 35px;
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    position: relative;
}

    .title-page:after {
        content: '';
        width: 70px;
        height: 1px;
        background: #15728a;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

.job-specical .slider {
    background: #f7f7f7;
}

.job-specical h3 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700;
}

    .job-specical h3 a {
        color: #333333;
        text-transform: uppercase;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-family: 'Averta-Regular';
        font-size: 16px;
    }

.job-specical .owl-dots {
    text-align: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: auto;
}

.owl-hot {
    margin-bottom: 20px;
}

    .owl-hot .mrb10 p {
        font-family: 'Averta-Regular';
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

.right-menu .box-danger, .right-menu .box-footer {
    background-color: #f7f7f7;
}

.right-menu h2 {
    font-size: 17px;
    font-weight: 400;
    color: #15728a;
    margin: 0 0 5px;
    border-top: 1px solid #15728a;
    padding: 15px 20px;
    background: #f7f7f7;
    text-transform: uppercase;
}

.right-menu ul > li > a {
    padding: 10px 5px;
    color: #ffffff !important;
    border-bottom: 1px dotted #ffffff !important;
    background: #b40000;
}

    .right-menu ul > li > a:hover {
        background: red !important;
    }

.right-menu {
    margin-bottom: 20px;
}

.module-title {
    font-size: 17px;
    font-weight: 400;
    color: #15728a;
    margin: 0 0 5px;
    border-top: 1px solid #15728a;
    padding: 15px 20px;
    background: #f7f7f7;
    text-transform: uppercase;
}

.detail-new h2 {
    font-size: 17px;
    font-weight: 400;
    color: #15728a;
    margin: 0 0 5px;
    border-top: 1px solid #15728a;
    padding: 15px 20px;
    background: #f7f7f7;
    text-transform: uppercase;
}

.detail-new {
    margin-top: 20px;
}

.dt-fancy-title {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

.items-grid {
    margin-bottom: 20px;
}


@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul,
        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu > ul,
        #cssmenu.align-center > ul,
        #cssmenu > ul > li > ul,
        #cssmenu > ul > li:hover > ul,
        #cssmenu ul ul li:hover > ul,
        #cssmenu ul ul ul li:hover > ul,
        #cssmenu.align-right ul ul,
        #cssmenu.align-right ul ul li:hover > ul,
        #cssmenu.align-right ul ul ul li:hover > ul {
            position: relative;
            left: 0;
            right: auto;
            top: 0;
            width: 100%;
            display: none;
            padding: 0;
            opacity: 1;
            text-align: left;
        }

            #cssmenu ul li {
                /* width: 100%; */
                border-top: 1px solid rgba(120, 120, 120, 0.2);
                background: #115ea0;
            }

            #cssmenu > ul > li > a,
            #cssmenu ul ul li a,
            #cssmenu ul ul li:first-child > a,
            #cssmenu ul ul li:last-child > a {
                /* width: 100%; */
                /* border-radius: 0; */
                /* box-shadow: none; */
                /* background: #4f81bd; */
            }

            #cssmenu ul li a {
                /* padding-left: 12.5px; */
                padding: 14px 10px;
                font-size: 14px;
            }

            #cssmenu ul ul li a {
                padding: 14px 25px 14px 27.5px;
            }

            #cssmenu ul ul ul li a {
                padding-left: 42.5px;
            }

            #cssmenu ul ul ul ul li a {
                padding-left: 57.5px;
            }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul li.has-sub > a:after,
            #cssmenu ul ul li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            position: absolute;
            display: block;
            padding: 20px;
            padding-left: 12.5px;
            cursor: pointer;
            font-size: 13px;
            color: #ffffff;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            top: -52px;
            left: 4%;
        }

        #cssmenu .submenu-button {
            position: absolute;
            right: 0;
            display: block;
            width: 53px;
            height: 39px;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            z-index: 10;
            cursor: pointer;
        }

        #cssmenu ul ul .submenu-button {
            height: 41px;
        }

        #cssmenu ul .submenu-button:after {
            content: '';
            position: absolute;
            right: 12.5px;
            top: 9.5px;
            display: block;
            width: 28px;
            height: 28px;
            border-radius: 15px;
            background: #3db2e1;
            background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
            background-size: 56px 56px;
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -ms-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        #cssmenu #menu-button:after {
            content: '';
            position: absolute;
            right: 7.5px;
            top: 6.5px;
            display: block;
            width: 31px;
            height: 31px;
            background: #3db2e1;
            background: -webkit-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -ms-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -moz-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: -o-linear-gradient(top, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            background: linear-gradient(to bottom, #58bde5 0%, #4ab7e3 25%, #2babde 50%, #58bde5 75%, #4ab7e3 100%);
            box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
            background-size: 56px 56px;
            background-position: 0 0;
            background-repeat: no-repeat;
            -webkit-transition: all 0.1s ease-out;
            -moz-transition: all 0.1s ease-out;
            -ms-transition: all 0.1s ease-out;
            -o-transition: all 0.1s ease-out;
            transition: all 0.1s ease-out;
        }

        #cssmenu ul .submenu-button.submenu-opened:after,
        #cssmenu #menu-button.menu-opened:after {
            background-position: 0 -28px;
        }

        #cssmenu ul ul .submenu-button:after {
            top: 6.5px;
        }

        #cssmenu #menu-button:before {
            content: "\f0c9";
            font-family: "FontAwesome";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: -2.5px;
            top: 7.5px;
            display: block;
            width: 0;
            height: 0;
            border-top-color: #ffffff;
            z-index: 99;
            font-size: 27px;
        }

        #cssmenu .submenu-button:before {
            content: '';
            position: absolute;
            right: 22.5px;
            top: 25.5px;
            display: block;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: #ffffff;
            z-index: 99;
        }

        #cssmenu ul ul .submenu-button:before {
            top: 19.5px;
        }

        #cssmenu #menu-button.menu-opened:before,
        #cssmenu .submenu-button.submenu-opened:before {
            border-top-color: #19799f;
        }
}

.carousel .slick-slide img {
    width: 100%;
}

.mainimage .slick-slider {
    margin-bottom: 0;
}

.img-tts {
    margin-bottom: 30px;
}

#a02 h4 {
    border-bottom: 3px solid #f5f5f5;
    box-sizing: border-box;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 10px;
    margin-bottom: 15px;
}

    #a02 h4::after {
        position: absolute;
        content: "";
        bottom: -3px;
        left: 0;
        background: #cf1717;
        width: 30%;
        height: 3px;
    }

#a02 .part p {
    color: #1b1b1b;
    font-size: 20px;
    font-family: 'KozGoPr6N-Regular';
}

#a03 h3 {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    /* padding: 10px; */
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#a03 h4 {
    border-bottom: 3px solid #f5f5f5;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
    color: #1b1b1b;
    margin-bottom: 15px;
    font-family: 'KozGoPr6N-Bold';
}

    #a03 h4::after {
        position: absolute;
        content: "";
        bottom: -3px;
        left: 0;
        background: #cf1717;
        width: 30%;
        height: 3px;
    }

#a03 .btn {
    display: block;
    text-align: right;
}

h1.title-gt {
    background: #dce6f2;
    overflow: hidden;
}

.product_featured_image {
    width: 100%;
    height: auto;
}

.detail-news table tr td {
    text-align: left;
    /* padding: 15px; */
    vertical-align: middle;
}

.detail-news h2 {
    background: #dce6f2;
    padding: 10px;
    line-height: 18px;
    /* overflow: hidden; */
    /* float: left; */
    /* padding-right: 84px; */
    color: #1b1b1b;
    font-family: 'KozGoPr6N-Bold';
    font-size: 18px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 33px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .detail-news h2:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 6px;
        background: url(../images/thoi.png) no-repeat;
        height: 18px;
        width: 18px;
    }

.detail-news h3 {
    background: #dce6f2;
    padding: 10px;
    line-height: 21px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
    padding-right: 84px;
    color: #1b1b1b;
    font-family: 'KozGoPr6N-Bold';
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.detail-news {
    font-family: 'KozGoPr6N-Regular';
    font-size: 18px;
}

#content #a011 {
    margin-bottom: 0;
    padding-top: 0;
}

.content-tn {
    border: 1px solid #ececec;
    padding: 10px;
    height: 194px;
}

.compnyname-pc .ten-cty {
    font-size: 19px;
    color: #3173ad;
    font-family: 'KozGoPr6N-Regular';
    margin-bottom: 0;
    margin-top: 8px;
}

.compnyname-pc .ten-slogan {
    font-size: 15px;
    color: #cf1717;
    font-family: 'KozGoPr6N-Regular';
    margin-bottom: 10px;
    font-weight: bold; /* margin-left: 5px; */
}

@media (max-width: 1024px) and (min-width:992px) {
    .detail-news p img {
        /* width: auto !important; */
        /* height: auto !important; */
        padding: 0 5px;
    }

    .detail-news td img {
        /* width: auto !important; */
        /* height: auto !important; */
        padding: 0 5px;
    }

    .slick-slide img {
        padding: 0 5px;
    }

    #header .logo {
        float: left;
        margin-top: 1.5%;
        width: 49%;
    }

    .compnyname-pc .ten-cty {
        font-size: 18px;
    }

    .p-height {
        height: 111px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) and (min-width:490px) {
    #header .info {
        width: 62%;
    }

    #cssmenu ul li a {
        font-size: 10px;
        padding: 14px 9px;
    }

    #header .logo {
        width: 35%;
    }

    .compnyname-pc {
        display: none;
    }

    .heigh-768 {
        height: 55px;
    }

    .logo-wrapper img {
        max-height: 65px;
    }

    #a03 h4 {
        height: 64px;
    }

    .img-tts img {
        height: 265px;
    }

    .detail-news p img {
        width: auto !important;
        height: auto !important;
        padding: 0 5px;
    }

    .detail-news td img {
        width: auto !important;
        height: auto !important;
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .title-home {
        font-size: 16px;
    }

    .p-left p {
        padding-left: 0;
    }

    .lagn-mobbi .list-lang {
        display: inline-block;
        position: relative;
        float: right;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .logo-wrapper img {
        max-height: 60px;
    }

    .title-news {
        background: #dce6f2;
        padding: 10px;
        width: 100%;
        line-height: 20px;
        overflow: hidden;
        float: left;
        /* padding-right: 84px; */
        color: #1b1b1b;
        font-family: 'KozGoPr6N-Bold';
        font-size: 17px;
    }

    .title-home span {
        font-size: 25px;
    }

    .ModuleContent1 a {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .video-home-section .tuyen-dung h3 {
        font-size: 18px;
    }

    .xem-new a {
        padding: 5px;
    }

    .desc-td {
        font-size: 16px;
        text-align: left;
    }

    .advisory-new .advisory-title h3 {
        font-size: 18px;
    }

    .contact-new {
        margin-top: 0;
        text-align: center;
        float: unset;
    }

        .contact-new a {
            padding: 10px;
        }

    .list-top-inline-item {
        font-size: 16px !important;
        margin-right: 0;
    }

    .col-100-h .logo-wrapper {
        position: relative;
        float: left;
        padding: 0;
        padding-right: 15px;
        padding-bottom: 7px;
    }

        .col-100-h .logo-wrapper img {
            top: 0;
        }

    .ModuleContent .title-nddl h2 {
        font-size: 20px;
    }

    .item-highlight h3 {
        height: 85px;
    }

    .new-one-title {
        height: 65px;
    }

    .new-home-section {
        padding: 35px 0 50px;
    }

    .item-highlight {
        height: 275px;
    }

    .detail-news table tr td {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .detail-news > p > img {
        width: auto !important;
        height: auto !important;
    }

    .detail-news h3 {
        padding-right: 0;
        width: 100%;
        font-size: 15px;
        line-height: 25px;
    }

    .detail-news table tr td img {
        width: 100% !important;
        height: auto !important;
    }

    #footer ul {
        text-align: right;
    }

    #ctl00_divCenter {
        background: url(../images/backgoundhot.jpg) no-repeat;
        background-size: cover;
        margin-top: 60px;
        padding: 25px 0;
    }

    .header_menu.is-sticky .nav-item > a {
        color: #fff;
    }

    .item-highlight p img {
        width: auto !important;
        float: left;
        padding-top: 5px;
        padding-right: 5px;
    }

    .item-highlight p {
        font-family: 'Averta-Regular';
        color: #fff;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .item-highlight {
        background: #115ea0;
        padding: 0 0;
        color: #fff;
        padding-bottom: 10px;
    }

    #spbc .owl-nav i {
        background: red;
        border-radius: 50%;
        font-size: 25px;
        color: #fff;
        padding: 10px 15px;
    }

    #spbc .owl-nav {
        opacity: 0;
    }

    #spbc:hover .owl-nav {
        opacity: 1;
    }

    #spbc .owl-nav .owl-next {
        right: 9px;
    }

    .ModuleContent {
        background: #115ea0;
        padding: 10px 10px;
    }

        .ModuleContent .title-nddl img {
            float: left;
            padding: 10px;
            padding-right: 25px;
        }

        .ModuleContent .title-nddl h2 {
            font-family: 'Averta-Semibold';
            font-size: 23px;
            color: #fff;
            margin-top: 10px;
            /* line-height: 27px; */
        }

        .ModuleContent .desc-nddl {
            font-family: 'Averta-Light';
            font-size: 15px;
            color: #fff;
            text-align: justify;
        }

    a.boxclose {
        float: right;
        margin-top: -10px;
        margin-right: -10px;
        cursor: pointer;
        color: #fff;
        border: 1px solid #AEAEAE;
        border-radius: 30px;
        background: #605F61;
        font-size: 31px;
        font-weight: bold;
        display: inline-block;
        line-height: 0px;
        padding: 11px 3px;
        position: absolute;
        right: 0px;
        z-index: 1050;
    }

    .ModuleContent1 a {
        display: block;
        background: #cf1818;
        color: #ffffff;
        padding: 7px 15px;
        margin: 10px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-family: 'Averta-Light';
        font-size: 24px;
    }

    .ModuleContent2 .tab-content {
        opacity: 1;
        visibility: visible;
        height: auto;
    }

    .ModuleContent2 .nav-tabs {
        margin-bottom: 20px;
        margin-top: -42px;
        padding-left: 19px;
        border: none;
    }

        .ModuleContent2 .nav-tabs li.active > a {
            background: unset;
            border: none;
        }

        .ModuleContent2 .nav-tabs li > a {
            color: #115ea0;
            font-family: 'Averta-Regular';
            font-size: 15px;
            position: relative;
            padding-left: 20px;
        }

            .ModuleContent2 .nav-tabs li > a:before {
                content: "";
                position: absolute;
                top: 36%;
                left: 0;
                width: 13px;
                height: 13px;
                background: url(../images/trontrang.png) no-repeat;
                border-radius: 50%;
            }

        .ModuleContent2 .nav-tabs li.active > a:before {
            background: url(../images/trondo.png) no-repeat;
        }

    .job-list table tr th {
        background: #115ea0;
        color: #ffffff;
        text-transform: uppercase;
        /* font-weight: 700; */
        padding: 10px 15px;
        border-left: 1px solid #ffffff;
        white-space: nowrap;
        font-family: 'Averta-Semibold';
        vertical-align: middle;
        font-size: 14px;
    }

    .job-list table tr td a {
        color: #115ea0;
        font-family: 'Averta-Regular';
        font-size: 14px;
        text-transform: uppercase;
    }

    .job-list table tr td.text-left {
        text-align: left;
    }

    .table-striped > tbody > tr:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .table-striped > tbody > tr {
        background-color: #e4e4e4;
    }

    .job-list table tr td {
        color: #424242;
        background: #;
        text-align: center;
        padding: 10px 15px;
        border-top: none;
        /* border-left: 1px solid #ffffff; */
        font-family: 'Averta-Regular';
    }

    .danh-sach {
        margin-top: 20px;
    }

        .danh-sach .container {
            background-color: #fff;
        }

    .new-ul li {
        margin-bottom: 15px;
        position: relative;
        padding-left: 15px;
        line-height: 21px;
    }

        .new-ul li a {
            font-family: 'Averta-Light';
            color: #2b2b2b;
            font-size: 16px;
            position: relative;
            /* padding-left: 10px; */
            line-height: 11px;
        }

        .new-ul li:before {
            content: "\f111";
            position: absolute;
            top: 3px;
            left: 0;
            /* background: #115ea0; */
            width: 10px;
            height: 10px;
            color: #115ea0;
            font: normal normal normal 12px/1 FontAwesome;
        }

    .read-more {
        float: right;
    }

    .video-home-section {
        padding: 20px 20px 20px;
        /* background-attachment: fixed !important; */
        background-size: cover !important;
        background-position: center center !important;
        margin-bottom: 30px;
    }

        .video-home-section .tuyen-dung h3 {
            color: #fbb804;
            font-size: 24px;
            font-family: 'Averta-Semibold';
            margin-top: 0;
        }

    .xem-new a {
        color: #ffffff;
        font-family: 'Averta-Regular';
        font-size: 14px;
        background-color: #115ea0;
        padding: 8px 15px;
    }

    .desc-td {
        color: #ffffff;
        font-size: 18px;
        font-family: 'Averta-Regular';
        text-align: center;
    }

    .brand-owl .item {
        border: 1px solid #bfbfbf;
        margin: 1px;
        box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
    }

    .advisory-new {
        background-color: #115ea0;
        padding: 20px 0;
    }

        .advisory-new .advisory-title h3 {
            color: #feffff;
            font-size: 25px;
            font-family: 'Averta-Bold';
            text-transform: uppercase;
        }

    .advisory-desc {
        color: #feffff;
        font-size: 14px;
        font-family: 'Averta-Light';
        margin-bottom: 0;
    }

    .awe-section-8 {
        margin-bottom: 25px;
    }

    .contact-new {
        margin-top: 50px;
        float: right;
    }

        .contact-new a {
            color: #151515;
            background: #fff;
            padding: 10px 20px;
            font-family: 'Averta-Semibold';
            font-size: 14px;
            border: 1px solid #151515;
            text-transform: uppercase;
            border-radius: 25px;
        }

    .title-footer {
        color: #ffffff !important;
        font-family: 'Averta-Semibold';
        font-size: 20px !important;
        text-transform: uppercase;
    }

    .footer-top {
        padding: 20px 0;
        border-bottom: 1px solid #a9c5dc;
    }

    .content-cs p {
        margin-bottom: 0;
        font-family: 'Averta-Regular';
        font-size: 16px;
        color: #fff;
        /* font-weight: bold; */
    }

    .social h3 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
        font-family: 'Averta-Semibold';
    }

    .follow_option li a {
        /* height: 30px; */
        /* width: 30px; */
        font-size: 15px;
        text-align: center;
        /* border: 2px solid #eea725; */
        line-height: 30px;
        font-size: 23px;
        border-radius: 5px;
        color: #fff;
        /* background: #fff; */
        display: block;
        margin-right: 10px;
        border-radius: 50%;
    }

    .follow_option {
        padding-left: 0;
        width: 100%;
        float: left;
        margin-top: 0;
        /* justify-content: center; */
        display: flex;
    }

    .ourservice_daotao .ourservice_content_row_left {
        overflow: hidden;
    }

        .ourservice_daotao .ourservice_content_row_left a:hover img {
            border: 10px solid #115ea0;
            cursor: pointer;
        }

    .ourservice_daotao .ourservice_content_title a {
        /* color: #e4a025; */
        color: #121212;
        /* font-family: 'Averta-Semibold'; */
        font-family: 'Averta-Regular';
        font-size: 18px;
    }

    .ourservice_content_title {
        font-family: 'Averta-Semibold';
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .ourservice_content_content {
        margin-bottom: 20px;
    }

    .ourservice_daotao .ourservice_content_chitiet a {
        background: #115ea0;
    }

    .ourservice_content_chitiet a {
        padding: 6px 20px;
        color: #fff;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }

    .ourservice_daotao {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 3px solid #ececec;
        padding-bottom: 20px;
    }

    .mCategrory ul li a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px 9px 35px;
        color: #212123;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: relative;
    }

    .mCategrory {
        background: #f5f5f5;
        float: left;
        width: 100%;
    }

        .mCategrory ul li {
            display: block;
            border-bottom: 1px solid #fff;
            border-top: none;
        }

            .mCategrory ul li a:hover, .mCategrory ul li.current a {
                background-color: #e6e7e9;
                color: #ec3137;
            }

            .mCategrory ul li a:after {
                position: absolute;
                content: '\f105';
                top: 9px;
                left: 15px;
                font-family: fontawesome;
                font-size: 14px;
            }

    .cp-title {
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding: 10px 40px 10px 15px;
        color: #ffffff;
        text-transform: uppercase;
        background: #cf1717;
        font-weight: 300;
        position: relative;
        margin-bottom: 1px;
    }

        .cp-title:after {
            position: absolute;
            font-family: fontawesome;
            width: 40px;
            text-align: center;
            right: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            content: '\f0c9';
            font-size: 21px;
            line-height: 30px;
            font-weight: normal;
        }

    .pri-content {
        background: #fff;
        border: 1px solid #e8e8e8;
        margin-top: 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cate-title {
        margin: 0 0 20px 0;
        font-weight: bold;
        color: #e30613;
        font-size: 18px;
        text-transform: uppercase;
    }

    .article-title a {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }

    .article-title img {
        width: 20px;
    }

    .article-detail {
        background: #fff;
        border-top: 5px solid #1d70b7;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .item-product-name h1 {
        font-weight: bold;
        color: #1d70b7;
        margin: 0;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
        background-color: #d33724 !important;
        padding: 10px;
    }


    .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
        color: #fff;
    }

    .box-body {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        padding: 10px;
    }

    .form-group label {
        margin-bottom: 0px !important;
    }

    .box-danger {
        /* padding-top:10px; */
        background-color: #fff;
        margin-bottom: 20px;
    }

    .box-footer {
        background-color: #fff;
        text-align: center;
        padding-bottom: 10px;
    }

    main {
        background: #ffffff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .title-page {
        margin: 0 0 35px;
        font-size: 24px;
        color: #333333;
        font-weight: 700;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        position: relative;
    }

        .title-page:after {
            content: '';
            width: 70px;
            height: 1px;
            background: #15728a;
            display: block;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

    .job-specical .slider {
        background: #f7f7f7;
    }

    .job-specical h3 {
        margin: 20px 0;
        font-size: 16px;
        font-weight: 700;
    }

        .job-specical h3 a {
            color: #333333;
            text-transform: uppercase;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            font-family: 'Averta-Regular';
            font-size: 16px;
        }

    .job-specical .owl-dots {
        text-align: right;
        margin-right: 15px;
        position: absolute;
        right: 0;
        bottom: 5px;
        width: auto;
    }

    .owl-hot {
        margin-bottom: 20px;
    }

        .owl-hot .mrb10 p {
            font-family: 'Averta-Regular';
            color: #000;
            font-size: 14px;
            margin-bottom: 10px;
        }

    .right-menu .box-danger, .right-menu .box-footer {
        background-color: #f7f7f7;
    }

    .right-menu h2 {
        font-size: 17px;
        font-weight: 400;
        color: #15728a;
        margin: 0 0 5px;
        border-top: 1px solid #15728a;
        padding: 15px 20px;
        background: #f7f7f7;
        text-transform: uppercase;
    }

    .right-menu ul > li > a {
        padding: 10px 5px;
        color: #ffffff !important;
        border-bottom: 1px dotted #ffffff !important;
        background: #b40000;
    }

        .right-menu ul > li > a:hover {
            background: red !important;
        }

    .right-menu {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .module-title {
        font-size: 17px;
        font-weight: 400;
        color: #15728a;
        margin: 0 0 5px;
        border-top: 1px solid #15728a;
        padding: 15px 20px;
        background: #f7f7f7;
        text-transform: uppercase;
    }

    .detail-new h2 {
        font-size: 17px;
        font-weight: 400;
        color: #15728a;
        margin: 0 0 5px;
        border-top: 1px solid #15728a;
        padding: 15px 20px;
        background: #f7f7f7;
        text-transform: uppercase;
    }

    .detail-new {
        margin-top: 20px;
    }

    .dt-fancy-title {
        color: #000;
        font-size: 18px;
        border-bottom: 1px solid;
        text-transform: uppercase;
    }

    .items-grid {
        margin-bottom: 20px;
    }

    .ourservice_content_chitiet {
        margin-bottom: 10px;
    }

    @media (max-width: 668px) {
    }

    @media (max-width: 376px) {
        .new-one-title {
            height: 80px;
        }

            .new-one-title a {
                font-size: 13px;
            }
 
.compnyname-pc .ten-cty {
    font-size: 17px !important;
    color: #3173ad;
    font-family: 'KozGoPr6N-Regular';
    margin-bottom: 0;
    margin-top: 0px !important;
}
    }

    @media (max-width: 569px) {
    }

    @media (max-width: 321px) {
    }

    .lien-ket .ModuleContent12 img {
        width: 100%;
    }

    .top_menu_mobile {
        text-align: center;
    }

    .blog_related {
        float: left;
        width: 100%;
    }

    .fotter-top {
        margin-top: 30px;
    }

    #menu {
        padding: 0 15px;
    }
@media(max-width:480px){
#nav ul li.has-sub i{
display:none;
}
}