﻿body {
    font-family: "Roboto", serif;
    color: var(--black);
    background-color: var(--white);
    overflow-x: hidden;
    margin: 0;
    font-size: 15px;
}
/*a, a:link, a:active, a:visited {
    color: var(--black);
}*/
a:hover {
    color: var(--main);
    text-decoration: none;
}

a.more {
    color: var(--info);
    font-weight: bold;
    font-size: 13px;
}

#tieu_de_tin_bai, .card-title {
    color: #333;
}

.bgc-primary-tp1 {
    background-color: var(--info) !important;
}

nav.navbar {
    height: 7.625rem;
}

.navbar-inner {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, var(--white) 43.7%, #0066cc 63.87%, #0066cc)repeat local 0 0;
}

.navbar-white .navbar-inner {
    /*border-bottom: 2px solid #ff0000;*/
    border-bottom: unset;
    min-height: 47px;
}

.banner {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

    .banner img {
        object-position: center;
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
        max-height: 106px;
    }

.navbar-intro {
    position: relative;
    margin: 0;
    padding: 5px 5px;
    width: 25%;
    z-index: 9999;
}

    .navbar-intro a.navbar-brand > img {
        height: auto;
        width: 60%;
        margin-left: 40px;
    }

.slidetop {
    width: 30%;
    height: 105px;
    float: right;
}

    .slidetop .logo {
        cursor: pointer;
        font-size: 0;
        right: 0;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-52%);
    }

    .slidetop .logo {
        height: 105px;
        margin-left: 5px;
        width: 300px;
    }

        .slidetop .logo::after {
            animation-duration: 3s;
            animation-fill-mode: forwards;
            animation-iteration-count: infinite;
            animation-name: placeHolderShimmer;
            animation-timing-function: linear;
            background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, var(--white) 60%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0;
            border-radius: 80%;
            content: "";
            height: 210%;
            left: -5px;
            opacity: 0.3;
            position: absolute;
            top: 0;
            transform: rotate(30deg);
            width: 180%;
            z-index: 2;
        }

.slideshow {
    position: relative; /*Make the slideshow container  position:relative and make the sub elements absolute to position the sub element absolute to the container*/
    height: 121px; /*The slide show height*/
    overflow: hidden;
}

    .slideshow div {
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 8;
    }

        .slideshow div img {
            width: 390px; /*The image slide show width*/
            height: 121px; /*The image slide show height*/
        }

        .slideshow div.active {
            z-index: 10;
        }

        .slideshow div.lastactive {
            z-index: 9;
        }


.box-icon-body > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .box-icon-body > ul > li img {
        margin: 4px 15px 0 0;
    }

.box-icon-body > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*-----------------Video---------------*/
.video-other img {
    width: 120px;
    width: 120px;
    float: left;
    padding: 0px 10px 10px 0;
}

.page-content {
    padding: 0 6px !important;
}

.menunavgreen > div > div > img {
    float: left;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.col-lg-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container {
    max-width: 1280px !important;
}

.chuyenmuc .cat_imgin {
    width: 190px !important;
    height: 150px !important;
}

#NewsViaCat .text-95 {
    font-size: 15px !important;
    max-height: 64px;
    overflow: hidden;
}

.chuyenmuc .cat_img {
    width: 200px !important;
    height: 160px !important;
}

.menunavgreen {
    margin-bottom: 15px;
}

    .menunavgreen > div > div > a {
        font-family: 'Quicksand', sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 36px;
        background-color: #0c93d3;
        border-radius: 5px;
        display: block;
        color: #fff;
        text-align: left;
        padding-left: 33px;
        margin-top: 6px;
        margin-left: 20px;
        text-transform: uppercase;
        color: #fff !important;
    }

    .menunavgreen > .hasnote > div > a span {
        display: block;
        font-family: 'Roboto';
        font-size: 9px;
        line-height: 9px;
        font-weight: normal;
        padding-bottom: 4px;
        padding-top: 2px;
    }

#NewDocs marquee {
    height: 350px;
}
/*@media screen and (max-width: 1200px) {
    .container {
        width: 1180px;
    }
}*/

@media screen and (max-width: 1024px) {
    .tintucnoibat .item-tinmoi p {
        /*font-size: 13px;*/
    }

    #NewDocs marquee {
        height: 350px;
    }

    body {
        font-size: 13px;
    }

    #newsviacat p {
        font-size: 13px;
        display: none;
    }

    #firstNew img {
        /*min-height: 130px;*/
    }

    #NewsViaCat img {
        /*height: 100px !important;*/
    }

    #NewsViaCat .text-95 {
        display: none;
    }

    #NewsViaCat .dcard {
        min-height: 60px !important;
        /*height: 100px !important*/
    }

    .container {
        width: 100%;
    }

    .banner img {
        height: 90px;
    }

    nav.navbar {
        height: 92px;
    }

    .slideshow div img {
        width: 340px;
        height: 90px;
    }

    .menunavgreen > div > div > a {
        font-size: 11px;
    }

    .box-icon-titles-vb, .box-icon-titles {
        font-size: 15px !important;
    }

    .photoslide {
        height: 200px;
    }

    .hidden-ctrl {
        display: none;
    }
}



@media (max-width: 1024px) {
    .banner {
        z-index: 100;
    }

    .navbar-intro a.navbar-brand > img {
        height: auto;
        width: 100%;
        margin-left: 0px;
        height: 40px;
    }

    nav .navbar-brand {
        font-size: unset;
        margin: unset;
        display: inherit;
        padding: unset;
    }

    nav.navbar {
        height: 51px;
    }

    .navbar-intro {
        position: absolute;
        top: 0;
        left: 0px;
        height: 40px;
        max-width: 18%;
    }

        .navbar-intro .logo img, .navbar-intro .logo object {
            max-height: 36px;
            width: auto;
            margin: 3px 0px 0px -3px;
            border-radius: 16px;
        }

    .site-name-gov {
        color: var(--white);
        width: 86%;
        margin: 0 auto;
        text-align: right;
        float: left;
        z-index: 999;
        margin-top: 2px;
        font-size: 15px;
    }

        .site-name-gov div {
            font-family: UTM Netsite;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

            .site-name-gov div.sn {
                font-size: 16px;
            }

    button[data-toggle-mobile="sidebar"] {
        z-index: 999;
    }
}

@media (min-width: 992px) {
    .body-container > .navbar-white .navbar-intro {
        width: 22% !important;
    }
}

@media (min-width: 999px) {
    button[data-toggle-mobile="sidebar"] {
        z-index: 9999;
        top: 0;
        right: 0;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .col-md-10 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .tintucnoibat .tinmoi-new img {
        display: none;
    }

    .slick-slide img {
        height: 330px !important;
    }

    .tintucnoibat .h4-color {
        font-size: 16px !important;
    }

    /*#firstNew img {
        min-height: 80px !important;
    }

    #firstNew p {
        display: none;
    }*/

    .box-icon-titles {
        font-size: 15px;
    }

    .box-icon-titles {
        letter-spacing: 0;
        background-size: 17px;
    }

    .ml-5, .mx-5 {
        margin-left: 2rem !important;
    }

    .card-toolbar-btn {
        margin-left: 0rem !important;
    }

    .pl-4, .px-4 {
        padding-left: 0.5rem !important;
    }

    .pr-4, .px-4 {
        padding-right: 0.5rem !important;
    }

    .btn {
        padding: 0;
    }

    .hidden768 {
        display: none;
    }

    #NewDocs marquee {
        height: 220px;
    }
}

#sidebar > .sidebar-inner {
    border-top: 2px solid var(--primary) !important;
}

.color-tile-chuyenmuc {
}

#Content .panel {
    display: block !important;
}

.card-toolbar a {
    text-decoration: none !important;
}

@media screen and (max-width: 480px) {
    #NewsViaCat img {
        /*height: 94px !important;*/
    }
}

.bannerTablet {
    display: none;
    z-index: 0;
}

@media screen and (max-width:1198px) {
    .bannerTablet {
        display: block;
        z-index: 10000;
        font-family: UTM Netsite;
        color: white;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        text-shadow: -3px 2px 4px #000000;
    }
}

@media screen and (max-width:1024px) {
    .bannerTablet {
        display: none;
        z-index: 0;
    }
}

@media screen and (max-width: 767px) {
    .hiddenInMobile {
        display: none;
    }

    .page-content {
        padding: 0 0px !important;
    }
}
/*trich dan 4 dong*/
/*.p-trichDan16 {
    max-height: 90px;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 23px;
}
*/
/*trich dan 3 dong*/
.p-trichDan16 {
    max-height: 70px;
    overflow: hidden;
    font-size: 16px !important;
    line-height: 23px;
}

.headline18 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 25px;
}

.headline15 {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 20px;
}

.video-other {
    margin: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.img-thumbnail {
    width: 100%;
    max-height: 146px;
    object-fit: contain;
}

#sidebar > .sidebar-inner {
    border-top: 2px solid var(--primary) !important;
    /* background: darkred; */
    background: #023e8a;
}

@media screen and (max-width: 480px) {
    .img-thumbnail {
        max-height: 100%;
    }
    @media (max-width: 1024px) {
        .site-name-gov div.sn {
            font-size: 12px;
        }
    }
}

.sidebar-white .nav>.nav-item>.nav-link>.nav-icon {
    font-size: 1em;
}