﻿/* ========== Font ========== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* ========== Basic ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #394e79;
}
@media only screen and (min-width: 992px) {
    #header .menu-main-mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    #header .header-top-left{
        padding-top:18px
    }
    #header .header-top-left{
        width: 100%;
    }
    #header .header-top-right
    {
        display: none!important;
    }
    body.show-overlay {
        overflow: hidden;
    }

    #header .header-top-left {
        display: block !important;
    }
    #header .header-top-left .header-top-search-mobile{
        display: block!important;
    }
}
#header a.active-menu-mobile-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #0054a6!important;
    padding-left: 12px;
}
a {
    color: #394e79;
    text-decoration: none;
    transition: color 0.2s linear;
}

a:hover,
a:active,
a:focus {
    color: #004689;
    text-decoration: none;
}

p.publish-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #394E7980;
}

p.category {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-style: italic;
}
p.category a {;
    color:  #0054a6 !important;
}


::selection {
    background-color: #004689;
    color: #fff;
}

/* ========== Override Bootstrap ========== */
.container-fluid {
    max-width: 1920px;
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1250px;
    }
}

@media only screen and (min-width: 1366px) {
    .container {
        max-width: 1329px;
    }
}

/* Button */
.btn {
    font-weight: 700;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-danger {
    background-color: #0054a6;
    border: 1px solid #0054a6;
}

.btn-danger:not(:disabled):hover,
.btn-danger:not(:disabled):active,
.btn-danger:not(:disabled):focus {
    background-color: #004689 !important;
    border: 1px solid #004689;
}

.btn-primary {
    background-color: #165a9a;
    border: 1px solid #165a9a;
}

.btn-primary:not(:disabled):hover,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):focus {
    background-color: #fff !important;
    color: #165a9a !important;
}

.btn.btn-view-more {
    padding: .46875rem .75rem;
    min-height: 36px;
    min-width: 134px;
    line-height: 1.1875;
}

/* Form Control */
.form-control {
    border-color: #fff;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: initial;
}

/* Breadcrumb */
.breadcrumb {
    background-color: initial;
}

.breadcrumb-item.active {
    color: inherit;
    display: none;
}

.breadcrumb.show-active .breadcrumb-item.active {
    display: initial;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: inherit;
    padding:0 0.2rem !important;
}

/* Breadcrumb */
.text-danger {
    color: #0054a6;
}

.no-data-text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #394E79;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
}

/* Page */
.page section {
    padding: 2.5rem 0;
}

@media (min-width: 1400px) {
    .page section {
        padding: 3.75rem 0;
    }
}

.page .page-title {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 1.5rem;
}

@media (min-width: 1400px) {
    .page .page-title {
        margin-bottom: 2rem;
    }
}

/* Page Menu */
.page-menu {
    margin-bottom: 1.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .page-menu {
        overflow-x: initial;
        overflow-y: initial;
        white-space: initial;
    }
}

.page-menu .list-item {
    margin: -6px;
}

.page-menu .list-item .item {
    padding: 6px;
}

.page-menu .list-item .item a {
    padding: .5rem .875rem;
    border-radius: 5px;
    background-color: #f5f7f8;
    transition: color 0.2s linear, background 0.2s linear;
}

.page-menu .list-item .item.active a,
.page-menu .list-item .item a:hover {
    color: #fff;
    background-color: #0054a6;
}

@media (min-width: 1400px) {
    .page-menu {
        margin-bottom: 2rem;
    }

    .page-menu .list-item .item a {
        padding: .5rem 1rem;
        border-radius: 5px;
    }
}

/* Pagination */
.page-link {
    margin: 4px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 3px;
}

.page-item .page-link {
    min-width: 2rem !important;
    height: 2rem !important;
    padding: .5rem .7190625rem;
    line-height: 1;
}

.page-item.active .page-link {
    background-color: #0054a6;
    border: none;
}

/* ========== Font Heading ========== */
.font-heading {
    font-family: 'Merriweather';
}

/* ========== Give Ellipsis ========== */
.give-ellipsis {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.give-ellipsis.after-1-lines {
    -webkit-line-clamp: 1;
}

.give-ellipsis.after-2-lines {
    -webkit-line-clamp: 2;
}

.give-ellipsis.after-3-lines {
    -webkit-line-clamp: 3;
}

.give-ellipsis.after-4-lines {
    -webkit-line-clamp: 4;
}

.give-ellipsis.after-5-lines {
    -webkit-line-clamp: 5;
}

/* ========== Image Wrapper ========== */
.image-wrapper:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.image-wrapper.image-307-458:after {
    padding-top: 149.1856677%;
}

.image-wrapper.image-307-458 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrapper.image-197-259:after {
    padding-top: 131.47208%; /* (259 / 197) * 100 */
}

.image-wrapper.image-197-259 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-wrapper.image-16-9:after {
    padding-top: 56.25%;
}

.image-wrapper.image-3-2:after {
    padding-top: 56.3%;
}

.image-wrapper.image-4-3:after {
    padding-top: 75%;
}

.image-wrapper .image {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: no-repeat center center #fff;
    background-size: cover;
}

.image-wrapper-hover-zoom .image-wrapper {
    overflow: hidden;
}

.image-wrapper-hover-zoom .image-wrapper .image {
    transition: transform 2000ms ease-out 0s;
}

.image-wrapper-hover-zoom:hover .image-wrapper .image {
    transform: scale(1.1, 1.1);
}

/* ========== Slide 1 ========== */
.slide-1 .owl-theme .owl-nav {
    margin-top: 0;
}

.slide-1 .owl-theme .owl-nav [class*="owl-"] {
    font-size: 1rem;
}

.slide-1 .owl-theme .owl-nav [class*="owl-"],
.slide-1 .owl-theme .owl-nav:hover [class*="owl-"] {
    background: none;
    padding: 0;
    margin: 0;
}

.slide-1 .owl-next {
    position: absolute;
    float: left;
    right: 12px;
}

.slide-1 .owl-prev {
    position: absolute;
    float: left;
    left: 12px;
}

.slide-1 .owl-next,
.slide-1 .owl-prev {
    top: 50%;
    transform: translateY(-50%);
}

.slide-1 .owl-nav .button {
    width: 30px;
    height: 30px;
    font-size: .75rem;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.slide-1 .owl-nav .owl-next .button {
    background: #0054a6;
    color: #fff;
}

.slide-1 .owl-nav .owl-prev .button {
    background: #d9d9d9;
    color: #394e79;
}

.slide-1 .owl-theme .owl-dots {
    line-height: 1;
    padding: 15px 0;
}

.slide-1 .owl-theme .owl-dots .owl-dot span {
    background: #d9d9d9;
    margin: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0054a6;
}

@media (min-width: 992px) {
    .slide-1 .owl-theme .owl-dots {
        padding: 24px 0;
    }
}

.slide-1 .status-bar {
    left: 0;
    bottom: 0;
    padding: .875rem 1rem;
    background-color: #394e7980;
    font-size: 1rem;
    line-height: 1.05;
    z-index: 2;
}

@media (min-width: 1400px) {
    .slide-1 .status-bar {
        padding: 1rem 1.5rem;
        font-size: 1.25rem;
    }
}

/* ========== Page Cover  ========== */
.page-cover {
    overflow: hidden;
}

.page-title{
    color: #394E79;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

}
.page-cover a:not(.btn) {
    color: inherit;
}

.page-cover .container {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (min-width: 768px) {
    .page-cover .container {
        bottom: 70px;
    }
}

.page-cover .image-wrapper:after {
    padding-top: 56.25%;
}

@media only screen and (min-width: 768px) {
    .page-cover .image-wrapper:after {
        padding-top: 32.29167%;
    }
}

.page-cover .main-info .title {
    font-family: 'Helvetica VU';
    font-size: 2rem;
}

@media only screen and (min-width: 768px) {
    .page-cover .main-info .title {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .page-cover .main-info .title {
        font-size: 3.125rem;
    }
}

.page-cover.page-cover-animate .image-wrapper .image {
    transition: transform 2000ms ease-out 0s;
}

.page-cover.page-cover-animate.zoom-in .image-wrapper .image {
    transform: scale(1.2);
}

/* Page Cover 1 */
.page-cover.page-cover-1 .container {
    top: 50%;
    bottom: unset;
    transform: translateX(-50%) translateY(-50%);
}

.page-cover.page-cover-1 .image-wrapper:after {
    padding-top: 100%;
}

@media only screen and (min-width: 768px) {
    .page-cover.page-cover-1 .image-wrapper:after {
        padding-top: 43.75%;
    }
}

.page-cover.page-cover-1 .main-info {
    width: 530px;
    max-width: 100%;
}

/* Page Cover 2 */
.page-cover.page-cover-2 {
    background-color: #073244;
}

.page-cover.page-cover-2.bg-metal-2 {
    background: url('/Assets/images/bg-metal-2.jpg?v=0.0.1') center center;
}

.page-cover.page-cover-2 .container {
    top: 0px;
    bottom: unset;
    left: 0px;
    transform: unset;
}

@media only screen and (min-width: 992px) {
    .page-cover.page-cover-2 .main-info .title {
        font-size: 2.625rem;
    }
}

.page-cover.page-cover-2 .main-info .title.title-horizontal-rule:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 72px;
    height: 5px;
    background-color: #004689;
}

/* ========== Popup ========== */
.popup {
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition-duration: 200ms;
    transition-property: opacity, top, visible;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

.popup.show {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 15px);
}

@media only screen and (min-width: 992px) {
    .popup {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1280px) {
    .popup {
        max-width: 1200px;
    }
}

.popup .popup-wrapper {
    box-shadow: 0px 10px 15px 0 rgb(0 0 0 / 15%);
}

.popup .popup-body {
    width: 100%;
    min-height: 300px;
}

.popup .btn-close {
    height: 35px;
    width: 35px;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    line-height: 35px;
    color: #3c3c3c;
}

.popup .popup-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.25;
}

.popup .popup-title:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 72px;
    height: 5px;
    background-color: #004689;
}

.popup .text-center .popup-title:after,
.popup .popup-title.text-center:after {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {
    .popup .popup-title {
        margin-bottom: 30px;
        font-size: 2rem;
    }

    .popup .popup-title:after {
        margin-top: 30px;
    }
}

/* ========== Popup Menu ========== */
.popup.popup-menu .popup-body .menu-detail,
.popup.popup-menu .popup-body .menu,
.popup.popup-menu .popup-body .sub-menu {
    height: 500px;
}

.popup.popup-menu .popup-body .menu-detail {
    width: 35%;
    background-color: #f0f0f0;
}

.popup.popup-menu .popup-body .menu {
    width: 28%;
    background-color: #fafafa;
}

.popup.popup-menu .popup-body .sub-menu {
    width: 37%;
}

.popup.popup-menu .popup-body .menu-detail .list-item .item .image:after {
    content: '';
    display: block;
    margin-top: 35px;
    width: 40px;
    height: 3px;
    background-color: #004689;
}

.popup.popup-menu .popup-body .menu-detail .list-item .item .description {
    font-size: 0.875rem;
}

.popup.popup-menu .popup-body .menu .list-menu .item.active {
    font-weight: 700 !important;
    color: #004689;
}

.popup.popup-menu .popup-body .menu .list-menu .item.active a {
    color: inherit;
}

.popup.popup-menu .popup-body .menu .list-menu .item:not(.active) .icon {
    display: none;
}

.popup.popup-menu .popup-body .sub-menu .list-menu .item {
    text-decoration: underline;
}

/* ========== Popup Search ========== */
.popup.popup-search .popup-body {
    width: 100%;
    min-height: 300px;
}

@media only screen and (min-width: 992px) {
    .popup.popup-search .popup-body {
        width: 750px;
        min-height: 360px;
    }
}

.popup.popup-search .btn-danger {
    background-color: #004689;
    border: 2px solid #004689;
}

.popup.popup-search .btn-danger:not(:disabled):hover,
.popup.popup-search .btn-danger:not(:disabled):active,
.popup.popup-search .btn-danger:not(:disabled):focus {
    background-color: #004689 !important;
    color: #fff !important;
    outline: 0;
    box-shadow: initial;
}

.popup.popup-search .form-search input {
    width: calc(100% - 48px);
    height: 48px;
}

.popup.popup-search .form-search button {
    width: 48px;
    height: 48px;
}

.popup.popup-search .list-keyword .item {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    transition: color 0.2s linear, background 0.2s linear;
}

.popup.popup-search .list-keyword .item:hover {
    background-color: #004689;
    color: #fff;
}

/* ========== List Article ========== */
.list-article {
    margin: -15px;
}

#list-article .main-info .title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: #394E79;
}
#list-article-row .main-info .title {
    font-family: Roboto;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 23px;
    color: #394E79;
}
.list-article .item .main-info .lead {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #394E79;
}

.list-article [class*="col-"] {
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    .list-article {
        margin: -30px -15px;
    }

    .list-article [class*="col-"] {
        padding: 16px 11.5px;
        padding-top: 32px;
    }
}

.list-article .item .main-info .category {
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    color: #0054a6;
}

.list-article .item .main-info .category a,
.list-article .item .main-info .description a {
    color: inherit;
}

.list-article .item .main-info .publish-date {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color:rgba(57, 78, 121, 0.5);
}

/* ========== List Article Internal ========== */
.list-article-internal .item {
    border-bottom: 1px solid #e5e5e5;
}

.list-article-internal .item {
    padding: 1rem 0px;
}

.list-article-internal .item:first-child {
    padding-top: 0px;
}

.list-article-internal .item .publish-date {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
}

.list-article-internal .item .title {
    font-size: 1.125rem;
    line-height: 1.4;
}

.list-article-internal .item .category {
    font-size: 0.875rem;
    color: #6d7686;
}

/* ========== Social ========== */
.social {
    font-size: 12px;
}

.social .item {
    color: inherit;
}

.social .item:not(:last-child) {
    margin-right: 2px;
}

.social .item .btn-social {
    line-height: 28px;
    height: 28px;
    width: 28px;
}
.social .item .btn-social {
    border-radius: 100%;
}
.social .item .btn-social.facebook {
    background-color: #3c5b9b;
}

.social .item .btn-social.twitter {
    background-color: #1da1f2;
}

.social .item .btn-social.print {
    background-color: #323dd7;
}

.social .item .btn-social.email {
    background-color: #0099cc;
}

.social .item:last-child {
    margin-right: 0px;
}
.social .item {
    display: inline-block;
    margin-right: 2px;
    color: unset;
}

.social .item .btn-social.like {
    background-color: #ec1c24;
}

.social .item .btn-social {
    color: #fff !important;
    line-height: 26px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.social .item .value {
    display: inline-block;
    height: 26px;
    min-width: 26px;
    line-height: 24px;
    padding: 0px 5px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    position: relative;
    margin-left: 3px;
    text-align: center;
}
.social .item .value:before {
    left: -7px;
    border-top: 7px solid transparent;
    border-right: 6px solid #cbcbcb;
    border-bottom: 7px solid transparent;
}
.social .item .value:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    z-index: 1;
}
.social .item .value:after {
    left: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
}
.social .item .value:after, .social .item .value:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    z-index: 1;
}


/* ========== Table Data ========== */
.table-responsive .table-data {
    min-width: 800px;
}

@media (min-width: 768px) {
    .table-responsive .table-data {
        min-width: initial;
    }
}

.table-data th {
    background-color: #f9f9f9;
}

.table-data .table td,
.table-data .table th {
    padding: .75rem 1rem;
}

.table-data thead td,
.table-data thead th {
    border: 1px solid #e3e3e3;
    padding: 1.09375rem 1rem;
}

/* ========== Label Record Count ========== */
.lbl-table-record-count {
    color: #9ba6bb;
}

/* ========== Scroll ========== */
.scroll::-webkit-scrollbar {
    background-color: #d9d9d9;
}

.scroll.scroll-y::-webkit-scrollbar {
    width: 5px;
}

.scroll.scroll-x::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #0054a6;
}

.scroll::-webkit-scrollbar-track {
    background-color: #d9d9d9;
}

/* ========== Modal VnSteel ========== */
.modal-vnsteel .modal-body {
    padding: 40px 15px 15px 15px;
}

.modal-vnsteel .btn-close {
    height: 35px;
    width: 35px;
    top: 5px;
    right: 5px;
    font-size: 1.5rem;
    line-height: 35px;
    color: #3c3c3c;
}

.modal-vnsteel .item .title {
    font-size: 2rem;
}

.modal-vnsteel .item .title.title-horizontal-rule:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 72px;
    height: 5px;
    background-color: #004689;
}

@media only screen and (min-width: 992px) {
    .modal-vnsteel .btn-close {
        right: 10px;
    }

    .modal-vnsteel .modal-body {
        padding: 40px;
    }

    .modal-vnsteel .item .item-left,
    .modal-vnsteel .item .item-right {
        height: 348px;
    }

    .modal-vnsteel .item .item-right {
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-vnsteel .btn-close {
        top: 10px;
        right: 10px;
    }

    .modal-vnsteel .modal-body {
        padding: 50px 40px 50px 50px;
    }

    .modal-vnsteel .item .item-left,
    .modal-vnsteel .item .item-right {
        height: 339px;
    }
}

@media only screen and (min-width: 1400px) {
    .modal-vnsteel {
        max-width: 1140px;
    }

    .modal-vnsteel .btn-close {
        top: 10px;
        right: 10px;
    }

    .modal-vnsteel .modal-body {
        padding: 80px 40px 80px 80px;
    }

    .modal-vnsteel .item .title {
        font-size: 2.625rem;
    }

    .modal-vnsteel .item .item-left,
    .modal-vnsteel .item .item-right {
        height: 494px;
    }
}

/* ========== Box Adv ========== */
.box-adv img {
    width: 100%;
    height: auto;
}

/* ========== Box Article Latest News ========== */
.box-article-latest-news {
    background: #465B7E0D 5%;
    color: #394E79;

}

.box-article-latest-news a{
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #394E79;
}

.box-article-latest-news .box-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.25;
}



.box-article-latest-news .section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.box-article-latest-news .section-title:after {
    margin-top: 20px;
    width: 52px;
    height: 3px;
}

.box-article-latest-news .list-item .item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.box-article-latest-news .list-item .item .title {
    font-size: 1rem;
}


.box-article-latest-news .list-item .item .category a {
    color: inherit;
}
.box-article-latest-news .title a::before {
    content: "\2022"; 
    color: #0054a6;
    font-size: 18px;
    line-height: 1;
    margin-right: 8px;
    display: inline-block;
}

.box-article-latest-news .title {
    display: inline-block; 
}


/* ========== Main Content & Sidebar ========== */
@media only screen and (min-width: 992px) {
    .main-content {      
        float: left;
        width: 76.5%;
        padding-right: 24px;
    }
    
    .sidebar {
        float: left;
        width: 23.5%;
    }
}

/* ========== Menu Mobile ========== */
#header .menu-main-mobile {
    display: flex;
    justify-content: space-between;
}
#menu-mobile {
    top: 0px;
    left: 0px;
    z-index: 3;
}

#menu-mobile:not(.show) {
    pointer-events: none;
}

#menu-mobile .menu-mobile {
    width: calc(100% - 70px);
    height: 100%;
    right: -100%;
    overflow-x: hidden;
    box-shadow: 0 4px 32px 0 rgb(0 0 0 / 50%);
    transition: right 0.5s ease-out;
}
#header .btn-open-menu-mobile i{
    color: #1B365D;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    #footer .footer-contact h2 {
        padding-top: 20px;
    }
    .logo {
        height: 40px !important;
    }
    .header-top-text-right h2 {
        font-size: 12px!important;
        font-weight: 800;
    }
    .header-top-text-right h1 {
        font-size: 18px!important;
        font-weight: 800;
        letter-spacing: 0em;
    }
    #footer .header-top-text-right h2 {
        font-size: 10px !important;
    }
    #footer .header-top-text-right h1 {
        font-size: 13px !important;
    }
    #header .header-top-search.header-top-search-mobile{
        margin-top: 20px !important;
    }
    .header-top-text-bottom{
        font-size: 6px!important;
        font-weight: 800;
        line-height: 8px !important;
        letter-spacing: 0.01em;
        margin-top: 4px !important;
    }
    .header-top-text-right {
        margin-left: 8px !important;
    }


}
@media only screen and (min-width: 576px) {
    
    #menu-mobile .menu-mobile {
        width: 400px;
    }
}

#menu-mobile.show .menu-mobile {
    overflow-y: scroll;
    right: 0px;
    background: #073244;
    color: white;
}

#menu-mobile .menu-mobile .btn-close-menu i{
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    text-align: left;
    color:white;
    margin-right: 3px;
}

#menu-mobile .menu-mobile .btn-close-menu:hover,
#menu-mobile .menu-mobile .btn-close-menu:active,
#menu-mobile .menu-mobile .btn-close-menu:focus {
    background-color: #f0f0f0;
    color: inherit;
}

#menu-mobile .menu-mobile ul {
    font-weight: 500;
    font-size: 0.875rem;
}

#menu-mobile .menu-mobile ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: white;
    text-transform: uppercase;
}

#menu-mobile .menu-mobile ul li .has-child .btn-open-link {
    padding-right: 40px;
}

#menu-mobile .menu-mobile ul li .has-child .btn-open-menu-child {
    right: 0px;
    top: 0px;
    max-width: 40px;
    cursor: pointer;
}

#menu-mobile .menu-mobile ul li .has-child .sub-menu {
    top: 0px;
    right: -100%;
    opacity: 0;
    /* transition: opacity 0.5s ease-out; */
    /* transition: right 0.5s ease-out; */
}

/* #menu-mobile .menu-mobile ul li .has-child.show .sub-menu {
    right: 0px;
} */


@media only screen and (max-width: 320px) {
    .header-top-text-right {
        margin-left: 5px!important;
    }
    .header-top-text-right h2 {
        font-size: 10px !important;
    }
    .header-top-text-right h1 {
        font-size: 11px !important;

    }
    #header a.active-menu-mobile-item {
        width: 48%;
    }
}

@media only screen and (max-width: 265px) {
    .header-top-text-right {
        margin-left: 5px!important;
    }
    .header-top-text-right h2 {
        font-size: 7px !important;
    }
    .header-top-text-right h1 {
        font-size: 8px !important;

    }
    #header a.active-menu-mobile-item {
        width: 48%;
    }
}

@media only screen and  (min-width: 320px) and (max-width: 380px) {
    .header-top-text-right {
        margin-left: 5px!important; ;
    }
    .header-top-text-right h2 {
        font-size: 10px!important;
    }
    .header-top-text-right h1 {
        font-size: 11px!important;

    }
    #header a.active-menu-mobile-item {
        width: 60%;
    }
}

#menu-mobile .menu-mobile ul li .has-child.show .sub-menu {
    opacity: 1;
    z-index: 1;
}

#menu-mobile .menu-mobile ul li .has-child .btn-close-menu-child {
    margin-left: -10px;
}

#menu-mobile .menu-mobile .menu {
    top: 0px;
    left: 0px;
    transition: left 0.5s ease-out;
}

#menu-mobile .menu-mobile .menu.show-child {
    left: -100%;
}

#menu-mobile .overlay {
    background-color: rgba(79, 79, 79, 0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    inline-size: 120vw;
    block-size: 120vh;
    opacity: 0;
    transition: opacity 0.5s ease, backdrop-filter 0.5s ease;
}

#menu-mobile.show .overlay {
    opacity: 1;
    backdrop-filter: blur(4px);
}

/* ========== Header ========== */
#header {
    border-bottom: 1px solid #dedede;
}
#header .header-top-left {
    display: flex;
    align-items: center;
    height: 150px; 
}

#header h2,
#header h1,
.header-top-text-bottom {
    margin: 0; 
}

#header .logo{
    height: 80px    ;
}

#header .header-top {
    background: #0054a6 url('../images/mask-group.png') center/cover no-repeat; 
    height: 150px;
    font-size: 0.8125rem;
}

#header .header-top .header-top-form-search {
    position: relative;
}

#header .header-top .header-top-form-search input {
    background: rgba(0, 0, 0, 0.3); 
    height: 32px;
    border-radius: 5px;
    color: #FFFFFF;
    position: relative;
    padding-right: 99px; 
}
#header .header-top .header-top-form-search input::placeholder {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}
#header .header-top .header-top-form-search button {
    border: none;
    height: 32px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    background: none; 
    cursor: pointer;
    padding: 0;
}

#header .header-top .header-top-form-search button:hover {
    scale: 1.2;
    background: none !important;
    color: #FFFFFF !important;
    transition: 0.7s ease;
}

#header .header-top a{
    color: #FFFFFF !important;
    display: block;
}

.header-top-text-right{
    margin-left: 20px;
}


.header-top-text-right h2
{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.875;
    letter-spacing: 0em;
}

.header-top-text-right h1
{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.175;
    letter-spacing: 0em;
}

.header-top-text-bottom
{
    padding-top: 5px;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 0.075em;
}

#header .header-top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#header .header-main{
    padding:13.5px 0px;
    display: flex;
    align-items: center;
}
#header .header-main .list-unstyled {
    padding-right:0px ;
}

#header .header-top-right > div {
    margin-top: 15px; 
}
#header .header-top .list-menu{
    padding-right: 0;
    margin-right: 0;
}
#header .header-top .list-menu .item {
    padding: 0 0.75rem;
    height: 20px;
    border-right: 1px solid #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;

}

#header .header-top .list-menu .item:last-child {
    border-right: none;
    padding-right: 0!important;
}

/* Responsive Styles header */
@media (max-width: 1199px) {
    #header .logo {
        height: 50px;
    }
    #header .header-top-search.header-top-search-mobile{
        margin-top: 5px ;
    }
    #header .header-top-right > div {
        margin-top: 15px;
    }

    #header .header-main-right ul.d-flex{
        float: right!important;
    }

    #header .header-main li.item{
        padding-left: 0px!important;
        padding-right: 24px!important;
        float: left;
    }
    
    
    .header-top-text-right h2 {
        font-size: 20px; 
    }

    .header-top-text-right h1 {
        font-size: 32px; 
    }

    #header .header-top .list-menu .item {
        font-size: 14px; 
        height: 15px; 
        line-height: 16px;
    }
}

/* CSS cho màn hình rộng 1200px trở lên */
@media screen and (min-width: 1200px) {
    #header .header-main .list-unstyled {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 1050px) {
 
    .header-top-text-right h2 {
        font-size: 14px; 
    }

    .header-top-text-right h1 {
        font-size: 15px;
    }
    
}


#header .header-top .login {
    background-color: #004689;
    height: 37px;
    line-height: 37px;
    margin-left: 30px;
    padding: 0px 24px 0px 10px;
}

#header .header-top .login:after {
    content: '';
    position: absolute;
    border-top: 37px solid;
    border-top-color: transparent;
    border-right: 30px solid #004689;
    left: -30px;
}

#header .header-top .login a {
    color: inherit;
}

#header .header-top .login .icon {
    width: 18px;
    height: 18px;
    margin-top: -1px;
}

#header .header-top .login .dropdown-menu {
    font-size: inherit;
    padding: 0px;
}

#header .header-top .login .dropdown-item {
    font-size: inherit;
    padding: 0px 1rem;
}

#header .header-top .login .dropdown-header {
    font-size: 0.8rem;
    padding: 0.15rem 1rem;
    color: #000;
}

#header .header-main .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

@media only screen and (min-width: 768px) {
    #header a.active-menu-mobile-item {
        width: 84%;
    }
    #header .header-main .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
#header .header-main-right .list-menu .item:first-child {
    padding-left: 0!important;
}

#header .header-main-right a{
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #394E79 ;
}

#header .header-main-right a:hover{
    color: #0054a6;
}

#header .header-main-right li.active a{
    color: #0054a6;
}

#header .header-main-right .list-menu .item.icon {
    padding: 0px 0.75rem;
}

#header .header-main-right .list-menu .item.language {
    font-weight: 600;
}

#header .header-main-right .list-menu .item.language img {
    vertical-align: sub;
}

#header .header-main-right .list-menu .item.language span {
    text-decoration: underline;
}

@media only screen and (min-width: 992px) {
    #header .header-main .header-main-left .logo {
        height: 50px;
    }
    #header .header-main-right .list-menu .item {
        padding: 0px 0.75rem;
        font-size: 0.75rem;
    }
}

@media only screen and (min-width: 1200px) {
    #header .header-main .header-main-left .logo {
        height: 60px;
    }

    #header .header-main-right .list-menu .item {
        padding: 0px 0.6rem;
        font-size: 0.875rem;
    }
}

/* ========== Footer ========== */
/* Footer Top */

#footer{
    color: #FFFFFF; 
}
@media only screen and (min-width: 768px) {
    #footer .des {
        width: 80%;
    }
}


#footer .des ul{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 15px 0px 15px 15px;
}
#footer .icon{
    margin-right: 10px;
    color: #0054a6;
}

#footer a{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}




#footer .container-fluid {
    background-color: #073244;
    padding: 32px 0px;
}

#footer .footer-top .logo {
    width: 160px;
}

@media only screen and (min-width: 768px) {
    #footer .footer-top .logo {
        width: 230px;
    }
}

#footer .footer-top .organization-name {
    font-size: 1.5rem;
    color: #6d7686;
    line-height: 1.3;
}

#footer .footer-top .list-social .item {
    background-color: #004689;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    line-height: 40px;
}

#footer .footer-top .organization .title {
    font-size: 1.125rem;
}

#footer .footer-top .organization .list-item .item .icon {
    width: 25px;
}

#footer .footer-top .organization .list-item .item .content {
    padding-left: 30px;
}

#footer .footer-top .menu .menu-title {
    font-size: 1.125rem;
}

#footer .footer-top .menu .sub-menu {
    font-size: 0.875rem;
}

#footer .footer-top .menu .list-social .item {
    background-color: #004689;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    line-height: 20px;
}

/* Footer Main */
#footer .footer-main,
#footer .footer-main h1 {
    font-size: 1rem;
    line-height: 1.5;
}

#footer .container-haft {
    padding: 0px 15px;
}

@media only screen and (min-width: 576px) {
    #footer .container-haft {
        width: 270px;
    }
}

@media only screen and (min-width: 768px) {
    #footer .container-haft {
        width: 360px;
    }
}

@media only screen and (min-width: 992px) {
    #footer .container-haft {
        width: 480px;
    }
}

@media only screen and (min-width: 1200px) {
    #footer .container-haft {
        width: 570px;
    }
}

@media only screen and (min-width: 1280px) {
    #footer .container-haft {
        width: 625px;
    }
}

@media only screen and (min-width: 768px) {
    #footer .footer-main .footer-main-left,
    #footer .footer-main .footer-main-right {
        height: 140px;
    }

    #footer .footer-main .footer-main-left,
    #footer .footer-main .footer-main-right {
        width: calc(50%);
    }

    #footer .footer-main .footer-main-right:before {
        content: '';
        display: block;
        position: absolute;
        border-top: 140px solid;
        border-top-color: #353535;
        border-right: 80px solid transparent;
    }

    #footer .footer-main .footer-main-right .copyright {
        padding-left: 105px;
    }
}

@media only screen and (min-width: 1200px) {
    #footer .footer-main,
    #footer .footer-main h1 {
        font-size: 0.875rem;
    }

    #footer .footer-main .footer-main-left,
    #footer .footer-main .footer-main-right {
        height: 60px;
    }

    #footer .footer-main .footer-main-right:before {
        border-top-width: 60px;
        border-right: 50px solid transparent;
    }

    /*html[lang="en"] #footer .footer-main .footer-main-left,
    html[lang="en"] #footer .footer-main .footer-main-right {
        height: 100px;
    }
    
    html[lang="en"] #footer .footer-main .footer-main-right:before {
        border-top-width: 100px;
        border-right: 70px solid transparent;
    }*/
}

#footer .footer-main .footer-main-left {
    background-color: #353535;
}

#footer .footer-main .footer-main-right {
    background-image: linear-gradient(to right, #004689, #90242a);
}

@media only screen and (min-width: 768px) {
    #footer .box-footer {
        display: flex;
        justify-content: space-between;
    }

    
}
#footer .footer-contact h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 10px;
}
/* ========== Print ========== */
@media print {
    #header,
    #footer,
    .breadcrumb,
    .hidden-on-print {
        display: none;
    }

    .main-content {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    
    .sidebar {
        display: none;
    }
}


/*=========================================content highlight==================================*/

#content-highlight .content .main-info{
    background: #032E41;

}
#content-highlight .content .main-info .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

#content-highlight .content .main-info .title a{
    color: #FFFFFF;
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
#content-highlight .content .main-info .description a{
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#content-highlight .main-info p.publish-date {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}


#content-highlight .main-info .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;

}

#content-highlight .list-child-category .item.active {
    color: #004689;
}

#content-highlight .content .wrapper {
    flex-basis:  66.23%;
    overflow: hidden;
}

#content-highlight .content .main-info {
    flex-basis:33.4%;
}
#content-highlight .image-wrapper.image-3-2:after {
    padding-top: 56.2%;
}

#content-highlight .main-info a.description {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}



/*============================= menu control =====================*/

#menu-control .list-item .item.active{
    background: #0054a6;
    color: #FFFFFF;
}

#menu-control .list-item .item{
    background: #f8f9fa;
    border-radius: 5px ;
    padding: 8px 12px;
    color: #394E79;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

#menu-control .list-item .item a{
    color: #394E79;
}
.banner-edu .image-wrapper.image-16-9:after {
    padding-top: 33.25%;
}
.banner-edu .image-wrapper.image-16-9.image-last:after {
    padding-top: 50.25%;
}

/*============================= video ========================*/
.layout-video-img{
    height: 21px;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-layout::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;                                            
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}


@media only screen and (min-width: 1200px) {
    .btn-view-details {
        position: absolute;
        bottom: 10.8% ;
        left: 3%;
    }
}
.slide-1.position-relative {
    margin:0px -2px;
}


.give-ellipsis.after-6-lines {
    -webkit-line-clamp: 6;
}
.give-ellipsis.after-3-lines {
    -webkit-line-clamp: 3;
}

.give-ellipsis {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}