ul {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none;
  cursor: pointer !important; }

input {
  outline: 0; }

form .group {
  display: flex;
  position: relative; }
  form .group .icon-search {
    position: absolute;
    right: 22px;
    top: 8px;
    cursor: pointer; }
  form .group input.radius {
    border-radius: 30px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.no-padding {
  padding-right: 0;
  padding-left: 0; }

p {
  line-height: 1.6;
  margin: 0.8em 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }

.mySwiper .swiper-slide-thumb-active {
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "/" !important; }

.header-main .main-nav .logo {
  margin-right: 10px;
  margin-bottom: 20px; }
.header-main .main-nav .navbar-nav {
  margin-left: 10px;
  width: 100%; }
  .header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding-left: 1.5rem;
    padding-right: 0; }
.header-main .main-nav .navbar-nav .nav-item {
  position: relative;
  flex-grow: 1; }
.header-main #mega-menu ul {
  list-style: none; }
.header-main .nav-item .sub-menu li {
  position: relative;
  flex-grow: 1; }
.header-main span.btn-dropmenu {
  position: absolute;
  right: -6px;
  color: #084F9D;
  top: 8px; }

.top-bar {
  background-color: #f2f2f2; }
  .top-bar .slogan {
    color: #666666;
    font-size: 16px; }

#head-maintop {
  text-align: right;
  padding: 10px 0; }
  #head-maintop .hotline {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px; }
    #head-maintop .hotline i {
      font-size: 24px; }

#head-search {
  box-shadow: 0 1px 4px 0 #ccc;
  overflow: hidden; }
  #head-search .btn {
    border: none;
    background: none;
    color: #666; }
  #head-search input {
    border: none;
    font-size: 14px; }
    #head-search input:focus {
      outline: 0;
      box-shadow: unset; }

#logo img {
  max-height: 110px; }

@media (max-width: 991px) {
  #mega-menu ul {
    padding-left: 10px; }

  #mega-menu ul {
    display: none; }

  .navbar-nav .nav-item .sub-menu {
    display: none;
    padding-left: 20px; }

  .btn-dropmenu i.fa.rotate {
    transform: rotate(-180deg);
    transition: all 0.3s; }

  .btn-dropmenu i {
    padding: 8px 11px;
    background: red;
    border-radius: 33px;
    color: #fff; } }
@media (min-width: 991px) {
  .nav-item .sub-menu {
    overflow: hidden;
    animation-name: menu-effect-out;
    animation-duration: 0.2s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    transition: all 0.2s ease;
    visibility: hidden;
    height: auto;
    position: absolute;
    min-width: 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px #00000026;
    z-index: 1000; }

  .nav-item:hover .sub-menu {
    /*  display: revert !important;*/
    animation-name: menu-effect-in;
    visibility: visible;
    /*  animation-duration: 0.3s;*/
    animation-direction: alternate;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    visibility: visible; }

  @keyframes menu-effect-in {
    from {
      height: 0px; }
    to {
      height: auto; } }
  @keyframes menu-effect-out {
    from {
      height: auto; }
    to {
      height: 0; } }
  .main-nav .navbar-nav .menu-item-mega a {
    position: relative; }

  .menu-item-mega {
    position: static !important; }

  .menu-item-mega .mega-item a {
    text-transform: inherit; }

  div#mega-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    right: 0px;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 2px 8px #bebebe; }

  div#mega-menu .mega-item a {
    color: #333;
    padding-left: 0;
    padding-right: 0;
    text-transform: inherit; }

  div#mega-menu ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

  div#mega-menu .mega-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex; }

  div#mega-menu .mega-item:before {
    content: "\f105";
    display: block;
    color: #FF000A;
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-weight: bold; }

  .main-nav .nav-item:hover #mega-menu {
    visibility: visible; } }
.language a {
  margin-left: 5px; }

.header-main .main-nav .sub-menu > li > a {
  font-weight: 500 !important; }

footer .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #323f9f; }
  footer .section-footer img {
    max-width: 60%; }
  footer .section-footer p {
    color: #fff; }
  footer .section-footer #foot-menu ul {
    list-style: none; }
    footer .section-footer #foot-menu ul li {
      line-height: 2.5em; }
      footer .section-footer #foot-menu ul li a {
        color: #fff;
        font-size: 16px; }
  footer .section-footer h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem; }
footer #foot-copyright {
  color: #ffffff;
  font-size: 16px;
  background-color: #262626; }
  footer #foot-copyright a {
    color: #fff; }
footer .section-footer .company-name {
  font-weight: bold;
  font-size: 16px; }

.slider-home a {
  width: 100%; }
.slider-home .pagination-slider .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: unset; }
.slider-home .pagination-slider .swiper-pagination-bullet-active {
  background: #fff; }
.slider-home .swiper-slide img {
  height: 432px;
  object-fit: cover; }

.why-choose-us {
  padding-top: 30px;
  padding-bottom: 30px; }
  .why-choose-us .item {
    border: 1px solid #dddddd;
    border-radius: 12px; }
    .why-choose-us .item img {
      border: 1px solid #ffffff;
      border-radius: 150px; }
    .why-choose-us .item .title a {
      font-size: 16px;
      color: #222222;
      font-weight: bold;
      text-transform: uppercase; }
    .why-choose-us .item .desc {
      font-size: 15px;
      color: #555555; }
    .why-choose-us .item:hover {
      background-color: #1d269f; }
      .why-choose-us .item:hover a,
      .why-choose-us .item:hover .desc {
        color: #fff; }
    .why-choose-us .item .item_img {
      border: 1px solid #ffffff;
      border-radius: 150px; }

.section-title {
  margin-bottom: 15px; }
  .section-title h2 {
    font-size: 26px;
    text-align: center; }

section.about-us {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
  background-color: #ffffff;
  background-image: url(../images/banner-about.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  section.about-us .about-content-wrapper h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: unset;
    margin-bottom: 0.75rem !important; }
  section.about-us .about-content-wrapper h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: unset; }
  section.about-us .about-content-wrapper p {
    color: #ffffff;
    font-size: 18px;
    text-decoration: unset; }

section.route {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background-color: #e6e6e6; }
  section.route .item {
    border: 2px solid #1929a4;
    background-color: #ffffff;
    height: 100%; }
    section.route .item:hover {
      border: 2px solid #171593;
      box-shadow: 0 1px 4px 0 #999999; }
      section.route .item:hover .desc {
        color: #dbdbdb; }
      section.route .item:hover .title a {
        color: #fff; }
  section.route .desc {
    font-size: 13px;
    color: #555555; }
  section.route .title a {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase; }
  section.route .item:hover {
    background-color: #4325da; }

section.home-news {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }
  section.home-news .section-title h2 {
    font-size: 30px; }

.post-item h3.title {
  font-size: 16px;
  margin-top: 15px;
  line-height: 23px; }
  .post-item h3.title a {
    color: #222222;
    font-weight: bold;
    text-transform: uppercase; }
.post-item .box-text .desc {
  color: #555555;
  font-size: 15px; }

section.signup-consultation {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background-color: #ffffff;
  background-image: url(../images/banenr-tu-van.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  section.signup-consultation .section-title h2 {
    font-size: 32px; }
  section.signup-consultation .section-title p {
    font-size: 20px; }
  section.signup-consultation .form-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
  section.signup-consultation .item_img img {
    border-radius: 10px; }

.about-us .item_img.img_zoom img {
  height: 335px;
  object-fit: cover;
  margin-top: 90px; }

.wrap-breadcrumbs .breadcrumb {
  background: transparent; }
  .wrap-breadcrumbs .breadcrumb .breadcrumb-item {
    color: #007bff;
    font-size: 16px; }
    .wrap-breadcrumbs .breadcrumb .breadcrumb-item a {
      color: #007bff;
      font-size: 16px; }

.page-template {
  padding-top: 30px;
  padding-bottom: 30px; }

.archive-blog {
  padding-top: 30px;
  padding-bottom: 0; }
  .archive-blog .cat-title {
    background-color: rgba(218, 215, 215, 0.5);
    padding: 1rem !important; }
    .archive-blog .cat-title h1 {
      color: #222222;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase; }
  .archive-blog .pagination .page-count {
    font-size: 16px;
    display: block; }

.single-blog {
  padding-top: 30px;
  padding-bottom: 30px; }
  .single-blog .post-content-wrapper {
    padding: 1.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .single-blog .widget-sidebar .category > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .single-blog .widget-sidebar .category > ul > li {
    border-bottom: 1px solid #eee; }
  .single-blog .widget-sidebar .category > ul > li > a {
    display: block;
    font-weight: bold;
    padding: 1rem;
    color: #333; }
  .single-blog .widget-sidebar .category .cate-sub ul {
    padding-left: 38px; }
  .single-blog .widget-sidebar .category .cate-sub li > a {
    line-height: 3rem;
    display: block;
    color: #333; }
  .single-blog .widget-sidebar .post-list .post-item {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc; }
    .single-blog .widget-sidebar .post-list .post-item img {
      width: 111px;
      height: 62px; }
    .single-blog .widget-sidebar .post-list .post-item .media-body h5 {
      font-size: 16px;
      line-height: 20px; }
    .single-blog .widget-sidebar .post-list .post-item:last-child {
      border-bottom: unset; }

@media (max-width: 768px) {
  section.slider-home .banner-slider .swiper-slide img {
    height: auto; } }
@media (max-width: 426px) {
  footer #footer .footer-block .block-item img {
    margin-right: 5px;
    width: 10px; }

  footer #footer .footer-block .block-item span {
    font-size: 10px; }

  footer #footer .footer-menu ul li.nav-item {
    padding: 0;
    line-height: 22px; } }
@media (max-width: 992px) {
  .navbar .navbar-brand {
    display: none; }

  .main-nav .navbar .navbar-collapse.mobile {
    position: fixed;
    height: 100%;
    width: 80%;
    background: #fff;
    top: 0;
    left: -1000px;
    z-index: 100;
    transition: all 0.3s; }

  .main-nav .navbar .collapse {
    display: block; }

  .overlay-mobile.show {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e82;
    z-index: 100;
    display: block;
    top: 0;
    left: 0; }

  .main-nav .navbar .navbar-collapse.mobile.active {
    left: 0px; }

  .header-wrapper .header-main .main-nav .navbar-nav {
    margin-top: 30px; }

  #head-btn a,
  .btn-mb {
    line-height: 46px;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    box-shadow: 0 1px 4px #ccc;
    margin-right: 60px;
    margin-top: 32px; }
    #head-btn a i,
    .btn-mb i {
      color: #333;
      font-size: 22px;
      margin: auto; }

  .top-bar {
    display: none; }

  .navbar-toggler {
    position: absolute;
    top: -80px;
    right: 15px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    box-shadow: 0 1px 4px #ccc;
    display: inline-flex;
    padding: 0; }
    .navbar-toggler span {
      margin: auto;
      display: inline-flex; }
      .navbar-toggler span i {
        margin: auto; }

  .section-title h2 {
    font-size: 16px; }

  .about-us .module_item h2 {
    font-size: 16px;
    line-height: 22px; }

  #foot-copyright {
    font-size: 14px; } }
@media (min-width: 992px) {
  .navbar-brand.mobile {
    display: none; }

  .navbar-toggler {
    display: none; } }
.contact-page {
  padding-top: 30px;
  padding-bottom: 30px; }
  .contact-page p {
    font-size: 16px; }
    .contact-page p i {
      font-size: 16px;
      margin-right: 5px; }

/*# sourceMappingURL=style.css.map */
