/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

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

.site-banner-bg {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    height: 50px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #fff;
    height: 100%;
    overflow: auto;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 24px;
    position: absolute;
    right: 10px;
    text-align: center;
    font-size: 22px;
    border-radius: 0px;
    display: none;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

#footer{
    min-height: auto
}

ul.slimmenu{
    background-color: #00509C !important;
    border-color: #00509C !important;
}

ul.slimmenu li a{
    padding: 6px 15px !important;
}

ul.slimmenu li .sub-collapser{
    display: none;
}

ul.slimmenu > li:FIRST-CHILD > a > span{
    display: none;
} 

ul.slimmenu > li > a{
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}

ul.slimmenu li > ul{
    width: auto !important;
    background-color: #00509C !important;
    border-radius: 0px !important;
}

ul.slimmenu li ul li a{
    color: #FFF !important;
    font-size: 13px;
    border-bottom: 1px solid #eaeaea;
}

ul.slimmenu li ul li a:hover, ul.slimmenu li ul li a:focus{
   background-color: #5288bc !important;
}

ul.slimmenu li ul li:LAST-CHILD a{
    border-bottom: none;
} 

ul.slimmenu li a:hover, ul.slimmenu li a:focus, ul.slimmenu li.current{
    background-color: #5288bc !important;
}

#header .logo h2, #header .logo .site_description{
    display: none;
}

.headerSearch .btn-info{
    background-color: #FFF;
    border-color: transparent;
}

.headerSearch input{
    border-color: transparent;
}

.headerSearch .input-group{
    border: 1px solid #ccc;
    border-radius: 5px
}

.headerSearch .btn-info{
    color: #000;
}

.current-time{
    font-size: 12px;
    font-weight: 600;
    color: #FFF
}

.section-header-bar{
    background-image: none;
    background-color: #4d4d4d;
}

.header-nav-inner{
    padding: 5px 0;
}

.second-nav{
    background-color: #00509C !important;
}

.header-nav a.button{
    background-color: transparent;
    color: #FFF;
}

/* CSS News */
div.news_column .panel-heading{
    background-color: transparent;
    background-image: none !important;
    padding-bottom: 1px;
    padding-left: 0px;
    border-bottom-width: 2px;
    padding-right: 0px
}

div.css-new-collum .panel-body{
    padding-left: 0px;
    padding-right: 0px
}

div.news_column:NTH-CHILD(odd) .panel-heading{
    border-color: #dd9933;
}

div.news_column:NTH-CHILD(even) .panel-heading{
    border-color: #55a0ff;
}

div.news_column .panel-default{
    border-color: transparent;
    box-shadow: none;
}

div.news_column .panel-heading .list-inline{
    display: flex;
    margin: 0
}

div.news_column .panel-heading .list-inline > div{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

div.news_column .panel-heading .list-inline > div>div{
    padding-right: 20px
}

div.news_column .panel-heading .list-inline > div>div>a{
    font-size: 13px;
    color: #777
}

div.news_column .panel-heading .list-inline > div>div:LAST-CHILD{
    padding-right: 0px
}

div.news_column:NTH-CHILD(odd) .panel-heading .list-inline>h4>a  {
    background-color: #dd9933;
    padding: 7px 12px 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 17px;
}

div.news_column:NTH-CHILD(even) .panel-heading .list-inline>h4>a  {
    background-color: #55a0ff;
    padding: 7px 12px 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 17px;
}

div.news_column:NTH-CHILD(even) .panel-body .gird-col-new>h3>a:HOVER  {
    color: #55a0ff !important;
}

div.news_column:NTH-CHILD(even) .panel-body .css-other-news>ul>li>a:HOVER  {
    color: #55a0ff !important;
}

div.news_column:NTH-CHILD(odd) .panel-body .gird-col-new>h3>a:HOVER  {
    color: #dd9933 !important;
}

div.news_column:NTH-CHILD(odd) .panel-body .css-other-news>ul>li>a:HOVER  {
    color: #dd9933 !important;
}

.gird-col-new{
    display: grid
}

.gird-col-new>h3{
    font-size: 21px;
    line-height: 25px;
    margin: 10px 0 6px 0;
    font-weight: 500;
}

.gird-col-new>h3>a{
    color: #000
}

.gird-col-new .text-muted >ul >li{
    font-size: 11px
}

.font-size-content{
    font-size: 13px;
    color: #777;
}

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

.css-other-news img{
    max-width: 80px;
    margin-right: 20px;
    height: 100%
}

.css-other-news .icon_list{
    background: none;
    display: flex;
    margin-bottom: 25px
}

.css-other-news .icon_list>a{
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.css-title-block{
    background-color: #55a0ff;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
}

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

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

.line-height-slider{
    line-height: 40px
}

.one-time .slick-prev::before, .one-time .slick-next::before {
    color: #b7b7b7 !important;
}

.one-time .slick-prev{
    right: 10px;
    left: auto;
    border: 1px solid #ccc;
    z-index: 100
}

.one-time .slick-next {
    right: -15px;
    border: 1px solid #ccc;
}

.one-time h3{
    font-weight: 400
}

.one-time h3 a{
    color: #000
}

.css-img-slide{
    height: 385px;
    display: block;
    background-size: cover;
    background-position: center 50%;
    content: "";
}

.slide-content{
    position: relative;
}

.slide-content:BEFORE {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}

.css-h3-slide{
    z-index: 2;
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 22px;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% + 44px);
}

.css-h3-slide h3{
    margin-bottom: 15px;
    font-weight: 400
}

.css-a-slide{
    font-size: 26px;
    line-height: 32px;
    word-wrap: break-word;
    color: #fff !important;
}

.css-time-span{
    font-size: 11px
}

.time-slide .slick-prev{
    left: 0px;
    z-index: 1
}

.time-slide .slick-next{
    right: 0px
}

.time-slide .slick-prev::before, .time-slide .slick-next::before {
    font-size: 50px;
    color: #FFF !important;
}

.time-slide .slick-prev, .time-slide .slick-next {
    width: 50px;
    height: 50px
}

.display-grid-news{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 15px;
    padding: 15px 0px
}

.display-grid-news img{
    width: 100%;
    margin-bottom: 7px
}

.css-h3-news>h3>a{
    color: #000 !important;
}
.css-h3-news>h3>a:HOVER{
    color: #55a0ff !important;
}


.css-new-list-block{
    padding: 15px 0;
}

.css-new-list-block:FIRST-CHILD img{
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px
}

.css-new-list-block:FIRST-CHILD h3{
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
}

.css-new-list-block:FIRST-CHILD h3 a, .css-new-list-block:NTH-OF-TYPE(n+2) h3 a{
    color: #111;
}

.css-new-list-block:FIRST-CHILD .time-news, .css-new-list-block:NTH-OF-TYPE(n+2) .time-news{
    font-size: 11px;
    color: #aaa;
    margin: 7px 0
}

.css-new-list-block:FIRST-CHILD .hometext-new-block{
    font-size: 13px;
    color: #777
}

.css-new-list-block:NTH-OF-TYPE(n+2) {
    display: flex;
}

.css-new-list-block:NTH-OF-TYPE(n+2) .hometext-new-block{
    display: none;
}

.css-new-list-block:NTH-OF-TYPE(n+2) .col-md-24{
    padding-left: 15px
}

.css-new-list-block:NTH-OF-TYPE(n+2) .width-css{
    min-width: 100px
}

.css-new-list-block:NTH-OF-TYPE(n+2) h3{
    font-weight: 500
}

.other-news ul.list-items > li{
    display: inline-flex;
}

.panel-primary > .panel-headings{
    background-color: transparent;
    border-color: transparent;
    background-image: none !important;
    border-bottom: 2px solid #55a0ff;
    padding-bottom: 0px;
    padding-left: 0px;
}

.panel-primary > .panel-headings span{
    background-color: #55a0ff;
    padding: 7px 12px 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    line-height: 17px;
}

.panel-primary > .panel-heading span a{
    color: #FFF !important;
}

.panel-primary ul li a{
    color: #111 !important;
}

.panel-primary ul li a:HOVER{
    color: #55a0ff !important;
}

.panel-primary {
    border-color: transparent;
    box-shadow: none
}

.panel-primary .panel-body{
    padding: 15px 0
}

@media (min-width: 1200px) {
    .padding-content {
        padding: 0 50px
    }
}

@media (max-width: 767.98px) {
    .header-nav a.button{
        height: 24px;
    }
    
    .header-nav a.button.active, .header-nav a.button:hover, .header-nav a.button:focus{
        background-color: transparent;
        color: #ddd;
    }
    
    .mobile-menu-toggle-btn {
        top: 5px;
        line-height: 26px
    }
    
    .gird-col-new img{
        width: 100%;
        max-width: auto
    }
    
    .css-other-news{
        margin-top: 15px
    }
}

@media (min-width: 1024px) {
    .gird-col-new{
        padding-right: 20px;
    }
    
    .css-other-news{
        padding-left: 20px
    }
    
    .pr-17{
        padding-right: 20px
    }
    
    .pl-7{
        padding-left: 20px
    }
}

@media (max-width: 1023px) {
    .second-nav, .hidden-modile {
        display: none;
    }

    .mobile-menu-toggle-btn {
        display: block;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
    .hidden-mobile{
        display: none
    }
    
    .current-time{
        display: flex;
        flex-grow: 1
    }
    
    .social-icons {
        display: flex;
        flex-grow: 0.5;
        justify-content: flex-start;
    }
    .headerSearch{
        display: none;
    }
}