/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

.post_author_custom {
    width: 50%;
    margin: auto;
    border: 3px solid lightgray;
    margin-bottom: 50px;
}
#activity-filter-select {display:none!important;}
.tabs2 ul li label {font-weight:bold!important;font-size:15px!important;}

@media screen and (min-width:768px) {
  .sp {display:none!important;}
  .home .container.posts .post-wrap span {margin-left:80px;border:1px solid #000;border-radius:5px;padding:3px 5px;}
  .footer-sliding #Wrapper, .footer-sliding #Content {margin-bottom:0!important;}
  .post-wrap-overseas {padding-top:10px;border-bottom:1px solid #000;}
  .hide-love .post-header .title_wrapper {padding-left:0;}
  .single-post .post-header {margin-top:100px;}
  .page-template-overseas-reports .container.posts {border-bottom:1px solid #36b1dc;margin:15px auto;}
  .content2 .whole-post h2 {position: relative;display:block;left:110px;top:-40px;line-height:0;}
  .tabs2 .content2 section h2, .tabs2 ul li label {cursor:pointer;}
  .origin {color:#000;display:inline-block;margin-top:2px;vertical-align:top;}
  .gp-bp-wrapper.gp-style-classic .gp-loop-content {min-height:240px;padding-top:78px;}
}

@media screen and (max-width:768px) {
  .pc {display:none;}
  .home .container.posts .post-wrap span {border:1px solid #000;border-radius:5px;padding:3px 5px;}
  .content2 .container.posts {padding-right:10px!important;padding-left:10px!important;}
  p.origin {display: inline-block;vertical-align: top;left:33%;position: absolute;font-size: 12px;margin-top:45px;}
  .content2 .post-wrap-overseas {border:1px solid #000;padding:5px;margin-bottom:15px;}
  .content2 .post-wrap-overseas h2 {margin-bottom:0!important;}
  .content .post-wrap-overseas h2 {margin-bottom:15px!important;}
  .hide-love .post-header .title_wrapper {padding-left:0;}
  .section_wrapper, .container, .four.columns .widget-area {padding-right:10px!important;padding-left:10px!important;}
  ul.clients:not(.clients_slider_ul) li {margin-bottom:15px!important;}
  .post_author_custom {width:95%;}
}

.inline_pc {display:inline-block;}
.home .container.posts .post-wrap {color:#000;text-align:left;height:40px;}
.home .container.posts .post-wrap a {padding-left:10px;color:#000;}
.thedate {color:#fff;display:inline-block;margin-right:20px;margin-bottom:0;font-weight:bold;background:#36b1dc;font-size:10px;padding:5px;line-height:1;vertical-align:text-bottom;}
.post-wrap-overseas h2 {font-size:22px;display:inline-block;margin-bottom:10px;}
.post-nav .next-prev-nav,.hide-love .post-nav {display:none!important;}
.share_wrapper, .single-photo-wrapper.image {display:none!important;}
.fixed-nav.fixed-nav-prev,.fixed-nav.fixed-nav-next {display:none!important;}
.content2 .thedate {vertical-align:top;}
.post-wrap-overseas img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.gp-logo-image {width:150px;}




.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  padding: 50px;
  padding-bottom: 80px;
  width: 80%;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-size: 18px;
  color: #000;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight:500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
/* .tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #36b1dc;
  margin-top: 5px;
  left: 1px;
} */
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ .content > section:nth-child(7) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ .content > section:nth-child(8) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(9):checked ~ ul > li:nth-child(9) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(9):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(9):checked ~ .content > section:nth-child(9) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(10):checked ~ ul > li:nth-child(10) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(10):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(10):checked ~ .content > section:nth-child(10) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(11):checked ~ ul > li:nth-child(11) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(11):checked ~ ul > li:nth-child(11) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(11):checked ~ ul > li:nth-child(11) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(11):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(11):checked ~ .content > section:nth-child(11) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(12):checked ~ ul > li:nth-child(12) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs input[name="tab-control"]:nth-of-type(12):checked ~ ul > li:nth-child(12) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(12):checked ~ ul > li:nth-child(12) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(12):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(12):checked ~ .content > section:nth-child(12) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 0px;
    border-radius: 5px;
    font-size:13px;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

.tabs2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  padding: 50px;
  padding-bottom: 80px;
  width: 80%;
}
.tabs2 input[name="tab-control2"] {
  display: none;
}
.tabs2 .content2 section h2,
.tabs2 ul li label {
  font-size: 18px;
  color: #000;
}
.tabs2 ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
.tabs2 ul li {
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
  text-align: center;
}
.tabs2 ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight:500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs2 ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs2 ul li label:hover, .tabs2 ul li label:focus, .tabs2 ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs2 ul li label:hover svg, .tabs2 ul li label:focus svg, .tabs2 ul li label:active svg {
  fill: #bec5cf;
}
.tabs2 .slider {
  position: relative;
  width: 25%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs2 .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
.tabs2 .content2 {
  margin-top: 30px;
}
.tabs2 .content2 section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
/* .tabs2 .content2 section h2::after {
 *   content: "";
 *     position: relative;
 *       display: block;
 *         width: 30px;
 *           height: 3px;
 *             background: #36b1dc;
 *               margin-top: 5px;
 *                 left: 1px;
 *                 } */
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(1):checked ~ .content2 > section:nth-child(1) {
  display: block;
}

.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(2):checked ~ .content2 > section:nth-child(2) {
  display: block;
}

.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(3):checked ~ .content2 > section:nth-child(3) {
  display: block;
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(4):checked ~ .content2 > section:nth-child(4) {
  display: block;
}

.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(5):checked ~ .content2 > section:nth-child(5) {
  display: block;
}

.tabs2 input[name="tab-control2"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(6):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(6):checked ~ .content2 > section:nth-child(6) {
  display: block;
}

.tabs2 input[name="tab-control2"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: #36b1dc;
}
.tabs2 input[name="tab-control2"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label svg {
  fill: #36b1dc;
}
@media (max-width: 600px) {
  .tabs2 input[name="tab-control2"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs2 input[name="tab-control2"]:nth-of-type(7):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs2 input[name="tab-control2"]:nth-of-type(7):checked ~ .content2 > section:nth-child(7) {
  display: block;
}

@-webkit-keyframes content2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content2 {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs2 ul li label {
    white-space: initial;
  }
  .tabs2 ul li label br {
    display: initial;
  }
  .tabs2 ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs2 ul li label {
    border-radius: 5px;
    font-size: 13px!important;
  }
  .tabs2 .slider {
    display: none;
  }
  .tabs2 .content2 {
    margin-top: 20px;
  }
  .tabs2 .content2 section h2 {
    display: block;
  }
}

table.table1 tr td {background:transparent;}
table.table3 tr td {background:transparent;text-align:left;}
table.table2 tr:nth-child(2n) td {background:inherit;}
table.table3 {margin-top:50px;}
table tr:first-child td {box-shadow:none;}
.author-box-wrapper {display:none;}
.page-id-5740 .post-footer {display:none!important;}
.page-id-5740 .excerpt-hellip {display:none!important;}
.page-id-5740 img.scale-with-grid.wp-post-image {width:100%;height:240px!important;object-fit:contain;background:#000;}
.page-id-5740 .photo2 .post .post-desc-wrapper {padding:15px 15px;}
.page-id-5740 .post-desc-wrapper span.date {margin-top: -10px;position: absolute;}

@media screen and (max-width:768px) {
  .tabs2 {padding:0;width:100%;padding-bottom:30px;}
  .tabs {padding:0;width:95%;}
  .tabs2 .content2 section h2, .tabs2 ul li label {font-size:14px;letter-spacing:1px;}
  table.table1, table.table2 {width:max-content;}
  table.table3 tr td {font-size:12px!important;width:100px;}
  table.table3 tr td p span span {font-size:12px!important;}
  table.table3 tr td span span {font-size:12px!important;}
  .masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc {padding:70px 15px 8px;}
  .post-wrap-overseas p {color:#000;}
  .mcb-item-70u54366i .container.posts {padding-right:0!important;padding-left:0!important;}
}
@media screen and (min-width:768px) {
  .tabs ul li {width:inherit;}
  .tabs2 ul li {width:inherit;}
  table p {margin-bottom: 0;padding: 3px 10px;}
  table.table1, table.table2, table.table3 {
    width: 800px;
  }
  table.table3 {float:right;margin-top:100px;width:520px;}
  table.table3 tr td {width:200px;}
#Top_bar .top_bar_left {width:100%;}
}

.single-post a {color:#2991d6;}
