﻿@font-face {
    font-family: 'VNF Shelia';
    src: url('fonts/shelia-vnf-regular.eot');
    src: url('fonts/shelia-vnf-regular.eot?#iefix') format('embedded-opentype'), url('fonts/shelia-vnf-regular.ttf') format('truetype');
}

:root {
    --color-blue: #1e73be;
    --primary-color: #015dab;
    --pray-color: #ddd;
    --white-color: #fff;
    --black-color: #111111;
    --color-red: #c82228;
    --color-gray: #777;
    --color-orange: #fe5400;
}

.open-menu {
    cursor: pointer;
    font-size: 1rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 250ms ease;
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail .caption {
        color: #333;
        text-align:center;
    }

.caption p {
    color: var(--black-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 6px;
    text-align: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

.image-caption-wrap {
    width: 100%;
    float: left;
    text-align: left;
}

span.image-caption {
    font: 400 14px arial;
    line-height: 1.5em;
    color: #222;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: left;
}

#search_block_top {
    margin-top: 5px;
    margin-left: 0;
    /*float: right;*/
    text-align: center;
    width: 100%;
}

    #search_block_top #searchbox {
        /*float: right;*/
        width: 100%;
    }

form#searchbox {
    position: relative;
}

#search_block_top #topmenu_search_query {
    display: inline;
    padding: 5px 30px 5px 10px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-right: 1px;
    border: 2px solid #015dab;
    box-shadow: 0 0 5px -3px grey inset;
    width: 100%;
}

#search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #015dab;
    width: 34px;
    text-align: center;
    padding: 4px 0 4px 0;
}

a, a:hover, a:active, a:visited, a:active {
    text-decoration: none;
}

.clearfix::before, .clearfix::after {
    clear: both;
    content: '';
    display: table;
}

div#mainheader {
    /*background: url('banner-header.jpg');
    background-size: 100%;*/
    /*background-size: 29rem;
    background-position-y: -2rem;
    position: relative;
    z-index: 999;*/
}

@media screen and (max-width:768px) {
    .main-content__img-post {
        flex-basis: 100%;
    }

        .main-content__img-post img {
            width: 100%;
        }

    div#mainheader {
        background: none;
    }
}

.menu_mobile_button {
    height: 3em;
    position: absolute;
    right: 2em;
    color: #000;
    padding: 0em;
}

.fixed {
    position: fixed !important;
    top: 0;
    margin: 0 !important;
    width: 100%;
    background: #c73736 !important;
}

#wrapper {
    font-size: 13px;
}

/*#banner {
    background-color: #015dab;
}*/

.header-hotline-email, .header-hotline, .header-email {
    color: #fff;
}

#banner-header {
    display: flow-root;
    position: relative;
    padding: 5px 0;
    background-color: #015dab;
}

#banner-sologan {
    background-color: #fff;
}

/*#header {
    height: 179px;
}*/

#header-brand {
    float: left;
    padding: 10px 0 0 10px;
}

    #header-brand .site-title {
        font-size: 20px;
        font-family: 'Time New Roman';
        color: #bf0606;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        line-height: 110%;
        text-shadow: 1px 1px 0px #fff;
        letter-spacing: 0;
        margin: 6px 0;
    }

    #header-brand .description {
        font-family: "Times New Roman", Times, serif;
        color: #212529;
        font-size: 22px;
    }

#logo {
    width: 100px;
    border-radius: 9px;
    padding-left: 3px;
    float: left;
}

#header-search {
    padding-top: 1px;
}

    #header-search .form-control {
        height: 40px;
        font-size: 12px;
        min-width: 175px;
        -ms-border-radius: 0;
        border-radius: 0;
    }

/*a.navbar-brand {
    padding-top: 2.3125rem;
}*/

.main-menu {
    background: #015dab;
    height: 40px;
    line-height: 40px;
}

    .main-menu .navbar.navbar-default {
        min-height: 0;
        background: none;
        border: none;
        margin-bottom: 0;
    }

        .main-menu .navbar.navbar-default a {
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
        }

        .main-menu .navbar.navbar-default .navbar-nav > li {
            border-left: 1px solid rgba(255,255,255,.15) !important;
            width: auto !important;
            float: left !important;
        }

            .main-menu .navbar.navbar-default .navbar-nav > li:last-child {
                border-right: 1px solid rgba(255,255,255,.15) !important;
            }

            .main-menu .navbar.navbar-default .navbar-nav > li:hover {
                background: #09f !important;
            }

            .main-menu .navbar.navbar-default .navbar-nav > li > a {
                border-left: 1px solid rgba(255,255,255,0) !important;
                padding-top: 8px;
                padding-left: 15px !important;
                padding-bottom: 7px;
                padding-right: 15px !important;
            }

                .main-menu .navbar.navbar-default .navbar-nav > li > a b {
                    margin-left: 8px;
                }

    .main-menu .navbar-default .navbar-nav > .active > a,
    .main-menu .navbar-default .navbar-nav > .active > a:active,
    .main-menu .navbar-default .navbar-nav > .active > a:hover,
    .main-menu .navbar-default .navbar-nav > .active > a:focus,
    .main-menu .navbar-default .navbar-nav > li > a:active,
    .main-menu .navbar-default .navbar-nav > li > a:hover,
    .main-menu .navbar-default .navbar-nav > li > a:focus,
    .main-menu .navbar-default .navbar-nav .dropdown-menu li a:hover {
        background: #09f;
        color: #fff;
    }

    .main-menu .navbar.navbar-default .navbar-nav > li ul {
        padding: 0;
    }

    .main-menu .navbar.navbar-default .navbar-nav > li > .dropdown-menu {
        display: none;
    }

    .main-menu .navbar.navbar-default .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main-menu .navbar.navbar-default .navbar-nav > li > .dropdown-menu {
    left: -2px !important;
}

.main-menu .dropdown-menu li {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ededed !important;
}

.main-menu .navbar-default .navbar-nav .dropdown-menu li a {
    color: #333;
    text-transform: none;
}

.dropdown-menu > li > a {
    line-height: 32px !important;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        /*top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;*/
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu-item  {    
        margin-left: 201px !important;
        margin-top: -40px !important;
        padding: 0px !important;
         display: none;
    }

    .dropdown-submenu:hover > .dropdown-submenu-item {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        /*margin-left: 201px !important;
        margin-top: -40px !important;
        padding: 0px !important;*/
    }
.dropdown-submenu-item > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 0px;
    margin-right: -10px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 0px;
    margin-right: -10px;
    /*content: "▶";
        float: right;
        margin-left: 3px;
        font-size: 8px;
        color: white;*/
}

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

/*.portlet-layout {
    padding-top: 10px;
}*/
.ddict_btn {
    display: none;
}

.portlet-layout .portlet-column {
    padding-left: 0;
    padding-right: 5px;
}

    .portlet-layout .portlet-column:first-child {
        padding-left: 0;
        padding-right: 5px;
    }

    .portlet-layout .portlet-column:last-child {
        padding-left: 5px;
        padding-right: 0;
    }

.portlet-layout .portlet-function {
    padding: 0 15px 0 10px !important;
}

.portlet {
    position: relative;
    margin-bottom: 10px;
}

    .portlet .portlet-content {
        float: left;
        width: 100%;
        display: block;
        margin: 10px 0;
        padding-top: 1px;
        padding-right: 16px;
        background-image: url('category.png');
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-size: 96%;
        background-size: 96%;
    }

    .portlet .portlet-content-title {
        height: 33px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-align: left;
    }

        .portlet .portlet-content-title a {
            color: #00397a;
            text-decoration: none;
            padding: 7px 0 0 50px;
            position: absolute;
            width: 100%;
            font-size: 13px;
            word-break: break-word;
            text-align: left;
        }

    .portlet .portlet-content-article {
        display: block;
        height: 100%;
        margin-left: 6px;
        /*padding: 5px 10px 5px 10px;*/
        box-sizing: border-box;
    }

        .portlet .portlet-content-article a:hover {
            color: #ac0000 !important;
        }

        .portlet .portlet-content-article p {
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

.list-card-home {
    padding-top: 10px;
}

    .list-card-home .card-home {
        background-image: url('/upload/images/function/card-home.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        min-height: 125px;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
        padding-top: 2.5%;
        cursor: pointer;
        margin: 5px;
        width: 19%;
    }

        .list-card-home .card-home a {
            text-align: center;
            margin-left: 5%;
            color: white;
        }

.library-article-image {
    margin-bottom: 15px;
    margin-top: 15px;
}

.library-article-title {
    float: left;
    color: #484747;
    margin-top: 0;
    width: 100%;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 5px;
}

    .library-article-title:hover {
        color: #ac0000 !important;
    }

.article-image-avatar {
    width: 100%;
    object-fit: cover;
    padding: 0 8px 0 0;
}

@media only screen and (max-width:767px) {
    .list-card-home .card-home {
        width: 99%;
        min-height: 45px;
    }
}

.hot-news {
    background-color: #c7e2f4;
    padding-bottom: 15px;
}

    .hot-news .hot-news-title {
        color: #0080c6;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        padding: 10px 0;
    }

.img-avatar-small {
    width: 100%;
    /*height: 200px;*/
    margin: 4px 0;
    object-fit: cover;
}

#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 1px 8px;
    display: inline-block;
    position: static;
}

    #fb-share-button:hover {
        cursor: pointer;
        background: #213A6F
    }

    #fb-share-button svg {
        width: 18px;
        fill: white;
        vertical-align: middle;
        border-radius: 2px
    }

    #fb-share-button span {
        vertical-align: middle;
        color: white;
        font-size: 14px;
        padding: 0 3px
    }

.title-cms-bold {
    font-size: 13px;
    color: #484747;
    font-weight: bold;
    text-align: justify;
}

.wg-thong-bao-moi {
    border: 1px solid #bce8f1;
    box-sizing: border-box;
    margin-top: 0;
    padding: 6px 5px 5px;
    background: #Fbfbfb;
}

    .wg-thong-bao-moi ul li a:hover {
        color: #31708f;
    }

    .wg-thong-bao-moi ul li a {
        color: #666;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        text-align: justify;
    }

.wg-header {
    padding: 8px 0 10px 0;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    box-sizing: border-box;
    text-align: center;
}

    .wg-header .widget-title, .wg-header h2, .wg-header h3 {
        margin: 0;
        font-size: 13px;
        color: #31708f;
        text-transform: uppercase;
        font-weight: bold;
    }

.wg-content {
    display: block;
}

.blog-list {
    list-style: none;
    padding: 0;
}

    .blog-list li {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed #e7e7e7;
    }

        .blog-list li:hover {
            color: #000;
            border-color: #666;
            transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
        }

.library-first-photo {
    height: 260px;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

#library-photo img {
    width: 110px;
    height: 70px;
    padding: 0 1px;
}

.no-padding {
    padding: 0 !important;
}


@media (min-width: 768px) {
    .navbar-mobile
    {
        display:none;
    }
    .myBtn {
        display: none !important;
    }

    .navbar {
        padding: 0;
        position: relative;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar > ul > li {
            white-space: nowrap;
        }

        .navbar li {
            position: relative;
        }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0px 10px;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
            text-decoration: none;
        }

        .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 0;
            top: 40px;
            margin: 0;
            padding: 0 0 10px 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: #015dab;
            transition: 0.3s;
            opacity: 0;
            visibility: hidden;
        }

            .navbar .dropdown ul li {
                min-width: 200px;
                border-bottom: 1px solid var(--white-color);
            }

                .navbar .dropdown ul li:last-child {
                    border: none;
                }

            .navbar .dropdown ul a {
                padding: 0px 20px;
                font-size: 13px;
                text-transform: none;
                font-weight: 400;
                color: #fff;
            }

                .navbar .dropdown ul a:hover, .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                    color: #fff;
                    background: #015dab;
                }

        .navbar .dropdown:hover > ul {
            opacity: 1;
            visibility: visible;
        }
}

.box-like {
    display: inline-block;
    background-color: #3b5998;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}

@media (min-width: 480px) {
    .box-post__title-post .tit {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        padding: 0px !important;
    }
}

@media (max-width: 480px) {
    .box-post__title-post .tit {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        padding: 0px !important;
    }

    /*section {
        padding: 100px 0 !important;
        overflow: hidden;
    }*/
}

/*@media (min-width: 480px) and (max-width: 1023px) {
    section {
        padding: 150px 0 !important;
        overflow: hidden;
    }
}*/

@media (max-width: 767px) {
    .content-wrap {
        padding-top: 180px !important;
    }
    span.open-menu.fa.fa-plus {
        color: #fff !important;
        line-height: 3 !important;
    }

    header#banner {
        position: fixed;
        width: 100%;
        z-index: 997;
    }

    b.caret::after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        position: absolute;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-top-color: #fff;
    }

    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

    .mobile-nav-active .navbar {
        left: 0;
    }

    .logo img {
        width: 80%;
    }

    .nav-link {
        padding: 0;
    }

    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 10px 0;
        margin: 0;
        background-color: #015dab;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
        text-decoration: none;
    }

    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all 0.5s ease-in-out;
        border: 1px solid #fff;
    }

    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }

    /*.main-menu {
        background: #e9ecef;
        height: auto !important;
    }*/

    .logo-mobile img {
        width: 70%;
    }
    .toggle-title {
        line-height: 40px;
        /* padding: 0 10px; */
        color: #fff;
        font-size: 20px;
    }
    .mobile-nav-toggle {
        display: block !important;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: absolute;
        z-index: 9999;
        right: 20px;
        top: 5px;
    }

        .mobile-nav-toggle.bi-x {
            color: #fff;
        }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative;
    }

        .mobile-nav-active .navbar {
            left: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                z-index: 9996;
            }

    .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }

    .breadcrumb-title-post {
        width: 125px;
    }
}
/**
   * Sidebar
   */

.td-animation-stack {
    background-color: #f4f4f4;
}

.news-home-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: dashed #d4d4d4 1px;
    padding: 0 5px;
}

h3.news-home-day_titile a {
    font-size: 13px;
    color: var(--color-black);
    font-weight: 700;
    text-decoration: none;
}

h3.news-home-day_titile {
    line-height: 0.9;
    width: calc(100% - 65px);
    margin-left: 5px;
    flex-basis: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-home-day .date {
    color: var(--color-orange);
    width: 72px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 7px;
    border-right: dashed #d4d4d4 1px;
    margin-right: 5px;
    height: 34px;
}

.title_widget {
    background-color: #015dab;
    line-height: 35px;
}

    .title_widget span {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        padding-left: 10px;
        font-family: Verdana,Geneva,sans-serif;
    }

.lien-he input, textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    color: #666;
    font-size: 13px;
    font-family: MuseoSansRoundedRegular;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 43px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #015dab;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    animation: movebtn 3s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
}

.scroll-to-top {
    position: relative;
}

.btn-position {
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 20;
}

.btn-style {
    position: fixed;
    bottom: 10px;
    right: 43px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #015dab;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
}

.post-sidebar {
    /*max-height: calc(110vh - 9rem) !important;
    overflow-y: auto !important;*/
}

.widget_inner {
    border: 1px solid #ddd;
    padding: 10px;
}

.banner-item {
    margin: 5px auto;
}

    .banner-item a img {
        width: 100%;
    }

.block-title img {
    width: 100%;
}

.block-title {
    padding-bottom: 2px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

    .block-title:last-child {
        border: none;
    }

    .block-title a {
        color: var(--black-color);
        font-weight: 700;
        text-decoration: none;
        font-size: 14px;
        padding-bottom: 6px;
    }

.featured-post img {
    width: 100%;
}

.infor h2 {
    line-height: 0.8;
}

    .infor h2 a {
        color: var(--color-red);
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
    }

.article-trending {
    list-style: none;
}

    .article-trending li {
        position: relative;
    }

    .article-trending a {
        font-size: 14px;
        text-decoration: none;
        color: var(--black-color);
        font-weight: 600;
        padding-left: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .article-trending a::after {
            position: absolute;
            top: 50%;
            left: 0;
            height: 6px;
            width: 6px;
            content: "";
            display: block;
            background: #007bff;
            transform: translateY(-50%);
        }

.excerpt-post {
    font-size: 13px;
    color: var(--color-gray);
    font-family: 'Open Sans',arial,sans-serif;
    margin-top: 9px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.infor-post.title-post {
    flex-basis: 100%;
}

    .infor-post.title-post a {
        font-size: 18px;
        height: 52px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

.post-img {
    margin-right: 10px;
    /*flex-basis: 100%;*/
}

    .post-img img {
        max-width: 150px;
    }

.infor-post {
    width: 100%;
}

    .infor-post a {
        color: #000;
        font-weight: 700;
        text-decoration: none;
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.post {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}

.box-post__title-post {
    padding: 8px 10px;
    background: #015dab;
}

    .box-post__title-post .tit {
        color: #fff;
        font-weight: 700;
        font-family: Roboto;
        /*border-top: 2px solid;*/
        padding: 7px;
        font-size: 18px;
    }

ul.article-related {
    list-style: none;
}

.article-related li {
    position: relative;
}

ul.article-related li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-left: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.article-related li a::after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: "";
    display: block;
    top: 6px;
    left: 0;
    border-left: 8px solid #ddd;
    position: absolute;
}

#myTabContent {
    border: 1px solid #eee;
    padding: 10px;
}

.tab-infor.nav-tabs .nav-item .nav-link.active {
    background-color: #eee !important;
    border-top: 4px solid #015dab !important;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.tab-infor.nav-tabs {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.tab-infor.nav-link, .tab-infor.nav-link.active {
    color: #015dab !important;
    font-weight: 700;
}

.tab-infor .nav-link {
    font-weight: 700;
    color: #015dab !important;
}

.tab-infor.nav-tabs {
    /* border-bottom: 1px solid #dee2e6; */
    background-color: #eee !important;
    border-radius: 5px 5px 0 0;
}

.tab-content-infor.nav-tabs .nav-link {
    color: #fe5400 !important;
    font-size: 14px !important;
}

    .tab-content-infor.nav-tabs .nav-link.active {
        border-top: none;
        border-bottom: 2px solid #fe5400;
        border-right: none;
        border-left: none;
    }

h3.entry-title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.item-details {
    position: relative;
}

.td-module-title {
    margin-left: 16px;
}

    .td-module-title::after {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        content: "";
        display: block;
        top: 6px;
        left: 0;
        border-left: 8px solid #c82228;
        position: absolute;
    }

section {
    padding: 30px 0;
    overflow: hidden;
}
/**
   * Footer
   */
.footer {
    color: #fff;
    font-size: 14px;
    position: relative;
}

    .footer .footer-content {
        background-color: #015dab;
        padding: 30px 0 30px 0;
    }

.infor-footer p {
    margin-bottom: 0;
}

.infor-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-legal {
    background-color: #1e73be;
}

.td-sub-footer-copy {
    padding: 20px 0;
}

a.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 4px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-color: #015dab;
    transition: 2s;
    text-decoration: none;
}

.back-to-top i {
    position: relative;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    width: 40px;
    top: 10px;
}

h1.entry-title.td-page-title {
    font-size: 30px;
    line-height: 38px;
    margin: 9px 0 19px 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.entry-crumbs i {
    font-size: 15px;
    margin: 0 5px;
    position: relative;
    top: 1px;
    color: #000;
}

.td-bred-no-url-last {
    color: var(--color-blue);
}

.main-content {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}


.main-content__info-post {
    margin-left: 20px;
    flex-basis: 100%
}

.main-content__info-post-title h3 a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main-content__info-post-date {
    margin-bottom: 7px;
}

    .main-content__info-post-date span {
        font-size: 11px;
        color: #aaa;
    }

.main-content__info-post-exprect p {
    font-size: 14px;
    color: #777;
    /*padding: 5px 0;*/
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main-content__info-post-view button {
    background-color: var(--primary-color);
}

.td-module-meta-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.content-post img {
    width: 100%;
}

.card img {
    width: 100%;
}

.related-post h4 {
    color: var(--primary-color);
    font-weight: 600;
}

.breadcrumb-title-post {
    width: 500px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

ul.moto-pagination-group.moto-pagination-group_pages {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

li.moto-pagination-item.moto-pagination-item-page a {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

li.moto-pagination-item.moto-pagination-item-page.active a {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

li.moto-pagination-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.menu-wrapper {
    background-color: #015dab;
}

.menu-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-item {
    position: relative;
}

    .menu-item > a {
        display: block;
        padding: 14px 20px;
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

    .menu-item:hover {
        background-color: #0a67c0;
    }
    /*đây là chỗ css*/