@font-face {
    font-family: Segoeui;
    src: url(../fonts/segoeui.ttf);
}

@media (max-width: 768px) {
    .partner {
        display: none
    }
}

* {
    font-family: Segoeui;
    font-size: 15px;
    font-weight: 100;
}

ul li {
    list-style-type: none;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

a {
    color: #333;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

        a:hover, a:focus, a:active {
            color: #7215be;
        }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

/* style header */
header .row {
    background: #f2f2f2;
    margin: 0 auto;
}

header .list-right ul li {
    float: left;
    margin-right: 25px;
}

    header .list-right ul li a {
        font-weight: 600;
    }

        header .list-right ul li a:hover {
            color: #7215be;
        }

header .list-right {
    float: right;
    display: inline-block;
}

.header-xs a.active, .lang a.active {
    color: #8074d6;
}

img.banner {
    margin-top: 10px;
    margin-bottom: 15px;
}

.list-right {
    padding-top: 35px;
}

.search {
    position: relative;
}

    .search input {
        width: 100%;
        padding-right: 30px;
    }

    .search button {
        position: absolute;
        top: 3px;
        right: 3px;
        border: none;
        outline: none;
        background: none;
        color: #aaa;
    }

.bars {
    display: none;
}

.bars, .searchs {
    font-size: 24px;
    line-height: 55px;
    margin-left: 15px;
    color: #555;
}

nav {
    height: 50px;
    margin-bottom: 10px;
}

.nav {
    height: 50px;
    z-index: 9;
}

nav .menu {
    background: #574e92;
    overflow: visible;
}

nav ul {
    margin: 0;
    padding: 0;
    display: block;
}

nav li {
    float: left;
    list-style: none;
}

    nav li img {
        margin-top: 10px;
    }

    nav li.active {
        background: url(../Content/images/menu-dot.png) no-repeat center 0px;
    }

nav a {
    display: block;
    padding: 0 15px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

nav li a i {
    display: none !important;
    margin-right: -15px;
    padding: 17px 15px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
}

nav li a:hover, nav li a:focus, nav li a.active {
    color: #fff;
}

nav li ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9;
    padding: 10px 20px;
}

nav li:hover ul {
    display: block;
}

nav li li {
    float: none;
    min-width: 200px;
}

    nav li li a {
        line-height: 40px;
        text-transform: none;
        color: #333;
        border-bottom: 1px solid #aaa;
        padding: 0;
    }

    nav li li:last-child a {
        border-bottom: none;
    }

    nav li li a:hover, nav li li a:focus, nav li li a.active {
        color: #7215be;
    }

/* style body*/
.body {
    margin: 0 auto;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

#myCarousel .carousel-caption {
    text-align: left;
    left: 0;
}

    #myCarousel .carousel-caption div {
        position: absolute;
        left: 0;
        /*bottom: 60px;*/
        bottom: 8%;
        font-size: 20px;
        color: #fff;
        background: rgba(0, 57, 77, 0.85);
        padding: 10px 15px;
        max-width: 72%;
    }

.slide-delay {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}

.Eco {
    width: 100%;
    height: 12px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin: 20px 0;
}

.Eco-title {
    font-size: 16px;
    font-weight: 700;
    color: #8074d6;
    text-transform: uppercase;
    padding: 0 10px;
    background-color: white;
}

.articles figure {
    overflow: hidden;
}

.articles img {
    max-width: 100%;
    width: 100%;
    height: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

#slide-album .articles img {
    height: 200px
}

.articles:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#slide-album .articles img:hover {
    -webkit-filter: unset;
}

#slide-album .articles:hover img {
    -webkit-transform: unset;
    transform: unset;
}

.articles img:hover {
    -webkit-filter: brightness(85%);
}

.articles .articles-title {
    margin: 15px 0;
    height: 42px;
}

    .articles .articles-title a {
        font-weight: bold;
        font-size: 15px;
    }

        .articles .articles-title a:hover {
            color: #7215be;
        }

.articles .articles-date {
    color: #c5c5c5;
}

.articles .content {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .articles .content p {
        margin: 0px;
    }

.articles p {
    text-align: justify;
}

.articles .articles-title:hover {
    color: #ee3739;
}

.list-city {
    background-color: #f5f5f5;
    padding: 20px 0;
}

    .list-city ul li {
        list-style-type: disc;
    }

        .list-city ul li a {
            font-weight: 600;
        }

            .list-city ul li a:hover {
                color: #FF213A;
            }

.form-contact .form-control {
    margin: 0 15px 20px 0;
}

.form-contact .btn {
    color: white;
    background-color: #57575a;
    width: 95px;
}

/* style footer */
footer {
    margin-top: 20px;
}

    footer h4.eco {
        margin-top: 0px;
    }

    footer hr.eco {
        border-top: 1px solid #c1c3c6;
    }

    footer h4.eco {
        color: #fff;
        margin-bottom: -5px;
        text-align: left;
        margin-left: 0px;
    }

    footer a {
        color: #fff;
    }

        footer a:hover,
        footer a:focus,
        footer a:active {
            text-decoration: underline;
            color: #fff;
        }

/*footer eca {
        font-weight: 600;
    }*/

.contact {
    background-color: #574e92;
    padding: 15px;
}

footer .info-contact, .menu-footer {
    line-height: 18px;
    margin-left: -40px;
}

.info-contact ul p,
.info-contact ul a {
    color: #fff;
}

footer .menu-footer a {
    line-height: 28px;
}

footer .info-contact a:hover {
    text-decoration: underline;
}

footer .menu-footer ul li ul {
    display: none;
    margin-left: -12px;
}

footer .menu-footer > ul > li:nth-child(odd) {
    display: none;
}

footer iframe {
    height: 190px;
}

.copyright {
    background-color: #373435;
    padding: 15px;
    padding-bottom: 10px;
}

    .copyright a {
        color: #ffffff;
    }

        .copyright a:hover {
            color: #ee3739;
        }

    .copyright i {
        margin-right: 2px;
    }

    .copyright p {
        color: #ffffff;
    }

.header-xs {
    display: none;
}

    .header-xs ul {
        background: #fff;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        display: none;
        box-shadow: 0 1px 2px rgba(51, 51, 51, 0.51);
    }

    .header-xs li {
        border-top: 1px solid #ccc;
        position: relative;
    }

    .header-xs ul a {
        padding: 10px 15px;
        display: block;
        position: relative;
    }

        .header-xs ul a:hover {
            color: #ee3739
        }

        .header-xs ul a i {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            padding: 13px 15px;
        }

    .header-xs ul ul {
        position: absolute;
        top: 42px;
        background: #eee;
        z-index: 1001;
    }


.searchs-form {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    padding: 10px 15px;
    box-shadow: 0 1px 2px rgba(51, 51, 51, 0.51);
    display: none;
}

    .searchs-form input {
        padding-right: 35px;
    }

    .searchs-form button {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        padding: 3px 10px;
        background: none;
        border: none;
        outline: none;
    }

        .searchs-form button i {
            color: #aaa;
        }


@media (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    header, nav {
        display: none;
    }

    .header-xs {
        display: block;
    }

    .body {
        margin-top: 90px;
    }

    .bars {
        display: block;
        font-size: 20px;
    }

    nav .container {
        z-index: 10;
        position: relative;
    }

    nav ul {
        position: relative;
        display: none;
    }

    nav li {
        float: none;
    }

        nav li:hover ul {
            display: none;
        }

    nav a {
        padding: 0 15px;
        border-top: 1px solid #aaa;
        border-bottom: none !important;
    }

    nav li li:first-child a {
        border-top: none !important;
    }

    nav li a i {
        display: block !important;
        float: right;
    }

    nav li.active {
        background: none;
    }

    #myCarousel .carousel-inner .item img {
        height: 280px;
        object-fit: cover;
    }

    #myCarousel .carousel-caption div {
        font-size: 15px;
        bottom: 0px;
        max-width: 80%;
    }

    .copyright .col-sm-6 {
        text-align: center;
    }

    .articles .articles-title {
        height: auto;
    }

    .sortby, .displayby {
        text-align: center;
    }

    .articles img {
        width: 100%;
    }
}

.header-xs {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 5px rgba(51, 51, 51, 0.51);
}

.header img {
    height: 90px;
}

/*Detail News styles*/
.tinkhac ul {
    padding: 0;
    padding-left: 22px;
}

.tinkhac li {
    line-height: 24px;
    list-style-type: none;
}

.tinkhac ul li::before {
    content: "\2022";
    color: #7f7f7f;
    font-size: 150%;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -1em;
}

/*Brief News Styles*/
.item-news {
    margin-bottom: 20px;
}

    .item-news img {
        width: 200px;
        float: left;
        margin-right: 10px;
    }

    .item-news h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
    }

.pagination {
    margin-top: 0;
    margin-bottom: 10px;
}

    .pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        color: #333;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #665cac;
        border-color: #665cac;
    }

.Eco-briefnews {
    text-align: left;
    height: 18px;
}

.Eco-briefnews-title {
    padding: 0 10px 0 0;
    color: black;
    font-size: 18px;
    text-transform: capitalize;
}

/*Docs Styles*/
.dataTables_filter input {
    width: auto;
}

div.dataTables_length label, div.dataTables_filter label {
    font-weight: 100 !important;
}

div.dataTables_filter input {
    margin-left: 5px;
}

@media (max-width: 1024px) and (min-width: 1000px) {
    #myCarousel-3 img {
        height: 79px !important;
    }
}

#slide-news .carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    padding-bottom: 0;
    text-align: left;
    color: #000;
    text-shadow: none;
}

#slide-news .carousel-indicators .active {
    background-color: #574e92;
    margin: 1px;
}

#slide-news .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border: none;
}

#slide-news .carousel-indicators {
    position: absolute;
    right: 0;
    top: 38%;
    left: 5%;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#slide-news .articles img {
    height: 168px !important;
}

.right-search {
    background-color: #EFF0F2;
    padding: 15px;
    margin-bottom: 20px;
}

.box-xhdn h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-xhdn ul {
    margin: 0;
    padding: 0
}

    .box-xhdn ul li {
        list-style-type: none;
        float: left;
        margin-right: 5px;
        margin: 5px 5px;
        width: calc(50% - 10px)
    }

        .box-xhdn ul li a {
            background-color: #665cac;
            color: #fff;
            padding: 5px 8px;
            border-radius: 5px;
            display: block;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
        }

            .box-xhdn ul li a.true {
                background-color: #ff2039;
            }

.search-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    background-color: #665cac;
    text-align: center;
    height: 36px;
    border-radius: 30px;
    font-family: Roboto,sans-serif;
    padding: 0 28px;
    border: none;
}

    .search-btn:hover {
        color: #fff;
        text-decoration: none;
        background-color: #584f94;
    }

    .search-btn:active {
        background-color: #4b4381;
    }

.bxh {
    border: 1.2px solid #665cac;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.box-title {
    text-align: center;
    margin-bottom: 10px;
}

.bxh h3 {
    color: #665cac;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.bxh select {
    display: inline-block;
    color: #665cac;
    font-weight: bold;
    padding: 2px 5px;
    margin-left: 10px;
}

.dn-item {
    padding: 9px 0;
}

    .dn-item:nth-child(even) {
        background: #F4F4F4;
    }


    .dn-item p.name {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        margin: 0;
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }

    .dn-item span.stt {
        display: block;
        text-align: center;
        margin: auto;
        font-weight: bold
    }

    .dn-item p.name span.name {
        /*position: relative;
        left: 50px;*/
    }

.rank-mark {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #665cac;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;
    position: relative;
    top: -4px;
    user-select: none;
    text-align: center;
    display: block;
    margin: auto;
}

.partner {
    background-color: #F4F4F4;
    padding: 20px 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    min-height: 390px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .header img {
        height: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .header img {
        height: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .header img {
        height: 90px;
    }
}

.trchiso.true td {
    background-color: antiquewhite;
    font-weight: bold
}

tfoot td {
    background-color: aliceblue;
    font-weight: bold
}

.theadfix th {
    background-color: #574e92;
    color: #fff;
    position: sticky;
    z-index: 9999;
    top: 50px;
}

.trchiso a {
    cursor: pointer
}

.h1tieudecongty {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

span.spnamecongty {
    font-weight: bold;
    color: #574e92;
    font-size: 20px;
}


.box-hoso {
    background: #f9f9fb;
    position: relative;
    padding-bottom: 25px;
}

.data-by-year ul {
    display: flex;
    justify-content: center;
    margin-left: -32px;
}

    .data-by-year ul li, .data-by-year ul li a {
        color: #9f9fa0;
    }

        .data-by-year ul li a:hover, .data-by-year ul li a:active {
            color: #ee3739 !important;
        }

    .data-by-year ul li {
        padding-right: 5px;
        margin: 15px 0;
    }

        .data-by-year ul li a:hover, .data-by-year ul li a:active, .data-by-year ul li.true a {
            color: #ee3739 !important;
            cursor: pointer;
            font-weight: bold
        }

.data-detail {
    background-color: white;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    margin: 0 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.line {
    margin: 10px 0;
}

.lbname {
    color: #999
}

.xephang {
    padding: 10px;
    text-align: center;
    background-color: #eee;
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
    align-items: center;
}

.xh {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #574e92;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
}

.ds {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #574e92;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
}

.bot-table {
    margin: 10px;
}

.pagination {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pagination ul {
        padding: 0;
        margin: auto;
    }

        .pagination ul li {
            list-style-type: none;
            float: left;
            font-size: 16px;
            vertical-align: middle;
        }

li[dis="true"] a {
    color: #ccc !important;
}

li.pagf a {
    background-color: #e9ecef;
}

.pagination li a {
    display: block;
    padding-top: 3px;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    background-color: #fff;
    border-left: 0;
}

.pagination li.pagf:first-child a {
    border-left: 1px solid #ccc;
}

.pagination li a i {
    padding-top: 4px
}

.pagination li.active a, .pagination li:hover a {
    background-color: #665cac;
    color: #fff !important;
    cursor: pointer;
}
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
