/*
[Master Stylesheet]
Theme Name:
Version:        1.0
Author:         hieunt88
URL:            https://themeforest.net/user/hieunt88
*/
/*
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1.0	Theme Reset Style

*/
.text-cus-primary {
  color: #e03031;
}

.text-cus-secondary {
  color: #92181b;
}

.text-cus-third {
  color: #012b67;
}

.text-cus-fourth {
  color: #e5f7ff;
}

.bg-cus-primary {
  background-color: #e03031;
}

.bg-cus-secondary {
  background-color: #92181b;
}

.bg-cus-third {
  background-color: #012b67;
}

.bg-cus-fourth {
  background-color: #e5f7ff;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #012b67;
  transition: color 0.3s;
}
a:hover {
  color: #e03031;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: #012b67;
}

/* bootstrap pagination */
.pagination .page-link {
  color: #e03031;
}

/* navMain */
.navMain {
  background-color: #e5f7ff;
}
.navMain .logo img {
  height: 65px;
}
.navMain .logo img.active {
  height: 40px;
}
.navMain .nav-link {
  font-weight: bold;
  color: #012b67;
  transition: color 0.3s;
  font-size: 0.9em;
}
.navMain :hover {
  color: #e03031;
}
.navMain .textLogo {
  font-size: 2em;
  font-weight: bold;
  color: #e03031;
}
.navMain .navbar-toggler {
  color: #e03031;
}
.navMain .btn {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .navMain .nav-link {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .navMain .dropdown {
    position: relative;
  }
  .navMain .dropdown .dropdown-menu {
    visibility: hidden;
    display: block;
    margin-top: 30px;
    transition: margin-top 0.3s;
  }
  .navMain .dropdown:hover .dropdown-menu {
    margin-top: 0px;
    visibility: visible;
    border: 1px solid rgba(37, 52, 109, 0.3);
  }
  .navMain .dropdown .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navMain .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
}
@media (min-width: 1200px) {
  .navMain .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .navMain .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
@media (max-width: 575px) {
  .navMain .logo img {
    height: 30px;
  }
  .navMain .textLogo {
    font-size: 1.1em;
  }
}

/* go to top */
.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 35px;
  height: 35px;
  background-color: #e03031;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
  display: none;
}
.go-top:hover {
  background-color: #92181b;
  color: #ccc;
}

/* preloader */
.preloader {
  background-color: #f1f2f3;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100vh;
}
.preloader .inner {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #e03031;
}
.preloader .inner .spinner-border {
  width: 4.5rem;
  height: 4.5rem;
}
.preloader .inner img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 50px;
}

/* main slide */
.mainSlide {
  position: relative;
  overflow: hidden;
}
.mainSlide .aboutText {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.mainSlide .mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 990;
}
.mainSlide .msTool div {
  visibility: hidden;
  position: absolute;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  border: 2px solid #ccc;
  color: #ccc;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  z-index: 999;
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
}
.mainSlide .msTool div:hover {
  border-color: #e03031;
}
.mainSlide .msTool .next {
  right: -10px;
}
.mainSlide .msTool .prev {
  left: -10px;
}
.mainSlide:hover .msTool div {
  visibility: visible;
  opacity: 1;
}
.mainSlide:hover .msTool .next {
  right: 10px;
}
.mainSlide:hover .msTool .prev {
  left: 10px;
}
@media (min-width: 992px) {
  .mainSlide .aboutText {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .mainSlide .aboutText {
    width: 70%;
  }
}
@media (min-width: 1400px) {
  .mainSlide .aboutText {
    width: 65%;
  }
}
@media (max-width: 575px) {
  .mainSlide .aboutText {
    width: 90%;
  }
}

/* services */
.services .servicesText {
  margin-left: auto;
  margin-right: auto;
}
.services .servicesText p {
  line-height: 2rem;
}
.services figure {
  top: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.services .c1 {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #f6fcff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.services .c1::before {
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #e5f7ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.services .c1::after {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #d0f1ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.services .c2 {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #afe7ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.services .c2::before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #77d6ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (min-width: 1200px) {
  .services figure {
    text-align: center;
  }
  .services figure img {
    width: 80% !important;
  }
}
@media (min-width: 1400px) {
  .services figure {
    text-align: center;
  }
  .services figure img {
    width: 80% !important;
  }
}
@media (max-width: 575px) {
  .services figure {
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
  }
  .services .c1 {
    width: 300px;
    height: 300px;
    position: relative;
    top: 1rem;
    transform: translate(-50%, 0);
  }
  .services .c1::before {
    width: 250px;
    height: 250px;
  }
  .services .c1::after {
    width: 200px;
    height: 200px;
  }
  .services .c2 {
    width: 200px;
    height: 200px;
  }
  .services .c2::before {
    width: 120px;
    height: 120px;
  }
}

/* foa */
.foa figure img {
  transition: opacity 0.3s;
}
.foa figure img:hover {
  opacity: 0.75;
}

/* customers */
.customers .cusSlide .item div {
  background-color: #fff;
  text-align: center;
  height: 80px;
  text-transform: uppercase;
  font-weight: bold;
  color: #012b67;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
.customers .cusSlide .item div img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}

/* project */
.project figure {
  overflow: hidden;
}
.project figure figcaption {
  background-image: linear-gradient(to top, #000, transparent);
}
.project figure img {
  transition: transform 0.3s;
}
.project figure:hover img {
  transform: scale(1.2);
}

/* news */
.news h3 {
  font-weight: 600;
}

/* mainContents */
.mainContents p {
  line-height: 2rem;
}
.mainContents .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background-color: #e5f7ff;
  text-align: center;
}
.mainContents img {
  max-width: 100%;
}

/* footer */
footer {
  background-color: #e5f7ff;
}
footer .copyright {
  border-top: 2px solid #012b67;
}

/* custom button */
.btn-cus-primary {
  border: none;
  color: #fff;
  transition: background-image 0.3s ease, color 0.3s;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 2.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  z-index: 1;
}
.btn-cus-primary:hover {
  color: #fff;
}
.btn-cus-primary:active, .btn-cus-primary:focus {
  color: #ccc !important;
}
.btn-cus-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(37, 52, 109), rgb(0, 116, 229));
  opacity: 1;
  z-index: -2;
  transition: opacity 0.5s ease;
}
.btn-cus-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgb(0, 116, 229), rgb(37, 52, 109));
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.btn-cus-primary:hover::before {
  opacity: 0;
}
.btn-cus-primary:hover::after {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */