@charset "UTF-8";
#container {
  padding: 35px 0 55px;
}
@media (max-width: 980px) {
  #container {
    padding: 30px 0;
  }
}
#container .box_mid .box_mid-title .mid_title {
  font-family: Muli-Regular;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
@media (max-width: 980px) {
  #container .box_mid .box_mid-title .mid_title {
    font-size: 20px;
  }
}
#container .box_mid .box_mid-title .mid_title span {
  font-family: Muli-ExtraBold;
  color: #107eae;
  text-transform: uppercase;
}
#container .box_mid .box_mid-title .small_mid_title {
  font-family: Muli-Light;
  font-size: 14px;
  color: #333333;
  text-align: center;
  max-width: 464px;
  margin: auto;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  #container .box_mid .box_mid-title .small_mid_title {
    margin-bottom: 20px;
  }
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child {
  overflow: auto;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child::-webkit-scrollbar {
  height: 0px;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child::-webkit-scrollbar-thumb {
  height: 0px;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -3px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child ul li {
  padding-right: 3px;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child ul li a {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  background: #e1e1e1;
  border-radius: 3px;
  padding: 7px 40px 5px;
}
#container .box_mid .box_mid-title .small_mid_title .list_group_child ul li a.current, #container .box_mid .box_mid-title .small_mid_title .list_group_child ul li a:hover {
  background: #0871b2;
  color: #FFF;
}
@media (max-width: 980px) {
  #container .box_mid .box_mid-title .small_mid_title .list_group_child ul li a {
    font-size: 13px;
    padding: 6px 20px 4px;
  }
}
#container > .content {
  padding-top: 13px;
}
#container > .content .box_mid .box_mid-title h2.mid_title {
  font-family: OpenSans-Bold0;
  font-size: 26px;
  color: #ed1c24;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  #container > .content .box_mid .box_mid-title h2.mid_title {
    font-size: 25px;
  }
}
@media (max-width: 790px) {
  #container > .content .box_mid .box_mid-title h2.mid_title {
    font-size: 20px;
  }
}

.list_item .row_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 980px) {
  .list_item .row_item {
    margin: 0 -5px;
  }
}
.list_item .row_item .col_item {
  width: calc(100%/3);
  padding: 0 12px;
  margin-bottom: 22px;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .list_item .row_item .col_item {
    width: 50%;
  }
}
@media (max-width: 370px) {
  .list_item .row_item .col_item {
    width: 100%;
  }
}
.list_item .row_item .col_item .wrap_item {
  background: #f4f4f4;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  height: 100%;
}
.list_item .row_item .col_item .img {
  margin: -1px -1px 0px;
}
.list_item .row_item .col_item .img a {
  border-radius: 4px;
  padding-top: 65%;
}
.list_item .row_item .col_item .img a img {
  min-width: 100%;
}
.list_item .row_item .col_item .info {
  padding: 14px 5.8% 18px;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .info {
    padding: 10px 5px 10px;
  }
}
.list_item .row_item .col_item .info .title a {
  font-family: Muli-Bold;
  font-size: 14px;
  color: #107eae;
  text-transform: uppercase;
  line-height: 21.7px;
  padding-bottom: 4px;
}
.list_item .row_item .col_item .info .title a:hover {
  color: #fc721f;
}
.list_item .row_item .col_item .info .short {
  font-family: Muli-Light;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  padding-bottom: 11px;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .info .short {
    font-size: 13px;
    padding-bottom: 8px;
  }
}
.list_item .row_item .col_item .info .view_detail a {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #FFF;
  background: #107eae;
  padding: 3px 6px 1px 12px;
  position: relative;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.list_item .row_item .col_item .info .view_detail a:hover {
  background: #fc721f;
}
.list_item .row_item .col_item .info .view_detail a:hover:before {
  -webkit-filter: invert(49%) sepia(54%) saturate(7375%) hue-rotate(377deg) brightness(106%) contrast(158%);
          filter: invert(49%) sepia(54%) saturate(7375%) hue-rotate(377deg) brightness(106%) contrast(158%);
}
.list_item .row_item .col_item .info .view_detail a:after {
  content: "";
  font-family: ficon;
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
}
.list_item .row_item .col_item .info .view_detail a:before {
  content: "";
  height: 100%;
  width: 42px;
  background: url("../images/use/right_detail_about.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

.list_item_product .row_item {
  margin-right: -25px;
}
@media (max-width: 980px) {
  .list_item_product .row_item {
    margin-right: -10px;
  }
}
.list_item_product .row_item .item {
  width: 25%;
  padding-right: 26px;
}
@media (max-width: 980px) {
  .list_item_product .row_item .item {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 820px) {
  .list_item_product .row_item .item {
    width: calc(100%/3);
  }
}
@media (max-width: 600px) {
  .list_item_product .row_item .item {
    width: 50%;
  }
}

.paginate {
  padding: 11px 0px 31px;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (max-width: 980px) {
  .detail {
    padding-bottom: 0px;
  }
}
.detail #container .container_detail {
  max-width: 1020px;
  margin: auto;
}
.detail #container .container_detail .tool-share {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .detail #container #item_detail {
    width: 100%;
    padding-right: 0px;
  }
}
.detail #container #item_detail .item-content {
  margin-bottom: 22px;
}
.detail #container #item_detail .item-content .title {
  font-family: Muli-Bold;
  font-size: 22px;
  color: #107eae;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 22px;
}
@media (max-width: 980px) {
  .detail #container #item_detail .item-content .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
.detail #container #item_detail .item-content .content_detail {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
}
.detail #container #item_detail .item-content .content_detail img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .detail #container #item_detail .item-content .content_detail {
    font-size: 13px;
  }
}
.detail #container .list_other {
  width: 300px;
  margin-bottom: 40px;
  background: #f1f1f1;
  padding: 21px 15px 0px;
  border-radius: 4px;
}
@media (max-width: 980px) {
  .detail #container .list_other {
    padding: 20px 10px 0px;
  }
}
@media (max-width: 900px) {
  .detail #container .list_other {
    width: 100%;
    margin-top: 10px;
  }
}
.detail #container .list_other .list_other-title {
  font-family: Muli-Bold;
  font-size: 14px;
  color: #107eae;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .detail #container .list_other .list_other-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.detail #container .list_other .list_other-title:before {
  content: "";
  width: 145px;
  height: 1px;
  background: #b7b7b7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.detail #container .list_other .list_other-title:after {
  content: "";
  width: 38px;
  height: 3px;
  background: #107eae;
  border-radius: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.detail #container .list_other .list_other_item .item {
  margin-bottom: 17px;
}
@media (max-width: 980px) {
  .detail #container .list_other .list_other_item .item {
    margin-bottom: 15px;
  }
}
.detail #container .list_other .list_other_item .item .img a {
  padding-top: 63.75%;
}
.detail #container .list_other .list_other_item .item .img a img {
  min-width: 100%;
}
.detail #container .list_other .list_other_item .item .info .title {
  padding-top: 13px;
}
.detail #container .list_other .list_other_item .item .info .title a {
  font-family: Muli-Bold;
  font-size: 14px;
  color: #107eae;
  line-height: 18px;
}
@media (max-width: 980px) {
  .detail #container .list_other .list_other_item .item .info .title a {
    font-size: 14px;
  }
}
.detail #container .list_other .list_other_item .item .info .title a:hover {
  color: #ffba00;
}

.wrap_form {
  margin-bottom: 0px;
  position: relative;
}
.wrap_form:before {
  content: "";
  width: 200%;
  height: 100%;
  background: url(../images/use/bg_form_resgmail.jpg) repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wrap_form .img {
  position: relative;
}

.table {
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
  background: #f1f1f1;
}
.table .list_title, .table .row_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
}
.table .list_title:last-child, .table .row_item .item:last-child {
  border-bottom: none;
}
.table .list_title .border, .table .row_item .item .border {
  border-right: 1px solid #d7d7d7;
}
.table .list_title .border:last-child, .table .row_item .item .border:last-child {
  border-right: none;
}
.table .list_title .stt, .table .row_item .item .stt {
  width: 60px;
  text-align: center;
}
@media (max-width: 980px) {
  .table .list_title .stt, .table .row_item .item .stt {
    width: 40px;
  }
}
@media (max-width: 455px) {
  .table .list_title .stt, .table .row_item .item .stt {
    display: none !important;
  }
}
.table .list_title .pic, .table .row_item .item .pic {
  width: 24%;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 980px) {
  .table .list_title .pic, .table .row_item .item .pic {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 455px) {
  .table .list_title .pic, .table .row_item .item .pic {
    width: calc(24% + 40px);
    padding-left: 5px;
    padding-right: 5px;
  }
}
.table .list_title .info, .table .row_item .item .info {
  width: calc(76% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 980px) {
  .table .list_title .info, .table .row_item .item .info {
    width: calc(100% - 40px);
  }
}
@media (max-width: 455px) {
  .table .list_title .info, .table .row_item .item .info {
    padding: 10px 5px;
  }
}
.table .list_title .info .title, .table .row_item .item .info .title {
  width: 36%;
  padding-left: 4.6%;
}
@media (max-width: 980px) {
  .table .list_title .info .title, .table .row_item .item .info .title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 455px) {
  .table .list_title .info .title, .table .row_item .item .info .title {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.table .list_title .info .date_provide, .table .row_item .item .info .date_provide {
  width: 37.6%;
  padding-left: 4.6%;
}
@media (max-width: 980px) {
  .table .list_title .info .date_provide, .table .row_item .item .info .date_provide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 455px) {
  .table .list_title .info .date_provide, .table .row_item .item .info .date_provide {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.table .list_title .info .file, .table .row_item .item .info .file {
  width: 26.4%;
  padding-left: 4%;
}
@media (max-width: 980px) {
  .table .list_title .info .file, .table .row_item .item .info .file {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 455px) {
  .table .list_title .info .file, .table .row_item .item .info .file {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media (max-width: 455px) {
  .table .list_title {
    display: none;
  }
}
.table .list_title .border {
  font-family: Muli-Light;
  font-size: 15px;
  color: #212121;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table .row_item .item .border {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  .table .row_item .item .border {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.table .row_item .item .stt {
  font-family: LinhHelBold;
  font-size: 18px;
  color: #696969;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table .row_item .item .info .title {
  font-family: LinhHelBold;
  font-size: 20px;
  color: #474747;
}
@media (max-width: 980px) {
  .table .row_item .item .info .title {
    font-size: 17px;
  }
}
@media (max-width: 455px) {
  .table .row_item .item .info .title {
    font-size: 16px;
  }
}
.table .row_item .item .info .date_provide {
  font-family: LinhHelReg;
  font-size: 16px;
  color: #696969;
}
@media (max-width: 980px) {
  .table .row_item .item .info .date_provide {
    font-size: 15px;
  }
}
@media (max-width: 455px) {
  .table .row_item .item .info .date_provide {
    font-size: 14px;
  }
}
.table .row_item .item .info .file a {
  font-family: LinhHelBold;
  font-size: 16px;
  color: #0086c3;
  font-style: italic;
  text-decoration: underline;
}
@media (max-width: 980px) {
  .table .row_item .item .info .file a {
    font-size: 15px;
  }
}
@media (max-width: 455px) {
  .table .row_item .item .info .file a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=project.css.map */