* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('../fonts/Roboto-BoldCondensed.ttf');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'MYRIADPRO';
    src: url('../fonts/MYRIADPRO-REGULAR.OTF');
}

body {
    font-size: 13px;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Roboto-Regular';
}

a {
    color: #111111;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover
}

.item a:hover,
a:hover {
    text-decoration: none;
    color: #0259ab
}

.row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.overflow {
    overflow: hidden;
}

section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.menu-search .menu-top li {
    display: inline-block;
    margin-right: 15px;
}

    .menu-search .menu-top li a {
        font-family: 'Roboto-BoldCondensed';
        color: #0259ab;
        font-size: 14px;
    }

.language a {
    color: #db1f27 !important;
    font-weight: bold;
    font-family: 'MYRIADPRO';
    margin-left: 10px;
    padding: 10px;
}

    .language a:hover {
        background: #db1f27;
        color: #fff !important;
    }

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

    .flex .items {
        margin-right: 15px;
        margin-left: 15px;
        width: 100%;
        background: #0259ab;
        margin-bottom: 15px;
    }

        .flex .items:last-child {
            margin-right: 0
        }

        .flex .items:first-child {
            margin-left: 0
        }

.items a {
    font-family: 'Roboto-Bold';
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 10px;
    display: block;
}

    .items a > i {
        color: #fff500;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .items a img {
        height: 50px;
        margin-right: 15px;
    }

.title h5 {
    margin: 0;
    font-family: 'UTM Avo';
    text-transform: uppercase;
    color: #0259ab;
    font-weight: bold;
    display: inline-block;
    background: #fff;
    padding: 0px;
    padding-right: 5px;
}

.title {
    position: relative;
    margin-bottom: 15px;
}

    .title h5 span {
        background-color: #fff500;
        height: 18px;
        width: 7px;
        display: inline-block;
        margin-right: 10px;
        position: initial;
    }

    .title span {
        z-index: -1;
        height: 2px;
        width: 100%;
        background-color: #038cdd;
        position: absolute;
        left: 0;
        bottom: 5px;
    }

.thongbao ul li {
    list-style-image: url('../images/icon/list.png');
    margin-left: 15px;
    margin: 10px;
}

    .thongbao ul li a {
        font-family: 'Roboto-Regular';
        font-size: 1.1em;
    }

    .sukien .content .item span,
    .thongbao ul li span {
        color: #0259ab;
    }

.sukien .content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
}

    .sukien .content .item {
        width: 80%;
        display: inline-block;
    }

    .sukien .content .detail {
        width: 20%;
        display: inline-block;
        float: right;
        text-align: center;
        vertical-align: middle;
        /* padding: 10px 0; */
    }

        .sukien .content .detail a {
            padding: 5px 15px;
            font-size: 1em;
            font-weight: 300;
            font-family: 'Roboto-Regular';
            background: #f7b52e;
            color: #fff;
        }

.menu-search .menu-top li a:hover {
    color: #038cdd
}

.sukien .content .detail a:hover {
    background: #038cdd;
}

.thongbao .more-view,
.sukien .more-view {
    text-transform: uppercase;
}

    .more-view a,
    .thongbao .more-view a,
    .sukien .more-view a {
        /* background: #dddddd; */
        border: 1px solid #038cdd;
        color: #0259ab;
        padding: 5px 15px;
        text-transform: uppercase;
    }

.thongbao {
    margin-bottom: 15px;
}

.item-slide {
    position: relative;
}

.item .title-slide {
    position: absolute;
    width: 100%;
    padding: 15px;
    background: rgba(3, 140, 221, .8);
    bottom: -100%;
    left: 0;
}

.item .box-shadow img {
    height: 345px;
    border-radius: 5px;
}

.item .title-slide a {
    color: #fff;
    padding: 0;
    display: block;
}

.hinh-anh .item:hover .title-slide {
    bottom: 0;
}

.more-view a {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    /* display: block; */
    margin: auto;
    max-width: 150px;
    text-decoration: none;
    border-radius: 4px;
}

    .more-view a.button {
        box-shadow: rgb(0 67 189 / 40%) 0 0px 0px 0px inset;
        transition: 1s all;
    }

        .more-view a.button:hover {
            box-shadow: rgb(2 89 171) 250px 0px 0px 0px inset;
            transition: 1s all;color:#fff;
        }

.items .hotro {
    background: #038cdd;
}

    .items .hotro ul {
        color: #fff;
        margin-bottom: 0;
        margin-left: 20px;
        list-style-image: url('../images/icon/Ellipse 4.png');
    }

        .items .hotro ul li a {
            text-transform: unset;
            font-family: 'Nunito Sans', sans-serif;
            font-weight: unset;
            padding: 5px
        }

            .items .hotro ul li a:hover {
                color: #0259ab;
            }

.hotro-flex .flex .items {
    margin-left: 2px;
    margin-right: 2px;
}

.tin-cap-nhat,
.tin-tuyen-sinh,
.news {
    overflow: hidden;
    margin-bottom: 15px;
}

    .tin-tuyen-sinh .thumbnail,
    .news .img {
        overflow: hidden;
    }

        .tin-tuyen-sinh .thumbnail img,
        .news .img img {
            width: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: all 0.5s ease;
        }

    .news .content a {
        font-family: 'Roboto-Medium';
    }

    .first-items .thumbnail:hover img,
    .news:hover img {
        transform: scale(1.1);
    }

    .time,
    .news .time span {
        text-transform: uppercase;
        color: #0259ab;
        font-family: 'Arial', sans-serif;
    }

.bg-footer {
    background: url('../images/bgfooter-2702.jpg')no-repeat;
    background-size: cover;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
}

    footer .img-footer {
        width: 115px;
        margin-right: 15px;
        float: left;
    }

    footer .diachi {
        width: calc(100% - 130px);
        float: left;
    }

        footer .diachi h6 {
            font-family: 'Roboto-Bold';
            color: #fff;
        }

        footer .diachi p {
            color: #fff;
            margin-bottom: 5px;
        }

    footer .social span {
        color: #fff;
        font-size: 14px;
    }

    footer .social a {
        color: #fff;
        margin-left: 15px;
    }

.copyright .menu-footer h5 {
    color: #006fb1;
    font-family: 'Roboto-Bold';
    margin-bottom: 15px;
}

.copyright .menu-footer a {
    margin-bottom: 5px;
    display: block;
}

.copyright .company {
    color: #0d8bd8;
    font-family: 'Roboto-Medium';
}
/*LiÃªn há»‡*/
.thumbnail {
    margin-bottom: 15px;
    margin-bottom: 15px;
}

    .thumbnail .caption a {
        font-size: 16px;
        font-weight: bold;
    }

    .thumbnail .caption .wh-nowrap {
        font-size: 12px;
        color: #0259ab;
    }
/*end liÃªn há»‡*/
/*Tin tá»©c*/
.tin-tuyen-sinh .first-items .thumbnail {
    position: relative;
    margin-bottom: 15px;
}

    .tin-tuyen-sinh .first-items .thumbnail h3 a:hover {
        color: #038cdd;
    }

    .tin-tuyen-sinh .first-items .thumbnail .content {
        bottom: 0;
        vertical-align: bottom;
        color: #fff;
        padding: 10px;
        font-size: 18px;
    }

.tin-tuyen-sinh .first-items p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 5px 0px;
}

.tin-cap-nhat .item:first-child {
    padding-top: 0px;
}

.tin-cap-nhat .item {
    border-bottom: #dbdfea 1px dotted;
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
}

.tin-cap-nhat .thumbnail {
    float: left;
    margin: 0;
    width: 40%;
    padding-right: 10px;
}

.content span {
    font-size: 12px;
}

.content a {
    font-size: 1.2em;
    font-family: 'Roboto-Medium';
}

.tin-cap-nhat a {
    /* overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
    color: #000000;
}

.item a {
    /*-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    padding: 5px 0px;
    font-family: 'Roboto-Medium';
}

.box-tin ul li {
    list-style-type: none;
    border-bottom: #eaeaea 1px dotted;
    position: relative;
    font-family: 'Roboto-Medium';
}

    .box-tin ul li:before {
        /* content: "\f04d"; */
        font-family: FontAwesome;
        font-size: 4px;
        position: absolute;
        top: 30%;
        left: 24px;
        margin-top: -5px;
        color: #0259ab;
    }

.box-tin li a {
    display: inline-block;
    padding: 7px 15px;
}

.lien-ket-nhanh ul li:first-child a {
    border-top: #eaeaea 1px dotted;
}

.lien-ket-nhanh ul li a {
    color: #0259ab;
    text-transform: uppercase;
    border-bottom: #eaeaea 1px dotted;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-family: 'Roboto-Medium';
}

    .lien-ket-nhanh ul li a:hover {
        text-decoration: underline;
    }

.post .post_meta .post_desc {
    color: #000;
    font-family: 'Roboto-Medium';
}

.box-tin {
    margin-bottom: 15px;
}

.slide img {
    max-height: 500px;
}

#news-group img {
    height: 220px;
}

#news-group .news {
    margin-bottom: 30px;
}

.logo-header {
    max-width: 500px;
    padding: 5px 0;
}

.header-top {
    padding-bottom: 10px;
    border-bottom: 2px solid #dc0a10;
}


/*end tin tá»©c*/
@media screen and (max-width: 991px) {
    .responsive-menu {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .item a {
        display: block;
    }

    .search__input {
        width: 99%;
    }

    .search .eng {
        display: block !important;
    }

    .sukien .content .item {
        width: 70%;
    }

    .sukien .content .detail {
        width: 30%;
    }

    .social,
    .copyright .company {
        text-align: center;
        margin-top: 30px;
    }

    .img-footer {
        float: unset !important;
        text-align: center;
        margin: auto !important;
        padding-bottom: 15px;
    }

    .search {
        text-align: center;
    }

    .logo-header {
        text-align: center;
        margin: auto;
        display: block !important;
    }

    .header-top .language {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    footer .diachi {
        width: 100%;
    }

    .flex {
        flex-wrap: wrap;
    }

        .flex .items {
            margin-right: 0;
            margin-left: 0;
        }

    #news-group img {
        height: 300px;
    }

    .menu-footer {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    #isnoibat img {
        object-fit: scale-down;
        width: auto;
        margin: auto;
    }
}

@media screen and (max-width: 350px) {
    #news-group img {
        height: 180px;
    }
}

.block-share {
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 20px;
    border-left: 4px solid #ddd;
    margin: 10px 0;
}

    .block-share .item {
        width: 37px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f7f7f7;
        margin-right: 5px;
        position: relative;
    }

        .block-share .item button {
            outline: none;
            border: none;
        }

        .block-share .item .mytooltip {
            position: absolute;
            display: block;
            top: -40px;
            opacity: 0;
            visibility: hidden;
            background: #333;
            padding: 5px;
            z-index: 1080;
            font-size: 12px;
            color: #fff;
            text-align: center;
            min-width: 190px;
            border-radius: 10px;
            transition: .2s;
            left: -15px;
        }

            .block-share .item .mytooltip::after {
                content: "";
                width: 10px;
                height: 10px;
                position: absolute;
                bottom: -5px;
                left: calc(0px + 30px);
                background-color: #333;
                transform: rotate(45deg);
            }

        .block-share .item:hover .mytooltip {
            opacity: 1;
            visibility: visible;
        }

    .block-share img {
        width: initial;
    }