/* DISABLE TOP SERVICE MENU */
@media (min-width: 820px) and (max-width: 1024px) {
    .navbar .container-xxl {
        padding-top: 30px;
    }
    header .navbar .navbar-toggler {
        top: 12px !important;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .navbar .container-xxl {
        padding-top: 30px;
    }
}

@media (max-width: 1024px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    .service-menu.top-service-menu {
        display: none !important;
    }

    #main-navbar {
        height: 90px !important;
    }

    .navbar .container-xxl {
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding-top: 30px; */
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-grow: unset;
    }

    .navbar-collapse .brand {
        display: none;
    }

    .emergency-call {
        margin-left: 0 !important;
    }

    .emergency-call .list-call .call-action h3 {
        font-size: 10px !important;
    }

    .emergency-call .list-call .call-action .btn {
        font-size: 10px !important;
    }

    .emergency-call .list-call .call-action .btn > span {
        display: none !important;
    }

    .emergency-call .list-call .call-action .btn {
        min-width: 100px !important;
    }
}

@media (max-width: 320px) {
    .emergency-call .list-call .call-action h3 {
        font-size: 8px !important;
    }

    .emergency-call .list-call .call-action .btn {
        font-size: 8px !important;
    }

    .emergency-call .list-call .call-action .btn {
        min-width: 85px !important;
    }

    .footer .emergency-call .list-call .call-action {
        padding: 2px !important;
    }
}
/* END DISABLE TOP SERVICE MENU */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  
  .card-title {
    margin-bottom: 0.5rem;
  }
  
  .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link + .card-link {
    margin-left: 1rem;
  }
  
  .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-group > .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
}
.rounded-10 {
    border-radius: 10px;
}
.rounded-20 {
    border-radius: 20px;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #D7FF7B;
}
.fw-bold {
    font-weight: 800 !important;
}
#main {
    margin-top: 150px;
}
.nav-parent {
    height: fit-content !important;
}
.nav-parent .footer {
    padding: 0 !important;
}
.nav-parent .emergency-call {
    margin-bottom: 0 !important;
}
.ckeditor ul li {
    font-size:14px !important;
    line-height: 18px !important;
}
body.modal-appointment-open{
    overflow: hidden;
}
.ckeditor ul li span {
    left: 0px;
}

.ckeditor img{
    max-width: 100% !important;
    height: auto !important;
}
.ckeditor table tr td {
    padding: 10px;
}

.article-wrapper .breadcrumb .breadcrumb-item{
    font-size:10px !important;
}

.reviewer .summary p{
    font-size:14px;
    font-weight:400;
}

.articles-box .article-img.relate-doctor{
    max-height: 90px !important;
}

.articles-box .article-img.relate-article{
    max-height: 105px !important;
}

.list-article-side .articles-box .article-summary.xs .attr{
    bottom:10px !important;
    padding-left:15px;
    /* margin-left:0px !important; */
    /* left:initial; */
}


.accordion .accordion-item .accordion-header .accordion-button{
    font-size:14px !important;
}
.footer .menu-footer ul li{
    line-height:30px;
}
.footer .menu-footer ul li a{
    color:#2e2e2e;
    font-weight: 400;
}

.detail-articles-box p:first-child{
    padding-top:5px !important;
    font-size:17px !important;
    color:#464646 !important;
}

.reviewer .summary .pict{
    background-size: cover;
    background-position: center;
}

.navbar-brand img{
    height:70px !important;
}

.pack-action .btn{
    height:50px !important;
    font-size:14px !important;
    line-height: 35px !important;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:20px;
}

.pack-action .powered{
    font-size:12px;
}

.pack-action img{
    margin-left:5px;
}

.location-wrap{
    min-height: 200px !important;
}

.tag-filter.horizontal{
    width:100% !important;
    padding-bottom:0px;
}

header .tag-filter{
    margin-top:15px !important;
    margin-bottom:0px !important;
}

.articles.with-filter{
    padding-top:70px;
}

.service-menu{
    top:480px;
    width:70px;
    box-shadow:0 10px 20px #00000029;
}

.service-menu a .icon-menu{
    margin-bottom:0px !important;
}

.service-menu .text-menu{
    max-width: 45px !important;
    margin: 5px auto;
    font-size:8px !important;
    margin-bottom:10px;
    font-weight: 600;
}

.float-whatsapp{
    position: fixed;
    bottom:30px;
    right:30px;
    border-radius: 10px;
    background-color: #ffffff;
    z-index:100;
    padding:5px;
    box-shadow: 0 6px 20px #0000001A;
}
.float-whatsapp  a{
    width:100%;
    height:100%;
}

.float-whatsapp a img{
    width:170px;
    height:35px !important;
    margin:0 auto;
}

.item-slide .tag {
    min-width:100px !important;
}

.item-slide .tag.active{
    font-weight:700;
}

.item-slide .tag:hover{
    cursor: pointer;
    font-weight: 700;
}

.scroll-btn .prev{
    left:-15px;
}

.scroll-btn .next{
    right:-15px;
}

.articles-box{
    margin-bottom:20px;
}

.article-section{
    padding-top:20px;
}

.list-article-side .articles-box{
    box-shadow:none;
    border:1px solid #ebebeb;
}

.service-center{
    padding-bottom:30px;
}

.health-info{
    padding-top:30px;
}

.btn.btn-appointment{
    line-height: 35px !important;
}

.btn.btn-pink{
    max-height: 40px !important;
    margin-bottom:5px !important;
}

.btn.btn-pink span{
    font-size:16px !important;
}

.copy-phone{
    font-size:14px !important;
}

.thumb-info{
    min-height:310px !important;
}

.thumb-info .info-summary h3{
    -webkit-line-clamp:2;
    height:48px;
    max-height:48px;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}

.thumb-info .info-summary p{
    -webkit-line-clamp:3;
    max-height:43px;
    height:43px;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical
}

.pdf-package .desc h4{
    -webkit-line-clamp:3;
    max-height:56px;
    height:56px;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical
}

.tab-collapse .btn{
    min-width:104px !important;
    height:40px !important;
    text-align:center;
    padding-left:20px !important;
    padding-right:20px !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    color:#707070;
}
::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    color:#707070;
}
:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    color:#707070;
}
:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    color:#707070;
}

.select2-selection__placeholder{
    font-style:italic !important;
    color:#707070 !important;
}
/* #select2-inputLocation-container .select2-selection__placeholder{
    font-style:normal !important;
    color:#707070 !important;
} */

.articles-box .article-summary.xs .attr .btn{
    font-weight:900 !important;
    text-align:center;
}

.footer .emergency-call .list-call .call-action .btn {
    min-width: 180px;
}
.footer .emergency-call .service-title{
    width:275px;
}
.footer .emergency-call .service-title span {
    font-size: 14px;
}
.footer .emergency-call .service-title h2, .footer .emergency-call .service-title .h2 {
    font-size: 21px;
}

.download-package .pdf-package{
    max-height:100px;
}

.download-package .pdf-package p{
    font-weight:bold;
}

.list-article-side .articles-box{
    max-height:95px !important;
}

.list-article-side .articles-box.relate-doctor{
    max-height:90px !important;
}

.tag li{
    padding:0px;
    min-width:100px;
    height:30px;
}

.tag li a{
    text-align: center;
    font-size: 12px;
    color: #464646;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

.service-center .service-desc::after{
    height:112%;
}

.service-center .service-desc p {
    position: relative;
    z-index: 1;
}
.user-mobile{
    display:none;
}

@media (max-width: 1024px){
    #main {
        margin-top: 185px;
    }

    .service-logo{
        padding-top:40px;
    }

    .service-center .service-desc::after{
        height:100%;
        top:70px;
    }

    .footer .emergency-call .list-call .call-action .btn {
        min-width: 150px;
    }

    .articles-box .article-img{
        width:350px !important; 
    }

    .articles-box .article-img.sm{
        width:200px !important;
        max-height:150px;   
    }

    .articles-box .article-img.xs{
        width:150px !important;
        max-height:150px;   
        min-height:150px;
    }

    .articles-box .article-img.full{
        min-height:auto;
        background-size: 100%;
        width: auto !important;
        height: auto !important;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        
    }

    .articles-box .article-summary{
        max-height:auto;
        min-height:auto;
    }
    .articles-box .article-summary.sm{
        width:200px;
        max-height:150px;
        min-height:150px;
    }
    .articles-box .article-summary.xs{
        width:150px;
        max-height:150px;
        min-height:150px;
    }

    .list-article-side .articles-box .article-summary.xs{
        height:95px;
        max-height:95px;
        min-height:95px;
    }
    
    .list-article-side .articles-box.relate-doctor .article-summary.xs{
        height:90px;
        max-height:90px;
        min-height:90px;
    }

    .articles-box .article-img.relate-doctor{
        width:90px !important;
        max-height: 90px !important;
    }
    
    .articles-box .article-img.relate-article{
        width:95px !important;
        max-height: 95px !important;
    }

    .list-article-side .articles-box.relate-doctor .attr-rs{
        margin-left:15px !important;
    }

    .mobile-menu .title-menu{
        top:60px;
    }
    /* .service-menu{
        background-color: transparent !important;
        box-shadow:none;
    }
    .service-menu.on-scroll{
        background-color:#f0f0f0 !important;
        box-shadow:none;
    } */

    .title .page {
        font-size:16px !important;
    }
    .title h1{
        font-size:16px !important;
    }
    .article-wrapper .breadcrumb .breadcrumb-item{
        font-size:14px !important;
    }

    .ckeditor table tr td {
        width:100% !important;
    }

    .ckeditor table{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .article-summary h3.poli{
        font-size:16px !important;
        vertical-align: middle;
    }

    .footer{
        padding-top:0px;
    }

    .footer .menu-footer ul li a{
        color:#000;
        font-weight: 400;
        line-height:20px;
    }

    .navbar-brand img{
        height:30px !important;
    }

    .pack-action .btn{
        height:50px !important;
        font-size:14px !important;
        line-height: 35px !important;
        padding-left:20px;
        padding-right:20px;
        margin-bottom:10px;
    }

    .scroll-btn{
        display:none;
    }

    
    .scroll-btn .prev{
        bottom:-30px;
    }
    
    .scroll-btn .next{
        bottom:-30px;
    }

    .detail-articles-box .detail-content{
        padding-top:20px;
    }

    .service-center{
        padding-bottom:5px !important;
    }

    .form-search-doctor-mobile .form-src{
        border-radius:10px !important;
        box-shadow: 0px 3px 6px #00000029 !important;
    }

    .tab-collapse .btn{
        min-width:78px !important;
        height:30px !important;
        text-align:center;
        padding-left:20px !important;
        padding-right:20px !important;
        line-height: 12px !important;
    }

    .js-src-mobile .form-control{
        border:none !important;
    }

    .articles-box .article-summary .attr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        font-size: 12px;
        position: absolute;
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        left: 0;
        bottom: 10px;
    }
}

@media (max-width: 1023px){
    .nav-parent {
        display: flex;
    }
    .user-mobile {
        position: absolute;
        top: 20px;
        right: 80px;
        color: #a61d35;
        text-transform: uppercase;
        font-size: 12px;
        border: none;
        border-radius: 6px;
        display: block;
    }

    .ckeditor table tbody tr td img{
        width: 100vw !important;
        max-width: 100vw !important;
        min-width: 100vw !important;
    }
    
    .container.scroll-filter{
        padding-left:0px;
        padding-right:0px;
    }
    .location-wrap .tab-wrapper{
        margin-left:-10px;
        margin-right:-10px;
    }
    header .navbar .navbar-toggler {
        position: absolute;
        top: 25px;
        right: 30px;
        color: #a61d35;
        text-transform: uppercase;
        font-size: 12px;
        border: none;
        border-radius: 6px;
        background-color: #ffffff;
        box-shadow: 0px 4px 10px #00000021;
        display:block;
    }
    .service-menu a .icon-menu{
        margin-bottom:0px !important;
        box-shadow: 0 0px 0px #0000001a;
    }
    .content-area::before {
        height: 179px;
    }
    header .navbar .navbar-nav .nav-item.active::after{
        display:none;
    }
    .mobile-menu .navbar-nav li .nav-link::after{
        content: "chevron_right";
        font-family: material icons outlined;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        color: #707070;
        position: absolute;
        top: 12px;
        right: 0;
    }
    .mobile-menu::before {
        content: "";
        width: 121%;
        height: 100%;
        background-image: url(../../assets/images/bg-light-grey.svg);
        background-size: cover;
        background-position-x: right;
        background-position-y: 3px;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
    }
    .mobile-menu {
        display: block!important;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99;
        -moz-transition: linear all 400ms;
        -o-transition: linear all 400ms;
        -webkit-transition: linear all 400ms;
        transition: linear all 400ms;
        background-color: #fff;
    }
    .mobile-menu .navbar-nav {
        width: 100%;
        height: 100%;
        flex-direction: column;
        margin-bottom: 59px;
        margin-top: 0!important;
        margin-right: 0;
        padding: 70px 20px 30px;
        position: relative;
        z-index: 1;
    }
    .mobile-menu .navbar-nav {
        padding-top: 130px;
    }
    header .navbar .navbar-nav .nav-item {
        margin-right: 0;
    }
    .mobile-menu .navbar-nav li {
        display: block;
        margin-right: 0;
        margin-top: 0;
        border-bottom: 1px solid #ebebeb;
    }
    .service-menu.top-service-menu {
        display: flex;
        position: relative;
        top: 15px;
    }

    .service-menu {
        position: fixed;
        top: 80px;
        left: inherit;
        -webkit-transform:inherit;
        -moz-transform:inherit;
        transform:inherit;
        display: flex;
        justify-content: space-between;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        @include transition(top linear 1000ms);
    }

    .service-menu.bottom-service-menu{
        top: initial;
        bottom: 20px;
        width: 80%;
        flex-direction: row;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0 10px 20px #00000029;
        border-radius: 40px;
        padding: 10px;
        margin-bottom: 0;
        display:none;
    }

    .service-menu.bottom-service-menu.on-scroll {
        position: fixed;
        z-index: 3;
        display: flex;
        background-color: #ffffff !important;
        left: 50%;
        top: initial;
        bottom: 20px;
        width: 280px;
        flex-direction: row;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0 10px 20px #00000029;
        border-radius: 40px;
        padding: 10px;
        margin-bottom: 0;
    }

    .row.row-scroll {
        flex-wrap: unset;
        overflow-x: auto;
    }
    .row.row-scroll::-webkit-scrollbar {
        display: none;
    }
    .row.row-scroll::-moz-scrollbar {
        display: none;
    }
    .row.row-scroll > div[class^=col-]:last-child {
        width: 130px;
        padding-right: 0;
    }

    .footer .emergency-call .service-title{
        width:auto;
    }
    .service-menu.bottom-service-menu.on-scroll a .text-menu {
        display: none;
    }
    .footer .row {
        flex-direction: column-reverse;
    }

    .footer .social-wrap {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer #accordionFooter {
        display: block;
    }
    .footer #accordionFooter .accordion-item .accordion-header .accordion-button {
        border-bottom: 1px solid #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer #accordionFooter .accordion-item .accordion-header.active .accordion-button {
        border-bottom: 1px solid #000000;
    }
    .footer #accordionFooter .accordion-item .accordion-header .accordion-button::after {
        display: inline-block;
    }

    .footer .emergency-call {
        padding: 0;
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0;
        flex-direction: column;
    }

    .footer .emergency-call .service-title {
        border-radius: 0;
        box-shadow: none;
        background-color: transparent;
        margin: 0 auto;
        text-align: center;
    }

    .footer .emergency-call .list-call {
        padding-right: 0;
        justify-content: center;
        width: 100%;
        /* max-width: 400px; */
        flex: 0%;
    }
    .footer .emergency-call .list-call .call-action {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 10px;
        width: 33.3333%;
    }

    .service-wrap .service-desc{
        background-color:transparent ;
        height:auto;
        padding-bottom:0px !important;
    }
    .service-wrap .service-desc h2, 
    .service-wrap .service-desc .h2,
    .service-wrap .service-desc p{
        color:#707070;
    }
    .service-wrap .service-desc::before,
    .service-wrap .service-desc::after{
        display:none;
    }

    .service-logo::after {
        display: none;
    }

    .service-logo .logo-list {
        justify-content: center;
    }

    .service-logo .logo-list li{
        width: 33.33%;
        padding: 5px;
        display: flex;
        justify-content: center;
    }

    .service-logo .logo-list li a{
        width:100%;
    }

    .wrapper-collapse-arrow{
        display:none;
    }
}

@media (max-width: 912px){
    .mobile-menu .navbar-nav {
        padding-top: 100px;
    }
    .articles-box .article-img.sm{
        width:150px !important;
    }

    .articles-box .article-img.xs{
        width:120px !important;
    }

    .articles-box .article-summary.xs .attr.attr-article{
        padding-left:15px;
    }
}

@media (max-width: 768px){
    .download-package .row div[class^=col-] {
        max-width: 80%;
    }

    .articles-box .article-img.xs{
        width:150px !important;
        min-height:125px !important;
    }
    .list-article-side .articles-box.relate-doctor .attr-rs{
        margin-left:0px !important;
        left:initial;
    }

    .articles-box .article-summary .attr,
    .articles-box .article-summary.sm .attr
    .articles-box .article-summary.xs .attr {
        position: absolute !important;
        left: 0  !important;
        bottom: 10px  !important;
        padding-left: 15px  !important;
        padding-right: 15px  !important;
    }
}

@media (max-width: 600px){
    .articles-box .article-summary .attr,
    .articles-box .article-summary.sm .attr
    .articles-box .article-summary.xs .attr {
        position: absolute !important;
        left: 0  !important;
        bottom: 10px  !important;
        padding-left: 15px  !important;
        padding-right: 15px  !important;
    }

    .articles-box .article-summary .attr .mb-3{
        margin-bottom:0px !important;
    }

    .list-article-side .articles-box .article-summary.xs .attr{
        bottom:10px !important;
    }

    .list-article-side .articles-box.relate-doctor .article-summary.xs .attr{
        bottom:10px !important;
    }

    .articles-box .article-img{
        flex: none;
        width: 105px !important;
        height: auto;
        min-height: 125px !important;
    }

    .articles-box .article-img.sm {
        width: 105px !important;
        min-height: 125px !important;
    }

    .articles-box .article-img.full{
        /* width: auto !important;
        min-height: 300px !important;
        max-height:auto !important; */
        width: auto !important;
        min-height: auto !important;
        max-height: auto !important;
        padding-bottom: 100%;
        background-size: 100%;
        background-repeat: no-repeat
    }

    .articles-box  .article-img.xs{
        width: 105px !important;
        min-height: 125px !important;
    }

    .articles-box .article-summary{
        min-height:auto !important;
        max-height:auto !important;   
    }

    .find-job h4, .find-job .h4 {
        margin-bottom:10px;
        color:#707070;
    }

    .download-package .row .col-8{
        margin-right:10px !important;
    }
}

@media (max-width: 425px){
    .mobile-menu .navbar-nav {
        padding-top: 100px;
    }
}

@media (max-width: 1023px) and (orientation:landscape){
    .service-menu.bottom-service-menu.on-scroll {
        width: 280px !important;
    }
}
@media (max-width: 350px){
    .service-menu.bottom-service-menu.on-scroll {
        width: 80% !important;
    }
}

header .navbar .navbar-nav .nav-item{
    margin-top:10px;
}

.btn-user{
    box-shadow: 0px 3px 6px #00000029;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    color: #212529;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 14;
    border-radius: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*-----*/
#articleList .articles-box .article-summary .attr{
    padding-left:15px;
}

.subtitle-package{
    font-size:14px !important;
}

.health-info .thumb-info{
    position:relative;
}

.health-info .thumb-info .info-summary h3{
    height:auto !important;
    max-height:auto !important;
}

.wrapper-btn{
    position:absolute;
    width:92%;
    bottom:20px;
    margin:0 auto;
}
.banner-promo {
    padding: 0 0 49px 0;
}
.health-info .thumb-info .info-summary p{
    line-height: 14px !important;
}

@media (max-width:1024px){
    .thumb-info .info-summary h3{
        height: min-content !important;
    }
    .service-menu-top a .icon-menu {
        width: 60px !important;
        height: 60px !important;
        box-shadow: 0 6px 20px #0000001a !important;
    }
    .service-menu-top a .icon-menu img {
        max-width: 65%;
    }
    .service-menu-top .text-menu {
        font-size: 10px !important;
        font-weight: 500 !important;
        width:60px !important;
        max-width:60px !important;
        text-align:center;
        display:block !important;
    }
    .service-menu-top .text-menu.hidden-mobile{
        display:none !important;
    }
    .subtitle-package{
        font-size:12px !important;
    }
    .banner-promo {
        padding: 0 0 36px 0;
    }
}

@media(max-width: 768px){
    header .navbar {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    .service-menu{
        top:80px;
        width:100%;
    }

    .service-menu{
        background-color: transparent !important;
        box-shadow:none;
    }
    .service-menu.on-scroll{
        background-color:#ffffff !important;
        box-shadow:none;
    }

    .service-logo .logo-list li a{
        width:100%;
        padding-top:100%;
    }

    .service-logo{
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

    .service-desc{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .service-desc p {
        margin-bottom: 20px !important;
        font-size: 12px !important;
    }
    .service-desc h2, .title.w-btn h2, .title-article h2 {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #2E2E2E !important;
        margin-bottom: 13px !important;
    }
    .health-info .thumb-info .info-summary h3{
        font-size:14px;
        line-height: 18px;
    }

    .health-info .col-md-4{
        width:255px !important;
    }
    .health-info .row.row-scroll > div[class^=col-]:last-child{
        width:130px !important;
    }
    .health-info .thumb-info{
        min-height:300px !important;
        max-height:300px !important;
    }
    .health-info .thumb-info .img-info{
        height:105px;
    }
    .health-info .thumb-info .info-summary p{
        -webkit-line-clamp:3;
        max-height:43px;
        height:43px;
        width:95%;
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        margin-bottom:25px;
    }
    .health-info .info-summary{
        padding:10px;
    }

    .health-info .btn{
        height:40px;
        padding-top:10px;
    }
}

.footer .logo-container {
    position: relative;
    margin-bottom: 1.825rem;
}
.footer .logo-container .logo {
    width: 100%;
    max-width: 220px;
}

.text-white {
    color: #ffffff;
}