a {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
}

#time {
    background: #449d44;
    padding: 5px 0;
    color: white;
    text-align: right;
}

#time ul {
    margin-bottom: 0;
}

#time ul li a {
    color: white;
}

#time ul li a:hover {
    color: #adab9a;
}

#time ul li:first-of-type:after {
    content: "|";
    display: inline-block;
    margin-left: 12px;
    color: #a0a0a0;
}

#banner_top {
    /* background: url(../images/banner.jpg);
    background-size: cover;
    background-position: 0;
    padding: 10px 0px; */
}

#banner_top div[class^="col"] {
    padding: 0;
}

.logo {
    margin-top: 20px;
}

.header_text {
    margin-top: 43px;
    margin-left: -20px;
}

.header_text h1.vi_text {
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    margin: 0;
}

.header_text h2.en_text {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin: 15px 0 0;
}

nav {
    background: #449d44;
    /*padding: 10px 0;*/
}

.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.cssmenu:after,
.cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.cssmenu #menu-button {
    display: none;
}

.cssmenu {
    width: auto;
    line-height: 1;
    background: #449d44;
    position: relative;
}

/*#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    }*/
.cssmenu>ul>li {
    display: inline-block;
}

.cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

.cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

.cssmenu.align-center ul ul {
    text-align: left;
}

.cssmenu.align-right>ul>li {
    float: right;
}

.cssmenu.align-right ul ul {
    text-align: right;
}

.cssmenu>ul>li>a {
    padding: 12px 8px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    /*border-right: 1px solid;*/
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-size: 13px;
}

.cssmenu>ul>li>a:after {
    display: inline-block;
    content: "|";
    position: absolute;
    right: -3px;
    top: 10px;
}

.cssmenu>ul>li:last-child>a:after {
    content: none;
}

.cssmenu>ul>li:hover>a,
.cssmenu>ul>li.active>a {
    color: #eeeeee;
}

.cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 99;
}

.cssmenu li:hover>ul {
    left: auto;
}

.cssmenu.align-right li:hover>ul {
    right: 0;
}

.cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.cssmenu ul ul li {
    height: auto;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

.cssmenu ul ul li a {
    padding: 10px;
    width: 250px;
    background: #449d44;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.cssmenu ul ul li:hover>a,
.cssmenu ul ul li a:hover {
    background: #67c767;
    color: #fff;
}

.cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #ffffff;
}

nav form {
    max-width: 100%;
    margin-left: 10px;
    float: right;
}

nav form input {
    height: 30px;
    margin-top: 4px;
    padding-left: 5px;
    border: 1px solid black;
}

.hot_news {
    padding: 20px 0 0 0;
}

.small_news2 {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

#hot_news figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

#hot_news figure img {
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 380px;
}

#hot_news .news_right figure img {
    height: 181px;
}

#hot_news figure:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#hot_news figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: rgba(51, 51, 51, 0.65);
}

#hot_news figure a {
    text-decoration: none;
    color: white;
}

#new_run {
    padding: 2px;
    background-color: #d11919;
    margin-bottom: 15px;
    color: white;
}

#event_news {
    background: #449d44;
    padding: 15px 0;
}

#list_images {
    background: #f5f5f5;
    padding: 20px 0px;
}

#list_images img {
    max-width: 100%;
    width: auto;
}
#list_images a {
    text-align: center;
}
#list_images a span{
    display: block;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}
#list_images a span:hover{
    color: #449d44;
}
.row-dashed{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
}
.row-dashed .col{
    padding-bottom: 15px;
    padding-top: 15px;
}
.row-dashed .col:before {
    position: absolute;
    content: " ";
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd;
}
.row-dashed .col:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd;
}


#list_images .item_images{
    border-right: 1px dashed #ddd;
}
#list_images .item_images:last-child{
    border: none;
}
#event_news h2 {
    margin-top: 0;
    font-weight: 600;
    color: white;
    font-size: 24px;
}

#slide_event .item img {
    height: 130px;
    width: 100%;
    /*border: 1px solid white;*/
}

#slide_event .item {
    padding: 0 5px;
}

#slide_news .item {
    padding: 0 10px;
}

.info_slide a {
    color: white;
    display: block;
    margin-top: 5px;
    max-height: 60px;
    overflow: hidden;
}

.info_slide a:hover {
    color: #adab9a;
}

#section3 {
    margin: 20px 0;
}

#section_notify div[class^="col"],
#section3 div[class^="col"],
#themantic div[class^="col"],
#list_images div[class^="col"],
#other_news div[class^="col"],
#hot_news div[class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

#section_notify div[class="row"],
#section3 div[class="row"],
#themantic div[class="row"],
#list_images div[class="row"],
#other_news div[class="row"],
#hot_news div[class="row"] {
    margin-right: -10px;
    margin-left: -10px;
}

.has_color {
    background: #def6de;
    padding: 5px 0px;
}

.themantic_item {
    margin-top: 20px;
}

.themantic_item .nb_content {
    overflow: auto;
    height: 450px;
}

.themantic_item .nb_content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.themantic_item .nb_content::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.themantic_item .nb_content::-webkit-scrollbar-thumb {
    background-color: #888;
}

.has_color h3,
.themantic_item h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #2e8a66;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.themantic_item h3 , .slide_news_item h3{
    color: #449d44;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
}

.has_color h3:after,
.themantic_item h3:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 90%;
    margin: 5px auto;
}

.themantic_item h3:after {
    width: 100%;
}

.list_inform a {
    color: #1f388b;
    font-weight: bold;
    /*text-align: justify;*/
    display: block;
}

.list_inform a:hover {}

.list_inform p {
    color: #adab9a;
}

.images {
    margin-top: 30px;
}

.images img {
    margin: 10px 0;
    width: 100%;
}

#themantic h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 24px;
    color: white;
    font-weight: 600;
    background: #43df31;
}

.nb_content_title {
    position: relative;
    overflow: hidden;
}

.nb_content_title a:first-child {
    margin-top: 0;
}

.nb_content_title img {
    width: 100%;
    height: 240px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nb_content_title img:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.nb_content_title a {
    font-weight: 600;
    color: black;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.nb_content_title a:hover,
.list_news_relate ul li a:hover {
    color: #449d44;
}

.list_news_relate ul {
    margin-bottom: 0;
}

.list_news_relate ul li {
    border-top: 1px dotted;
    padding: 5px 0;
}

.list_news_relate ul li a {
    color: black;
}

#list_images {
    margin-top: 20px;
    margin-bottom: 30px;
}

#other_news {
    /*background: #e3e3e3;*/
    padding-bottom: 20px;
}

#other_news h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #449d44;
    font-weight: 600;
}

#other_news h2:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 30%;
    margin: 5px auto;
}

.slide_news_item h3 {
    margin-top: 15px;
    text-transform: uppercase;
    color: #449d44;
    font-size: 17px;
    height: 42px;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid;
}

.foot_link {
    background: #2c7c2c;
    padding: 5px 0;
}

.foot_link ul {
    margin-bottom: 0;
}

.foot_link ul li a {
    color: white;
}

.foot_link ul li a:hover {
    color: #dff0d8;
}

.footer {
    /* background: url(../images/footer.png) no-repeat;
    background-size: cover; */
    padding: 20px 0px;
    background: #449d44;
}

.foot_link ul.list_link li:after {
    display: inline-block;
    content: "|";
    color: #adab9a;
    position: absolute;
    margin-left: 5px;
    top: -1px;
}

.foot_link ul.list_link li:last-of-type:after {
    content: "";
}

.footer h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: white;
    margin-bottom: 5px;
}

.footer .text_foot {
    margin-top: 34px;
}

.footer ul {
    display: flex;
    display: -webkit-flex;
    margin-top: 15px;
}

.footer address p {
    color: white;
    margin-bottom: 5px;
}

.breadcrumb>li+li:before {
    content: ">";
    color: #449d44;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 15px 0;
}

.breadcrumb a {
    text-transform: uppercase;
    font-weight: 600;
    color: #449d44;
}

.news_title h1 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.v_shortDescript {
    margin: 15px 0;
    text-align: justify;
}

.v_content img {
    margin-bottom: 10px;
}

.author {
    font-size: 17px;
}

.shared {
    margin: 20px 0;
}

.viewest h3,
.same_topic h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #449d44;
    font-size: 20px;
    font-weight: 600;
}

.same_topic h3 {
    margin-top: 20px;
}

.viewest h3:after,
.same_topic h3:after {
    display: block;
    content: "";
    border-bottom: 1px solid;
    width: 50%;
    margin: 5px 0;
}

.viewest_item {
    margin-top: 10px;
}

.viewest_item div[class^="col"] {
    padding-left: 0;
}

.viewest_item .row {
    margin: 0;
}

.viewest_item a {
    color: black;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}

.viewest_item a:hover {
    color: #449d44;
}

.same_topic a {
    color: black;
}

.same_topic a:hover {
    color: #449d44;
}

.same_topic a:before {
    display: inline-block;
    content: "\f192";
    font-family: FontAwesome;
    font-size: 7px;
    vertical-align: middle;
    margin-right: 5px;
}

.tinkhac h2 {}

#s_img {
    margin-top: 20px;
}

#s_img img {
    width: 100%;
}

#other_version .text {
    float: right;
    background-color: #d11919;
    border-radius: 17px;
    margin: 8px 0;
}

#other_version .text a {
    text-decoration: none;
    color: white;
    padding: 8px 12px;
    display: block;
}

#contact .c_main,
.category {
    margin-left: 0px;
}

#contact .c_item {
    margin-top: 8px;
}

.c_item input {
    width: 100%;
}

.c_textarea {
    margin-left: -35px;
}

.c_item textarea,
.c_item select {
    width: 105%;
}

#contact,
.ht_dieu_hanh,
#viewNews,
#category {
    margin-bottom: 20px;
}

#contact .form-control {
    border-radius: 0;
}

#contact h1,
#tu_van h1,
#category h1 {
    text-transform: uppercase;
    color: #449d44;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #449d44;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

#contact .has_color {
    margin-top: 29px;
}

#contact .des_titt {
    color: #449d44;
}

.c_form {
    margin-top: 24px;
}

.ht_dieu_hanh figcaption {
    text-transform: uppercase;
    padding: 10px !important;
    font-size: 25px;
    text-align: center;
}

.has_color.tu_van .list_inform {
    border-bottom: 1px dotted #333;
    padding: 10px 0;
}

.muc_tu_van,
#category .tu_van {
    margin-top: 20px;
}

.chu_de {
    font-size: 18px;
    color: #cc0000;
}

.row.ask {
    padding-right: 15px;
}

.muc_tu_van .col-sm-11 {
    padding: 0;
}

.tra_loi {
    padding-bottom: 10px;
}

.tv_xem_them {
    float: right;

}

.tv_xem_them a {
    text-decoration: none;
    color: #777;
}

.tv_xem_them a:hover {
    color: #cc0000;
}

.tinkhac h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: #449d44;
    padding: 7px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

p.tittle_item {
    font-size: 19px;
    text-transform: uppercase;

}

p.tittle_item a {
    text-decoration: none;
    color: #449d44;
    border-bottom: 2px solid #449d44;
}

.tinkhac_item ul {
    padding: 0 18px;
}

.tinkhac_item ul a,
.khoi2 ul a {
    color: black;
}

.tinkhac_item ul li:hover,
.khoi2 ul li:hover {
    color: #449d44;
}

p.khoi2_tittle.text-center {
    text-transform: uppercase;
    color: #449d44;
    font-size: 20px;
    border-bottom: 2px solid #449d44;
    margin-top: 15px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_tittle a {
    color: black;
}

.new_main {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.new_main .new_img,
.new_main .new_text {
    width: 50%;
    padding: 5px;
}

.new_main .new_text {
    height: 123px;
    overflow: hidden;
}

.khoi2 .list_new ul {
    padding: 0 16px;
}

.tin_su_kien {
    background-color: #449d44;
    margin-bottom: 15px;
}
.tittle_sk {
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    text-transform: uppercase;
}

.tin_su_kien .new_main .new_text {
    height: 108px;
    overflow: hidden;
    text-align: justify;
}

.tin_su_kien .new_text a {
    color: white;
}

.tin_su_kien .new_text a:hover {
    text-decoration: underline;
}

.tin_su_kien .new_main .new_img {
    padding-left: 20px;
}

.tin_su_kien .new_main .new_text {
    padding-right: 20px;
}

.tin_su_kien .owl-carousel {
    width: 100%;
}

#category .news_item {
    height: 395px;
}

.news_item .n_Descript p {
    overflow: hidden;
}

#category .news_item a {
    color: black;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

#category .news_item a:hover {
    color: #449d44;
}

.block_index {
    margin-top: 20px;
}

.copyright {
    margin: 15px 0px;
    color: #ffffffd4;
    text-align: center;
}

.design {
    text-align: center;
}

.embed-playlist {
    height: 415px;
}f

#myCarousel {
    height: 100%;
    padding-bottom: 10px;
}

#myCarousel img {
    height: 362px;
}

input#td-header-search {
    width: 100%;
    height: 100%;
    border: 0px;
    outline: 0px;
    box-sizing: border-box;
    padding: 0px 5px;
    font-size: 13px;
}

#td-header-search-top {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: 70px;
    height: auto;
    box-sizing: border-box;
    border: 0px;
    background-color: #f7d919;
    color: #17171f;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

@media only screen and (max-width: 1601px) and (min-width: 1400px) {
    .logo img {
        width: 53%;
        margin-top: -10px;
    }

    .header_text h2 {
        font-size: 41px;
        margin-left: 44px;
    }
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .cssmenu {
        width: 100%;
    }

    .cssmenu ul {
        width: 100%;
        display: none;
    }

    .cssmenu.align-center>ul,
    .cssmenu.align-right ul ul {
        text-align: left;
    }

    .cssmenu ul li,
    .cssmenu ul ul li,
    .cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    .cssmenu ul li a,
    .cssmenu ul ul li a {
        width: 100%;
    }

    .cssmenu>ul>li,
    .cssmenu.align-center>ul>li,
    .cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }

    .cssmenu ul ul li a {
        padding: 20px 20px 20px 30px;
        color: #000000;
        background: none;
    }

    .cssmenu ul ul li:hover>a,
    .cssmenu ul ul li a:hover {
        color: #000000;
    }

    .cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    .cssmenu ul ul,
    .cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    .cssmenu>ul>li.has-sub>a::after,
    .cssmenu ul ul li.has-sub>a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    .cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        text-transform: uppercase;
    }
    .cssmenu>ul>li{float: left;}
    .cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 13px;
        left: 0px;
        display: block;
        width: 20px;
        height: 2px;
        background: #000000;
    }

    .cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 18px;
        left: 0px;
        display: block;
        width: 20px;
        height: 7px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    .cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

    .cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }

    .cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }

    .cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }

    .c_textarea {
        margin-left: 0px;
    }

    .c_item textarea,
    .c_item select {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .logo img {
        width: 100%;
        margin-left: -20px;
    }

    .header_text h2 {
        font-size: 24px;
        margin-left: 14px;
    }
}

@media screen and (max-width: 767px) {
    #banner_top {
        min-height: inherit;
        max-height: inherit;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header_text h2 {
        font-size: 9px;
        margin-left: -35px;
    }

    .logo {
        margin-top: 9px;
    }

    .header_text {
        margin-top: 20px;
        margin-left: 10px;
    }

    .cssmenu>ul>li>a:after {
        content: "";
    }

    .cssmenu>ul>li>a {
        padding: 15px 8px;
    }

    .cssmenu .submenu-button {
        height: 45px;
    }

    .cssmenu .submenu-button::after {
        top: 18px;
        left: 21px;
    }

    .cssmenu .submenu-button::before {
        left: 16px;
        top: 23px;
    }

    nav form {
        max-width: inherit;
    }

    nav form input,
    nav form {
        width: 100%;
    }

    nav form input {
        margin-bottom: 5px;
        ;
    }

    .hot_news {
        padding: 0;
    }

    #hot_news figure,
    #event_news,
    #list_images,
    #list_images img {
        margin-top: 15px;
    }

    .small_news2 {
        margin-top: 0;
    }

    .slide_news_item h3 {
        height: 55px;
    }

    .footer .text_foot {
        margin-top: 5px;
    }

    .footer img {
        width: 100%;
    }

    #s_img img {
        margin-bottom: 8px;
    }

    .c_textarea {
        margin-left: 0px;
    }

    .c_item textarea,
    .c_item select {
        width: 100%;
    }

    #new_run {
        margin-top: 10px;
    }

    #contact .c_main,
    .category {
        margin-left: -15px;
    }

    .logo img {
        width: 60%;
        margin-left: 3px;
    }

    #slide_event .item img {
        height: 210px;
    }
    .form-search{margin-top: 15px;}
    .themantic_item .nb_content, #myCarousel img, #hot_news figure img {
        height: auto;
    }

     #hot_news .news_right figure img{
        height: 140px;
    }
    #hot_news .news_right figure a {
        font-size: 13px;
        line-height: 1.2;
    }
    .embed-playlist{height: 430px;}
}

@media only screen and (max-width: 640px) {

    .header_text h2 {
        font-size: 19px;
        margin-left: -55px;
    }
}

@media only screen and (max-width: 480px) {
    .header_text h2 {
        font-size: 11px;
        margin-left: -35px;
    }

}

@media only screen and (max-width: 360px) {
    .header_text h2 {
        font-size: 9px;
        margin-left: -35px;
    }
}

.select_document {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-bottom: 10px;
}

.select_document .item {
    margin-left: 15px;
    line-height: 34px;
}

.select_document .form-control {
    border-radius: 0;
}

table .head {
    text-align: center;
    font-weight: 600;
    background: #cccccc;
}

.pagination_document {
    padding: 5px;
    background: #006cb7;
    margin-bottom: 20px;
}

.pagination_document a {
    color: white;
    line-height: 25px;
}

.document_page a {
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
}

.document_page li.active a,
.document_page li a:hover {
    background: #cccccc;
    color: black;
    border: 1px solid white;
}

.document_page li.active a,
.document_page li a:hover {
    background: #cccccc;
    color: black;
    border: 1px solid white;
}

.document_page ul {
    margin-bottom: 0;
}

.table_document .table {
    font-size: 12px;
}

.search_form h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid #dddddd;
}

.box_search {
    margin: 0;
    border: 1px solid #ddd;
    padding: 15px 0 0;
    background: white;
}

.form-control {
    border-radius: 0;
}