body {
  font-size: 18px;
  font-family: Verdana,sans-serif;
  color: black;
  margin: 0;
  font-weight: normal;
  line-height: 1.7;
}

.wrapper{
  overflow: hidden;
}

h1{
  font-family: 'Poiret One', cursive;
  font-size: 30px;
}

.container{
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 960px;
}

/* .orange-bg{
  color: #fff;
  background: url(../img/header.jpg);
  background-size: cover;
  background-position: bottom;
} */

.orange-bg2{
  color: #fff;
  background: url(../img/header2.jpg);
  background-size: cover;
  background-position: center;
}

.bgblue{
  color: #fff;
  border-top: 3px solid #fff;
  background: url(../img/about-us.jpg);
  background-size: cover;
  background-position: center;
}

.section-title{
  text-align: center;
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 30px;
  margin-top: 0;
}

.section-title::after{
  content: attr(data-subtitle);
  display: block;
  font-size: 13px;
  color:#aaa;
  padding-top: 10px;
}

.btn{
  display: inline-block;
  background: #f39800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  opacity: 1.0;
  position: relative;
}

.btn::after{
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(15px) rotate(45deg) ;
  font-size: 25px;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.btn:hover{
  opacity: 0.6;
}

/* header */
header .orange-bg{
  position: relative;
}

header .slider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width:800px){
  .slider-big{
    display: none;
  }

  header h1{
    position: absolute;
    z-index: 100;
    top: 6%;
    left: 3%;
    font-weight: normal;
    font-size: 35px;
    color: white;
  }

  header p{
display: none;
  }
}

@media only screen and (min-width:801px){
  .slider-small{
    display: none;
  }

  header h1{
    position: absolute;
    z-index: 100;
    top: 3%;
    left: 3%;
    font-weight: normal;
    font-size: 30px;
    color: white;
  }

  header p{
    position: absolute;
    z-index: 100;
    top: 13%;
    left: 3%;
    font-size: 25px;
    color: white;
  }
}

.bx-wrapper{
  margin-bottom: 40px !important;
  border: none !important;
}

header p{
  margin-top: 30px;
  margin-bottom: 150px;
  font-size: 20px;
}

header .container{
  position: relative;
}

header img{
  position: absolute;
  bottom: 0;
  right: 0;
}

/* feature */

.feature{
  overflow: hidden;
}

.feature:not(:last-child){
  margin-bottom: 60px;
}

.feature .desc{
  /* width: 360px; */
}

.volleyball{
  display:none;
}

@media only screen and (min-width:940px){
  .bgblue{
    position: relative;
  }

  .volleyball{
    display: block;
    position: absolute;
    font-size: 200px;
    bottom: -30%;
    right: 4%;
  }
}

/* news */
.news-feature{
  border-top: 3px solid #fff;
  background-color: #7d7d7d;
  color: white;
}

.news-about{
  padding-right: 40px;
  text-align: right;
  border-right: 4px solid white;
}

@media only screen and (min-width:600px){
  .news-feature{
    position: relative;
  }

  .news-about::before{
    content: "\f1ea";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 230px;
    bottom: -32%;
    left: 3%;
  }
}

/* event */
.event-dl{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
  padding: 10px 20px;
}

.event-dl:nth-child(odd){
  background: #efefef
}

@media only screen and (min-width:350px){
  .event-dl{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
  }
}

/*  record */
table{
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
}

th{
  padding: 10px;
  border-bottom: 1px solid black;
}

td{
  padding: 10px;
  border-bottom: 1px solid black;
}

thead{
  color: white;
  background: #7d7d7d;
}

thead th{
  border-left: 1px solid #fff;
}

tbody th,tfoot th{
  border-right: 1px dashed #ccc;
}

.record{
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

/* voices */
.voices-bg{
  background: #f8f8f8;
}

.voices .flex{
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width:1000px){
  .voices .flex{
    flex-direction: column;
  }
  .voice{
    margin-bottom: 100px;
    text-align: center;
  }
}
.voice{
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 60px 20px; 30px;
  width: 185px;
  text-align: center;
}

.voice h1,.voice a{
  padding: 10px 0;
}

.voice a{
  box-sizing: border-box;
  padding: 10px 50px;
  margin: 20px 0;
}

.voice img{
  border-radius: 50%;
  border: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top:-55px
}

.voice h1{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.voices .section-title{
  margin-bottom:95px;
}

/* link */
.link-container{
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 960px;
}

.voice2{
  margin: 30px auto;
  padding: 0;
  position: relative;
  width: 300px;
}

.voice2 a{
  display: block;
  text-decoration: none;
  width: 300px;
}

.voice2 a:hover{
  opacity: 0.5;
}

.voice2 h1{
  color: #f39800;
  margin: 50px 0;
  font-size: 30px;
}

.voice2::after{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(32px) rotate(45deg) ;
  font-size: 50px;
  font-weight: 900;
  color: #f39800;
}
/* footer */

footer{
  padding: 40px 0;
  font-size: 18px;
  text-align: center;
  color: #aaa;
}
