.about {
  display: block;
  padding: 40px 20%;
  font-size: 0;
}
@media (max-width: 1366px) {
  .about {
    padding: 40px 5%;
  }
}
@media (max-width: 1024px) {
  .about {
    padding: 40px 4%;
  }
}
.about .left {
  display: inline-block;
  width: 380px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .about .left {
    width: 100%;
  }
}
.about .left .img-cont {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.about .left .img-cont img {
  display: block;
  width: 100%;
  height: auto;
}
.about .right {
  display: inline-block;
  width: calc(100% - 380px);
  vertical-align: top;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .about .right {
    width: 100%;
    padding: 20px 1%;
  }
}
.about .right h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  padding-bottom: 20px;
}
.about .right p {
  display: block;
  font-size: 16px;
  color: #4d5673;
  line-height: 150%;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .about .right p {
    font-weight: 400;
  }
}
.about .right .box {
  display: inline-block;
  padding: 20px 20px;
  background-color: #F5F6FA;
  border-radius: 12px;
  margin: 0 10px 0 0;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .about .right .box {
    width: 48%;
    margin: 0 1%;
    height: 130px;
  }
}
.about .right .box img {
  display: inline-block;
}
.about .right .box .text {
  display: block;
  color: #0F1D3E;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0;
}
.about .right .box .text span {
  display: inline-block;
  color: #3672E7;
}

.article {
  display: block;
  padding: 40px 15%;
}
@media (max-width: 1366px) {
  .article {
    padding: 40px 5%;
  }
}
@media (max-width: 1024px) {
  .article {
    padding: 40px 4%;
  }
}
.article h2 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  padding: 20px 0 10px 0;
  text-align: center;
}
.article .motto {
  display: block;
  color: #808CB3;
  font-size: 12px;
  text-align: center;
}
.article .carousel {
  display: block;
  margin-top: 20px;
}
.article .carousel .item {
  display: inline-block;
  width: 100%;
  min-height: 210px;
  padding: 32px 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}
.article .carousel .item.h310 {
  height: 310px;
}
.article .carousel .item h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0F1D3E;
  padding: 20px 0;
}
.article .carousel .item p {
  display: block;
  font-size: 12px;
  color: #4d5673;
  font-weight: 400;
  line-height: 150%;
}
.article .carousel .owl-controls {
  display: block;
  padding: 10px;
}
.article .carousel .owl-controls .owl-nav > div {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #808CB3;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.article .carousel .owl-controls .owl-nav > div:hover {
  background-color: #667198;
}
.article .carousel .owl-controls .owl-nav .owl-prev {
  left: -20px;
  top: 40%;
  background-image: url("/assets/images/icon-prev-arrow.svg");
}
.article .carousel .owl-controls .owl-nav .owl-next {
  right: -20px;
  top: 40%;
  background-image: url("/assets/images/icon-next-arrow.svg");
}
.article.expertise-areas {
  font-size: 0;
  background-color: #F5F6FA;
  background-attachment: scroll;
  background-image: url("/assets/images/image-bg-expertise.png");
  background-position: left center;
}
.article.expertise-areas .carousel .item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.article.expertise-areas .carousel .item img.icon {
  display: inline-block;
  width: 32px;
  height: auto;
  margin: 0 auto;
}
.article.blog .carousel .item {
  border-radius: 16px;
  background: #F5F6FA;
  padding: 0 0 10px 0;
  text-align: left;
  overflow: hidden;
}
.article.blog .carousel .item .img-crop {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.article.blog .carousel .item .img-crop img {
  display: block;
  width: 100%;
  height: auto;
}
.article.blog .carousel .item .date {
  display: block;
  font-size: 14px;
  padding: 10px 10px;
}
.article.blog .carousel .item .date img {
  display: inline-block;
  width: 16px;
  height: auto;
  margin: 0 4px 0 0;
}
.article.blog .carousel .item .date span {
  display: inline-block;
  color: #3672E7;
}
.article.blog .carousel .item h3 {
  padding: 5px 10px;
  line-height: 150%;
}
.article.blog .carousel .item p {
  padding: 5px 10px;
}
.article.practices-health {
  font-size: 0;
  padding: 0 4%;
}
.article.practices-health .box {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 32.33%;
  height: 220px;
  margin: 20px 0.5%;
  padding: 30px 50px;
  background: lightgray center center;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .article.practices-health .box {
    width: 100%;
    margin: 5px 0.5%;
  }
}
.article.practices-health .box:hover {
  background-color: #3672E7;
  box-shadow: 0px 6px 16px 0px #B7C7E7;
}
.article.practices-health .box.active {
  background-color: #3672E7;
  box-shadow: 0px 6px 16px 0px #B7C7E7;
}
.article.practices-health .box .mask {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.article.practices-health .box .mask h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
.article.practices-health .box .mask p {
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.article.practices-health .tab-buttons {
  display: block;
}
.article.practices-health .tab-buttons .tab-button {
  display: inline-block;
  width: 49.6%;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 500;
  background-color: #F5F6FA;
  text-align: center;
  margin: 10px 0.2%;
  border-radius: 8px;
  color: #808CB3;
  cursor: pointer;
}
.article.practices-health .tab-buttons .tab-button:hover {
  color: #fff;
  background-color: #f18518;
}
.article.practices-health .tab-buttons .tab-button.active {
  color: #fff;
  background-color: #F93;
}
.article.practices-health .tab-contents {
  display: block;
  padding: 20px 0;
}
.article.practices-health .tab-contents .tab-content {
  display: none;
  text-align: center;
}
.article.practices-health .tab-contents .tab-content.active {
  display: block;
}
.article.practices-health .tab-contents .tab-content h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0F1D3E;
}
.article.practices-health .tab-contents .tab-content p {
  display: block;
  font-size: 12px;
  color: #4d5673;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0;
  padding: 0 10%;
}