﻿@charset "UTF-8";
/* font-face */
@import url("../../../lib/simple-line-icons/css/simple-line-icons.css");
/* typography */
.txt-light {
  font-weight: 300;
}

.txt-bold {
  font-weight: 700;
}

.text-head.large {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-head.small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.text-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.text-title.large {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.text-title.small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.header-tab {
  font-size: 14px;
  font-weight: 700;
}

/* end typography */
/* global */
* {
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #034ea2;
  text-decoration: none;
}

select {
  background: transparent;
  border: 0;
}

#page {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.line {
  border-bottom: 1px solid #004490;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

.ml-120 {
  margin-left: 120px;
}

.pt-20 {
  padding-top: 20px;
}

/* end global */
/* layout */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4f4f4f;
}

@media (min-width: 1200px) {
  .menu .container {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.section.bg-grey {
  background-color: #eee;
}

/* end layout */

/*----DANH SACH TIN TUC*/
.side-left {
  padding-right: 0px;
  padding-left: 0px;
}

.h3topic {
  height: 25px !important;
  text-transform: uppercase;
}

.topicname {
  font: 600 15px arial;
  color: #333;
  float: left;
  height: 30px;
  padding-top: 6px;
  width: 100%;
}

.stopicname {
  font: 600 15px arial;
  padding: 0 10px;
  background: rgba(204, 204, 204, 0.45);
  color: #333;
  border-top: 3px solid #034ea2;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  float: left;
  height: 31px;
  padding-top: 6px;
  width: 100%;
}

.topicname:hover {
  color: #006dbc;
  text-decoration: none;
}

.rowarticle {
  background-color: #f6f5f5;
  border-bottom: #c3c3c3 1px dashed;
  width: 100%;
  float: left;
}

.article {
  display: block;
}

.articles {
    margin-top: 2px;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.article-thumb {
  margin: 0 0 10px;
}

.imgthumb {
  width: 230px;
  height: 170px;
  min-height: 100px;
  border-radius: 3px;
  padding: 10px;
  cursor: default;
  margin-top: 0px;
  float: left;
}

.imgthumbtop {
  width: 100%;
  height: 150px;
  min-height: 100px;
  border-radius: 3px;
  padding: 10px;
  cursor: default;
  margin-top: 0px;
  float: left;
}

.article-content {
    /*min-height: 170px;
    */
  padding: 6px;
}

.tieu-de-tin {
  color: rgba(4, 0, 0, 0.71);
  text-transform: none;
  font-size: 14px;
  text-align: justify;
  font-weight: 600;
}

.article-content h3 {
  font-size: 19px;
  padding-bottom: 5px;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  text-align: justify;
}

.description {
  font-style: italic;
}
.description a:hover
{
    color: #ff0000;
}

.description a
{
    color: #0000ff;
}

.topicname .title-t1 {
  color: #333;
  text-transform: uppercase;
  font: 600 15px arial;
}

.topicname .title-t1:hover {
  color: #006dbc;
}

.topicname .active {
  color: #006dbc;
}

.topicname-title {
  margin-left: -40px;
}

@media (max-width: 520px) {
  .article-thumb {
    float: left;
    width: 100% !important;
  }

  .imgthumb {
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    cursor: default;
    margin-top: 0px;
    float: left;
  }

  .imgthumbtop {
    width: 100%;
    height: 100%;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    cursor: default;
    margin-top: 0px;
    float: left;
  }

    .article-thumbtopic {
        width: 100%;
        height: 230px;
        overflow: hidden;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}
     
/*---- end DANH SACH TIN TUC*/

        
/* map */
.map {
  margin-bottom: 15px;
}

/* Sự kiện */
.su-kien {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ccc;
  background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
  border: 1px solid #ccc;
}

.su-kien h2 {
  color: #034ea2;
  text-align: center;
  margin: 0 0 20px 0;
}

.su-kien-thumb {
  margin-bottom: 20px;
}

/* banner small */
.banner.small .banner-thumb {
  margin-bottom: 5px;
}

/* banners big */
.banners.big .banner-thumb {
  margin-bottom: 5px;
}
.footer .footer-box2 {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}
.footer .footer-boxcount {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
}
@media (max-width: 470px) {
  .footer .footer-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .footer .my-col {
    width: 100% !important;
    text-align: left;
  }

  .footer .footer-box {
    margin-left: 0 !important;
  }
  .footer .footer-box2 {
    margin-left: 0 !important;
  }
  .footer .ml-120 {
    margin-left: 0;
  }
}

@media(max-width:768px) {
  #page {
    width: 100%;
  }
}

.title_topicdisplay {
  text-align: center;
  width: 800px;
  margin-top: -9px;
  padding-right: 0px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #676363;
}

.title_topicdisplay a {
  text-align: center;
  text-decoration: none;
  color: #676363;
  font-size: 17px;
  line-height: 25px;
}

.title_topicdisplay:hover {
  text-decoration: none;
  color: #90082f;
}

.h3_content {
  text-align: justify;
  font: 13px Arial, Helvetica, sans-serif;
  color: #333;
}

.RadDataPager .rdpNumPart a {
  padding: 0px 5px 3px 0px;
}

.Link_Unselected {
  font-family: Tahoma;
  color: #424242;
  padding: 0px 5px 0px 5px;
  font-size: 13px !important;
  margin-right: 5px;
  border: 1px dotted #e8e8e8;
  border-radius: 17px;
  background-color: rgba(204, 204, 204, 0.45);
  padding: 6px 10px;
  text-decoration: none !important;
  font-weight: bold;
}

.Link_Unselected:hover {
  color: #135aab;
  text-decoration: none;
  background-color: #ffe0bb;
}

.Link_Selected {
  font-family: Tahoma;
  color: #337ab7;
  padding: 0px 5px 0px 5px;
  font-size: 13px !important;
  margin-right: 5px;
  border: 1px dotted #e8e8e8;
  border-radius: 17px;
  background-color: rgba(204, 204, 204, 0.45);
  padding: 6px 10px;
  text-decoration: none !important;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

.Link_Selected:hover {
  color: #135aab;
  text-decoration: none;
  background-color: #ffe0bb;
}

.gopy {
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 20px;
  text-align: justify;
  float: left;
  margin-bottom: 10px;
}

    /*tintuc*/
.tintuc {
  float: left;
  padding-top: 20px;
}

.tieude a {
  float: left;
  font: 18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1c78b4;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: none;
}

.line_tt {
  float: left;
  padding: 5px 0px 5px 0px;
}

.line_tt1 {
  float: left;
  padding: 5px 0px 5px 0px;
}

.line_tt1 img {
  width: 244px;
  height: 4px;
}

.arrow {
  float: right;
  margin-right: 20px;
}

.banner-tintuc div {
  margin: 0px 5px !important;
}

.list-thong-bao {
  margin-top: 0px !important;
}

.list-thong-bao h1 {
  padding: 30px 0px 0px 0px !important;
}

.PageColumns {
  clear: both;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
    /*width <250*/
.img-transform250 {
        /*-moz-transform: translate(-10%,5%);
            -ms-transform: translate(-10%,5%);
            -o-transform: translate(-10%,5%);
            -webkit-transform: translate(-10%,5%);
            transform: translate(-10%,5%);*/;
}
    /*full*/
.img-transformfull {
        /*-moz-transform: translate(-29%,5%);
            -ms-transform: translate(-29%,5%);
            -o-transform: translate(-29%,5%);
            -webkit-transform: translate(-29%,5%);
            transform: translate(-29%,5%);*/;
}

.slick-dots {
  display: none !important;
}

.outter-slick {
  padding: 0px;
}

.fix-position {
  position: fixed;
  top: 20px;
  padding: 0px 25px;
}

.wrapper-article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

.titletopic {
  font-size: 20px;
  float: left;
  padding: 5px 0px;
  display: block;
  margin-bottom: -1px;
  font-family: roboto, time;
  font-weight: 500;
}

.header-category ul li {
  float: left;
  padding-right: 5px;
  padding-left: 0 !important;
}

@media(max-width:520px) {
  .topicScan .thumb-article {
    margin-right: 0 !important;
  }
}

.fa-home {
  margin-right: 5px !important;
}

.topicScan {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.thumb-article {
  margin-bottom: 10px !important;
}

.title-article.tt {
  font-size: 15px;
}

.wrapper-article h2 {
  margin-top: 0 !important;
}

@media(max-width:360px) {
  .title-t1 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=index.css.map */
