.BOD-image {
  width: 100%;
}



/* OWL CAROUSEL SLIDER */


#sync2 .item h4 {
  color: var(--bg-blue-color) !important;
}

#sync2 .item h6 {
  color: var(--txt-purple-color) !important;
  font-size: 1.2rem;
  /* text-indent: 20px; */
}

#sync2 .item p {
  /* text-indent: 20px; */
  text-align: justify;
  font-size: .8rem;
  line-height: 1.2rem;
}

#sync2 .item {
  /* background: #C9C9C9; */
  /* padding: 10px 0px; */
  /* border: 2px solid blue; */
  margin: 10px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .synced .item {
  /* background: #0c83e7; */
  border-bottom: 20px solid var(--bg-blue-color);
  background-color: rgba(67, 94, 169, 0.05);
}

#sync1 .item>div {
  width: 100%;
  display: flex;
}

#sync1 .item div div:nth-child(1) {
  width: auto;
}

#sync1 .item div div:nth-child(2) {
  width: 100%;
  padding: 20px;
}

#sync1 .item {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* display: flex; */
}

#sync1 .item img {
  width: 250px;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

#sync1 .item h5 {
  color: var(--txt-blue-color);
}

#sync1 .item h6 {
  color: var(--txt-purple-color);
}

#sync1 .item p {
  text-wrap: pretty;
}



.section-partner .item-partner {
  /* border: 1px solid red; */
  /* align-items: center; */
  /* text-align: center; */
  /* height: 100%; */
  /* width: 220px; */
  /* display: grid; */
  border: none;
  padding: 0px;
  height: auto;
  width: 220px;
  /* margin: 20px; */
}

.section-partner .item-partner div {
  width: 220px;
  height: auto;
  padding: 15px;
  /* border: 1px solid blue; */
}

.section-partner .item-partner img {
  /* display: flex;
  width: 100%;
  height: auto;*/
  filter: opacity(80%);
  height: auto;
  width: 100%;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  background: transparent;
}

.section-partner .item-partner img:hover {
  /* width: 200px; */
  filter: opacity(100%);
  scale: 120%;
}





#awardachive-slider,
#authorize-slider {
  margin-top: 80px;
}

.post-slide-about {
  background: #fff;
  margin: 30px 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  /* border: 1px solid red; */
}

.post-slide-about .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* border: 1px solid blue; */
  margin-bottom: 10px;
  height: 200px;
}

.post-slide-about .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide-about:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide-about .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
  transition: all 0.50s linear;
}

.post-slide-about:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide-about .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide-about .post-content {
  background: #fff;
  padding: 2px 20px 10px;
  border-radius: 15px;
  text-align: center;

  min-height: 0;
}

.post-slide-about .post-title {
  font-size: .7rem;
  /* font-weight: bold; */
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.post-slide-about .post-title:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide-about .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide-about .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide-about .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide-about .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide-about .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

/* @media only screen and (max-width:1280px) {
  .post-slide-about .post-content {
    padding: 0px 15px 25px 15px;
  }
} */



/* !================================================ M O B I L E ================================================ */
/* !============================================================================================================= */

@media only screen and (max-width: 991px) {
  .BOD-image {
    width: 100%;
  }



  /* OWL CAROUSEL SLIDER */


  #sync2 .item h4 {
    color: var(--bg-blue-color) !important;
  }

  #sync2 .item h6 {
    color: var(--txt-purple-color) !important;
    font-size: 1.2rem;
    /* text-indent: 20px; */
  }

  #sync2 .item p {
    /* text-indent: 20px; */
    text-align: justify;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  #sync2 .item {
    /* border: 2px solid blue; */
    margin: 10px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    cursor: pointer;
  }

  #sync2 div .owl-item {
    width: 100% !important;
  }

  #sync2 .item h1 {
    font-size: 18px;
  }

  #sync2 .synced .item {
    /* background: #0c83e7; */
    border-bottom: 20px solid var(--bg-blue-color);
    background-color: rgba(67, 94, 169, 0.05);
  }

  #sync1 .item>div {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #sync1 .item div div:nth-child(1) {
    width: auto;
    margin-bottom: 20px;
  }

  #sync1 .item div div:nth-child(2) {
    width: 100%;
    padding: 0px;
    /* border: 1px solid red; */
  }

  #sync1 .item {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }


  #sync1 .item img {
    width: 250px;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }

  #sync1 .item h5 {
    color: var(--txt-blue-color);
  }

  #sync1 .item h6 {
    color: var(--txt-purple-color);
  }

  #sync1 .item p {
    text-wrap: pretty;
  }



  .section-partner .item-partner {
    /* border: 1px solid red; */
    /* align-items: center; */
    /* text-align: center; */
    /* height: 100%; */
    /* width: 220px; */
    /* display: grid; */
    border: none;
    padding: 0px;
    height: auto;
    width: 40vw;
    /* margin: 20px; */
  }

  .section-partner .item-partner div {
    width: 40vw;
    height: auto;
    padding: 5px;
    /* border: 1px solid blue; */
  }

  .section-partner .item-partner img {
    /* display: flex;
    width: 100%;
    height: auto;*/
    filter: opacity(80%);
    height: auto;
    width: 100%;
    padding: 30px;
    transition: all 0.2s ease-in-out;
    background: transparent;
  }

  .section-partner .item-partner img:hover {
    /* width: 200px; */
    filter: opacity(100%);
    scale: 120%;
  }





  #awardachive-slider,
  #authorize-slider {
    margin-top: 80px;
  }

  .post-slide-about {
    background: #fff;
    margin: 30px 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    /* box-shadow: 0px 14px 22px -9px #bbcbd8; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /* border: 1px solid red; */
  }

  .post-slide-about .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /* border: 1px solid blue; */
    margin-bottom: 10px;
    height: 200px;
  }

  .post-slide-about .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
  }

  .post-slide-about:hover .post-img img {
    transform: scale(1.1, 1.1);
  }

  .post-slide-about .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(128, 179, 23, 0.3) 0%, rgba(235, 97, 35, 0.5) 100%);
    transition: all 0.50s linear;
  }

  .post-slide-about:hover .over-layer {
    opacity: 1;
    text-decoration: none;
  }

  .post-slide-about .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
  }

  .post-slide-about .post-content {
    background: #fff;
    padding: 2px 20px 10px;
    border-radius: 15px;
    text-align: center;

    min-height: 0;
  }

  .post-slide-about .post-title {
    font-size: .7rem;
    /* font-weight: bold; */
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-align: center;
  }

  .post-slide-about .post-title:hover {
    text-decoration: none;
    color: #3498db;
  }

  .post-slide-about .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
  }

  .post-slide-about .post-date {
    color: #a9a9a9;
    font-size: 14px;
  }

  .post-slide-about .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #CFDACE;
  }

  .post-slide-about .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
  }

  .post-slide-about .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
  }

  .owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
  }

  .owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }

  .owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
  }

  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
  }

  .owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
  }

  /* @media only screen and (max-width:1280px) {
    .post-slide-about .post-content {
      padding: 0px 15px 25px 15px;
    }
  } */

}