body,
html {
  font-size: 16px;
}
.btn {
  width: 150px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 12px 15px;
}

.btn.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 50rem;
  -webkit-border-radius: 50rem;
  -moz-border-radius: 50rem;
  -ms-border-radius: 50rem;
  -o-border-radius: 50rem;
  background-color: #2db34b;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}

.center-menu a {
  font-size: 14px;
  margin-left: 15px;
}

.video {
  aspect-ratio: initial;
}

.new-section-title {
  color: var(--Primary-Blue, #354772);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.new-section-title.text-white {
  color: #fff;
}

.bg-blue .home-new-item .home-new-content h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bg-blue .home-new-item .home-new-content h3 a span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.bg-blue .home-new-item .home-new-content h3:hover a .fa {
  color: #2db34b;
}

.prj-info .nav-tabs {
  display: flex;
}

.prj-info .nav-tabs li {
  flex: 1;
}

.prj-info .nav-tabs li a {
  font-weight: 400;
  background-color: #f6f6f6;
}

.prj-info .nav-tabs li + .nav-item {
  margin-left: 0;
}

.news-home-list h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-home-list h3 a span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news-home-list p {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.news-home-list h3 a:hover .fa {
  color: #2db34b;
}

.news-home-list h3 {
  height: auto;
}

.home-new .Module-163 .row {
  display: flex;
  flex-wrap: wrap;
}

.home-new .Module-163 .row:before,
.home-new .Module-163 .row:after {
  display: none;
}

.home-new {
  padding-bottom: 30px;
}

.home-new-item .zoom {
  position: relative;
  padding-top: calc(250 / 380 * 100%);
}

.home-new-item.first .zoom {
  padding-top: calc(350 / 810 * 100%);
}

.home-new-item .zoom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canhcam .prj-info {
  height: 100%;
}

.prj-home .slick-list::before,
.prj-home .slick-list::after {
  display: none;
}

.prj-home .slick-next,
.prj-home .slick-prev {
  width: 36px;
  height: 36px;
}

.prj-home .slick-next {
  right: auto;
  left: 100%;
  margin: 0 15px;
}

.prj-home .slick-prev {
  left: auto;
  right: 100%;
  margin: 0 15px;
}

.prj-home .prj-home-item {
  margin-right: 6px;
  margin-bottom: 6px;
}

.prj-home .prj-home-item figure {
  padding-top: calc(252 / 364 * 100%);
  margin-bottom: 0;
  position: relative;
}

.prj-home .prj-home-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-slider-item-img figure {
  padding-top: calc(512 / 1020 * 100%);
}

.video-slider-thumb .video-slider-thumb-item {
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.video-slider-thumb-img figure {
  padding-top: calc(124 / 222 * 100%);
}

.video-slider-thumb .video-slider-thumb-img figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 2;
}

.video-slider-thumb .slick-current .video-slider-thumb-item {
  border: 2px solid #2db34b;
}

.custom-slider-button .slick-next,
.custom-slider-button .slick-prev {
  width: 36px;
  height: 36px;
  background-color: #2db34b;
  color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.custom-slider-button .slick-next {
  right: auto;
  left: 100%;
  margin: 0 15px;
}

.custom-slider-button .slick-next:before {
  content: "\f105";
  font-size: 24px;
  font-family: "FontAwesome";
  color: #fff;
}

.custom-slider-button .slick-prev {
  left: auto;
  right: 100%;
  margin: 0 30px;
}

.custom-slider-button .slick-prev:before {
  content: "\f104";
  font-size: 24px;
  font-family: "FontAwesome";
  color: #fff;
}

.partner-slider-item figure {
  padding-top: calc(120 / 198 * 100%);
}

@media (max-width: 992.98px) {
  .home-new .Module-163 .row {
    gap: 25px;
  }
}
