@media screen and (min-width:1920px) {
    .slide-hero img {
        height: 700px;
    }

}
@media screen and (max-width:1919px) {
    .slide-hero img {
        height: 560px;
    }

}
@media screen and (max-width: 767.98px) {
    .header-main-inner>*:not(#header-logo, #header-menu, #header-search-mobile),
    .header-bottom {
        display: none;
    }
    .header-main-inner>*:not(:last-child) {
        margin-right: 0;
    }
    #header-logo {
        max-width: 43%;
    }
    .header-main-inner {
        justify-content: space-between;
    }
    .slide-hero img {
        height: 100%;
        object-fit: contain;
    }
    .sc-technology {
        padding-top: 80px;
    }
    .technology-top .se-title h2 {
        margin-bottom: 0;
        font-size: 22px;
    }
    .technology-top .se-title {
        margin-bottom: 0;
    }
    .technology-content-top {
        margin-top: 20px;
    }
    .hide-mobile {
        display: none;
    }
    .footer-main-inner>*:not(:first-child) {
        width: 100%;
    }
    .footer-main-inner {
        flex-wrap: wrap;
    }
    .footer-main-inner>*:first-child {
        margin-right: 0;
    }
    .tab-branch-title ul {--f-columns: 2;}
    .dng-tab-nav ul {
        display: block;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    .dng-tab-nav ul li {
        display: inline-block;
    }

    .infrastructure-tab .dng-tab-nav ul .active a {
        padding-bottom: 0;
    }
    .dng-tab-nav ::-webkit-scrollbar {
        display: none;
    }
    .title-main h2 {
        font-size: 22px;
    }

    .badge-title {
        font-size: 22px;
    }

    .title-badge-inline>*:first-child {display: block;}
    .title-main>*:not(:last-child) {
        margin-bottom: 12px;
    }
    .branch-media {
        display: none;
    }
    .branch-item-image img {
        height: 100px;
    }
    .branch-item-text h3 {
        font-size: 14px;
    }

    .branch-item-meta span {
        font-size: 12px;
    }
    .branch-item-cta a {
        font-size: 12px;
    }
    .dng-tab-nav.branch-tab-nav ul {
        display: flex;
        overflow-y: unset;
        overflow-x: unset;
        white-space: pre-wrap;
    }
    .dng-tab-nav ul li a {
        font-size: 14px;
    }
    .branch-tab-nav>ul>li>a {
        font-size: 12px;
    }
    .branch-find-near {
        display: none;
    }
    .infrastructure-slide-wrap .infrastructure-slide {
        max-width: 100%;
    }

    .infrastructure-slide-img {
        height: 190px;
    }
    .infrastructure-slide-nav-wrap {
        margin-top: 0;
    }
    .infrastructure-slide-nav-inner {
        background: #E6F1FD;
        height: auto;
        padding: 10px 0;
    }

    .infrastructure-slide-inner-mask {
        clip-path: unset;
    }

    .infrastructure-slide-nav-wrap .infrastructure-slide-img {
        height: 66px;
    }
    .infrastructure-slide-nav-wrap .carousel-cell {
        width: 33.33%;
    }
    .infrastructure-desc {
        font-size: 14px;
    }
    .infrastructure-tab>*:not(:last-child) {
        margin-bottom: 30px;
    }
    .hide-pc {
        display: block;
    }
    .footer-title br {
        display: none;
    }

    .footer-company-title {
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }

    .list-social-wrap {
        justify-content: center;
        display: flex;
    }
    .footer-main-inner > *:not(:last-child) {
        margin-bottom: 30px;
    }
    .activity-list {
        --f-columns: 2;
    }
    .activity-img {
    }
    .activity-item:nth-child(even) {
        --f-height: 103px;
    }
    .activity-item:nth-child(even) .activity-img:first-child {
        height: var(--f-height);
        margin-bottom: 20px;
    }
    .activity-item:nth-child(even)>*:not(:last-child) {
        margin-bottom: 0;
    }

    .activity-item:nth-child(even) .activity-img {
        height: var(--f-height);
    }

    .activity-list>* {
        margin-left: 10px;
    }
    .activity-list-slide .flickity-page-dots {
        bottom: -57px!important;
        display: block;
        line-height: 20px;
    }
    .fs-20 {
        font-size: 14px;
    }
    .dng-mmenu-inner {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        height: 100%;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        transform: translateX(-100%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .dng-mmenu-head {
        padding: 15px;
        padding-top: 70px;
    }

    .mmenu-head-logo {
        display: flex;
        align-items: center;
    }

    .mmenu-head-logo span {
        text-transform: uppercase;
        font-weight: bold;
        color: #343F6D;
        flex: 1;
        font-size: 18px;
    }

    .mmenu-head-logo img {
        width: 25%;
        margin-right: 15px;
    }
    button.btn-mmenu-close {
        position: absolute;
        top: 25px;
        right: 25px;
    }

    .btn-mmenu-close img {
        width: 25px;
    }
    .dng-mmenu-body {
        padding: 0 15px;
    }
    .dng-mmenu-inner.active {
        transform: translateX(0);
        transition: all 0.3s ease-in-out;
        opacity: 1 !important;
    }
    .menu-dng-mmenu  .menu-item  .menu-link {
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
    }
    .menu-dng-mmenu > .menu-item > .menu-link {


        width: 85%;
        text-transform: uppercase;
        color: #AD0042;
        font-size: 20px;
    }

    .menu-dng-mmenu .sub-menu {
        display: none;
    }
    .btn-mmenu-open {
        position: absolute;
        background: var(--wpr-bg-ff8b9a75-67c3-487e-95df-5542cea2f749) no-repeat center center / contain;
        width: 6%;
        height: 100%;
        top: 30px;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-dng-mmenu .menu-item {
        position: relative;
    }
    .menu-dng-mmenu > .menu-item:not(:last-child) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .menu-dng-mmenu .sub-menu.active {
        display: block;
        padding-left: 20px;
    }
    .menu-dng-mmenu .sub-menu .menu-link {
        position: relative;
        padding-left: 20px;
    }

    .menu-dng-mmenu .sub-menu .menu-link:before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #ad0042;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .menu-dng-mmenu .sub-menu .menu-link.active:before {
        transform: translateY(-50%) rotate(90deg);
    }
    .menu-dng-mmenu > .menu-item > .sub-menu.active {
        background: var(--wpr-bg-1bb34d90-2d6d-4b5b-b2e9-fecf3df5ef20) no-repeat center center / cover;
    }
    .btn-mmenu-open.active {
       transform:  translateY(-50%) rotate(90deg) ;
    }
    #service-home .list-services {
        grid-template-columns: unset;
    }
    #team-experts .slider-team .img-doctor {
        width: 100%;
        height: 300px;

    }
    #team-experts .slider-team .info-doctor {
        padding-top: 30px;

    }
    .info-experience {
        left: 0;
    }
    #team-experts .description-doctor{
        max-height: 500px;
    }
    #blogs-event, #certificate {
        padding: 60px 0 0 0;
    }
    #blogs-event .info-blogs h2, #certificate .info-certificate h2 {
        font-size: 22px;
    }

    #blogs-event .info-blogs p, #certificate .info-certificate {
        font-size: 14px;
        line-height: 1.5;
    }
    #certificate .item-certificate{
        width: 100%;
    }
    #team-experts .info-team p span, #certificate .info-certificate h2 span {
        font-size: 20px;
    }
    #certificate .item-certificate{
        min-height: auto;
    }
    #certificate .info-certificate h2{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .img-certificate img {
        height: 300px;
        width: 100%;
        object-fit: contain;
    }
    #certificate .flickity-page-dots {
        bottom: -40px!important;
    }
    #certificate .info-certificate {
        margin-bottom: 15px;
    }
    section#form-advise-new {
        background: var(--wpr-bg-a5b9c42f-a77a-4884-bf9a-2f184a69978b) no-repeat center center/ cover;
        min-height: auto;
        height: auto;
        padding: 30px 0;
    }
    .info-video iframe{
        height: 195px;
    }
    .form-advise-img {
        display: none;
    }
}
/* reponsive device */
@media only screen and (max-width: 767px) {
    .item-service h3{
        min-width: 90px;
        height: 35px;
        max-width: 100px;
    }
    #service-home .info-service h2, #service-home .info-service h2 span {
        font-size: 22px;
        text-align: center;
    }
    .description-service {
        font-size: 14px;
        text-align: justify;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.014px;
    }
    #certificate .item-certificate{
        /* width: 48% !important; */
        /* margin-right: 10px; */
        min-height: auto;
    }
    #certificate .img-certificate img {
        height: 240px;
    }
    #certificate .flickity-page-dots {
        bottom: -40px!important;
    }
    #service-home {
        background-image:var(--wpr-bg-01dc68aa-84c8-482e-8b9a-84767c023dcd) !important;
    }
    #service-home .description-service{
        text-align: center;
    }
    #team-experts .info-team h2,#team-experts .info-team p,#team-experts .info-team p span,
    #video-client .info-video-client h2 {
        font-size: 24px;
    }
    #team-experts {
        padding: 40px 16px 40px 16px;
    }
    #team-experts .slider-team {
        display: grid;
        gap: 0;
    }
    #team-experts .slider-team .info-doctor>p {
        font-size: 16px;
    }
    #team-experts .description-doctor,#video-client .info-video-client p {
        font-size: 14px;
    }
    #team-experts .flickity-page-dots {
        left: 0px !important
    }
    #video-client {
        padding: 0;
    }
    #video-client .slider-video-client {
        width: 97%;
        margin-right: 12px;
    }
    #blogs-event .col-blogs-right .img-blogs, #blogs-event .col-blogs-left .img-blogs{
        height: 50.666667%;
    }
    #service-home .info-service {
        padding-right: 0;
    }
    #service-home .item-service img {
        height: auto;
    }
    .advantage-text .title-main h2 {
        font-size: 24px;
    }
    #advantage .flickity-page-dots {
        left: 50%;
    }
}

@media only screen and (max-width:768px){
  #service-home .description-service p{
      font-size: 14px;
      text-align: justify !important;
  }

  .info-service{
      margin: 0 auto;
      padding-right: 0 !important;
  }
  #service-home .list-services {
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 10px;
  }
  #service-home .item-service h3 {
      min-width: min-content;
      width: max-content;
      height: auto;
      max-width: min-content;
      font-size: 12px;
      white-space: pre;
      align-items: center;
      height: 50px;
      margin: 0 !important;
      padding: 0 !important;
      margin-top: -30px !important;
      overflow: hidden;
  }
  #service-home .item-service img {
      height: 152px;
  }



 #advantage .advantage-image{
      margin: 0 !important;
  }
  #video-client,
  #infrastructure{
      padding: 40px 0;
  }
  #infrastructure .infrastructure-desc {
      color: #0D4E91;
  }
  #infrastructure .infrastructure-slide-wrap .infrastructure-slide {
      border-radius: 15px;
  }
  #infrastructure  .infrastructure-slide-img {
      border-radius: 10px;
  }

  #form-advise-new .col-form-right .title-form{
      font-size: 20px;
      text-align: center;
      color: #0D4E91;
  }
  #form-advise-new .col-form-right .form-group label {
      font-size: 14px;

  }
  #team-experts .info-team p span, #certificate .info-certificate h2 span {
      font-weight: 500;
      height: 35px;
      padding: 10px 15px;
      font-size: 18px !important;
  }

  .post-event--ele .item-post .post-title h4{
    color: #0D4E91;
  text-align: justify;
  font-size: 16px;
  }
  .post-event--ele .item-post .post-desc p{
    color: #363F6E;
  font-size: 14px;
  }
  .post-event--ele .item-post .box-content {
  padding: 10px 0;
}
  .event--s .box-title .desc {
    max-width: 760px;
  }

  .post-event--ele,
  .post-event--ele.flickity-viewport {
    height: 310px !important;
    overflow: hidden;
  }

  .post-event--ele .item-post {
    width: 93%;
    padding: 0 10px;
  }

  .post-event--ele .item-post .post-image>a img {
    width: 100%;
    height: 203px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 0px 30px;
  }

  .post-event--ele .item-post .post-title h4,
  .post-event--ele .item-post .post-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }
  #blogs-event .loadmore-blogs {
    display: none;
  }
  #service-home {
    background-size: cover;
}
.i-ser-desc p,
.i-ser-desc h4{
  font-size: 12px;
}
.i-ser-desc {
  height: 35px;
  margin-top: -20px;
  padding: 10px;
}
.s-icon-4.box-menu-mobile {
    width: 100%;
    left: -10px;
    bottom: -11px;
}
.footer-certificate .dngf-item--box a {
    width: 100%;
}
.footer-certificate .dng-footer--certification > * {
    width: 50%;
}
.header-search-mobile {
    position: fixed;
    top: 90px;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    display: block;
}
.header-search-mobile.active {
    transform: translateY(0);
}
.sliders-certificate .flickity-button{
    display: none;
}
.slider-certificate{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
#certificate .flickity-page-dots{
    display: block;
}
}