/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
  --primary-color: #015b88;
  --medium-main-color: #dca131;
  --light-main-color: #00acea;
}
html {
  background-color: #fff;
}
/* .section-content {
  z-index: unset !important;
} */
.dashicons {
  line-height: 1.3 !important;
}
.section-content {
  z-index: unset;
}
/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
@media (max-width: 849px) {
  .header-main li.html.custom {
    display: block;
  }
}
.navbar-toggler {
  all: unset;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  padding: 2px;
  display: flex;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
}
.mobile-menu {
  display: none;
}
@media (max-width: 911px) {
  .mobile-menu {
    display: block;
  }
  .mobile-menu.open .mobile-menu__overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu__overlay {
    position: fixed;
    z-index: 999998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .mobile-menu.open .mobile-menu__box {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu__box {
    width: 300px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 999999;
  }
  .mobile-menu.open .mobile-menu__close-button {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu__close-button {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    cursor: pointer;
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: 5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu__inner {
    overflow: auto;
    position: relative;
  }
  .mobile-menu__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    position: relative;
    background: #fff;
  }
  .mobile-menu__inner .logo-main {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 35px;
    width: 135px;
  }
  .mobile-menu__inner ul {
    display: block;
  }
  .mobile-menu__inner ul li {
    padding: 10px 0;
  }
  .mobile-menu__inner ul li a {
    color: #818181;
    text-transform: inherit;
    font-weight: 400;
    padding: 10px 18px;
  }
  .mobile-menu__inner .hotline {
    padding: 0 18px;
  }
  .mobile-menu__inner .hotline span:nth-child(2) {
    font-weight: 500;
    color: var(--primary-color);
  }
}
.nav li:last-child {
  margin-bottom: 3px;
}
.hotline .translate a {
  padding-bottom: 10px;
  margin-bottom: 1.3em;
}
.gtranslate_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gtranslate_wrapper img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
.translate a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.translate img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
/*--------------------------------------------------------------
# BANNER SECTION
--------------------------------------------------------------*/
.icon-mouse {
  position: absolute;
  bottom: 30px;
  width: 100%;
  animation: turn_down 1s infinite;
  transition: all ease 0.5s;
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.icon-mouse .link-mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-mouse .img-mouse {
  width: 30px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .icon-mouse .img-mouse {
    width: 20px;
    margin-bottom: 5px;
  }
}
.icon-mouse .fa-angle-double-down {
  color: white;
  width: 0.625em;
}
@keyframes turn_down {
  0%,
  100% {
    transform: translateY(0); /* Vị trí ban đầu */
  }
  50% {
    transform: translateY(10px); /* Di chuyển xuống */
  }
}

/*--------------------------------------------------------------
# INTRO SECTION
--------------------------------------------------------------*/
/* .intro-section:after {
  content: "";
  left: 70%;
  right: 0;
  height: 300px;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  bottom: 0;
  background: var(--medium-main-color);
  position: absolute;
  opacity: 0.3;
} */
.intro-section .img-inner {
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
}
.intro-icon-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
}
.intro-icon-box-item {
  display: flex;
  text-align: left;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.intro-icon-box-item .icon {
  background-color: #fff;
  font-size: 20px;
  padding: 15px;
  border-width: 0px;
  border-radius: 50%;
}
.intro-icon-box-item .icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.intro-icon-box-item .content h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  color: #000000 !important;
}
.intro-icon-box-item .content p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #000000;
}
@media (max-width: 700px) {
  .intro-icon-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: start;
  }
  .intro-icon-box-item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# INTRO JOB SECTION
--------------------------------------------------------------*/
.intro-job-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.intro-job-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.intro-job-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.list-utilities-item .item-inner {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 34px 18px 32px 25px;
  position: relative;
  min-height: 400px;
}
.list-utilities-item .heading {
  position: relative;
  z-index: 2;
}
.list-utilities-item .sub-title {
  font-size: 14px;
  color: #0b0c0c;
  margin-bottom: 5px;
}
.list-utilities-item .title {
  font-size: 24px;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1;
}
.list-utilities-item h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.list-utilities-item h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.list-utilities-item h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.list-utilities-item .des {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.list-utilities-item .wrap-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
}
/*--------------------------------------------------------------
# CONTACT PAGE TEMPLATE
--------------------------------------------------------------*/
.form-contact .wrap-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.form-contact .form-group {
  width: calc(33.33% - 10px);
}
@media (max-width: 600px) {
  .form-contact .wrap-form {
    flex-direction: column;
  }
  .form-contact .form-group {
    width: 100%;
  }
}

.form-contact .form-group.big {
  width: 100%;
}
.form-contact .form-group input,
.form-contact .form-group textarea {
  width: 100%;
  border: 1px solid #818181;
  height: 48px;
  padding: 13px;
  outline: none;
  transition: all ease 0.4s;
}
.form-contact .wrap-submit {
  width: 100%;
}
.form-contact .wrap-submit .wpcf7-spinner {
  display: none;
}
.form-contact .wrap-submit input {
  margin-right: 0;
  margin-top: 20px;
  min-width: 160px;
  background-color: #b32024 !important;
  transition: all ease 0.4s;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 700px) {
  .form-contact .wrap-submit input {
    width: 100%;
  }
}
.contact-box {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
}
.contact-box .list-contact {
  list-style: none;
  margin-bottom: unset;
  padding-left: unset;
}
.contact-box .list-contact .item {
  margin-bottom: 15px;
  margin-left: 0px;
}
.contact-box .list-contact .item a {
  display: flex;
  align-items: center;
}
.contact-box .list-contact .item .icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .list-contact .item .info {
  flex: 1;
  padding-left: 22px;
}
.contact-box .title {
  margin-top: 35px;
  color: #333;
}
/*--------------------------------------------------------------
# SERVICE SECTION
--------------------------------------------------------------*/
.service-section::before {
  right: 30%;
  height: 600px;
  content: "";
  left: 0;
  top: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: var(--light-main-color);
  position: absolute;
  opacity: 1;
}
.service-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.service-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.service-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.operation-list-item {
  padding: 30px 5px;
}
.operation-list-item .wrap-img {
  position: relative;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
}
.operation-list-item .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.operation-list-item .wrap-info {
  position: relative;
  flex: 1;
  width: 91%;
  margin: -27px auto 0;
  padding: 24px 22px 36px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
  -webkit-box-shadow: 0 3px 14px rgb(0 0 0 / 6%);
  box-shadow: 0 3px 14px rgb(0 0 0 / 6%);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  min-height: 157px;
}
.operation-list-item .wrap-info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.operation-list-item .title {
  color: #000000;
  font-size: 23px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}
.operation-list-item .info_btn {
  position: absolute;
  display: block;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  padding: 4px;
  background-color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(184, 171, 134, 0.5);
  box-shadow: 0 2px 4px rgba(184, 171, 134, 0.5);
  cursor: pointer;
}
.operation-list-item .info_btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  border: 2px solid #b32024;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.operation-list-item .info_btn .info_btn_inner {
  width: 100%;
  height: 100%;
  background-color: #b32024;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgb(184 171 134 / 50%);
  box-shadow: 0 2px 4px rgb(184 171 134 / 50%);
}

/*--------------------------------------------------------------
# PROJECT SECTION
--------------------------------------------------------------*/
.project-section::after {
  background: linear-gradient(
    to bottom,
    var(--primary-color) 0%,
    transparent 50%
  );
  top: -150px;
  transform: skewY(-22deg);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  -webkit-transform-origin: top right;
}
.project-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.project-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.project-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.project-list-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.line-animate::before,
.line-animate::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.8s ease;
}
.line-animate::before {
  border-right: 1px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  bottom: 100%;
  left: 50%;
  right: 0;
  top: 0px;
}

.line-animate::after {
  border-bottom: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color);
  bottom: 0px;
  left: 0;
  right: 100%;
  top: 100%;
}
.line-animate:hover::before {
  bottom: 0px;
  left: 0px;
}
.line-animate:hover::after {
  right: 0px;
  top: 0px;
}
.project-list-item .wrap-img {
  position: relative;
  height: 0;
  padding-top: 54%;
}
.project-list-item .wrap-img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.project-list-item .wrap-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  opacity: 0;
  transition: all ease 0.4s;
  padding: 20px;
}
.project-list-item .wrap-info p {
  color: #fff;
  position: relative;
}
.project-list-item a:hover .wrap-info {
  right: 0;
  opacity: 1;
  color: #fff;
  padding: 20px;
}
.project-list-item a:hover .wrap-info h3 {
  color: #fff;
}
.project-list-item a .wrap-info::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #231f20;
  opacity: 0.6;
  position: absolute;
}
.project-list-item a .wrap-info .name {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
.project-list-item a .wrap-info .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: var(--primary-color);
}
/*--------------------------------------------------------------
# NEWS SECTION
--------------------------------------------------------------*/
.news-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.news-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.news-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.list-news {
  display: flex;
  flex-wrap: wrap;
  padding-left: unset;
  gap: 18px;
}

.list-news-item {
  width: calc(33.33% - 18px);
}
@media (max-width: 600px) {
  .list-news {
    flex-direction: column;
  }
  .list-news-item {
    width: 100%;
  }
}
.list-news-item a {
  height: 100%;
  display: block;
}
.list-news-item a .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-news-item .wrap-img {
  position: relative;
  height: 0;
  padding-top: 67.9%;
  overflow: hidden;
}
.list-news-item .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.4s;
}
.list-news-item a:hover .wrap-img img {
  transform: scale(1.05);
}
.list-news-item a .inner .wrap-info {
  flex: 1;
}
.list-news-item .wrap-info {
  background-color: #fff;
  padding: 15px 20px;
}
.list-news-item .wrap-info .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news-item .wrap-info .expert {
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.limit-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news-item .wrap-info .see-more {
  font-weight: 500;
  text-align: right;
  color: #000;
}
.list-news-item a:hover .see-more {
  color: var(--primary-color);
}
.list-news-item a .see-more svg {
  transition: all ease 0.4s;
}
.list-news-item a:hover .see-more svg {
  transform: translateX(5px);
}
.list-news-item a:hover .see-more svg path {
  fill: var(--primary-color);
}
.news-section .button {
  padding: 4px 22px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# FORM SECTION
--------------------------------------------------------------*/
.form-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.form-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.form-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}

.investor-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.investor-list-item {
  width: 33.33%;
  padding: 7px;
}
.investor-list-item a {
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  border-bottom: 5px solid var(--primary-color);
  height: 116px;
  display: flex;
  padding: 20px;
  align-self: center;
  justify-content: center;
}
.investor-list-item .wrap-img {
  position: relative;
  height: 100%;
  width: 100%;
}
.investor-list-item .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.form-contact-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.form-contact-wrap .wrap-form {
  width: 100%;
}
.form-contact-wrap .form-group {
  width: 100%;
  padding: 0 17px;
  margin-bottom: 38px;
}
.form-contact-wrap .form-group input {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
  padding: 15px 15px 15px 0;
  color: #221f1f;
  box-shadow: none;
}
.form-contact-wrap .form-group textarea {
  width: 100%;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  padding: 11px 18px 40px 18px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.form-contact-wrap .form-group .btn {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 22px;
  width: 100%;
  background: #b61b20;
  color: #fff;
  transition: all 0.4s;
  border-radius: 5px;
}
/*--------------------------------------------------------------
# JOB SECTION
--------------------------------------------------------------*/
.job-section .col {
  padding-bottom: 0px !important;
}
.job-section .button {
  padding: 4px 22px;
  font-size: 16px;
}
/*--------------------------------------------------------------
# ARCHIVE BLOG
--------------------------------------------------------------*/
.blog-title-section {
  padding-bottom: 0px !important;
}
.blog-title-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.blog-title-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.blog-title-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.blog .header-main {
  background-color: #f6f6f6;
}
.blog .list-news-item {
  width: 100%;
}
.blog .list-news-item .wrap-info {
  background: #f7f7f7;
}

.page-numbers .page-number {
  font-size: 17px;
  color: rgba(77, 77, 77);
  width: 40px;
  transition: all ease 0.4s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
}
.widget .is-divider {
  display: none;
}
.widget-title {
  display: block;
  font-weight: 700 !important;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: normal !important;
  text-transform: uppercase;
}
.widget input[type="search"] {
  width: 100%;
  height: 48px;
  border: 1px solid #818181;
  border-radius: 5px;
  padding-left: 15px;
  outline: none;
}
.widget button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: unset;
  outline: none;
  border: none;
  background-color: transparent !important;
  color: #000;
}
.widget button[type="submit"]:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
.widget-blogs-item {
  margin-bottom: 23px;
}
.widget-blogs-item a {
  display: flex;
}
.widget-blogs-item .wrap-img {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  overflow: hidden;
}
.widget-blogs-item .wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s ease 0s;
}
.widget-blogs-item .title {
  font-size: 16px;
  font-weight: 400;
  padding-left: 19px;
  margin-bottom: unset;
  flex: 1 1 0%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #333;
}
/*--------------------------------------------------------------
# SINGLE BLOG
--------------------------------------------------------------*/
.single .list-news-item {
  width: 100%;
}
.single .list-news-item .wrap-info {
  background: #f7f7f7;
}
.related-post-section {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none,
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
  width: 100%;
}
#ftwp-container.ftwp-wrap #ftwp-header {
  color: #333;
  background: rgba(238, 238, 238, 0.95);
  padding: 10px;
  font-size: 19.2px;
  line-height: 1.5;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
#ftwp-container.ftwp-wrap #ftwp-list {
  padding-bottom: 10px;
}
#ftwp-list {
  display: none;
}
/*--------------------------------------------------------------
# DU AN ARCHIVE
--------------------------------------------------------------*/

.project-archive-section h2 span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.project-archive-section h2 span::before {
  background: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 1px;
  content: "";
}
.project-archive-section h2 span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20%;
  height: 6px;
  background: var(--primary-color);
  content: "";
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.post-type-archive .project-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.post-type-archive .project-list-item {
  width: 50%;
  padding: 8px;
}
@media (max-width: 700px) {
  .post-type-archive .project-list {
    flex-direction: column;
  }
  .post-type-archive .project-list-item {
    width: 100%;
    padding: 8px;
  }
}

.post-type-archive .project-list-item a .wrap-img {
  border-bottom: 10px solid var(--primary-color);
}

.post-type-archive .project-list-item a .wrap-info {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.post-type-archive .project-list-item .wrap-info {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  opacity: 1;
  right: unset;
  padding: 40px 100px 40px 40px;
}

.post-type-archive .project-list-item a .wrap-info:before {
  background: #fff;
}
.post-type-archive .project-list-item a .wrap-info .name {
  color: var(--primary-color);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 600px) {
  .post-type-archive .project-list-item .wrap-info {
    padding: 0;
  }
  .post-type-archive .project-list-item a .wrap-info .name {
    font-size: 14px;
  }
}
.custom-pagination {
  margin-top: 30px;
}
.custom-pagination .page-numbers {
  font-size: 17px;
  color: rgba(77, 77, 77);
  width: 40px;
  transition: all ease 0.4s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
}
.custom-pagination .page-numbers.next {
  width: unset;
  height: unset;
  border-radius: unset;
  background-color: transparent;
  color: #333;
  border: none;
}
.custom-pagination .page-numbers.current {
  font-size: 17px;
  width: 40px;
  transition: all ease 0.4s;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  color: #fff;
  background-color: var(--primary-color);
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.footer-section {
  padding-bottom: 0px !important;
}
.absolute-footer {
  display: none;
}
#footer h4 {
  color: #000;
}
#footer .list-contact {
  display: flex;
  padding-top: 15px;
  list-style: none;
  padding-left: unset;
  gap: 20px;
}
#footer .list-contact li {
  transition: all ease 0.4s;
  margin-left: 0px;
}
#footer .list-contact li img {
  width: 37px;
}
.form-register-home {
  margin: auto;
}
.form-register-home .wrap-form .form-group {
  margin-bottom: 20px;
}
.form-register-home .wrap-form .form-group input {
  width: 100%;
  padding: 10px 25px;
  outline: none;
  border: 1px solid #818181;
  margin-bottom: 0px;
}
.form-register-home .wrap-form .single-form-group {
  display: flex;
  gap: 10px;
}
.form-register-home .wrap-form .wrap-submit {
  display: grid;
  gap: 10px;
  grid-auto-columns: 1fr 1fr;
}
.form-register-home .wrap-form .wrap-submit p {
  gap: 10px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .form-register-home .wrap-form .d-form-group {
    flex-direction: column;
  }
  .form-register-home .wrap-form .wrap-submit p {
    grid-template-columns: 1fr;
  }
}
.form-register-home .wrap-form .wrap-submit .btn {
  font-weight: 500;
  min-width: 160px;
  background-color: #B61B20;
  transition: all ease 0.4s;
  font-size: 16px;
  font-weight: bold;
  padding: 0 1.2em;
  margin: 0px;
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  background-color: transparent;
  margin-top: 0px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border-radius: 3px;
}
.footer-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .footer-bot {
    flex-direction: column;
    align-items: flex-start;
  }
}
.copy-right ul {
  margin-bottom: 0px;
}
footer .line {
  margin: 70px 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #70707033;
  position: relative;
}
#backtotop {
  background: #ffffff;
  border-radius: 50px;
}
#footer .line img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.contact_widget {
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 2;
}
.contact_widget ul {
  list-style: none;
}
.contact_widget ul li {
  width: 42px;
  height: 42px;
  background-color: #59595b;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}
.contact_widget ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.contact_widget ul li:hover {
  background-color: var(--primary-color);
}
@media (max-width: 768px) {
  .contact_widget {
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .contact_widget ul {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
  }
  .contact_widget ul li {
    border-radius: unset;
    text-align: center;
    width: 25%;
    background-color: #59595b;
    border: 1px solid #ffffff !important;
    margin-bottom: 0;
  }
  .contact_widget ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}

.footer-social {
  margin-top: 10px;
}
.footer-social ul {
  display: flex;
  gap: 10px;
  list-style: none;
}
.footer-social ul li {
  width: 42px;
  height: 42px;
  background-color: #59595b;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.footer-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
/*--------------------------------------------------------------
# TUYEN DUNG ARCHIVE
--------------------------------------------------------------*/
.page-recruitment__list-item {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 23px;
  margin-bottom: 40px;
}
.page-recruitment__list-item .title {
  font-size: 18px;
  margin-bottom: 17px;
}
.page-recruitment__list-item ul {
  display: flex;
  padding-left: unset;
  margin-bottom: unset;
  list-style: none;
}
@media (max-width: 700px) {
  .page-recruitment__list-item ul {
    flex-direction: column;
  }
}
.page-recruitment__list-item ul li {
  padding-right: 18%;
  color: #818181;
  margin-left: 0px;
}
.page-recruitment__list-item ul li span {
  color: #000;
}
.page-recruitment__list-item .view-more {
  display: flex;
  text-align: right;
  margin-top: 3px;
  justify-content: flex-end;
  align-items: center;
  color: #000;
}
.page-recruitment__list-item .view-more span {
  display: inline-block;
  padding-right: 7px;
}
.page-recruitment__list-item .view-more svg {
  transition: all ease 0.4s;
}
.page-recruitment__list-item .view-more:hover span {
  color: var(--primary-color);
}
.page-recruitment__list-item .view-more:hover svg path {
  fill: var(--primary-color);
}

/*--------------------------------------------------------------
# TUYEN DUNG SINGLE
--------------------------------------------------------------*/
.page-recruitment-content .top {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 23px;
  margin-bottom: 30px;
/*  display: flex;*/
  align-items: center;
}
.page-recruitment-content .info {
  flex: 1;
}
.page-recruitment-content .info .title {
  font-size: 18px;
  margin-bottom: 17px;
}
.page-recruitment-content .info ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px 0;
}
.page-recruitment-content .info ul li {
  padding-right: 18%;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  padding-left: unset;
  list-style: none;
  margin-bottom: unset;
  margin-left: 0px;
}
.page-recruitment-content .bottom {
  margin-bottom: 30px;
}
.page-recruitment-content .detail-recruitment {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  border-radius: 10px;
  padding: 28px 23px;
  margin-bottom: 30px;
}
.page-recruitment-content .detail-recruitment .box {
  margin-bottom: 25px;
}
.page-recruitment-content .detail-recruitment .box .title {
  font-size: 18px;
  margin-bottom: 14px;
}
.page-recruitment-content .info-contact {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 17px 23px;
}
.page-recruitment-content .info-contact .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-recruitment-content .info-contact .title sup {
  color: #d64736;
}
.page-recruitment-content .info-contact ul {
  list-style: none;
  padding-left: unset;
  margin-bottom: unset;
}
.page-recruitment-content .info-contact ul li {
  margin-bottom: 10px;
  color: #000;
  display: flex;
  align-items: center;
  margin-left: 0px;
}
.page-recruitment-content .info-contact ul li .wrap-img {
  width: 40px;
  height: 40px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 16px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-recruitment .form-content {
  background-color: #f7f7f7;
  border: 1px dashed var(--primary-color);
  background: #f7f7f7;
  border-radius: 10px;
  padding: 28px 23px 37px 23px;
  overflow: hidden;
}
/*--------------------------------------------------------------
# DU AN ARCHIVE PAGE
--------------------------------------------------------------*/
.all-project-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post-type-archive .all-project-list .project-list-item {
  width: 100%;
}
@media (max-width: 700px) {
  .all-project-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.tax-danh-muc-du-an .project-list-item a .wrap-info {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.tax-danh-muc-du-an .project-list-item a .wrap-info:before {
  background: #fff;
}
.tax-danh-muc-du-an .project-list-item .wrap-info {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  opacity: 1;
  right: unset;
  padding: 40px 100px 40px 40px;
}
.tax-danh-muc-du-an .project-list-item a .wrap-info .name {
  color: var(--primary-color);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}
/*--------------------------------------------------------------
# CUSTOM FORM
--------------------------------------------------------------*/
.form-box {
  padding: 40px 30px;
  color: #fff;
  box-shadow: 0px 0px 20px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  background-color: #fff;
}
.form-box .wpcf7-spinner {
  display: none;
}
.form-3-rows.form-register-home .wrap-form .form-group input {
  line-height: 1.5;
}
.form-3-rows.form-register-home .wrap-form .form-group input[type="submit"] {
  padding: 4px 25px;
  background-color: #b32024;
  margin-top: 20px;
}
.form-1-rows-3-cols.form-register-home .wrap-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 700px) {
  .form-1-rows-3-cols.form-register-home .wrap-form {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.form-1-rows-3-cols.form-register-home .wrap-form .form-group input {
  line-height: 1.5;
  padding: 5px 25px;
  margin-bottom: 0px;
}
.form-1-rows-3-cols.form-register-home
  .wrap-form
  .form-group
  input[type="submit"] {
  background-color: #b32024;
}
.page-recruitment-content .view-more
{display:none;}

p {
  margin-bottom: 10px; /* Khoảng cách giữa các đoạn */
}

/*--------------------------------------------------------------
# WPFORM
--------------------------------------------------------------*/
.service-form {
    padding: 10px 20px;
    box-shadow: 2px 10px 34px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 10px 34px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 10px 34px 0px rgba(0,0,0,0.75);
}
.wpforms-form input[type="text"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="email"],
.wpforms-form select {
  border-radius: 3px !important;
  color: #000 !important;
  border: 1px solid #666666 !important;
}
.wpforms-form button[type="submit"] {
  color: #fff !important;
  width: 100%;
  border-radius: 3px !important;
  border: 1px solid var(--main-color);
  background: #dca131 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
h2 {
  background-image: linear-gradient(90deg, #05C7BD 0%, #DCA131 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  /* Fix lỗi mất dấu */
  -webkit-text-stroke: 0.3px transparent; 
  text-shadow: 0 0 1px rgba(0,0,0,0.1); 
}
.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
}
.large-10 {
        flex-basis: 100% !important;
		max-width: 100% !important;
}