* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

a {
    text-decoration: none !important;
    color: #353535;
}

img {
    width: 100%;
}

@font-face {
    src: url(../fonts/UTM\ HelvetIns.ttf);
    font-family: Helvetins;
}

@font-face {
    src: url(../fonts/[cnttqn.net]\ UTM\ Alter\ Gothic.ttf);
    font-family: UTM Alter Gothic;
}

.font-menu {
    font-family: UTM Alter Gothic;
    font-weight: 500;
    font-size: 20px;
}

    .font-menu a {
        color: #fff !important;
    }

.font-head {
    font-family: Helvetins;
}

.text-bold {
    font-weight: bold;
}

.font-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify !important;
}

.font-text-robo {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
}

.title-tin h5 {
    font-size: 18px;
    font-weight: bolder;
}

body {
    color: #353535;
    font-size: 14px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

.banner {
    width: 100%;
    max-height: 150px;
    background-color: #71b216;
}

    .banner img {
        width: 100%;
        height: 100%;
    }

td {
    font-family: Arial;
}

.row-fix {
    margin-left: 0;
    margin-right: 0;
}

.col-fix {
    padding-left: 0;
    padding-right: 0;
}

.menu {
    background-color: #68a611;
    width: 100%;
    display: inline-table;
}

.topnav {
    overflow: hidden;
    width: 100%;
    margin: auto;
    background-color: #68a611;
    display: flex;
    justify-content: space-between;
    z-index: 1000000;
    padding: 0px 20px;
}

    .topnav a {
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 4px;
        text-decoration: none;
        text-transform: uppercase;
    }

.menu-full {
    margin: auto;
}

.menu button {
    width: 111px;
    height: 38px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
}

.topnav a:not(.a1):hover {
    background-color: rgb(255, 255, 255);
    color: #68a611;
}

a.a1:hover {
    background-color: none !important;
    color: none !important;
}

.topnav .icon {
    display: none;
}



@media screen and (min-width: 1100px) {
    .topnav a {
        padding: 10px 8px;
    }
}

@media screen and (max-width: 1200px) {
    .topnav a {
        padding: 10px 0px;
    }

    .container-fluid {
        max-width: 90%;
    }

    .container-menu {
        align-items: unset !important;
    }
}

@media screen and (max-width: 1100px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    a.a1 {
        display: none !important;
    }

    .topnav.responsive a {
        padding: 10px;
    }

    .topnav a {
        padding: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive .a1-text {
            float: none;
            display: block;
            text-align: left;
            width: 100%;
        }

    a.a1 {
        display: none !important;
    }

    .topnav {
        flex-wrap: wrap;
    }

    .search {
        margin-top: 20px;
    }

    .td-box {
        margin-right: 10px;
    }
}

.container-mix {
    margin: auto;
    max-width: 1246px;
    height: 100%;
}

.container-menu {
    margin: auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.container-body {
    margin: auto;
    max-width: 1246px;
}

.menu-1 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.menu-1 {
    height: 20px;
}

.container-body {
    margin-top: 20px;
}
/*==========new==============*/
.arrow-up {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #68a611;
}

.arrow-left {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #68a611;
}

.title {
    width: fit-content;
    height: 46px;
    background-color: #68a611;
    padding: 0px 40px;
}

    .title h5 {
        color: #fff;
        text-align: center;
        padding: 10px 0px;
        text-transform: uppercase;
    }

.col-title {
    display: flex;
    position: absolute;
    top: -10px;
    left: 30px;
    z-index: 1000;
}

.col-new {
    position: relative;
}

.table {
    border: 1px solid #dee2e6;
}

    .table td {
        border-bottom: 1px solid #dee2e6;
        padding: 10px;
    }

.title-tin {
    padding: 10px;
    background-color: #f0f0f0;
}

.table-video td.video-yt {
    padding: 0;
    padding-top: 10px;
}

.search button {
    background-color: #68a611;
    color: #fff;
}

    .search button:hover {
        background-color: #68a611;
    }

.title-tin-right {
    position: relative;
    margin: auto;
    width: 100%;
}
.first-image {
    height: 249px;
    object-fit:contain;
    
}
.title-tin-th {
    margin-top: 10px;
}

.title-tin-right h6 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}
/*==========shape tin=========*/
.table-first td {
    padding: 10px;
}

.skew-x {
    width: 100%;
    height: 40px;
    background-color: black;
}

    .skew-x.blue {
        background-color: #68a611;
      /*  transform: skew(-20deg, 0deg);
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);*/
    }

.skew-x-small {
    width: 10px;
    height: 40px;
    background-color: black;
}

    .skew-x-small.blue {
        background-color: #ffffff;
        transform: skew(-20deg, 0deg);
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        position: absolute;
        top: 0;
        right: 10%;
    }

.skew-x-small-left {
    width: 10px;
    height: 40px;
    background-color: black;
}

    .skew-x-small-left.blue {
        background-color: #ffffff;
        transform: skew(-20deg, 0deg);
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        position: absolute;
        top: 0;
        left: 10%;
    }

.skew-x-small-left-tiny {
    width: 3px;
    height: 40px;
    background-color: black;
}

    .skew-x-small-left-tiny.blue {
        background-color: #ffffff;
        transform: skew(-20deg, 0deg);
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        position: absolute;
        top: 0;
        left: 6%;
    }

.skew-x-small-tiny {
    width: 3px;
    height: 40px;
    background-color: black;
}

    .skew-x-small-tiny.blue {
        background-color: #ffffff;
        transform: skew(-20deg, 0deg);
        -moz-transform: skew(-20deg, 0deg);
        -webkit-transform: skew(-20deg, 0deg);
        -o-transform: skew(-20deg, 0deg);
        -ms-transform: skew(-20deg, 0deg);
        position: absolute;
        top: 0;
        right: 6%;
    }

.table-tieudiem img {
    width: 86px;
    height: 86px;
}

.table-tieudiem-1 {
    border: none;
}

    .table-tieudiem-1 td, .table-video td {
        font-weight: bold;
        border: none;
        border-bottom: 1px dotted #cccccc !important;
    }

.table-video td {
    border: none;
    border-bottom: 1px dotted #cccccc !important;
}

.table-video {
    border: 1px solid #cccccc;
}

.table-tieudiem {
    border-top: 5px solid #cccccc;
}

#triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #68a611;
    border-bottom: 5px solid transparent;
}

.table-tieudiem-1 th {
    padding: 25px 0px;
}

.table td {
}

.video-img {
    position: relative;
}

    .video-img img {
        width: 106px;
        height: 76px;
    }

.icon-video {
    position: absolute;
    bottom: 1px;
    left: 10%;
}

img.icon-video {
    width: 30px;
    height: 30px;
}

.table-video td p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*text-overflow: ellipsis; 
	-webkit-box-orient: vertical;*/
    overflow: hidden;
    display: -webkit-box;
}

.img-right {
    margin-top: 10px;
}

.weather-box {
    border: 1px solid #d9dde3;
    background-color: #fff;
    margin: 10px 0px;
    padding: 10px;
}

    .weather-box .col-5 {
        text-align: center;
    }

.img-banner img {
    padding-top: 10px;
    height: 130px;
}

.img-banner-4 {
    height: 130px;
}

.img-margin img {
    width: 98%;
}

.img-banner-4 img {
    padding-right: 0px;
    padding-top: 10px;
    height: 100%;
    text-align: right;
}

.col-noibat {
    padding-left: 10px;
}

.tin-box {
    border: 1px solid #d9dde3;
    margin-top: 20px;
}

.tin-box-detail {
    margin-top: 20px;
}

    .tin-box-detail ._detail {
        width: 100%;
        height: 150px;
        display: block;
    }

        .tin-box-detail ._detail img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.tin-box-cn img {
    width: 100% !important;
    height: 100%;
    object-fit: contain
}

.tin-box-cn {
    margin-top: 40px;
}
/*=================footer================*/
footer {
    width: 100%;
    background-color: #68a611;
    margin-top: 20px;
}

.footer {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
}

.nav-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid #fff;
    margin: auto;
    width: 100%;
}

    .nav-footer a {
        color: #fff;
    }

.footer img {
    width: 220px;
    height: 100px;
}

.logo-footer {
    margin-top: 20px;
    color: #fff;
}

@media screen and (max-width: 780px) {
    .img-margin img {
        width: 100% !important;
    }

    .title-tin-right h6 {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) and (min-width:1000px) {

    .title-tin-right h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .nav-footer {
        flex-direction: column;
        text-align: left;
    }
}

.nav-footer {
    text-transform: uppercase;
    font-weight: bold;
}

.footer h3 {
    text-transform: uppercase;
    font-weight: bold;
}

#star_six_points {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fc0600;
    margin: 5px auto;
    right: 0;
    top: 0;
}

    #star_six_points:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 30px solid #fc0600;
        margin: 10px 0 0 -20px;
    }

.title-p {
    position: absolute;
    right: 10px;
    top: 20%;
    color: #f1ff00;
    font-size: 11px;
    font-weight: bolder;
}

.td-a {
    position: relative;
}

@media screen and (min-width: 380px) {
    .title {
        padding: 0px 20px;
    }
}

.icoNew {
    content: url(/icon/ico_new.gif) !important;
    vertical-align: sub;
}

._content .col-md-4 > a {
    width: 100%;
    height: 200px;
    display: block;
}

._table {
    border: 1px solid;
}

    ._table td {
        padding: 10px;
        border: 1px solid;
        line-height: 30px;
    }

        ._table td p {
            padding: 5px;
        }

    ._table a {
        padding: 5px;
        color: #337ab7;
    }

.btnSubmitForm {
    outline: none;
    line-height: 2.5rem;
    padding: 0 2.1875rem;
    background: #68a611;
    color: #fff;
    border-radius: 3px;
    font-size: 0.875rem;
    display: inline-block;
    margin: auto;
}

.red {
    color: red;
}

.wrp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.5rem;
}

.list .newsItem {
    margin-top: 10px !important;
    min-height: 140px;
}

nav {
    background-color: #68a611;
    color: #f2f2f2;
    font-family: UTM Alter Gothic;
    font-weight: 500;
    font-size: 18px
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #f5f5f5;
    top: 100%;
    z-index: 1;
    list-style: none;
}

    .dropdown-content a {
        color: black;
    }

        .dropdown-content a:hover {
            color: black;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
