@charset "UTF-8";
/*
Theme Name: Hanoi Metro Theme
Theme URI: http://Ninja-Team.com
Author: Manh Hung
Author URI: https://www.facebook.com/manhhung86it
Description: Theme for Hanoi Metro project
Version: ư.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Hanoi Metro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Global */
/* Header */
/* Block Title */
/* Fonts */
@font-face {
  font-family: 'NeoSansIntel';
  src: url("./fonts/UTMNeoSansIntel.ttf");
  src: url("./fonts/UTMNeoSansIntel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeoSansIntelBold';
  src: url("./fonts/UTMNeoSansIntelBold.ttf");
  src: url("./fonts/UTMNeoSansIntelBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'utmavo';
  src: url("./fonts/utm-avo.ttf");
  src: url("./fonts/utm-avo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avobold';
  src: url("./fonts/utm-avobold.ttf");
  src: url("./fonts/utm-avobold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Global */
body {
  background: #ffffff;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}

div {
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

/* Block title */
.block-title {
  text-align: left;
  text-transform: uppercase;
  color: #216fac;
  margin-bottom: 20px;
}
.block-title .block-title_hr {
  margin-bottom: 10px;
}
.block-title .block-title_hr:before {
  display: block;
  width: 65px;
  height: 6px;
  background-color: #216fac;
  content: "";
}
.block-title .block-title_hr.white::before {
  background-color: #fff;
}
.block-title .block-title_hr.red::before {
  background-color: #ec1c24;
}
.block-title h3 {
  font-size: 24.88px;
  font-family: "avobold", Courier, monospace;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

/* see more */
.see-more {
  text-align: right;
  margin-top: 30px;
  text-decoration: underline;
  font-style: italic;
  color: #04a3dd;
}
.see-more a {
  color: #04a3dd;
}

/* Breacumb*/
.breadcrumb {
  background: none;
  padding: 0;
  background: none;
  padding: 0;
  margin: 0px 0 20px 0;
}
.breadcrumb li {
  /*        text-overflow: ellipsis;
          max-width: 200px;
          white-space: nowrap;
          overflow: hidden;*/
  margin-right: 6px;
  position: relative;
}
.breadcrumb li a, .breadcrumb li span {
  color: #000000;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  padding-right: 1px;
}
.breadcrumb li.trail-begin span:before {
  display: none !important;
}
.breadcrumb li:nth-child(n+3) span:before {
  content: '/';
  width: 14px;
  display: inline-block;
}

@media (max-width: 575px) {
  .block-title {
    margin-bottom: 20px;
  }
  .block-title .block-title_hr:before {
    width: 55px;
    height: 6px;
  }
  .block-title h3 {
    font-size: 19px;
  }

  .breadcrumb {
    margin: 0px 0 20px 0;
  }
  .breadcrumb li {
    /*            max-width: 150px;*/
    margin-right: 0px;
  }
  .breadcrumb li a, .breadcrumb li span {
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumb li a:after {
    width: 10px;
  }
}
@media (min-width: 576px) and (max-width: 761px) {
  .block-title {
    margin-bottom: 20px;
  }
  .block-title .block-title_hr:before {
    width: 60px;
    height: 7px;
  }
  .block-title h3 {
    font-size: 20px;
  }

  .breadcrumb {
    margin: 0px 0 20px 0;
  }
  .breadcrumb li {
    /*            max-width: 100px;*/
    margin-right: 1px;
  }
  .breadcrumb li a, .breadcrumb li span {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumb li a:after {
    width: 10px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .block-title {
    margin-bottom: 20px;
  }
  .block-title .block-title_hr:before {
    width: 60px;
    height: 7px;
  }
  .block-title h3 {
    font-size: 22px;
  }

  .breadcrumb {
    margin: 0px 0 20px 0;
  }
  .breadcrumb li {
    /*            max-width: 100px;*/
    margin-right: 1px;
  }
  .breadcrumb li a, .breadcrumb li span {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumb li a:after {
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .body-content .container {
    max-width: 900px;
  }
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.dv-site-info .logo {
  position: absolute;
  transition: background .3s linear;
  background-image: initial;
  background-size: cover;
  width: 108px;
  height: 145px;
  display: table-cell;
}
.dv-site-info .logo a {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.dv-site-info .logo a img {
  max-width: 80px;
}
.dv-site-info .slogan {
  position: absolute;
  left: 135px;
  top: 30px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  color: #1d75bc;
  font-style: italic;
}
.dv-site-info .slogan p {
  margin-bottom: 5px;
}
.dv-site-info .navigation {
  margin-right: 0px;
  margin-top: 40px;
  height: 100px;
}
.dv-site-info .navigation.active {
  left: 15px;
}
.dv-site-info .navigation.active > .dv-nav-top {
  display: block !important;
}
.dv-site-info .navigation .icon-tools ul {
  float: right;
  list-style: none;
}
.dv-site-info .navigation .icon-tools ul li {
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid #fff;
  margin: 0;
  float: left;
}
.dv-site-info .navigation .icon-tools ul li:hover, .dv-site-info .navigation .icon-tools ul li.active {
  /*border-color: #04a3dd;*/
  background-color: #1d76bb;
}
.dv-site-info .navigation .icon-tools ul li a {
  height: 100%;
  display: block;
}
.dv-site-info .navigation .icon-tools ul li a.tool-search {
  background: url(./images/icon_search.png) no-repeat center center;
}
.dv-site-info .navigation .icon-tools ul li a.tool-languages {
  background: url(./images/icon_language.png) no-repeat center center;
}
.dv-site-info .navigation .icon-tools ul li a.tool-menu {
  background: url(./images/icon_menu.png) no-repeat center center;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form {
  display: none;
  position: absolute;
  width: 320px;
  top: 50px;
  left: -280px;
  z-index: 99;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .arrow_box {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px #bababa;
  border-radius: 0px;
  padding: 10px 15px;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .arrow_box:after {
  bottom: 100%;
  right: 3%;
  content: " ";
  position: absolute;
  width: 23px;
  height: 16px;
  background: url(./images/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .hd-search-form {
  position: relative;
  width: 100%;
  border: 1px solid #e1e1e1;
  height: 35px;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .hd-search-form input {
  border: 0;
  height: 100%;
  outline: none;
  padding: 0 5px;
  width: 245px;
  margin-right: 35px;
  background-color: #fff;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .hd-search-form input:placeholder-shown {
  color: #e1e1e1;
  line-height: 20px;
}
.dv-site-info .navigation .icon-tools ul li .dv-search-form .hd-search-form button {
  border: 0;
  background: url(./images/icon-search-2.png) no-repeat;
  width: 27px;
  height: 26px;
  font-size: 0;
  position: absolute;
  top: 4px;
  right: 5px;
  cursor: pointer;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form {
  display: none;
  position: absolute;
  width: 150px;
  top: 50px;
  left: -55px;
  z-index: 99;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form .arrow_box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #bababa;
  border-radius: 0px;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form .arrow_box:after {
  bottom: 100%;
  right: 42%;
  content: " ";
  position: absolute;
  width: 23px;
  height: 16px;
  background: url(./images/icon_header_tri.png) no-repeat;
  background-size: 23px auto;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul {
  padding: 0;
  float: none;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul li {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  text-align: center;
  border: none;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul li a {
  line-height: 35px;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul li a:hover {
  color: #fff;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul li a.current-language-item {
  color: #fff;
  background-color: #1d76bb;
}
.dv-site-info .navigation .icon-tools ul li .dv-language-form ul li a.current-language-item:before {
  content: '';
  background: url(./images/icon_header_check.png) no-repeat center center;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dv-site-info .navigation .icon-tools ul li.active .dv-search-form, .dv-site-info .navigation .icon-tools ul li.active .dv-language-form {
  display: block;
}

.menu-top-menu-container {
  display: none;
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px #bababa;
}
.menu-top-menu-container.active {
  display: block;
}
.menu-top-menu-container ul {
  position: relative;
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
}
.menu-top-menu-container ul:after {
  bottom: 100%;
  right: 2%;
  content: " ";
  position: absolute;
  background: url(./images/icon_header_tri.png) no-repeat;
  width: 23px;
  height: 16px;
  background-size: 23px auto;
}
.menu-top-menu-container ul > li {
  text-align: center;
  display: block;
}
.menu-top-menu-container ul > li > a {
  display: block;
  width: 80px;
  position: relative;
  color: #00467e;
  text-decoration: none;
  font-weight: bold;
  line-height: 17px;
  font-size: 15px;
}
.menu-top-menu-container ul > li > a img {
  padding: 0 !important;
  position: absolute;
  top: 10px;
  left: 0;
  width: 80px;
  height: 80px;
}
.menu-top-menu-container ul > li > a img:nth-child(2) {
  margin-left: 0px !important;
}
.menu-top-menu-container ul > li > a span {
  display: block;
  padding-top: 100px;
  padding-bottom: 10px;
}
.menu-top-menu-container ul > li > a span.menu-image-hover-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.menu-top-menu-container ul > li > a:hover {
  text-decoration: underline;
}

@media (max-width: 575px) {
  .dv-site-info .logo {
    width: 75px;
    height: 105px;
  }
  .dv-site-info .logo a {
    margin-top: 8px;
  }
  .dv-site-info .logo a img {
    max-width: 55px;
  }
  .dv-site-info .slogan {
    padding-left: 7px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    top: 25px;
    left: 85px;
  }
  .dv-site-info .navigation {
    margin-right: 0px;
    margin-top: 20px;
  }

  .menu-top-menu-container {
    top: 80px !important;
  }
}
@media (max-width: 761px) {
  .menu-top-menu-container {
    top: 96px;
  }
  .menu-top-menu-container ul {
    max-width: 100% !important;
    padding: 0;
  }
  .menu-top-menu-container ul:after {
    right: 2%;
  }
  .menu-top-menu-container ul > li {
    display: table;
    height: 90px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
  }
  .menu-top-menu-container ul > li > a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: 17px;
    font-size: 15px;
  }
  .menu-top-menu-container ul > li > a img {
    padding: 0 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .menu-top-menu-container ul > li > a span {
    text-align: left;
    display: block;
    padding-top: 0;
    padding-left: 90px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .dv-site-info .navigation.active {
    left: auto;
  }
}
@media (min-width: 576px) and (max-width: 761px) {
  .menu-top-menu-container ul {
    max-width: 540px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .menu-top-menu-container ul {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-top-menu-container ul {
    max-width: 960px;
  }
}
/* Home page */
.main-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 1000;
  position: fixed;
}
.main-header.home-header .solid-bg {
  background-color: transparent;
  border-bottom: 0;
}
.main-header.home-header .solid-bg .logo {
  background: url(./images/background_logo_header.png) no-repeat center center;
  background-size: cover;
}
.main-header.home-header .solid-bg .slogan {
  color: #fff;
}
.main-header.white-bg .solid-bg {
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
.main-header.white-bg .logo {
  background-size: 0 !important;
}
.main-header.white-bg .slogan {
  color: #1d75bc !important;
}
.main-header.white-bg .navigation .icon-tools ul li {
  border-color: #aaaaaa;
}
.main-header.white-bg .navigation .icon-tools ul li a.tool-search {
  background: url(./images/icon_search_grey.png) no-repeat center center;
}
.main-header.white-bg .navigation .icon-tools ul li a.tool-languages {
  background: url(./images/icon_language_grey.png) no-repeat center center;
}
.main-header.white-bg .navigation .icon-tools ul li a.tool-menu {
  background: url(./images/icon_menu_grey.png) no-repeat center center;
}
.main-header .solid-bg {
  transition: background .3s linear;
  height: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  background-color: #ffffff;
}

.home-top-slider_content {
  width: 100%;
  height: 680px;
  position: relative;
}
.home-top-slider_content .top-tools {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-top-slider_content .top-news {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.home-top-slider_content .top-news .wg-nav-under-slider {
  position: relative;
}
.home-top-slider_content .top-news .wg-nav-under-slider .container {
  position: relative;
  z-index: 999;
}
.home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-pre, .home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-next {
  z-index: 1000;
  width: 31px;
  height: 30px;
  display: block;
  position: absolute;
  top: 32px;
  background: url(./images/btn-carousel-pre.png) no-repeat center center;
}
.home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-next {
  background: url(./images/btn-carousel-next.png) no-repeat center center !important;
  right: 15px;
}
.home-top-slider_content .top-news .wg-nav-under-slider .line-white {
  width: 100%;
  height: 2px;
  background-color: #aaaaaa;
  opacity: 0.5;
  display: block;
  position: absolute;
  top: 45px;
  z-index: 1;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul {
  list-style: none;
  padding: 0;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li {
  display: block;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a {
  display: block;
  color: #fff;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a:hover {
  text-decoration: none;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a span {
  padding: 0 !important;
  text-align: center;
  display: block;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a span.menu-image-title {
  line-height: 21px;
  width: 100px;
  margin: 0 auto;
  font-size: 17px;
  margin-top: 7px;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a span img {
  display: inline;
  width: 80px;
  height: 80px;
}
.home-top-slider_content .top-news .wg-nav-under-slider ul li a span img:nth-child(2) {
  margin-left: -80px !important;
}
.home-top-slider_content .flexslider ul.slides {
  height: 680px;
}
.home-top-slider_content .flexslider ul.slides li {
  height: 100%;
  background-size: cover !important;
}
.home-top-slider_content .flexslider ul.slides li .bg-solid {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 56, 90, 0.2);
  color: #fff;
}
.home-top-slider_content .flexslider ul.slides li .bg-solid .container {
  display: none;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .container {
  display: block;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts {
  position: absolute;
  top: 31%;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title {
  font-weight: bold;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title:before {
  content: '';
  display: block;
  width: 65px;
  height: 6px;
  background-color: #ec1c24;
  margin-bottom: 10px;
  display: none;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.first-line {
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 2px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line {
  line-height: 41px;
  font-size: 36px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line span {
  float: left;
  display: inline-block;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line span.bg-white {
  background: #fff;
  color: #1482cb;
  font-size: 19px;
  line-height: 25px;
  padding: 2px 1px;
  margin-top: 9px;
  margin-right: 5px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title {
  font-size: 17px;
  margin-top: 20px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title p {
  margin-bottom: 10px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn {
  margin-top: 27px;
}
.home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn a {
  background-color: #ec1c24;
  border-radius: 15px;
  height: 30px;
  color: #fff;
  padding: 6px 30px 10px 30px;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  text-decoration: underline;
}
.home-top-slider_content .flexslider .flex-control-thumbs {
  display: none;
  margin: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.home-top-slider_content .flexslider .flex-direction-nav {
  display: none;
}

.wg-thongbao {
  color: #fff;
}
.wg-thongbao a {
  color: #fff;
}
.wg-thongbao a:hover {
  text-decoration: none;
}
.wg-thongbao .solid-bg {
  padding: 15px 0;
  background-color: rgba(23, 4, 80, 0.8);
}
.wg-thongbao .solid-bg .wg-thongbao_line {
  height: 100%;
  background: url(./images/thongbao-line.png) repeat-y center center;
}
.wg-thongbao .solid-bg .wg-thongbao_header a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
}
.wg-thongbao .solid-bg .wg-thongbao_content {
  margin-top: 10px;
}
.wg-thongbao .solid-bg .wg-thongbao_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wg-thongbao .solid-bg .wg-thongbao_content ul li {
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: justify;
}
.wg-thongbao .solid-bg .wg-thongbao_content ul li span {
  display: block;
}
.wg-thongbao .solid-bg .wg-thongbao_content ul li span.dot {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(./images/dot-white.png) no-repeat center center;
}
.wg-thongbao .solid-bg .wg-thongbao_content ul li span.text {
  font-size: 15px;
  line-height: 20px;
  -webkit-justify-content: space-between;
  text-align: justify;
  text-justify: inter-word;
}

.body-content {
  padding-top: 105px;
}
.body-content > .solid-bg {
  padding: 20px 0 20px;
  margin: 0;
  background: #f2f2f2;
}
.body-content .slidebar-page-tree {
  background-color: #fff;
}
.body-content .slidebar-page-tree .sidebar-title {
  background: #1d75bc;
  text-align: center;
  padding: 19px 10px;
  color: #fff;
  font-size: 23px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}
.body-content .slidebar-page-tree .sidebar-content {
  padding: 0 0 15px 0;
}
.body-content .slidebar-page-tree .sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.body-content .slidebar-page-tree .sidebar-content ul li {
  padding: 0;
}
.body-content .slidebar-page-tree .sidebar-content ul li a {
  display: block;
  line-height: 20px;
  color: #000000;
  background: url(./images/bg-arrow-right.png) no-repeat scroll 16px 20px;
  background-size: 8px;
  padding: 13px 5px 5px 35px;
}
.body-content .slidebar-page-tree .sidebar-content ul li.current_page_item > a {
  color: #1d75bc;
}
.body-content .slidebar-page-tree .sidebar-content ul li.page_item_has_children ul {
  display: none;
  padding-left: 23px;
}
.body-content .slidebar-page-tree .sidebar-content ul li.page_item_has_children.current_page_item ul, .body-content .slidebar-page-tree .sidebar-content ul li.page_item_has_children.current_page_parent ul {
  display: block;
}
.body-content .slidebar-page-tree .sidebar-content ul li.page_item_has_children.current_page_item > a, .body-content .slidebar-page-tree .sidebar-content ul li.page_item_has_children.current_page_parent > a {
  color: #1d75bc;
  background: url(images/bg-arrow-down.png) no-repeat scroll 16px 20px;
  background-size: 11px;
  padding: 13px 5px 5px 35px;
}
.body-content .subpage-item {
  height: 300px;
  overflow: hidden;
  background: #216fac;
  margin-bottom: 30px;
}
.body-content .subpage-item.tuyen_so_2a {
  background: #90403f;
}
.body-content .subpage-item.tuyen_so_3 {
  background: #b9b903;
}
.body-content .subpage-item .subpage-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.body-content .subpage-item .subpage-img a img {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.body-content .subpage-item .subpage-title {
  padding: 20px 30px 20px 0;
  color: #fff;
}
.body-content .subpage-item .subpage-title a {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.body-content .subpage-item .subpage-title a.readmore {
  font-size: 13px;
  font-style: italic;
  font-family: 'NeoSansIntel';
  text-decoration: underline;
}
.body-content .subpage-item .subpage-title p {
  display: block;
  line-height: 20px;
}

.home-huong-dan {
  padding: 0;
  margin: 0;
  background: url(./images/huong-dan-bg.jpg) no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.home-huong-dan > .solid-bg {
  padding: 20px 0 20px;
  margin: 0;
  background: rgba(25, 91, 150, 0.9);
}
.home-huong-dan_block_image {
  padding: 30px 75px;
  background-color: rgba(22, 37, 111, 0.4);
}
.home-huong-dan_block_image img {
  width: 100%;
  height: 100%;
  max-width: 150px;
}
.home-huong-dan_block_text {
  background-color: #a1283b;
  padding: 25px 10px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 20.39px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
}
.home-huong-dan_block_text > a {
  color: #fff;
}
.home-huong-dan_block_text > a:hover {
  text-decoration: none;
  color: #e0e0e0;
}

.home-tin-tuc {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.home-tin-tuc > .solid-bg {
  padding: 20px 0 20px;
  margin: 0;
}
.home-tin-tuc_content a .post-items {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  height: 90px;
}
.home-tin-tuc_content a .post-items table {
  width: 100%;
}
.home-tin-tuc_content a .post-items table tr td.thumb {
  height: 80px;
  width: 120px;
}
.home-tin-tuc_content a .post-items table tr td.thumb .thumb-content {
  overflow: hidden;
  height: 80px;
  width: 120px;
}
.home-tin-tuc_content a .post-items table tr td.thumb .thumb-content img {
  height: auto;
  width: 130px;
}
.home-tin-tuc_content a .post-items table tr td.post-title {
  font-size: 16px;
  cursor: pointer;
  color: #04a3dd;
  padding-left: 20px;
  height: 85px;
}
.home-tin-tuc_content a .post-items table tr td.post-title h3 {
  font-weight: bold;
  font-size: 16px;
  display: block;
}
.home-tin-tuc_content a .post-items table tr td.post-title p {
  display: block;
  max-height: 36px;
  overflow: hidden;
  color: #000000;
  line-height: 17px;
  margin-bottom: 0;
  font-size: 14.6px;
}
.home-tin-tuc_content a .post-items table tr td.post-arrow {
  width: 25px;
  text-align: right;
}
.home-tin-tuc_content a .post-items table tr td.post-arrow i {
  color: #04a3dd;
}
.home-tin-tuc_content a.tuyen-dung .post-items table tr td.post-title {
  padding-left: 0;
}
.home-tin-tuc_content a.tuyen-dung .post-items table tr td.post-title h3 {
  font-weight: normal;
  font-size: 14.6px;
  color: #000000;
  margin-bottom: 3px;
}

.home-tien-ich {
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
}
.home-tien-ich > .solid-bg {
  padding: 20px 0 20px;
  margin: 0;
  overflow: hidden;
}
.home-tien-ich #dv-unility-outbound {
  background: url("./images/bg_unilities.png") no-repeat left top;
  background-size: cover;
}
.home-tien-ich_content {
  width: 100%;
  height: 296px;
  transform-origin: 0 0;
}
.home-tien-ich_content ul {
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
}
.home-tien-ich_content ul li {
  position: absolute;
  width: 152px;
  height: 174px;
}
.home-tien-ich_content ul li.item_no_1 {
  top: 82px;
  left: 17px;
}
.home-tien-ich_content ul li.item_no_2 {
  top: -5px;
  left: 172px;
}
.home-tien-ich_content ul li.item_no_3 {
  top: 82px;
  left: 327px;
}
.home-tien-ich_content ul li.item_no_4 {
  top: -5px;
  left: 481px;
}
.home-tien-ich_content ul li.item_no_5 {
  top: 82px;
  left: 636px;
}
.home-tien-ich_content ul li.item_no_6 {
  top: -5px;
  left: 791px;
}
.home-tien-ich_content ul li a {
  display: block;
  width: 100%;
  position: relative;
}
.home-tien-ich_content ul li a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0 !important;
}
.home-tien-ich_content ul li a .menu-image-title {
  display: none;
}

.home-so-do-tuyen {
  padding: 0;
  margin: 0;
  background-color: #e5e5e5;
}
.home-so-do-tuyen > .solid-bg {
  padding: 0 0 20px 0;
  margin: 0;
}
.home-so-do-tuyen .list-tuyen_item {
  color: #000000;
  cursor: pointer;
  background: #fff;
  padding: 7px 0;
  text-align: center;
  position: relative;
}
.home-so-do-tuyen .list-tuyen_item.active:before {
  content: '';
  position: absolute;
  background: url(./images/active-arrow.png);
  bottom: -11px;
  width: 18px;
  height: 12px;
  left: 50%;
  margin-left: -8px;
}
.home-so-do-tuyen .list-tuyen_center {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.home-so-do-tuyen .list-nha-ga {
  margin-top: 20px;
}
.home-so-do-tuyen .list-nha-ga .line-stations .line-temp-icon {
  min-width: 55px;
}
.home-so-do-tuyen .list-nha-ga .line-station-item {
  max-width: 680px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}
.home-so-do-tuyen .list-nha-ga .line-station-item.active {
  display: block;
}
.home-so-do-tuyen .list-nha-ga .col-icon {
  margin: 0 0 0 20px;
}
.home-so-do-tuyen .list-nha-ga .ten-tuyen {
  margin-top: 10px;
}
.home-so-do-tuyen .list-nha-ga .ten-tuyen .name {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.home-so-do-tuyen .list-nha-ga .ten-tuyen .route {
  color: #61a6d6;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.home-so-do-tuyen .list-nha-ga .so-do {
  height: 120px;
  margin-top: 10px;
}
.home-so-do-tuyen .list-nha-ga .so-do-content {
  min-width: 920px;
  height: 100%;
  transform-origin: 0 0;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul {
  list-style: none;
  padding: 0;
  transform: scale(1);
  transform-origin: 0 0;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li {
  display: inline-block;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node {
  position: relative;
  margin-right: 32px;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node.first .node-icon > span {
  display: none;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node .node-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #000000;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node .node-icon > span {
  content: '';
  border-top: 3px solid #a1283b;
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  margin-top: -3px;
  left: -35px;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node .node-icon.dotted > span {
  border-top: 3px dotted #a1283b;
}
.home-so-do-tuyen .list-nha-ga .so-do-content ul li .so-do-node .node-content {
  position: absolute;
  background: url(./images/bg_nha_ga.png) no-repeat left bottom;
  width: 101px;
  height: 30px;
  color: #000000;
  white-space: nowrap;
  padding: 7px 0 0 20px;
  transform: rotate(45deg);
  top: 56px;
  left: 10px;
}
.home-so-do-tuyen .list-nha-ga .gio-tau-chay {
  margin-top: 5px;
}
.home-so-do-tuyen .list-nha-ga .gio-tau-chay_title {
  color: #61a6d6;
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.home-so-do-tuyen .list-nha-ga .gio-tau-chay_list {
  margin-top: 15px;
  font-size: 15px;
}
.home-so-do-tuyen .list-nha-ga .gio-tau-chay_list > span:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.home-so-do-tuyen .list-nha-ga .gio-tau-chay_list > span:last-child::after {
  content: '';
  display: none;
}
.home-so-do-tuyen .list-nha-ga .loai-ga {
  margin-top: 20px;
}
.home-so-do-tuyen .list-nha-ga .loai-ga ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.home-so-do-tuyen .list-nha-ga .loai-ga ul li {
  display: inline-block;
  margin-right: 20px;
}
.home-so-do-tuyen .list-nha-ga .loai-ga ul li span.loai-ga-icon {
  border: 4px solid #a1283b;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.home-so-do-tuyen .list-nha-ga .loai-ga ul li span {
  line-height: 24px;
  display: block;
  float: left;
}

.content-grid a {
  display: block;
}
.content-grid a .grid-item {
  position: relative;
  padding: 34px 0 0;
  margin-bottom: 34px;
  overflow: hidden;
}
.content-grid a .grid-item:before, .content-grid a .grid-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 4px;
  background-color: #1d76bb;
}
.content-grid a .grid-item:after {
  width: 100%;
  left: 100px;
  background-color: #c5d7dd;
}
.content-grid a .grid-item .grid-pic {
  height: 150px;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
}
.content-grid a .grid-item .grid-pic:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity .3s;
  z-index: 2;
}
.content-grid a .grid-item .grid-content .title {
  font-size: 21px;
  line-height: 23px;
  color: #00467e;
  margin-bottom: 15px;
}
.content-grid a .grid-item .grid-content .short-content {
  font-size: 15px;
  line-height: 17px;
  color: #000000;
}
.content-grid a .grid-item .grid-content .readmore {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  background: #00467e;
  border-radius: 3px;
}
.content-grid a:hover .grid-item .grid-pic:after {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: opacity .3s;
  z-index: 2;
}
.content-grid a:hover .grid-item .grid-content .title {
  text-decoration: underline;
}

.sidebar-top-footer {
  padding: 0;
  margin: 0;
}
.sidebar-top-footer > .solid-bg {
  background-color: #e6e6e6;
  padding: 20px 0 20px;
  margin: 0;
}
.sidebar-top-footer > .solid-bg .above-footer .sidebar-title {
  color: #1d75bc;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.sidebar-top-footer > .solid-bg .above-footer ul {
  padding: 0;
  list-style: none;
}
.sidebar-top-footer > .solid-bg .above-footer ul.show_root_only .children {
  display: none;
}
.sidebar-top-footer > .solid-bg .above-footer ul li {
  margin-bottom: 10px;
}
.sidebar-top-footer > .solid-bg .above-footer ul li a {
  background: url(./images/bg-dotted-blue.png) no-repeat scroll 0px 6px;
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 17px;
  background-size: 8px;
  padding: 0 0px 0 15px;
}
.sidebar-top-footer > .solid-bg .above-footer ul li a:hover {
  color: #999;
}

.footer {
  padding: 0;
  margin: 0;
  background-color: #1d76bb;
  color: #fff;
}
.footer > .solid-bg {
  padding: 20px 0 15px;
  margin: 0;
}
.footer .sidebar-item {
  font-size: 15px;
  padding-top: 10px;
  color: #fff;
  line-height: 18px;
}
.footer .sidebar-item .sidebar-title {
  min-height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .sidebar-item ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}
.footer .sidebar-item ul li {
  margin-bottom: 4px;
  display: block;
}
.footer .sidebar-item ul li a {
  font-size: 15px;
  color: #fff;
}
.footer .sidebar-item ul.social-links {
  margin-top: 15px;
}
.footer .sidebar-item ul.social-links li {
  display: inline-block;
}
.footer .sidebar-item ul.social-links li a {
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 35px;
  width: 37px;
  height: 37px;
  margin-right: 5px;
  display: inline-block;
}
.footer .sidebar-item ul.social-links li a:hover {
  border-color: #bfbfbf;
}
.footer .newsletter-widget {
  margin-top: 10px;
}
.footer .newsletter-widget form {
  width: 280px;
  height: 30px;
  background: #fff;
}
.footer .newsletter-widget form p {
  float: left;
  display: block;
  margin: 0;
}
.footer .newsletter-widget form p input {
  width: 240px;
  height: 30px;
  padding: 0 15px;
  border: 0;
  outline: none;
  color: #000000;
}
.footer .newsletter-widget form p input.newsletter-submit {
  width: 40px;
  background: url(./images/btn-send-email.png) no-repeat 50% 50%;
  border: 0;
  color: #fff;
  padding: 0;
  font-size: 0px;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}

.single-article .about-title {
  margin-bottom: 0px;
}
.single-article .about-title h1 {
  color: #216fac;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
}
.single-article-content {
  color: #000000;
  line-height: 23px;
  text-align: justify;
  text-justify: inter-word;
}
.single-article-content img {
  max-width: 100% !important;
  height: auto;
  padding: 5px;
}
.single-article-content table {
  background-color: transparent;
}
.single-article-content table table tr {
  margin-bottom: 20px;
}
.single-article-content table table tr table tr td {
  padding-right: 20px;
  padding-bottom: 20px;
}
.single-article-content figure {
  max-width: 100%;
}
.single-article-content img.aligncenter, .single-article-content figure.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.single-article-content img figcaption, .single-article-content figure figcaption {
  text-align: center;
}
.single-article-content iframe {
  max-width: 100%;
}

.tuyen-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
.tuyen-icon.big {
  width: 55px;
  height: 55px;
  font-size: 23px;
  line-height: 42px;
}

.station-tabs {
  margin: 20px 0;
  text-align: center;
}
.station-tabs div {
  height: 40px;
  background: #dae0e3;
}

.embed-station-map {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 200px;
  padding: 10px 10px;
  margin-bottom: 15px;
  text-align: center;
}
.embed-station-map .station-connects {
  position: absolute;
  top: 0;
  left: 50%;
}
.embed-station-map .station-connects-item {
  background-color: #fff;
  position: absolute;
  width: auto;
  max-width: 150px;
  margin-bottom: 0;
  height: 25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.embed-station-map .station-connects-item.two-lines {
  width: 150px;
  overflow: hidden;
  height: 40px;
}
.embed-station-map .station-connects-item.two-lines a {
  white-space: initial;
}
.embed-station-map .station-connects-item a {
  display: block;
  padding: 3px 5px 2px 12px;
  white-space: nowrap;
  color: #000000;
}
.embed-station-map .station-connects-item a:before {
  content: "";
  display: inline-block;
  background: url(./images/icon_link_arrow_black.png) no-repeat center;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: -14px;
  font-size: 13px;
  -webkit-background-size: 4px 8px;
  background-size: 4px 8px;
}
.embed-station-map .station-connects-item a:hover {
  text-decoration: underline;
}
.embed-station-map .station-info {
  webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 380px;
  margin: 0 auto;
  padding: 25px 14px 25px;
}
.embed-station-map .station-info .col-image {
  margin-left: 20px;
  width: 150px;
  height: 130px;
}
.embed-station-map .station-info .col-image img {
  width: 150px;
  height: 130px;
}
.embed-station-map .station-info .col-info {
  margin-left: 10px;
  width: 150px;
  float: left;
}
.embed-station-map .station-info .stattion-info_name {
  font-size: 25px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  line-height: 28px;
}
.embed-station-map .station-info .stattion-info_name.title_small {
  font-size: 18px;
  line-height: 21px;
}
.embed-station-map .station-info .stattion-info_name.title_medium {
  font-size: 21px;
  line-height: 23px;
}
.embed-station-map .station-info .station-info_lines {
  margin-top: 10px;
}
.embed-station-map .station-info .station-info_lines ul {
  padding: 0;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
}
.embed-station-map .station-info .station-info_lines ul li {
  display: table-cell;
  width: 80px;
  text-align: center;
}
.embed-station-map .station-info .station-info_line_links {
  margin-top: 10px;
}
.embed-station-map .station-info .station-info_line_links ul {
  padding: 0;
  margin-bottom: 0;
  display: table;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  list-style: none;
}
.embed-station-map .station-info .station-info_line_links ul li {
  display: table-cell;
  width: 80px;
  text-align: center;
}
.embed-station-map .station-info .station-info_line_links ul li a {
  color: #216fac;
  font-size: 13px;
}
.embed-station-map .station-info .station-info_line_links ul li a:before {
  content: "";
  display: inline-block;
  background: url(./images/icon_link_arrow_black.png) no-repeat center;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: -14px;
  font-size: 13px;
  -webkit-background-size: 4px 8px;
  background-size: 4px 8px;
}
.embed-station-map .station-info .station-info_line_links ul li a:hover {
  text-decoration: underline;
}
.embed-station-map .station-info .station-info_update {
  margin-top: 15px;
}
.embed-station-map .station-info .station-info_update:before {
  content: " ";
  display: table;
}
.embed-station-map .station-info .station-info_update p {
  background: none;
  width: auto;
  height: auto;
  position: initial;
}
.embed-station-map .station-info .station-info_update p.fL {
  float: left !important;
}
.embed-station-map .station-info .station-info_update p.fR {
  float: right !important;
}
.embed-station-map .station-info .station-info_update p a {
  font-size: 12px;
}
.embed-station-map .station-info .station-info_update p a:before {
  background: url(./images/icon_link_update.png) no-repeat left;
  -webkit-background-size: 11px 11px;
  background-size: 11px;
  font-size: 0.85714rem;
  height: 1.3em;
  width: 15px;
  content: "";
  display: inline-block;
  vertical-align: top;
}
.embed-station-map p {
  position: absolute;
  width: 50px;
  height: 30px;
  top: 50px;
  left: 100px;
  background: #053c61;
}

.list-post-content article {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.list-post-content article .col-img {
  overflow: hidden;
}
.list-post-content article .col-img img {
  max-width: 100%;
  height: auto;
}
.list-post-content article .article-title .entry-title {
  font-size: 20px;
}
.list-post-content article .article-title .entry-title a {
  color: #216fac;
  font-size: 20px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  line-height: 25px;
}
.list-post-content article p, .list-post-content article .article-excerpt {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}
.list-post-content article p .more-link, .list-post-content article .article-excerpt .more-link {
  display: none;
}
.list-post-content article .screen-reader-text {
  display: none;
}

.dv-phantrang {
  text-align: riehg;
}
.dv-phantrang:after {
  content: '';
  display: block;
  clear: both;
}
.dv-phantrang .pagination {
  float: right;
}
.dv-phantrang .pagination li a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #000000;
}
.dv-phantrang .pagination li.active a, .dv-phantrang .pagination li:hover a {
  color: #216fac;
}

/* station tabs*/
.div-station-tabs {
  background-color: #dae0e3;
  overflow: hidden;
}
.div-station-tabs ul {
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px #fff solid;
}
.div-station-tabs ul li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.div-station-tabs ul li a {
  width: 100%;
  display: block;
  padding: 15px 8px;
  text-align: center;
  border-right: 1px #fff solid;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.div-station-tabs ul li a.active {
  background: #bfd0d6;
}
.div-station-tabs ul li a:before {
  content: "";
  display: inline-block;
  width: 10.5px;
  height: 14px;
  background: url(./images/icon_link_arrow_gray.png) no-repeat left;
  -webkit-background-size: 4px 8px;
  background-size: 4px 8px;
  vertical-align: middle;
}

.station-top-content {
  display: none;
}
.station-top-content.active {
  display: block;
}
.station-top-content .about-title {
  padding: 20px 0;
}

.unilities-horizontal .home-footer-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.unilities-horizontal .home-footer-menu ul {
  display: table;
  width: 100%;
  border: 1px solid #fff;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
.unilities-horizontal .home-footer-menu ul li {
  width: 14.28%;
  list-style: none;
  display: table-cell;
}
.unilities-horizontal .home-footer-menu ul li:first-child {
  width: 9%;
}
.unilities-horizontal .home-footer-menu ul li:first-child a {
  background: #eb1c23;
}
.unilities-horizontal .home-footer-menu ul li:first-child a:hover {
  color: #fff;
}
.unilities-horizontal .home-footer-menu ul li:first-child a:after {
  border-left-color: #eb1c23;
}
.unilities-horizontal .home-footer-menu ul li:first-child a:before {
  display: none;
}
.unilities-horizontal .home-footer-menu ul li:last-child a {
  padding-right: 30px;
}
.unilities-horizontal .home-footer-menu ul li:last-child a:after {
  display: none;
}
.unilities-horizontal .home-footer-menu ul li a {
  display: table;
  width: 100%;
  float: left;
  height: 60px;
  background: #3498db;
  text-align: center;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 5px 5px 35px;
  margin: 0;
}
.unilities-horizontal .home-footer-menu ul li a:after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #3498db;
  position: absolute;
  right: -29px;
  top: 0;
  z-index: 1;
}
.unilities-horizontal .home-footer-menu ul li a:before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
.unilities-horizontal .home-footer-menu ul li a:hover, .unilities-horizontal .home-footer-menu ul li a.active {
  background: #eb1c23;
}
.unilities-horizontal .home-footer-menu ul li a:hover:after, .unilities-horizontal .home-footer-menu ul li a.active:after {
  border-left-color: #eb1c23;
}
.unilities-horizontal .home-footer-menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.unilities-horizontal .home-footer-menu ul li a .menu-image-hover-wrapper {
  display: none;
}

.utiliti-list-item {
  text-align: center;
}
.utiliti-list-item .item-img {
  background-color: #1d76bb;
  overflow: hidden;
  height: 150px;
}
.utiliti-list-item .item-img img {
  width: auto;
  height: 150px;
}
.utiliti-list-item .item-title {
  padding: 5px;
  background-color: #a1283b;
}
.utiliti-list-item .item-title h2 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.utiliti-list-item .item-title h2 a {
  color: #fff;
}

.div-full-map {
  min-height: 530px;
  width: 100%;
  background-color: #f3f3f3;
}
.div-full-map .solid-bg {
  background-color: #b9deec;
}
.div-full-map .solid-bg .dv-zoom-map-content {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
  margin: 0 auto;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort .loading-text {
  margin: 50px auto;
  width: 70px;
  height: 70px;
  background: #ffffff url(./images/loading.gif) no-repeat center center;
  border: 1px solid #fff;
  border-radius: 35px;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea {
  position: absolute;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea .full-map-image {
  display: none;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea #station_location {
  cursor: move;
  display: block;
  transform-origin: left top 0px;
  transform: scale(1);
  width: 100%;
}
.div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea #station_location img {
  width: 100%;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control {
  display: none;
  position: absolute;
  top: 0;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul li {
  float: left;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul li a {
  display: block;
  margin: 0 0 0 2px;
  color: #fff;
  height: 40px;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul li a.btn-plus {
  width: 40px;
  background: #216fac url(./images/btn_plus.gif) no-repeat center center;
}
.div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control ul li a.btn-minus {
  width: 40px;
  background: #216fac url(./images/btn_minus.gif) no-repeat center center;
}
.div-full-map .solid-bg .dv-zoom-map-content .btnLinksMap {
  display: none;
}

@media (max-width: 575px) {
  .embed-station-map {
    background-position: center center;
    height: 200px;
    padding: 10px 10px;
  }
  .embed-station-map .station-info {
    width: 260px;
  }
  .embed-station-map .station-info .col-image {
    margin-left: 20px;
    width: 70px;
    height: 70px;
  }
  .embed-station-map .station-info .col-image img {
    width: 70px;
    height: 70px;
  }
  .embed-station-map .station-info .stattion-info_name {
    font-size: 20px;
    line-height: 21px;
  }
  .embed-station-map .station-info .stattion-info_name.title_small {
    font-size: 17px;
    line-height: 20px;
  }
  .embed-station-map .station-info .stattion-info_name.title_medium {
    font-size: 19px;
    line-height: 21px;
  }

  .utiliti-list-item .item-img {
    height: 250px;
  }
  .utiliti-list-item .item-img img {
    height: 250px;
  }
  .utiliti-list-item .item-title {
    padding: 10px;
  }
  .utiliti-list-item .item-title h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .main-header {
    height: 85px;
  }

  .body-content {
    padding-top: 70px;
  }

  .home-top-slider_content {
    height: 330px !important;
  }
  .home-top-slider_content .flexslider ul.slides {
    height: 330px !important;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts {
    top: 35% !important;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title:before {
    width: 50px;
    height: 5px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.first-line {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line {
    line-height: 37px;
    font-size: 26px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line span.bg-white {
    font-size: 16px;
    line-height: 16px;
    margin-top: 11px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title {
    font-size: 11px;
    margin-top: 11px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title p {
    margin-bottom: 5px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn {
    margin-top: 18px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn a {
    border-radius: 13px;
    height: 25px;
    padding: 4px 15px 7px 15px;
    font-size: 11px;
    line-height: 14px;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-next, .home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-pre {
    top: 22px;
    background-size: 24px !important;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider .container .btn-carousel-next {
    background: url(./images/btn-carousel-next.png) no-repeat center center !important;
    background-size: 24px !important;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider .line-white {
    top: 35px;
    height: 1px;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider ul li a span img {
    width: 70px;
    height: 70px;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider ul li a span img:nth-child(2) {
    margin-left: -70px !important;
  }
  .home-top-slider_content .top-news .wg-nav-under-slider ul li a span.menu-image-title {
    font-size: 14px;
    line-height: 15px;
    width: 90px;
  }

  .home-so-do-tuyen .list-nha-ga {
    margin-top: 50px;
  }
  .home-so-do-tuyen .list-nha-ga .line-stations .col-line-name {
    flex: 0 0 70% !important;
  }
  .home-so-do-tuyen .list-nha-ga .ten-tuyen .name {
    line-height: 20px;
  }

  .home-huong-dan > .solid-bg {
    padding: 20px 0 20px;
    margin: 0;
    /*background: rgba(25, 91, 150, 0.9);*/
    background: #105896;
  }
  .home-huong-dan_block_image {
    padding: 10px 25px;
  }
  .home-huong-dan_block_image img {
    width: 100%;
    height: 100%;
    max-width: 150px;
  }
  .home-huong-dan_block_text {
    background-color: rgba(22, 37, 111, 0.8);
    padding: 5px 5px;
    font-size: 11px;
    text-overflow: initial;
    overflow: auto;
    white-space: initial;
    color: #fff;
    min-height: 44px;
    display: table;
    width: 100%;
  }
  .home-huong-dan_block_text a {
    display: table-cell;
    vertical-align: middle;
  }

  .home-tin-tuc > .solid-bg {
    padding: 20px 0 20px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items {
    height: 120px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items table tr td.thumb {
    height: 90px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items table tr td.thumb .thumb-content {
    height: 90px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items table tr td.post-title h3 {
    font-size: 14px;
  }
  .home-tin-tuc > .solid-bg .wgTuyenDung {
    margin-top: 15px;
  }
  .home-tin-tuc > .solid-bg .wgTuyenDung .home-tin-tuc_content a .post-items {
    height: 80px;
  }

  .footer .solid-bg .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer .solid-bg .container .col-footer-logo {
    text-align: center;
  }
  .footer .solid-bg .container .sidebar-title {
    width: 100%;
  }
  .footer .solid-bg .container .newsletter-widget form {
    width: 250px;
  }
  .footer .solid-bg .container .newsletter-widget form p input.newsletter-email {
    width: 208px;
  }
  .footer .solid-bg .container .social-links {
    /*                    display: none;*/
  }

  .list-post-content article {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
  }
  .list-post-content article .article-title .entry-title {
    font-size: 12px;
  }
  .list-post-content article .article-title .entry-title a {
    font-size: 12px;
    line-height: 13px;
  }
  .list-post-content article p, .list-post-content article .article-excerpt {
    font-size: 11px;
    line-height: 13px;
  }

  .unilities-horizontal .home-footer-menu ul li a {
    height: 40px;
    font-size: 13px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 761px) {
  .content-grid a .grid-item .grid-pic {
    height: 250px;
  }

  .div-full-map {
    height: 300px;
    overflow: hidden;
    min-height: initial;
  }
  .div-full-map .solid-bg .dv-zoom-map-content .dv-zoom-control {
    display: none !important;
  }
  .div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort {
    margin: 0 auto;
    position: initial;
    width: auto !important;
  }
  .div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea {
    position: initial !important;
    width: auto !important;
  }
  .div-full-map .solid-bg .dv-zoom-map-content #fullMapViewPort #dragArea #station_location img {
    width: auto;
    height: 300px;
  }
  .div-full-map .solid-bg .dv-zoom-map-content .btnLinksMap {
    display: block;
    position: absolute;
    top: 130px;
    height: 30px;
    width: 100%;
  }

  .home-top-slider_content {
    height: 570px;
  }
  .home-top-slider_content .flexslider ul.slides {
    height: 570px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts {
    top: 45%;
  }

  .wg-thongbao .solid-bg .dv-see-more-line .wg-thongbao_line {
    height: 22px;
    background: url(./images/thongbao-line-small.png) no-repeat center center;
    background-size: 28px;
  }
  .wg-thongbao .solid-bg .dv-see-more-line.active {
    display: none;
  }
  .wg-thongbao .solid-bg .dv-more-lines.active {
    display: block !important;
  }

  .home-show-small .wg-nav-under-slider {
    display: none;
  }

  .unilities-horizontal .home-footer-menu ul {
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .unilities-horizontal .home-footer-menu ul li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .unilities-horizontal .home-footer-menu ul li:first-child {
    display: none;
  }
  .unilities-horizontal .home-footer-menu ul li:last-child a {
    padding-right: 2px;
  }
  .unilities-horizontal .home-footer-menu ul li a {
    display: table;
    width: 100%;
    height: 40px;
    float: none;
    background: #3498db;
    border: 2px solid #3498db;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    padding: 2px;
    margin: 0;
  }
  .unilities-horizontal .home-footer-menu ul li a:hover {
    border: 2px solid #59ace4;
    background: #59ace4;
    color: #fff;
  }
  .unilities-horizontal .home-footer-menu ul li a:before, .unilities-horizontal .home-footer-menu ul li a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-top-slider_content .flexslider .flex-direction-nav {
    display: none;
  }

  .wg-thongbao .solid-bg .dv-see-more-line .wg-thongbao_line {
    height: 22px;
    background: url(./images/thongbao-line-small.png) no-repeat center center;
    background-size: 28px;
  }
  .wg-thongbao .solid-bg .dv-see-more-line.active {
    display: none;
  }
  .wg-thongbao .solid-bg .dv-more-lines.active {
    display: block !important;
  }

  .home-so-do-tuyen .list-nha-ga {
    margin-top: 50px;
  }
  .home-so-do-tuyen .list-nha-ga .line-stations.row-router .col-icon {
    display: none;
  }
  .home-so-do-tuyen .list-nha-ga .line-stations .col-icon {
    margin: 0;
  }
  .home-so-do-tuyen .list-nha-ga .max-width-mobile {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1;
  }
  .home-so-do-tuyen .list-nha-ga .so-do {
    height: auto !important;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content {
    min-width: initial;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li {
    background-color: #f5f8f9;
    display: block;
    height: 60px;
    padding: 10px 20px;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li:nth-of-type(odd) {
    background-color: #ebf0f2;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li:hover .so-do-node .node-content {
    text-decoration: underline;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li .so-do-node {
    margin-right: 0;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li .so-do-node .node-content {
    position: absolute;
    background: none;
    width: 70%;
    transform: none;
    top: 4px;
    left: 40px;
    font-weight: bold;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li .so-do-node .node-content:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(./images/icon_link_arrow_black.png) no-repeat center;
    margin-right: 5px;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li .so-do-node .node-icon.dotted > span {
    border-top: 5px dotted;
  }
  .home-so-do-tuyen .list-nha-ga .so-do .so-do-content ul li .so-do-node .node-icon > span {
    border-top: 5px solid;
    transform: rotate(90deg);
    width: 21px;
    height: 4px;
    top: 50%;
    margin-top: -35px;
    left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 761px) {
  .utiliti-list-item .item-img {
    height: 250px;
  }
  .utiliti-list-item .item-img img {
    height: 250px;
  }
  .utiliti-list-item .item-title {
    padding: 10px;
  }
  .utiliti-list-item .item-title h2 {
    font-size: 17px;
    line-height: 20px;
  }

  .home-top-slider_content {
    height: 490px !important;
  }
  .home-top-slider_content .flexslider ul.slides {
    height: 490px !important;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts {
    top: 39% !important;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title:before {
    width: 50px;
    height: 5px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.first-line {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line {
    line-height: 30px;
    font-size: 30px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line span.bg-white {
    font-size: 18px;
    line-height: 17px;
    margin-top: 6px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title {
    font-size: 12px;
    margin-top: 12px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title p {
    margin-bottom: 5px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn {
    margin-top: 20px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn a {
    border-radius: 13px;
    height: 25px;
    padding: 5px 17px 10px 17px;
    font-size: 12px;
    line-height: 13px;
  }

  .home-huong-dan > .solid-bg {
    padding: 20px 0 20px;
  }
  .home-huong-dan_block_image {
    padding: 20px 40px;
  }
  .home-huong-dan_block_image img {
    width: 100%;
    height: 100%;
    max-width: 150px;
  }
  .home-huong-dan_block_text {
    padding: 10px 5px;
    line-height: 16px;
    font-size: 13px;
    background-color: rgba(22, 37, 111, 0.8);
    text-overflow: initial;
    overflow: auto;
    white-space: initial;
    color: #fff;
    min-height: 52px;
    display: table;
    width: 100%;
  }
  .home-huong-dan_block_text a {
    display: table-cell;
    vertical-align: middle;
  }

  .home-tin-tuc > .solid-bg {
    padding: 20px 0 20px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items {
    height: 110px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items table tr td.thumb {
    height: 110px;
  }
  .home-tin-tuc > .solid-bg .home-tin-tuc_content a .post-items table tr td.thumb .thumb-content {
    height: 110px;
  }
  .home-tin-tuc .wgTuyenDung {
    margin-top: 15px;
  }
  .home-tin-tuc .wgTuyenDung .home-tin-tuc_content a .post-items {
    height: 80px;
  }
}
@media (min-width: 762px) and (max-width: 991px) {
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts {
    top: 28%;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title:before {
    width: 65px;
    height: 6px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.first-line {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line {
    line-height: 40px;
    font-size: 36px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .big-title p.last-line span.bg-white {
    font-size: 19px;
    line-height: 24px;
    padding: 3px 1px;
    margin-top: 9px;
    margin-right: 7px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title {
    font-size: 17px;
    margin-top: 20px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .small-title p {
    margin-bottom: 10px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn {
    margin-top: 27px;
  }
  .home-top-slider_content .flexslider ul.slides li.flex-active-slide .bg-solid .slider-texts .slider-see-more-btn a {
    background-color: #ec1c24;
    border-radius: 15px;
    height: 30px;
    color: #fff;
    padding: 6px 30px 10px 30px;
    font-size: 14px;
    line-height: 14px;
    font-style: italic;
    text-decoration: underline;
  }

  .home-huong-dan_block_text {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .home-tin-tuc .home-tin-tuc_content a .post-items {
    height: 110px;
  }
  .home-tin-tuc .home-tin-tuc_content a .post-items table tr td.thumb {
    height: 110px;
  }
  .home-tin-tuc .home-tin-tuc_content a .post-items table tr td.thumb .thumb-content {
    height: 110px;
  }

  .unilities-horizontal .home-footer-menu ul li a {
    font-size: 13px;
    line-height: 15px;
    padding: 2px 5px 2px 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-so-do-tuyen .list-nha-ga .line-station-item {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .home-so-do-tuyen .list-nha-ga .line-station-item {
    max-width: 1010px;
  }
}
.tuyen-name {
  color: #000000;
}
