table, td, tr{
  border: 1px solid black !important;
  border-collapse: collapse
}

body {
    font-family: 'Roboto', sans-serif;
}

/* css by hieutm*/
.section-banner-header.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-bottom: 1px solid #e1e1e1;
}

.entire-info-website .cs-1 {
    width: 9rem;
}

.form-contact-custom .invalid-feedback {
    color: #fff;
}
/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.slogan-topbar p {
    margin-bottom: .4rem;
    font-weight: 500;
    font-size: 16px;
}

.slogan-topbar p:nth-child(2) {
    font-size: 3rem !important;
    font-weight: bold;
}
@media (max-width: 568px) {
    .slogan-topbar p {
        margin-bottom: .4rem;
        font-weight: 600 !important;
        font-size: 13px !important;
    }
    .slogan-topbar p:nth-child(2) {
    font-size: 1.6rem !important;
    font-weight: bold;
}
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.article-recruit {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.article-recruit img {
    transition: transform .2s; /* Animation */
}

.article-recruit:hover img {
    transform: scale(1.1);
}

.article-recruit .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background: var(--color-highlight);
    padding: 1rem;
    /* height: 6.5rem; */
}

.article-recruit .inner-content .article-title, .article-recruit .inner-content .article-description {
    color: white;
}

.article-recruit .inner-content .article-title {
    font-size: 2.6rem;
}

.article-recruit:hover .inner-content {
    /* height: 100%; */
    /* background: var(--color-highlight-hover); */
}

.home-small .title-small {
    border: 0 !important;
    background: var(--color-highlight);
    padding: 1rem !important;
    color: white;
    font-weight: 500 !important;
    display: inline-block;
}

.ratio-banner-small {
    padding-top: 28%;
}

.ratio-banner {
    padding-top: 66%;
}

.form-reg .title-form {
    text-align: center;
    background: lightgrey;
    padding: 1.5rem 0;
    color: var(--color-highlight);
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
    border-top: 5px solid var(--color-highlight);
}

.form-reg {
    background: white;
}

.form-reg .content-form {
    padding: 1.5rem;
}

.box-form {
    padding: 5rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.box-form:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-highlight-hover);
}

.title-page-article {
    background: whitesmoke;
    font-size: 3rem;
    padding: 1rem;
    border-bottom: 3px solid var(--color-highlight);
    margin-bottom: 2rem;
    color: var(--color-highlight);
    border-radius: 10px 10px 0 0;
}

.arct-relate .title-section {
    text-align: left !important;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.contact-page {
    padding: 1rem;
    margin: 0;
}

.contact-page>div {
    padding: 0;
}

.contact-page .title-contact {
    font-size: 2.5rem;
}

.contact-page .form-control {
    border: 0;
    border-bottom: 1px solid;
    padding: 1rem 0;
}

.contact-page label {
    font-size: 1.6rem;
}

.banner-contact img {
    filter: brightness(0.5);
    height: 30rem;
    width: 100%;
    object-fit: cover;
}

.title-small {
    color: var(--color-highlight);
}

.art-first .article-title {
    font-size: 1.8rem;
}

.art-bottom .article-title {
    font-weight: normal;
    font-size: 1.4rem;
    height: 4.2rem;
    overflow: hidden;
}

/* .view-sm-home .post-date {
    background: var(--color-highlight);
    padding: 0.3rem;
    display: inline-block;
    color: white;
} */

.view-sm-home .article-title {
    font-weight: normal;
}


/*css by thai tran*/
.color-blue {
    color: #1F4180;
}
.rounded-2x {
    border-radius: 1rem;
}
.register-success ,
.confirm-success {
    margin-top: 5rem !important;
}
.title-success {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1F4180;
}
.title-success i {
    font-size: 2.5rem;
    color: var(--color-highlight);
}
.contact .title-contact {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.btn-register {
    padding: 9px 15px;
    background-color: #1F4180;
    color: #fff;
    border-radius: .5rem;
}

@media (min-width: 1024px) {
    .register-success ,
    .confirm-success {
        max-width: 50%;
        margin: 0 auto;
    }
}
/*css by thai tran*/

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #1F4180;
}

.title-footer {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: white;
}

.copyright {
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
}

.share-pc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    background: var(--color-highlight-hover);
    padding: 1rem 0;
    z-index: 1;
}

.share-pc .share-button {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    background: var(--color-highlight);
    color: white;
    padding: 0.5rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 5px;
    font-size: 1.5rem;
}

.share-pc .share-button-secondary {
    margin-left: .5rem;
}

.btn-form {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--color-highlight);
    padding: 1rem;
    cursor: pointer;
    z-index: 1;
    width: 9rem;
    text-align: center;
    border-radius: 5px;
    color: white;
}

.btn-form i {
    font-size: 2.5rem;
}

.modal-form .modal-dialog {
    min-width: 80%;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .section-form-dk .content-form {
        padding: 0;
        width: 80%;
        margin: 0 auto;
        padding-top: 3rem;
    }
}

@media (max-width: 568px) {
    .is-mobile .footer-mid-mb > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slogan-topbar {
        font-size: 1rem;
        float: left;
    }

    .slogan-topbar p:nth-child(2) {
        font-size: 1.5rem;
    }

    .btn-menu-mobile {
        margin-bottom: 10px;
        margin-top: 4px;
    }

    .swiper-banner-main img {
        width: 100%;
    }

    .is-mobile.home .title-small {
        background: var(--color-highlight);
        color: white;
        display: inline-block;
        padding: 1rem !important;
    }

    .is-mobile.home .view-small .article-item > div {
        width: 100%;
        margin: 0;
        float: none;
    }

    .is-mobile.home .view-small .article-item > div > .ratio-1-1 {
        padding-top: 55%;
    }

    .is-mobile.home .view-small .article-item .inner-content .article-title {
        font-size: 1.8rem;
        margin: 1rem 0;
    }
}

.section-form-dk {
    background: var(--color-highlight);
    padding: 2rem;
}

.section-form-dk .title-form {
    background: transparent;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 700;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.section-form-dk .form-reg {
    background: transparent;
}

.section-form-dk .form-reg label {
    color: var(--white);
}

.section-form-dk p {
    margin-bottom: 0;
    color: var(--white);
    text-align: center;
}

.section-form-dk .content-form {
    padding: 0;
    width: 70%;
    margin: 0 auto;
    padding-top: 3rem;
}

.section-form-dk .form-group {
    margin-bottom: 1.5rem;
}

.section-form-dk .form-reg label.error {
    color: #dc3545;
}

.section-form-dk .form-reg .btn-submit {
    margin-top: 2rem;
}

[id^="st"]{color:#1f4180!important;text-decoration:none!important;cursor:default!important;font-size:5px!important;}[id^="st"]:hover{color:#1f4180!important;text-decoration:none!important;cursor:default!important;font-size:5px!important;}

#modalNotification .close {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    background: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    z-index: 99;
    opacity: 1;
    border: 1px solid #dddd;
}

#modalNotification .modal-body {
    padding: 2rem;
}

.article-content pre {
    white-space: break-spaces;
}

/*page dang ky nop ho so*/
.title-info {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-top: 4rem; */
    margin-bottom: 3.5rem;
    color: #38b448;
    position: relative;
    padding-left: 3rem
}
.title-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    border-radius: .25rem;
    background-color: #ec3237;
}
.title-sm {
    margin: 2rem 0;
    font-size: 1.7rem;
}

.register-form .form-control {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 1.15rem 1.25rem;
    height: auto;
}
.register-form .title-form {
    /* border-top: 0; */
    /* background: none; */
    /* font-size: 2.5rem; */
    font-weight: 600;
    /* padding: 0; */
}

.register-form .note b {
    display: block;    
    font-size: 0.875em;
    color: #dc3545;
}

.font-weight-400 {
    font-weight: 400;
}
.mb-30 {
    margin-bottom: 3rem;
}
/*page dang ky nop ho so*/
.btn-form:hover {
    opacity: 0.8;
    color: white;
}
.register-form .form-reg .form-group {
    margin-bottom: 3rem;
}

.register-form .form-reg .form-group label {
    font-weight: 500;
}
.register-form .form-reg .form-group .form-control::-webkit-input-placeholder{
   color: #9ca3af;
}

.register-form .form-reg .form-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #9ca3af;  
}

.register-form .form-reg .form-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #9ca3af;  
}

.register-form .form-reg .form-group .form-control:-ms-input-placeholder {  
   color: #9ca3af;  
}
.register-form .form-reg .dropdown .btn {
    background: white !important;
    border-color: #ddd;
    padding: 1.15rem 1.25rem;
    box-shadow: none !important;
    border-radius: 0.25rem;
}
.color-red{
    color: red;
}
.bat-buoc{
    color: #BEBEBE;
    font-size: 1.3rem;
}
.register-form .form-control.dropdown {
    box-shadow: none;
    border: none;
    padding: 0;
}
@media (max-width:992px) {
    .register-form .form-reg .content-form {
        padding: 0;
    }
    
    .heading-nganhdaotao {
        font-size: 15px !important;
    }
}

.color-form-register-success .im {
    color: black;
}

/*CSS quyettq*/
.noi-dung-tab table {
    border: 1px solid #000 !important;
}