body.Homepage #carouselExampleIndicators.carousel.slide {
  max-height: 100vh;
  overflow: hidden;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-control-prev-icon {
  background-image: url("../img/carousel/arrow/left.png") !important;
  width: 50px;
  height: 90px;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-control-next-icon {
  background-image: url("../img/carousel/arrow/right.png") !important;
  width: 50px;
  height: 90px;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-indicators {
  bottom: 2px;
  margin-right: 15.5%;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-indicators li {
  display: block;
  width: 15px;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .phonemainpic {
  display: none !important;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
  font-size: 65px;
  margin-top: 50px;
  text-shadow: #525252 0.05em 0.05em 0.05em;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
  font-size: 39px;
  margin-bottom: 10px;
  text-shadow: #525252 0.05em 0.05em 0.05em;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .content {
  width: 400px;
  text-shadow: #525252 0.05em 0.05em 0.05em;
}

body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .pos {
  width: 655px;
  position: absolute;
  right: 15%;
  top: 100px;
  bottom: 20px;
  left: 60%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 450px;
  color: #fff;
  text-align: left;
}

/* Update */

body.Homepage .container {
  margin-top: 30px;
}

body.Homepage .container .row .server {
  width: 100%;
  position: absolute;
  /*bottom: 20px;*/
  left: 50%;
  z-index: 50;
  transform: translateX(-50.5%);
}

body.Homepage .container .row .server ul {
  text-align: center;
  margin-bottom: 1rem;
}

body.Homepage .container .row .server ul li {
  display: inline-block;
}

body.Homepage .container .row .server ul li .icon1 {
  position: absolute;
  margin: 0 auto;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  margin-bottom: 15px;
  transition: 0.5s;
  cursor: pointer;
}

body.Homepage .container .row .server ul li > a {
  text-decoration-line: none;
}

body.Homepage .container .row .server ul li > a .text {
  color: #525252;
  text-decoration-line: none;
  transition: 0.5s;
  width: 145px;
  margin-top: 10px;
}

body.Homepage .container .row .server ul li:hover .icon1 {
  color: #FF920B;
  transform: scale(1);
  opacity: 0;
  cursor: pointer;
}

body.Homepage .container .row .server ul li:hover .text {
  color: #FF920B;
  cursor: pointer;
}

body.Homepage .container .row .server ul li + li {
  margin-left: 2px;
}

body.Homepage .container .row .server ul li + li:hover {
  color: #FF920B;
}

body.Homepage .container .row .server ul li {
  transition: 0.5s;
  color: white;
  cursor: pointer;
}

body.Homepage .container .row .server ul li:hover {
  color: #FF920B;
}

@media (max-width: 1155px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-control-prev-icon {
    width: 30px;
    height: 70px;
  }
}

@media (max-width: 1155px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-control-next-icon {
    width: 30px;
    height: 70px;
  }
}

@media (max-width: 1155px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .pos {
    left: 10%;
    top: 60px;
  }
}

@media (max-width: 1030px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .pos {
    left: 10%;
    top: 40px;
  }
}

@media (max-width: 1030px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    font-size: 50px;
  }
}

@media (max-width: 1030px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .content {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  body.Homepage .container .row .server {
    display: none;
  }
}

@media (max-width: 767px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .d-none {
    display: block !important;
    width: 80%;
  }
}

@media (max-width: 767px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .title {
    text-align: center;
    padding: 9px 0;
  }
}

@media (max-width: 767px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .sub {
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-item .content {
    display: none;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide {
    margin-top: 52px;
    position: relative;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-indicators {
    top: 90%;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .pcmainpic {
    display: none !important;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .phonemainpic {
    display: block !important;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    font-size: 50px;
    padding: 0px 0;
    position: absolute;
    bottom: 33%;
    left: 3%;
  }
}

@media (max-width: 575px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
    font-size: 30px;
    position: absolute;
    bottom: 27%;
    left: 3%;
  }
}

@media (max-width: 414px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    margin-top: 10px;
    font-size: 45px;
    bottom: 21%;
  }
}

@media (max-width: 414px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
    font-size: 27px;
    bottom: 14%;
  }
}

@media (max-width: 375px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    font-size: 40px;
  }
}

@media (max-width: 360px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-indicators li {
    display: none;
  }
}

@media (max-width: 320px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .title {
    margin-top: -5px;
    font-size: 35px;
  }
}

@media (max-width: 320px) {
  body.Homepage #carouselExampleIndicators.carousel.slide .carousel-inner .sub {
    font-size: 21px;
  }
}

body.Homepage section.section_news .container {
  margin-top: 120px;
  padding-top: 45px;
}

body.Homepage section.section_news .container .col-12 {
  color: #525252;
  text-align: center;
  margin-bottom: 45px;
}

body.Homepage section.section_news .container .col-12 h5 {
  font-size: 20px;
}

body.Homepage section.section_news .container .col-12 .box {
  box-shadow: 1px 2px 6px #969696;
  overflow: hidden;
}

body.Homepage section.section_news .container .col-12 .box img {
  width: 100%;
  margin-bottom: 2px;
  cursor: pointer;
  transition: 0.5s;
}

body.Homepage section.section_news .container .col-12 .box img:hover {
  filter: brightness(0.8);
  transform: scale(1.04);
}

body.Homepage section.section_news .container .col-12 .box .text .title {
  text-align: left;
  color: #302f2f;
  line-height: 26px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 19px;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_news .container .col-12 .box .text .title:hover {
  text-decoration: underline;
  color: #302f2f;
  cursor: pointer;
}

body.Homepage section.section_news .container .col-12 .box .text .style {
  width: 236px;
  height: 115px;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #525252;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_news .container .col-12 .box .text .style:hover {
  text-decoration: underline;
  color: #525252;
  cursor: pointer;
}

body.Homepage section.section_news .container .col-12 .box .text .date {
  width: 236px;
  height: 24px;
  text-align: left;
  color: #525252;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: 8px;
  margin: 0 auto;
  font-size: 16px;
}

body.Homepage section.section_news .container .newmore {
  margin-top: 20px;
  cursor: pointer;
}

body.Homepage section.section_news .container .newmore a {
  position: absolute;
  right: 17px;
  text-align: right;
  bottom: 30px;
  color: #525252;
  transition: 0.3s all;
}

body.Homepage section.section_news .container .newmore a:hover {
  color: #FF920B;
}

body.Homepage section.section_news .container .newmore .line {
  border: solid 1px #BFBFC0;
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container {
    max-width: 75vw;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .col-12 h5 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .md .box .text {
    padding: 0 10px 0 10px;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .md .box .text .title, body.Homepage section.section_news .container .md .box .text .style, body.Homepage section.section_news .container .md .box .text .date {
    width: initial;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .md .box .text .title {
    height: 54px;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .md .box .text .style {
    height: 54px;
  }
}

@media (min-width: 1200px) {
  body.Homepage section.section_news .container .md .box .text .date {
    height: 30px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .col-12 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .md .box .text {
    padding: 0 10px 0 10px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .md .box .text .title, body.Homepage section.section_news .container .md .box .text .style, body.Homepage section.section_news .container .md .box .text .date {
    width: initial;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .md .box .text .title {
    font-size: 18px;
    height: 54px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .md .box .text .style {
    font-size: 14px;
    line-height: 25px;
    padding-top: 2px;
    height: 54px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_news .container .md .box .text .date {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .col-12 h5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .md {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .md .box .text .title, body.Homepage section.section_news .container .md .box .text .style, body.Homepage section.section_news .container .md .box .text .date {
    width: initial;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .md .box .text .title {
    font-size: 14px;
    line-height: 20px;
    height: 44px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .md .box .text .style {
    font-size: 12px;
    line-height: 19px;
    height: 44px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_news .container .md .box .text .date {
    font-size: 10px;
    height: 22px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .col-12 h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .item2 {
    display: none;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .md {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .md .box .text .title, body.Homepage section.section_news .container .md .box .text .style, body.Homepage section.section_news .container .md .box .text .date {
    width: initial;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .md .box .text .title {
    font-size: 19px;
    line-height: 26px;
    height: 57px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .md .box .text .style {
    font-size: 16px;
    line-height: 25px;
    height: 57px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_news .container .md .box .text .date {
    font-size: 16px;
    padding-bottom: 3px;
    height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  body.Homepage section.section_news .container {
    max-width: 90vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .md .box .text .title {
    padding: 0px 5px;
    height: 28px;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .md .box .text .style {
    padding: 0px 5px;
    height: 53px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .md .box .text .date {
    padding: 0px 5px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .newmore {
    margin-top: 60px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .newmore a {
    width: 100%;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    right: 0;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .newmore a .button {
    padding: 11px 0px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: white;
    background-color: #FF920B;
    width: 76%;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_news .container .newmore a .button:hover {
    order: 1px solid transparent;
    background-color: #d6d6d6;
    color: #FF920B;
    text-decoration: none;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_news .container .md .box .text .title {
    height: 56px;
    -webkit-line-clamp: 2;
  }
}

body.Homepage section.section_chartcircle .container {
  max-width: 75vw;
  margin-top: 50px;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box {
  position: relative;
  border: solid 0.6px #e5e3e3;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #969696;
  padding: 230px 0px 235px 0px;
  overflow: hidden;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .title {
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  background-color: #BFBFC0;
  width: 100.2%;
  top: 0px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  font-size: 20px;
  color: #525252;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul {
  text-align: center;
  list-style: none;
  padding-bottom: 28px;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
  width: 150px;
  height: 150px;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__background, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__background, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__background, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__background, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__background {
  stroke: #dddddd;
  stroke-width: 4px;
  fill: none;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle5 {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 3px;
  fill: none;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle5, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle5 {
  stroke: #FF920B;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle4 {
  stroke: #DD5411;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__circle, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__circle, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__circle, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__circle, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__circle {
  animation: circle-chart-fill 2s reverse;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 3px;
  fill: none;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1 .circle-chart__info, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2 .circle-chart__info, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3 .circle-chart__info, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4 .circle-chart__info, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 .circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
  font-size: 6px;
  fill: #FF920B;
  font-weight: 500;
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul a {
  text-decoration: none;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button2 {
  text-decoration: none;
  border: solid 1px #BFBFC0;
  color: #525252;
  border-radius: 5px;
  margin-top: 35px;
  padding-top: 6px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 6px;
  cursor: pointer;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button1 {
  transition: 0.3s all;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button1:hover {
  color: #fcd4cc;
  background-color: #DD5411;
  border: solid 1px transparent;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button2 {
  transition: 0.3s all;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button2:hover {
  color: #fce5cc;
  background-color: #FF920B;
  border: solid 1px transparent;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #525252;
  font-size: 16px;
}

body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline .circle {
  background-color: rgba(255, 146, 11, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: -8px;
}

@media (min-width: 1200px) and (max-width: 1327px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 230px 0px 200px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1327px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1327px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 1200px) and (max-width: 1327px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
    right: 40px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container {
    max-width: 90vw;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 195px 0px 224px 0px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul .button2 {
    margin-top: 28px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
    right: 40px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 170px 0px 200px 0px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .title {
    padding: 13px 0px 13px 0px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button2 {
    margin-top: 25px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline .circle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -5px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 290px 0px 314px 0px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-right: 26px;
    margin-left: 26px;
    margin-top: 50px;
    margin-bottom: -6px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 616px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 400px 0px 400px 0px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_chartcircle .container {
    max-width: 100vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 130px 0px 450px 0px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart2, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart3, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart4, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .circle-chart5 {
    width: 92px;
    height: 110px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
    right: unset;
    left: 52%;
    transform: translateX(-50%);
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 130px 0px 567px 0px;
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle {
    bottom: 58px;
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-top: 33px;
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button2 {
    margin-top: 7px;
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .deadline {
    left: 43%;
    transform: translateX(-33%);
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box {
    padding: 130px 0px 528px 0px;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li {
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button1, body.Homepage section.section_chartcircle .container .col-lg-12 .box .chartcircle ul li .button2 {
    font-size: 12px;
  }
}

body.Homepage section.section_bargraph .container {
  max-width: 75vw;
  margin-top: 50px;
}

body.Homepage section.section_bargraph .container .box {
  position: relative;
  border: solid 0.6px #e5e3e3;
  border-radius: 10px;
  box-shadow: 2px 2px 6px #969696;
  padding: 270px 0px 270px 0px;
  overflow: hidden;
}

body.Homepage section.section_bargraph .container .box .title {
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  background-color: #BFBFC0;
  width: 100.2%;
  top: 0px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  font-size: 20px;
  color: #525252;
}

body.Homepage section.section_bargraph .container .box .bargraph {
  position: absolute;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph {
  margin: 0 auto;
  border-collapse: unset;
  text-align: center;
  color: #525252;
  font-size: 0.9rem;
  width: 40%;
  /*padding-top: 7px;*/
  padding-bottom: 7px;
  border-bottom: 1px solid #BFBFC0;
  margin-bottom: 4rem;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__footer {
  border-top: 1px solid lightgray;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__footer tr {
  text-align: center;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__footer tr td {
  font-weight: normal;
  line-height: 1.7em;
  font-size: 17px;
  vertical-align: top;
  padding: 0.4rem 0;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__cell {
  height: 200px;
  vertical-align: bottom;
  padding-bottom: 0;
  color: #525252;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
  width: 30px;
  border-radius: 26px 26px 14px 14px;
  line-height: 30px;
  font-size: 18px;
  display: block;
  padding: 0;
  margin: 0 33px;
  background: darkorange linear-gradient(darkorange 50px, red 130%);
  color: #DD5411;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data .percent {
  display: block;
  position: absolute;
  bottom: 27px;
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__phoendata {
  width: 30px;
  border-radius: 26px 26px 14px 14px;
  line-height: 0px;
  font-size: 18px;
  display: block;
  padding: 0;
  margin: 0 33px;
  background: darkorange linear-gradient(darkorange 50px, red 130%);
  color: #525252;
  display: none;
}

body.Homepage section.section_bargraph .container .box .bargraph .SymbolPercent {
  display: none;
}

body.Homepage section.section_bargraph .container .box .bargraph .donatebutton {
  border: solid 1px #BFBFC0;
  text-align: center;
  width: 120px;
  color: #525252;
  border-radius: 5px;
  margin-top: -2px;
  padding-top: 6px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 6px;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  transition: 0.3s all;
  cursor: pointer;
}

body.Homepage section.section_bargraph .container .box .bargraph .donatebutton:hover {
  color: #fce5cc;
  background-color: #FF920B;
  border: solid 1px transparent;
}

body.Homepage section.section_bargraph .container .box .deadline {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #525252;
  font-size: 16px;
}

body.Homepage section.section_bargraph .container .box .deadline .circle {
  background-color: rgba(255, 146, 11, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: -8px;
  z-index: 1;
}

body.Homepage section.section_bargraph .container .box .deadline .text {
  z-index: 2;
}

@media (max-width: 1200px) {
  body.Homepage section.section_bargraph .container .box .deadline {
    right: 40px;
  }
}

@media (max-width: 1199px) {
  body.Homepage section.section_bargraph .container {
    max-width: 90vw;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .title {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__footer tr td {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    width: 27px;
    margin: 0 22px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data .percent {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .deadline {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_bargraph .container .box .deadline .circle {
    width: 30px;
    height: 30px;
    left: -17px;
    top: -5px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_bargraph .container .box {
    padding: 250px 0 250px 0;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_bargraph .container .box .title {
    padding: 13px 0 13px 0;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__footer tr td {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__cell {
    height: 157px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    width: 20px;
    margin: 0 11px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container {
    max-width: 100vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box {
    padding: 276px 0 275px 0;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .bargraph {
    bottom: 123px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    display: none;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__phoendata {
    color: rgba(28, 28, 28, 0.6);
    font-weight: 500;
    /*padding-bottom: 23px;*/
    display: block;
    width: 20px;
    margin: 0 11px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .bargraph .SymbolPercent {
    display: block;
    text-align: center;
    margin-bottom: 23px;
    color: rgba(82, 82, 82, 0.6);
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_bargraph .container .box .deadline {
    right: unset;
    left: 52%;
    transform: translateX(-50%);
  }
}

@media (max-width: 500px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    width: 16px;
    margin: 0 10px;
  }
}

@media (max-width: 472px) {
  body.Homepage section.section_bargraph .container .box .deadline {
    left: 43%;
    transform: translateX(-33%);
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    /*display: none;*/
    width: 16px;
    margin: 0 7px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data .percent {
    display: none;
  }
}

body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__phoendata {
  /*display: block;*/
  width: 16px;
  margin: 0 7px;
  font-size: 15px;
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box {
    padding: 230px 0 230px 0;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box .bargraph {
    bottom: 64px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__cell {
    height: 134px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    width: 15px;
    margin: 0 6px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box .bargraph .SymbolPercent {
    margin-bottom: 55px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_bargraph .container .box .bargraph .donatebutton {
    font-size: 14px;
    margin-top: -34px;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_bargraph .container .box {
    padding: 300px 0 240px 0;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_bargraph .container .box .title {
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_bargraph .container .box .title span {
    display: block;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_bargraph .container .box .bargraph .c-bar-graph .c-bar-graph__data {
    margin: 0 4px;
  }
}

body.Homepage section.section_event {
  padding-top: 128px;
}

body.Homepage section.section_event .container {
  max-width: 80vw;
}

body.Homepage section.section_event .container .eventtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 45px;
}

body.Homepage section.section_event .container .carouselbox .carousel-wrap {
  margin: 0px auto;
  padding: 0 5%;
  width: 100%;
  height: 100%;
  position: relative;
}

body.Homepage section.section_event .container .carouselbox .carousel-wrap .owl-carousel {
  height: 100%;
}

body.Homepage section.section_event .container .carouselbox .owl-carousel .item {
  box-shadow: 2px 2px 6px #969696;
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

body.Homepage section.section_event .container .carouselbox .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 36%;
  color: #cdcbcd;
  box-shadow: 1px 2px 6px #525252;
}

body.Homepage section.section_event .container .carouselbox .owl-nav .owl-prev {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: -57px;
  top: 30%;
}

body.Homepage section.section_event .container .carouselbox .owl-nav .owl-prev i {
  font-size: 50px;
  padding: 0 10px;
}

body.Homepage section.section_event .container .carouselbox .owl-nav .owl-next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  right: -57px;
  top: 30%;
}

body.Homepage section.section_event .container .carouselbox .owl-nav .owl-next i {
  font-size: 50px;
  padding: 0 19px;
}

body.Homepage section.section_event .container .carouselbox .owl-theme .owl-controls {
  margin-top: 66px;
  text-align: center;
}

body.Homepage section.section_event .container .carouselbox .owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: white;
  font-size: 14px;
  margin: 28px;
  background: rgba(255, 146, 11, 0.8);
  transition: 0.3s;
}

body.Homepage section.section_event .container .carouselbox .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  transform: scale(1.1);
  background: #ff920b;
  text-decoration: none;
}

body.Homepage section.section_event .container .carouselbox .owl-carousel .owl-stage-outer {
  width: 101%;
  height: 89%;
}

body.Homepage section.section_event .container .carouselbox .item {
  overflow: hidden;
}

body.Homepage section.section_event .container .carouselbox .item a {
  color: #302f2f;
}

body.Homepage section.section_event .container .carouselbox img {
  width: 100%;
  margin-bottom: -4px;
  cursor: pointer;
  transition: 0.5s;
}

body.Homepage section.section_event .container .carouselbox img:hover {
  filter: brightness(0.8);
  transform: scale(1.02);
}

body.Homepage section.section_event .container .carouselbox .text {
  padding: 9px;
}

body.Homepage section.section_event .container .carouselbox .text .title {
  color: #302f2f;
  line-height: 30px;
  height: 30px;
  padding-left: 4px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_event .container .carouselbox .text .title:hover {
  text-decoration: underline;
}

body.Homepage section.section_event .container .carouselbox .text .content {
  height: 54px;
  line-height: 25px;
  color: #525252;
  margin-bottom: 3px;
  bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_event .container .carouselbox .text .content:hover {
  text-decoration: underline;
}

body.Homepage section.section_event .container .carouselbox .text .date {
  color: #525252;
  padding-left: 5px;
  font-size: 14px;
  height: 24px;
  font-weight: normal;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 16px;
}

body.Homepage section.section_event .container .carouselbox .text .deadline {
  display: inline-block;
  font-size: 14px;
  color: #525252;
}

body.Homepage section.section_event .container .eventmore {
  z-index: 200;
  margin-top: 55px;
  cursor: pointer;
}

body.Homepage section.section_event .container .eventmore a {
  position: absolute;
  right: 17px;
  text-align: right;
  bottom: 30px;
  color: #525252;
  transition: 0.3s all;
}

body.Homepage section.section_event .container .eventmore a:hover {
  color: #FF920B;
}

body.Homepage section.section_event .container .eventmore .line {
  border: solid 1px #BFBFC0;
}

@media (max-width: 1440px) {
  body.Homepage section.section_event .container .carouselbox .owl-nav .owl-prev, body.Homepage section.section_event .container .carouselbox .owl-nav .owl-next {
    top: 27%;
  }
}

@media (max-width: 1440px) {
  body.Homepage section.section_event .container .carouselbox .owl-theme .owl-controls {
    margin-top: 50px;
  }
}

@media (max-width: 1440px) {
  body.Homepage section.section_event .container .eventmore {
    margin-top: 64px !important;
  }
}

@media (max-width: 999px) {
  body.Homepage section.section_event .container .carouselbox .owl-carousel .owl-stage-outer {
    height: 89%;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_event .container .eventtitle {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_event .container .carouselbox .owl-nav .owl-prev, body.Homepage section.section_event .container .carouselbox .owl-nav .owl-next {
    top: 23%;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text h5 {
    height: 23px;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text .content {
    font-size: 14px;
    height: 56px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text .date {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_event .container .eventtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text h5 {
    height: 48px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text .content {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_event .container .col-lg-12 .item .text .date {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_event .container .eventmore {
    margin-top: 112px;
  }
}

@media (max-width: 599px) {
  body.Homepage section.section_event .container .carouselbox .carousel-wrap {
    height: 114%;
  }
}

@media (max-width: 599px) {
  body.Homepage section.section_event .container .owl-theme .owl-dots .owl-dot span {
    width: unset;
    height: unset;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event {
    padding-top: 68px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container {
    max-width: 100vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container .carouselbox .owl-theme .owl-controls {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container .eventmore {
    z-index: 200;
    margin-top: 150px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container .eventmore a {
    width: 100%;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    right: 0;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container .eventmore a .button {
    padding: 11px 0px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: white;
    background-color: #FF920B;
    width: 76%;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_event .container .eventmore a .button:hover {
    order: 1px solid transparent;
    background-color: #d6d6d6;
    color: #FF920B;
    text-decoration: none;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_event .eventmore {
    margin-top: 30px;
  }
}

body.Homepage section.section_movie {
  margin-top: 128px;
  background: #242424;
}

body.Homepage section.section_movie .movie {
  max-width: 75vw;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

body.Homepage section.section_movie .movietitle {
  margin-bottom: 11px !important;
  text-align: left !important;
}

body.Homepage section.section_movie .movietitle h4 {
  font-size: 20px;
  color: #FF920B;
  font-weight: normal;
  margin-left: 24px;
  margin-top: 25px;
  display: inline-block;
}

body.Homepage section.section_movie .yt-video {
  margin-top: 11px;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding-bottom: 41.25%;
  height: 0;
  overflow: hidden;
  background: #242424;
}

body.Homepage section.section_movie .yt-video iframe {
  width: 420px;
  height: 315px;
}

body.Homepage section.section_movie .yt-video iframe, body.Homepage section.section_movie .yt-video object, body.Homepage section.section_movie .yt-video embed {
  width: 3000px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.Homepage section.section_movie .yt-miniaturas {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 3% 10% 1%;
  padding-right: 0;
  padding-left: 0;
  background: #242424;
  box-sizing: border-box;
}

body.Homepage section.section_movie .yt-miniaturas .thumbnail {
  position: relative;
  display: inline-block;
  width: 16%;
  height: 0;
  overflow: hidden;
  padding: 0 0 8% 0;
  padding-right: 25px;
  vertical-align: top;
  margin: 1% 0 22;
  box-sizing: border-box;
  transition: 0.3s all;
  cursor: pointer;
  text-decoration: none;
}

body.Homepage section.section_movie .yt-miniaturas .thumbnail:hover {
  z-index: 2;
  transform: scale(0.95);
  color: #FF920B;
}

body.Homepage section.section_movie .yt-miniaturas .thumbnail img {
  width: 105%;
  padding: 0;
  background: transparent;
  border-radius: 3%;
}

body.Homepage section.section_movie .yt-miniaturas .thumbnail .movietext {
  position: absolute;
  width: 85%;
  padding: 0 16px;
  padding-bottom: 12px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-shadow: 0.2px 0.5px 0.1px black;
}

body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext {
  display: none;
}

body.Homepage section.section_movie .yt-miniaturas hr {
  display: none;
}

body.Homepage section.section_movie .yt-general {
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  line-height: 0;
}

body.Homepage section.section_movie .phonemoremovie {
  display: none;
}

body.Homepage section.section_movie .more {
  margin-top: 20px;
}

body.Homepage section.section_movie .more a {
  position: absolute;
  right: 30px;
  bottom: -10px !important;
  color: white !important;
  transition: 0.3s all;
  cursor: pointer;
  animation-name: botton;
  animation-duration: 2s;
}

body.Homepage section.section_movie .more a:hover {
  color: #FF920B !important;
}

body.Homepage section.section_movie .more a i.fa-film:before {
  padding-right: 10px;
}

@media (max-width: 991px) {
  body.Homepage section.section_movie .movie {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_movie .movietitle h4 {
    margin-top: 16px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_movie .yt-video {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .movie {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .movietitle {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .movietitle h4 {
    font-size: 22px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .movietitle .moremovie {
    display: none;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas {
    padding-bottom: 64px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail {
    display: -webkit-box;
    width: 21%;
    margin-top: 20px;
    margin-bottom: 55px;
    margin-left: 38px;
    overflow: visible;
    padding-right: 0;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .movietext {
    display: none;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext {
    display: block;
    width: 323%;
    text-align: left;
    font-size: 12px;
    color: white;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p {
    padding: 0px;
    padding-left: 54px;
    font-size: 16px;
    height: 100%;
    line-height: 25px;
    transition: 0.3s all;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p:hover {
    color: #FF920B;
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .yt-miniaturas hr {
    display: block;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .phonemoremovie {
    display: block;
    bottom: 38px;
    margin-bottom: 0 !important;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .phonemoremovie .phonemore {
    border: 1px solid #FF920B;
    border-radius: 2px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    background-color: #FF920B;
    padding: 9px 94px;
    transition: 0.3s;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .phonemoremovie .phonemore:hover {
    text-decoration: none;
    background-color: #c67107;
    border: 1px solid transparent;
    color: #BFBFC0;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_movie .more {
    display: none;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie {
    margin-top: 68px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie .movie {
    max-width: 100vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail {
    width: 24%;
    margin-bottom: 78px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext {
    width: 262%;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p {
    padding: 0;
    padding-left: 34px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_movie .yt-miniaturas hr {
    margin-top: -36px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail {
    margin-bottom: 94px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_movie .yt-miniaturas hr {
    margin-top: -57px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail {
    width: 26%;
    margin-left: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext {
    width: 231%;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p {
    font-size: 12px;
    padding-left: 24px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  body.Homepage section.section_movie .phonemoremovie .phonemore {
    padding: 9px 82px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_movie .yt-miniaturas .thumbnail .phonemovietext p {
    padding-top: 0px;
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_movie .yt-miniaturas hr {
    margin-top: -64px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_movie .phonemoremovie .phonemore {
    padding: 9px 72px;
  }
}

body.Homepage section.section_press .container {
  margin-top: 60px;
  max-width: 75vw;
}

body.Homepage section.section_press .container .presstitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 45px;
}

body.Homepage section.section_press .wrapper {
  margin: 0;
}

body.Homepage section.section_press .wrapper .box {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

body.Homepage section.section_press .wrapper .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 auto;
}

body.Homepage section.section_press .wrapper .slider .items {
  display: flex;
  width: 100%;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 400ms ease 0s;
}

body.Homepage section.section_press .wrapper .slider .items .item {
  padding: 0 10px;
  width: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}

body.Homepage section.section_press .wrapper .slider .items .item .child {
  background: #fafaff;
  line-height: 200px;
  text-align: center;
  transition: 0.5s;
}

body.Homepage section.section_press .wrapper .slider .items .item .child:hover {
  filter: brightness(0.8);
}

body.Homepage section.section_press .wrapper .slider .items .item .date, body.Homepage section.section_press .wrapper .slider .items .item .footer, body.Homepage section.section_press .wrapper .slider .items .item .style {
  margin: 0 auto;
  padding: 0 5px;
}

body.Homepage section.section_press .wrapper .slider .items .item .date {
  width: 100%;
  height: 35px;
  margin-top: 5px;
}

body.Homepage section.section_press .wrapper .slider .items .item .date .date_text {
  color: #DD5411;
  font-size: 20px;
}

body.Homepage section.section_press .wrapper .slider .items .item .footer {
  width: 100%;
  height: 55px;
  padding-top: 2px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_press .wrapper .slider .items .item .footer .text {
  color: #302f2f;
  font-size: 18px;
}

body.Homepage section.section_press .wrapper .slider .items .item .style {
  color: #525252;
  line-height: 25px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.Homepage section.section_press .wrapper .slider .items .item .style:hover {
  text-decoration: underline;
}

body.Homepage section.section_press .wrapper .style {
  line-height: 18px;
}

body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
  box-shadow: 1px 2px 6px #525252;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  top: 28%;
  background: rgba(255, 146, 11, 0.8);
  color: #fff;
  padding: 10px;
  transition: 0.3s all;
}

body.Homepage section.section_press .wrapper .slider .buttons #left:hover, body.Homepage section.section_press .wrapper .slider .buttons #right:hover {
  transform: scale(1.1);
}

body.Homepage section.section_press .wrapper .slider .buttons #left {
  padding: 11px 22px;
  left: 24px;
  font-size: 25px;
}

body.Homepage section.section_press .wrapper .slider .buttons #right {
  padding: 11px 25px;
  right: 24px;
  font-size: 25px;
}

body.Homepage section.section_press .wrapper .items .item .child img {
  width: 100%;
}

body.Homepage section.section_press .pressmore {
  margin-top: 60px;
}

body.Homepage section.section_press .pressmore a {
  position: absolute;
  right: 17px;
  text-align: right;
  bottom: 30px;
  color: #525252;
  transition: 0.3s all;
}

body.Homepage section.section_press .pressmore a:hover {
  color: #FF920B;
}

body.Homepage section.section_press .pressmore .line {
  border: solid 1px #BFBFC0;
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 992px) and (max-width: 1440px) {
  body.Homepage section.section_press .wrapper .slider .items .item {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 27%;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  body.Homepage section.section_press .wrapper .slider items .item {
    width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 21%;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .container .presstitle {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item {
    width: 25%;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date {
    width: 100%;
    height: 31px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date .date_text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer {
    width: 100%;
    height: 54px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer .text {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .items .item .style {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 21%;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date {
    width: 100%;
    height: 28px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date .date_text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer {
    width: 100%;
    height: 46px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer .text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body.Homepage section.section_press .wrapper .slider .items .item .style {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item {
    width: 50%;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date {
    width: 100%;
    height: 28px;
    margin-top: 15px;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date .date_text {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer {
    width: 100%;
    height: 30px;
    line-height: 21px;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer .text {
    font-size: 17px;
  }
}

@media (max-width: 700px) {
  body.Homepage section.section_press .wrapper .slider .items .item .style {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .container {
    max-width: 100vw;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left {
    top: 29%;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 29%;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item {
    width: 100%;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date {
    width: 100%;
    height: 26px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date .date_text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer {
    width: 100%;
    height: 53px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer .text {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .items .item .style {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 23%;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .pressmore {
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .pressmore a {
    width: 100%;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    right: 0;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .pressmore a .button {
    padding: 11px 0px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: white;
    background-color: #FF920B;
    width: 76%;
    right: 0;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
  }
}

@media (max-width: 575px) {
  body.Homepage section.section_press .pressmore a .button:hover {
    order: 1px solid transparent;
    background-color: #d6d6d6;
    color: #FF920B;
    text-decoration: none;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left {
    top: 25%;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 25%;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item {
    width: 50%;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item .date {
    width: 100%;
    height: 32px;
    margin-top: 15px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item .date .date_text {
    font-size: 19px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item .footer {
    width: 100%;
    height: 50px;
    line-height: 21px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item .footer .text {
    font-size: 19px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons .item .style {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 414px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 21%;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_press .wrapper .slider .items .item {
    width: 100%;
  }
}

@media (max-width: 360px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 25%;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left {
    width: 70px;
    height: 70px;
    top: 29%;
    font-size: 40px;
    padding: 4px 23px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_press .wrapper .slider .buttons #right {
    width: 70px;
    height: 70px;
    top: 29%;
    font-size: 40px;
    padding: 4px 28px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_press .wrapper .slider .items .item .date {
    width: 100%;
    height: 28px;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_press .wrapper .slider .items .item .footer {
    width: 100%;
    height: 32px;
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 320px) {
  body.Homepage section.section_press .wrapper .slider .buttons #left, body.Homepage section.section_press .wrapper .slider .buttons #right {
    top: 25%;
  }
}

