/*--
Author: Google
Author URL: http://google.com
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
    font-family: 'Roboto Bold';
    src: url("../fonts/Roboto-Condensed-Bold.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Condensed-Regular.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

body {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /* color: red; */
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="button"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0;
    margin: 0 0;
}

p {
    padding: 0 0;
    margin: 0 0;
}

ul {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

body {
    padding: 0 0;
    margin: 0 0;
    /* font-family: "Open Sans", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif; */
    font-size: 18px;
    font-weight: 600;
}

.logo {
    /*background: url(../img/logo.png) no-repeat scroll left center;*/
    height: auto;
    width: auto;
    display: block;
    margin: 0;
}

.logo img.responsive {
    height: 71px;
    width: auto;
    display: block;
}

.content {
    /*display: flex;
    justify-content: center;
    float: left;*/
    flex: 1;
    height: 150px;
    /* background-color: #7dafd9; */
    background-color: #428bca;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 30px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* margin-right: 26px; */
    color: #fff;
}

.signin {
    background: rgba(0, 0, 0, 0) url("../img/icon_signin.png") no-repeat scroll left center;
    line-height: 36px;
    color: #fff;
    height: 70px;
    width: 100%;
    padding: 15px 75px 15px 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.signin:hover {
    color: #ff0000;
}

.hotline {
    background: rgba(0, 0, 0, 0) url("../img/icon_hotline.png") no-repeat scroll 0 center;
    padding: 10px 0 0 60px;
    background-position: 10% 15px;
    height: 72px;
    font-size: 17px;
    font-weight: 600;
}

.slogan {
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #145ea0;
}

.slogan-education {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    /* font-weight: 600; */
    color: #145ea0;
}

.home-bgr {
    background: url(../img/bgr-header.jpg) no-repeat scroll left center;
    width: 100%;
    background-size: 100%;
    border-top: 2px solid #9E274F;
    min-height: 500px;
    padding-top: 20px;
}

.public_service_container {
    margin-bottom: 15px;
    float: left;
}

.logo-default {
    justify-content: center;
}

.default-item {
    flex: 1;
    /* width: 439px;
    height: 164px; */
    background-position: 50% 40%;
    background-repeat: no-repeat;
    padding: 42px 0px;
    /* margin-left: 120px; */
    margin-inline: 5%;
}

.home .service-item {
    margin-bottom: 15px;
    /*font-size: 15px;*/
    padding: 10px 50px 0px 50px;
    height: 60px;
}

.dossier-service-item {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.header-blog {
    padding: 15px 20px;
    min-height: 125px;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dossier-search-service {
    background: url(../img/tracuuhoso.jpg) no-repeat scroll top center;
    background-size: cover;
}

.dossier-submit-service {
    background: url(../img/nophoso.jpg) no-repeat scroll top center;
    background-size: cover;
}

.certificate-search-service {
    background: url(../img/tracuuvanbang.jpg) no-repeat scroll top center;
    background-size: cover;
}

.main-header {
    margin-top: 2px;
    border-bottom: 6px solid #9ab7d6;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.top-header {
    padding: 10px 0;
    background: url(../img/Webp.jpg) no-repeat center center;
    background-size: cover;
}

.header-blog a {
    color: #fff;
}

.header-blog:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.header-blog:hover a {
    background-color: #2a98cd;
    color: #fff;
}

.blog-tilte {
    text-transform: uppercase;
    font-weight: bold;
}

.menu-header-top-link li {
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid #adafaf;
    font-weight: 600;
}

.menu-header-top-link li:last-child {
    border: none;
}

.menu-header-top-link li a {
    color: #555;
}

.navbar {
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    min-height: 40px;
}

#header .menu-box {
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

/* Force inner containers to expand fully and remove Bootstrap paddings/margins */
#header .menu-box .inner,
#header .menu-box .container,
#header .menu-box .navbar,
#header .menu-box .navbar-collapse {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#header .menu-box .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#header .menu-box .navbar-nav {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    flex-wrap: nowrap;
}

#header .menu-box .navbar-nav > li {
    flex: 1 1 auto !important;
    text-align: center;
    list-style: none;
}

#header .menu-box .navbar-nav > li > a {
    background-color: #468bcb !important; /* Lighter blue from reference image */
    color: #fff !important;
    font-weight: 600;
    padding: 15px 5px !important;
    margin-right: 4px !important; /* Small white gap between buttons */
    border-radius: 5px 5px 0 0 !important; /* Rounded top corners, flat bottom */
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    height: 100%;
}

#header .menu-box .navbar-nav > li:last-child > a {
    margin-right: 0 !important;
}

#header .menu-box .navbar-nav > li > a:hover,
#header .menu-box .navbar-nav > .active > a, 
#header .menu-box .navbar-nav > .active > a:hover, 
#header .menu-box .navbar-nav > .active > a:focus {
    background-color: #196CBA !important;
    color: #fff !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #196CBA !important;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #48a2f8;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar ul li:hover,
.navbar ul li:focus {
    background-color: #48a2f8;
}

.navbar-nav li .fa {
    margin-top: -9px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    border-radius: 0px;
    padding: 5px 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.page_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    clear: both;
}

/* Home layout: no top padding so banner starts right after menu */
.home-layout .page_wrapper {
    padding-top: 0 !important;
}

.home-layout .page_content {
    padding-top: 0 !important;
}

/* constrain readable content width on large screens */
.content-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.inner {
    margin: 0 auto;
    padding: 0px 0px;
    position: relative;
    width: 80%;
}
@media screen and (max-width: 991px) {
    .inner {
        width: 100% !important;
        padding: 0 15px !important;
    }
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}
.flex-box.content-bw {
    justify-content: space-between;
}
.align-fs {
    align-items: flex-start;
}
.align-c {
    align-items: center;
}

.page-title {
    padding-bottom: 2px;
    margin: 10px 0px;
    border-bottom: 2px solid #196CBA;
    text-transform: uppercase;
    font-size: 20px;
}

.nav-pills>li>a {
    border-radius: 0px;
}

ul#tab-command li:not(.active) {
    background: #efefef;
}

.tab-content {
    padding: 20px 0px;
}

.page_content {
    min-height: 600px;
    padding-top: 30px;
    clear: both;
}

.result-title {
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    color: #9E274F;
}

.alert {
    padding: 5px;
    margin-bottom: 15px;
}

.alert-error {
    color: #fff;
    border-color: #d73925;
    background-color: #dd4b39;
}

.user_logined {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}

.user_logined .user_logout a {
    color: #9E274F;
}

.wizardForm {
    margin-bottom: 15px;
}

.diploma-container .panel-title {
    background: url('../img/diploma-heading-bg.png') no-repeat scroll left center;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 600;
}

.diploma-template .panel-title a {
    display: block;
}

/*Footer Design*/
footer {
    margin-top: 30px;
    background: #428bca;
    clear: both;
    display: block;
}

.footer-inner {
    padding: 10px 0px;
}

.logo-footer {
    background: url(../img/logo.png) no-repeat scroll left center;
    height: 65px;
    width: 100%;
    display: inline-block;
}

.ft-title {
    text-transform: uppercase;
    font-weight: 600;
}

.footer-row,
.footer-row a {
    color: #d5e0eb;
}

footer ul li {
    list-style: none;
    padding-bottom: 5px;
}

footer ul li a {
    color: #666;
}

.level1 {
    list-style: none;
    padding: 10px 0 10px 0;
}

li.level1 .lnt-cnt-file {
    min-height: 45px;
    border-bottom: 1px solid #000;
    padding: 10px 0 0 20px;
}

ul li.level2 {
    list-style: none;
    padding: 10px 0 10px 20px;
}

ul li.level2 .lnt-cnt-file {
    min-height: 45px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 0 40px;
}

.clear {
    clear: both;
}

.glyphicon.bigger {
    font-size: 30px;
}

#recaptcha1,
#recaptcha2 {
    padding: 0 0 15px 17%;
}

.cmt-note {
    color: #A3A3A3;
    font-size: 12px;
    font-style: italic;
    padding-top: 3px;
}

.text-red {
    color: #dd4b39 !important;
}

.drop-children {
    padding-left: 30px;
}

.dossier-part-container {
    margin-bottom: 10px;
}

.dossier-part-container .steps-heading {
    margin-bottom: 0px;
}

.dossier-part-container .steps-heading:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.drop-children .steps-heading:before {
    content: "\f152";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.drop-children .drop-children {
    padding-left: 60px;
}

.dropzone {
    border: 2px dotted rgba(0, 0, 0, 0.3) !important;
}

.dropzone.dz-clickable * {
    cursor: pointer;
}

.dz-action-wrapper {
    top: 5px;
    width: 100%;
    padding: 5px 0px;
    z-index: 999;
}

.dz-action-container {
    background: #ccc;
    border-radius: 4px;
    height: 26px;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}

.dz-action-container .fa {
    font-size: 20px;
}

.dz-action-container label {
    font-size: 11px;
}

.dz-action-container input[type='radio'] {
    margin-top: 0px;
    margin-left: -14px;
}

.dropzone .dz-preview .dz-details {
    opacity: 1 !important;
    padding: 1em !important;
}

.dropzone .dz-preview .dz-image {
    border: 1px solid #ccc;
}

.meta-description {
    font-size: 13px !important;
    color: #ccc;
    margin-bottom: 5px;
}

.remove-panel-button {
    float: right;
    margin-top: -25px;
}

.remove-panel-button:hover {
    cursor: pointer;
}

.notice-finish,
.notice-finish-content {
    padding: 15px 10px;
}

.notice-finish-content p {
    margin: 5px 0px 10px;
    text-align: center;
}

.notice-finish-content p.dossier-access {
    font-size: 25px;
}

.sidebar-header {
    padding-bottom: 9px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}

.panel-custom {
    border-color: #196CBA;
    border-radius: 0px;
}

.panel-custom .panel-heading,
.panel-custom .panel-body {
    padding: 10px;
}

.panel-custom>.panel-heading {
    color: #fff;
    background-color: #196CBA;
    border-color: #48a2f8;
    font-weight: 600;
}

.top-bar-header {
    background: #e9e9e9;
    padding: 5px 0px;
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
    -ms-box-shadow: 0 0 2px #888;
    -o-box-shadow: 0 0 2px #888;
    box-shadow: 0 0 2px #888;
}

.top-bar a {
    color: #fff;
}

.board {
    width: 100%;
    margin: 15px auto;
    min-height: 500px;
    background: #fff;
}

.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board>div.board-inner {
    background: #fafafa;
    background-size: 30%;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #357ebd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #357ebd;
    border: 2px solid #357ebd;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #9E274F;
    color: #9E274F;
}

.nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.nav-tabs>li {
    width: 25%;
}

/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs>li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;

}

.nav-tabs>li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}

.nav-tabs>li a {
    width: 50px;
    height: 50px;
    margin: 15px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs>li a:hover {
    background: transparent;
}

.tab-pane {
    position: relative;
    padding-top: 10px;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}

#home-slider {
    border: none;
    margin-bottom: 15px;
}

#home-slider .flex-direction-nav a {
    height: 50px;
}

.flex-caption {
    width: 100%;
    padding: 15px 10px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.flex-caption a {
    color: #fff;
}

@media(max-width : 585px) {
    b {
        display: none;
    }

    #logo-default {
        display: block !important;
    }

    ul.row {
        display: flow-root !important;
    }

    .footer-row {
        margin-inline: 16%;
    }

    .content {
        width: 100%;
    }

    .default-item {
        margin: 0;
        /* width: 33.33%; */
    }

    .board {
        width: 100%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .nav-tabs>li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }

    #header .on-click .menu-box {
        display: block;
    }
}

.news_container {
    margin-bottom: 15px;
    float: left;
}

.newspanel-big {
    margin-bottom: 15px;
}

.newspanel-big img {
    width: 100%;
}

.newspanel-big .post-name {
    height: 55px;
    overflow: hidden;
    padding: 10px 0px 5px;
}

.newspanel-big .post-name h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
}

.newspanel-big .post-name h3 a {
    color: #333;
}

.post-date {
    font-style: italic;
    font-size: 14px;
    color: #ccc;
}

.post-description {
    text-align: justify;
}

.news-list .news-item {
    margin-bottom: 10px;
}

.news-item .media img {
    width: 100px;
    height: 80px;
}

.news-item .media-body .media-heading {
    font-size: 16px;
    line-height: 22px;
}

.news-item .media-heading a {
    color: #333;
    /*font-size: 15px;*/
}

.sidebar-widget {
    margin-bottom: 5px;
    min-height: 30px;
}

.bg-primary {
    background: #2a98cd;
}

.bg-primary a {
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase;
}

.blog-section {
    padding: 2em 0;
    background: #eee;
}

.blog h3 a {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-decoration: none;
}

.blog-grid {
    background: #fff;
    padding: 1em 1em 2em;
}

.blog-grid1 h3,
.blog h3 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.blog-grid1 {
    padding-top: 0em;
}

.blog p {
    font-weight: 400;
    font-size: 1em;
    color: #333;
    padding: 5px 0px 0px;
    line-height: 1.8em;
}

.blog p a {
    margin: 0 .5em;
    text-decoration: none;
}

.blog2 {
    margin: 3em 0;
}

.image_wrapper {
    width: 20%;
    float: left;
}

.text_wrapper {
    width: 80%;
    float: left;
    padding: 0px 10px;
    text-align: justify;
}

.text_wrapper p {
    padding-top: 0px;
}

.pagination>li>a {
    background: #fafafa;
    color: #666;
    border-radius: 0 !important;
}

.dropdown-menu {
    background-color: #428bca;
    min-width: 175px;
    font-size: medium;
}

.dropdown-menu>li>a {
    padding: 5px 15px;
}

.sidebar-news-list li {
    list-style: none;
    padding: 5px 0px;
    text-align: justify;
}

.sidebar-news-list li a {
    color: #333;
}

.navbar-right li a {
    padding-left: 5px;
}

.contact-ep,
.footer-develop-by {
    text-align: right;
}

@media (max-width: 767px) {
    .home-bgr {
        padding-top: 20px;
        background: #0071A5;
    }

    .header-blog {
        border-top: none;
        /*min-height: inherit;*/
    }

    .top-header {
        background: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .contact-ep,
    .footer-develop-by {
        text-align: center;
    }
}

.dropzone .dz-preview .dz-error-message {
    top: 10px !important;
    left: 0px !important;
    width: 130px !important;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0px;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3c8dbc;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #3c8dbc;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0px;
    height: 34px;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444 !important;
    font-size: 14px;
}

/* End select2 plugin */
.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #d2d6de;
    font-size: medium;
}

ul.sidebar-img-link {
    margin-bottom: 5px;
}

ul.sidebar-img-link li {
    padding-bottom: 5px;
}

modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-top: 0px;
}

.inner-widget-box {
    background: #7b9ec2;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 5px #333;
    margin-bottom: 15px;
    min-height: 125px;

}

.inner-widget-box.active {
    background: #355e89;
}

.inner-widget-box h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    text-align: center;
}

.col-xs-2-ext,
.col-sm-2-ext,
.col-md-2-ext,
.col-md-7-ext {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2-ext {
    float: left;
}

.col-xs-2-ext {
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-2-ext {
        float: left;
    }

    .col-sm-2-ext {
        width: 20%;
    }
}

@media (min-width: 992px) {

    .col-md-2-ext,
    .col-md-7-ext {
        float: left;
    }

    .col-md-2-ext {
        width: 20%;
    }

    .col-md-7-ext {
        width: 60%;
    }
}

.inner-sidebar-widget.country-list {
    background: url(../img/bgMenuCountry.jpg) repeat scroll left center;
    padding-left: 10px;
    color: #fff;
    border-radius: 5px;
    padding-right: 10px;
    box-shadow: 2px 4px 5px #333;
}

#sidebar-country-list li {
    padding: 3px 0px;
    border-bottom: 1px solid #7b9ec2;
}

#sidebar-country-list li a {
    color: #fff;
    font-size: 14px;
}

.sidebar-widget h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px;
}

.container-wrapper {
    border-radius: 6px;
    background: #cddded;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align: center;
}

.container-inner-wrapper {
    min-height: 200px;
}

.container-title {
    background: #fff;
    color: #333;
    padding: 5px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.institution-item {
    margin-bottom: 10px;
    padding: 15px 10px;
    height: 100px;
    box-shadow: 0px 2px 5px #333;
    overflow: hidden;
}

.header-controls-container {
    padding-right: 20px !important;
    margin-top: 10px !important;
}

@media (max-width: 767px) {
    .header-controls-container {
        padding-right: 0 !important;
        margin-top: 0 !important;
    }
}

/* Logo + Slogan side by side layout */
.header-logo-container {
    display: flex !important;
    align-items: center;
    padding-left: 0 !important;
}

.header-logo-container .logo {
    flex-shrink: 0;
    margin-right: 15px;
    float: none;
}

.header-logo-container .slogan-wapper {
    flex: 1;
    text-align: left;
}

/* Container-top full width, no extra padding */
.container-top {
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}

/* Section slider (banner wrapper) must be full width, no gaps */
.sec-slider {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header-controls-flex {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
}

@media (max-width: 767px) {
    .header-controls-flex {
        gap: 8px !important;
    }
}

.language-switcher {
    display: flex !important;
    border: 1px solid #e1e8ed !important;
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
    padding: 2px !important;
}

.btn-switch {
    padding: 4px 14px !important;
    color: #507596 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 18px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
}

@media (max-width: 767px) {
    .btn-switch {
        padding: 3px 8px !important;
        font-size: 11px !important;
    }
}

.btn-switch:hover {
    background: #f5f8fa !important;
    color: #196CBA !important;
}

.btn-switch.active {
    background: #196CBA !important;
    color: #fff !important;
    box-shadow: 0 2px 4px rgba(25, 108, 186, 0.3) !important;
}

/* Remove old border between items since we use pill style */
.btn-switch:first-child {
    border-right: none !important;
}

.header-search {
    visibility: hidden !important;
}

.header-search form {
    display: flex !important;
    align-items: center !important;
}

.header-search input {
    padding: 5px 10px !important;
    border: 1px solid #ccc !important;
    width: 200px !important;
    height: 34px !important;
}

.header-search button {
    background: #1a237e !important;
    /* Dark blue from screenshot */
    color: #fff !important;
    border: none !important;
    padding: 5px 20px !important;
    height: 34px !important;
    cursor: pointer !important;
}

/* Scroll to Top Button */
#scrollToTopBtn {
    position: fixed !important;
    bottom: 40px !important;
    right: 30px !important;
    z-index: 99999;
    width: 42px;
    height: 42px;
    border: none !important;
    outline: none;
    cursor: pointer;
    background: #fff !important;
    color: #555 !important;
    font-size: 20px !important;
    border-radius: 50%;
    display: none;
    text-align: center;
    line-height: 42px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

#scrollToTopBtn i {
    line-height: inherit;
}

#scrollToTopBtn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
    background: #f5f5f5 !important;
    color: #196CBA !important;
}

#scrollToTopBtn.show {
    display: block !important;
}
/* ===== BANNER MIGRATION CSS START ===== */
.static-banner {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 500px;
    overflow: hidden;
    display: block;
}
.static-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.banner-overlay-box {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: rgba(4, 104, 174, 0.95);
    color: #fff;
    padding: 40px;
    width: 55%;
    max-width: 750px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.banner-overlay-box h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.3;
}
.banner-overlay-box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
}
.banner-overlay-box .btn-learn-more {
    display: inline-block;
    padding: 12px 25px;
    background: #ffffff;
    color: #0468ae;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.banner-overlay-box .btn-learn-more:hover {
    background: #e6e6e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    text-decoration: none;
}

ul.flex-box.content-bw li.content2 {
	border: none !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.3s ease;
	width: 18% !important;
	float: left !important;
	margin-right: 2.5% !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
}

ul.flex-box.content-bw li.content2:last-child {
	margin-right: 0 !important;
}

ul.flex-box.content-bw li.content2 a.cell {
	display: block;
	border: none !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	transition: all 0.3s ease;
	text-decoration: none;
}

.home_slider_container .content2 .menu-item-box {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 15px;
	transition: all 0.3s ease;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home_slider_container .content2 .menu-img-wrapper {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 12px;
}

.home_slider_container .content2 .cell img.logo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease;
}

.home_slider_container .content2 .menu-title {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 8px 0;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	width: 100%;
}

.home_slider_container .content2:hover .menu-item-box {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.home_slider_container .content2:hover .cell img.logo {
	transform: scale(1.08);
}

.home_slider_container .content2:hover .menu-title {
	color: #428bca;
}

.home_slider_container .parent-cell ul.flex-box {
	display: block !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.home_slider_container .parent-cell ul.flex-box::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 768px) {
    .static-banner {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .static-banner > img {
        height: 220px;
        order: 1;
    }
    .banner-overlay-box {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 30px 20px;
        order: 2;
    }
	.home_slider_container ul.flex-box.content-bw li.content2 {
		width: 48% !important;
		margin-right: 4% !important;
		margin-bottom: 20px !important;
	}

	.home_slider_container ul.flex-box.content-bw li.content2:nth-child(2n) {
		margin-right: 0 !important;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-img-wrapper {
		height: 120px;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-title {
		font-size: 14px;
        padding: 10px;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-item-box {
		height: auto;
		min-height: 220px;
	}
}

@media (max-width: 480px) {
	.home_slider_container ul.flex-box.content-bw li.content2 {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-img-wrapper {
		height: 180px;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-title {
		font-size: 16px;
        padding: 15px 10px;
	}

	.home_slider_container ul.flex-box.content-bw li.content2 .menu-item-box {
		height: auto;
		min-height: auto;
	}
}
.title-functional {
    text-align: center;
    color: #196CBA; /* Match primary color */
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0 20px;
    position: relative;
    padding-bottom: 10px;
}
.title-functional::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #196CBA;
}
/* ===== BANNER MIGRATION CSS END ===== */

#wrap, .page_wrapper, .page_content {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden;
}

#header, .top-header, .static-banner {
    max-width: 100% !important;
    width: 100% !important;
}

/* Đảm bảo Menu cũng full ngang */
#header .menu-box {
    width: 100% !important;
    max-width: 100% !important;
}

/* Fix Dropdown Menu presentation */
#header .menu-box .depth-2-wrap .depth-2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background-color: #468bcb;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

#header .menu-box .dropdown {
    position: relative !important;
}

#header .menu-box .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 4px; /* Tạo khoảng cách tách ra khỏi menu mẹ */
    min-width: 280px;
    background-color: #3b78b0; /* Slightly darker to distinguish the 3rd level */
    padding: 0;
    border: none;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

/* Invisible bridge to keep hover active when crossing the gap */
#header .menu-box .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 10px;
    background: transparent;
}

#header .menu-box .menu-list > li:hover > .depth-2-wrap > .depth-2,
#header .menu-box .dropdown:hover > .dropdown-menu,
#header .menu-box .dropdown.open > .dropdown-menu {
    display: block !important;
}

#header .menu-box .depth-2-wrap .depth-2 > li,
#header .menu-box .dropdown-menu > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    border-bottom: 1px solid #fff !important;
    flex: none !important;
}

#header .menu-box .depth-2-wrap .depth-2 > li:last-child,
#header .menu-box .dropdown-menu > li:last-child {
    border-bottom: none !important;
}

#header .menu-box .depth-2-wrap .depth-2 > li > a,
#header .menu-box .dropdown-menu > li > a {
    display: block !important;
    padding: 12px 20px !important;
    color: #fff !important;
    background-color: transparent !important;
    white-space: normal !important;
    border-radius: 0 !important;
    height: auto !important;
    margin: 0 !important;
    font-weight: normal !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

#header .menu-box .depth-2-wrap .depth-2 > li > a:hover,
#header .menu-box .dropdown-menu > li > a:hover {
    background-color: #196CBA !important;
}
