@font-face {
    font-family: Segoeui;
    src: url(../fonts/segoeui.ttf);
}

* {
    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: #ee3739;
        }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

/* style header */
header .row {
    background: #fff;
    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: #ee3739;
        }

header .list-right {
    float: right;
    display: inline-block;
}

.header-xs a.active, .lang a.active {
    color: #ee3739;
}

img.banner {
    margin-top: 20px;
    margin-bottom: 30px;
}

.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: #ff2039;
    overflow: visible;
    position: relative;
}

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: #333;
    }

.help-topic {
    position: absolute;
    right: 2%;
    text-transform: unset!important;
}

/* 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;
    color: white;
    bottom: -30px;
}

    #myCarousel .carousel-caption div {
        position: absolute;
        left: 0;
        bottom: 60px;
        font-size: 20px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6);
        padding: 10px 15px;
        /*width: 55%;*/
    }

.carousel-caption .caption-big {
    font-size: 18px;
    font-weight: bold;
}

.Eco {
    width: 100%;
    /* height: 19px; */
    border-bottom: 1px solid #cccccc;
    text-align: center;
    margin-top: 20px;
}

.Eco-title {
    font-size: 16px;
    font-weight: 700;
    color: #FF213A;
    text-transform: uppercase;
    padding: 0 10px;
    background-color: white;
    position: relative;
    margin-bottom: -4px;
    display: block;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.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-detail {
    background-color: white;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    margin: 0 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.data-topic {
    padding-left: 19px;
}

ul.data-topic > li {
    list-style-type: square;
    line-height: 2.5;
    font-weight: bold;
    padding-left: 0px;
}

ul.data-topic-child {
    padding-left: 6px;
}

ol.data-topic-child {
    padding-left: 55px;
}

ul.data-topic-child li {
    list-style-type: none;
    font-weight: normal;
}

ol.data-topic-child li {
    list-style-type: decimal;
    padding-right: 65px;
    padding-left: 0px;
}

.data-topic-child li a:before {
    content: "\2022";
    color: #333;
    font-weight: bold;
    display: inline-block;
    width: 15px;
    margin-left: -0.4em;
}

ol.data-topic-child li:before {
    margin-left: -2.5em;
    margin-right: 1.3em;
}

.data-topic-child li ul {
    display: none;
    padding-left: 20px;
}

.data-topic-child li ul li{
    width: 100%;
}

    .data-topic-child li ul li a:before {
        content: "\2192";
        width: 24px;
    }

.color-link {
    color: #FF213A;
}

.line {
    margin: 10px 0;
}
/* style footer */
footer {
    margin-top: 20px;
}

    footer h4.eco {
        margin-top: 0px;
    }

    footer hr.eco {
        border-top: 1px solid #c1c3c6;
    }

    footer h4.eco {
        color: #ffffff;
        margin-bottom: -5px;
        text-align: left;
        margin-left: 0px;
    }

    footer eca {
        font-weight: 600;
    }

.contact {
    background-color: #90959b;
    padding: 15px;
}

footer .info-contact, .menu-footer {
    line-height: 18px;
    margin-left: -40px;
}

footer .menu-footer a {
    line-height: 28px;
}

footer .info-contact a:hover {
    color: #FF213A;
}

footer .menu-footer ul li:last-child {
    display: none;
}

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%;
    }
    img.banner,
    img.pull-left{
        max-height : 65px !important;
    }
    .silde-show-home .col-md-8{
        padding-right: 15px !important;
    }
    .silde-show-home .col-md-4 {
        padding-left: 15px !important;
    }
    .carousel-caption .c-caption{
        top: -40px;
    }
    .carousel-caption .c-caption .caption-big{
        font-size: 16px !important;
    }
}
img.banner,
    img.pull-left{
        max-height : 70px;
    }
.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: 70px;
}

/*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: #FF213A;
        border-color: #FF213A;
    }

.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;
}
