.pd-section-bottom{
  padding-bottom: 30px;
}

.pd-section-top{
  padding-top: 30px;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: right;
}

.title-section__big,
.box-card__title {
  color: var(--color-5);
}
.desc p a, .desc-content li a {
	color:var(--bg-5)
}
.desc p,
.desc-content li {
  font-weight: 300;
  color: #000000;
  line-height: 1.5;
  
}
.desc-content {
  margin-top: 20px;
}
.desc-content li{
  list-style-type: disc;
  margin-left: 15px;
}
.desc--justify p{
  text-align: justify;
}
.title-section__big {
  margin-bottom: 30px;
  position: relative;
  background-image: linear-gradient(to right, #006a41, #85c441);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 27px;
}
.title-section__big.line:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 1px;
  width: 155px;
  background: linear-gradient(90deg, rgb(0 148 58 / 17%) 15%, rgba(0, 148, 58, 1) 48%, rgb(0 148 58 / 25%) 93%);
  content: "";
}

.title-sectiom__small {
  color: var(--color-second);
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  text-align: left;
}

.btn-more {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.btn-more--bg {
  background: var(--bg-6);
  color: var(--color-primary);
  border-radius: 5px;
  padding: 20px 30px;
}

.btn-more--bg svg {
  fill: var(--color-primary);
}

.btn-more--color {
  color: var(--color-6);
  border-bottom: 2px solid var(--bg-6);
}

.btn-more--color svg {
  fill: var(--color-6);
}

.opacity-0 {
  opacity: 0;
}
.margin-auto{
  margin: 0 auto;
}

.banner-page__content{
  background-color: #000000b8;
}
.banner-page__content h1{
  color: var(--color-primary);
  text-align: center;
  font-weight: 700;
  padding: 130px 0px 130px 0px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.arrow-left{
  left: 0;
}
.arrow-right{
  right:0;
}
.slick-arrow svg{
  fill:var(--color-1);
}

.order-1{
  order: 2;
}
.order-2{
  order: 1;
}
.history-right-box__plus {
  font-size: 50px;
  font-weight: 100;
}
.rm-box{
  border-top: solid 2px var(--bg-1);
  padding: 35px 30px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}
/* .page-aboutus__img:before {
    background: linear-gradient(180deg, rgba(23, 62, 98, 0) 0%, #033d23 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    content: "";
} */
.title-page{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 992px){
  .pd-section-bottom{
    padding-bottom: 50px;
  }
  
  .pd-section-top{
    padding-top: 50px;
  }
  .order-1{
    order: 1;
position: relative;
  }
  .order-2{
    order: 2;
  }
  .title-sectiom__small{
    font-size: 16px;
  }
  .title-page{
    font-size: 40px;
  }
}