/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
@import
    url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&display=swap')
    ;

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
@font-face {
    font-family: 'NukeVietIcons';
    src: url('../fonts/NukeVietIcons.woff2') format('woff2'),
        url('../fonts/NukeVietIcons.woff') format('woff'),
        url('../fonts/NukeVietIcons.ttf') format('truetype'),
        url('../fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Arial, Helvetica, Roboto, sans-serif, Open Sans;
}

a {
    color: #00549b;
    text-decoration: none;
    background-color: transparent;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 2px;
}

.pagination>li>a, .pagination>li>span {
    margin-right: 4px;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #00549b;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #343a40;
    padding: 8px 16px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
    .pagination>.active>span:hover, .pagination>.active>a:focus,
    .pagination>.active>span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #00549b;
    border-color: #00549b;
    cursor: default;
}

.aside__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ededed;
    padding: 0 8px;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.aside__title {
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 0;
    position: relative;
}

.aside__title::before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #707070;
    position: absolute;
    top: -1px;
    left: 0;
}

.aside__body {
    background-color: #f8f9fa;
    padding: 8px;
    border: 1px solid #dee2e6;
}

.aside {
    margin-bottom: 20px;
}

.section-2__title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 4px solid #c41330;
    padding-left: 10px;
    margin-bottom: 8px;
    position: relative;
}

.as-doc {
    max-height: inherit;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 8px;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}

.as-doc__item










:not











(
:last-child











)
{
border-bottom










:











1
px











solid











#dee2e6










;
padding-bottom










:











4
px










;
margin-bottom










:











4
px










;
}
.as-doc__item {
    position: relative;
    padding-left: 20px;
}

.as-doc__item .fa {
    position: absolute;
    top: 2px;
    left: 0;
    color: #00549b;
}

.as-doc__link {
    color: #00549b !important;
}

.as-doc__info {
    font-size: 10px;
    color: #999;
}

.ul_links {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style-type: square;
}

.ul_links li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.news-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.news-2__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.news-2__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}

.news-2__frame img {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}

.news-2__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.news-2__body {
    background-color: #f8f9fa;
    padding: 6px 12px;
}

.news-2__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    font-size: 20px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 0;
}

.news-2__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    max-height: 6em;
    margin-top: 4px;
}

.gutter-20 {
    margin: 0 -10px;
}

.h-100 {
    height: 100% !important;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gutter-20>[class^=col] {
    padding: 0 10px;
}

.news-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media ( min-width : 768px) {
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media ( max-width : 768px) {
    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section-3 {
    padding: 16px;
    background-color: #ededed;
    margin-bottom: 20px;
}

.section-3__title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-danger {
    color: #c41330 !important;
}

.news-5__view {
    display: block;
    width: 100%;
    background-color: rgba(34, 34, 34, .6);
    font-size: 14px;
    line-height: 24px;
    padding: 0 4px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section__title {
    background-color: #00549b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    padding: 7px 8px;
    position: relative;
}

.section__title a {
    color: #fff !important;
}

.section__title::after {
    content: '';
    display: block;
    border-style: solid;
    border-width: 18px 18px 17px;
    border-color: transparent transparent transparent #00549b;
    position: absolute;
    top: 0;
    left: 100%;
}

.section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ededed;
    margin-bottom: 8px;
}

#header .logo {
    padding: 10px 10px 10px 0;
}

@media ( min-width : 1200px) {
    .wraper {
        width: 1160px;
        max-width: 1160px;
    }
}

.video-lib__title {
    font-size: 14px;
    font-weight: 700;
    color: #00549b;
    margin-bottom: 8px;
}

.video-lib__body {
    padding: 8px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.video-lib__item {
    padding-left: 20px;
    position: relative;
}

.video-lib__item::before {
    content: '\f144';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
    color: #c41330;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.gallery-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}

.gallery-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.news-2__frame:hover img, .news-3__frame:hover img, .news-5__frame:hover img,
    .news-4__frame:hover img, .news-1__frame:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.section-nav {
    margin-bottom: 20px;
}

.news-3__frame img {
    -webkit-transition: .3s;
    transition: .3s;
}

.news-3__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: -3;
    top: 0;
    left: 0;
}

.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 80% !important;
    padding-bottom: 0px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}
#header .logo {
    padding: 90px 10px 70px 50px;
}
#header .logo img {
    max-height: 140px;
    width: auto;
}
