#slider {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  background-color: rgba(17, 17, 17, 0.72);
}
@keyframes load {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

.swiper {
  width: 100%;
}
.swiper-slide {
  height: auto;
}
.slides {
  width: 400%;
  height: 100%;
  position: relative;
  -webkit-animation: slide 30s infinite;
  -moz-animation: slide 30s infinite;
  animation: slide 30s infinite;
}
.slider {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.image {
  width: 100%;
  height: 100%;
}
.c img {
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.g-4 {
  padding: 0px 30px;
}
/* Legend */
.legend {
  border: 800px solid transparent;
  border-left: 1100px solid rgba(52, 73, 94, 0.7);
  border-bottom: 0;
  position: absolute;
  bottom: 0;
}

/* Contents */
.content {
  width: 100%;
  height: 100%;
}
.content-txt {
  width: 70%;
  height: auto;
  position: relative;
  margin: auto;
  top: 30%;
  text-align: center;
  -webkit-animation: content-s 7.5s infinite;
  -moz-animation: content-s 7.5s infinite;
  animation: content-s 7.5s infinite;
}
.content-txt h1 {
  font-family: Arial;
  text-transform: uppercase;
  text-align: center;
  font-size: 65px;
  color: #fff;
  margin-left: 30px;
  padding-bottom: 10px;
}
.content-txt h2 {
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  text-align: left;
  margin-left: 30px;
}

/* Switch */
.switch {
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: 50px;
  z-index: 99;
  left: 48%;
}
.text1 {
  font-size: 40px;
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.carousel-inner, .carousel-item img {
  border-radius: 50px;
}
#carouselExampleCaptions {
  width: 1000px;
  height: 550px;
  margin-top: 12px;
  margin-left: 40px;
}
.ht {
  width: 1000px !important;
  height: 550px;
}
.switch > ul {
  list-style: none;
}
.switch > ul > li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 1px white;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.switch ul {
  overflow: hidden;
}

.slide_btn {
  display: inline-block;
  content: ">";
  padding: 11px 11px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  position: relative;
  z-index: 99;
  background: #d67b14;
  font: 13px/1.2 "Oswald", sans-serif;
  /* letter-spacing: .4em; */
  text-align: center;
  text-indent: 2px;
  /* text-transform: uppercase; */
  cursor: pointer;
  transition: color 0.1s linear 0.05s;
}
.social {
  width: 500px;
}
.items img {
  height: 650px;
  opacity: 1;
  object-fit: cover;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  content: none;
}

.swiper-pagination-bullet {
  background: #d67b14 !important;
}

.swiper-button-next {
  right: 0;
}
.swiper-wrapper {
  left: 2%;
}
.swiper-button-prev {
  left: 0;
}
.slide_btn .btn-inner {
  position: relative;
  z-index: 2;
}
.slide_btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
  border-color: #373737;
  transition: border 0.1s linear 0s;
  background: #e1e1e1;
}
.on {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #003b74;
  position: relative;
  -webkit-animation: on 30s infinite;
  -moz-animation: on 30s infinite;
  animation: on 30s infinite;
}
.vl {
  border-left: 1px solid rgb(255, 255, 255);
  height: 100px;
}
/* Animation */
@-webkit-keyframes slide {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@-moz-keyframes slide {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@keyframes slide {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  46% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  71% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  96% {
    margin-left: -300%;
  }
}
@media screen and (max-width: 1280px) {
  #carouselExampleCaptions {
    width: 70%;
    margin: 20px;
  }
  .ht {
    width: 100% !important;
  }
  .social {
    width: 30%;
  }
}
@media screen and (max-width: 1050px) {
  .v1 {
    display: none;
  }
  .ht {
    height: auto;
  }
  .sliding {
    flex-wrap: wrap;
  }
  .big,
  .bigs {
    height: 400px !important;
  }
  .social {
    width: 100%;
  }
  .items img {
    height: 580px;
  }
  #carouselExampleCaptions {
    width: 100%;
    height: auto;
  }
  .wr {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  #carouselExampleCaptions {
    width: 100%;
    margin: 10px;
  }
  .g-4 {
    padding: 0;
  }
  .slide-title {
    font-size: 15px;
  }
  .big,
  .bigs {
    height: 200px !important;
  }
  .social {
    width: 100%;
  }
  .items img {
    height: 280px;
  }
  .sliding {
    flex-wrap: wrap;
  }
}
@-webkit-keyframes content-s {
  0% {
    left: -1900px;
  }
  10% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -1900px;
  }
  90% {
    left: -1900px;
  }
  100% {
    left: -1900px;
  }
}
@-moz-keyframes content-s {
  0% {
    left: -1900px;
  }
  10% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -1900px;
  }
  90% {
    left: -1900px;
  }
  100% {
    left: -1900px;
  }
}
@keyframes content-s {
  0% {
    left: -1900px;
  }
  10% {
    left: 20px;
  }
  15% {
    left: 0px;
  }
  30% {
    left: 0px;
  }
  40% {
    left: 0px;
  }
  50% {
    left: 0px;
  }
  60% {
    left: 0px;
  }
  70% {
    left: 0;
  }
  80% {
    left: -1900px;
  }
  90% {
    left: -1900px;
  }
  100% {
    left: -1900px;
  }
}

@-webkit-keyframes on {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 20px;
  }
  46% {
    margin-left: 20px;
  }
  50% {
    margin-left: 40px;
  }
  71% {
    margin-left: 40px;
  }
  75% {
    margin-left: 60px;
  }
  96% {
    margin-left: 60px;
  }
}

@-moz-keyframes on {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 20px;
  }
  46% {
    margin-left: 20px;
  }
  50% {
    margin-left: 40px;
  }
  71% {
    margin-left: 40px;
  }
  75% {
    margin-left: 60px;
  }
  96% {
    margin-left: 60px;
  }
}

@keyframes on {
  0%,
  100% {
    margin-left: 0%;
  }
  21% {
    margin-left: 0%;
  }
  25% {
    margin-left: 20px;
  }
  46% {
    margin-left: 20px;
  }
  50% {
    margin-left: 40px;
  }
  71% {
    margin-left: 40px;
  }
  75% {
    margin-left: 60px;
  }
  96% {
    margin-left: 60px;
  }
}
