

/*slide main*/
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}

.nav-slide{
  position: absolute;
  width: 70%;
  padding: 0px 50px;
  top: 50%;
}
.nav-slide .w3-left,.nav-slide .w3-right{
  font-size: 25px;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100px;
  background: #2f89fc;
  color: white;
}
.content-slide{
  position: absolute;
  top: 20%;
  left: 20%;
}

.cap-phep-luu-hanh .owl-carousel{
  margin-top: 40px;
}


.owl-prev{
  width: 48px;
    height: 48px;
    background-color: rgba(0,0,0,0) !important;
    position: absolute;
           top: -30%;
    right: -30px;
    content: "\27ba";
    display: inline-block;
    transform: rotate(180deg);
    color: #000000 !important;
    font-size: 25px !important;
}
.owl-next{
  width: 48px;
    height: 48px;
    background-color: rgba(0,0,0,0)  !important;
    position: absolute;
     top: -30%;
    right: -2px;
    content: "\27ba";
    display: inline-block;
    transform: rotate(180deg);
    color: #000000 !important;
    font-size: 25px !important;
}


.section-sp-relate {
  padding: 30px 0px;
}
/* slide css end */
