body {
  background: #ffffff url('../../assets/img/web-bg.png') no-repeat center 300px;
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  body {
    background: #ffffff url('../../assets/img/web-bg.png') no-repeat center 100px;
    background-size: 100% auto;
  }
}

img {
  border: none;
}

.simple-slider .swiper-slide {
  height: auto;
  padding: 20px;
}

.swiper img {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 5px;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 36%;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40% auto;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

@media (max-width: 767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.simple-slider {
  position: relative;
}

.swiper-wrapper {
  left: -5px;
}

.swiper-slide p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
}

.swiper-slide a {
  color: #333333;
}

.banner {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
  }
}

.title {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
}

.foot {
  font-size: 16px;
  line-height: 1.6;
  margin: 3% auto 0;
  padding-bottom: 10%;
  color: #333;
  text-align: center;
}

.foot a {
  color: #333;
}

.footerTop {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #fafafa;
  border-top: 2px solid #a70a0a;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.footerTop a {
  margin: 0 8px;
}

.foucs .swiper-button-next, .foucs .swiper-button-prev {
  width: 50px;
  margin-left: 0;
  margin-right: 0;
  top: 45%;
  box-shadow: none;
  background-color: transparent;
}

.foucs .slider-title {
  padding: 10px 0;
  text-indent: 20px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 18px;
}

.foucs .swiper-container-horizontal > .swiper-pagination-bullets, .foucs .swiper-pagination-custom, .foucs .swiper-pagination-fraction {
  bottom: 60px;
}

.foucs .swiper-pagination-bullet-active {
  background: #fff;
}

.foucs .swiper-button-next, .foucs .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E %3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23ffffff' /%3E %3C/svg%3E");
}

.foucs .swiper-button-prev, .foucs .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.foucs img {
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}

.foucs .swiper-container {
  padding: 0;
}

.foucs .swiper-slide {
  padding: 0;
}

.foucs .swiper-wrapper {
  left: 0;
}

a:hover {
  color: #9f0404;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
}

