@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'Roboto-Condensed';
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color: black;
    --bg-primary: #006FC1;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto-Condensed", sans-serif;
}

img {
    max-width: 100%;
}

pre {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}


.text-bold{
    font-size: 15px;
    font-weight: bold;
}

input[type="button"], input[type="reset"], input[type="submit"], button {
    min-width: unset;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.accordion-body {
    line-height: 2;
    font-size: 15px;
}

.header__main {
    background: var(--bg-primary) url(../img/bgheader.png) no-repeat right center / auto 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

    .header__main #logo {
        display: flex;
        gap: 15px;
        justify-content: left;
        align-items: center;
    }

        .header__main #logo img {
            height: 80px;
        }

#logo .logo-info h5 {
    font-size: 15px;
    color: #fff;
    opacity: .8;
}

#logo .logo-info h1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

#main {
    background-color: #f8f8f8;
    min-height: 100vh;
    padding: 80px 0 78px;
}

.section__banner {
    background: url(../img/banner.jpg) no-repeat center center / cover;
    min-height: calc(100vh - 158px);
    position: relative;
}

.list-group-item a {
    color: #000000 !important
}

.list-group-item :hover {
    color: var(--bg-primary) !important
}

.error {
    color: red;
}

.list-group-item.active {
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}

    .list-group-item.active a {
        color: #fff !important;
    }

.btn-primary {
    color: #fff;
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}

.text-white {
    color: #ffffff !important;
}

.bg-primary {
    /* --bs-bg-opacity: 1; */
    background-color: var(--bg-primary) !important;
}

.section__banner {
    /* background: url(../img/banner.jpg) no-repeat center center / cover; */
    /* min-height: calc(100vh - 158px); */
    position: relative;
}

    .section__banner:before {
        content: "";
        background: rgb(0,0,0, .3);
        /* background: linear-gradient(0deg, rgba(0,111,193,1) 0%, rgba(2,0,36,0) 100%);  */
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .section__banner .thongtin__info {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .section__banner > div.container-fluid {
        position: relative;
        z-index: 2;
    }

    .section__banner img.background {
        height: calc(100vh - 158px);
        width: 100%;
        object-fit: cover;
    }

    .section__banner .lstChucNang {
        position: absolute;
        max-width: 1200px;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

footer.footer__home {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

/*.thongtin__info {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}*/

.sub1-ul-tuyensinh {
    margin-left: 10px
}

.sub2-ul-tuyensinh {
    margin-left: 10px
}

.itemTuyenSinh {
    border-radius: 5px;
    transition: all .4s ease;
    margin-bottom: 15px;
}

    .itemTuyenSinh a {
        padding: 0;
        display: block;
    }

        .itemTuyenSinh a img {
            transition: all .3s ease;
            height: 90px;
        }

        .itemTuyenSinh a:hover img {
            transform: translateX(20px);
        }

.itemTuyenSinh--icon i {
    font-size: 50px;
    color: #fff;
}

.itemTuyenSinh h3 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0;
}

.block_title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.lstKyTuyenSinh-item {
    background-color: #006FC1;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius: 3px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    padding: 0;
}

    .lstKyTuyenSinh-item .lstKyTuyenSinh-image {
        background: rgba(0, 0, 0, 0.4);
        border-radius: 3px 0 0 3px;
        flex: 1 0 100px;
        display: flex;
        align-items: center;
    }

        .lstKyTuyenSinh-item .lstKyTuyenSinh-image img {
            width: 100px;
        }

.lstKyTuyenSinh-act {
    flex: 1 0 90px;
    display: flex;
    align-items: center;
}

.lstKyTuyenSinh-item .lstKyTuyenSinh-info {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 0;
}

    .lstKyTuyenSinh-item .lstKyTuyenSinh-info h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .lstKyTuyenSinh-item .lstKyTuyenSinh-info p {
        margin-bottom: 0px;
    }
.ht38 {
    height: 38px;
}

.image_captcha {
    background-color: #ccc;
    text-align: center;
    padding: 5px;
}

    .image_captcha img {
        height: 50px;
    }

.formDangKyTuyenSinh {
    margin: 0 0 30px;
    padding: 20px;
    background: #fff7e6 url('../img/trong-dong.png') no-repeat center center / cover;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .formDangKyTuyenSinh h3 {
        font-size: 18px;
        color: #444;
        font-weight: bold;
    }

.form_search-qd {
    display: flex;
    gap: 15px;
}

    .form_search-qd a.btn {
        flex: 1 0 100px;
    }

.title_block_2 {
    font-size: 18px;
    font-weight: bold;
}

.text-red {
    color: red;
}

#main_menu ul li {
    display: inline-block;
    cursor: pointer
}

    #main_menu ul li a {
        display: block;
        line-height: 45px;
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: roboto condensed;
    }

        #main_menu ul li a:hover, #main_menu ul li a.active, #main_menu ul li a:focus, #main_menu ul li:hover a {
            background-color: #1d4892;
        }

    #main_menu ul li .sub-menu {
        background: #A50706;
        min-width: 230px;
        opacity: 0;
        padding: 0;
        position: absolute;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        transition: transform 0.5s ease, opacity 0.2s ease;
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s;
        margin: 0px;
        max-width: 300px;
    }

        #main_menu ul li .sub-menu li {
            margin: 0;
            width: 100%;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
            border-bottom: 1px solid rgb(124 2 1);
        }

            #main_menu ul li .sub-menu li a {
                padding: 5px 15px;
                line-height: 32px;
                color: #fff;
                font-size: 14px;
                text-transform: none;
                transition: .4s;
            }

            #main_menu ul li .sub-menu li:hover {
                background: #7b543f;
                transition: .4s;
            }

                #main_menu ul li .sub-menu li:hover a {
                    color: #fff;
                }
    /* ul#navigation li.menu-item-has-children:hover:after {
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: 0;
	margin-bottom: -14px;
	left: 0;
	margin-left: 15px;
	z-index: 9999;
  } */
    #main_menu ul li:hover > .sub-menu {
        display: block;
        visibility: visible;
        z-index: 9999;
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        transition: transform 0.3s ease, opacity 0.2s ease .1s;
        -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    }

.menu-responsive {
    background: rgba(0, 56, 87, .99);
    height: 100%;
    position: fixed;
    width: 250px;
    left: -250px;
    z-index: 199999;
    top: 0;
    overflow-y: auto;
    transition: all ease .3s;
}

    .menu-responsive.show-mn {
        left: 0px;
    }

.menu-close {
    cursor: pointer;
    padding: 10px;
    background: #00588a;
    text-align: left;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    overflow: hidden;
}

    .menu-close i {
        color: #fff;
        font-size: 25px;
        float: left;
    }

        .menu-close i.fa-times {
            float: right;
        }

    .menu-close span {
        margin: 5px;
        float: left;
    }

.navbar__mobile {
    background-color: #00588a;
    padding: 5px 0;
}

.menu-open {
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 3px;
    z-index: 99;
}

    .menu-open i {
        font-size: 22px;
    }

.menu-responsive ul {
    list-style: none;
    padding: 0;
}

    .menu-responsive ul li {
        padding: 10px;
        border-bottom: 1px solid #004f7b;
        position: relative;
    }

        .menu-responsive ul li a {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            font-weight: 500;
            display: block;
            font-family: roboto condensed;
        }

        .menu-responsive ul li.current-menu-item a {
            color: #e18533;
        }

    .menu-responsive ul.sub-menu {
        display: none;
    }

        .menu-responsive ul.sub-menu li {
            border-bottom: none;
        }

            .menu-responsive ul.sub-menu li a:before {
                content: "\f101";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0, 0);
                margin: 0 5px 0 0;
            }

    .menu-responsive ul li span.toggle-caret {
        position: absolute;
        right: 10px;
        color: #fff;
        top: 10px;
        font-size: 13px;
        cursor: pointer;
    }

.toggle-menu .active > .toggle-caret .fa:before {
    content: "\f068";
}

.wd-20p {
    width: 20% !important;
}

.wd-11p {
    width: 11% !important;
}

.wd-2p {
    width: 2% !important;
}

.wd-3p {
    width: 3% !important;
}

.wd-5p {
    width: 5% !important;
}

.wd-110p {
    width: 110% !important;
}

.wd-120p {
    width: 120% !important;
}

.wd-130p {
    width: 130% !important;
}

.wd-140p {
    width: 140% !important;
}

.wd-150p {
    width: 150% !important;
}
.input__group label{
    flex: 1 0 70px;
}
.input__group input {
    margin-left: 0px;
    height: 30px;
}

@media screen and (max-width: 768px) {
    #main {
        padding: 70px 0 78px
    }

    .header__main #logo {
        padding: 10px 0;
    }

        .header__main #logo img {
            height: 50px;
        }

    #logo .logo-info h5 {
        font-size: 13px;
        margin: 0 0 5px;
        white-space: nowrap;
    }

    #logo .logo-info h1 {
        font-size: 13px;
        white-space: nowrap;
    }
}


@media screen and (max-width: 600px) {
    .lstKyTuyenSinh-item {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .lstKyTuyenSinh-item .lstKyTuyenSinh-image{
        background-color: transparent;
    }
    .lstKyTuyenSinh-item .lstKyTuyenSinh-info{
        align-items: center;
    }
    .lstKyTuyenSinh-item .lstKyTuyenSinh-info h3{
        text-align: center;
    }
    .lstKyTuyenSinh-act {
        flex: 1 0 auto;
    }


    .itemTuyenSinh a img {
        height: 65px;
    }
    .block_title{
        font-size: 20px;
    }
    .input__group {
        margin-bottom: 10px;
    }
    .input__group label{
        flex: 1 0 100px;
    }
}
