:root {
  --blue-primary-color: #275390;
  --orange-primary-color: #081242;
}

#header .nav-divided > li + li > a:after {
  border-left: 1px solid var(--blue-primary-color);
  content: "";
  height: 22px;
  left: -1em;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 1px;
}
/* #header  .header-bottom{
    background-image: ;
} */
#header .nav-top-link {
  position: relative;
}
#header .nav-top-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s;
  height: 1px;
  background-color: var(--blue-primary-color);
}
#header .nav-top-link:hover::before {
  opacity: 1;
}
.homepage__banner .home_content-banner h1 {
  font-size: 64px;
}
.homepage__banner .home_content-banner p {
  font-size: 48px;
  line-height: 1.5;
}
.homepage__banner .banner-layers {
  max-width: 100% !important;
}
.homepage_introduction h2 strong {
  color: var(--blue-primary-color);
}
.homepage_introduction-wrapper .img-inner {
  padding-top: 35% !important;
}
.homepage__services-wrapper .section-title-normal {
  border: none !important;
  padding: 30px;
  line-height: 1.6;
  padding-top: 10px;
}
.homepage__services-wrapper .section-title-normal span {
  border: none !important;
}
.homepage__services-item .post-meta,
.homepage__services-item .is-divider {
  display: none;
}
.homepage__services-item .badge {
  display: none;
}
.homepage__services-item .post-item {
  padding: 30px !important;
  background: #ebebeb;
}
.homepage__services-item .post-item .box-image {
  display: none;
}
.homepage__services-item .box-text-inner .button {
  background-color: unset;
  color: var(--orange-primary-color);
  border: unset;
  padding: 0;
  font-size: 14px;
  margin-left: auto;
  display: block;
  margin-right: 0;
  text-align: end;
}
.homepage__services-item .box-text {
  padding: 0 !important;
}

.homepage__services-item .box-text-inner .post-title {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #275390;
}
.homepage__testimonial-wrapper .section-title-normal,
.homepage__testimonial-wrapper .section-title-normal span {
  border: none !important;
}
.homepage__testimonial-wrapper .section-title-normal {
  justify-content: center;
}
.homepage__testimonial-wrapper .section-title-normal span {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: fit-content;
  padding: 8px 50px;
  border-radius: 25px;
  color: #275390;
}
.homepage__testimonial-wrapper .testimonial-meta {
  display: none;
}
.homepage__testimonial-wrapper .icon-box-text {
  display: flex;
  flex-direction: column-reverse;
}
.homepage__testimonial-wrapper .icon-box-text .star-rating {
  margin-right: 0;
}
.homepage__testimonial-wrapper .testimonial-text {
  min-height: 125px;
}
.homepage__testimonial-wrapper .row-box-shadow-2 .col-inner {
  padding: 20px;
  border-radius: 5px;
}
.homepage__testimonial-wrapper .testimonial-text {
  text-align: left;
  font-style: unset !important;
  font-size: 16px;
  line-height: 1.5;
}
.homepage__testimonial-wrapper .icon-box-img {
  margin-bottom: 5px !important;
}
.homepage__testimonial-wrapper .section-title-container {
  margin-bottom: 50px;
}
.homepage__testimonial-wrapper .col-inner .medium-4 .col-inner {
  background-color: #fff;
}
.homepage__blog-wrapper .section-title-normal,
.homepage__blog-wrapper .section-title-normal span {
  border: none !important;
  margin: 0 auto;
}
.homepage__blog-wrapper .post-date {
  display: none;
}
.homepage__blog-wrapper .box-blog-post {
  display: flex;
  gap: 20px;
}
.homepage__blog-wrapper .box-image {
  flex: 50%;
}
.homepage__blog-wrapper .box-text {
  flex: 50%;
}
.homepage__blog-wrapper .box-image .image-cover {
  padding-top: 50.25% !important;
  border-radius: 5px;
}
.homepage__blog-wrapper .box-text .post-title a {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--blue-primary-color);
  text-overflow: ellipsis;
  font-weight: 700;
  text-transform: uppercase;
}

.homepage__blog-wrapper .box-text-inner {
  text-align: start;
}
.homepage__blog-wrapper .from_the_blog_excerpt {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--blue-primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage__blog-wrapper .is-divider {
  display: none;
}
.homepage__blog-wrapper .section-title-normal {
  margin-bottom: 30px;
  text-align: center;
}
.component__contact-form {
  /* max-width: 650px; */
  margin: 0 auto;
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.component__contact-form .row{
   max-width: 650px !important;
}
.component__contact-form .section-title-normal span {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: fit-content;
  padding: 5px 40px;
  border-radius: 50px;
  background-color: #fff;
  color: #275390;
  border: none !important;
  line-height: 1.8 !important;

  font-size: 20px !important;
}
.component__contact-form .section-title-normal {
  justify-content: center;
  border: none !important;
  margin-bottom: 30px;
}
.component__contact-form .section-title-container{
  margin-bottom: 0 !important;
}
.component__contact-form form input,
.component__contact-form form textarea {
  border: 2px solid #fff !important;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: #ffffff2b !important;
  font-size: 16px;
  margin-bottom: 30px;
  outline: none !important;
}

.component__contact-form form input {
  height: 50px;
}

.component__contact-form form input::placeholder,
.component__contact-form form textarea::placeholder {
  color: #fff;
}
.component__contact-form form input[type="submit"] {
  background-color: var(--orange-primary-color) !important;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid var(--orange-primary-color) !important;
  margin-bottom: 0 !important;
  height: 60px;
  transition: all 0.5s ease;
}
.component__contact-form form input[type="submit"]:hover {
  background-color: transparent !important;
  color: #fff;
  border: 2px solid #fff !important;
}
.component__contact-form form {
  margin-bottom: 0 !important;
}
.aboutus__banner-wrapper .section-title-normal,
.aboutus__banner-wrapper .section-title-normal span,
.aboutus__company-information .section-title-normal,
.aboutus__company-information .section-title-normal span,
.aboutus__company-history .section-title-normal,
.aboutus__company-history .section-title-normal span,
.aboutus__company-logos .section-title-normal,
.aboutus__company-logos .section-title-normal span {
  border: none !important;
}
.aboutus__banner-wrapper .section-title-normal {
  justify-content: center;
  font-weight: 700;
}
.aboutus__company-information .section-title-container,
.aboutus__company-history .section-title-container {
  margin-bottom: 0px !important;
}

.aboutus__company-information .section-content ul,
.aboutus__company-history .section-content ul {
  padding: 10px 30px 0px 30px !important;
}
.aboutus__company-information .section-content ul li,
.aboutus__company-history .section-content ul li {
  margin-bottom: 8px !important;
  color: var(--blue-primary-color);
}

.aboutus__company-logos .section-title-normal {
  font-weight: 700;
}
.aboutus__company-logos .section-title-container {
  margin-bottom: 0px !important;
}
.aboutus__company-logos .elementor-widget-container p {
  color: var(--blue-primary-color);
  font-size: 16px;
  line-height: 1.8;
}
.aboutus__company-logos .gs_logo_single img {
  width: 120px !important;
}
.news__banner-wrapper h1 {
  font-weight: 700 !important;
  font-size: 70px !important;
}
.news__blog-list-wrapper .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.news__blog-list-wrapper .post-meta::before {
  content: "";
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("../images/post_time_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news__blog-list-wrapper .post-title a {
  font-size: 20px;
  color: var(--orange-primary-color);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 7px !important;
}
.news__blog-list-wrapper .is-divider {
  display: none;
}
.news__blog-list-wrapper .from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  color: var(--blue-primary-color);
}
.news__blog-list-wrapper .box-text-inner .button {
  background-color: unset;
  color: var(--orange-primary-color);
  border: unset;
  padding: 0;
  font-size: 14px;
  margin-left: auto;
  display: block;
  margin-right: 0;
  text-align: end;
}
.news__blog-list-wrapper .ux-relay__control ul li span,
.news__blog-list-wrapper .ux-relay__control ul li a {
  border-radius: unset !important;
}
.news__blog-list-wrapper .image-cover {
  padding-top: 66.25% !important;
}
.hot_blog_section .box-blog-post {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.hot_blog_section .box-blog-post .box-image {
  flex: 1 1 150px;
}

.hot_blog_section .box-blog-post .box-image .image-cover {
  padding-top: 100% !important;
}

.hot_blog_section .box-blog-post .box-text {
  padding-top: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
}
.hot_blog_section .box-blog-post .box-text .post-title a {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--orange-primary-color);
  text-overflow: ellipsis;
}
.hot_blog_section .box-blog-post .box-text .post-meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.hot_blog_section .box-blog-post .box-text .post-meta::before {
  content: "";
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("../images/post_time_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hot_blog_section .box-blog-post .box-text .is-divider {
  display: none;
}
.hot_blog_section {
  padding: 30px 20px !important;
  background: #fff;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  height: fit-content;
  max-width: 450px !important;
  margin-left: auto !important;
  transition: all 0.3s ease;
  top: 0px !important;
}
.sticky__hot_blog_section {
/*   position: sticky !important;
  right: 0 !important;
  top: 10px !important; */
}

.row {
  position: relative;
}
.hot_blog_section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--blue-primary-color);
  text-transform: uppercase;
}
.col-blog-left .col-inner {
  padding: 30px;
  background: #fff;
}
.col-blog-left .col-inner h1 {
  font-size: 28px;
  text-transform: uppercase;
  color: var(--blue-primary-color);
  line-height: 1.5;
  margin-bottom: 0;
}
.col-blog-left .blog__detail-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--blue-primary-color);
  margin-bottom: 30px;
}
.col-blog-left .blog__detail-date::before {
  content: "";
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-image: url("../images/post_time_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog__detail-content {
  color: #000;
}
.blog__detail-excerpt {
  margin-top: 15px;
  font-style: italic;
}
.services_slider .gs_logo_single {
  padding: 0 !important;
}
.services_slider .gs_logo_single img {
  height: 270px;
}
.services_slider .swiper-button-prev,
.services_slider .swiper-button-next {
  opacity: 1 !important;
  visibility: visible !important;
}
.services_slider {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}
.services_slider .swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.service__history-wrapper {
  padding-top: 60px !important;
}
.service__history-wrapper .section-title-normal,
.service__history-wrapper .section-title-normal span {
  border: none !important;
  color: var(--orange-primary-color);
}
.service__history-wrapper .section-title-normal {
  font-size: 40px;
}
.service__history-wrapper .section-title-container {
  margin-bottom: 0px !important;
}
/* .services_list .flickity-button {
  opacity: 1 !important;
  visibility: visible !important;
} */
.services_list .post-title {
  font-size: 16px;
  text-align: start;
  line-height: 1.5;
  color: var(--blue-primary-color);
  text-transform: uppercase;
}
.services_list .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--blue-primary-color);
}
.services_list .box-blog-post .is-divider {
  display: none;
}
.services_list .flickity-viewport {
  height: 285.5px !important;
}
.services_list .flickity-prev-next-button svg {
  margin-top: 0px !important;
}
.contact__page-information .section-title-container .section-title-normal,
.contact__page-information .section-title-container .section-title-normal span,
.contact__page-form .section-title-container .section-title-normal,
.contact__page-form .section-title-container .section-title-normal span {
  border: none !important;
  margin-bottom: 0 !important;
}

.contact__page-information .icon-box-text h4 {
  font-size: 20px;
  color: var(--orange-primary-color);
  margin-bottom: 0 !important;
}
.contact__page-information .icon-box-left {
  align-items: end;
}
.contact__page-information .icon-box-text p {
  font-size: 14px;
  color: #868686;
  line-height: 1.5;
}
.contact__page-information .icon-box {
  margin-bottom: 20px;
}
.contact__page-form input,
.contact__page-form textarea {
  border: 2px solid var(--orange-primary-color) !important;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  font-size: 14px !important;
  background-color: transparent !important;
  margin-bottom: 30px;
  outline: none !important;
  border-radius: 5px !important;
  opacity: 0.8;
  height: 50px !important;
}
.contact__page-form input::placeholder,
.contact__page-form textarea::placeholder {
  font-size: 14px !important;
  color: var(--orange-primary-color) !important;
}
.contact__page-form input[type="submit"] {
  background-color: var(--orange-primary-color) !important;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px !important;
  cursor: pointer;
  border: 2px solid var(--orange-primary-color) !important;
  margin-bottom: 0 !important;
  height: 60px !important;
  transition: all 0.5s ease;
  width: 60% !important;
  display: block;
  margin: 0 auto !important;
}
.contact__page-form p {
  font-size: 14px !important;
  color: #868686 !important;
  margin-bottom: 30px !important;
}
.social-topbar .icon-box {
  display: flex;
  align-items: end;
  gap: 15px;
}
.social-topbar .icon-box-img {
  margin-bottom: 0 !important;
}
.social-topbar {
  max-width: unset !important;
  width: unset !important;
  gap: 50px;
  justify-content: flex-end;
}
.social-topbar .medium-6 {
  max-width: fit-content;
  margin-bottom: 15px;
  padding: 0;
}
.social-topbar::after {
  display: none !important;
}
.social-topbar .icon-box-text p {
  font-size: 14px !important;
}
.menu-item-11 a::after {
  display: none !important;
}

.footer-wrapper {
  background-color: #e7e7e7 !important;
  padding-top: 50px !important;
}
.footer-wrapper .footer-1,
.footer-wrapper .footer-2 {
  background-color: transparent !important;
  border-top: unset !important;
}
.custom_footer-wrapper {
  color: var(--blue-primary-color) !important;
}
.custom_footer-wrapper h1 {
  font-size: 24px !important;
  color: var(--blue-primary-color) !important;
  margin-bottom: 5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.custom_footer-wrapper  .col{
  padding-bottom:  0 !important;
}
.custom_footer-wrapper p {
  color: var(--blue-primary-color) !important;
}
.connect-social-list .col-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_footer-wrapper .section-title-normal,
.custom_footer-wrapper .section-title-normal span {
  border: none !important;
  margin-bottom: 0 !important;
}
.custom_footer-wrapper .section-title-container {
  margin-bottom: 0 !important;
}
.related-services-wrapper .section-title-container {
  margin-bottom: 0 !important;
  justify-content: center !important;
}
.related-services-wrapper .section-title-normal {
  justify-content: center !important;
}
.custom_footer-wrapper .section-title-main {
  color: var(--blue-primary-color) !important;
}
.related-services-wrapper .section-title-normal,
.related-services-wrapper .section-title-normal span {
  border: none !important;
  margin-bottom: 0 !important;
}
.custom_footer-wrapper .section-title-main {
  color: var(--blue-primary-color) !important;
}
.custom_footer-wrapper .ux-menu-link__link {
  padding: 0 !important;
  min-height: unset !important;
  margin-bottom: 14px;
  line-height: 1.3;
}
.custom_footer-wrapper .ux-menu-link__link:hover {
  color: var(--orange-primary-color) !important;
}
.footer-wrapper .absolute-footer {
  background-color: transparent !important;
  color: var(--blue-primary-color) !important;
  border-top: 1px solid #dcdcdc !important;
}
.footer-wrapper .widget {
  margin-bottom: 0 !important;
}

.cta-floating {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-floating .icon {
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.cta-floating .icon:hover {
  transform: scale(1.1);
}

.cta-floating .icon img {
  width: 30px;
  height: 30px;
}

.back-to-top {
  display: none !important;
}
.homepage__testimonial-wrapper .slider-nav-light .flickity-page-dots .dot {
  border-color: #000000 !important;
}
.homepage__testimonial-wrapper .flickity-page-dots {
  bottom: -15px !important;
}
.related-services-wrapper .gs_logo_single img {
  height: 185px !important;
}
.related-services-wrapper .gs_logo_title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--blue-primary-color);
  text-align: start !important;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
.related-services-wrapper .gs_logo_area.carousel_nav_pos--bottom {
  padding-bottom: 20px;
}
.homepage__testimonial-wrapper .col {
  height: fit-content !important;
}
.gioi-thieu-title h3{
  line-height: 1 !important;
}