html {
  padding: 0;
  margin: 0;
}
body{
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-family: -apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;
  color: #0A0A0A;
}

a, a:hover {
  color: #91A577;
  text-decoration: underline;
}
.footer {
  background: url("../images/f.jpg");
  background-size: cover;
}
.mask {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
.mask:hover {
  opacity: 1;
}
.mask img {
  position: absolute;
}
#service .mask-body {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#service .card h5.title-o {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  margin: 0;
  background-color:rgba(195, 166, 141, 0.7);
}
#service .card:hover h5.title-o {
  display: none;
}
#features .mask-body {
  background-color:rgba(195, 166, 141, 0.7);
  width: 100%;
  height: 100%;
}
#features li {
  float: left;
  margin-left: 35px;
}
img {
  width: 100%;
}
/* #consult {
  position: relative;
}
#consult-list {
  position: absolute;
}
#consult .card:hover {
  padding: 0 !important;
  margin-top: -15px;
} */

/********************** V2 *********************/
.home .top {
  height: 400px;
  background: url('../images/v2/topbanner3.jpg') no-repeat center;
  background-size: cover;
}
.home .top .logo img{
  height: 300px;
  width: auto;
}

@media screen and (max-width: 1024px){
  .home .top {
    height: 250px;
  }
}
@media screen and (max-width:1024px){
  .home .top .logo img{
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 575px){
  .home .top {
    height: 155px;
  }
}
@media screen and (max-width:575px){
  .home .top .logo img{
    width: auto;
    height: 130px;
  }
}
.text-36 {
  font-size:36px;
}
.text-about {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: normal;
}
.view-image {
  margin-top: -14rem;
}
.ask-image {
  width: 130px;
}
@media screen and (max-width: 992px){
  .view-image {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 1280px){
  .text-about {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px){
  .text-about {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .view-image {
    margin-top: -6rem;
  }
}
@media screen and (max-width: 500px){
  .view-image {
    margin-top: -4rem;
  }
  .ask-image {
    width: 100px;
  }
}
/*.text-about {*/
/*  font-size: 36px;*/
/*  line-height: 65px;*/
/*  font-weight: normal;*/
/*}*/
/*@media screen and (max-width: 1280px){*/
/*  .text-about {*/
/*    font-size: 30px;*/
/*    line-height: 46px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 767px){*/
/*  .text-about {*/
/*    font-size: 20px;*/
/*    line-height: 36px;*/
/*  }*/
/*}*/
.bg-green {
  /*background-color: #92A577;*/
  background-color: rgba(146, 165, 119, 0.9);
}
.bg-green-light {
  background-color: rgba(146, 165, 119, 0.7);
}
.text-green {
  color: rgba(146, 165, 119, 1);
}
.btn-green {
  background: rgba(146, 165, 119, 1);
  border-radius: 1.5rem;
  text-decoration: none;
  border: 1px rgba(146, 165, 119, 1) solid;
}
.home .service {
  padding: 0 5px;
}
.service .col-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.w-20 {
  width: 20%;
}
.carousel-inner {
  margin: auto;
}
.carousel-control-next, .carousel-control-prev {
  border: none;
  width: 10%;
  color: #333;
  opacity: 1;
  background: none;
}
/*.carousel-control-next-icon, .carousel-control-prev-icon {*/
/*  display: inline-block;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  background: no-repeat 50%/100% 100%;*/
/*}*/
.arrow-right{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border: 10px solid #92A577;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: none;
  border-right: none;
}
.arrow-left{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border: 10px solid #92A577;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
}
.arrow-left-thin {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #92A577;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
}
@media screen and (max-width: 767px){
  .arrow-left{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 5px solid #92A577;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
  }
  .arrow-right{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 5px solid #92A577;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
  }
}
.top-arrow-left {
  border-top:1px solid #000;
  border-right:1px solid #000;
  transform: rotate(-135deg);
  display: inline-block;
  width:12px;
  height:12px;
}
.slide {
  position: relative;
}
.carousel-item {
  position: relative;
}
.course-img div {
  display: none;
}
.course-img div.active {
  display: block;
}
.course-nav {
  background: #F0EEEF;
}
.course-nav-item, .course-nav-item:hover {
  font-size: 1.5rem;
  text-decoration: none;
  background: #F0EEEF;
  color: #090909;
}
@media screen and (max-width: 767px) {
  .course-nav-item, .course-nav-item:hover {
    font-size: 1rem;
  }
}
.course-nav-item.active{
  background: #91A577;
  color: #FFFFFF;
}
/*.course-nav a.active:after {*/
/*  !*position: absolute;*!*/
/*  right: -50px;*/
/*  top: 0;*/
/*  content: "";*/
/*  border-width: 20px;*/
/*  border-style: solid;*/
/*  border-color:  transparent transparent transparent #91A577;*/
/*  border-right: none;*/
/*  z-index: 99;*/
/*  background: #fff;*/
/*}*/
.courses .col-4 {
  padding-right: 0;
}
.courses .col-8 {
  padding-left: 0;
}
/*.course-arrow {*/
/*  border-width: 50px;*/
/*  border-style: solid;*/
/*  border-color:  transparent transparent transparent #91A577;*/
/*  border-right: none;*/
/*}*/
.border-bottom-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.border-green {
  border-color: #9CAD84;
}
p {
  line-height: 1.8rem;
}
.home-link {
  position: absolute;
  right: 0;
  margin-top: 3rem;
  color: #91A577;
  font-size: 1.1rem;
  line-height: 1.75rem;
}
.w-40 {
  width: 40% !important;
}
.text-18 {
  font-size: 18px;
}
p span {
  color: #DF9E68;
}
.border-bottom-green {
  border-bottom:2px rgba(146, 165, 119, 0.9) solid;
}
.text-rem-12 {
  font-size: 1.2rem;
}
.view .view-ask {
  top: 230px;
  z-index: 99;
}
@media screen and (max-width:767px) {
  .view .view-ask {
    position: fixed !important;
    top: 280px;
    z-index: 2;
  }
}