
/* new css 2021 */
.what-new, .csq-features{
  background-image: url('../../../images/default/wallpapers/wallpaper.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: left;
  background-attachment: fixed;
}
.what-new img{
  box-shadow: 0px 5px 12px #ddd;
}
.bigbanner img, .minibanner img{
  border-radius: 10px;
}
.banner-space{
  margin-bottom: 10px;
}
.accent-header{
  color: #EB8123;
}
.header-space{
  margin-bottom: 27px;
}
#bigbanners .item, #cats-slide .item{
  margin: 3px;
}
.owl-carousel {
  display: block;
}
.owl-carousel .owl-stage-outer {
  overflow: hidden; /* Prevent multiple items from showing */
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-carousel .item {
  width: 100% !important;
}
.owl-carousel .item img {
  max-width: 100%;
  height: auto;
}
.owl-nav {
  display: none;
}
.owl-theme .owl-controls .owl-page span {
  border: 0;
  background-color: #ddd;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  border: 0;
  opacity: 1;
  background-color: #eb8123;
}
.cat-sale{
  padding-top: 0;
  padding-bottom: 0;
}
.cat-desktop{
  display: flex;
}
.left{
  background-image: linear-gradient(rgba(146,82,0,.55), rgba(146,82,0,.55)),
   url('../../../images/default/wallpapers/cat1.png');
   background-repeat: no-repeat;
   background-size: cover !important;
}
.center{
  background-image: url('../../../images/default/wallpapers/cat2.png');
   background-repeat: no-repeat;
   background-size: cover !important;
   background-position-y: center;
}
.right{
  background-image: linear-gradient(rgba(48,48,48,.55), rgba(48,48,48,.55)),
   url('../../../images/default/wallpapers/cat3.png');
   background-repeat: no-repeat;
   background-size: cover !important;
}
.left h3, .right h3, .left p, .right p{
  color: #FFFFFF;
}
.left h3, .right h3, .center h3{
  font-size: 28px;
}
.left p, .right p, .center p{
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 17px 0;
}
.inner-cat{
  padding: 80px 20px;
}
.cat-sale .btn-large {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  padding: 8px 60px !important;
}
.cat-sale .left .btn-system.border-btn, .cat-sale .right .btn-system.border-btn {
  border:2px solid #fff !important;
  color: #fff !important;
}
.courses{
  background-image: url('../../../images/default/wallpapers/wallpaper.png');
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position: right;
  background-attachment: fixed;
}
.special-head h1,.special-head h4{
  text-shadow: 0px 14px 11px rgba(0,0,0,.16);;
  color: #fff;
}
.selection{
  background-color: #eb8123; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #111111, #eb8123);
  color: #fff;
}
.selection p{
  font-family: 'Kanit', sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
}
.selection h4{
  margin-top: 15px;
  color: #fff;
}
.selection-word{
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  text-shadow: 5px  9px 6px rgba(0,0,0,.16);
  margin: 20px 0;
}
.selection-btn{
  margin: 50px 0;
}
.btn-selection{
  font-family: 'Kanit', sans-serif;
  color: #fff;
  background: linear-gradient( to bottom,#B53B00, #C72A00, #DC0000);
  border-radius: 5px;
  padding: 10px 60px;
  margin-top: 20px;
  font-size: 16px;
}

.btn-mine{
  font-family: 'Kanit', sans-serif;
  color: #fff;
  background: linear-gradient( to bottom,#974700, #BF600C, #EB8123);
  border-radius: 5px;
  padding: 10px 60px;
  margin-top: 20px;
  font-size: 16px;
}
.selection .col-sm-5{
  margin-top: 20px;
}
.box{
  width: 650px;
  height: auto;
  background-color: #eb8123;
  padding: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.set-display{
  display: flex;
}
.horizontal-line{
  border-bottom: 5px solid #eb8123;
  height:80px;
  width: 100%;
}
.space-line{
  height: 50px;
  width: 70%;
  border-right: 5px solid #eb8123;
  border-left: 5px solid #eb8123;
  margin-left: 72px;
}
.dark{
  background-color: #383838;
}
.feature-content {
  margin-top: 15px;
}
.feature-content p{
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  margin-top: 20px;
}
.payment h3{
  margin-bottom: 20px;
}
@media (max-width:768px) {
  .what-new, .courses, .selection{
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .bigbanner, .minibanner{
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
  }
  .minibanner img{
    border-radius: 5px;
  }
  .left h3, .right h3, .center h3{
    font-size: 20px;
  }
  .left p, .right p, .center p{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 17px 0;
  }
  .cat-sale .btn-large {
    font-size: 16px;
    padding: 8px 60px !important;
  }
  .inner-cat{
    padding: 30px 20px;
  }
  .box{
    padding: 22px;
    font-size: 13px;
  }
  .feature-content{
    margin-top: 30px;
  }
}
