/*
[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: #127369;
}

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

.text-cus-yellow {
  color: #f2ff5c;
}

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

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

.bg-cus-yellow {
  background-color: #f2ff5c;
}

body {
  font-family: "Open Sans", sans-serif;
  background-image: url("../images/data/bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #127369;
  transition: color 0.3s;
}
a:hover {
  color: #10403b;
}

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

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

/* navMain */
.navMain {
  z-index: 999;
}
.navMain .logo img {
  height: 50px;
}
.navMain .nav-link {
  font-weight: bold;
  color: #127369;
  transition: color 0.3s;
  text-transform: uppercase;
}
.navMain :hover {
  color: #10403b;
}
.navMain .textLogo {
  font-size: 2em;
  font-weight: bold;
  color: #127369;
}
.navMain .navbar-toggler {
  color: #127369;
}
.navMain .nav-item:hover .dropdown-menu {
  display: block;
}
@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: #127369;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
  display: none;
}
.go-top:hover {
  background-color: #10403b;
  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: #127369;
}
.preloader .inner .spinner-border {
  width: 3.5rem;
  height: 3.5rem;
}
.preloader .inner img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  height: 30px;
}

/* main slide */
.mainSlide {
  position: relative;
  overflow: hidden;
}
.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: 38%;
  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: #127369;
}
.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;
}

/* Login form */
.login > div {
  min-width: 350px;
  background-color: #fff;
}

.mainContent .title {
  min-height: 160px;
  background-image: url("../images/data/car01.png");
  background-position: bottom right 10%;
  background-repeat: no-repeat;
  background-size: 80px;
  border-bottom: 5px solid #999;
}

/* footer */
/* custom button */
.btn-cus-primary {
  background-color: #127369;
  color: #fff;
}
.btn-cus-primary:hover {
  background-color: #10403b !important;
  color: #fff;
}/*# sourceMappingURL=style.css.map */