@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: #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: #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: #205e98;
        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: #ee3739;
        }

/* 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;
    bottom: -30px;
}
#myCarousel .carousel-caption div {
    position: absolute;
    left: 0;
    bottom: 60px;
    font-size: 20px;
    color: #fff;
    background: rgba(32, 94, 152, .8);
    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: #205e98;
    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;
}

.articles:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.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: #ee3739; 
        }

.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: #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 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;
        }
        img.pull-left{height: 48px;}
        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: 60px;
    }

/*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;
}

@media (max-width: 1024px) and (min-width: 1000px) {
    #myCarousel-3 img{
        height: 79px !important;
    }
}
@media (pointer:none), (pointer:coarse) {
	#myCarousel,#myCarousel-2{display:none!important}
}