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

.text-cus-secondary {
  color: #d3a991;
}

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

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

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

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

body {
  font-family: "Roboto Condensed", sans-serif;
}

a {
  text-decoration: none;
  color: #b28f7c;
  transition: color 0.3s;
}
a:hover {
  color: #d3a991;
}

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

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

/* navMain */
.navMain .logo img {
  height: 50px;
}
.navMain .nav-link {
  font-weight: bold;
  color: #b28f7c;
  transition: color 0.3s;
  text-transform: uppercase;
}
.navMain :hover {
  color: #d3a991;
}
.navMain .textLogo {
  font-size: 1.6em;
  font-weight: bold;
  color: #b28f7c;
}
.navMain .navbar-toggler {
  color: #b28f7c;
}
@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: #b28f7c;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s;
  display: none;
}
.go-top:hover {
  background-color: #d3a991;
  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: #b28f7c;
}
.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: 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: #b28f7c;
}
.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;
}

/* course */
.course .line {
  margin-left: auto;
  margin-right: auto;
  width: 3px;
  height: 100%;
  background-color: #ccc;
  position: relative;
}
.course .line:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background-color: #b28f7c;
  border-radius: 50%;
}

/* tuition */
.tuition ul {
  padding: 0px;
}
.tuition ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.tuition ul li:before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  left: 0px;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #b28f7c;
  border-radius: 50%;
}

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