a[href=""],
a:not([href]) {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

/* tthtssqg-cover */
.tthtssqg-cover-slider{
    height: 500px;
    overflow: hidden;
}
.tthtssqg-cover-slider .slick-list,.tthtssqg-cover-slider .slick-track{
    height: 100%;
}
.tthtssqg-cover-slider .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
}
.tthtssqg-cover-slider .slick-dots li{
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}
.tthtssqg-cover-slider .slick-dots li button {
    background: #d7d7d7;
    width: 10px;
    height: 12px;
    border-radius: 6px;
    text-indent: -9999px;
    border: 0;
}
.tthtssqg-cover-slider .slick-dots .slick-active button{
    background: var(--secondary);
}
.slider-item{
    background: var(--primary);
    position: relative;
}
.slider-item::before {
    content: '';
    display: block;
    background: url(../images/overlay-cover.png) left center no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    left: 50%;
    z-index: 1;
}
.slider-item > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    width: 50%;
    object-fit: cover;
}
.cover-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--white);
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
}
.cover-content .siteCenter{
    display: flex;
    justify-content: space-between;
}
.cover-content .siteCenter > div{
    max-width: 50%;
}
.cover-left > *:not(:first-child){margin-top: 30px;}
.cover-title{
    font-weight: 900;
    font-size: 30px;
    color: var(--secondary);
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.cover-title > span{
    font-size: 100px;
    line-height: 1;
}
.cover-title p{margin: 0;}
.color-w{color: var(--white);}
.cover-desc{font-size: var(--fontM);background: url(../images/ico-arrow-cover.png) left top no-repeat;padding-left: 40px;}
.btn-cover-link {
    color: inherit !important;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    height: 48px;
    align-items: center;
    padding: 0 50px 0 20px;
    background: var(--secondary) url(../images/ico-arrow-link.png) right 20px center no-repeat;
    border-radius: 24px;
}
/* service */
.service,.pc-list #main,.pc-detail #main,.pc-baby-list .baby-iui-ivf,.pc-service-list #main,.pc-service-detail #main,.pc-equipment-list #main{
    padding-top: 60px;
    background: url(../images/bg-cover-after.png) right top no-repeat;
    background-size: calc(50% - 188px);
}
/* .service .hna-heading-link::after{
    width: calc(100% + 70px);
} */
.service-item {
    background: var(--white);
    color: var(--primary);
    width: calc(50% - 32px);
    float: left;
    border: 1px solid var(--primary);
    border-top-color: var(--secondary);
    margin: 60px 0 4px 60px;
    padding: 40px;
    height: 330px;
    overflow-y: scroll;
    box-shadow: 4px 4px 0px 0px #e5e5e5;
}
.service-item::-webkit-scrollbar{
    width: 0;
}
.service-item:nth-child(2n+1){
    margin-left: 0;
}
.service-item:nth-child(-n+2){
    margin-top: 0;
}
.article-item-image{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
}
.service-item .article-thumb{
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0;
}
.service-item .article-thumb::before{
    padding-top:100%;
}
.service-item h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 64px;
    display: flex;
    margin: 0;
    align-items: center;
}
.service-custom-paging {
    margin-top: 50px;
    font-weight: 700;
    color: var(--secondary);
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.service-prev-arrow{
    display: inline-block;
    width: 23px;
    height: 7px;
    background: url(../images/ico-prev.png) left center no-repeat;
    cursor: pointer;
}
.service-next-arrow{
    display: inline-block;
    width: 23px;
    height: 7px;
    background: url(../images/ico-next.png) right center no-repeat;
    cursor: pointer;
}
/* technique */
.pc-technique .service-list .article-thumb{
    border-radius: 0;
}
/* statistics-tthtssqg */
.statistics{
    width: calc(50% - 20px);
    float: left;
    margin: 40px 0 0 40px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.statistics:nth-child(2n+1){
    margin-left: 0;
    clear: both;
}
.statistics:nth-child(-n+2){
    margin-top: 0;
}
.statistics h3 {
    font-size: var(--fontM);
    text-align: center;
    filter: opacity(0.5);
    height: 45px;
}
.stats-container {
  display: flex;
  justify-content: space-between;
  /* background: linear-gradient(to right, #5a9ad7, #5d5bd0); */
  background: var(--background);
  padding: 30px 40px;
  border-radius: 25px;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
  color: var(--black);
}
.stat-box {
  flex: 1;
  min-width: 140px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.stat-box:last-child {
  border-right: none;
}
.stat-box img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #a6c1e7;
    padding: 5px;
}
.stat-box h3 {
  font-size: 24px;
  margin: 0;
}
.stat-box p{margin: 0;}
.pyramyd{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pyramyd img{
    height: 270px;
}
.pyramyd p{
    color: var(--primary);
    font-size: var(--fontM);
    text-align: center;
    font-weight: 700;
}
/* leaders */
.leaders .hna-heading{margin-bottom: 0;}
.leaders-inner{
    padding-top: 144px;
    position: relative;
}
.leaders-bg {
    background: var(--primary) url(../images/bg-leaders.png) no-repeat center right 10% / 20%;
}
.leaders-bg .siteCenter {
    display: flex;
    height: 410px;
}
.leaders-bg .siteCenter > div{
    max-width: 50%;
    width: 50%;
}
.leaders-item{
    color: var(--white);
}
.leaders-info{
    font-size: var(--fontM);
    padding-top: 40px;
}
.leaders-title{
    font-size: 28px;
    margin: 0 0 10px 0;
}
.leaders-info blockquote{
    margin: 1em 0;
    padding: 0 25px 15px 0;
    position: relative;
    text-align: justify;
}
.leaders-info blockquote::after{
    content: '';
    display: block;
    width: 34px;
    height: 30px;
    background: url(../images/ico-quote.png) center center no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.leaders-img img {
    max-width: 500px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 600px);
}
.leaders-custom-paging {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.leaders-prev-arrow,.leaders-next-arrow{
    display: inline-block;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.leaders-custom-paging > span:hover{opacity: .6;}
.leaders-prev-arrow{background: url(../images/ico-prev-leaders.png);}
.leaders-next-arrow{background: url(../images/ico-next-leaders.png);}
/* specialized-news */
/* .specialized-news .hna-heading-link::after,.breadcrumbs .hna-heading-link::after {
    width: 120%;
} */
.specialized-news .hna-heading-sub,.breadcrumbs .hna-heading-sub {
    font-weight: 700;
    font-size: var(--fontS);
    display: flex;
    gap: 20px;
}
.specialized-news .article{
    width: calc((100% - 80px) / 4);
    float: left;
    margin: 40px 0 0 40px;
}
.specialized-news .article:first-of-type{
    width: calc(50% - 40px);
    margin-left: 0;
}
.specialized-news .article:nth-child(-n + 3){
    margin-top: 0;
}
.specialized-news .article:not(:first-of-type) .article-meta,.specialized-news .article:not(:first-of-type) .article-desc{display: none;}
.specialized-news .article:not(:first-of-type) .article-title{
    font-weight: 100;
    margin-bottom: 0;
}
.specialized-news .article:first-of-type .article-title{
    font-size: 18px;
}
.specialized-news .article:nth-child(2) .article-title,.specialized-news .article:nth-child(3) .article-title{
    -webkit-line-clamp: 2;
    height: 44px;
}
.specialized-news .article-desc{
    -webkit-line-clamp: 3;
}
/* baby-iui-ivf */
.baby-iui-ivf{
    background: var(--background);
    padding: 60px 0;
}
.baby-iui-ivf .hna-heading{
   text-align: center;
}
.hna-heading-pre{
    font-size: var(--fontS);
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.baby-iui-ivf .hna-heading-link::after{
    left: 20%;
}
.baby-iui-ivf .hna-heading-sub{
    font-size: var(--fontM);
    font-weight: 100;
    text-transform: none;
}
.baby-iui-ivf .article{
    width: calc((100% - 100px) / 3);
    float: left;
    margin: 50px 0 0 50px;
}
.baby-iui-ivf .article:nth-child(3n+1){
    margin-left: 0;
    clear: both;
}
.baby-iui-ivf .article:nth-child(-n+3){
    margin-top: 0;
}
.baby-iui-ivf .article-thumb{
    border: 5px solid var(--white);
    border-radius: 25px;
    box-shadow: 2px -2px 3px 1px #ccc;
    margin: 0;
}
.baby-iui-ivf .article-thumb::before{
    padding-top: 100%;
}
.baby-iui-ivf .article-title {
    width: calc(100% - 60px);
    margin: 0 auto;
    background: var(--white);
    padding: 1em;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-transform: uppercase;
}
.baby-iui-ivf .article-thumb::after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white) url(../images/ico-baby.png) center center no-repeat;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: calc(50% - 30px);
    cursor: pointer;
}
.baby-iui-ivf .article:hover .article-thumb::after{
    animation: bounce 0.6s infinite;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-8px); }
  50%  { transform: translateY(4px); }
  70%  { transform: translateY(-4px); }
  100% { transform: translateY(0); }
}
/* examination-consultation */
.pc-home .examination-consultation{display: none;}
.examination-consultation .hna-heading-title{
    font-size: var(--fontS);
}
.examination-consultation .hna-heading-sub{font-size: 30px;padding-right: 20%;}
.examination-consultation .hna-content{
    display: flex;
    flex-direction: row;justify-content: space-between;
    gap: 40px;
}
.examination-consultation .hna-content > div{
    width: 100%;
}
.frm-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.frm-img iframe{
    width: 100%;
    object-fit: cover;
}
.frm-content {
    border: 1px solid var(--primary);
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px 40px;
    color: var(--primary);
}
.frm-content h3{
    color: var(--secondary);
    font-size: 20px;
    text-transform: uppercase;
}
.frm-content h3,.frm-content p{margin: 0;}
.frm-content form{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.frm-content input {
    border: 1px solid #d7d7d7;
    padding: 16px 20px;
    border-radius: 24px;
    width: 100%;
    outline: none;
    color: var(--primary);
    font-family: inherit;
}
.frm-content .field:nth-child(2){
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}
.frm-content .field:last-of-type{
    text-align: right;
}
.btn-registration-link{color: var(--white) !important;border: 0;}
/* qa */
.qa .hna-heading-title{
    font-size: var(--fontS);
}
.qa .hna-heading-link {
    padding: 20px 100px 0 55px;
    background: url(../images/ico-qa.png) left 23px no-repeat;
    font-weight: 100;
}
.qa .hna-heading-link::after{display: none;}
.qa .hna-heading-link::before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 1px solid var(--primary);
}
.qa .hna-heading-sub{
    font-size: 30px;
    padding-right: 30%;
    margin-bottom: 20px;
}
.hna-heading-after{
    color: var(--primary);
}
.qa .hna-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qa-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qa-question {
    padding: 20px;
    border-radius: 20px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-left-width: 13px;
    background: var(--white);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.qa-question > div{padding-right: 20px;}
.qa-answer {
    border-radius: 20px;
    background: var(--white);
    overflow: hidden;
    height: 0;
    padding: 0 20px;
    transition: height 0.5s ease, padding 0.3s ease;
}
.qa-question::after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--secondary);
    transition: rotate 0.5s ease;
}
.qa-item.active .qa-answer{
    height: auto;
    padding: 20px 20px 20px 33px;
    box-shadow: 0px 1px 2px 2px #e5e5e5;
}
.qa-item.active .qa-question::after{
    rotate: 180deg;
}
/* hna-list */
.hna-list .article{
    width: calc((100% - 80px) / 3);
    margin: 40px 0 0 40px;
    float: left;
    background: #2862a8;
    border: 1px solid var(--primary);
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.hna-list .article:nth-child(3n+1){
    margin-left: 0;
    clear: both;
}
.hna-list .article:nth-child(-n+3){
    margin-top: 0;
}
.hna-list .article-meta,.hna-list .article-title,.hna-list .article-desc{
    color: var(--white);
    padding: 0 20px;
}
.hna-list .article-title{
    -webkit-line-clamp: 2;
    height: 44px;
}
.hna-list .article-desc{
    -webkit-line-clamp: 3;
}
.hna-list .article-cat:hover,.hna-list .article-link:hover{color: inherit;}
.hna-list .article::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-45deg);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.hna-list .article:hover::before {
  animation: shineDiagonal 1s ease-out infinite;
}
@keyframes shineDiagonal {
  0% {
    left: -75%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
/* __MB_ARTICLE_PAGING */
.__MB_ARTICLE_PAGING{display: flex;flex-direction: row;gap: 10px;text-align: center;justify-content: center;}
.__MB_ARTICLE_PAGING span:first-of-type{display: none;}
.__MB_ARTICLE_PAGING > *:nth-child(2),.__MB_ARTICLE_PAGING > *:last-of-type {
    display: inline-block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    background: url(../images/ico-prev-leaders.png) center center no-repeat;
    text-indent: -9999px;
}
.__MB_ARTICLE_PAGING > *:nth-child(3){
    background: url(../images/ico-next-leaders.png) center center no-repeat;
}
/* breadcrumbs */
.breadcrumbs .hna-heading-sub a.active{font-weight: 700;}
/* hna-list-other */
.hna-list-other .hna-heading-link{margin-bottom: 0;}
/* article-detail-content */
.article-detail-title{font-size: 30px;color: var(--secondary);}
.pc-service-detail .article-detail-title{color: var(--primary);}
.article-detail-content,.article-detail-desc{font-size: 18px;}
.article-detail-desc{font-weight: 700;margin-bottom: 1em;}
.article-detail-author,.article-detail-source{text-align: right;}
/* pc-baby-list */
.pc-baby-list .baby-iui-ivf {
    padding-bottom: 0;
}
.pc-baby-list .baby-iui-ivf .article-title{
    background: #2862a8;
    color: var(--white);
}
.pc-baby-list .baby-iui-ivf .article-link{
    color: inherit;
}
/* service-list */
.service-list .article{
    width: calc((100% - 120px) / 4);
    float: left;
    margin: 40px 0 0 40px;
    background: var(--white);
    color: var(--primary);
    border: 1px solid var(--primary);
    box-shadow: 4px 4px 0px 0px #e5e5e5;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.service-list .article:nth-child(4n+1){
    margin-left: 0;
    clear: both;
}
.service-list .article:nth-child(-n+4){
    margin-top: 0;
}
.service-list .article-thumb{
    width: 60px;
    height: 60px;
    border: 1px solid var(--white);
    border-radius: 50%;
    background: var(--white);
}
.service-list .article-thumb::before{
    padding-top: 100%;
}
.service-list .article-title{
    text-transform: uppercase;
    text-align: center;
    height: 90px;
}
.service-list .article-link{
    color: inherit;
}
.article-view-more{
    text-transform: uppercase;
    color: inherit;
}
.service-list .article::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 30%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-45deg);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.service-list .article:hover{
    background: var(--tertiary);
}
.service-list .article:hover a{
    color: var(--white);
}
.service-list .article:hover::before {
  animation: shineDiagonal 1s ease-out infinite;
}
/* hna-equipment */
.pc-equipment-list .breadcrumbs .hna-heading-sub{text-transform: none;}
.tthtssqg-gallery > ul {margin: 0;padding: 0 !important;list-style: none;}
.tthtssqg-gallery > ul > li {float: left;width: 20%;height: auto;aspect-ratio: 3 / 2;overflow: hidden;border: 1px solid #fff;}
.tthtssqg-gallery > ul > li > a {display: block;overflow: hidden;position: relative;float: left;}
.tthtssqg-gallery > ul > li a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;}
.tthtssqg-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.tthtssqg-gallery > ul > li a:hover .tthtssqg-gallery-poster > img {opacity: 1;}
.tthtssqg-gallery > ul > li a .tthtssqg-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.tthtssqg-gallery > ul > li a .tthtssqg-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.tthtssqg-gallery > ul > li a:hover .tthtssqg-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.tthtssqg-gallery .justified-gallery > a > img {-webkit-transition: -webkit-transform 0.15s ease 0s;-moz-transition: -moz-transform 0.15s ease 0s;-o-transition: -o-transform 0.15s ease 0s;transition: transform 0.15s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height: 100%;width: 100%;}
.tthtssqg-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
.tthtssqg-gallery .justified-gallery > a:hover .tthtssqg-gallery-poster > img {opacity: 1;}
.tthtssqg-gallery .justified-gallery > a .tthtssqg-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
.tthtssqg-gallery .justified-gallery > a .tthtssqg-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.tthtssqg-gallery .justified-gallery > a:hover .tthtssqg-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
.tthtssqg-gallery .video .tthtssqg-gallery-poster img {height: 48px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px;}
.tthtssqg-gallery.dark > ul > li a {border: 3px solid #04070a;}
/* pc-expert-list */
.pc-expert-list .hna-heading-sub{
    font-size: var(--fontL);
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
}
/* flip-card */
.flip-card {
    background: transparent;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    perspective: 1000px;
    position: relative;
}
.baby-iui-ivf .article-thumb.flip-card::before{
    padding-top: 0;
}
.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 15px;
}
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flip-back {
  background: var(--tertiary);
  color: var(--white);
  transform: rotateY(180deg);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-back .article-desc{-webkit-line-clamp: 7}
.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.slider-for,
.slider-nav {
  visibility: hidden;
  opacity: 0;
}
.article-detail-content table{
    border-collapse: collapse;
}
.article-detail-content table td{
    padding: 10px;
}