﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@font-face {
  font-family: "manrope-regular";
  src: url("../../fonts/manrope/static/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/merriweather-variablefont_opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome-webfont";
  src: url("../../fonts/fontawe4/fontawesome-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/nunito/nunito-variablefont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

body {
  font-family: "Nunito";
}

/*navtab*/
#navforhome .nav-tabs {
  border-bottom: 1px solid #05459C;
}
#navforhome .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #05459C #05459C #fff;
  font-weight: 600;
}

/*end navtab*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

.ftco-no-pt {
  padding-top: 0;
}

.mt-40 {
  margin-top: 40px;
}

:root {
  --pause-on-hover: paused;
  --pause-on-click: running;
  --play: running;
  --direction: normal;
  --duration: 60s;
  --delay: 0s;
  --iteration-count: infinite;
}

.h2-links {
  position: relative;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
  color: #394E79;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.divider {
  width: 50px;
  height: 4px;
  background: #e12454;
}

.hero-wrap {
  width: 100%;
  height: 100vh;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background: linear-gradient(90deg, rgba(18, 22, 33, 0.6) 0%, rgba(18, 22, 33, 0.4) 40%, rgba(30, 35, 48, 0.2) 75%, rgba(30, 35, 48, 0) 100%), url("/assets/images/tiepcongdan4.jpeg") center/cover no-repeat;
}
.hero-wrap.hero-wrap-2 {
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-wrap.hero-wrap-2 .overlay {
  width: 100%;
  opacity: 0.3;
  background: rgb(206, 75, 232);
  background: -moz-linear-gradient(-45deg, rgb(206, 75, 232) 0%, rgb(32, 124, 229) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(206, 75, 232)), color-stop(100%, rgb(32, 124, 229)));
  background: -webkit-linear-gradient(-45deg, rgb(206, 75, 232) 0%, rgb(32, 124, 229) 100%);
  background: -o-linear-gradient(-45deg, rgb(206, 75, 232) 0%, rgb(32, 124, 229) 100%);
  background: -ms-linear-gradient(-45deg, rgb(206, 75, 232) 0%, rgb(32, 124, 229) 100%);
  background: linear-gradient(135deg, rgb(206, 75, 232) 0%, rgb(32, 124, 229) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce4be8", endColorstr="#207ce5", GradientType=1 );
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 600px;
}
.hero-wrap .container {
  height: 100%;
}
.hero-wrap .slider-text {
  position: relative;
  height: 100%;
}
.hero-wrap .slider-text .subheading {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 2px 4px #1259a0;
}
.hero-wrap .slider-text h1 {
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-shadow: 2px 2px 4px #1259a0;
  margin-top: 20px;
}
.hero-wrap .slider-text .ftco-animate {
  margin-top: 200px;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap {
  position: relative;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper {
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
  padding-bottom: 35px;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper .service-items {
  padding-bottom: 20px;
  display: flex;
  gap: 25px;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper .service-items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  gap: 10px;
  color: #fff;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper .service-items .item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: 0.3s all ease;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper .service-items .item .item-title {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.hero-wrap .slider-text .ftco-animate .text-bottom-wrap .wrapper .service-items .item img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.ftco-section {
  padding: 7em 0;
  padding-top: 7em;
  padding-bottom: 7em;
  position: relative;
  width: 100%;
}
.ftco-section .login-wrap {
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: 0;
  margin-top: -550px;
}
.ftco-section .login-wrap .send-to {
  background: #1259a0;
  color: #fff;
}
.ftco-section .login-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
  border-radius: 50% 0 20px 20px;
}
.ftco-section .login-wrap h3 {
  font-weight: 500;
  font-size: 20px;
  color: #1259a0;
}
.ftco-section .login-wrap .form-group {
  position: relative;
  margin-bottom: 30px;
}
.ftco-section .login-wrap .form-group .dropdown-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.ftco-section .login-wrap .form-group .dropdown-menu li {
  background-color: aliceblue;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.ftco-section .login-wrap .form-group .dropdown-menu li:hover {
  background-color: rgb(18, 89, 160);
  color: #fff;
  transition: 0.3s all ease;
}
.ftco-section .login-wrap .form-group label {
  position: absolute;
  top: -12px;
  left: 0;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
  background: #fff;
  margin-left: 30px;
  padding: 0 4px;
}
.ftco-section .login-wrap .form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 40px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
}
.ftco-section .login-wrap .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.ftco-section .login-wrap .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.ftco-section .login-wrap .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.ftco-section .login-wrap .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8) !important;
}
.ftco-section .login-wrap .form-control:focus, .ftco-section .login-wrap .form-control:active {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #1259a0;
}
.ftco-section .login-wrap c.form-control {
  height: inherit !important;
}

.navigation {
  padding-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  align-items: center;
  background-color: #f8fafc;
}
.navigation .overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #060a24;
}
.navigation .item {
  position: relative;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  text-align: center;
  transform: skew(-20deg);
  display: inline-block;
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: bold;
  color: #394E79;
  width: 100%;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}
.navigation .item::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background: #1259a0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
}
.navigation .item::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 4px;
  background: #1259a0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.navigation .item .item-line {
  display: inline-flex;
  padding: 20px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.navigation .item .item-line::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 15px;
  background: #1259a0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
}
.navigation .item .item-line::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 15px;
  background: #1259a0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
}
.navigation .item span {
  display: inline-block;
  font-size: 20px;
  transform: skew(20deg);
}
.navigation .item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  transform: skew(20deg);
}
.navigation .item:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: 0.5s all ease;
}
.navigation .item:hover::before,
.navigation .item:hover::after {
  width: 30px;
  background: #ffa41b;
}
.navigation .item-line:hover::before,
.navigation .item-line:hover::after {
  height: 30px;
  background: #ffa41b;
}
.navigation .item > * {
  display: inline-block;
}

.news-page {
  padding-top: 0px;
  padding-bottom: 5em;
}

.project-area {
  padding-top: 40px;
  padding-bottom: 0px;
}
.project-area .active-works-carousel {
  padding: 4rem 0 6rem;
}
.project-area .active-works-carousel .item {
  width: 330px;
}
.project-area .active-works-carousel .item img {
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  height: 200px;
  object-fit: cover;
}
.project-area .active-works-carousel .item .caption {
  padding: 20px 0;
}
.project-area .active-works-carousel .item .caption h6 {
  margin-bottom: 10px;
  color: #222;
  font-size: 20px;
  font-weight: 600;
}
.project-area .active-works-carousel .item .caption p {
  margin-bottom: 0;
}
.project-area .active-works-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.project-area .active-works-carousel .owl-dots::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}
.project-area .active-works-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 0 12px;
}
.project-area .active-works-carousel .owl-dots .owl-dot.active {
  background: #cf0921;
}

.testimony-section {
  position: relative;
  background-color: #f8fafc;
}
.testimony-section .item .testimony-wrap {
  position: relative;
  display: block;
  background: #fff;
  max-width: 370px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.testimony-section .item .testimony-wrap p {
  color: #232323;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 0 10px;
}
.testimony-section .user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 80px;
  position: relative;
  border-top: 1px solid #eee;
}
.testimony-section .owl-carousel {
  margin: 0;
}
.testimony-section .owl-carousel .owl-stage-outer {
  margin-bottom: 30px;
  position: relative;
}
.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}
.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  transition: 0.3s all ease;
  opacity: 0;
}
.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
}
.testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff;
}
.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1;
}
.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}
.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}
.testimony-section .owl-dots {
  position: absolute;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
}
.testimony-section .owl-dots::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}
.testimony-section .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.testimony-section .owl-dots .owl-dot.active, .testimony-section .owl-dots .owl-dot:focus {
  background: #cf0921;
  outline: none;
}

#footer {
  position: relative;
}

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