#maincontent .category-view .list-category {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
  justify-content: center;
  height: 50px;
}
#maincontent .category-view .list-category .owl-nav {
  display: block;
  position: unset;
}
#maincontent .category-view .list-category .owl-nav > div {
  width: unset;
  height: unset;
  color: unset;
  border-radius: unset;
  border: unset;
  background: unset;
  font-size: unset;
  text-align: unset;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  vertical-align: unset;
  display: unset;
  cursor: unset;
  position: unset;
  top: unset;
  margin-top: unset;
  line-height: unset;
  opacity: unset;
  visibility: unset;
}
#maincontent .category-view .list-category .owl-nav > div i {
  font-size: 15px;
  color: #ad896c;
}
#maincontent .category-view .list-category .owl-nav .disabled i {
  color: #d7bba4;
}
#maincontent .category-view .list-category .owl-nav .owl-prev {
  position: absolute;
  right: 0;
  cursor: pointer;
  right: -20px;
  top: -3px;
}
#maincontent .category-view .list-category .owl-nav .owl-next {
  position: absolute;
  right: unset;
  left: 0;
  cursor: pointer;
  left: -20px;
  top: -5px;
}
#maincontent .category-view .list-category h3 {
  font-size: 16px;
  margin: 0 20px;
  text-align: center;
  padding-bottom: 5px;
}
#maincontent .category-view .list-category h3 a {
  line-height: 19.2px;
  color: #23303c;
  font-weight: 400;
  text-overflow: ellipsis;
  font-family: 'ArbFONTS+TheSans+Plain', sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#maincontent .category-view .list-category h3 a:hover {
  border-bottom: 1px solid #ad896c;
  padding-bottom: 3px;
  display: block;
}
#maincontent .category-view .list-category h3 .cate_active {
  display: block;
  color: #ad896c;
}
#maincontent .category-view .category-video {
  margin-right: 115px;
  margin-bottom: 70px;
  display: flex;
}
#maincontent .category-view .category-video span video {
  width: 550px;
}
#maincontent .category-view .category-video .category_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 10%;
}
#maincontent .category-view .category-video .category_text .category_title h2 {
  color: #ad896c;
  font-size: 50px;
  font-family: 'ArbFONTS+TheSans+Plain', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  text-transform: capitalize;
}
#maincontent .category-view .category-video .category_text .category_desc {
  font-size: 16px;
  line-height: 140%;
  color: #23303c;
  margin-top: 20px;
}
#maincontent .category-view .category-video .category_text .category_desc p {
  font-family: 'ArbFONTS+TheSans+Plain', sans-serif;
}
#maincontent .category-image {
  position: relative;
}
#maincontent .category-image .catergory-parent {
  font-family: 'ArbFONTS+TheSans+Plain', sans-serif;
  position: absolute;
  right: 5%;
  bottom: 10%;
}
#maincontent .category-image .catergory-parent h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  color: #ffffff;
  line-height: 120%;
  height: 38px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#maincontent .category-image .catergory-parent p {
  color: #ad896c;
  font-size: 14px;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  #maincontent .category-view .category-video {
    margin-right: 5%;
    margin-bottom: 50px;
  }
  #maincontent .category-view .category-video .category_text {
    padding: 0px 7%;
  }
  #maincontent .category-view .category-video span video {
    width: 500px;
  }
  #maincontent .category-view .list-category {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #maincontent .category-view .list-category {
    margin-top: 70px;
    margin-bottom: 55px;
  }
  #maincontent .category-view .list-category h3 {
    margin: 0 10px;
  }
  #maincontent .category-view .category-video span video {
    width: 350px;
  }
  #maincontent .category-image .catergory-parent h2 {
    margin-bottom: unset;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #maincontent .category-view .category-video {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin: unset;
  }
  #maincontent .category-view .category-video span {
    margin-top: 20px;
  }
  #maincontent .category-view .category-video span video {
    width: 100%;
  }
  #maincontent .category-view .list-category {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  #maincontent .category-view .list-category h3 a {
    display: unset;
  }
}
@media screen and (max-width: 425px) {
  #maincontent .category-view .list-category {
    height: 70px;
    margin-bottom: 15px;
  }
  #maincontent .category-view .category-video .category_text .category_desc {
    margin-top: 15px;
  }
}
