
body{
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
a{
  transition: all .4s ease;
}
.owl-prev{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    }
 .owl-next{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    }
 .owl-nav >div{
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  /* border-radius: 5px;
  border: 1px solid #ec2154;
  background: #fff; */
    }
    .owl-nav >div i{
      font-size: 16px;
      color: #fff;
    }
    img {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }



.owl-dots{
  bottom: 10px;
  left: 0;
  position: absolute;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.owl-dots .owl-dot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin-right: 5px;
}

.owl-dots .owl-dot.active{
  background: #095d11;
}

.scroll-green::-webkit-scrollbar {
  width: 3px;
}
.scroll-green::-webkit-scrollbar-thumb {
  background-color: #28a745;
  outline: 1px solid #28a745;
}

.expert-slider .owl-nav >div{
  width: 24px;
  height: 24px;
  background: #319243;
  border-radius: 5px;
  line-height: 24px;
  top: -35px;
}

.expert-slider .owl-nav .owl-prev{
  right: 35px;
  left: unset;
}

.expert-slider .owl-nav .owl-next{
  right: 0;
}

.expert-slider .owl-nav >div i{
  font-size: 12px;
}

.expert-slider .owl-nav >div:hover i{
  color: #ffc107;
}

.fanpage iframe{
  width: 100%;
  height: 180px;
}

.paginate .active span{
  background: #0c6115;
  color: #fff;
}

.imgVideoHome{
  height: 200px;
}

ul.pagination{
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 700;
  color: #000;
}

ul.pagination .page-link{
  border-radius: 3px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}

ul.pagination .active .page-link{
  background: #0c6115;
  color: #fff;
}

ul.pagination .page-item:first-child .page-link, ul.pagination .page-item:last-child .page-link{
  font-size: 26px;
}

.tab-video .btn.active{
  background: #F4F4F4;
  border-color: #BAD7BF;
}

.top-video iframe{
  width: 100%;
  height: 400px;
}

.asideVideo li.active{
  background: #dee2e6;
}

@media(max-width:1535px){
  .imgVideoHome{
    height: 170px;
  }
}

@media(max-width:1279px){
  .imgVideoHome{
    height: 150px;
  }
}

@media(max-width:1023px){
  .imgVideoHome{
    height: 120px;
  }
  .top-video iframe{
    height: 370px;
  }
}

@media(max-width:767px){
  .imgVideoHome{
    height: auto;
    max-height: 220px;
  }

  .top-video iframe{
    height: 200px;
  }
}

@media(min-width:1400px){
  .container{
    max-width: 1300px;
  }
}
@media(min-width:1200px) and (max-width:1399px){
  .container{
    max-width: 1120px;
  }
}