@charset "UTF-8";

/* --------------- *\
 * staff
\* --------------- */
.gradient_bg {
  background-image: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background-image: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background-image: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
}
.gradient_underline {
  background-image: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background-image: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background-image: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background-repeat: no-repeat;
  background-size: 100% .4em;
  background-position: 0 80%;
}
.staff_header,
.staff_header_detail {
  background-color: #fff;
}
.staff_header > ul,
.staff_header_detail > ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: bold;
}
.staff_header > ul {
  padding: 7px 0;
}
.staff_header_detail > ul {
  padding: 15px 0;
}
.staff_header > ul > li,
.staff_header_detail > ul > li {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.staff_header > ul > li a,
.staff_header_detail > ul > li a {
  text-decoration: none;
  color: #333;
}
.staff_header .narrow_lang {
  padding: 15px 30px;
  border-radius: 100px;
  cursor: pointer;
}
.staff_header .narrow_lang i {
  margin-right: 10px;
}
.staff_header .narrow_lang.open + .narrow_lang_list {
  display: flex;
}
.staff_header .narrow_lang_list {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 75px;
  width: 100%;
  padding: 20px 100px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px #ccc;
}
.staff_header .narrow_lang_list li {
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.staff_header .narrow_lang_list li a {
  color: #333333;
  text-decoration: none;
}
.staff_header .narrow_lang_list li.selected,
.staff_header .narrow_lang_list li:hover {
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  .staff_header > ul {
    display: block;
    padding: 15px 0;
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .staff_header > ul > li {
    /*margin-right: 25px;*/
  }
  .staff_header .narrow_lang_list {
    display: flex;
    position: relative;
    /*left: 0;*/
    top: 0;
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
  }
  .staff_header .narrow_lang_list li {
    /*padding: 12px 30px;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    flex-shrink: 0;
    margin-right: 15px;
  }
  .staff_header .narrow_lang_list li.selected,
  .staff_header .narrow_lang_list li:hover {
    background-color: transparent;
    background-image: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background-image: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background-image: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  }
  .staff_header .narrow_lang_list li:not(.selected) {
    position: relative;
    background-color: transparent;
    padding: 3px
  }
  .staff_header .narrow_lang_list li:not(.selected)::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    border-radius: 100px;
  }
  .staff_header .narrow_lang_list li:not(.selected) div {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100px;
    padding: 9px 27px;
  }
}
/* #staff_list */
#staff_list {
  margin-bottom: 20px;
}
#staff_list h3 {
  padding: 50px 0 40px;
}
#staff_list h3 div {
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
}
#staff_list h3 span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
}

#ul_staff_list {
  display: flex;
  /*justify-content: space-around;*/
  flex-wrap: wrap;
}
#ul_staff_list li{
  width: 25%;
  margin-bottom: 20px;
}
#ul_staff_list li img{
  width: calc(100% - 20px);
  position: relative;
  z-index: 1;
}

#staff_list li {
  position: relative;
  overflow: hidden;
}
/*
#staff_list li:nth-child(n+5) {
  margin-top: 25px;
}
*/
#staff_list li a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #333;
}
/*
#staff_list li .staff_img {
  position: relative;
  z-index: 1;
}
*/
#staff_list li .staff_name_lang {
  position: absolute;
  z-index: 2;
  /*left: 5%;*/
  top: 10px;
  text-align: center;
  width: 90%;
  font-weight: bold;
}
#staff_list li .staff_name {
  border-radius: 100px;
  border: 3px solid #fff;
  font-size: 14px;
  padding: 10px 20px;
  min-width: 50%;
  display: inline-block;
}
#staff_list li .staff_lang {
  /*margin-top: 10px;*/
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 28px;
  font-size: 13px;
  font-weight: bold;
  background-color: rgba(255,255,255,0.6);
  padding: 2px 8px;
  max-width: 150px;
  text-align: center;
}
#staff_list li .watch_video {
  position: absolute;
  z-index: 2;
  left: -15px;
  bottom: -15px;
  padding: 3px;
  text-decoration: none;
}
#staff_list li .watch_video:hover {
  opacity: 0.8;
}
#staff_list li .watch_video::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  background: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
  border-radius: 100%;
}
#staff_list li .watch_video div {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-color: #fff;
  /*background-image: url(../assets/img/front/staff/watch_video_ico.png);*/
  background-image: url(../img/front/staff/watch_video_ico.png);
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
  background-size: 70% auto;
  border-radius: 100%;
  padding: 15px 0 0 20px;
  font-size: 12px;
  font-weight: bold;
}
#staff_list .guide_more {
  /*
  margin-top: 40px;
  margin-bottom: 40px;
  */
  font-size: 13px;
  text-align: center;
}
#staff_list .guide_more button,
#staff_list .guide_more a {
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
#staff_list .guide_more button i,
#staff_list .guide_more a i {
  margin-right: 10px;
}


#staff_list .moreLoading {
  height: 378px;
  position: relative;
  text-align: center;
}
#staff_list .moreLoading img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}


@media (max-width: 1219px) {
  #staff_list li .staff_name {
    font-size: 16px;
    padding: 8px 18px;
  }
}
@media (max-width: 767px) {
  #staff_list {
    /*margin-bottom: 70px;*/
  }
  #staff_list ul {
    /*display: flex;*/
    justify-content: space-between;
    padding-top: 15px;
  }
  #staff_list li {
    width: 49%;
  }
  #staff_list li:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  #staff_list li:nth-last-child(n+3) {
    margin-bottom: 20px;
  }
  #staff_list li .staff_img {
    width: 100%;
  }
  #staff_list li .staff_name {
    border: 2px solid #fff;
    font-size: 14px;
    padding: 5px 10px;
    min-width: 60%;
  }
  #staff_list li .staff_lang {
    right: 8px;
    max-width: 140px;
  }
  #staff_list li .watch_video {
    left: -10px;
    bottom: -10px;
  }
  #staff_list li .watch_video div {
    width: 50px;
    height: 50px;
    background-position: right 8px top 8px;
    background-size: 70% auto;
    padding: 13px 0 0 13px;
    font-size: 10px;
    line-height: 12px;
  }
  #staff_list .guide_more {
    /*margin-top: 40px;*/
    /*font-size: 13px;*/
  }
  #staff_list .guide_more a {
    /*padding: 15px 30px;*/
  }
  #staff_list .guide_more a i {
    /*margin-right: 10px;*/
  }
}
/* #staff_detail */
#staff_detail {
}
#staff_detail .staff_cover {
  height: 300px;
  background-image: url(../assets/img/front/staff/cover.png);
  /*background-image: url(../img/front/staff/cover.png);*/
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center
}
#staff_detail .staff_cover_inner {
}
#staff_detail .staff_circles {
  position: relative;
  width: 240px;
  height: 153px;
  margin: 0 auto;
}
#staff_detail .staff_img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 153px;
  height: 153px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
#staff_detail .watch_video + .staff_img {
  right: auto;
}
#staff_detail .watch_video {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 153px;
  height: 153px;
  border-radius: 100%;
  padding-left: 80px;
  overflow: hidden;
  background-color: #ffdf00;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  text-decoration: none;
}
#staff_detail .watch_video:hover {
  opacity: 0.9;
}
#staff_detail .staff_description {
  margin-top: -20px;
  padding: 30px 40px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
#staff_detail .staff_nickname {
  color: #ff9600;
  font-size: 16px;
  font-weight: bold;
}
#staff_detail .staff_name {
  font-size: 23px;
  font-weight: bold;
}
#staff_detail .staff_can_speak {
  font-size: 13px;
}
#staff_detail .staff_can_speak i {
  margin-right: 5px;
}
@media (max-width: 767px) {
  #staff_detail .staff_cover {
    height: auto;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center*/
  }
  #staff_detail .staff_cover_inner {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #staff_detail .staff_circles {
    /*position: relative;*/
    width: 50%;
    height: auto;
    /*margin: 0 auto;*/
    flex-shrink: 0;
  }
  #staff_detail .staff_img {
    position: relative;
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 2;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*width: 153px;*/
    /*height: 153px;*/
    padding: 3px;
  }
  #staff_detail .staff_img div {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
  }
  #staff_detail .staff_img div img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #staff_detail .watch_video {
    right: auto;
    left: 0;
    top: auto;
    bottom: -5px;
    z-index: 3;
    /*display: flex;*/
    /*align-items: center;*/
    width: 70px;
    height: 70px;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 3px;
  }
  #staff_detail .watch_video div {
    position: relative;
    z-index: 2;
    border-radius: 100%;
    background-color: #fff;
    background-image: url(../assets/img/front/staff/watch_video_ico.png);
    /*background-image: url(../img/front/staff/watch_video_ico.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #staff_detail .staff_img::before,
  #staff_detail .watch_video::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background: -o-linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    background: linear-gradient( 280deg, #ffea00 12.08%, #ff9c00 95.62% );
    border-radius: 100%;
  }
  #staff_detail .staff_description {
    width: 50%;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
    flex-shrink: 0;
  }
  #staff_detail .staff_nickname {
    font-size: 14px;
  }
  #staff_detail .staff_name {
    font-size: 18px;
  }
  #staff_detail .staff_can_speak {
    font-size: 11px;
  }
  #staff_detail .staff_can_speak i {
    /*margin-right: 5px;*/
  }
  #staff_detail .staff_with_me {
    margin-top: 10px;
  }
  #staff_detail .staff_with_me a {
    display: inline-block;
    border-radius: 100px;
    padding: 10px 20px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
  }
}
#staff_gallery {
  padding-top: 80px;
  background-color: #fff;
}
#staff_gallery .staff_gallery_inner .slick-slide {
  text-align: center;
}
#staff_gallery .staff_gallery_inner .slick-slide.movie {
  position: relative;
}
#staff_gallery .staff_gallery_inner .slick-slide.movie::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  /*background-image: url(../assets/img/front/staff/movie_ico.png);*/
  background-image: url(../img/front/staff/movie_ico.png);
  background-size: 49px 49px;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 204px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}
#staff_gallery .staff_gallery_inner .slick-slide img {
  display: inline-block;
  width: 204px;
  height: 100%;
}
#staff_gallery .prev,
#staff_gallery .next {
  position: absolute;
  top: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ffdb14;
  border-radius: 100%;
  font-size: 18px;
  cursor: pointer;
}
#staff_gallery .prev {
  left: auto;
  right: 50%;
  transform: translateX(-10px);
  padding-right: 2px;
}
#staff_gallery .next {
  left: 50%;
  right: auto;
  transform: translateX(10px);
  padding-left: 2px;
}
#staff_gallery .prev::before,
#staff_gallery .next::before {
  color: #333;
}
@media (max-width: 767px) {
  #staff_gallery {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #staff_gallery .staff_gallery_inner {
    padding: 0;
  }
  #staff_gallery .staff_gallery_inner .slick-slide img {
    width: auto;
    height: auto;
  }
  #staff_gallery .staff_gallery_inner .slick-slide.movie::after {
    background-size: 40px 40px;
  }
  #staff_gallery .slick-dots {
    bottom: -30px;
  }
  #staff_gallery .slick-dots li button:before {
    font-size: 40px;
  }
}
#staff_interests_profiles h3,
#staff_tours h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
#staff_detail .staff_interests_profiles {
  background-color: #fff;
  padding: 50px 0;
}
#staff_detail .staff_interests_profiles .wrapper {
  display: flex;
}
#staff_detail .staff_interests {
  width: 35%;
  padding-right: 40px;
}
#staff_detail .staff_interests ul {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
#staff_detail .staff_interests li {
  flex-shrink: 0;
}
#staff_detail .staff_interests li:not(:last-child)::after {
  content: "/";
  margin: 0 10px;
}
#staff_detail .staff_profiles {
  width: 65%;
  border-left: 1px solid #d4d4d4;
  padding-left: 50px;
}
#staff_detail .staff_profiles li {
  margin-bottom: 10px;
}
#staff_detail .staff_profiles li:last-child {
  margin-bottom: 0px;
}
#staff_detail .staff_profiles li div {
  font-size: 15px;
  font-weight: bold;
}
#staff_detail .staff_profiles li p {
  font-size: 13px;
  color: #ff9600;
}
#staff_detail .staff_profiles .profiles_more a {
  /*display: inline-block;*/
  /*padding: 10px 20px;*/
  /*text-decoration: none;*/
  /*border-radius: 100px;*/
  /*font-weight: bold;*/
  /*color: #333;*/
}

#staff_detail .staff_profiles .moreBody {
  display: none;
}


@media (max-width: 767px) {
  #staff_interests_profiles h3,
  #staff_tours h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  #staff_detail .staff_interests_profiles {
    padding: 0 0 20px;
  }
  #staff_detail .staff_interests_profiles .wrapper {
    display: block;
  }
  #staff_detail .staff_interests {
    width: 100%;
    padding-right: 0;
  }
  #staff_detail .staff_interests ul {
    /*font-size: 15px;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
  }
  #staff_detail .staff_interests li {
    /*flex-shrink: 0;*/
  }
  #staff_detail .staff_interests li:not(:last-child)::after {
    /*content: "/";*/
    /*margin: 0 10px;*/
  }
  #staff_detail .staff_profiles {
    width: 100%;
    border-left: none;
    border-top: 1px solid #d4d4d4;
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
  }
  #staff_detail .staff_profiles li {
    /*margin-bottom: 10px;*/
  }
  #staff_detail .staff_profiles li div {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
  }
  #staff_detail .staff_profiles li p {
    /*font-size: 13px;*/
  }
  #staff_detail .staff_profiles .profiles_more {
    text-align: center;
    /*margin-top: 40px;*/
  }
  #staff_detail .staff_profiles .profiles_more a {
    padding: 10px 20px;
    font-weight: bold;
  }
}
#staff_detail .staff_tours {
  padding-top: 50px;
  padding-bottom: 10px;
}
#staff_detail .staff_tours .list_slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#staff_detail .staff_tours .list_slider .list_item {
  width: 190px;
  margin-bottom: 40px;
  margin-right: 18px;
  padding: 0;
}
#staff_detail .staff_tours .list_slider .list_item:nth-child(5n) {
  margin-right: 0;
}
#staff_detail .staff_tours .list_slider .list_item .fav {
  top: 5px;
  right: 10px;
}
#staff_detail .staff_tours .list_slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#staff_detail .staff_tours .list_slider .list_item {
  width: 190px;
  margin-bottom: 40px;
  margin-right: 18px;
  padding: 0;
}
#staff_detail .staff_tours .list_slider .list_item:nth-child(5n) {
  margin-right: 0;
}
#staff_detail .staff_tours .list_slider .list_item .fav {
  top: 5px;
  right: 10px;
}
#staff_detail .staff_tours .list_slider .list_item .ribbon {
  top: -6px;
  left: 9px;
}
@media (max-width: 1219px) {
  #staff_detail .staff_tours .list_slider .list_item {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #staff_detail .staff_tours .list_slider {
    justify-content: space-between;
  }
  #staff_detail .staff_tours .list_slider .list_item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#staff_detail .staff_link_list_bg {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 40px;
}
#staff_detail .staff_link_list {
  display: flex;
}
#staff_detail .staff_link_list > a {
  display: block;
  width: 50%;
  border-right: 1px solid #d4d4d4;
  padding: 20px 10px;
  text-align: center;
  color: #333;
  text-decoration: none;
}
#staff_detail .staff_link_list > a:last-child {
  border-right: none;
}
#staff_detail .link_icon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 0 10px #ddd;
}
#staff_detail .link_icon img {
  max-width: 100%
}
#staff_detail .link_title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
#staff_detail .staff_link_list p {
  font-size: 14px;
}
@media (max-width: 767px) {
  #staff_detail .link_title {
    font-size: 20px;
  }
  #staff_detail .staff_link_list p {
    font-size: 12px;
  }
}

/* Youtube thumb */
#staff_gallery img{
  height: 204px !important;
  object-fit: cover;
}
@media (max-width: 1219px) {
  #staff_gallery img {
    height: 176px !important;
  }
}
@media (max-width: 767px) {
  #staff_gallery img {
    height: 204px !important;
  }
}
@media (max-width: 600px) {
  #staff_gallery img {
    height: 146px !important;
  }
}
