@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6 {
  margin: 0;
}

.slider .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.title h2 {
  color: var(--fs-color-primary);
  margin-bottom: 30px;
}

.section2 {
  padding-bottom: 0 !important;
}

.section2 .b-text h3 {
  font-size: 32px;
  line-height: 48px;
  color: var(--fs-color-primary);
}

@media screen and (min-width: 850px) {
  .section2 .row-collapse .col {
    flex-basis: 20%;
    max-width: 20%;
  }
}

.whychooseus-item .whychooseus-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.whychooseus-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: RGB(25, 90, 148, 0.7) 100%;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.8s ease-in-out;
  z-index: 1;
}

.whychooseus-img:hover::before {
  opacity: 1;
}

.whychooseus-item .whychooseus-img img {
  transform: scale(1);
  transition: all 0.8s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.whychooseus-item:hover .whychooseus-img img {
  transform: scale(1.1);
}

.whychooseus-item:hover .whychooseus-img .whychooseus-icon img {
  transform: scale(1);
}

.whychooseus-item:first-child .whychooseus-img img {
  object-position: 60%;
}

.whychooseus-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.8s ease-in-out;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 2;
}

.whychooseus-img:hover .whychooseus-content {
  bottom: calc(50% - 75px);
  z-index: 1000;
}

.whychooseus-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 12px;
  background-color: #fff;
  margin-inline: auto;
  z-index: 1000;
  margin-bottom: 24px;
}

.whychooseus-content h6 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 1);
  transition: all 0.8s ease-in-out;
  padding-top: 24px;
  padding-inline: 24px;
  height: fit-content;
  position: relative;
  text-wrap: balance;
}

.whychooseus-content::before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(
    180deg,
    RGB(25, 90, 148, 0.8) 10%,
    rgba(255, 255, 255, 0) 55%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}

.whychooseus-img:hover .whychooseus-content::before {
  opacity: 0;
}

.whychooseus-img:hover .whychooseus-content h6 {
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}

.whychooseus-content p {
  color: #fff;
  transition: all 0.8s ease-in-out;
  position: relative;
  bottom: -50px;
  margin-bottom: 0;
  opacity: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
}

.whychooseus-img:hover .whychooseus-content p {
  bottom: 0;
  opacity: 1;
}

.section3 .box {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  transition: all 0.8s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 0 auto;
}

.section3 .box-badge .box-text {
  width: 100%;
  height: 100%;
  padding: 32px 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0.9) 30%,
    rgba(255, 255, 255, 0) 55%
  );
}

.section3 .box-badge .box-text h3 {
  color: var(--fs-color-primary);
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.section3 .icon-box {
  align-items: center;
  max-width: 600px;
}

.section3 .icon-box.icb2 {
  margin-left: auto;
}

.section3 .icon-box h3 {
  color: var(--fs-color-primary);
}

.section3 .icon-box p {
  font-size: 14px;
}

.section4 .icon-box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.section4 .icon-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--fs-color-primary);
}

/* News */

.news {
  padding-block: 60px;
}

.news .row {
  --bs-gutter-x: 24px;
}

.news h6,
.news p,
.news h4 {
  color: #000000;
}

.news h2 {
  color: var(--fs-color-primary);
  margin-block: 16px;
}

.news a.btn,
.career-item.all-job a.btn {
  padding: 16px 32px;
}

.news a.btn {
  height: 52px;
}

.news a.btn::after,
.career-item.all-job a.btn::after {
  content: "";
  width: 26px;
  height: 22px;
  background-image: url(../images/ic_arrow-rignt-orange.svg);
  background-position: center;
  background-size: 26px 22px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.news-item {
  width: 417px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  margin-right: 24px;
}

.news-item .news-item-img {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.news-item .news-item-img img {
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}

.news-item:hover .news-item-img img {
  transform: scale(1.04);
}

.news-item .news-item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  bottom: 0;
  left: 0;
}

.container .row:not(.row-collapse).news-category {
  margin-right: -392px;
  padding-bottom: 16px;
}

.news-category .slick-list {
  padding-block: 10px 20px;
  padding-left: 10px;
}

.news-item-content {
  padding: 32px;
  background-color: #fff;
}

.news-item-content h4 {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}

.news-item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-category {
  padding-bottom: 50px;
}

.news-category .flickity-slider > div {
  flex-basis: 417px;
  max-width: 417px;
  margin-right: 24px;
  margin-bottom: 24px;
}

/* End News */

.contactus {
  padding: 15px;
}

.contactus-bg {
  background-image: url(/wp-content/uploads/mau-gradient.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 32px 0;
}
.contactus-bg .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.contactus .col {
  padding-bottom: 0;
}

.contactus-bg h6,
.contactus-bg h2 {
  color: #fff;
  margin-bottom: 16px;
  opacity: 1;
}
.contactus-bg h2 {
  margin-bottom: 80px;
}
.contactus-content.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.contactus-content-item {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 307px;
  border-radius: 12px;
  padding: 32px;
  color: #fff;
}
.contactus-content-item-img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}
.contactus-content-item-content span {
  color: #fff;
  margin-bottom: 10px;
}
.contactus-content-item-content p {
  margin-bottom: 10px;
  color: #fff;
}
.contactus-content-item-content p:last-child {
  margin-bottom: 0;
}
.contactus-content-item-map {
  height: 120px;
  margin-top: 4px;
  margin-bottom: 15px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.contactus-form {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  padding: 32px;
  border-radius: 12px;
}
.contactus-form-content h6 {
  color: #fff;
  margin-bottom: 0px;
}
.contactus-form-content.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.contactus-form-content input,
.contactus-form-content textarea {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.contactus-form-content input::placeholder,
.contactus-form-content textarea {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #616161;
}
.contactus-form-content textarea {
  height: 160px;
}
.contactus-form-content .recaptcha {
  width: 302px;
  height: 74px;
}
.contactus-form button.btn {
  width: 100%;
  margin-top: 24px;
}

.contactus-form input[type="submit"] {
  min-width: 108px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12);
  border: none;
  padding: 10px 20px;
  margin: 0;
  line-height: 1;
  width: 100%;
  background-color: var(--fs-color-primary);
  color: #fff;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .contactus-content-item {
    height: 268px;
  }
  .contactus-content-item-content p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991.98px) {
  .contactus-content-item {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .contactus {
    margin-top: 54px;
  }
}
@media (max-width: 375.98px) {
  .contactus-form-content .recaptcha {
    width: 100%;
  }
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.absolute-footer.dark {
  display: none !important;
}

#footer h3 {
  font-size: 18px;
  color: var(--fs-color-primary);
}

#footer ul {
  margin-bottom: 0;
  list-style: none;
}

#footer ul li {
  margin-bottom: 15px;
  margin-left: 0;
}

#header .nav > li > a {
  font-size: 16px;
  line-height: 20px;
  color: var(--text-primary);
  padding: 10px 14px;
  border-radius: 99px;
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  text-transform: none;
}

.news .bannerMain {
  padding: 40px 0 0;
}
.bannerMain .box-banner {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.bannerMain .box-banner {
  border-radius: 12px;
  overflow: hidden;
}
.bannerMain .box-banner .box-banner-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.bannerMain .box-banner .box-banner-img img {
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.bannerMain .box-banner:hover .box-banner-img img {
  transform: scale(1.1);
}
.bannerMain .box-banner .caption {
  padding: 32px;
}
.bannerMain .box-banner .caption h2,
.bannerMain .box-banner .caption p {
  color: var(--text-primary);
}
.bannerMain .box-banner .caption h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bannerMain .box-banner:hover .caption h2 {
  color: var(--text-primary-2);
}
.bannerMain .box-banner .caption p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.bannerMain .box-content-banner {
  padding: 32px 0 0;
  width: 50%;
}
/*Latest News*/
.latest-news .item {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.latest-news .item .content {
  padding: 32px;
  height: 214px;
}
.latest-news .item .content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--text-primary);
  height: 52px;
}
.latest-news .item .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--text-primary);
}
.latest-news .item .content span {
  color: #707070;
  align-items: center;
  justify-content: end;
  display: flex;
}
.latest-news .item .content span::before {
  content: "";
  background-image: url(../images/ic_calendar.svg);
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.latest-news .item:hover .content h3 {
  color: var(--text-primary-2);
}
.latest-news .item .thumbnail {
  position: relative;
  /* height: 320px; */
  object-fit: cover;
  overflow: hidden;
}
.latest-news .item .thumbnail img {
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.latest-news .item:hover .thumbnail img {
  transform: scale(1.04);
}
.latest-news .item .thumbnail:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  bottom: 0;
  left: 0;
}
#frmSearch .search {
  background: rgba(225, 225, 225, 1);
  color: #000;
  padding: 8px, 16px, 8px, 16px;
}
/*Filter*/
.latest-news .filter ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.latest-news .filter li {
  background: rgba(225, 225, 225, 1);
  border-radius: 4px;
  margin: 10px 10px 0 0;
}
.latest-news .filter li.active {
  border: 1px solid var(--fs-color-primary);
}
.latest-news .filter a {
  color: #000;
  padding: 8px 12px;
  display: block;
}
.mobile {
  display: none;
}
.text-gray {
  color: #707070;
}
.list-news {
  padding-top: 22px;
}
.list-news .row {
  --bs-gurtter-x: 24px;
  --bs-gutter-y: 40px;
}
.latest-news .filter.mobile ul {
  display: none;
}
.latest-news .filter.mobile ul.dropdown-menu.show {
  display: block;
}
.latest-news .filter.mobile li {
  margin: 0;
  background-color: transparent;
}
.filter.mobile .searchDropdown .box-select,
.filter.mobile .searchDropdown .select-searchDropdown {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .news .bannerMain {
    padding: 80px 0 0;
  }
  .bannerMain .box-banner .box-banner-img {
    height: 100%;
  }
  .career .bannerMain {
    padding: 0px;
  }
  .bannerMain .box-content-banner {
    width: 100%;
  }
  .fs-48 {
    font-size: 38px;
  }
  .latest-news {
    padding: 50px 0;
  }
  /* .latest-news .item .thumbnail {
        height: 236px;
    } */
  .latest-news .item .content h3 {
    -webkit-line-clamp: 2;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .latest-news-header .d-flex {
    display: block !important;
  }
  .latest-news-header .form-select {
    margin: 20px 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .news .bannerMain {
    padding: 0;
  }
}

.post-item .box {
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.post-item .box .box-text {
  padding: 1rem;
}

.dichvu-title p {
  font-style: 16px;
  margin-bottom: 10px;
}

.dichvu-title h1 {
  color: var(--fs-color-primary);
}

.dv_section2 .col-box .col-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 1rem;
  height: 100%;
  border: 1px solid #bdbdbd;
}

.dv_section2 .col-box ul {
  margin-bottom: 0;
}

.dv_section2 .col-box h3 {
  color: var(--fs-color-primary);
}

.dv_section3 img {
  border-radius: 1rem;
  overflow: hidden;
}

.dv_section3 h2 {
  color: var(--fs-color-primary);
}

.footer-top form,
.footer-top form p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top form,
.footer-top form * {
  margin: 0 !important;
}

.box-form {
  background-image: url(/wp-content/uploads/bgr-oto-scaled.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 50px 15px;
  margin-bottom: 50px;
  color: #fff;
}

.box-form h2 {
  color: #fff;
}

footer {
  padding: 0 !important;
  padding-bottom: 30px !important;
}
