.sidebar-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  top: 30px;
  overflow-y: scroll;
  z-index: 999;
  padding: 15px;
  right: -100%;
  transition: all 0.4s;
  padding-bottom: 30px;
}

.sidebar-mobile.open {
  right: 0;
}

.sidebar-mobile .btn-close-menu {
  font-size: 24px;
  color: #999;
}

.sidebar-mobile .search {
  margin-top: 10px;
}

.sidebar-mobile .search input {
  border-color: #cce5ed;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 25px;
  border-right: none;
}

.sidebar-mobile .search input:focus,
.sidebar-mobile .search input:hover {
  border-color: #cce5ed;
  box-shadow: none;
}

.sidebar-mobile .search button {
  border-color: #cce5ed;
  border-radius: 0px !important;
  border-left: 0px;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  height: 35px;
}

.sidebar-mobile .search button .anticon {
  font-size: 18px;
}

.sidebar-mobile .menu {
  margin-top: 10px;
  background: none;
  border: none;
}

.sidebar-mobile .menu .ant-menu-title-content {
  font-size: 18px;
  color: #555;
}

.sidebar-mobile .menu .ant-menu-sub.ant-menu-inline {
  background: none;
}

.sidebar-mobile .menu .icon-drop {
  display: none;
}

.sidebar-mobile .menu .lv1 {
  font-weight: 700;
  color: #555;
}

.sidebar-mobile .menu .lv1 {
  padding-left: 0px !important;
}

.sidebar-mobile .menu .lv1>.ant-menu-submenu-title {
  padding-left: 0px !important;
}

.sidebar-mobile .menu .lv2>.ant-menu-submenu-title {
  padding-left: 15px !important;
}

.sidebar-mobile .menu .ant-menu-item-only-child.lv2 {
  padding-left: 15px !important;
}

.sidebar-mobile .menu .lv3>.ant-menu-submenu-title {
  padding-left: 25px !important;
}

.sidebar-mobile .menu .ant-menu-item-only-child.lv3 a {
  font-weight: 400;
}

.sidebar-mobile .menu .ant-menu-item.lv3 {
  padding-left: 25px !important;
}

.sidebar-mobile .menu .lv4 {
  padding-left: 40px !important;
}

.sidebar-mobile .menu .lv4 a {
  font-weight: 400;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .header {
    padding: 7px 0px 10px 0px;
  }

  .header .hotline a {
    font-size: 12px;
  }

  .topbar {
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
  }

  .header .logo {
    width: 105px;
    margin-top: -5px;
  }

  .header .btn-cart .icon-cart {
    font-size: 18px;
    top: -1px;
    left: -1px;
  }

  .icon-toggle-menu {
    font-size: 32px;
    color: #999;
  }

  .banner-home {
    height: 200px;
  }

  .banner-home .item {
    height: 200px;
  }

  .banner-home .caption .container {
    display: flex;
    flex-direction: column;
  }

  .banner-home .caption .service-name {
    font-size: 14px;
    text-transform: uppercase;
    color: #004972;
    font-weight: 700;
  }

  .banner-home .caption .hotline {
    font-size: 12px;
    text-transform: uppercase;
    color: #004972;
    font-weight: 700;
  }

  .banner-home .caption .book-now {
    background-color: #00aeac;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    border: none;
    margin: 10px 0px;
  }

  .banner-home .slick-slider {
    height: 200px;
  }

  .banner-home img {
    min-height: 200px;
  }

  .banner-home .control-arrow .btn-prev {
    margin-left: 15px;
  }

  .banner-home .control-arrow .btn-next {
    margin-right: 15px;
  }

  .block-header .title {
    font-size: 22px;
    line-height: 25px;
  }

  .block-header .sapo {
    max-width: 100%;
    padding: 10px 0px;
    font-size: 15px;
  }

  .box-filter .btn-filter {
    min-width: auto;
    margin: 0px 2px;
    font-size: 12px;
    padding: 0px 5px;
    height: 25px;
  }

  .product img {
    min-height: 160px;
    width: 99.5%;
  }

  .product .title {
    font-size: 14px;
  }

  .product .sapo {
    font-size: 13px;
  }

  .product .ant-card-body {
    padding: 10px 5px;
  }

  .view-more a {
    font-size: 15px;
  }

  .dropdown-filter {
    margin-bottom: 30px;
  }

  .dropdown-filter button {
    width: 250px;
  }

  .professional-team {
    padding: 10px 0px;
  }

  .professional-team .caption {
    padding: 20px;
    width: 95%;
  }

  .professional-team .caption .title {
    font-size: 24px;
    line-height: 25px;
  }

  .professional-team .caption .sapo {
    padding: 12px 0px;
    line-height: 25px;
  }

  .professional-team .caption .btn-detail {
    font-size: 14px;
    padding: 7px 30px;
  }

  .professional-team .caption .line {
    margin-bottom: 20px;
  }

  .professional-team-list .service .ant-card-meta-title {
    height: 65px;
  }

  .service .cover {
    width: 150px !important;
    height: 150px !important;
  }

  .service .btn-view {
    font-size: 14px;
    padding: 7px 35px;
  }

  .service .title {
    font-size: 16px;
    height: 50px;
    overflow: hidden;
  }

  .service .ant-card-meta-title {
    height: 70px;
  }

  .health-service .box-filter .btn-filter {
    padding: 0px 5px;
    min-width: auto;
    margin: 0px 2px;
  }

  .health-service .list {
    margin: 20px 0px 10px 0px;
  }

  footer .wrap-logo {
    text-align: center;
  }

  footer .logo {
    text-align: center;
    width: 160px;
    margin-bottom: 10px;
  }

  footer .col-info .company-name {
    text-align: center;
    font-weight: 700;
  }

  footer .list-menu .ant-list-header {
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 0px;
  }

  .category-product .dropdown-filter {
    margin-bottom: 20px;
  }

  .category-product .dropdown-filter button {
    height: 40px;
  }

  .cus-select-drop {
    left: 8px !important;
    width: calc(100% - 16px) !important;
  }

  .cus-select-drop .ant-select-item-option-content {
    overflow: auto;
    white-space: normal;
  }

  .product-category .list-header {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .product-category .menu-left-mobile {
    margin-bottom: 20px;
  }

  .product-category .menu-left-mobile button {
    width: 100%;
    height: 40px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #e5e5e5;
    border-radius: 10px;
  }

  .product-category .menu-left-mobile button .anticon {
    float: right;
    margin-top: 7px;
  }

  .menu-left-mobile-drop {
    border: 1px solid #e5e5e5;
    max-width: 93.5%;
    border-radius: 10px;
  }

  .menu-left-mobile-drop .ant-menu {
    border-radius: 10px;
  }

  .col-gallery {
    margin-bottom: 20px;
  }

  .col-gallery .image-gallery-slides {
    height: 250px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
  }

  .col-gallery .image-gallery-slide {
    height: 100%;
  }

  .col-gallery .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    height: 100%;
  }

  .col-gallery .image-gallery-thumbnail {
    height: 100%;
    padding: 5px;
  }

  .col-gallery .image-gallery-thumbnails {
    height: 100%;
  }

  .col-gallery .image-gallery-thumbnails-wrapper {
    height: 70px;
  }

  .col-gallery .image-gallery-thumbnails .image-gallery-thumbnails-container {
    height: 100%;
  }

  .col-gallery .image-gallery-thumbnail .image-gallery-thumbnail-image {
    height: 100%;
    width: auto;
  }

  .product-detail .product-title {
    font-size: 24px;
  }

  .product-detail .btn-add-cart,
  .product-detail .btn-buy-now {
    max-width: 160px;
  }

  .product-detail .btn-add-cart .anticon {
    left: 8px;
  }

  .product-detail .shop-info .info-rate {
    margin-top: 10px;
  }

  .product-param .title {
    font-size: 20px;
    margin: 20px 0px;
  }

  .product-content .ant-collapse-header {
    font-size: 20px;
  }

  .product-content .ant-collapse-content img {
    max-width: 100%;
    height: auto;
  }

  .product-detail .block-review .total {
    margin-bottom: 10px;
  }

  .product-detail .rate-filter {
    margin-top: 20px;
  }

  .block-review .rate-filter button {
    height: 25px;
    font-size: 12px;
    padding: 0px 7px;
    margin-right: 7px;
  }

  .block-review .rate-images .item-img .caption {
    font-size: 18px;
    top: 30%;
  }

  .list-comment .item-comment .star {
    font-size: 13px;
  }

  .list-comment .ant-avatar-image {
    width: 40px !important;
    height: 40px !important;
  }

  .list-comment .item-comment .cus-name {
    font-size: 12px;
  }

  .list-comment .item-comment .images .item-img .caption {
    font-size: 16px;
    top: 25%;
  }

  .list-comment .item-comment .util {
    font-size: 13px;
  }

  .list-comment .item-comment .content {
    font-size: 13px;
  }

  .block-review .block-review-title {
    font-size: 20px;
  }

  .block-review .rate-images .title {
    font-size: 16px;
  }

  .page-doctor-category .box-search {
    margin-bottom: 30px;
  }

  .page-doctor-category .box-search .ant-form .ant-form-item {
    margin-bottom: 5px;
  }

  .doctor .ant-card-cover {
    height: 170px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .doctor .ant-card-cover img {
    min-height: 100%;
    height: 100%;
    width: 100%;
  }

  .doctor .ant-card-body {
    padding: 10px;
  }

  .doctor .title {
    font-size: 13px;
    overflow: hidden;
  }

  .doctor .degree {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .doctor .location {
    padding-left: 26px;
    font-size: 12px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .doctor .location ion-icon {
    left: -3px;
  }

  .doctor .specialty {
    font-size: 12px;
  }

  .doctor .specialty .ant-avatar {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }

  .doctor .specialty .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .doctor-detail .doctor-name {
    font-size: 20px;
    margin-top: 20px;
  }

  .doctor-detail .tabs-detail .ant-tabs-tab {
    padding: 0px 13px !important;
    height: 40px;
  }

  .doctor-detail .tabs-detail .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 12px;
  }

  .doctor-detail .tabs-detail .ant-tabs-content-holder {
    padding: 16px 0px;
  }

  .doctor-detail .tabs-detail .btn-book-now {
    width: 100%;
    margin-bottom: 16px;
  }

  .doctor-detail .tabs-detail .btn-book-now.right {
    margin-left: 0px;
  }

  .popover-company {
    width: 100%;
  }

  .page-facility .col-search .box-search .form-search {
    height: 0px;
    overflow: hidden;
    margin-top: 0px;
  }

  .page-facility .col-search .box-search .form-search.open {
    height: 100%;
    margin-top: 10px;
  }

  .page-facility .box-search .open-search {
    float: right;
    margin-top: 5px;
  }

  .facility {
    box-shadow: none;
    border: 1px solid #e5e5e5;
  }

  .facility .col-info {
    padding: 10px 10px 20px 10px !important;
  }

  .facility-detail .breadcrumb {
    margin-bottom: 16px;
  }

  .facility-detail .tabs-info .ant-tabs-tab .ant-tabs-tab-btn {
    padding: 0px 0px;
    font-size: 16px;
  }

  .facility-detail .tabs-info .ant-tabs-tab {
    height: 50px;
    padding: 7px 10px 6px !important;
  }

  .facility-detail .tabs-info .ant-tabs-content-holder {
    padding: 15px 0px;
  }

  .facility-detail .service-specialty .item-doctor .box-cover {
    height: 90px;
  }

  .facility-detail .service-specialty .item-doctor .box-cover img {
    min-height: 100%;
  }

  .facility-detail .service-specialty .ant-collapse-content>.ant-collapse-content-box {
    padding: 0px;
  }

  .facility-detail .service-specialty .position {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .facility-detail .service-specialty .doctor-name {
    font-size: 16px;
  }

  .facility-detail .service-specialty .sapo {
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .facility-detail .service-specialty .header .title {
    font-size: 18px;
  }

  .facility-detail .service-specialty .list-doctor .label {
    font-size: 18px;
  }

  .product-category.service-category {
    padding-top: 0px;
  }

  .service-detail .btn-buy-now {
    width: 100%;
    max-width: 100%;
  }

  .product-sapo .title {
    font-size: 20px;
  }

  .page-checkout .wrap-step {
    width: 100%;
  }

  .page-checkout .col-info {
    border-right: none !important;
  }

  .page-checkout .col-right {
    padding-top: 30px;
  }

  .page-checkout .col-right .block-title {
    font-size: 15px;
  }

  .page-checkout .logo-bank {
    width: 100%;
  }

  .bank-transfer {
    width: 100%;
  }

  .bank-transfer .logo-bank {
    margin-bottom: 10px;
  }

  .page-checkout .payment-success .box-info {
    width: 100%;
  }

  .service-complete .ant-result-title {
    font-size: 18px;
  }

  .service-complete .ant-result {
    padding: 20px;
  }

  .register-agency {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .register-agency .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .register-agency .slogan {
    font-size: 14px;
  }

  .register-agency .banner img {
    height: 100px;
    margin-top: 20px;
  }

  .register-agency .register-now {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .register-agency .box-register {
    width: 100%;
  }

  .cart .cart-item .product-attribute {
    margin-bottom: 0px;
  }

  .cart .cart-item .ant-input-group-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart .cart-item .btn-delete {
    margin-bottom: 10px;
  }

  .cart .cart-item .product .title {
    font-size: 14px;
    max-height: 45px;
    overflow: hidden;
  }

  .cart .cart-item .product img {
    min-height: 100%;
  }

  .cart .cart-item .product .box-cover {
    width: 120px;
  }

  .cart .row-total {
    justify-content: end;
  }

  .cart .row-total .price-total {
    margin-left: 16px;
  }

  .cart .group-btn button {
    width: 48%;
  }

  .cart .group-btn button.btn-continue {
    padding: 0;
  }

  .page-checkout .col-info {
    border-right: 0px;
    margin-bottom: 20px;
  }

  .page-checkout .list-product .item .info .title {
    height: 25px;
    overflow: hidden;
  }

  .page-checkout .list-product .item {
    min-height: 70px;
  }

  .dropdown-time .rc-virtual-list-holder-inner .ant-select-item {
    width: 50%;
  }

  .page-profile .ant-table-wrapper {
    overflow-x: scroll;
  }

  .doctor-detail .tabs-detail .service .title {
    height: auto;
  }

  .doctor-detail .tabs-detail .service .item .header-calendar {
    margin-top: 10px;
  }

  .doctor-detail .tabs-detail .service .select-date {
    width: 100%;
  }

  .doctor-detail .tabs-detail .service .group-btn-time button {
    font-size: 13px;
    width: 100%;
  }

  .doctor-detail .specialty .ant-avatar {
    width: 24px;
    height: 24px;
  }

  .doctor-detail .box-avatar {
    max-height: 100%;
  }

  .section-group-service .item .box-avatar {
    width: 60px;
    height: 60px;
  }

  .section-group-service .item .box-avatar .icon {
    color: #00a3c8;
    font-size: 24px;
    line-height: 55px;
  }

  .section-group-service .item .title {
    font-size: 13px;
  }

  .list-doctor {
    margin-bottom: 20px;
  }

  .article .box-cover {
    margin-bottom: 16px;
  }

  .article-title {
    line-height: 37px;
    font-size: 24px;
  }

  .handbook-detail .util {
    display: flex;
    flex-wrap: wrap;
  }

  .handbook-detail .categories .head .ant-divider-inner-text {
    font-size: 14px;
  }

  .handbook-detail .categories .list {
    margin: 0px;
  }

  .handbook-related .item .box-cover {
    height: 100px;
  }

  .handbook-related .item .box-cover img {
    min-height: 100px;
  }

  .article-content img {
    max-width: 100% !important;
    width: 100%;
  }

  footer .support .icon-phone {
    width: 40px;
  }

  footer .support .hotline .phone a {
    font-size: 16px;
  }

  .doctor-specialty .item {
    padding-top: 0px !important;
    margin-bottom: 35px;
  }

  .doctor-specialty .box-cover {
    height: 110px;
    width: 110px;
  }

  .doctor-specialty .box-cover img {
    min-height: 110px;
  }

  .doctor-specialty .description {
    font-size: 13px;
    color: #666;
  }

  .doctor-specialty .description ul {
    padding-left: 18px;
  }

  .doctor-specialty .btn-view-detail {
    padding: 4px 8px;
  }

  .doctor-detail .tabs-detail .service .item .header-calendar {
    margin-top: 20px;
  }

  .doctor-detail .tabs-detail .service .col-info {
    border-right: none;
  }

  .doctor-detail .group-btn-book {
    text-align: center;
  }

  .doctor-detail .group-btn-book .btn-book-now {
    width: 100%;
    margin-bottom: 16px;
  }

  .doctor-detail .tabs-detail {
    margin-top: 0px;
  }

  .doctor-specialty .specialty-summary {
    width: 100%;
  }

  .page-content .content {
    width: 100%;
    padding: 16px;
    font-size: 15px;
  }

  .rate-filter {
    margin-top: 16px
  }

  .list-comment .item-comment .pleased {
    font-size: 12px;
  }

  .list-comment .item-comment .avatar-user {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 18px !important;
  }

  .list-comment .item-comment .avatar-user .ant-avatar-string {
    line-height: 40px !important;
    font-size: 16px;
  }

  .wrap-write-review .ant-rate-star {
    margin-top: 8px;
  }

  .wrap-write-review .ant-rate-star .anticon {
    font-size: 19px;
    margin-left: 0
  }

  .wrap-write-review .ant-rate-text {
    font-size: 12px;
  }

  .wrap-write-review .ant-input-textarea-show-count:after {
    font-size: 10px;
  }

  .translate_select {
    position: absolute !important;
    top: 1px;
    height: 33px;
    overflow: hidden;
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
    right: 10px !important;
  }

  .translate_select .icon-flag {
    width: 22px;
    height: 22px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .translate_select #translate_select {
    width: 120px;
  }

  .skiptranslate {
    display: none;
  }

  .translate_select .skiptranslate {
    display: block;
  }

  body {
    top: 0px !important
  }

  /* f0 at  home */
  .f0-at-home .list .item {
    margin-bottom: 30px
  }

  .f0-at-home .list .item .sapo {
    height: auto;
  }

  .f0-at-home .list .item .box-cover {
    height: 200px;
  }

  .f0-at-home .list .item .btn-book {
    padding: 7px 10px;
    font-size: 13px;
  }

  .f0-at-home .list .item .title {
    font-size: 14px;
  }

  /* section hot */
  .section-hot .btn-nav {
    display: none;
  }

  .section-hot .wrap-carousel {
    overflow: hidden;
  }

  .facility-detail .product img {
    min-height: 95px;
  }

  .home-slogan {
    bottom: 65%;
  }

  .animate-charcter {
    font-size: 16px;
  }

  .home-slogan .bg {
    padding: 8px 16px 6px 16px
  }

  .page-travel-medical .service .cover {width: 90px !important; height: 90px !important;}
  .page-travel-medical .service .ant-card-body{padding:4px}
  .page-travel-medical .emergency-content{max-width: 100%;}
  .page-travel-medical .mental-content{max-width: 100%;}
  .page-travel-medical .mental-content .title{margin-bottom: 16px; text-align: center;}

}

/* Extra small devices (portrait phones, less than 320px)*/
@media (max-width: 320px) {
  .box-filter .btn-filter {
    min-width: auto;
    margin: 0px 2px;
    font-size: 10px;
    padding: 0px 5px;
    height: 25px;
  }

  .service .cover {
    width: 135px !important;
    height: 135px !important;
  }

  .service .ant-card-body {
    padding: 10px 5px;
  }

  .service .title {
    font-size: 14px;
  }

  .service .ant-card-meta-title {
    height: 60px;
  }

  .list-pharma .service .ant-card-meta-title {
    height: 60px;
  }

  .list-pharma .service .title {
    margin-bottom: 0px;
  }

  .professional-team .caption .title {
    font-size: 20px;
  }

  .block-header .title {
    font-size: 20px;
  }

  .block-header .sapo {
    font-size: 13px;
    line-height: 20px;
  }

  .professional-team .caption .sapo {
    font-size: 13px;
    line-height: 20px;
  }

  .professional-team-list .service .ant-card-meta-title {
    height: 40px;
  }

  .header .hotline {
    font-size: 12px;
    line-height: 22px;
  }

  .header .btn-cart {
    font-size: 12px;
  }

  .product img {
    width: 99.5%;
  }

  .doctor .title {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: initial;
  }

  .doctor .degree {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .block-review .rate-filter button {
    height: 25px;
    font-size: 12px;
    padding: 0px 5px;
    margin-right: 7px;
  }

  .doctor-detail .tabs-detail .ant-tabs-content-holder {
    border-radius: 0px 0px 5px 5px;
  }

  .doctor-detail .tabs-detail .ant-tabs-tab {
    padding: 0px 12px !important;
    height: 35px;
  }

  .doctor-detail .tabs-detail .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 12px;
  }

  .doctor-detail .tabs-detail .service .title {
    font-size: 18px;
  }

  .doctor-detail .tabs-detail .service .btn-book-calendar {
    padding: 0px 20px 0px 30px;
    height: 35px;
  }

  .doctor-detail .tabs-detail .service .btn-book-calendar ion-icon {
    font-size: 16px;
    left: 8px;
    top: 8px;
  }

  .facility-detail .tabs-info .ant-tabs-tab .ant-tabs-tab-btn {
    font-size: 14px;
  }

  .product-detail .btn-add-cart,
  .product-detail .btn-buy-now {
    max-width: 140px;
    font-size: 13px;
  }

  .product-detail .btn-add-cart {
    margin-right: 15px;
  }

  .shop-info .info-rate .ant-descriptions-item-label,
  .shop-info .info-rate .ant-descriptions-item-content {
    font-size: 12px;
  }

  .shop-info .ant-avatar-image {
    width: 90px !important;
    height: 90px !important;
  }

  .shop-info .btn-view-shop {
    font-size: 13px;
  }

  footer .col-info .company-name {
    font-size: 12px;
  }

  .cart .group-btn button {
    font-size: 11px;
  }

  .cart .group-btn .btn-payment {
    padding: 0px;
  }

  .doctor-detail .tabs-detail .service .group-btn-time button {
    font-size: 12px;
    padding: 4px 10px;
  }

  .section-group-service .item .title {
    font-size: 11px;
  }

  .handbook-detail .categories .head .ant-divider-inner-text {
    font-size: 12px;
  }

  .doctor-specialty .box-cover {
    height: 90px;
    width: 90px;
  }

  .doctor-specialty .box-cover img {
    min-height: 90px;
  }

  .doctor-detail .tabs-detail .service .title {
    font-size: 16px;
  }

  .translate_select {
    height: 30px;
    top: 3px
  }

  .translate_select .icon-flag {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    margin-right: 5px;
  }

  .translate_select #translate_select {
    width: 105px;
  }

  .header .hotline a {
    font-size: 11px;
  }

  .translate_select .goog-te-gadget .goog-te-combo {
    font-size: 11px;
  }
  .page-travel-medical .service .btn-view{padding:5px 20px}
  .page-travel-medical .emergency-content{max-width: 100%;}
  .page-travel-medical .mental-content{max-width: 100%;}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .col-gallery .image-gallery-slides {
    border: 1px solid #e5e5e5;
  }

  .col-gallery .image-gallery-thumbnail {
    height: 80px;
  }

  .col-gallery .image-gallery-slides {
    height: 350px;
    margin-bottom: 8px;
  }

  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: 100%;
  }

  .facility-detail .tabs-info .ant-tabs-tab .ant-tabs-tab-btn {
    padding: 0px 0px;
    font-size: 16px;
  }

  .doctor-specialty .box-cover {
    width: 115px;
    height: 115px;
  }

  .doctor-specialty .box-cover img {
    min-height: 115px;
  }

  .doctor-detail .tabs-detail .service .item .header-calendar {
    margin-top: 30px;
  }

  .doctor-specialty .specialty-summary {
    width: 100%;
  }

  .doctor-detail .tabs-detail .service .col-info {
    border: none;
  }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .col-gallery .image-gallery-slides {
    border: 1px solid #e5e5e5;
  }

  .col-gallery .image-gallery-thumbnail {
    height: 80px;
  }

  .col-gallery .image-gallery-slides {
    height: 350px;
    margin-bottom: 8px;
  }

  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: 100%;
  }

  .doctor-detail .tabs-detail .service .item .header-calendar {
    margin-top: 30px;
  }

  .doctor-specialty .box-cover {
    width: 160px;
    height: 160px;
  }

  .doctor-specialty .box-cover img {
    min-height: 160px;
  }



  footer .support .hotline .phone a {
    font-size: 16px;
  }

  footer .list-menu .ant-list-header {
    margin-top: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .doctor-specialty .box-cover {
    width: 89px;
    height: 89px;
  }

  .doctor-specialty .box-cover img {
    min-height: 89px;
  }

  .doctor-specialty .btn-view-detail {
    padding: 4px 8px;
  }

  .doctor-detail .tabs-detail .service .col-info {
    padding-left: 0px !important;
  }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}