/*
Theme Name: WebNganh Child
Description: Website Design by Wordpress and Theme Flatsome
Author: UX Themes Web Nganh
Template: flatsome
Theme URI: https://webnganh.com/
Author URI: https://webnganh.com/
Description: WebNganh.Com - WebNganh.Vn - iFnt.Vn
Version: Code DevWp WebNganh
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#logo {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 231px;
}

.img,
.img img {
  width: unset !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

#masthead {
  position: fixed;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.top-divider {
  display: none;
}

.logo-tagline {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  font-style: normal;
  text-transform: uppercase;
}

#header #masthead .flex-row {
  height: 44px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.5)
  );
  border-radius: 99px;
  margin-top: 40px;
  padding: 6px 6px 6px 12px;
  border: 1px solid #ffffff;
  max-width: 780px;
  z-index: 9999;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}

.hide-for-medium {
  align-items: center;
  display: flex;
}

.header-nav .menu-item .nav-top-link {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  font-family: Inter;
  text-transform: capitalize;
  line-height: 20px;
}

.header-button-1 .header-button span {
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 20px;
}

.header-button-2 .header-button .button {
  border-radius: 99px;
  border-color: #ffffff;
  border-width: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.5)
  );
}

.header-button-2 .header-button span {
  font-size: 14px;
  font-family: Inter;
  font-weight: 500;
  color: #000000;
  text-transform: none;
  line-height: 20px;
}

.section_banner .title p {
  background: linear-gradient(90deg, #db4c8c, #6322d5, #4483d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 51px;
}

.section_banner .description p {
  max-width: 618px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;
}

.section_banner .row_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section_banner .row_button .button_dung_thu {
  margin-bottom: 16px;
}

.section_banner .img {
  margin-bottom: 0px !important;
}

.section_phan_hoi {
  padding-bottom: 80px !important;
}

.button_dung_thu {
  background: linear-gradient(
    90deg,
    rgba(68, 0, 155, 1),
    rgba(35, 112, 202, 1)
  );
  border-radius: 8px;
  padding: 10px 20px 10px 20px;
  line-height: normal;
  margin: 0;
  color: #ffffff !important;
}

.button_xem_video {
  background: none;
  color: #000000;
  padding: 10px 20px;
  line-height: normal;
  border: none;
  margin-right: 0px;
  margin-bottom: 0px;
}

.button_xem_video i::before {
  font-family: "Font Awesome 6 Free";
  content: "\f144"; /* mã unicode của fa-circle-play */
  font-weight: 400;
}

.section_banner img {
  width: unset !important;
}

.section_banner .col_intro {
  padding-bottom: 16px;
}

.section_banner .col_intro .col-inner {
  display: flex;
  padding: 5px;
  padding-right: 20px;
  max-width: fit-content;
  margin: auto;
  border: 1px solid #0000001a;
  border-radius: 100px;
  gap: 10px;
}

.section_banner .col_intro .col-inner .img {
  margin-bottom: 0px;
  align-items: center;
  display: flex;
}

.section_banner .col_intro .col-inner .text {
  margin-bottom: 0;
  align-items: center;
  display: flex;
}

.section_banner .col_intro .col-inner .text p {
  margin-bottom: 0;
}

.tabbed-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e4e4e5;
  background: #fdfdfe;
  border-radius: 99px;
}

.tabbed-content ul li {
  display: flex;
  justify-content: center;
  margin: 0px;
}
.tabbed-content ul li a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
}

.tabbed-content ul li.active {
  border-radius: 99px;
  background: #4c4c4d;
}

.tabbed-content ul li.active a {
  color: #ffffff;
}

.tabbed-content .icon-box {
  margin-bottom: 8px;
}

.tabbed-content .icon-box-text .name p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.tabbed-content .icon-box-text .price p {
  font-size: 14px;
  line-height: 20px;
  color: #00438c;
}

.tabbed-content .content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}

.box-image img {
  max-width: 100%;
  width: unset !important;
}

.section_thong_so .row_thong_so .box-image img {
  margin: auto;
  display: flex;
}

.section_thong_so .row_thong_so .box-text h4 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.section_thong_so .row_thong_so .box-text p {
  font-size: 14px;
  color: #00000080;
}

.section_thong_so .row_img .img-inner {
  position: relative;
  top: -40px;
}

.section_so_lieu .title p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section_so_lieu .description p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 508px;
  margin: 0px auto;
}

.section_so_lieu .row_ket_qua > .col_left {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  padding-bottom: 0px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
}

.section_so_lieu .row_ket_qua .col_left .list_img .col-inner {
  display: flex;
  gap: 20px;
}

.section_so_lieu .row_ket_qua .col_left .list_img .col-inner .img {
  margin-bottom: 0px;
}

/* .section_so_lieu .section-content {
  margin: 0 107px;
} */

.section_so_lieu .col_left .icon-box {
  align-items: center;
}

.section_so_lieu .col_left .icon-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 8px 0;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  pointer-events: none;
}

.section_so_lieu .col_left .icon-box .icon-box-text p {
  font-size: 14px;
  line-height: 22px;
  color: #000000b2;
}

.section_so_lieu .col_left .title p {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 8px;
}

.section_so_lieu .col_left .description p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  margin-bottom: 20px;
  max-width: 475px;
  margin-left: 0;
}

.section_so_lieu .row_ket_qua .col_right {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(20px);
}

.section_so_lieu .row_ket_qua .col_right .img_store {
  position: absolute;
  bottom: 0;
  right: -55px;
}

.section_so_lieu .row_ket_qua .col_right .img_main {
  margin-bottom: 0px;
}

.section_so_lieu .row_ket_qua .col_right .img_main img {
  border-radius: 8px;
}

.section_so_lieu .row_ket_qua .col_right .icon-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 8px 0;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  pointer-events: none;
}

.section_so_lieu .row_ket_qua .col_right .icon-box .icon-box-text p {
  font-size: 14px;
  line-height: 22px;
  color: #000000b2;
}

.section_so_lieu .row_ket_qua .col_right .title p {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 8px;
}

.section_so_lieu .row_ket_qua .col_right .description p {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0px;
  max-width: 475px;
  margin-left: 0;
}

.section_so_lieu .row_ket_qua {
  position: relative;
  z-index: 9999;
  display: flex;
  gap: 30px;
}

.section_so_lieu .col_chinh {
  padding: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  padding-right: 20px !important;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding-left: 20px !important;
  backdrop-filter: blur(20px);
}

.section_so_lieu .row_phan_tich .col_left .title p {
  font-size: 24px;
  line-height: 32px;
}

.section_so_lieu .row_thong_so .col-inner {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  padding: 12px 0px;
}

.section_so_lieu .row_thong_so .col-inner .icon-box-img img {
  padding-top: 0px;
}

.section_so_lieu .row_thong_so .col-inner .icon-box {
  align-items: center;
}

.section_so_lieu .row_thong_so .col-inner .icon-box-text p {
  margin-bottom: 0px;
}

.section_so_lieu .row_thong_so .col-inner p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000b2;
  line-height: 20px;
}

.section_so_lieu .row_thong_so:last-child .col-inner {
  border-bottom: none;
  padding-bottom: 0px;
}

.section_so_lieu .row_thong_so:first-child .col-inner {
  padding-top: 0px;
}

.section_so_lieu .row_ti_le .icon-box .icon {
  width: 16px;
}

.section_so_lieu .img_nen {
  position: absolute;
  bottom: 0px;
  max-width: 424px;
  left: 40%;
  z-index: 0;
}

.section_so_lieu .row_phan_tich .col_left .description p {
  margin-bottom: 46.5px;
}

.section_so_lieu .row_phan_tich .col_left .row_button > .col {
  width: fit-content;
}

.section_phan_hoi .row_title .col-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.section_phan_hoi .row_title .col-inner p,
.section_phan_hoi .row_title .col-inner .img {
  margin-bottom: 0px;
}

.section_phan_hoi .row_title .col-inner .img {
  margin-top: -5px;
}

.section_phan_hoi .row_logo {
  margin-left: calc((100vw - 1250px) / 2);
  max-width: 100vw;
}

.section_phan_hoi .title p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}

.section_phan_hoi .description p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  max-width: 322px;
  margin: auto;
  margin-bottom: 70px;
}

.section_phan_hoi .row_item > .col > .col-inner {
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    /* 60% */ rgba(255, 255, 255, 0.5) 100% /* 50% */
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1), 0px 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.section_phan_hoi .row_item .row_title_image::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 8px 0;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  pointer-events: none;
}

.section_phan_hoi .row_item .description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 0px;
}

.section_phan_hoi .list_phan_hoi > .col:first-child,
.section_phan_hoi .list_phan_hoi > .col:last-child {
  top: -150px;
}

.section_phan_hoi .list_phan_hoi > .col:nth-child(3) {
  top: -30px;
}

.section_phan_hoi .row_item .description p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 8px 0;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  pointer-events: none;
}

.section_phan_hoi .row_item .icon-box .icon-box-text h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 0px;
}

.section_phan_hoi .row_item .icon-box .icon-box-text p {
  font-size: 12px;
  line-height: 20px;
  color: #000000b2;
  margin-bottom: 0px;
}

.marquee-bar {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #f2f3fa;
  border-width: 1px 0; /* chỉ top & bottom */
  border-style: solid;
  border-image: linear-gradient(90deg, #db4c8c, #6322d5, #4483d9) 1;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 25s linear infinite;
  margin: 10px;
}

.marquee-track span {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #db4c8c, #6322d5, #4483d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 24px;
}

.marquee-track .dot-icon {
  width: 20px;
  height: 20px;
  margin: 0 15px;
  margin-top: -9px;
}

.marquee-bar p {
  display: inline;
  margin: 0;
  padding: 0;
}

.row_chu_chay {
  margin-top: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.section_goi .section-bg.bg-loaded {
  background-position: top;
}

.section_goi .title p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.section_goi .description p {
  font-size: 16px;
  font-weight: 400;
  color: #000000b2;
  line-height: 24px;
}

.section_goi .tabbed-content ul {
  max-width: 150px;
  margin: 0 auto;
}

.section_goi .tabbed-content ul li a {
  text-transform: capitalize;
}

.section_goi .tabbed-content .row {
  margin: 0 183px;
}

.package_item {
  padding-bottom: 0px !important;
}

.package_item .col-inner {
  border-width: 1px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-image-slice: 1;
}

.package_item .name p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000b2;
  margin-bottom: 6px;
  margin-top: 10px;
}

.package_item .price p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 6px;
}

.package_item .price sup {
  font-size: 0.6em; /* nhỏ hơn một chút */
  vertical-align: super; /* bay lên */
  margin-left: 2px; /* khoảng cách nhỏ */
}

.package_item .price span {
  font-size: 14px;
  font-weight: 100;
}

.package_item .number_file p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.package_item .number_file p::after,
.package_item .description::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  margin: 20px 0;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  pointer-events: none;
}

.package_item .description p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.button_basic {
  border-radius: 8px !important;
  background: rgba(0, 0, 0, 1);
  color: #ffffff !important;
}

.button_professional {
  border-radius: 8px !important;
  background: linear-gradient(135deg, #44009b 0%, #2370ca 100%);
  color: #ffffff !important;
}

.button_enterprise {
  border-radius: 8px !important;
  background: linear-gradient(
    143deg,
    rgb(255, 32, 32) 0%,
    rgb(239, 50, 95) 49%,
    rgb(89, 36, 138) 100%
  );
  color: #ffffff !important;
}

.button_basic span,
.button_enterprise span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.blog-wrapper {
  background: #f2f3fa;
  background-color: #f2f3fa;
  background-image: url(/wp-content/uploads/2025/10/Background-2-scaled.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top;
  background-blend-mode: initial;
  padding-top: 164px;
  margin: 0;
  padding-bottom: 0;
}

.quotation-price__blur {
  position: absolute;
  right: -16px;
  top: 38px;
  z-index: 10;
  width: 56%;
  height: 60%;
  transform: translateY(-32%);
  filter: blur(22px);
  background: linear-gradient(
    136deg,
    rgba(242, 98, 181, 0) 6%,
    rgba(95, 197, 255, 0.3) 34%,
    rgba(255, 172, 137, 0.6) 50%,
    rgba(129, 85, 255, 0.5) 59%,
    rgba(120, 157, 255, 0.4) 84%,
    rgba(159, 115, 241, 0) 91%
  );
}

.section_tin_tuc .title p {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.section_tin_tuc .description p {
  font-size: 16px;
  line-height: 24px;
  max-width: 612px;
  margin: auto;
  text-align: center;
}

.post-item .box-image img {
  border-radius: 8px;
  width: 100% !important;
}

.post-item > .col-inner {
  border-width: 1px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(to right, #ffffff99, #ffffff80);
  border: 1px solid #ffffff;
  max-width: 780px;
  z-index: 9999;
  position: relative;
  backdrop-filter: blur(15px) brightness(1.2);
  -webkit-backdrop-filter: blur(10px);
}

.post-item .box-text {
  padding: 0px;
}

.post-item .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}

.post-item .cat-label {
  margin-top: 20px;
  color: #00438c;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
  order: 1;
}

.post-item .post-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  order: 2;
}

.post-item .from_the_blog_excerpt {
  font-size: 14px;
  font-weight: 400;
  color: #000000b2;
  order: 3;
}

.post-item .post-meta {
  order: 5;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  color: #00000080;
}

.post-item .is-divider {
  order: 4;
  width: 100%;
  height: 1.5px;
  margin: 12px 0px;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0)
  );
  filter: blur(0.5px);
  max-width: 100%;
}

.post-meta.is-small.op-8::before {
  content: "\f133"; /* mã Unicode của fa-calendar */
  font-family: "Font Awesome 6 Free"; /* Font Awesome 6 */
  font-weight: 400; /* Regular */
  margin-right: 8px;
  color: #777;
  vertical-align: middle;
  display: inline-block;
}

.view_all {
  border-radius: 8px !important;
  background: linear-gradient(
    338deg,
    rgb(35, 112, 202) 0%,
    rgb(68, 0, 155) 100%
  );
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  color: #ffffff !important;
}

.row_banner {
  background-image: url(/wp-content/uploads/2025/10/Image-1.png);
  border-radius: 10px;
  background-position: top;
  background-size: cover;
}

.row_banner .title p {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 330px;
  margin-bottom: 16px;
}

.row_banner .description p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffb2;
  max-width: 330px;
  margin-bottom: 16px;
}

.row_banner .button_xem_video {
  background: none;
  color: #ffffff;
  padding: 10px 20px;
  line-height: normal;
  border: none;
}

.section_interested .row_info:first-child > .col-inner {
  padding: 50px 0px 60px 50px;
  margin-top: 0px !important;
  overflow: hidden;
}

.section_interested .row_info:last-child > .col-inner {
  margin-top: 0px !important;
}

.section_interested .row_button .col > .col-inner {
  padding: 0px !important;
}

.section_interested .row_button .col {
  max-width: fit-content;
}

.section_interested .img_right {
  position: absolute;
  max-width: 618px;
  bottom: 0;
  right: 0;
}

.section_interested .button_enterprise,
.section_interested .button_xem_video {
  margin-bottom: 0px;
}

.list_menu,
.list_social {
  padding-bottom: 24px;
}

.list_menu .col-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 650px;
  margin: 0 auto !important;
  gap: 20px;
}

.list_menu .col-inner p {
  margin-bottom: 0px;
}

.list_social .col-inner {
  display: flex;
  justify-content: center;
  max-width: 650px;
  margin-right: auto !important;
  margin-left: auto !important;
  gap: 24px;
}

.list_social .col-inner .img {
  margin-bottom: 0px;
}

.section_footer .col-left {
  margin-right: 10px;
}

.section_footer .col-right {
  margin-left: 10px;
}

.section_footer .col-img {
  max-width: 20px;
}

.section_footer .row_bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.section_footer .row_bottom p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000000b2;
}

.absolute-footer {
  display: none;
}

.section_tin_tuc {
  padding-bottom: 42px !important;
}

.entry-header {
  display: flex;
  flex-direction: column;
}
.entry-header .entry-divider {
  display: none;
}

.entry-header-text {
  order: 2;
  text-align: start;
}

.entry-category {
  margin-top: 26px;
  text-align: start;
  font-size: 12px;
  font-weight: 500;
  color: #00438c;
  margin-bottom: 8px;
}

.entry-title {
  text-align: start;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.title_blog {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 330px;
}

.description_blog {
  font-size: 16px;
  font-weight: 400;
  color: #ffffffb2;
  max-width: 330px;
}

.pb-0.section_tin_tuc {
  padding-bottom: 0px !important;
}

.category-development {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog-wrapper .large-10.col {
  padding-bottom: 0px;
}

.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links {
  width: fit-content;
  margin: 0 auto !important; /* Đảm bảo căn giữa */
  border: 1px solid #0000001a; /* Kiểm tra màu rõ hơn */
  padding: 2px;
  border-radius: 99px;
}

.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links
  li {
  margin: 0;
}

.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links
  li
  a,
.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links
  li
  span {
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  padding: 4px 16px;
  display: flex;
  align-items: center;
}

.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links
  li
  a.prev,
.ux-relay__control--bottom
  .ux-relay__pagination.page-numbers.nav-pagination.links
  li
  a.next {
  display: none;
}

.nav-pagination > li > .current,
.nav-pagination > li > a:hover,
.nav-pagination > li > span:hover {
  background-color: #000000b2;
  border-color: #000000b2;
  color: #ffffff !important;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.button:hover,
.dark .button.is-form:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: initial;
  color: initial;
}

.mobile-nav .icon-menu:before {
  margin-top: -1px;
  margin-left: 1px;
}

.mobile-nav .nav-icon.has-icon .is-small {
  padding-bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  border-radius: 100px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  margin-top: -2.5px;
}

.mobile-nav li.has-icon .icon-menu {
  min-width: 32px;
  min-height: 32px;
  text-align: center;
  font-size: 20px;
  color: #000;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 850px) {
  .section_so_lieu .row_ket_qua .col_right.large-4 {
    flex-basis: 37%;
    max-width: 37%;
  }

  .section_so_lieu .row_ket_qua > .col_left.large-8 {
    flex-basis: 60%;
    max-width: 60%;
  }
}

@media screen and (min-width: 550px) {
  .section_so_lieu .row_ket_qua .col_right.large-4 {
    flex-basis: 35%;
    max-width: 35%;
    margin-right: 0px;
  }

  .section_so_lieu .row_ket_qua > .col_left.large-8 {
    flex-basis: 55%;
    max-width: 55%;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  /*************** ADD TABLET ONLY CSS HERE  ***************/
  .section_banner .col-right .img-inner {
    top: -25vh;
  }

  .section_banner .col-left .img-inner {
    top: -25vh;
  }
  .nav-icon.has-icon .is-small {
    padding-top: 0px;
  }

  .section_banner .col-left img {
    transform: scale(0.8);
    transform-origin: left center;
  }

  .section_banner .col-right img {
    transform: scale(0.8);
    transform-origin: right center;
  }

  .section_goi .tabbed-content .row {
    margin: 0;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .section_banner .title p {
    font-size: 32px;
    line-height: 46px;
  }

  .section_banner .col-left img {
    transform: scale(0.5);
    transform-origin: left center;
  }

  .section_banner .col-right img {
    transform: scale(0.5);
    transform-origin: right center;
  }

  .package_item {
    margin-bottom: 15px;
  }

  .section_banner .row_button {
    position: relative;
    margin: auto !important;
  }

  .section_phan_hoi .row_title .col-inner {
    flex-direction: column;
  }

  .section_phan_hoi .row_logo {
    margin-left: 0;
  }

  .section_phan_hoi .list_phan_hoi > .col:first-child,
  .section_phan_hoi .list_phan_hoi > .col:last-child {
    top: 0px;
  }

  .section_phan_hoi .list_phan_hoi > .col:nth-child(3) {
    top: 0px;
  }

  .section_so_lieu .row_ket_qua > .col_left,
  .section_so_lieu .row_ket_qua > .col_right,
  .section_so_lieu .row_ket_qua > .col_chinh {
    margin: 0px 15px;
  }

  .section_interested {
    padding: 0px 15px;
  }

  .row_banner .title p {
    max-width: 100%;
  }

  .row_banner .description p {
    max-width: 100%;
  }

  .row_banner .row_button {
    display: flex;
    justify-content: center;
  }

  .section_interested .row_info:first-child > .col-inner {
    padding: 30px;
  }
}
