    @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
    
    .uppercase {
        text-transform: uppercase;
    }
    
    input,
    button {
        border: none;
        outline: none;
    }
    
    ul {
        margin: 0;
        padding: 0;
    }
    
    li {
        list-style: none;
    }
    
    img.r {
        transform: translateY(5px);
        margin-left: 5px;
    }
    
    img.l {
        transform: translateY(-15px);
        margin-right: 5px;
    }
    /* header */
    
    header .nav {
        background-color: #2e3291;
        height: 36px;
        z-index: 1000;
        color: #ffffff;
    }
    
    .nav-top {
        display: flex;
        align-items: center;
        height: 100%;
    }
    
    .nav-left {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }
    
    .nav-phone {
        margin: 0 30px 0 72px;
    }
    .nav-phone>a{
        font-size: 18px;
    }
    .nav-right p{
        font-weight: 600;
    }
    .icon-nav {
        margin-right: 8px;
    }
    
    header .nav-left .icon-search {
        cursor: pointer;
        display: flex;
        align-items: center;
        padding: 0 14px;
        background: #ec1d25;
        height: 100%;
    }
    
    header .nav-left .box-search {
        position: absolute;
        width: 320px;
        height: 40px;
        right: 0;
        bottom: 0;
        display: flex;
        border: 2px solid #0054a6;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        z-index: 50;
    }
    
    header .nav-left .box-search.active {
        opacity: 1;
        visibility: visible;
        bottom: -42px;
    }
    
    header .nav-left .box-search form {
        width: 100%;
        display: flex;
    }
    
    header .nav-left .box-search form input {
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        padding: 0 15px 0 8px;
        font-size: 16px;
        color: #000;
    }
    
    header .nav-left .box-search form button {
        outline: none;
        border: none;
        font-size: 18px;
        color: #fff;
        padding: 0 8px;
        background: #0054a6;
        cursor: pointer;
    }
    
    .btn-toggle {
        color: #2e3291;
        display: none !important;
    }
    
    .nav-menu {
        padding: 5px 0px;
        height: unset;
        position: relative;
    }
    
    .nav-bottom {
        display: flex;
        height: 100%;
        align-items: center;
    }
    
    .logo {
        height: 100%;
    }
    
    .nav-menu-item {
        height: 100%;
        align-items: center;
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }
    
    .nav-menu-item ul {
        display: flex;
        height: 100%;
        align-items: center;
    }
    
    .nav-menu-item ul li {
        margin-left: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .nav-menu-item ul li:hover a.title-menu {
        color: #126ca0;
        transition: 0.3s;
    }
    
    .nav-menu-item ul li.sub-lv2 ul {
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 15000;
        left: -15px;
        top: 100px;
        height: max-content;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        border-top: 1px solid #ccc;
    }
    
    .nav-menu-item ul li.sub-lv2:hover ul {
        opacity: 1;
        visibility: inherit;
        top: 63px
    }
    
    .nav-menu-item ul li.sub-lv2 ul li {
        margin-left: 0;
        width: 250px;
        display: block;
        padding: 8px;
    }
    
    .nav-menu-item ul li.sub-lv2 ul li:hover a {
        color: #126ca0;
        transition: 0.3s;
    }
    
    .nav-menu-item ul li a {
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }
    
    header .slider-banner {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    
    .sl {
        position: relative;
    }
    
    .sl .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 15px;
    }
    
    .sl .slick-dots li {
        margin: 0 5px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: inset 2px 1px 5px 1px #837f81;
    }
    
    .sl .slick-dots li.slick-active {
        background: #5f5f5f;
        box-shadow: inset 0px 0px 5px 1px #383636;
    }
    
    .slick-dots li button:before {
        content: ""!important;
    }
    
    .slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .btn_slider {
        position: absolute;
        width: 60px;
        height: 60px;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 100;
    }
    
    .btn_slider i {
        color: #ffffff;
    }
    
    .btn_prev {
        left: 153px;
    }
    
    .btn_next {
        right: 153px;
    }
    
    header .nav .nav-link .icon-search {
        cursor: pointer;
        color: #fff;
        padding: 0 5px;
        font-size: 18px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    
    header .nav .nav-link .box-search {
        position: absolute;
        width: 320px;
        height: 40px;
        right: 0;
        bottom: 0;
        display: flex;
        border: 2px solid #0054a6;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        transition: .4s;
        z-index: 50;
    }
    
    header .nav .nav-link .box-search.active {
        opacity: 1;
        visibility: visible;
        bottom: -42px;
    }
    
    header .nav .nav-link .box-search form {
        width: 100%;
        display: flex;
    }
    
    header .nav .nav-link .box-search form input {
        width: 100%;
        height: 100%;
        outline: none;
        border: none;
        padding: 0 15px 0 8px;
        font-size: 16px;
    }
    
    header .nav .nav-link .box-search form button {
        outline: none;
        border: none;
        font-size: 18px;
        color: #fff;
        padding: 0 8px;
        background: #0054a6;
        cursor: pointer;
    }
    /* main */
    
    .gioi-thieu {
        margin-bottom: 60px;
    }
    
    .gt-img {
        height: 377px;
    }
    
    .gt-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    
    .gt-content {
        display: flex;
        flex-direction: column;
    }
    
    .gioi-thieu .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .gioi-thieu .btn-load {
        height: 100%;
        flex: 1;
        position: relative;
    }
    
    .gioi-thieu .btn-load a {
        padding: 14px 41px;
        background: #ec1d25;
        display: inline-block;
        transition: all 0.3s;
    }
    .gioi-thieu .btn-load a:hover{
        transform: scale(1.1);
    }
    .gt-content .line-top {
        font-size: 24px;
        color: #005a98;
        font-weight: bold;
    }
    
    .gt-content .title {
        font-size: 24px;
        display: flex;
        margin: 16px 0px;
    }
    
    .gt-content .title img.l {
        height: unset;
    }
    
    .gt-content .text {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .text-abc {
        font-weight: bold;
        font-size: 16px !important;
    }
    
    .btn-load {
        flex: 1;
        display: flex;
        align-items: flex-end;
    }
    
    .btn-load div {
        flex: 1;
        font-family: Arial;
        font-size: 13px;
    }
    
    .btn-load div a:hover {
        color: #ffffff;
    }
    
    .btn-load div img {
        margin-left: 8px;
    }
    
    .gioi-thieu .list-items,
    .dich-vu .list-items {
        padding: 0 15px;
    }
    
    .dich-vu {
        margin-bottom: 60px;
    }
    
    .dich-vu .box .img {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }
    
    .dich-vu .box a {
        color: #000003;
        margin-bottom: 20px;
        display: inline-block;
    }
    .dich-vu .box1 a {
        color: #000003;
    }
    .dich-vu .box a .title p {
        color: #2e3291 !important;
        font-weight: bold;
        font-size: 18px;
        padding: 5px 0;
        display: -webkit-box;
        max-width: 100%;
        height: 53px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dich-vu .box1 a .title p {
        color: #00588a !important;
        font-weight: bold;
        font-size: 18px;
        padding: 5px 0;
    }
    .dich-vu .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s;
    }
    .dich-vu .box1 .img img {
        width: 100%;
        object-fit: cover;
        transition: all 0.4s;
        width: 100%;
        height: 170px;
    }
    .dich-vu .box a:hover img {
        transform: scale(1.1);
    }
    .dich-vu .box1 a:hover img {
        transform: scale(1.1);
    }
    .dich-vu .box a .text-content p {
        font-size: 14px;
/*        font-weight: 600;*/
    }
    .dich-vu .box1 a .text-content p {
        font-size: 14px;
        
    }
    .s-title {
        margin-bottom: 24px;
        font-size: 30px;
        font-weight: 500;
        color: #005a98;
    }
    
    .s-form {
        background-image: url(../image/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1350px;
        margin: 0 auto;
        /* height: 250px; */
        padding: 30px 0 50px 0;
        position: relative;
        margin-bottom: 42px;
    }
    
    .s-form .line1 {
        font-size: 30px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400;
    }
    
    .s-form .line2 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 25px;
    }
    
    section.form form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    section.form form .f-row {
        position: relative;
        width: 264px;
        height: 52px;
        margin-right: 30px;
        border: 1px solid #fff;
        border-radius: 5px;
    }
    
    section.form form .f-row input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border: none;
        outline: none;
        padding: 0 15px;
        background: transparent;
        color: #fff;
        font-size: 19px;
        letter-spacing: .6px;
    }
    
    section.form form .f-row input:focus~label,
    section.form form .f-row input:valid~label {
        transform: translateY(-45px);
    }
    
    section.form form .f-row label {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        color: #fff;
        pointer-events: none;
        transition: .4s;
    }
    
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    
    section.form form input[type=submit] {
        font-size: 18px;
        width: 166px;
        height: 58px;
        border: none;
        outline: none;
        background-image: url("../image/btn.jpg");
        background-size: cover;
        border-radius: 12px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }
    
    .dich-vu.thu-vien .box .img {
        width: 100%;
        height: 154px;
        overflow: hidden;
    }
    
    .dich-vu.thu-vien .box .text-content {
        margin-top: 25px;
    }
    
    .dich-vu.tri-lieu .box .text-content p {
        font-weight: 400;
    }
    
    .dich-vu.thu-vien .box .text-content p {
        font-size: 16px !important;
        font-weight: 400;
    }
    
    .dich-vu.song-khoe .s-title {
        margin-bottom: 10px !important;
    }
    
    .dich-vu.song-khoe .list-items {
        padding: 0 70px;
    }
    
    .dich-vu.song-khoe .list-items .box {
        display: flex;
        border: 1px solid #005a98;
        border-radius: 8px;
        margin: 20px 0;
        padding: 18px 23px;
    }
    
    .dich-vu.song-khoe .list-items .box img {
        width: 305px;
        height: 100%;
        object-fit: cover;
        margin-right: 35px;
        transition: all 0.3s;
    }
    
    .dich-vu.song-khoe .list-items .box .content .title a {
        font-size: 20px;
        font-weight: 400;
        color: #005a98;
        text-transform: uppercase;
        margin-bottom: 12px !important;
    }
    .dich-vu.song-khoe .list-items .box .content .title a:hover{
        color: tomato;
    }
    .dich-vu.song-khoe .list-items .box .content .text p {
        font-size: 14px;
        line-height: 28px;
    }
    
    .btn-load2 {
        margin-top: 20px;
    }
    
    .btn-load2 a {
        background: #005a98;
        display: inline-block;
        padding: 14px 41px;
        color: #ffffff;
        border-radius: 8px;
        transition: all 0.3s;
    }
    .btn-load2 a:hover{
        transform: scale(1.1);
    }
    .btn-load2 a img {
        margin-left: 8px;
    }
    
    .s-slider {
        background: #eeeeee;
        padding: 10px 0 30px;
        margin-bottom: 20px;
    }
    
    .s-slider-leader img {
        height: 100%;
        width: 100%;
    }
    
    .box-slider a {
        color: #10375c;
        font-weight: 700;
        text-align: right;
    }
    .box-slider a:hover{
        color: tomato;
    }
    .box-slider a p.name {
        padding-right: 30px;
        font-size: 14px;
    }
    
    .box-slider a p.title {
        padding-right: 30px;
        font-size: 13px;
    }
    
    .box-slider .img {
        position: relative;
        margin-bottom: 20px;
    }
    
    span.bg-img {
        position: absolute;
        width: 96%;
        height: 50%;
        background: #0062bf;
        bottom: 0;
        transform: skewX(351deg);
        z-index: -1;
    }
    
    .s-btn-slide {
        position: unset !important;
        height: 56px;
        transform: translateY(0);
        width: 56px;
        margin: 0 10px;
    }
    
    .dots-slide {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* ================== */
    
    .scroll-top {
        position: fixed;
        right: 25px;
        bottom: 15%;
        width: 50px;
        height: 50px;
        background-color: #0175b0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
    }
    
    .scroll-top i {
        font-size: 30px;
        color: #fff;
        animation: sro 1s linear infinite;
    }
    
    @keyframes sro {
        0% {
            transform: translateY(-2px);
        }
        50% {
            transform: translateY(2px);
        }
        100% {
            transform: translateY(-2px);
        }
    }
    
    .scroll-top.sc-show {
        opacity: 1;
        visibility: visible;
    }
    
    footer {
        background: #202384;
        color: #ffffff;
        padding: 22px 0 60px 0;
    }
    
    footer h3.title {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
        text-align: left;
        margin: 0;
    }
    
    .f-bottom {
        color: #ffffff;
        background: #012a48;
    }
    
    .f-bt-content {
        display: flex;
        justify-content: space-between;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }
    
    .cty-name .list-add ul li {
        margin-top: 10px;
        display: flex;
    }
    .cty-name .list-add ul li p{
/*        font-weight: 600;*/
        margin-bottom: 10px;
        display: flex;
    }
    .cty-name .list-add ul li img {
        width: 15px;
        margin-right: 8px;
        vertical-align: inherit;
    }
    
    .f-menu_link.lk {
        padding-left: 30px;
    }
    
    .f-menu_link.lk .list-item i {
        font-size: 5px;
        vertical-align: middle;
        margin-right: 5px;
    }
    
    .f-menu_link .list-item li {
        margin-bottom: 15px;
    }
    
    .f-menu_link.mxh {
        display: flex;
        justify-content: flex-end;
    }
    
    .f-menu_link.mxh .list-item li a {
        font-size: 13px;
        font-family: Arial;
    }
    
    .f-menu_link.mxh .list-item img {
        margin-right: 15px;
    }
    
    .me {
        padding: 0 60px;
    }
    
    .me p {
        font-size: 14px;
        text-align: justify;
    }
    
    .QTS_link,
    .QTS_link:hover {
        color: #47d4ff;
    }
    
    .online {
        display: flex;
        align-items: baseline;
    }
    
    .online img {
        margin-right: 5px;
    }
    .me p,
    .lk .list-item,
    .mxh .list-item{
        margin-top: 25px;
    }
    .lk .list-item li a:hover,
    .mxh .list-item li a:hover{
        color: tomato;
    }
.box-search_mb{
    display: none;
}

.serviceInline{
    line-height: 2rem; 
    display: -webkit-box;
    max-height: 4.0rem; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
    -webkit-line-clamp: 3;
}
.thead-dark tr th {
    background-color: #4213ec;
    color: #fff;
    height: 45px;
    border-right: #fff solid 1px;
}
.table>thead>tr>th{
    vertical-align: middle !important;
}
.btn-vbm{
    color: #000;
    padding: 10px 15px;
    border: 1px solid #0004ee;
    border-radius: 22px;
}
.table>tbody>tr>td{
    padding: 18px 0px !important;
}
.form_email{
    margin-top: 15px;
}
.form_chitiet{
    margin-bottom: 15px;
}
.comment{
    height: 150px !important;
}
.form_ungtuyen h2{
    margin-bottom: 15px;
}
.form_ungtuyen_content{
    margin-top: 15px;
}
.btn-vbmForm{
    background-color: #00588a;
    border-radius: 22px;
    padding: 7px 15px;
    color: #fff;
}
.btn-vbmForm:hover{
    background-color: #fff;
    border: 1px solid #00588a ;
    color: #00588a;
}