/* RWD */
/* boostap - RWD */
.D\(n\) {
  display: none;
}

.D\(b\) {
  display: block;
}

.orcabiz-copyright{
  font-size: 10px;
}

@media screen and (min-width: 1366px) {
  .D\(n\,p\) {
    display: none;
  }

  .D\(b\,p\) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .D\(n\,pt\) {
    display: none;
  }

  .D\(b\,pt\) {
    display: block;
  }


}

@media screen and (max-width: 1365px) and (min-width: 768px) {
  .D\(n\,t\) {
    display: none;
  }

  .D\(b\,t\) {
    display: block;
  }
}

@media screen and (max-width: 1365px) {
  .D\(n\,tm\) {
    display: none;
  }

  .D\(b\,tm\) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .D\(n\,m\) {
    display: none;
  }

  .D\(b\,m\) {
    display: block;
  }
}

@media screen and (min-width: 1366px) {
  .hdr-container {
    padding: 0 0 0 65px;
  }

  .search .input-group {
    background-color: #fff;
    width: 320px;
  }

  .ftr-container {
    padding: 0 66px;
  }

  .new-article .news-article-title {
    font-size: 35px;
    line-height: 45px;
  }

  .new-article .news-article-abstract {
    font-size: 14px;
    line-height: 23px;
  }

  .new-img img {
    width: 440px !important;
  }

  .new-list {
    height: 285px;
  }

  .news-item {
    height: 285px;
  }

  .category-title {
    height: 195px;
    width: 135px;
  }

  .category-title .title {
    height: 100%;
    font-size: 40px;
    letter-spacing: 7px;
    margin: 3px 10px;
  }

  .category-title .sub-title {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .article-list {
    height: 605px;
  }

  .article-item {
    position: relative;
  }

  .article-item .article-img {
    overflow: hidden;
  }

  .article-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .article-item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .article-item.article-item-large {
    width: 440px;
  }

  .article-item.article-item-large img {
    height: 290px;
    width: 100%;
  }

  .article-item.article-item-large .article-desc {
    overflow: hidden;
    height: 315px;
    width: 100%;
    border-width: 20px 30px 20px 25px;
  }

  .article-item.article-item-large .article-desc .article-date {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 13px;
  }

  .article-item.article-item-large .article-desc .article-title {
    overflow: hidden;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .article-item.article-item-large .article-desc .article-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 13px;
  }

  .article-item.article-item-small {
    width: 320px;
  }

  .article-item.article-item-small img {
    height: 213px;
    width: 100%;
  }

  .article-item.article-item-small .article-date {
    display: none;
  }

  .article-item.article-item-small .article-desc {
    overflow: hidden;
    height: 77px;
    width: 100%;
    border-width: 5px 20px;
  }

  .article-item.article-item-small .article-desc .article-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
  }

  .article-item.article-item-small .article-content {
    display: none;
  }

  .article-desc {
    border-style: solid;
    border-color: #eaeaea;
    background-color: #eaeaea;
  }

  .article-desc .article-date {
    color: #000;
  }

  .article-desc .article-title {
    color: var(--color-blue);
  }

  .article-desc .article-content {
    color: #000;
  }

  .ad-banner {
    height: 200px;
    margin-top: 24px;
  }

  .hot-video {
    margin-bottom: 77px;
  }

  .hot-video-item {
    width: 100%;
    height: 210px;
  }

  .hot-video-model .hot-video-model-container {
    height: 100%;
    width: 100%;
  }

  .hot-video-model .hot-video-close-btn {
    right: 1.5vmin;
    top: 1.5vmin;
    padding: 5px;
    width: 4vmin;
    height: 4vmin;
    font-size: 2vmin;
  }

  .expert-list {
    margin-left: 66px;
  }

 

  .expert-card .expert-info {
    padding: 17px 17px 15px 17px;
  }

  .expert-card .expert-info .expert-desc {
    font-size: 22px;
    margin-bottom: 14px;
  }
  
  .expert-card .expert-info .expert-name {
    /* font-size: 25px; */
  }
}

@media screen and (min-width: 768px) {
  .hdr-container {
    max-width: 1200px;
    min-height: 130px;
    margin: 0 auto;
  }

  .hdr-container .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 20%;
  }

  .hdr-container .social-list img {
    margin: 34px 0 30px 0;
    width: 16px;
    height: 16px;
    margin-left: 17px;
  }

  .nav-section .nav-container {
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-section:hover .nav-container {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    height: 80px;
  }

  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
  }

  .nav-list .nav-item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    padding: 30px 0;
    border-top: rgba(0, 0, 0, 0) solid 4px;
  }

  .hover-icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hover-icon img {
    width: 30px;
    height: 30px;
    margin: 4px 0 17px 0;
  }

  .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

 

  .search .input-group {
    background-color: #fff;
  }

  .search .input-group-btn {
    text-align: right;
  }

  .search input[type=text] {
    min-height: 41px !important;
  }

  .search .btn-search {
    min-height: 41px;
  }

  .search .btn-search img {
    width: 16px;
  }

  .ftr {
    background-color: #eaeaea;
  }

  .ftr-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 140px;
    margin: 0 auto;
  }

  .ftr-container .footer-social-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 20%;
  }

  .ftr-container .footer-social-list img {
    margin: 34px 0 30px 1.2vmax;
    width: 21px;
    height: 21px;
  }

  .ftr-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .btn-scroll-top {
    margin-right: 4.4vmax;
  }

  .footer-link {
    position: relative;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 17px;
    text-align: left;
  }

  .footer-link a {
    z-index: 2;
    padding: 0 5px;
    background-color: #eaeaea;
  }

  .footer-link a:first-child {
    padding: 0 5px 0 0;
  }

  .footer-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0.5em;
    width: 100%;
    border-top: 1px solid var(--color-blue);
    z-index: 1;
  }

  .promote {
    /* padding-top: 130px; */
    padding-top:50px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .promote .nav-prev {
    top: 45%;
    width: 30px;
    height: 50px;
  }

  .promote .nav-next {
    top: 45%;
    width: 30px;
    height: 50px;
  }

  .promote-slide-title {
    padding-left: 5.5%;
    color: var(--color-blue);
    font-size: 39px;
    font-weight: 700;
    line-height: 49px;
  }

  .promote-list .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promote-list .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    background-color: var(--color-blue);
  }

  .promote-list .owl-dots .owl-dot.active {
    background-color: #999a9a;
  }

  .news {
    margin: 5.6% 0 9.1% 5.5%;
  }

  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .news-title,
  .news-title h2 {
    color: var(--color-blue);
  }

  .news-title h1,
  .news-title h2 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }

  .news-title h3 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }

  .new-img img {
    max-width: 440px !important;
  }

  .news article {
    margin-left: 2.4%;
  }

  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .new-article {
    width: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-article .news-article-date {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--color-blue);
  }

  .new-article .news-article-title {
    font-weight: 700;
    color: var(--color-blue);
  }

  .new-article .news-article-abstract {
    overflow: hidden;
    max-width: 72%;
    max-height: 33%;
    color: #000;
  }

  .new-article .news-article-btn {
    width: 60px !important;
  }

  .news-list .owl-dots {
    position: absolute;
    left: 0;
    bottom: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news-list .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: #999a9a;
  }

  .news-list .owl-dots .owl-dot.active {
    background-color: var(--color-blue);
  }

  .category {
    padding: 3.4% 0 5.4% 0;
    position: relative;
  }

  .category-title {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    text-align: center;
  }

  .category-title .title {
    font-weight: 100;
  }

  .category-title .sub-title {
    font-weight: 700;
  }

  .article-container {
    margin: 0 0 0 5.5%;
  }

  .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .article-block {
    width: 58.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article-block:nth-child(1) {
    margin-right: 2.4%;
  }

  .article-block:nth-child(2) {
    margin-left: 2.4%;
  }

  .ad-banner {
    width: 100%;
    overflow: hidden;
  }

  .ad-banner img {
    width: 100%;
  }

  .hot-video {
    color: var(--color-blue);
  }

  .hot-video .nav-prev {
    position: absolute;
    top: 37%;
    left: 0;
    background-color: rgba(234, 234, 234, 0.5);
    width: 30px;
    height: 50px;
  }

  .hot-video .nav-prev .nav-prev-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image:var(--arrow);
     /* url("../images/cool-health/navigation/cool-health_material-04.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .hot-video .nav-next {
    position: absolute;
    top: 37%;
    right: 0;
    background-color: rgba(234, 234, 234, 0.5);
    width: 30px;
    height: 50px;
  }

  .hot-video .nav-next .nav-next-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--arrow);
    /* url("../images/cool-health/navigation/cool-health_material-04.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hot-video-item {
    overflow: hidden;
    border-radius: 25px;
  }

  .hot-video-title {
    /* margin: 0 0 3% 8.3%; */
    margin: 0 0 3% 5.4%;
    font-size: 2vmin;
  }

  .expert {
    overflow: hidden;
  }

  
}

@media screen and (max-width: 1365px) and (min-width: 768px) {
  .hdr-container {
    padding: 0 0 0 5.5%;
  }

  .search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 31%;
  }

  .search .input-group {
    width: 100%;
    background-color: #fff;
  }

  .ftr-container {
    padding: 0 5.5%;
  }

  .new-article .news-article-title {
    font-size: 2.62vmax;
    line-height: 3.3vmax;
  }

  .new-article .news-article-abstract {
    font-size: 1.1vmax;
    line-height: 1.65vmax;
  }

  .new-list {
    height: 21.1vmax;
  }

  .news-item {
    height: 21.1vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .category-title {
    height: 14.3vw;
    width: 9.9vw;
  }

  .category-title .title {
    height: 100%;
    font-size: 3.05vw;
    letter-spacing: 0.5vw;
    margin: 0.2vw 0.8vw;
  }

  .category-title .sub-title {
    font-size: 0.6vw;
    letter-spacing: 0.45vw;
  }

  .article-item {
    position: relative;
  }

  .article-item .article-img {
    overflow: hidden;
  }

  .article-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .article-item img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .article-item.article-item-large {
    width: 38.9%;
  }

  .article-item.article-item-large img {
    width: 100%;
    height: 21vw;
  }

  .article-item.article-item-large .article-desc {
    overflow: hidden;
    height: 23.1vw;
    width: 100%;
    border-width: 1.4vw 1.8vw 2vw 1.8vw;
  }

  .article-item.article-item-large .article-desc .article-date {
    font-size: 0.8vw;
    font-weight: 500;
    margin-bottom: 1vw;
    letter-spacing: 1px;
  }

  .article-item.article-item-large .article-desc .article-title {
    overflow: hidden;
    font-size: 1.7vw;
    line-height: 2.4vw;
    font-weight: 700;
    margin-bottom: 1.2vw;
  }

  .article-item.article-item-large .article-desc .article-content {
    font-size: 1vw;
    font-weight: 500;
    line-height: 1.7vw;
  }

  .article-item.article-item-small {
    width: 48.1%;
  }

  .article-item.article-item-small img {
    width: 100%;
    height: 15.4vw;
  }

  .article-item.article-item-small .article-date {
    display: none;
  }

  .article-item.article-item-small .article-desc {
    overflow: hidden;
    height: 5.6vw;
    width: 100%;
    border-width: 0.5vw 1.5vw;
  }

  .article-item.article-item-small .article-desc .article-title {
    font-size: 1.7vw;
    line-height: 2.4vw;
    font-weight: 700;
  }

  .article-item.article-item-small .article-content {
    display: none;
  }

  .article-desc {
    border-style: solid;
    border-color: #eaeaea;
    background-color: #eaeaea;
  }

  .article-desc .article-date {
    color: #000;
  }

  .article-desc .article-title {
    color: var(--color-blue);
  }

  .article-desc .article-content {
    color: #000;
  }

  .ad-banner {
    height: 14.8vmax;
    margin-top: 2.1%;
  }

  .hot-video {
    margin-bottom: 6.1%;
  }

  .hot-video-item {
    width: 100%;
    height: 15.5vmax;
  }

  .hot-video-model .hot-video-model-container {
    height: 100vmin;
    width: 100vmin;
  }

  .hot-video-model .hot-video-close-btn {
    right: 3vmin;
    top: 3vmin;
    padding: 5px;
    width: 4vmin;
    height: 4vmin;
    font-size: 2vmin;
  }

  .expert-list {
    margin-left: 5.5%;
  }

  .expert-card .expert-info {
    padding: 1.3vmax 1.3vmax 1vmax 1.3vmax;
  }

  .expert-card .expert-info .expert-desc {
    font-size: 1.6vmax;
    margin-bottom: 1vmax;
  }

  .expert-card .expert-info .expert-name {
    /* font-size: 1.85vmax; */
  }
}

@media screen and (max-width: 767px) {
  .hdr-container {
    position: relative;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo img {
    /* max-width: 109px; */
    width:109px;
  }

  .menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    top: 0;
    right: 1px;
    height: 70px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu img {
    height: 35px;
  }

  .menu.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .nav-section {
    position: fixed;
    top: 70px;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .nav-section.active {
    width: 28vmax;
  }

  .nav-section.active .nav-container {
    display: block;
  }

  .nav-container {
    max-height: 85%;
    overflow-y: auto;
    display: none;
    text-align: center;
  }

  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-list .nav-item {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    padding: 13.2% 0;
    border-top: var(--color-blue) solid 1px;
  }

  .nav-list .nav-item:last-child {
    border-bottom: var(--color-blue) solid 1px;
  }

  .nav-list .nav-item:hover {
    color: #000;
  }

  /* .search {
    margin: 12.4% 12.4% 8% 12.4%;
  } */

  .search input[type=text] {
    border: var(--color-blue) solid 1px;
    min-height: 30px !important;
  }

  .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 12.4%;
  }

  .link-list a {
    font-size: 10px;
    width: 50%;
    padding: 5.4%;
  }

  .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12.8%;
  }

  .social-list img {
    width: 22px;
    height: 22px;
  }

  .bg-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
  }

  .bg-mask.active {
    display: block;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .ftr-item {
    text-align: center;
  }

  .footer-info {
    margin: 16px 0 27px 0;
    width: 100%;
  }

  .copyright {
    font-size: 10px;
    letter-spacing: 3px;
    width: 100%;
  }

  .copyright .copyright-name {
    color: var(--color-blue);
  }

  .promote .nav-prev {
    top: 37%;
    font-size: 20px;
  }

  .promote .nav-next {
    top: 37%;
    font-size: 20px;
  }

  .promote-slide-item img {
    width: 100%;
    height: auto;
  }

  .promote-slide-title {
    padding: 1vw 5vw;
    color: var(--color-blue);
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
  }

  .promote-list .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promote-list .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--color-blue);
  }

  .promote-list .owl-dots .owl-dot.active {
    background-color: #999a9a;
  }

  .news {
    margin: 0;
  }

  .news article {
    margin: initial;
  }

  .news-title {
    color: var(--color-blue);
    text-align: center;
    margin: 35px 0;
  }

  .news-title h1 {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 10px;
  }

  .news-title h3 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }

  .news article {
    max-width: 75vw;
    margin: 35px auto 0 auto;
  }

  .news-item {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .owl-item:not(.active.center) .news-item {
    -webkit-transform: scale(0.76) translateY(-13%);
    transform: scale(0.76) translateY(-13%);
  }

  .new-img img {
    margin: 0 auto;
    max-width: 75vw !important;
  }

  .new-article .news-article-date {
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--color-blue);
    margin-bottom: 25px;
  }

  .new-article .news-article-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: var(--color-blue);
    margin-bottom: 25px;
  }

  .new-article .news-article-abstract {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #000;
  }

  .new-article .news-article-btn {
    width: 90px !important;
  }

  .category {
    position: relative;
    /* margin-top: 95px; */
    margin-top:55px;
    background-color: #eaeaea;
  }

  .category-title-container {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-title {
    width: 166px;
    height: 75px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category-title.category-title-fashion {
    background-color: var(--color-blue);
  }

  .category-title .title {
    font-size: 28px;
    letter-spacing: 6px;
    font-weight: 100;
    margin-bottom: 10px;
  }

  .category-title .sub-title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 4px;
  }

  .article-list {
    padding-top: 51px;
  }

  .article-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    width: 100%;
    height: 33.4vw;
  }

  .article-item .article-img {
    width: 50%;
    height: 100%;
  }

  .article-item .article-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .article-item .article-content {
    display: none;
  }

  .article-item .article-desc {
    width: 50%;
    border-width: 5vmin 5vmin 5vmin 4.6vmin;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    overflow: hidden;
  }

  .article-item .article-desc .article-date {
    font-size: 3.2vmin;
    font-weight: 500;
    margin-bottom: 1.8vmin;
  }

  .article-item .article-desc .article-title {
    font-size: 4.4vmin;
    line-height: 6.2vmin;
    font-weight: 500;
  }

  .ad-banner {
    height: 15.4vmax;
    margin-top: 2.1%;
    width: 100%;
    overflow: hidden;
  }

  .ad-banner img {
    width: 100%;
  }

  .btn-more {
    width: 100%;
    text-align: center;
  }

  .btn-more a {
    display: inline-block;
    margin: 11px 0;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #000;
  }

  .hot-video {
    margin: 70px 0 10px 0;
    color: var(--color-blue);
  }

  .hot-video .nav-prev {
    font-size: 20px;
  }

  .hot-video .nav-next {
    font-size: 20px;
  }

  .hot-video-item {
    width: 100%;
    height: 50vw;
  }

  .hot-video-title {
    width: 265px;
    margin: 0 auto 32px auto;
  }

  .hot-video-title img {
    width: 100%;
  }

  .hot-video-list {
    padding: 40px 0;
    background-color: #eaeaea;
  }

  .hot-video-model .hot-video-model-container {
    height: 100vmin;
    width: 100vmin;
  }

  .hot-video-model .hot-video-close-btn {
    right: 3vmin;
    top: 3vmin;
    padding: 5px;
    width: 8vmin;
    height: 8vmin;
    font-size: 4vmin;
  }

  .expert {
    margin-bottom: 32px;
  }

  .expert-list {
    /* padding: 70px 0; */
    padding:70px 0 0 0;
  }

  .expert-card {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .owl-item:not(.active.center) .expert-card {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
  }

  .expert-card .expert-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 95vw;
  }

  .expert-card .expert-info {
    padding: 15px 19px;
  }

  .expert-card .expert-info .expert-desc {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .expert-card .expert-info .expert-name {
    /* font-size: 23px; */
  }
  .hot-video {
    height: unset !important;
  }
}
