/* style custom */

/* Header */
.header-wrapper{
    background-color:white;
}

.header-wrapper.opacity-80{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

.header_mobile .search_area input[type=text]{
    background-color:transparent;
}

.header_mobile .search_area input[type=text]:focus{
    background-color:white;
}


/* Account */
.account-banner {
    background-attachment: unset !important;
    background-size: contain !important;
    background-repeat: repeat !important;
}

#v-pills-dashboard .row .form-group{
    align-items: baseline;
}

.profile_user>.user_list a.nav-link:hover svg{
    fill: #00abc7;
}


/* Doctor Search */
input#search_input {
    font-size: 24px;
    color: #414042;
}

input#search_input::placeholder {
    font-size: 24px !important;
}

/* Doctor Profile */
.spacial-doctor-details .left-column{
    padding-top:90px;
}

.spacial-doctor-details .left-column ul>li::before{
    position: absolute;
    margin-top: 8px;
    left: 25px;
}

/* Service */
.banner-desciption{
    text-align: left !important;
}

/* Package Page*/
.filter-section .select2-container .select2-selection--single{
    background-color:#00ABC7;
}

#accordionProgram p{
    font-size:24px;
}

#collapseThree>.card-body>div>.justify-content-center.align-items-center{
    justify-content: flex-start !important;
}

#collapseThree>.card-body ul.social-contact{
    padding: 0;
}

/* Package card - Package Page*/
.card-package .pack-promotion{
    min-height: 50px;
    display: flex;
    flex-direction: column;
    height: 50%;
}

#container-package .card-package .pack-promotion{
    justify-content: end;
}

#container-package .card-package .pack-action{
    bottom: -5px;
}

/* Package card - Home Page*/
#container-section-package .card-package .pack-promotion{
    justify-content: center;
}

#container-section-package .card-package .pack-action{
    bottom: 5px;
    right: -10px;
}

/* Contact */
.maps-info-section .row>div>ul{
    padding: 0 !important;
}

.feedback p{
    font-size:40px;
}

/* Form */
.register-page .form-wizard{
    color: #414042;
}

@media only screen and (max-width:477px){

    /* Home page */
    #technology .row>div:first-child{
        order:1;
    }
    
    .section-slide .view-all{
        right: auto;
        left: 50%;
        transform: translate(-50%,50%);
    }

    #home, #news-blogs{
        margin-bottom:50px;
    }

    /* Product page */
    .program>.container>.row>div:first-child{
        order:1;
        margin-top:30px;
    }
}

/* Banner Article */

.header-image-parallex{
    background-size: cover;
    min-height: 100vh;
    background-position: center 90px;
}

@media only screen and (max-width:767px) {
    .header-image-parallex{
        background-position: center 65px;
    }
}

/* Careers */
.title-line::before{
    display: none;
}

@media only screen and (max-width:477px){
    section#career::before{
        content: '';
        background: rgb(255 255 255 / 55%);
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

.department-desc p {
    font-size:24px;
  }

.package-mobile-price{
    display: inline-block;
    color: #AB1D37;
    font-size: 1.35rem;
    line-height: 1;
}

.popover .popover-title {
    font-weight: bold;
}

.avatar-doctor-circle {
    width: 220px;
    height: 220px;
    background-size: cover;
    background-position: center;
}

.site-footer {
    background-color: #008aab !important;
    color: white !important;
}

.site-footer a {
    color: white !important;
}

.site-footer h5 {
    color: white !important;
}

.site-footer .footer-link-list {
    color: white !important;
}

.site-footer .icon a {
    color: white !important;
}
.site-footer .footer-bottom {
    color: black !important;
}

.site-footer .footer-bottom a {
    color: black !important;
}

@media (max-width: 768px) { /* ขนาดหน้าจอมือถือ */
    .social-icons {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }
}