﻿main {
    margin-top: 110px;
}

#topbar a {
    color: #fff;
    text-decoration: none;
}

#topbar a:hover {
    color: #000;
    text-decoration: none;
}

.navbar-mobile .dropdown ul {
    visibility: visible !important;
}

#hero h2 {
    position: relative;
}

#hero h2::before {
    content: "";
    /* bắt buộc */
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: inline-table;
    width: 70px;
    border-bottom: 5px solid #2698D6;
}

#postName {
    font-size: 20px;
}

.overview {
    max-height: 72px;
    overflow: hidden;
    color: #000000;
}

.overview p {
    margin-bottom: 0px;
}

.img-post {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.45);
    /*height: 160px;*/
}

a:hover .img-post {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.58);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.58);
    /*height: 160px;*/
}

.post-date {
    color: #2698D6;
    font-weight: bold;
}

.post-date i {
    margin-right: 5px;
}

.title-homecontent {
    position: relative;

}

.title-homecontent::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: inline-table;
    width: 70px;
    border-bottom: 5px solid #2698D6;
}

.section-homecontent {
    padding: 60px 0;
}

.list-logo-gold img {
    max-width: 200px;
}

.section-gold {
    margin-top: 0px;
    padding: 60px 0;
    background: #f9f9f9 url("/images/bg-gold.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.featured-services {
    padding: 60px 0;
    background: #f9f9f9 url("/images/bg-featured-service.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.featured-services .icon {
    text-align: center;
}

.icon-section {
    /* position: relative;
    display: block;
    width: calc(24px + 2*12px);
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    border-radius: 50%;
    background-color: #2698D6; */
    color: #2698D6;
}

.icon-section i {
    font-size: 35px;
}


.contact .info-item {
    text-align: center;
}

.contact .info-item i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-primary);
}

.contact .info-item address,
.contact .info-item p {
    margin-bottom: 0;
}

.contact .info-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: var(--color-primary);
}

.contact .info-item a:hover {
    color: var(--color-primary);
}

.category-section {
    color: #2698D6;
}

.aside-block .category-section {
    color: #056839;
}



.list-doctors,
.list-gallery {
    position: relative;
}

.zoom-link {
    cursor: zoom-in;
}

.prev-doctor,
.next-doctor,
.prev-gallery,
.next-gallery {
    position: absolute;
    top: 45%;
    background: #e1e1e1;
    z-index: 9;
    display: inline-table;
    width: 40px;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
}

.prev-doctor,
.prev-gallery {
    left: 0px;
}

.next-doctor,
.next-gallery {
    right: 0px;
}

.wrapper-doctor {
    border: 2px solid #3fbbc0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    /*margin: 0px 5px;*/
}

.doctor-name {
    color: #056839;
}

.img-doctor {
    max-width: 100%;
    overflow: hidden;
    max-height: 460px;
    height: 460px;
}

.doctor-introduce {
    max-height: 460px;
    overflow-y: auto
}

.active.current .thumbnail-doctor article {
    border: 2px solid #6f9d38 !important;
    background: #6f9d38;
    transition: background-color 0.5s ease;
}

.thumbnail-doctor .badge {
    font-size: 16px;
}

.thumbnail-doctor article {
    border: 2px solid #056839;
    /*margin: 0px 5px;*/
    cursor: pointer;
    padding: 10px;
    background: #fff;
}

.thumbnail-doctor:hover article {
    border: 2px solid #6f9d38 !important;
    background: #2698D6;
    transition: background-color 0.5s ease;
}

.thumbnail-doctor div:first-child {
    height: 500px;
    overflow: hidden;
}

.title-menu {
    color: #2698D6;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.features {
    background: #f9f9f9 url("/images/bg-feature.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.list-category article {
    padding: 10px 30px 30px 30px;
    border-radius: 8px;
    /* background: #e1e1e1; */
    border: 1px solid #e1e1e1;
    height: 100%;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    text-align: center;
}

.list-category article a {
    color: #2698D6;
}

.list-category article a:hover {
    color: #000;
}

.list-category .icon-category {
    font-size: 40px;
    color: #2698D6;
}

.features .list-feature,
.list-rss article {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    height: 100%;
}

.list-rss article {
    padding: 30px 30px 60px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    height: 100%;
}

.list-rss article .title-rss {
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding: 0px 30px;
}


.title-feature {
    color: #2698D6;
}

@media (min-width: 768px) {
    .contact .info-item-borders {
        border-left: 1px solid #80808022;
        border-right: 1px solid #80808022;
    }
}

.contact .php-email-form {
    box-shadow: 0 0 30px #80808022;
    padding: 30px;
    background: #fff;
}

@media (max-width: 640px) {
    .contact .php-email-form {
        padding: 20px;
    }
}



.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: var(--color-white);
    background: var(--color-green);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: var(--color-white);
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--color-green);
    border-top-color: var(--color-white);
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
    background-color: var(--color-primary);
}

.contact .php-email-form button[type=submit] {
    /*background: var(--color-primary);*/
    background: #056839;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border: 1px solid transparent;
}

.contact .php-email-form button[type=submit]:hover {
    /*background: rgba(var(--color-primary-rgb), 0.8);*/
    color: #056839;
    background: none;
    border: 1px solid #056839;
}

.back-to-top {
    border: 1px solid #fff;
}

#footer {
    padding: 0px;
}

#footer .social-links {
    font-weight: bold;
}

#footer .copyright {
    padding: 10px 0px;
}

#footer .credits {
    padding: 10px 0px;
    color: #fff;
    ;
    background: #2698D6;
}

#footer .social-links a {
    color: #555555;
}

/*RSS*/
.title-rss {
    font-size: 16px;
}

.date-rss {

    color: #555555;
}