@keyframes ping_pong {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  to {
    transform: translateY(0); } }

@keyframes rotate_wrong {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(-1turn); } }

@keyframes rotate_correct {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes fadeTTB {
  0% {
    transform: translateY(-80px);
    opacity: 0; }
  25% {
    transform: translateY(-60px);
    opacity: .25; }
  50% {
    transform: translateY(-40px);
    opacity: .5; }
  75% {
    transform: translateY(-20px);
    opacity: .75; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeBTT {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  25% {
    transform: translateY(30px);
    opacity: .25; }
  50% {
    transform: translateY(20px);
    opacity: .5; }
  75% {
    transform: translateY(10px);
    opacity: .75; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeLTR {
  0% {
    transform: translateX(-80px);
    opacity: 0; }
  25% {
    transform: translateX(-60px);
    opacity: .25; }
  50% {
    transform: translateX(-40px);
    opacity: .5; }
  75% {
    transform: translateX(-20px);
    opacity: .75; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeRTL {
  0% {
    transform: translateX(80px);
    opacity: 0; }
  25% {
    transform: translateX(60px);
    opacity: .25; }
  50% {
    transform: translateX(40px);
    opacity: .5; }
  75% {
    transform: translateX(20px);
    opacity: .75; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes scaleZeroToHero {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(0.25); }
  50% {
    transform: scale(0.5); }
  75% {
    transform: scale(0.75); }
  100% {
    transform: scale(1); } }

@keyframes fade-down {
  0% {
    bottom: 5px;
    opacity: 1; }
  75% {
    bottom: -15px;
    opacity: 0; } }

.shop-social-sidebar {
  position: fixed;
  bottom: 15%;
  right: -125px;
  z-index: 9; }
  .shop-social-sidebar a, .shop-social-sidebar button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: 0;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 7.5px;
    width: 165px;
    transform: translateX(0px);
    background: #ffffff;
    color: #333;
    border: 1px solid #DbDbDb;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    .shop-social-sidebar a.back-to-top, .shop-social-sidebar button.back-to-top {
      opacity: 0;
      visibility: hidden; }
      .shop-social-sidebar a.back-to-top.active, .shop-social-sidebar button.back-to-top.active {
        opacity: 1;
        visibility: visible; }
    .shop-social-sidebar a:hover, .shop-social-sidebar button:hover {
      transform: translateX(-120px); }
    .shop-social-sidebar a img, .shop-social-sidebar button img {
      margin-right: 20px;
      max-width: 25px; }

.section_slider {
  /* the slides */
  /* the parent */ }
  .section_slider .slick-slide {
    margin: 0 15px; }
  .section_slider .slick-list {
    margin: 0 -15px; }
  .section_slider .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_slider .slider-index.next svg path {
      stroke: #fff; }
  .section_slider .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_slider .slider-index.prev svg {
      transform: rotate(180deg); }
      .section_slider .slider-index.prev svg path {
        stroke: #fff; }
  .section_slider .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .section_slider:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .section_slider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .section_slider .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .section_slider .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }
  .section_slider .slick-dots {
    top: initial;
    bottom: 40px;
    z-index: 1; }

.section_news_slide {
  /* the slides */
  /* the parent */ }
  .section_news_slide .slick-slide {
    margin: 0 15px; }
  .section_news_slide .slick-list {
    margin: 0 -15px; }
  .section_news_slide .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_news_slide .slider-index.next svg path {
      stroke: #fff; }
  .section_news_slide .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_news_slide .slider-index.prev svg {
      transform: rotate(180deg); }
      .section_news_slide .slider-index.prev svg path {
        stroke: #fff; }
  .section_news_slide .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .section_news_slide:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .section_news_slide .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .section_news_slide .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .section_news_slide .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }

.titleforslider {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #333;
  line-height: 43px; }
  .titleforslider:hover {
    color: #fff; }

.faqtestflex1 {
  /* the slides */
  /* the parent */
  /* the slides */
  /* the parent */ }
  .faqtestflex1 .slick-slide {
    margin: 0 15px; }
  .faqtestflex1 .slick-list {
    margin: 0 -15px; }
  .faqtestflex1 .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .faqtestflex1 .slider-index.next svg path {
      stroke: #fff; }
  .faqtestflex1 .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .faqtestflex1 .slider-index.prev svg {
      transform: rotate(180deg); }
      .faqtestflex1 .slider-index.prev svg path {
        stroke: #fff; }
  .faqtestflex1 .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .faqtestflex1:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .faqtestflex1 .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .faqtestflex1 .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .faqtestflex1 .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }
  .faqtestflex1 .slick-slide {
    margin: 0 0px; }
  .faqtestflex1 .slick-list {
    margin: 0 -0px; }
  .faqtestflex1 .slick-slide {
    line-height: 0; }

.boxwrapgiihtieu {
  margin-bottom: 50px; }
  .boxwrapgiihtieu .titlemaybe {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 40px; }

.sliderforgioithieu {
  /* the slides */
  /* the parent */ }
  .sliderforgioithieu .slick-slide {
    margin: 0 15px; }
  .sliderforgioithieu .slick-list {
    margin: 0 -15px; }
  .sliderforgioithieu .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sliderforgioithieu .slider-index.next svg path {
      stroke: #fff; }
  .sliderforgioithieu .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sliderforgioithieu .slider-index.prev svg {
      transform: rotate(180deg); }
      .sliderforgioithieu .slider-index.prev svg path {
        stroke: #fff; }
  .sliderforgioithieu .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .sliderforgioithieu:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderforgioithieu .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderforgioithieu .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .sliderforgioithieu .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }
  .sliderforgioithieu .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }

.pagefaq .cauhoithuonggap {
  margin-top: 40px; }

.pagefaq .cauhoithuonggap .onemoretimecontent {
  display: none; }

.pagefaq .cauhoithuonggap .htitle {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }

.pagefaq .cauhoithuonggap .onemoretime.active i {
  transform: rotate(90deg); }

.box3-news-home {
  padding: 30px 0; }

.content-box3-news {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 #eee;
  padding: 20px 15px;
  float: left; }

.name-cath2 {
  margin-bottom: 15px;
  padding-left: 15px; }

.name-cath2 a {
  font-size: 30px;
  color: #00c2c0;
  text-transform: uppercase; }

.content-box3-news ul li {
  padding-bottom: 10px;
  border-bottom: #efefef 1px solid;
  margin-bottom: 10px;
  float: left; }

.content-box3-news ul li:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.content-box3-news .col-xs-6 {
  padding-left: 0;
  padding-right: 10px; }

.content-box3-news h3 {
  max-height: 95px;
  overflow: hidden;
  line-height: 20px; }

.content-box3-news h3 a {
  font-size: 18px;
  font-weight: 500; }

.content-box3-news .row {
  margin-left: 0;
  margin-right: -10px; }

.noibat-box3 .col-xs-6 {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.row.noibat-box3 {
  margin-left: 0;
  margin-right: 0; }

.noibat-box3 h3 {
  margin-top: 10px;
  height: 55px;
  overflow: hidden;
  line-height: 24px; }

.noibat-box3 h3 a {
  font-size: 22px;
  font-weight: bold; }

.row1-home .row {
  margin-left: 0;
  margin-right: 0; }

.row1-home .col-xs-4 {
  padding: 15px 30px 20px; }

.home-chamsockhachhang img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px; }

.bg-bluelighter {
  background: #e5f9f9; }

.row1-home .col-xs-4 p {
  margin: 10px 0 10px; }

.home-chamsockhachhang h4 a {
  color: #00c2c0;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: #efefef 1px solid;
  display: block; }

.number-chamsockhachhang {
  font-size: 24px;
  color: #e4312c;
  font-weight: bold;
  margin: 0;
  line-height: 1.3; }

.btn.btn-chamsockhachhang {
  color: #fff;
  background-color: #00c2c0;
  border: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  width: 163px;
  text-align: left;
  position: relative; }

.btn.btn-chamsockhachhang b {
  padding-left: 20px; }

.btn.btn-chamsockhachhang i {
  background: #4ccac9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
  font-size: 20px; }

@media (max-width: 767px) {
  .home-chamsockhachhang {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding: 20px 0; } }

.videoindex .videoindexflex {
  display: flex;
  flex-wrap: wrap; }
  .videoindex .videoindexflex > div {
    width: calc(100%/2); }
    @media (max-width: 767px) {
      .videoindex .videoindexflex > div {
        width: calc(100%); } }
    .videoindex .videoindexflex > div.videoindex_2 {
      padding-left: 15px; }

.faqtestflex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .faqtestflex > div {
    width: calc(100%/2 - 20px);
    flex-grow: 1; }
    @media (max-width: 992px) {
      .faqtestflex > div {
        width: calc(100%/1 - 20px);
        flex-grow: 1; } }

.videoindex {
  margin: 35px 0; }

@media (min-width: 992px) {
  .section_service___list .row {
    display: flex;
    flex-wrap: wrap; }
  .section_service___list .section_service___item {
    width: calc(100%) !important; }
    .section_service___list .section_service___item .item {
      margin-bottom: 20px; }
      .section_service___list .section_service___item .item .section_service___image {
        width: 80%;
        height: 80%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto; } }

.ajaxforblog {
  clear: both;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ajaxforblog {
      gap: 30px;
      overflow: auto; } }
  .ajaxforblog li {
    position: relative; }
    @media (max-width: 767px) {
      .ajaxforblog li {
        flex: 0 0 auto; } }
    .ajaxforblog li:after {
      width: 1px;
      height: 100%;
      background: #dedede;
      content: "";
      position: absolute;
      right: -8px;
      bottom: 5px;
      top: 50%;
      transform: translateY(-50%);
      margin-right: -1px; }
    .ajaxforblog li:last-child:after {
      display: none; }
    .ajaxforblog li span.active {
      color: #32a22d !important;
      font-weight: 700; }

.ajaxforblog li {
  cursor: pointer; }

.section_service {
  margin-top: 25px; }
  .section_service .libra-health___title-index {
    margin-bottom: 20px; }

.section_news_slide .slider-index.prev, .section_news_slide .slider-index.next {
  background: #01c2c0;
  line-height: 10px; }

@media (max-width: 767px) {
  .titleforslider {
    display: none; }
  .videoindex {
    margin-top: 0; }
  .videoindex .videoindexflex > div.videoindex_2 {
    margin-top: 15px; }
  .content-box3-news {
    padding: 20px 0px; }
  .faqtestflex1 .slick-dots {
    top: -5px; } }

.pagegioithieu {
  clear: both; }

.category-service___name.product-name a {
  font-weight: bold;
  font-size: 16px; }

.seemorehande {
  text-align: center; }
  .seemorehande a {
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 5px 20px; }

.danhsachbacsichuyenkhoa .titlecol {
  font-weight: bold;
  font-size: 24px;
  margin-top: 17px;
  margin-bottom: 10px; }

.danhsachbacsichuyenkhoa .list-bskhoa-content {
  clear: both;
  margin-bottom: 50px; }
  .danhsachbacsichuyenkhoa .list-bskhoa-content .txt-dsbacsi {
    margin-top: 30px; }
  .danhsachbacsichuyenkhoa .list-bskhoa-content ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content ul li {
      width: calc(100%/4 - 15px);
      flex-grow: 1;
      max-width: calc(100%/4 - 9px); }
      @media (max-width: 992px) {
        .danhsachbacsichuyenkhoa .list-bskhoa-content ul li {
          width: calc(100%/3 - 15px);
          flex-grow: 1;
          max-width: calc(100%/3 - 9px); } }
      @media (max-width: 767px) {
        .danhsachbacsichuyenkhoa .list-bskhoa-content ul li {
          width: calc(100%/2 - 15px);
          flex-grow: 1;
          max-width: calc(100%/2 - 9px); } }
      .danhsachbacsichuyenkhoa .list-bskhoa-content ul li .txt-dsbacsi h3 {
        margin: 0; }
        .danhsachbacsichuyenkhoa .list-bskhoa-content ul li .txt-dsbacsi h3 a {
          color: #e4312c;
          font-size: 22px;
          font-weight: bold; }
      .danhsachbacsichuyenkhoa .list-bskhoa-content ul li h5 {
        margin: 0;
        margin-top: 10px;
        font-weight: bold; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content ul .btn-xemhoso a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1px solid #ccc;
      border-radius: 4px; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content ul .thumb-bskhoa {
      position: relative; }
      .danhsachbacsichuyenkhoa .list-bskhoa-content ul .thumb-bskhoa .list-contactbs {
        position: absolute;
        bottom: -20px;
        z-index: 999;
        display: flex;
        align-items: center;
        gap: 6px;
        left: 12px; }
        .danhsachbacsichuyenkhoa .list-bskhoa-content ul .thumb-bskhoa .list-contactbs .tooltip-inner {
          white-space: nowrap; }
  .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span {
    display: inline-flex;
    color: #fff;
    background: #029d9b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: #fff 5px solid;
    justify-content: center;
    align-items: center; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span i {
      color: #fff; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-1 {
      background: #e4312c; }
      .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-1 i {
        font-size: 30px; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-2 {
      width: 45px;
      height: 45px; }
      .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-2 i {
        font-size: 16px; }
    .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-3 {
      background: #00c2c0;
      width: 40px;
      height: 40px; }
      .danhsachbacsichuyenkhoa .list-bskhoa-content .list-contactbs > span.contactbs-3 i {
        font-size: 16px; }

.flexgangnangle {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .flexgangnangle .article-item {
    width: calc(100%/2 - 20px);
    border-bottom: none;
    flex-grow: 1; }
    .flexgangnangle .article-item .article-thumbnail {
      width: 100%; }
    .flexgangnangle .article-item .article-info {
      width: 100%;
      margin-top: 15px; }
    .flexgangnangle .article-item .article-summary {
      height: initial !important; }
  .flexgangnangle .article-item.blog-article-item .article-thumbnail img {
    margin: 0 auto;
    max-height: initial !important;
    aspect-ratio: 1/1;
    object-fit: cover; }

footer .back-to-top.show {
  top: initial !important; }

.section_service___listslider {
  /* the slides */
  /* the parent */ }
  .section_service___listslider .slick-slide {
    margin: 0 15px; }
  .section_service___listslider .slick-list {
    margin: 0 -15px; }
  .section_service___listslider .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_service___listslider .slider-index.next svg path {
      stroke: #fff; }
  .section_service___listslider .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .section_service___listslider .slider-index.prev svg {
      transform: rotate(180deg); }
      .section_service___listslider .slider-index.prev svg path {
        stroke: #fff; }
  .section_service___listslider .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .section_service___listslider:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .section_service___listslider .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .section_service___listslider .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .section_service___listslider .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }

.sliderbigser {
  /* the slides */
  /* the parent */ }
  .sliderbigser .slick-slide {
    margin: 0 15px; }
  .sliderbigser .slick-list {
    margin: 0 -15px; }
  .sliderbigser .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sliderbigser .slider-index.next svg path {
      stroke: #fff; }
  .sliderbigser .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .sliderbigser .slider-index.prev svg {
      transform: rotate(180deg); }
      .sliderbigser .slider-index.prev svg path {
        stroke: #fff; }
  .sliderbigser .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .sliderbigser:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .sliderbigser .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .sliderbigser .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .sliderbigser .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }
  .sliderbigser .section_catalogue___image img {
    margin: 0 auto; }

.baivietlienquan {
  /* the slides */
  /* the parent */ }
  .baivietlienquan .slick-slide {
    margin: 0 15px; }
  .baivietlienquan .slick-list {
    margin: 0 -15px; }
  .baivietlienquan .slider-index.next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .baivietlienquan .slider-index.next svg path {
      stroke: #fff; }
  .baivietlienquan .slider-index.prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 9; }
    .baivietlienquan .slider-index.prev svg {
      transform: rotate(180deg); }
      .baivietlienquan .slider-index.prev svg path {
        stroke: #fff; }
  .baivietlienquan .slick-arrow {
    opacity: 1;
    transition: 0.4s all ease; }
  .baivietlienquan:hover .slick-arrow {
    transition: 0.4s all ease;
    opacity: 1; }
  .baivietlienquan .slick-dots {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
    z-index: 1; }
    .baivietlienquan .slick-dots button {
      background: #D9D9D9;
      border: none;
      font-size: 0;
      width: 19px;
      height: 19px;
      border-radius: 100%;
      margin-right: 10px;
      outline: none; }
    .baivietlienquan .slick-dots .slick-active button {
      background: linear-gradient(227.28deg, #01c2c0 0%, #01c2c0 100%); }
  .baivietlienquan .module-content {
    margin-bottom: 50px; }
  .baivietlienquan .libra-health___title-index {
    position: relative;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .baivietlienquan .libra-health___title-index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .baivietlienquan .libra-health___title-index > a, .baivietlienquan .libra-health___title-index > span {
    padding: 7px 20px;
    background: #00c2c0;
    color: #fff;
    font-weight: 700;
    font-size: 1.42857em;
    display: block;
    -moz-transform: skew(-22.5deg);
    -o-transform: skew(-22.5deg);
    -ms-transform: skew(-22.5deg);
    -webkit-transform: skew(-22.5deg);
    transform: skew(-22.5deg); }
  .baivietlienquan .libra-health___title-index > a > span, .baivietlienquan .libra-health___title-index > span > span {
    -moz-transform: skew(22.5deg);
    -o-transform: skew(22.5deg);
    -ms-transform: skew(22.5deg);
    -webkit-transform: skew(22.5deg);
    transform: skew(22.5deg); }
  .baivietlienquan .libra-health___title-index:before {
    content: "";
    position: absolute;
    bottom: 30%;
    border-bottom: #00c2c0 3px double; }
  @media (min-width: 768px) {
    .baivietlienquan .libra-health___title-index:before {
      left: 25%;
      width: 50%; } }
  @media (max-width: 767px) {
    .baivietlienquan .libra-health___title-index:before {
      left: 5%;
      width: 95%; } }
  .baivietlienquan .libra-health___title-index a:hover {
    color: #ffff00; }

.faqtestflex {
  margin-top: 40px; }

@media (min-width: 1200px) {
  .noibat-box3 h3 a {
    font-size: 19px; }
  .content-box3-news h3 a {
    font-size: 14px; }
  .content-box3-news h3 {
    max-height: 95px;
    line-height: 16px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px; }
  .content-box3-news {
    height: 730px; }
  .box3-news-home .name-cath2 {
    min-height: 84px; }
  .row.noibat-box3 img {
    height: 177px;
    object-fit: cover;
    width: 100%; }
  .heoghs a img {
    width: 100%;
    height: 88px;
    object-fit: cover;
    aspect-ratio: 2 / 1; } }

@media (max-width: 767px) {
  .content-box3-news ul li {
    padding-bottom: 0; }
  .content-box3-news h3 {
    max-height: 95px;
    overflow: hidden;
    line-height: 21px;
    margin-top: 0; }
  .content-box3-news h3 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 0px; } }

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-o-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.category-service .category-service___item {
  margin-bottom: 30px; }

.category-service .category-service___name {
  height: 44px; }

.sticky-header .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #00c2c0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-animation: sticky_header_animation .3s;
  -moz-animation: sticky_header_animation .3s;
  -ms-animation: sticky_header_animation .3s;
  -o-animation: sticky_header_animation .3s;
  animation: sticky_header_animation .3s; }

.article-content .rte iframe {
  width: 100% !important; }

.section_slider .slick-dots {
  top: initial;
  bottom: 10px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.marquee_component .track-text a {
  color: #fff; }

.list-slider-blog {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .list-slider-blog {
      display: block; } }
  .list-slider-blog .block--slider {
    flex: 0 0 calc(76% - 10px);
    max-width: calc(76% - 10px); }
    @media (max-width: 992px) {
      .list-slider-blog .block--slider {
        flex: 0 0 100%;
        max-width: 100%; } }
    .list-slider-blog .block--slider .section_slider .home-slider:not(.slick-initialized) {
      display: flex;
      flex-wrap: nowrap; }
      .list-slider-blog .block--slider .section_slider .home-slider:not(.slick-initialized) .item {
        flex: 0 0 100%;
        max-width: 100%; }
    .list-slider-blog .block--slider.nolistblog {
      flex: 0 0 100%;
      max-width: 100%; }
  .list-slider-blog .block--blog {
    flex: 0 0 calc(24% - 10px);
    max-width: calc(24% - 10px);
    padding-right: 15px; }
    @media (max-width: 992px) {
      .list-slider-blog .block--blog {
        margin-top: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        clear: both;
        order: 3; } }
  .list-slider-blog .title {
    margin: 0;
    text-align: center;
    padding: 12px 10px 5px;
    text-transform: uppercase;
    border: 1px solid #00c2c0;
    margin-top: 10px;
    align-items: center;
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 15px; }

.listSlider-blog {
  display: flex;
  gap: 13px;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .listSlider-blog {
      display: block; } }
  @media (min-width: 992px) {
    .listSlider-blog {
      height: 350px;
      overflow-y: auto; } }
  .listSlider-blog .list-blog-item {
    flex: 1; }
  .listSlider-blog .art--item {
    display: flex;
    gap: 10px; }
    .listSlider-blog .art--item:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        .listSlider-blog .art--item:not(:last-child) {
          margin-bottom: 15px; } }
    .listSlider-blog .art--item.art--item-big {
      flex-direction: column; }
      .listSlider-blog .art--item.art--item-big .art--item_image {
        flex: 0 0 100%;
        max-width: 100%; }
      .listSlider-blog .art--item.art--item-big .art--item_title h3 {
        font-size: 14px; }
    .listSlider-blog .art--item .art--item_image {
      flex: 0 0 40%;
      max-width: 40%; }
    .listSlider-blog .art--item .art--item_title h3 {
      font-size: 14px;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
  .listSlider-blog .ratio-image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 75%; }
    .listSlider-blog .ratio-image img, .listSlider-blog .ratio-image iframe, .listSlider-blog .ratio-image video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      transition: .3s ease-in-out all; }

@media (max-width: 992px) {
  .list-slider-blog {
    display: flex;
    flex-direction: column; }
  .listSlider-blog .list-blog-item {
    margin-top: 15px; }
  .content-box3-news .row.noibat-box3 h3 a {
    font-size: 13px;
    line-height: 16px;
    display: block;
    padding: 10px 0; }
  .name-cath2 a {
    font-size: 23px;
    color: #00c2c0;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 20px; } }

.section_service___listslider .slick-dots {
  top: 0px; }

.listSlider-blog .art--item.art--item-big .art--item_title h3 img {
  margin-left: 5px; }
