@charset "utf-8";
/* # reset
---------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
form,
address,
pre,
caption,
cite,
code,
dfn,
var {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

ol,
ul {
  list-style: none;
}

body {
  background: #fff;
  color: #414141;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* # style
---------------------------------------------------------------------------- */
.header {
  background: #f0f7fd;
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 15px 0;
}

.header_l a {
  text-decoration: none;
}

.header_l a img {
  width: 259px;
}

.header_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_info p {
  color: #1b79b8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  margin-left: 35px;
}
.header_info p a {
  display: flex;
  align-items: center;
  color: #1b79b8;
}
.header_info p a img {
  margin-right: 7px;
}

.navbar .row {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 6px;
  background: #fff;
  box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.06),
    4px 0px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 20px 15px;
  min-width: 12rem;
}

.navbar-nav > li > .dropdown-menu li {
  padding: 0;
  margin: 5px 0 0 0;
  float: none;
  text-align: left;
}

.navbar-nav > li > .dropdown-menu li a {
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.navbar-nav > li > .dropdown-menu li a:hover {
  color: #1d96e7;
}

#BB-nav.fixHeader {
  position: fixed;
  top: 0px;
  -webkit-transition: top 1s ease-in;
  transition: top 1s ease-out;
}

#BB-nav {
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
}

#BB-nav .container-fluid {
  max-width: 1170px;
}

.navbar-default {
  border: none;
  border-radius: 0;
  margin: 0;
  padding-bottom: 0;
}

.nav_inner {
  position: relative;
}

.menu {
  padding-left: 0;
  float: left;
  margin-top: 18px;
}

.menu li {
  float: left;
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  text-align: center;
  margin-left: 45px;
}

.menu li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #171717;
}

.menu li.active a,
.menu li a:hover,
.menu li.current_page_item a {
  text-decoration: none;
  color: #1d96e7;
}

.fixHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.h_phone {
  position: absolute;
  right: 0;
  top: 10px;
}

.h_phone a {
  border-radius: 24px;
  border: 1px solid #3368c6;
  background: #fff;
  line-height: 27px;
  display: block;
  color: #3368c6;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 25px;
}

.footer {
  border-top: 1px solid #c5e7fd;
  background: #f5fbff;
  padding: 25px 0 25px 0;
}
.f_icon_bct li {
  margin-top: 25px;
}
.f_icon_bct li img {
  max-width: 100%;
}

.f_logo {
  margin-top: 25px;
}

.f_logo a img {
  height: 60px;
}

.footer h3 {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 13px;
}

.footer p {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.f-social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.f-social li {
  margin-right: 12px;
}

.f_menu {
  margin-top: 25px;
}

.f_menu li {
  margin-top: 12px;
  background: url(../images/f_icon_menu.svg) no-repeat 0 4px;
  padding-left: 20px;
}

.f_menu li a {
  color: #6a6a6a;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.f_menu li a:hover {
  text-decoration: none;
  color: #1b79b8;
}

.footer p.f-email-text {
  margin-top: 19px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.f-email {
  border-radius: 4px;
  border: 1px solid #98d2f9;
  background: #c5e7fd;
  margin-top: 25px;
  overflow: hidden;
}

.f-email button {
  border: none;
  outline: none;
  background: #1d96e7;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: 36px;
  width: 65px;
  text-align: center;
  cursor: pointer;
}

.f-email input {
  width: calc(100% - 69px);
  border: none;
  outline: none;
  background: none;
  color: #50ace9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 0 5px;
  box-sizing: border-box;
}

.f-email input::placeholder {
  color: #50ace9;
}

.copy-right {
  text-align: center;
  background: #e2f4ff;
  color: rgba(255, 255, 255, 0.65);
  padding: 15px;
  border-top: 2px solid #b6e6ff;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.scrolltop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transform: scale(0.7); /* Thu nhỏ còn 70% kích thước gốc */
  transform-origin: bottom right;
}

.scrolltop a {
  display: none;
}

@media (max-width: 991px) {
  .header_wrap {
    align-items: flex-start;
  }
  .header_r {
    position: relative;
    width: calc(100% - 260px);
  }
  .header_info {
    position: absolute;
    right: 60px;
    top: 12px;
  }
  .navbar-nav > li > .dropdown-menu {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0 15px;
  }

  .h_box {
    background: none;
    height: auto;
    margin-top: 45px;
    width: 100%;
  }

  #BB-nav .row {
    width: 100%;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 13px;
    padding: 0;
    outline: none;
  }

  .navbar-toggler-icon {
    height: 25px;
    width: 25px;
    outline: none;
  }

  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    outline: none;
  }

  .navbar-light .navbar-toggler-icon {
    background: url("../images/m-menu.png") no-repeat 0 0;
    background-size: 25px;
    outline: none;
  }

  .collapse {
    clear: both;
  }

  .menu {
    clear: both;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
  }

  .fixHeader .menu {
    margin-top: 10px;
  }

  .menu li {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    background: none;
    text-align: left;
  }

  .menu li a {
    padding: 8px 0;
    font-size: 14px;
    border: none;
  }

  .menu li a,
  .menu li a:hover,
  .menu li.active a {
    line-height: normal;
    height: auto;
    border: none;
    background: none;
  }

  .menu li .menu-sub {
    position: inherit;
    left: inherit;
    top: inherit !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: none;
  }

  .menu li .menu-sub li {
    width: 50%;
  }

  .fixHeader#BB-nav {
    padding: 0;
  }

  .fixHeader .menu li {
    padding-bottom: 0;
  }
  .navbar-nav > li > .dropdown-menu li a {
    padding: 0;
    font-size: 14px;
  }
}

/* @media (max-width: 767px) {
  .header_wrap {
    display: block;
    padding: 10px 0;
  }

  .header_r {
    width: 100%;
  }
  .header_info {
    position: absolute;
    right: 60px;
    top: 12px;
  }
  .header_l {
    text-align: center;
  }
  .header_l a img {
    width: 150px;
  }
} */

@media (max-width: 767px) {
  .header_wrap {
    display: flex; /* Sử dụng flex để .header_l và .header_r nằm trên cùng một dòng */
    align-items: center; /* Căn giữa theo chiều dọc */
    justify-content: space-between; /* Logo bên trái, switch ngôn ngữ bên phải */
    padding: 10px 0;
  }

  .header_r {
    width: auto; /* Chỉ chiếm không gian cần thiết */
    position: static; /* Bỏ position absolute để .header_r nằm tự nhiên trong dòng */
  }

  .header_info {
    position: static; /* Bỏ position absolute để switch ngôn ngữ nằm tự nhiên */
    margin-left: auto; /* Đẩy switch ngôn ngữ sang bên phải */
  }

  .header_l {
    text-align: left; /* Căn trái logo */
  }

  .header_l a img {
    width: 150px;
  }
}

@media (max-width: 575px) {
  .footer {
    padding: 0 0 25px 0;
  }
  .footer h3 {
    text-align: center;
    margin-top: 10px;
  }
  .footer p {
    text-align: center;
  }
  .f-social {
    margin-top: 5px;
    justify-content: center;
  }
  .f_logo {
    text-align: center;
  }

  .f_menu {
    margin-top: 0px;
  }
}
.banner {
  position: relative;
}

.banner .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1000;
  width: 100%;
  text-align: center;
}

.banner .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 0 7px;
}

.banner .owl-dots .owl-dot.active {
  background: #2385c6;
}

.gt {
  background: #fff;
  padding: 50px 0;
}

.gt_item {
  padding-right: 50px;
}

.gt_item h2 {
  color: #171717;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  font-size: 38px;
  margin-top: 10px;
}

.gt_txt {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 15px;
}

.gt_btn {
  margin-top: 20px;
}

.gt_btn a {
  border-radius: 6px;
  background: #1d96e7;
  width: 163px;
  justify-content: center;
  align-items: center;
  line-height: 42px;
  display: block;
  color: #f4faff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.gt_img {
  text-align: center;
}

.gt_img img {
  max-width: 100%;
}

.dv {
  background: #f5fbff;
  padding: 50px 0;
}

.dv h2 {
  color: #171717;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}

.dv h3 {
  color: #6a6a6a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
}

.home_dv_item {
  margin-top: 30px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #c5e7fd;
  background: #fff;
  padding: 30px;
}

.home_dv_item.active {
  border-radius: 12px;
  background: #1d96e7;
  border: none;
}

.home_dv_item_icon {
  min-height: 111px;
}

.home_dv_item h3 {
  margin: 12px 0;
  color: #171717;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.home_dv_item.active h3 {
  color: #f5fbff;
}
.home_dv_item_txt {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 241px;
  margin: 0 auto;
}

.home_dv_item.active .home_dv_item_txt {
  color: #f5fbff;
}

.home_sp {
  padding: 50px 0;
}

.home_sp h2 {
  color: #171717;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.home_sp h3 {
  color: #6a6a6a;
  text-align: center;
  margin-top: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home_sp_item {
  text-align: center;
  margin-top: 45px;
}

.home_sp_item a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.home_sp_item_icon {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px dashed #f5fbff;
  background: #f5fbff;
  max-width: 140px;
  max-height: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.home_sp_item a:hover .home_sp_item_icon {
  border: 3px dashed #1d96e7;
}

.home_sp_item_txt {
  color: #171717;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 15px;
}

.home_sp_item a:hover .home_sp_item_txt {
  color: #1d96e7;
}

.home_kh {
  padding: 50px 0;
  background: #f5fbff;
}

.home_kh h2 {
  color: #171717;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.home_kh h3 {
  color: #6a6a6a;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home_kh_item {
  margin-top: 50px;
}

.home_kh_quote {
  border-radius: 12px;
  background: #1d96e7 url(../images/home_kh_quote.svg) no-repeat 15px 10px;
  padding: 25px 25px 60px;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  height: 170px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.home_kh_info {
  padding: 0 25px;
  margin-top: -50px;
}

.home_kh_info_img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.home_kh_info_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.home_kh_name {
  color: #0e5687;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 5px;
}
.home_kh_title {
  color: #8d8d8d;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}

.home_lh {
  background: #f5fbff;
  padding: 50px 0;
}

.home_lh h2 {
  color: #171717;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.home_lh h3 {
  margin-top: 6px;
  color: #6a6a6a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.home_lh_img {
  text-align: center;
  margin-top: 50px;
}

.home_lh_img img {
  max-width: 100%;
}

.home_lh_form {
  margin-top: 50px;
}

.home_lh_form input {
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  outline: none;
}

.home_lh_form textarea {
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  height: 126px;
  overflow: auto;
  outline: none;
  resize: none;
}

.home_lh_form button, .home_lh_form a {
  margin-top: 0px;
  margin-right: 12px;
  border-radius: 6px;
  background: #1d96e7;
  line-height: 42px;
  width: 160px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #f4faff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  outline: none;
}

.home_ti {
  padding: 45px 0;
  background: #fff;
}

.home_ti_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home_ti_item p.home_ti_item_icon {
  margin-top: 0;
}

.home_ti_item h3 {
  color: #171717;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.home_ti_item p {
  color: #8d8d8d;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.home_ti_item_icon {
  width: 56px;
}

.home_ti_item_txt {
  width: calc(100% - 70px);
}

.path {
  background: #f5fbff;
  padding: 12px 0;
}

.path ul {
  display: flex;
  align-items: center;
}
.path ul li {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-right: 3px;
}

.path ul li a {
  color: #8d8d8d;
}

.path ul li:last-child {
  color: #171717;
}

.banner_sub {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-align: center;
  color: #e3e3e3;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  padding: 75px 0;
}

.about_us {
  background: #f5fbff;
  padding: 70px 0 40px;
}

.about_us_info {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about_us_image {
  text-align: left;
}

.about_us_image img {
  max-width: 100%;
}

.about_us_dt {
  background: #fff;
  padding: 60px 0 100px;
}

.about_us_dt h3 {
  text-align: center;
  color: #414141;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.about_us_dt ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us_dt ul li {
  width: 50%;
  box-sizing: border-box;
  border-radius: 12px;
  background: #1d96e7;
  max-width: 294px;
  margin: 40px 45px 0;
  text-align: center;
  padding: 25px 0px;
}

.about_us_dt ul li span {
  display: block;
  color: #f5fbff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 12px;
}

.sodo_image {
  padding: 50px 0 100px;
  text-align: center;
}

.sodo_image img {
  max-width: 100%;
}

.netwotk_cnt {
  background: url(../images/network_bg.png) no-repeat right bottom;
  padding: 60px 0 0 0;
}

.netwotk_cnt_img {
  background: #fff;
  padding-bottom: 40px;
}

.netwotk_cnt_img img {
  max-width: 100%;
}

.netwotk_cnt_txt {
  margin-top: 30%;
}

.partner_list {
  padding-bottom: 50px;
}

.partner_item {
  margin-top: 50px;
  text-align: center;
}

.partner_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  max-width: 403px;
  height: 236px;
}

.partner_item a img {
  max-width: 100%;
}

.partner_item a img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Hình ảnh sẽ lấp đầy khung, nhưng có thể bị cắt */
}

.lh_block {
  background: #fff;
  padding: 50px 0 100px;
}

.lh_form {
  border-radius: 12px;
  background: #f5fbff;
  padding: 30px;
  padding: 30px 25px 50px;
}

.lh_form input {
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  outline: none;
}

.lh_form textarea {
  border-radius: 6px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  height: 126px;
  overflow: auto;
  outline: none;
  resize: none;
}

.lh_form button, .lh_form a {
  margin-top: 0px;
  margin-left: 12px;
  border-radius: 6px;
  background: #1d96e7;
  line-height: 40px;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #f4faff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  outline: none;
}

.lh_block_info {
  border-radius: 12px;
  background: #f5fbff;
  padding: 30px;
  padding: 25px 25px 50px;
}

.lh_block_info h3 {
  color: #171717;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 12px;
}

.lh_block_info p {
  color: #6a6a6a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
.lh_block_info p strong {
  color: #414141;
  font-weight: 600;
}

.lh_block_info p a {
  color: #1d96e7;
}

.sp_block {
  padding: 50px 0;
}

.sp_total {
  color: #414141;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.dropdownsp_sort {
  display: flex;
  justify-content: flex-end;
}

.dropdownsp_sort p {
  border-radius: 12px;
  border: 1px solid #c5e7fd;
  background: #fff url(../images/sp_arrow_down.svg) no-repeat calc(100% - 16px)
    center;
  padding: 8px 40px 8px 16px;
  color: #414141;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

.sp_item_img {
  border-radius: 12px;
  border: 1px solid #bebebe;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
}

.sp_item_img img {
  width: 100%;
}

.sp_item_img a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1d96e7;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  display: none;
}

.sp_item_img:hover a {
  display: block;
}

.sp_item {
  margin-top: 30px;
}
.sp_item .price {
  font-size: 16px;
  color: #e74c3c;
  font-weight: bold;
  margin-top: 5px;
}
.sp_item h3 {
  margin-top: 25px;
}
.sp_item h3 a {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.sp_item h3 a:hover {
  color: #1d96e7;
}

.sp_page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.sp_page li {
  margin-left: 11px;
}

.sp_page li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #dfdfdf;
  width: 36px;
  height: 36px;
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.sp_page li.active a,
.sp_page li a:hover {
  background: #1d96e7;
  color: #fff;
}

.sp_lst {
  padding: 50px 0 100px;
}

.sp_lst h2 {
  color: #171717;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}

.sp_detail {
  padding: 50px 0 0 0;
}

.sp_detail h2 {
  color: #171717;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}

.sp_detail ul li {
  color: #414141;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
}
.sp_detail ul li strong {
  font-weight: 600;
}

.home_dt {
  background: #fff;
  padding: 60px 0;
}

.home_dt h2 {
  color: #171717;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
.home_dt h3 {
  margin-top: 6px;
  color: #6a6a6a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.file_slide {
  margin-top: 40px;
  position: relative;
}

.file_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}

.file_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.file_slide .owl-next {
  position: absolute;
  right: -55px;
  top: 30%;
  background: url(../images/home_dt_next.svg) no-repeat 0 0 !important;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  outline: none;
}

.file_slide .owl-prev {
  position: absolute;
  left: -55px;
  top: 30%;
  background: url(../images/home_dt_back.svg) no-repeat 0 0 !important;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  outline: none;
}

#sync1 .item {
  padding: 0 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
}

#sync2 .item {
  padding: 0 0px;
  margin: 20px 5px;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #bebebe;
}
#sync2 .item h1 {
  font-size: 18px;
}
/* #sync2 .current .item {
  background: #bebebe;
} */

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.language {
  position: relative;
  z-index: 1000;
}

.language p {
  cursor: pointer;
}
.language p img {
  margin-right: 5px;
}

.language .dropdown-menu a {
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .sp_item_img {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .m-hide {
    display: none !important;
  }
  .file_slide .owl-next {
    right: 0px;
  }

  .file_slide .owl-prev {
    left: 0px;
  }

  .tt_slide .owl-next {
    right: 0px;
  }

  .tt_slide .owl-prev {
    left: 0px;
  }

  .tt {
    padding: 40px 0;
  }

  .lh_info ul {
    display: block;
  }

  .lh_info ul li {
    padding-right: 0px;
  }

  .lh_info ul {
    display: block;
  }

  .lh_form {
    display: block;
  }

  .lh_form_img {
    width: 100%;
  }

  .lh_box {
    margin-top: 20px;
    width: 100%;
  }

  .gt_lh_box {
    display: block;
    text-align: center;
  }

  .gt_lh_box a {
    display: block;
    margin: 10px auto 0;
    width: 170px;
  }

  .tk_wrap {
    display: block;
  }

  .tk_wrap .tk_item {
    width: 100%;
  }

  .tk_wrap .tk_item button {
    margin-top: 15px;
  }
  .home_ti_item {
    margin-top: 20px;
  }
  .about_us {
    padding: 40px 0 40px;
  }
  .about_us_info {
    margin-top: 30px;
  }
  .about_us_dt {
    padding: 50px 0;
  }

  .about_us_dt h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .about_us_dt ul li {
    margin: 20px 20px 0;
  }

  .about_us_dt ul li span {
    font-size: 20px;
    line-height: 28px;
  }
  .netwotk_cnt {
    padding: 30px 0 0 0;
  }
  .netwotk_cnt_img {
    padding-bottom: 20px;
    text-align: center;
  }
  .netwotk_cnt_img img {
    max-width: 60%;
  }
  .netwotk_cnt_txt {
    margin: 0;
    padding: 30px 0;
  }
  .lh_block_info {
    margin-top: 50px;
  }
  .sp_item_img {
    height: 150px;
  }
}

@media (max-width: 575px) {
  .banner .owl-dots {
    bottom: 5px;
  }
  .gt {
    padding: 30px 0;
  }
  .gt_item {
    padding: 0;
  }
  .gt_item h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  .gt_img {
    margin-top: 30px;
  }
  .dv {
    background: #f5fbff;
    padding: 30px 0;
  }
  .home_lh h2,
  .home_dt h2,
  .home_kh h2,
  .home_sp h2,
  .dv h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
  }
  .home_sp {
    padding: 30px 0;
  }
  .home_sp_item {
    margin-top: 30px;
  }
  .home_sp_item_txt {
    margin-top: 7px;
    font-size: 16px;
  }
  .home_kh {
    padding: 30px 0;
  }
  .home_kh_item {
    margin-top: 30px;
  }
  .home_dt {
    padding: 30px 0;
  }
  .file_slide {
    margin-top: 30px;
  }
  .home_lh {
    padding: 30px 0;
  }
  .home_ti {
    padding: 10px 0 30px;
  }
  .about_us_dt ul li {
    margin: 20px 10px 0;
  }
  .about_us_dt ul li span {
    font-size: 18px;
    line-height: 24px;
  }
  .sodo_image {
    padding: 50px 0;
    text-align: center;
  }
  .partner_list {
    padding-bottom: 30px;
  }

  .partner_item {
    margin-top: 30px;
  }
  .lh_block_info {
    margin-top: 30px;
  }
  .lh_block {
    padding: 30px 0;
  }

  .sp_block {
    padding: 30px 0;
  }
  .sp_item_img {
    height: 180px;
  }
  .sp_page {
    margin-top: 30px;
  }
  .sp_lst {
    padding: 30px 0;
  }
  .sp_lst h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .sp_detail h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

#sync1 .item img,
  #sync2 .item img {
    width: 100%;
    height: 300px; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 8px; 
  }

  #sync2 .item img {
    height: 80px; 
    opacity: 0.6; 
    transition: opacity 0.3s ease;
  }

  #sync2 .item img:hover,
  #sync2 .owl-item.active img {
    opacity: 1; 
  }

  
  .sp_item_img img {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
    object-position: center;
    border-radius: 8px; 
  }

  .sp_item_img {
    position: relative;
    overflow: hidden; 
  }

  .sp_item_img a {
    display: block; 
  }


  /* SECTION TIN TỨC */
  .home_news {
    padding: 50px 0;
    background-color: #f9f9f9; 
  }

  .home_news h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
  }

  .home_news h3 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #666;
    margin-bottom: 30px;
  }

  .box-right-top.page-mb {
    margin-bottom: 20px;
  }

  .box-right-top h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
  }

  .box-right-title {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .box-right-title:hover {
    color: #0056b3;
    text-decoration: underline;
  }

  .box-right-middle.page-large {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }

  .column-post-s {
    flex: 2;
  }

  .column-post-s .blog {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .column-post-s .post img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
  }

  .column-post-s .post img:hover {
    transform: scale(1.02);
  }

  .column-post-s .post h3 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px;
  }

  .column-post-s .post h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .column-post-s .post h3 a:hover {
    color: #007bff;
  }

  .column-post-s .post .post_details {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
  }

  .column-post-s .post .post_details li a {
    color: #666;
    text-decoration: none;
  }

  .column-post-s .post .post_details li a:hover {
    color: #007bff;
  }

  .column-post-s .post .post-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
  }

  .column-post-f {
    flex: 1;
  }

  .column-post-f .blog {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .column-post-f .post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
  }

  .column-post-f .post img:hover {
    transform: scale(1.02);
  }

  .column-post-f .post h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
  }

  .column-post-f .post h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .column-post-f .post h3 a:hover {
    color: #007bff;
  }

  .column-post-f .post .post_details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
  }

  .column-post-f .post .post_details li a {
    color: #666;
    text-decoration: none;
  }

  .column-post-f .post .post_details li a:hover {
    color: #007bff;
  }

  .column_1_3_r {
    flex: 1;
  }

  .column_1_3_r .blog {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .column_1_3_r .post-right {
    margin-bottom: 15px;
  }

  .column_1_3_r .post-right h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
  }

  .column_1_3_r .post-right h5 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .column_1_3_r .post-right h5 a:hover {
    color: #007bff;
  }

  .column_1_3_r .post-right .post_details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
  }

  .column_1_3_r .post-right .post_details li a {
    color: #666;
    text-decoration: none;
  }

  .column_1_3_r .post-right .post_details li a:hover {
    color: #007bff;
  }

  .page-large {
    display: flex;
  }

  .page-small {
    display: none;
  }

  @media (max-width: 768px) {
    .page-large {
      display: none;
    }

    .page-small {
      display: block;
    }

    .page-small .post-f {
      margin-bottom: 20px;
    }

    .page-small .post-f img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .page-small .post-f h3 {
      font-size: 18px;
      font-weight: bold;
      margin: 0 0 10px;
    }

    .page-small .post-f h3 a {
      color: #333;
      text-decoration: none;
    }

    .page-small .post-f h3 a:hover {
      color: #007bff;
    }

    .page-small .post-f .post_details {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      gap: 10px;
      font-size: 14px;
      color: #666;
    }

    .page-small .post-f .post_details li a {
      color: #666;
      text-decoration: none;
    }

    .page-small .post-f .post_details li a:hover {
      color: #007bff;
    }

    .page-small ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-small .post-mb {
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
      align-items: center;
    }

    .page-small .post-mb img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
    }

    .page-small .post-mb h3 {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      flex: 1;
    }

    .page-small .post-mb h3 a {
      color: #333;
      text-decoration: none;
    }

    .page-small .post-mb h3 a:hover {
      color: #007bff;
    }

    .home_lh_form button {
      width: 100%;
      margin-top: 4px;
    }
    .lh_form button {
      width: 100%;
      margin-top: 4px;
      margin-left: 0px;
    }
  }
  
  /* END SECTION TIN TỨC */