/**
 * 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
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
@import url('animations.min.css');

@font-face {
    font-family: 'Noto Serif';
    src: url('../fonts/NotoSerif-Regular.woff2') format('woff2'),
        url('../fonts/NotoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
}

a,
a:link,
a:active,
a:visited {
    color: #f6f6fd;
}

.site-banner,
.section-header-bar,
#header .logo h2 {
    display: none;
}

header {
    position: relative;
}

.menu-fixed.sticky {
    position: fixed;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    animation: smoothScroll 0.5s forwards;
    z-index: 99;
    width: 100%;
    background-color: #07152e;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0px);
    }
}

.menu-fixed.sticky #header .logo img {
    max-height: 60px;
}

#header .logo {
    padding: 0;
}

#header .logo img {
    max-height: 70px;
}

.right-inner {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-end;
}

.right-inner .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.right-inner .show_menu li a {
    text-transform: uppercase;
}

/* .right-inner .show_menu li.current a {
    color: #E2858A;
} */

.section-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 10px 0px;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out, top 0s;
    -o-transition: all 0.4s ease-in-out, top 0s;
    transition: all 0.4s ease-in-out, top 0s;
}

.section-banner img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

.div-position {
    position: relative;
}

.button-element {
    display: none;
    position: absolute;
    z-index: 10;
    bottom: 200px;
    left: 200px;
}

.btn-text,
.btn-text:link {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 500;
    color: #FFFAEC;
    background-color: #FFECEC00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFAEC;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.51);
    padding: 20px 100px 20px 100px;
    text-transform: uppercase;
}

.btn-text:hover {
    color: #844203;
    background-color: #FFE5CB;
    border-color: #FFDAAA;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

.top15-title,
.ttct-title,
.ccgt-title,
.tlct-title {
    font-size: 48px;
    font-family: 'SVN-Ginger';
    color: #f6f6fd;
    text-shadow: rgba(255, 255, 255, 0.63) 0px 0px 7px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* .ccgt-title {
    margin-top: 70px;
} */

.top15-title {
    margin-bottom: 0;
}

.ttct-accordion-item {
    margin-bottom: 20px;
}

.ttct-accordion-item:last-child {
    margin-bottom: 0;
}

.ttct-accordion-item h4 {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    border-radius: 50px 50px 50px 50px;
    overflow: hidden;
    padding: 15px 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    box-shadow: 0px 0px 14px 0px rgba(255, 255, 255, 0.21);
}

.ttct-accordion-item span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttct-accordion-content {
    display: none;
    color: #fff;
    padding: 15px;
    text-align: center;
    background: #FFFFFF35;
    border-radius: 10px;
    margin-top: 20px;
}

.ttct-accordion-content .the_content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.tlct-accordion-item h4 span {
    font-family: 'Helvetica Bold';
    font-weight: bold;
    text-align: left;
    color: #f6f6fd;
    font-size: 30px;
    line-height: 1.6em;
    display: block;
    padding: 0 10px;
}

.tlct-accordion-content {
    display: block;
    font-family: 'Helvetica Light';
    text-align: left;
    color: #f6f6fd;
    padding: 10px;
    line-height: 1.5;
}

.ccgt-accordion-item {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: bold;
    fill: #fff;
    color: #fff;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: -2px 0px 10px 0px rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
    margin-bottom: 20px;
    text-align: center;
}

.section-ttct,
.section-tlct,
.section-ccgt {
    padding-bottom: 50px;
}

.list_top_15 {
    margin-top: 150px;
    /* margin-left: -5px;
    margin-right: -5px; */
}


.list_top_15 .item {
    margin-bottom: 10px;
}

.list_top_15 .description {
    display: block;
    text-align: center;
    font-family: "Roboto";
    font-size: 18px;
    fill: #fff;
    color: #fff;
    margin-bottom: 50px;
}

.list_top_15 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_top_15 .item {
    position: relative;
}

.list_top_15 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 0;
    height: 100%;
    width: calc(100% - 10px);
    opacity: 0;
    transition: .5s ease;
    background-color: #02010173;
}

.list_top_15 .item:hover .overlay {
    opacity: 1;
}

.list_top_15 .item .text {
    width: 100%;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-ms-mr {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Serif', sans-serif;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* .custom_menu_all ul.slimmenucs li a:hover {
    color: #E2858A !important;
} */

.bg-body,
.menu-site-css {
    background-color: #FFF;
}

.menu-site-css {
    position: relative;
    box-shadow: none;
    background-color: #960020;
}

.menu-site-css .custom_menu_all ul.slimmenucs li a {
    color: #fff;
}

.menu-site-css.sticky .custom_menu_all ul.slimmenucs li a {
    color: #fff;
}

.bg-body .panel-default {
    border-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-body .news_column h2 a,
.bg-body .news_column h3 a {
    color: #000;
    font-size: 16px;
}

.bg-body .news_column .img-thumbnail {
    background-color: transparent;
    border-radius: 0;
}

.ccgt-accordion-item:hover {
    background-color: #FFF;
    color: #07152e;
    border-color: transparent;
}

.bg-body .third-nav .bg {
    background-color: transparent;
}

.bg-body .third-nav .row {
    border-bottom-width: 0
}

.breadcrumbs a:before,
.breadcrumbs a:after,
.show-subs-breadcrumbs:after {
    display: none;
}

.breadcrumbs a,
.show-subs-breadcrumbs,
.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
    background-color: transparent;
    color: #000;
}

.breadcrumbs li span i {
    margin-left: 20px;
    font-weight: bold;
    position: relative;
    top: -1px;
}

.breadcrumbs li {
    margin: 0
}

.breadcrumbs li:first-child {
    padding-left: 10px;
}

.breadcrumbs a:first-child {
    padding-left: 0px;
}

.breadcrumbs li:last-child span i {
    display: none;
}

.bg-body .news_column .title {
    text-transform: uppercase;
}

.section-body-content .third-nav,
.section-body-home .third-nav {
    display: none;
}

.section-btn-group {
    display: block;
    text-align: center;
    padding-bottom: 50px;
}

.link_scroll {
    font-family: "Roboto";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 13px 50px 13px 50px;
    margin-right: 20px;
}

.link_scroll:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.link_scroll:last-child {
    margin-right: 0;
}

.ttct-accordion-content p {
    font-family: "Roboto";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 13px 50px 13px 50px;
}

.ttct-accordion-content p:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.ttct-accordion-content p:last-child {
    margin-right: 0;
}

.section-button-binhchon .item {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.section-button-binhchon .item a {
    font-family: "Roboto";
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    box-shadow: 0px 0px 21px 0px rgba(255, 255, 255, 0.44);
    padding: 25px 80px 25px 80px;
    margin-right: 20px;
}

.section-button-binhchon .item a:hover {
    color: #000;
    background-color: #fff;
}

.socialList li:first-child {
    margin-left: 15px;
}

.right-inner .custom_menu_all ul.slimmenucs li.current a {
    color: #f6f6fd;
    text-shadow: rgba(255, 255, 255, 0.63) 0px 0px 7px;
    font-weight: 700;
}

@media (min-width: 992px) {
    .wraper {
        width: 100%;
        max-width: 1120px;
    }
}

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

@media (max-width: 992px) {

    .bg-usshgralent,
    .section-ttct,
    .section-tlct,
    .section-ccgt {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-banner img {
        height: 100%;
    }

    .section-header {
        position: relative;
        background-color: transparent;
        background-image: linear-gradient(180deg, #0c295d 7%, #07152e 93%);
    }
}

@media (max-width: 767.98px) {
    #header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #header .logo {
        text-align: left;
    }

    .tlct-accordion-content {
        text-align: center;
    }

    .bg-usshgralent>h2,
    .css-heading-title,
    .top15-title,
    .ttct-title,
    .ccgt-title,
    .tlct-title {
        font-size: 35px
    }

    .ttct-accordion-item span {
        text-align: center;
    }

    .link_scroll {
        margin-right: 0px
    }
}

@media (max-width: 599.98px) {
    .link_scroll {
        margin-right: 0px;
        margin-bottom: 10px
    }

    .follow-me-about {
        margin: 30px 50px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .section-btn-group {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .link_scroll {
        padding: 13px 25px
    }
}