.i-about .about {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
.i-about .about .top .cont {
  display: flex;
  align-items: flex-end;
}
.i-about .about .top .cont .r {
  width: 37.5%;
}
.i-about .about .top .cont .r .pic {
  width: 100%;
}
.i-about .about .top .cont .r .pic img {
  width: 100%;
}
.i-about .about .top .cont .l {
  width: 62.5%;
  padding: 0 60px 0 0;
}
.i-about .about .top .cont .l .year {
  color: #D9001B;
  font-family: Arial;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
}
.i-about .about .top .cont .l .tit {
  color: #333;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0 15px;
  max-width: 460px;
}
.i-about .about .top .cont .l .desc {
  color: #666;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 26.25px */
  text-transform: capitalize;
}
.i-about .about .bot {
  margin: 60px 0 0;
  position: relative;
}
.i-about .about .bot:before {
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed rgba(51, 51, 51, 0.2);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
}
.i-about .about .bot .list {
  position: relative;
  z-index: 1;
}
.i-about .about .bot .slick-active.slick-current .cont .point {
  border-color: #999;
}
.i-about .about .bot .slick-active.slick-current .cont .point:before {
  background-color: #D9001B;
}
.i-about .about .bot .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.i-about .about .bot .cont .point {
  width: 28px;
  height: 28px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.i-about .about .bot .cont .point:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B9B9B9;
  display: block;
  transition: all 0.35s;
}
.i-about .about .bot .cont .year {
  color: #000;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  text-align: center;
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .i-about .about .top .cont {
    flex-wrap: wrap;
  }
  .i-about .about .top .cont .l {
    width: 100%;
  }
  .i-about .about .top .cont .l .year {
    font-size: 32px;
  }
  .i-about .about .top .cont .l .tit {
    font-size: 18px;
    margin: 5px 0;
  }
  .i-about .about .top .cont .l .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .i-about .about .top .cont .r {
    width: 100%;
    margin: 10px 0 0;
  }
  .i-about .about .bot {
    margin: 20px 0 0;
  }
  .i-about .about .bot .cont .year {
    font-size: 20px;
  }
}


.screen-reader-response{
    display: none;
}

.inpage-map .messagebox .message form ul li p{
    margin: 0;
}

.inpage-map .messagebox .message form ul li textarea{
    height: 120px;
    resize: none;
}
.trp-ls-shortcode-current-language {
  width: fit-content !important;
  padding: 5px 0;
}
.trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.inTop .trp-ls-shortcode-current-language a {
  color: #000 !important;
}
.trp_language_switcher_shortcode {
  /*position: absolute;*/
  /*right: 0;*/
  margin-left: 25px;
}
.trp_language_switcher_shortcode a {
  color: #000;
  display: flex!important;
  align-items: center;
  width: fit-content;
  margin-left: 0!important;
  transition: all 0.35s;
}
.trp_language_switcher_shortcode a:hover {
  color: #E95B8B;
}
.trp_language_switcher_shortcode a img {
  margin-right: 5px;
}
.trp-language-switcher {
  position: relative;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
}
.trp-ls-shortcode-language {
  position: absolute;
  display: flex!important;
  flex-direction: column;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
  padding: 15px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  width: fit-content !important;
  opacity: 0;
  transition: all 0.35s;
}
.lan1{
    display: inline-block;
}