
@font-face {
    font-family: 'SegoeUI-Bold';
    src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/SegoeUI-Bold.woff") format("woff"),url("../fonts/SegoeUI-Bold.ttf") format("truetype"),url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.w-75 {
    width: 80% !important;
}

body {
    background: #f2f2f2;
    font: 400 12px arial;
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

ul {
    margin: 0;
    padding: 0;
}

img {
    object-fit: cover;
}

img, iframe {
    max-width: 100%;
}
/*header*/
.header {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.tophead {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}

    .tophead.topget_position {
        transform: translateY(0px);
        top: 0px !important;
    }

.mid-header {
    padding: 5px 0px 20px;
    width: 100%;
    height: 138px;
}

    .mid-header .content_header {
        position: relative;
    }

.logo {
    display: inline-block;
    font-size: 2.85714em;
    margin-top: 0px;
}

    .logo .logo-wrapper {
        height: 80px;
        line-height: 80px;
        display: block;
    }

        .logo .logo-wrapper img {
            max-width: 100%;
            max-height: 100%;
        }

.logo-main .char-logo h3 {
    font-family: SegoeUI-Bold !important;
    color: #E81111;
    font-size: 26px;
}

.logo-main .char-logo h5 {
    font-family: SegoeUI-Bold !important;
    color: #3277D0;
    font-size: 18px;
}

.header .user-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #3277D0;
    text-align: center;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.header .user-icon i {
    color: #fff;
    font-size: 1.2em;
    padding-top: 5px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.header .user-icon i {
    color: #fff;
    font-size: 1.2em;
    padding-top: 5px;
}

#mobile-bottom-navigation {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    border-top: 1px solid #e6e6e6;
}

.grid, .grid--rev, .grid--full, .grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px;
}

.grid__item {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 20%;
}

#mobile-bottom-navigation .mobile-nav-item {
    display: block;
    height: 67px;
    padding: 0;
    text-align: center;
    background: #E81111;
    position: relative;
}

    #mobile-bottom-navigation .mobile-nav-item > a {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px;
        color: #fff;
    }

        #mobile-bottom-navigation .mobile-nav-item > a i {
            font-size: 24px;
            color: #fff;
            display: inline-block;
            margin-bottom: 3px;
        }

.medium--hide {
    display: none;
}

@media only screen and (max-width: 480px) {
    .small--two-tenths {
        width: 20% !important;
    }

    .px-5 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}
/*menu*/
.main-menu-bg {
    background-color: #E81111;
    position: relative;
}

.header-left {
    width: 100%;
    height: 45px;
    position: relative;
}

.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px;
}

.tophead .logoside {
    display: inline-block;
    float: left;
    width: 100px;
    display: none;
}

.bg-header-nav .header-nav > ul.item_big {
    text-align: left;
    margin: 0;
    padding: 0;
}

header nav .nav-item {
    float: left;
    position: relative;
    /*margin-right: 20px;*/
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
    display: block;
    text-align: left;
    padding: 0px 12px;
    font-size: 13px;
    font-family: SegoeUI-Bold !important;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    border-right: 1px solid #e85454;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item {
    display: inline-block;
    float: none;
    position: relative;
    margin-right: 0px;
    margin-left: 1px;
}

.bg-header-nav .header-nav > ul.item_big > li:first-child.active > a {
    color: #ffffff;
    padding-left: 10px;
}

.bg-header-nav .header-nav > ul.item_big > li.active > a {
    color: #ffffff;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 20px;
    width: 280px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul.item_small > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
    color: #222;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
    float: none;
    padding: 0px 0px;
}

.bg-header-nav .header-nav li ul {
    list-style: none;
}

.bg-header-nav .header-nav li li {
    position: relative;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-family: 'SegoeUI-Semibold' !important;
    padding: 7px 10px 7px 10px;
    color: #222;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    z-index: 999999;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 100%;
    left: 20px;
    width: 280px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -o-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -os-box-shadow: 0px 10px 21.6px 2.4px rgba(0,0,0,0.06);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    width: 280px;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
    color: #222;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
    float: none;
    padding: 0px 0px;
}

.bg-header-nav .header-nav li ul {
    list-style: none;
}

.bg-header-nav .header-nav li li {
    position: relative;
}

.bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
    font-weight: 400;
    font-size: 13px;
    font-family: SegoeUI-Bold !important;
    height: 35px;
    line-height: 18px;
    display: block;
    padding: 7px 10px 7px 10px;
    color: #222;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}

header nav .nav-item:hover {
    color: #7dce32;
    background-color: #fdc236;
}
/*end menu*/
/* top bar */
.top_bar {
    background: #fff;
    box-shadow: 0 2PX 3px 0 rgba(0,0,0,.2);
    padding: 5px 0 9px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    min-height: 35px;
}

    .top_bar .fl, .top_bar .fr {
        position: relative;
        z-index: 9;
    }

.notify_site {
    height: 20px;
    overflow: hidden;
}

    .notify_site strong {
        font-family: SegoeUI-Bold !important;
        color: #E81111;
        font-size: 16px;
    }

.list_notify {
    margin-left: 10px;
    width: 995px;
    overflow: hidden;
}

    .list_notify marquee {
        font-size: 14px;
        font-weight: bold;
    }
/* end top bar */
/* end header */
@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }

    .px-5 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}
/* tin noi bat */
.head_news {
    border-top: 3px solid #33b945;
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 10px;
}

    .head_news a {
        font-family: SegoeUI-Bold !important;
        color: #01A89E !important;
    }

.f14 {
    font-size: 14px;
    line-height: 20px;
}

.list_news_hot {
    border: 1px solid #ddd;
    list-style: none;
}

    .list_news_hot li.first {
        padding: 0 0 10px
    }

    .list_news_hot li a {
        display: block
    }

    .list_news_hot li {
        padding: 12px 10px;
        border-bottom: 1px solid #ddd
    }

        .list_news_hot li:nth-child(2n) {
            background: #f0f0f0;
            margin: 1px 0
        }

        .list_news_hot li:last-child {
            border-bottom: none
        }

.title_list_news_three {
    font-size: 17px;
    font-weight: 700;
    color: #333
}

.thumbblock {
    position: relative;
    display: block;
    overflow: hidden;
}

.thumb550x300 {
    width: 550px;
    height: 300px;
}

.f20, .f22 {
    font-size: 16px;
    line-height: 24px;
}

.list_top_news li {
    margin-bottom: 15px;
    list-style: none inside;
    padding: 0px 5px;
}

.thumb110, .thumb110 img {
    width: 100%;
}

.list_top_news li .thumb110 {
    margin-bottom: 10px;
}

@-webkit-keyframes imgShine {
    100% {
        left: 125%
    }
}

@-moz-keyframes imgShine {
    100% {
        left: 125%
    }
}

@keyframes imgShine {
    100% {
        left: 125%
    }
}

.img-shine {
    overflow: hidden;
    position: relative
}

    .img-shine:before {
        position: absolute;
        content: "";
        top: 0;
        left: -75%;
        z-index: 100;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
        transform: skewX(-25deg)
    }

    .img-shine:hover:before {
        animation: imgShine .75s ease-in-out
    }

.quangcao-left .item-qc-left {
    width: 100%;
    margin-bottom: 10px;
}

    .quangcao-left .item-qc-left img {
        width: 100%;
        transition: all 0.3s ease 0s;
    }

    .quangcao-left .item-qc-left a:hover img {
        transform: scale(1.1);
    }
/* end tin noi bat */
/* tin tuc chuyen nganh */
.col48per {
    width: 49%;
}

.thumb240 {
    height: 220px;
}

.thumb300 {
    height: 300px;
}

.col48per.fl a img {
    height: auto;
}

.box_left_home .f22 {
    line-height: 22px;
}

.col48per {
    width: 49%;
}

.custom_scroll {
    height: 340px;
    overflow-y: scroll;
}

.list_news_show_home li.first {
    background: 0 0;
    padding-left: 0;
}

.list_news_show_home li {
    background: url(images/icon_dot_red.png) left 5px no-repeat;
    background-size: 5px 5px;
    padding-left: 13px;
    padding-bottom: 20px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
    min-height: 45px;
}

    .list_news_show_home li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .list_news_show_home li a.thumb140x90 {
        width: 100px;
        height: 64px;
    }

    .list_news_show_home li.first a {
        color: #333;
        display: block;
        line-height: 18px;
    }

    .list_news_show_home li a {
        color: #222;
        font-size: 14px;
        min-height: inherit !important;
        margin-right: 10px;
    }

        .list_news_show_home li a:hover {
            color: #E81111;
        }

li {
    list-style: none inside;
}

section a img {
    height: auto;
    width: 100%;
}

.image-first a img {
    height: auto;
    width: 100%;
}

.custom_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar-thumb {
    background-color: #736f6f;
}



.title_news a {
    font: 700 14px arial;
    color: #333;
}

    .title_news a:hover {
        color: #ea0000;
    }

.featured {
    color: #01A89E;
    font: 700 20px arial;
    display: inline-block;
}

.title_bg333 {
    background: #333;
    font: 700 14px arial;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.list_photo_home li {
    width: 48%;
    float: left;
    margin-bottom: 20px;
    list-style: none;
}

.thumb140 {
    height: 140px;
}

    .thumb140, .thumb140 img, .thumb170 img, .thumb240, .thumb240 img, .thumb300 img {
        width: 100%;
    }

.pkg:after {
    content: " ";
    visibility: hidden;
    clear: both;
    height: .1px;
    font-size: .1em;
    line-height: 0;
}

.title_photo_home {
    font: 500 14px arial;
    color: #fff;
    left: 0;
    z-index: 2;
    padding: 5px;
}

.title_bg, .title_photo_home {
    bottom: 0;
    right: 0;
    position: absolute;
}

.bg_shadow {
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.bg_shadow, .tag_thumb, .title_shadow {
    position: absolute;
}

.list_photo_home li:nth-child(2n) {
    float: right;
}

.image-video .popup-youtube {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #ea0000;
    font-size: 25px;
    height: 50px;
    left: 25%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 9;
}

.image-video .iq-waves {
    height: 200px;
    left: 34%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 352px;
    z-index: 2;
}

@media (max-width: 480px) {
    .image-video .iq-waves {
        height: 250px;
        width: 250px
    }
}

.image-video .iq-waves .waves {
    -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
    animation: 3s ease-in-out 0s normal none infinite running waves;
    background: #ff9494 none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    height: 200px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    width: 200px;
}

@media (max-width: 480px) {
    .image-video .iq-waves .waves {
        height: 250px;
        width: 250px
    }
}

.image-video .iq-waves .waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.image-video .iq-waves .waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.image-video .iq-waves .waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.6, 0.6);
        transform: scale(0.6, 0.6);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

.mar_bottom10 {
    margin-bottom: 10px;
}

.line {
    height: 1px;
    background: #e6e6e6;
    border: none;
}

.home-box-lightbox a img {
    transition: all 0.3s ease 0s;
}

.home-box-lightbox a:hover img {
    transform: scale(1.1);
}

/* end tin tuc chuyen nganh */
/* footer */
.bg_footer {
    border-top: 5px solid #33b945;
    background: #008001;
    padding: 20px 0;
    color: #fff !important;
}

.border-color {
    border-right: 1px solid #fff
}

footer {
    color: #fff;
    line-height: 18px;
}

.header-footer {
    font-family: SegoeUI-Bold !important;
    color: #fff;
    font-size: 26px;
}

.bg_footer p {
    margin-bottom: 7px;
}

footer form {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

    footer form input[type="email"] {
        width: 100%;
        padding-right: 50px;
    }

    footer form button#subscribe.subscribe {
        position: absolute;
        right: 0px;
        top: 1px;
        border: none;
        height: 33px;
        border: none;
    }

footer input[type="email"] {
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    max-width: 100%;
    display: block;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
}
/* end footer */
.box-thongketruycap span {
    display: block;
    padding-bottom: 5px;
}

.list_news_300 {
    background: #f4f4f4;
    display: inline-block;
}

    .list_news_300 li.first {
        width: 100%;
        float: none;
        padding: 0;
    }

        .list_news_300 li.first a {
            font-size: 16px;
            line-height: 21px;
        }

    .list_news_300 li {
        width: 50%;
        float: left;
        padding: 2%;
    }

.list_news_mobile li {
    width: 100%;
}

.thumb180, .thumb180 img {
    width: 100%;
}

.mar10 {
    margin: 10px;
}

.list_news_300 li.first a {
    font-size: 16px;
    line-height: 21px;
}

.list_news_300 li a {
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.thumb140x90 {
    width: 120px;
    height: 60px;
    margin-right: 15px;
}

.bottom-10px {
    bottom: -10px;
}

.toolbar {
    position: fixed;
    width: 58px;
    right: 30px;
    text-align: center;
    top: 30%;
    z-index: 999
}

    .toolbar .inner {
        position: relative
    }

        .toolbar .inner .toolbar_a {
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-bottom: 10px;
            line-height: 60px;
            text-align: center;
            position: relative;
            border: solid 3px #fff
        }

            .toolbar .inner .toolbar_a .fa, .toolbar .inner .toolbar_a .fab, .toolbar .inner .toolbar_a .fas {
                font-size: 24px;
                color: #fff;
                line-height: 46px;
                width: 55px;
                height: 55px;
                border-radius: 50%
            }

            .toolbar .inner .toolbar_a span {
                display: inline-block;
                min-width: 100px;
                line-height: 34px;
                background: #2daaff;
                color: #fff;
                padding: 0 15px;
                border-radius: 28px;
                top: 11px;
                left: -105px;
                position: absolute;
                display: none
            }

            .toolbar .inner .toolbar_a.mail {
                background: #0064AF
            }

            .toolbar .inner .toolbar_a.phone {
                background: #40A42B
            }

            .toolbar .inner .toolbar_a.face {
                background: #E3001B
            }

            .toolbar .inner .toolbar_a.question {
                background: #fd7e14
            }

            .toolbar .inner .toolbar_a:hover {
                background: #2daaff;
                border-color: #ffebe8
            }

                .toolbar .inner .toolbar_a:hover span {
                    display: block
                }
/*backtop*/
body:not(.device-touch) #gotoTop {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #E81111;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border-radius: 2px;
}

#gotoTop {
    bottom: 70px;
    background-color: #E81111;
}

    #gotoTop:hover {
        background-color: #ff7a13;
    }
/*end backtop*/
.time_comment {
    font-size: 11px;
    color: #999;
}

.icon_video_small {
    background: url(images/icon_video_small.png) no-repeat;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.margin--10px {
    margin-left: -10px;
    margin-right: -10px;
}

.thumb160x100 {
    width: 100%;
    height: 100px;
}

.content_shadow {
    position: absolute;
    bottom: 20px;
}

.content_shadow {
    left: 20px;
    right: 20px;
    z-index: 3;
    text-shadow: 0 1px 3px #444;
}

.line_cm {
    margin: 0 3px;
}

.sapo_news {
    color: #666;
    font-size: 15px;
    line-height: 18px;
    margin-top: 12px;
}

.content_shadow .sapo_news, .content_shadow .time_comment {
    color: #fff;
}

.bg_shadow {
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.icon_video_large {
    background: url(images/icon_video_larrge.png) no-repeat;
    width: 104px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    left: 50%;
    margin-left: -52px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: forestgreen;
    border-color: forestgreen;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #1c1c1c;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.share_video {
    padding: 5px 0;
    text-align: center;
    margin: 15px 0;
}

.sharing-zone li {
    float: left;
    margin: 0 6px 0 0;
}

.sharing-zone-bottom li {
    width: 24%;
    margin: 0 .3% 0 0;
    display: inline-block;
}

.sharing-zone li a {
    background: #e6e6e6;
    display: block;
    padding: 4px 12px;
    color: #fff;
    font-family: Roboto-Bold,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sharing-zone-bottom li a {
    padding: 8px 12px;
}

.fb_share {
    background: #3c5898 !important;
}

.sharing-zone .fa {
    font-size: 15px;
    color: #fff;
    vertical-align: sub;
    margin-right: 12px;
}

.sharing-zone li a span {
    display: inline-block;
    margin-top: 2px;
    font-size: 11px;
}

.glus_share {
    background: #cd3627 !important;
}

.tweet_share {
    background: #6aadd1 !important;
}

.zalo_share {
    background: #007DC4 !important;
}

.list_news_cate li {
    border-bottom: 1px solid #ddd;
}

.list_news_cate .title_list_top_news {
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 10px
}

.list_news_cate .info_list_top_news {
    width: 75%;
}

.list_news_cate li {
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%
}

.sapo_news {
    color: #666;
    line-height: 18px;
    margin-top: 12px;
}

.list_news_cate .thumb260x170 {
    height: 100px;
    width: 25%;
}

.breadcump {
    padding-bottom: 10px;
}

    .breadcump li {
        display: inline-block;
        list-style: none inside;
    }

    .breadcump a {
        display: inline-block;
        margin: -10px 3px 0;
        font-size: 12px;
    }

        .breadcump a, .breadcump a span {
            line-height: 19px;
        }

    .breadcump a {
        margin-top: 0;
    }

    .breadcump li:last-child a {
        color: #eb2537;
    }

.time_detail_news {
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-weight: 600;
}

    .time_detail_news a {
        display: inline-block;
    }

.sapo_detail {
    line-height: 23px;
    color: #444;
    font-style: normal;
    display: block;
    text-align: justify;
}

    .sapo_detail > span {
        font-size: 13px;
        color: #fff;
        background-color: #008001;
        padding: 2px 5px;
    }

.head_tag_detail {
    color: #bd1616;
    margin-right: 10px;
    margin-top: 5px;
}

.list_tag_trend a {
    margin-left: 0;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 2px 8px;
    font-size: 12px !important;
    background: #f2f2f2;
    line-height: 17px !important;
    text-transform: capitalize;
}

.list_tag_trend a {
    margin-right: 10px;
    display: inline-block;
}

.new_relation_top2 {
    padding: 13px 10px 0;
    margin: 0 -10px;
    background: #fff;
    position: relative;
}

.head_new_relation_top_outer {
    border-top: 1px solid #ddd;
}

.head_new_relation_top {
    display: inline-block;
    background: #fff;
    margin-top: -11px;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #555;
    margin-left: 20px;
    padding: 0 10px;
    font-weight: 700;
}

.list-dot {
    margin-bottom: 12px;
}

    .list-dot li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .list-dot li:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            content: '';
            background: #999;
            position: absolute;
            left: 0;
            top: 6px;
            border-radius: 20px;
        }

        .list-dot li a {
            font-size: 14px !important;
        }

.comment-widget .comment-form {
    width: 100%;
    position: relative;
    padding-left: 40px;
}

.comment-widget .comment-editor {
    position: relative;
    margin-bottom: 7px;
    float: left;
    width: 100%;
}

    .comment-widget .comment-editor:before {
        content: '';
        position: absolute;
        top: 0;
        left: -40px;
    }

.comment-widget .avatar, .comment-widget .comment-form .comment-editor:before {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #eee url(images/avatar_silkhouse.gif) no-repeat 50% 50%;
    background-size: cover;
    border: 0;
    display: inline-block;
    margin-right: 10px;
}

.comment-widget .comment-editor .editor-tool {
    display: none;
    position: absolute;
    top: 1px;
    right: 2px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.comment-widget .comment-editor .comment-input {
    font-family: sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 55px;
    min-height: 55px;
    padding: 10px 15px;
    margin: 0 0;
    outline: none;
    border: 1px solid #999999;
    background-color: #FFF;
    overflow: hidden;
    resize: none !important;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.comment-widget .comment-list .comments {
    width: 100%;
    margin: 0;
    -webkit-animation: fadeInImages 0.5s;
    -khtml-animation: fadeInImages 0.5s;
    -moz-animation: fadeInImages 0.5s;
    -ms-animation: fadeInImages 0.5s;
    -o-animation: fadeInImages 0.5s;
    animation: fadeInImages 0.5s;
    margin-top: 10px;
}

.comment-widget .comments:not(.replies) {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 30px;
}

.comment-widget .comment {
    width: 100%;
    padding: 18px 0 0 18px;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #eee;
}

    .comment-widget .comment .comment-meta {
        font-size: 14px;
        color: #141823;
        line-height: 20px;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .comment-widget .comment .avatar {
        position: absolute;
        top: 21px;
        left: 0;
    }

    .comment-widget .comment .comment-meta .author {
        color: #000;
        font-weight: bold;
        font-size: 14px;
        line-height: 19px;
        display: inline-block;
        margin-bottom: 0;
    }

        .comment-widget .comment .comment-meta .author .author-name {
            margin-right: 10px;
        }

        .comment-widget .comment .comment-meta .author .time {
            color: #666;
            font-size: 11px;
            display: inline-block;
            font-weight: normal;
            line-height: normal;
        }

    .comment-widget .comment .comment-meta .comment-content {
        width: 100%;
        font-size: 14px;
        line-height: 1.43;
        margin-bottom: 5px;
    }

.comment-actions {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    position: relative;
}

    .comment-actions a {
        color: #627aad !important;
        display: inline-block;
    }

    .comment-actions > span.separator {
        display: inline-block;
        padding: 0 10px;
        font-size: 10px;
        color: #999;
    }

.comment-widget .comment .comment-form.reply-form {
    padding-left: 0;
    margin-bottom: 10px;
}

.comment-widget .btnMore {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    display: block;
    width: 100%;
}

.comment-widget > .btnMore {
    width: 100%;
    padding: 5px 0;
    text-shadow: 1px 1px 0px #FFF;
    text-align: center;
    margin-top: 20px;
    background: #f6f7f8;
    color: #3b5998;
}

.cursor {
    cursor: pointer;
}

.text_ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.noi-dung-trang p img {
    display: block;
    margin: 0 auto;
}

.noi-dung-trang table {
    width: 100% !important;
    margin-bottom: 5px;
    text-align: center;
}

.divmenu {
    /*height: 200px;*/
    /*margin-top: 5px;*/
    width: 1423px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    position: absolute;
    /*top: 40px;*/
    left: -15px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .divmenu .row {
        margin: 2%;
    }

.showmenus {
    visibility: visible;
    opacity: 1;
}

.menu-ellipsis {
    position: inherit !important;
}

.occ-name a {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    padding-left: 6px;
    border-left: 3px solid #E81111;
    height: 12px;
    line-height: 12px;
    background-color: transparent !important;
}

.occs a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    background-color: transparent !important;
    margin-bottom: 10px;
}

.occs {
    margin-bottom: 10px;
}

    .occs a:hover {
        color: #333;
    }

.addcomment {
    width: 90%;
    display: inline-block;
}

.hidden {
    display: none !important;
}

#searchbox {
    position: relative;
    width: inherit;
    height: inherit;
    padding: 0;
}

    #searchbox input {
        position: absolute;
        width: 150px;
        height: 34px;
        right: -1px;
        top: 5px;
        border-radius: 6px;
        background-color: #f98181;
        padding-left: 15px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        visibility: hidden;
        background-image: none;
        padding: 0 10px;
        border: none;
        color: #fff !important;
    }

    #searchbox.active input {
        width: 250px;
        opacity: 1;
        visibility: visible;
    }

#search_button {
    position: relative;
    top: 11px;
    right: inherit;
    width: inherit;
    height: inherit;
    cursor: pointer;
    outline: none;
    background: transparent;
    color: white;
    border: none;
    margin-left: 11px;
}

    #search_button i {
        font-size: 22px;
    }

#searchbox input:focus {
    border-color: #fff !important;
}

#page-search .search-box {
    border-radius: 5px;
    border: solid 1px #d2d0d0;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
}

    #page-search .search-box input {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 12px 15px 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 0.77;
        color: #000000;
        border: none;
    }

    #page-search .search-box button {
        width: 33px;
        height: 100%;
        background-color: transparent;
        outline: none;
        border: none;
    }

        #page-search .search-box button i {
            font-size: 20px;
            color: #000;
            position: relative;
            top: 2px;
            font-weight: bold;
        }

    #page-search .search-box input:focus {
        outline: none;
    }

.totalsearch {
    font-size: 1rem;
    color: #888;
}

.box-thongketruycap span {
    display: block;
    padding-bottom: 10px;
    font-size: 15px;
}
/*.box-thongketruycap span b {
        float: right;
    }*/
#tableQLVB {
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    #tableQLVB tr {
        max-width: 100% !important;
        word-wrap: break-word;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
        font-size: 13px;
    }

        #tableQLVB tr th, td {
            padding: 8px;
        }

.sendfile-item {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
}

.toltal-search {
    color: #1874C1 !important;
    padding: 10px 0px;
    font-size: 15px;
}

.vb_relation_top2 {
    padding: 13px 10px 0;
    background: #fff;
    position: relative;
}

.reply {
    display: flex;
    padding-top: 5px !important;
    margin-bottom: 10px;
    border: none !important;
}

.card-title {
    text-transform: uppercase;
    color: #01A89E;
    font-weight: bold;
    font-size: 1.12rem;
}
/* footer mobile */
.footer-mobile {
    width: 100%;
    padding: 4px 5px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background: white;
    border-top: 1px solid #e2e2e2;
    z-index: 1111111;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: transform 300ms ease;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
}

    .footer-mobile .footer-wrap {
        width: 100%;
        padding-bottom: 2px
    }

        .footer-mobile .footer-wrap li {
            display: inline-block;
            width: 16%;
            float: left;
        }

            .footer-mobile .footer-wrap li a {
                display: block;
                text-align: center;
                font-size: 12px;
                color: #353535
            }

.ico-home {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px;
}

    .ico-home::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -13px;
        background-image: url(images/sprite_v33.png );
        background-size: 852px;
        background-repeat: no-repeat;
        background-position: -2px -455px;
        width: 26px;
        height: 22px;
        display: block
    }

.footer-mobile .footer-wrap li.active a .ico-home::before {
    background-position: -2px -479px
}

.ico-menu {
    display: block;
    width: 100%;
    height: 22px;
    margin-bottom: 3px
}

.ico-video2 {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-video2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png );
        background-size: 852px;
        margin-left: -11px;
        background-position: -32px -455px;
        width: 21px;
        height: 23px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-video2::before {
    background-position: -32px -478px
}

.ico-video {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-video::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png );
        background-size: 852px;
        margin-left: -11px;
        background-position: -25px -503px;
        width: 19px;
        height: 21px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-video::before {
    background-position: -25px -526px
}

.ico-vzine {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-vzine::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png);
        background-size: 852px;
        margin-left: -11px;
        background-position: -63px -555px;
        width: 18px;
        height: 21px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-vzine::before {
    background-position: -88px -555px
}

.ico-hot {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-hot::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png );
        background-size: 852px;
        margin-left: -11px;
        background-position: -8px -504px;
        width: 12px;
        height: 20px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-hot::before {
    background-position: -8px -528px
}

.ico-weather {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-weather::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png);
        background-size: 852px;
        margin-left: -16px;
        background-position: -58px -455px;
        width: 32px;
        height: 21px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-weather::before {
    background-position: -58px -478px
}

.ico-zone {
    display: block;
    width: 100%;
    position: relative;
    height: 22px;
    margin-bottom: 3px
}

    .ico-zone::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        background-image: url(images/sprite_v33.png );
        background-size: 852px;
        margin-left: -14px;
        background-position: -97px -461px;
        width: 28px;
        height: 18px;
        background-repeat: no-repeat;
        display: block
    }

footer .footer-wrap li.active a .ico-zone::before {
    background-position: -97px -483px
}

.tab-menu-icon .show-more {
    width: 21px;
    height: 27px;
    display: inline-block;
    position: relative
}

    .tab-menu-icon .show-more .lines {
        width: 20px;
        height: 2px;
        display: block;
        position: absolute;
        top: 48%;
        left: 0;
        background: #d0d0d0;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: background .3s,-webkit-transform .3s;
        transition: background .3s,transform .3s;
        -moz-transition: transform .3s,background .3s;
        -o-transition: transform .3s,background .3s;
        text-align: left
    }

        .tab-menu-icon .show-more .lines:before, .tab-menu-icon .show-more .lines:after {
            position: absolute;
            background: #d0d0d0;
            height: 2px;
            width: 20px;
            content: '';
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transition: background .3s,-webkit-transform .3s;
            transition: background .3s,-webkit-transform .3s;
            transition: transform .3s,background .3s;
            transition: transform .3s,background .3s,-webkit-transform .3s
        }

        .tab-menu-icon .show-more .lines:before {
            top: -6px
        }

        .tab-menu-icon .show-more .lines:after {
            bottom: -6px
        }
/* end footer mobile */
/* tab menu */
.show-tab-menu .hide-wrap {
    display: none
}

.show-tab-menu .tab-menu {
    display: block;
    /* position: fixed;
    top: 0;
    z-index: 999999;
    overflow: scroll;
    height: 100%;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; */
}

.tab-menu {
    display: none;
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 16px;
    padding-bottom: 50px
}

    .tab-menu .vtvfooter {
        margin: 0 -16px;
    }

    .tab-menu .list-tab-menu {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 16px
    }

        .tab-menu .list-tab-menu li {
            width: calc(50% - 10px);
            margin-right: 16px;
            float: left;
            margin-bottom: 16px;
            position: relative;
            overflow: hidden;
            height: 35px;
            border: 1px solid #d7d7d7;
            border-radius: 3px
        }

            .tab-menu .list-tab-menu li.lazy-show {
                display: none
            }

            .tab-menu .list-tab-menu li .noi-bat {
                float: left;
                margin: 6px
            }

            .tab-menu .list-tab-menu li .thoi-su {
                float: left;
                margin: 8px
            }

            .tab-menu .list-tab-menu li .truyen-hinh, .tab-menu .list-tab-menu li .the-thao, .tab-menu .list-tab-menu li .giai-tri, .tab-menu .list-tab-menu li .kinh-te, .tab-menu .list-tab-menu li .tap-chi-truyen-hinh, .tab-menu .list-tab-menu li .chuyen-dong, .tab-menu .list-tab-menu li .tam-long-viet, .tab-menu .list-tab-menu li .chao-buoi-sang, .tab-menu .list-tab-menu li .viet-nam-hom-nay, .tab-menu .list-tab-menu li .lich-phat-song, .tab-menu .list-tab-menu li .goc-doanh-nghiep, .tab-menu .list-tab-menu li .goc-anh, .tab-menu .list-tab-menu li .infographic, .tab-menu .list-tab-menu li .v-zine, .tab-menu .list-tab-menu li .khan-gia, .tab-menu .list-tab-menu li .cong-nghe, .tab-menu .list-tab-menu li .giao-duc, .tab-menu .list-tab-menu li .suc-khoe, .tab-menu .list-tab-menu li .doi-song, .tab-menu .list-tab-menu li .giao-luu-truc-tuyen, .tab-menu .list-tab-menu li .thuoc-la {
                float: left;
                margin: 5px
            }

            .tab-menu .list-tab-menu li:nth-child(2n) {
                margin-right: 0
            }

            .tab-menu .list-tab-menu li a {
                width: 100%;
                display: block;
                position: absolute;
                bottom: 0;
                text-align: center;
                margin-top: -8px;
                color: #3c3c3c;
                font-family: SFD Bold;
                font-weight: normal;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 12;
                font-size: 13px
            }

            .tab-menu .list-tab-menu li img {
                width: 100%;
                display: block;
                filter: blur(2px)
            }

    .tab-menu .list-tab-menu-2 {
        width: 100%;
        overflow: hidden;
        display: block;
        margin-bottom: 16px
    }

        .tab-menu .list-tab-menu-2 li {
            width: calc(50% - 10px);
            float: left;
            margin-right: 16px;
            border: 1px solid #b6c6d9;
            border-radius: 3px
        }

            .tab-menu .list-tab-menu-2 li:nth-child(2n) {
                margin-right: 0
            }

            .tab-menu .list-tab-menu-2 li a {
                width: 100%;
                text-align: center;
                display: block;
                font-family: SFD Medium;
                font-weight: normal;
                font-size: 14px;
                padding: 8px 0;
                color: #7f92a8;
                background: #eff4f9
            }

.show-tab-menu .hide-wrap {
    display: none
}

.tab-menu .search-tab-menu {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

    .tab-menu .search-tab-menu input {
        width: 100%;
        height: 37px;
        line-height: 37px;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 3px;
        border: 1px solid #cdcdcd
    }

    .tab-menu .search-tab-menu .search-icon {
        background-position: -134px -458px;
        width: 25px;
        height: 26px;
        display: block;
        bottom: 5px;
        right: 5px;
        position: absolute;
        font-size: 18px;
        top: 10px;
    }

.menu-line {
    font-family: arial;
    color: #252525;
    font-size: 16px;
    position: relative;
    height: 30px;
    z-index: 1;
    display: flex;
    justify-content: center
}

    .menu-line span {
        background: white;
        padding: 0 10px;
        color: #a1a0a0
    }

    .menu-line::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #c7c7c7;
        top: 9px;
        left: 0;
        z-index: -1
    }

body.show-tab-menu .tab-menu-icon .show-more .lines {
    background: transparent
}

    body.show-tab-menu .tab-menu-icon .show-more .lines:before, body.show-tab-menu .tab-menu-icon .show-more .lines:after {
        background: #c11200
    }

    body.show-tab-menu .tab-menu-icon .show-more .lines:before {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg)
    }

    body.show-tab-menu .tab-menu-icon .show-more .lines:after {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        width: 20px
    }

/* end tab menu */
/* css mobile */
.header_mobile {
    margin-bottom: 25px;
}

    .header_mobile .logo {
        left: 3px;
        background-position: 0 -80px;
        width: 325px;
        height: 84px;
        float: left;
        position: absolute;
        top: -22px;
        z-index: 100;
    }

    .header_mobile .menu-main {
        margin-left: 112px;
        position: relative;
        z-index: 1000;
        height: 48px;
    }

    .header_mobile .char-logo {
        left: 0;
        position: absolute;
    }

        .header_mobile .char-logo h3 {
            font-size: 15px;
            font-family: SegoeUI-Bold !important;
            color: #ffffff;
        }

    .header_mobile .header_top {
        width: 100%;
        position: relative;
        height: 38px;
        background-color: #0ad610a1;
    }

    .header_mobile .logo img {
        width: 90px;
    }

.bg-main {
    background-color: #008000;
}

.txt_16 {
    font-size: 16px;
}

/* end css mobile*/
@media screen and (max-width: 768px) {
    .w-75 {
        width: 100% !important;
    }

    .px-5 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .thumb550x300 {
        width: 100%;
        height: auto;
    }

    .news-list-item .content-certificate {
        width: calc(100% - 120px - 2px) !important;
    }

        .news-list-item .content-certificate p {
            margin-top: 0 !important;
            margin-bottom: 5px !important;
        }

    .col48per {
        width: 100%;
        margin-bottom: 20px;
    }

    .custom_scroll {
        height: auto;
        overflow-y: auto;
    }

    .image-video .popup-youtube {
        left: 50%;
        top: 25%;
    }

    .image-video .iq-waves {
        left: 50%;
        top: 25%;
    }

    .thumb240 {
        height: auto;
    }

    .thumb300 {
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .w-75 {
        width: 100% !important;
    }

    .px-5 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .list_top_news li:nth-child(2n+1) {
        margin-right: 2%;
        clear: left;
    }

    .list_top_news li {
        width: 48%;
        margin-right: 2%;
    }

    .hight-news {
        margin: 0 -8px;
    }

    .list_news_cate li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .list-inline {
        margin-top: 5px;
    }
}

.show-tab-menu .tab-menu {
    display: block;
}
/*css mobile*/
@media (max-width: 991px) {
    .w-75 {
        width: 100% !important;
    }

    .px-5 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .sharing-zone-bottom li {
        width: 48%;
        margin: 2px;
        display: inline-block;
    }

    .table-mobile thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-mobile tr {
        display: block;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        background: #FBFBFB;
    }

    .table-mobile td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: center;
        border: none !important;
    }

        .table-mobile td::before {
            content: attr(data-label);
            float: left;
            font-weight: bold;
        }

        .table-mobile td:last-child {
            border-bottom: 0;
        }

    .list_news_mobile li {
        width: 50%;
    }

    .list_news_cate .thumb260x170 {
        height: 100px;
        width: 26%;
        margin-right: 5px;
    }

    .list_news_cate .info_list_top_news {
        width: 70%;
    }

    .list-inline {
        margin-top: 5px;
        z-index: 99999999 !important;
    }

    .header_mobile .logo {
        width: 90px;
    }
}

.icon-login {
    font-size: 17px;
    cursor: pointer;
}

.DangNhapDangKyModal {
    top: 15%;
}

.YeuCauXacThucModal {
    top: 15%;
}

.btnDangNhapTK, .btnDangKyTK {
    background-color: #e81111;
    color: white;
}

    .btnDangNhapTK:hover, .btnDangKyTK:hover {
        color: white !important;
    }

.nav-login a:hover {
    color: black !important;
}

.nav-login {
    width: 50%;
    text-align: center;
    font-size: .875rem;
    font-weight: bold;
}

.title-login {
    text-align: center;
    font-size: .875rem;
}

.login-width {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    height: 31px;
    line-height: 31px;
    font-size: 15px;
    font-weight: 700;
}

.login-fb {
    color: #3B5999 !important;
    border: 1px solid #3B5999;
}

.login-gg {
    color: #4688F1 !important;
    border: 1px solid #4688F1;
}

.field-validation-error {
    font-size: 13px !important;
}

.avatar_inner {
    width: 25px;
    height: 25px;
    background: #c4c4c4;
    overflow: hidden;
    margin-top: -4px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.name_user_av {
    max-width: 65px;
    overflow: hidden;
    margin-top: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.myvne_user_status {
    height: auto;
    top: 29px;
    left: auto;
    right: -25px;
    margin-top: 0;
    min-width: 270px;
    background: #fff;
    border: none;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
    padding: 0 15px;
    display: none;
    z-index: 999;
    position: absolute;
}

/*new*/
:root {
    --background-color: ##FBFBFB;
}

body {
    width: 100%;
    height: auto;
    background-color: var(--background-color);
}

footer a,
footer a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

img {
    max-width: 100%;
}

.bor-bt {
    border-bottom: 1px solid #ccc;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
}


/*=========================================== /\ end css menu-nav ============================*/

.menu-nav {
    margin-top: 50px;
    padding-bottom: 50px;
}

.menu-nav-content {
    background: green;
    border-radius: 50px;
    height: 100px;
    width: 100%;
    margin-left: 6px;
}

    .menu-nav-content ul {
        float: right;
        margin-right: 55px;
    }

        .menu-nav-content ul li {
            margin: 0 5px;
            display: inline-block;
        }

    .menu-nav-content .tile-background {
        height: 55px;
        width: 55px;
        margin: 10px 17px 0px 17px;
    }

.menu-nav-content {
    text-align: center;
}

    .menu-nav-content img {
        height: 50px;
        width: 50px;
    }

    .menu-nav-content .nav-link-title {
        color: #fff;
        padding: 5px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .menu-nav-content .active .nav-link-title,
    .menu-nav-content ul li:hover .nav-link-title {
        color: yellow;
    }

.logo-svh {
    position: absolute;
    top: 17px;
}

    .logo-svh img {
        height: 165px;
        width: 165px;
    }


/*=========================================== /\ end css menu-nav ============================*/

#logo-page {
    position: relative;
    margin-bottom: 90px;
}

    #logo-page .logo {
        position: absolute;
        width: 100%;
        top: -87px;
    }

        #logo-page .logo .img-logo {
            text-align: center;
        }

            #logo-page .logo .img-logo img {
                width: 165px;
            }


/*=========================================== /\ begin css only main-nav-content ============================*/

.main-nav-content ul li {
    margin: 0 5px;
    display: inline-block;
}

    .main-nav-content ul li:hover {
        box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

        .main-nav-content ul li:hover .nav-link-title {
            color: green;
        }

    .main-nav-content ul li:first-child .tile-background {
        background: #047cd4;
    }

.main-nav-content .tile-background {
    background: #4bbae2;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    margin: 0px 17px;
}

.main-nav-content ul li:nth-child(3) .tile-background,
.main-nav-content ul li:nth-child(4) .tile-background,
.main-nav-content ul li:nth-child(5) .tile-background,
.main-nav-content ul li:nth-child(6) .tile-background,
.main-nav-content ul li:nth-child(7) .tile-background {
    background: transparent;
}

.main-nav-content ul li:last-child .tile-background {
    background: rgb(215, 25, 33);
}

.main-nav-content,
.main-nav-content .nav-link {
    text-align: center;
}

    .main-nav-content .nav-link {
        padding: 0;
    }

        .main-nav-content .nav-link img {
            height: 60px;
            width: 60px;
        }

        .main-nav-content .nav-link .fa {
            font-size: 22px;
            padding: 19px;
            color: #fff;
        }

.nav-link-title {
    color: #393E46;
    padding: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-nav-content .active > .nav-link .nav-link-title {
    color: green;
}


/*=========================================== /\ end css only main-nav-content ============================*/


/*=========================================== \/ begin css only slider-main ============================*/

.slider-main img {
    object-fit: cover;
    height: 400px;
}

.slider-main .carousel-caption {
    right: 0;
    left: 0;
    background: #3333338a;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .slider-main .carousel-caption h5,
    .slider-main .carousel-caption p {
        padding: 0 10%;
    }

    .slider-main .carousel-caption h5 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .slider-main .carousel-caption p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 15px 0 0;
    }

.slider-main .carousel-indicators {
    margin: 0;
    display: none;
}


/*=========================================== /\ begin css only slider-main ============================*/


/* ================= top navigator ======================= */

.main-nav {
    border-bottom: 2px solid #ddd;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(5, 144, 51);
}


/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(5, 144, 51);
} */

.navbar-nav li.nav-item {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.navbar-nav > li > a {
    position: relative;
}

.main-nav nav .active > a:after {
    content: '';
    background: rgb(5, 144, 51);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.main-nav nav .nav-item:hover > a:after {
    content: '';
    background: rgb(5, 144, 51);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #393E46;
    text-transform: uppercase;
    padding: 0.5rem 0 !important;
    font-weight: 500;
}


/*================== End top navigator =============================*/


/*=================== Search box ===================================*/

.search-section {
    width: 50%;
}

.search-box .search-bar {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 30px;
    border: 1px solid rgb(2, 152, 52);
}

    .search-box .search-bar .input-text {
        width: 100%;
        .header_mobile .char-logo h3 margin-left: 0px;
        margin-bottom: 0;
        height: 42px;
        line-height: 42px;
        padding: 0px 0px 0px 20px;
        .header_mobile .char-logo h3 max-width: 100%;
        display: block;
        border: none;
        outline: none;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }

    .search-box .search-bar .input-group-btn {
        position: relative;
        white-space: nowrap;
        width: 1%;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        z-index: 0;
    }

        .search-box .search-bar .input-group-btn .icon-fallback-text {
            background: linear-gradient(90deg, rgb(20, 113, 51) 0%, rgb(2, 152, 52) 35%, rgb(2, 152, 52) 100%);
            color: #fff;
            font-size: 16px;
            padding: 0 20px 0 20px;
            text-transform: uppercase;
            border: 1px solid rgb(2, 152, 52);
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            height: 42px;
            line-height: 42px;
        }


/*=================== End - Search box ===================================*/


/* ------------------------------------------begin sidebar -----------------------------------------*/


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    /*padding-top: 60px;*/
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    background-color: rgba(244, 255, 229, .98);
    border-right: 1px solid green;
}

.top-sidebar {
    background: green;
    color: #fff;
    height: 90px;
}

    .top-sidebar span img {
        height: 70px;
        width: 70px;
        margin: 10px;
    }

    .top-sidebar span {
        margin-left: 18px;
        line-height: 56px;
        font-size: 25px;
        text-transform: uppercase;
    }


/* The navigation menu links */

.sidenav ul.navbar-nav {
    padding: 10px;
    margin: 0;
    width: 100%;
}

.sidenav ul li {
    margin: 0 !important;
    padding-left: 10px !important;
}

.sidenav a {
    color: green;
    transition: 0.3s
}

.sidenav .nav-link {
    font-size: 18px;
    width: 100%;
    float: left;
}

    .sidenav .nav-link img {
        float: left;
        height: 40px;
        width: 40px;
    }

    .sidenav .nav-link span {
        float: left;
        text-transform: uppercase;
        padding: 6px 0 0 15px;
    }

.button-nav {
    border: thin solid white;
    border-radius: 5px;
    padding: 6px 10px !important;
    margin-right: 10px;
    line-height: 0px;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}


/* Position and style the close button (top right corner) */


/* .sidenav .closebtn {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
} */

.sidenav .closebtn:hover {
    color: #FFFF00;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#all-main {
    transition: margin-left .5s;
    overflow: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
}


/* Add a black background color to the top navigation */


/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


    /* Change the color of links on hover */

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }


    /* Add a color to the active/current link */

    .topnav a.active {
        background-color: #4CAF50;
        color: white;
    }


/* ------------------------------------------end sidebar -----------------------------------------*/


/*=================== End - Search box ===================================*/

.home-body-section .containner {
    position: absolute;
    top: 800px;
}

.panel-title {
    text-align: center;
}

.home-body-section .panel-csdl {
    margin-top: 5px;
}

.divider {
    height: 2px;
    background: #DDDDDD;
    margin-top: 10px;
}

.pattern-left img {
    width: 100%;
    height: 29.62px;
}

.pattern-right img {
    width: 100%;
    height: 29.62px;
}


/* =================================================
Category page detail =========================================== */

.page-component {
    text-align: center;
}

    .page-component .title {
        margin-top: 120px;
        width: 473px;
        text-align: center;
    }

        .page-component .title .row p {
            width: 100%;
        }

        .page-component .title .description {
            font-family: Roboto;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            text-align: center;
        }

        .page-component .title .main-lable {
            height: 93px;
            font-family: Pacifico;
            font-style: normal;
            font-weight: normal;
            font-size: 64px;
            text-align: center;
        }

        .page-component .title .seperator {
            text-align: center;
            margin-bottom: 20px;
        }

    .page-component .category {
        margin: auto;
        width: 1170px;
        height: 891px;
    }

        .page-component .category .category-item {
            width: 245px;
            height: 315px;
            background: #FFFFFF;
            box-shadow: 5px 10px 20px #EEEEEE;
            border-radius: 20px;
        }

            .page-component .category .category-item img {
                margin-top: 50px;
            }

            .page-component .category .category-item .category-item-title {
                height: 28px;
                margin-top: 4px;
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 24px;
                line-height: 28px;
                text-align: center;
                text-transform: uppercase;
                color: #000000;
            }

.bottom {
    background-color: #292C33;
}

.copyright {
    margin-top: 22px;
    width: 388px;
    height: 30px;
    left: 376px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #6F7885;
}

.bottom ul {
    margin-top: 22px;
    list-style: none;
}

    .bottom ul > li {
        color: #6F7885;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        float: left;
        padding: 0 5px;
    }

        .bottom ul > li:not(:first-child) {
            text-align: -webkit-match-parent;
            border-left: 1px solid #666;
        }

        .bottom ul > li a {
            color: #6F7885;
        }


/*===================News====================*/

.news-item {
    width: 370px;
    height: 573px;
}

    .news-item .pulished-date {
        line-height: 22px;
    }

        .news-item .pulished-date .date {
            float: left;
            margin-left: 10px;
            width: 93px;
            height: 22px;
            font-family: LineAwesome;
            font-size: 14px;
            /* identical to box height, or 157% */
            color: #0399B9;
        }

        .news-item .pulished-date .time {
            float: right;
            margin-right: 10px;
            width: 78px;
            height: 22px;
            font-family: LineAwesome;
            font-size: 14px;
            /* identical to box height, or 157% */
            color: #0399B9;
        }

    .news-item .title {
        width: 327px;
        height: 46px;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        /* or 144% */
        color: #393E46;
    }

.button {
    width: 170px;
    height: 46px;
    background: #0399B9;
    box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
    border-radius: 40px;
}


/*============================Danh muc du lieu*/

.section-title .line img {
    height: 20px;
}

.section-title p {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.section-title h2 {
    font-family: 'Pacifico', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 80px;
    text-align: center;
}

.box-item {
    position: relative;
}

.danh-muc-du-lieu {
    padding-bottom: 5rem !important;
}

    .danh-muc-du-lieu .item img {
        border-radius: 0 30px;
    }

    .danh-muc-du-lieu .item h3 {
        position: absolute;
        top: 30px;
        margin: 0;
        padding: 7px 48px;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        opacity: 0.8;
    }

    .danh-muc-du-lieu .card-body {
        position: absolute;
        color: #fff;
        font-size: 16px;
        font-family: tahoma;
        font-weight: Bold;
        bottom: 0px;
        padding: 12px 12px 12px 12px;
        background: green;
        border-radius: 0 0 0 30px;
        background-position-y: 90%;
        width: 100%;
    }

        .danh-muc-du-lieu .card-body .card-text {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            text-transform: uppercase;
            text-align: center;
        }

.dm-1 h3 {
    background: #0399b8 !important;
}

.dm-2 h3 {
    background: #03b898 !important;
}

.dm-3 h3 {
    background: #fd9c42 !important;
}

.dm-4 h3 {
    background: #036cb8 !important;
}

.dm-5 h3 {
    background: #1f9db7 !important;
}

.dm-6 h3 {
    background: #1fb49a !important;
}

.dm-7 h3 {
    background: #fbb26f !important;
}

.dm-8 h3 {
    background: #1874b7 !important;
}


/*--------------------------section-news------------------------------*/

.carousel-Units .item-blogs {
    background: none;
}

.item-blogs {
    background: #fff;
    border-radius: 30px 0 0 0;
    text-align: center;
}

    .item-blogs:hover {
        border-radius: 0 30px 0 0;
    }

    .item-blogs .date_post {
        margin-right: 30px;
    }

    .item-blogs .item-blogs h3 {
        color: #393E46;
        padding: 5px 15px;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }

    .item-blogs .item-blogs p {
        color: #6F7885;
        padding: 5px 15px;
        font-size: 14px;
        text-align: left;
    }

    .item-blogs .view_more {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 35px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
        background: #0399B9;
        box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
        border-radius: 40px;
        border: #0399B9;
    }


/*===========================Back to Top =======================*/

#top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    background: #51d0cd;
    border-radius: 5px;
}

    #top img {
        width: 25px;
        margin: 13px;
    }


/*--------------------------section-feedback------------------------------*/

.feedback {
    height: auto;
    width: 100%;
    float: left;
    padding: 10px 10px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}


/*--------------------------begin-news-------------Thanhhai-----------------*/

.section-list-news .item-blogs {
    padding: 0;
    margin: 10px 0;
}

.section-list-news .article-info {
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    color: #0399B9;
    text-align: left;
}

    .section-list-news .article-info .date_post {
        margin-right: 30px;
    }

.section-list-news .item-blogs h3 {
    color: #393E46;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.section-list-news .item-blogs p {
    color: #6F7885;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
}

.section-list-news .item-blogs .view_more {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #0399B9;
    box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
    border-radius: 40px;
    border: #0399B9;
}


/*--------------------------end-news-------------Thanhhai-----------------*/


/*--------------------------begin-Detail-news-------------Thanhhai-----------------*/

.breadcrumb-container .breadcrumb {
    background: none;
    position: relative;
    border-bottom: 1px solid #999;
    border-radius: 0;
}

    .breadcrumb-container .breadcrumb:after {
        content: "";
        height: 2px;
        background: #0399B9;
        width: 100px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

.breadcrumb-container ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #393E46;
}

.breadcrumb-container ul li b {
    font-size: 14px;
    text-transform: uppercase;
    color: #F96D00;
}

h1.title-news {
    font-size: 24px;
    color: #393E46;
}

.news_detail span.time {
    font-size: 12px;
    color: #F96D00;
    margin: 10px;
}

h2.title-head-blog {
    font-size: 24px;
    color: #393E46;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-list .item-blogs {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    color: #0399B9;
    text-align: left;
}

    .blog-list .item-blogs .thumb-blog {
        position: relative;
    }

        .blog-list .item-blogs .thumb-blog img {
            border-radius: 5px 5px 0 0;
        }

    .blog-list .item-blogs .item-blog-text {
        padding: 15px;
    }

    .blog-list .item-blogs span {
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

        .blog-list .item-blogs span .btn-warning {
            color: #fff;
            font-size: 12px;
            background: #F0A624 !important;
            border: 1px solid #F0A624 !important;
        }

    .blog-list .item-blogs .name-item-blog h3 {
        font-weight: 600;
        line-height: 16px;
    }

        .blog-list .item-blogs .name-item-blog h3 a {
            color: #393E46;
            font-size: 14px;
        }

    .blog-list .item-blogs .name-item-blog p {
        color: #6F7885;
        font-size: 12px;
        margin: 0;
    }

#hanhchinh_news .blog-list .item-blogs .name-item-blog,
#cultural_news .blog-list .item-blogs .name-item-blog {
    position: relative;
    margin-top: 20px;
}

    #hanhchinh_news .blog-list .item-blogs .name-item-blog h3:before,
    #cultural_news .blog-list .item-blogs .name-item-blog h3:before {
        content: "";
        height: 2px;
        background: #0399B9;
        width: 100px;
        position: absolute;
        top: -10px;
        left: 0;
    }

#Units .name-item-blog h3 {
    line-height: 18px;
    text-align: center;
    padding: 10px 0;
}

    #Units .name-item-blog h3 a {
        font-size: 14px;
        color: #818181;
    }

.widget-title-blog {
    position: relative;
    border-bottom: 1px solid #999;
    margin-top: 5px;
}

    .widget-title-blog:after {
        content: "";
        height: 2px;
        background: #0399B9;
        width: 100px;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

h2.title-widget-blog {
    font-size: 14px;
    text-transform: uppercase;
    color: #393E46;
    margin: 0;
    display: inline-block;
    height: 39px;
    line-height: 39px;
}

.widget-title-blog span a {
    font-size: 11px;
    color: #A0A0A0;
    float: right;
    line-height: 39px;
}

.item-widget {
    padding: 5px 0;
    border-bottom: 1px solid #E9E9E9;
}

.item-widget {
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0px 10px;
}

    .item-widget h3 {
        font-size: 14px;
        text-align: justify;
    }

        .item-widget h3 a {
            color: #393E46;
        }

    .item-widget .thumb-left a img {
        object-fit: cover;
        width: 80px;
        height: 80px;
        object-position: 50% 0;
        float: left;
        border-radius: 5px;
    }

    .item-widget .name-right {
        padding-left: 90px;
    }

        .item-widget .name-right .article-info span {
            font-size: 11px;
            color: #A0A0A0;
            padding: 0 5px;
        }

            .item-widget .name-right .article-info span.date_post {
                float: left;
            }

            .item-widget .name-right .article-info span.time_post {
                float: right;
            }

.mail_feedback {
    height: 82px;
    background: url(../images/m-feedback.png) no-repeat #2c86a4;
    position: relative;
    color: #fff;
}

    .mail_feedback div {
        padding: 10px 0 0 30px;
    }

    .mail_feedback span {
        font-size: 16px;
        font-weight: bold;
    }

    .mail_feedback p {
        font-size: 14px;
        font-weight: 500;
    }

    .mail_feedback a {
        position: absolute;
        color: #fff;
        font-size: 11px;
        right: 10px;
        bottom: 10px;
    }

.tool-content {
    background: #eee;
}

    .tool-content ul li {
        min-height: 70px;
        overflow: hidden;
        padding: 15px;
        border-bottom: 1px solid #E7E7E7;
    }

    .tool-content .img-tool {
        float: right;
        height: 40px;
    }

    .tool-content .tool-title {
        float: left;
        text-transform: uppercase;
        font-size: 14px;
    }

        .tool-content .tool-title a {
            color: #000;
            font-weight: bold;
        }

        .tool-content .tool-title p {
            color: #000;
            font-weight: 100;
            margin: 0;
        }


/*--------------------------end-Detail-news-------------Thanhhai-----------------*/


/*--------------------------begin-footer--------------Thanhhai-----------------*/

footer {
    background: #BEE9E8;
    color: #000;
}

    footer .item {
        padding: 15px 0;
    }

    footer h3 {
        font-size: 18px;
        text-transform: uppercase;
    }

    footer p {
        margin-bottom: 5px;
        line-height: 24px;
    }

        footer p a {
            color: #333;
        }

        footer p img {
            width: 18px;
            margin-right: 10px;
        }

.footer-social {
    padding-top: 50px;
}

    .footer-social li {
        display: inline-block;
        margin-right: 15px;
    }

        .footer-social li a {
            font-size: 14px;
            height: 45px;
            width: 45px;
            color: #6F7885;
            border-radius: 3px;
            text-align: center;
            line-height: 44px;
            display: block;
            border: 1px solid #6F7885;
        }

        .footer-social li:hover a {
            background: #f96d00;
            color: #fff;
            border: 1px solid #f96d00;
        }

.footer-bottom {
    background: #01A89E;
    color: #333;
}

    .footer-bottom b {
        color: #dadada;
        font-weight: 400
    }

    .footer-bottom .link-item ul li {
        display: inline-block;
    }

        .footer-bottom .link-item ul li a {
            color: #dadada;
        }

    .footer-bottom p,
    .footer-bottom .link-item {
        padding: 15px 0;
        margin: 0;
    }

    .footer-bottom .link-item {
        color: #dadada;
    }

.count-item {
    margin-bottom: 30px;
}

    .count-item h4 {
        font-size: 16px;
        text-transform: uppercase;
    }

        .count-item h4 img {
            width: 18px;
            margin-right: 10px;
        }

    .count-item span {
        color: green;
        font-size: 30px;
        font-weight: 300;
        margin-left: 30px;
    }

.count-content {
    display: grid;
    grid-template: 50% 50% / 50% 50%;
}


/*--------------------------end-footer--------------Thanhhai-----------------*/


/* ======================= Van hoa categories ==============================*/

.vanhoa-section .head {
    height: 24px;
    padding: 5px 0px 10px 0px;
}

    .vanhoa-section .head .title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 22px;
        text-transform: uppercase;
        color: #393E46;
    }

.vanhoa-section .category-item {
    margin-top: 30px;
}

    .vanhoa-section .category-item .devider {
        margin: 15px 0px 5px 0px;
        width: 100px;
        height: 2px;
        background: #0399B9;
    }

    .vanhoa-section .category-item .item h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        /* or 157% */
        color: #393E46;
    }

.vanhoa-section .head .view-all p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    color: #A0A0A0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.vanhoa-section .head .view-all:hover p,
.vanhoa-section .category-item .item h3:hover {
    color: green
}


/* ======================= End - Van hoa categories ==============================*/


/*--------------------------di-tich------------------------------*/

#di-tich .main_content {
    height: 646px;
    background: url(../images/upload/ban-do.jpg);
    background-position-y: 50%;
    position: relative;
    width: 100%
}

#di-tich #map {
    height: 645px;
    position: relative;
    width: 100%
}

#di-tich .dia_diem_hot {
    position: absolute;
    top: 10px;
    left: 10px
}

.dia_diem_hot {
    width: 428px;
    height: 536px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    float: left;
}

    .dia_diem_hot h3 {
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
        padding: 30px;
    }

    .dia_diem_hot ul li {
        padding: 5px 15px;
    }

.item-dia_diem_hot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.img-dia_diem_hot {
    object-fit: cover;
    height: 107px;
    width: 170px;
    object-position: 50% 0;
    border-radius: 5px;
    padding-right: 15px;
}

.info-dia_diem_hot {
    flex-basis: calc(100% - 185px)
}

    .info-dia_diem_hot span {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        color: #848B95;
        display: -webkit-inline-box;
    }

        .info-dia_diem_hot span p {
            color: #F96D00;
            margin: 0 0 0 30px;
            display: inline-grid;
        }

    .info-dia_diem_hot h4 {
        font-size: 14px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .info-dia_diem_hot p {
        font-size: 12px;
        color: #818181;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.item_on_map {
    height: 148px;
    width: 368px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 850px;
    top: 150px;
}

    .item_on_map .item-dia_diem_hot {
        padding: 15px;
    }

    .item_on_map:after {
        content: '';
        position: absolute;
        left: 44%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        clear: both;
    }


/*-------------------------- end di-tich------------------------------*/


/*---------------------\/----- start thong ke----\/--------------------------*/

#box-thongke {
    height: 100%;
    width: 100%;
    background-color: #a2c7c7;
    padding: 60px 0;
}

.title-thongke img {
    opacity: 0.3;
}

.title-thongke .section-title {
    text-align: center;
    width: 100%;
    color: #ffffff;
    margin: -15px;
    text-shadow: 2px 3px 3px #000000;
}

.box-title {
    position: absolute;
    top: 40%;
}

.title-thongke .section-title p {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.title-thongke .section-title span {
    font-size: 30px;
    font-weight: 600;
}

.link-thongke ul {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    float: left;
}

    .link-thongke ul li {
        font-size: 15px;
        position: relative;
        width: 100%;
        float: left;
        text-align: left;
        padding: 10px 0px;
        margin: 0px;
        padding-left: 30px;
        transition: .3s;
    }

        .link-thongke ul li:hover {
            margin-left: 15px;
        }

        .link-thongke ul li .fa {
            padding-right: 10px;
        }

        .link-thongke ul li a {
            font-size: 16px;
        }

        .link-thongke ul li a,
        .link-thongke ul li .fa {
            color: #213ab7
        }

        .link-thongke ul li:hover a,
        .link-thongke ul li:hover .fa {
            color: #333
        }

#box-thongke {
    height: 100%;
    width: 100%;
    background-color: #a2c7c7;
    padding: 60px 0;
}

    #box-thongke p {
        color: #fff;
    }

.title-thongke img {
    opacity: 0.3;
}

.title-thongke .section-title {
    text-align: center;
    width: 100%;
    color: #ffffff;
    margin: -15px;
    text-shadow: 2px 3px 3px #000000;
}

.box-title {
    position: absolute;
    top: 40%;
}

.title-thongke .section-title p {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.title-thongke .section-title span {
    font-size: 30px;
    font-weight: 600;
}

.link-thongke ul {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    float: left;
}

    .link-thongke ul li {
        font-size: 15px;
        position: relative;
        width: 100%;
        float: left;
        text-align: left;
        padding: 10px 0px;
        margin: 0px;
        padding-left: 30px;
        transition: .3s;
    }

        .link-thongke ul li:hover {
            margin-left: 15px;
        }

        .link-thongke ul li .fa {
            padding-right: 10px;
        }

        .link-thongke ul li a {
            font-size: 16px;
        }

        .link-thongke ul li a,
        .link-thongke ul li .fa {
            color: #213ab7
        }

        .link-thongke ul li:hover a,
        .link-thongke ul li:hover .fa {
            color: #333
        }


/*---------------------/\----- end thong ke-----/\-------------------------*/
.mn-item .dropdown-toggle:focus {
    outline: none !important;
}

.mn-item .dropdown-toggle::after {
    content: none !important;
}


.mn-item .dropdown-menu {
    top: 10px !important;
    background-color: green;
}

    .mn-item .dropdown-menu a {
        color: #fff !important;
    }

    .mn-item .dropdown-menu li {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        width: 90%;
    }

        .mn-item .dropdown-menu li:last-child {
            border-bottom: none !important;
        }

.head_news_bottom {
    border-bottom: 3px solid #000000;
    font-family: 'OPB';
    font-size: 20px;
    padding-top: 0;
    margin-top: -12px;
}

    .head_news_bottom a {
        display: inline-block !important;
        font: 700 16px arial;
        text-transform: uppercase;
        color: #01A89E !important;
        border-bottom: 3px solid #ffcf01;
        position: relative;
        top: 3px;
        padding-top: 6px;
    }

.news-list-item {
    border: none;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

    .news-list-item .image-certificate {
        width: 120px;
        height: 120px;
        float: left;
        border: 1px solid #dedede;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .news-list-item .content-certificate {
        width: calc(100% - 120px - 2px - 130px);
        float: left;
        padding: 10px;
    }

        .news-list-item .content-certificate h3 a {
            font-size: 20px;
        }

            .news-list-item .content-certificate h3 a:hover {
                font-size: 20px;
                color: #000 !important;
            }

        .news-list-item .content-certificate p:first-of-type {
            margin-top: 15px;
        }

    .news-list-item a:hover {
        color: #000 !important;
    }

.danh-muc-du-lieu h1 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: Green;
    margin-top: 10px;
}

/**Audio**/
.audioplayer {
    margin: 10px 0;
    height: 2.5em; /* 40 */
    color: #fff;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
}

.audioplayer-mini {
    width: 2.5em; /* 40 */
    margin: 0 auto;
}

.audioplayer > div {
    position: absolute;
}

.audioplayer-playpause {
    width: 2.5em; /* 40 */
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
}

.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222;
}

.audioplayer-playpause a {
    display: block;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent; /* 8 */
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em; /* 8 4 */
}

.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em; /* 12 */
    height: 0.75em; /* 12 */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em; /* 6 */
}

    .audioplayer-playing .audioplayer-playpause a:before,
    .audioplayer-playing .audioplayer-playpause a:after {
        width: 40%;
        height: 100%;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 0;
    }

    .audioplayer-playing .audioplayer-playpause a:before {
        left: 0;
    }

    .audioplayer-playing .audioplayer-playpause a:after {
        right: 0;
    }

.audioplayer-time {
    width: 4.375em; /* 70 */
    height: 100%;
    line-height: 2.375em; /* 38 */
    text-align: center;
    z-index: 2;
    top: 0;
}

.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    left: 2.5em; /* 40 */
}

.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em; /* 40 */
}

.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}

.audioplayer-bar {
    height: 0.875em; /* 14 */
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; /* 110 */
    left: 6.875em; /* 110 */
    margin-top: -0.438em; /* 7 */
}

.audioplayer-novolume .audioplayer-bar {
    right: 4.375em; /* 70 */
}

.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1;
}

.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2;
}

.audioplayer-volume {
    width: 2.5em; /* 40 */
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}

    .audioplayer-volume:hover,
    .audioplayer-volume:focus {
        background-color: #222;
    }

.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}

    .audioplayer-volume-button a {
        width: 0.313em; /* 5 */
        height: 0.375em; /* 6 */
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 1;
        top: 42%;
        left: 30%;
    }

        .audioplayer-volume-button a:before,
        .audioplayer-volume-button a:after {
            content: '';
            position: absolute;
        }

        .audioplayer-volume-button a:before {
            width: 0;
            height: 0;
            border: 0.5em solid transparent; /* 8 */
            border-left: none;
            border-right-color: #fff;
            z-index: 2;
            top: 50%;
            right: -0.25em;
            margin-top: -0.5em; /* 8 */
        }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
    /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em; /* 5 */
    height: 0.313em; /* 5 */
    border: 0.25em double #fff; /* 4 */
    border-width: 0.25em 0.25em 0 0; /* 4 */
    left: 0.563em; /* 9 */
    top: -0.063em; /* 1 */
    -webkit-border-radius: 0 0.938em 0 0; /* 15 */
    -moz-border-radius: 0 0.938em 0 0; /* 15 */
    border-radius: 0 0.938em 0 0; /* 15 */
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

.audioplayer-volume-adjust {
    height: 6.25em; /* 100 */
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #222;
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( top, #444, #222 );
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}

.audioplayer-volume-adjust > div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
    display: none;
}

.audioplayer-play,
.audioplayer-pause,
.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
    -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
}

.audioplayer-volume-adjust div div,
.audioplayer-bar-played {
    -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
}

.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}

.card .card-title {
    text-transform: uppercase;
}

.card .card-header .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 14px;
    right: 21px;
}

.card .list-inline {
    padding-left: 0;
    list-style: none;
    background-color: rgb(247, 247, 247);
}
/* tin tuc */
.title-news {
    display: block;
    overflow: hidden;
    line-height: 140%;
    font-size: 15px;
    font-weight: 600;
}

.titlecom-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.time_comment {
    font-size: 11px;
    color: #999;
}

.description {
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    color: #333;
}

.item-news {
    overflow: hidden;
}

    .item-news a {
        padding: 10px 0;
    }

.newslist a {
    display: block;
    overflow: hidden;
    position: relative;
}

.item-news-common {
    border-top: 1px solid #E5E5E5;
    border-bottom: none;
    padding: 10px 0;
}

.newslist .thumb-art {
    float: left;
    position: relative;
    width: 250px;
    height: 140px;
    margin-right: 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.list-news-more {
    padding: 10px 0 0 30px;
    border: 1px solid #BDBDBD;
}

.title-news-more {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #272727;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}

    .title-news-more::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        width: 100px;
        background: #000000;
    }

.list-item-utilities li {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    padding: 20px 15px;
}

.list-item-news-new li:nth-of-type(odd) {
    background-color: #F5F5F5;
}

.title-detail {
    font-size: 32px;
    line-height: 130%;
    font-weight: 700;
}

.description-content {
    width: 100%;
    font: 400 16px arial;
    line-height: 160%;
    padding: 0;
    color: #222;
}

    .description-content img {
        max-width: 100%;
        text-align: center;
    }

.title-news-more {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #272727;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}
/* end tin tuc */

.divTable {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .divTable .divHeading {
        display: table-row;
        /* font-weight: bold; */
        font-size: 1rem;
        border-bottom-width: 2px;
        background-color: green;
        color: #fff;
    }

        .divTable .divHeading .Cell {
            border-bottom-width: 2px;
            font-size: 1rem;
        }

    .divTable .Cell {
        display: table-cell;
        border: 1px solid #ddd;
        border-width: thin;
        padding: 8px;
        font-size: 1rem;
    }

    .divTable .Row {
        display: table-row;
    }
