
.header__topbar--inner .social-icons a{
    font-size: 1.2em;
    margin-right:1rem;
}
.header-button .button {
    padding: 1px 20px;
    font-size: 15px;
}

.btn.secondary
{
    /* Permalink - use to edit and share this gradient. Liên kết cố định - sử dụng để chỉnh sửa và chia sẻ gradient này: https://colorzilla.com/gradient-editor/#e95f20+0,e76122+1,f37636+2,f47639+4,f47437+5,f67639+6,f37538+7,f37538+47,f47435+48,f16c2b+49,f36621+50,f5651f+50,f36523+53,f46521+100 */
    background: linear-gradient(to bottom,  #e95f20 0%,#e76122 1%,#f37636 2%,#f47639 4%,#f47437 5%,#f67639 6%,#f37538 7%,#f37538 47%,#f47435 48%,#f16c2b 49%,#f36621 50%,#f5651f 50%,#f36523 53%,#f46521 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition:all 0.5s ease;
}
.btn.secondary:hover{
    /* Permalink - use to edit and share this gradient. Liên kết cố định - sử dụng để chỉnh sửa và chia sẻ gradient này: https://colorzilla.com/gradient-editor/#17376a+0,ea5f1a+1,e86121+2,c66230+3,c66532+4,ca602e+5,ca6134+6,c8632f+7,c86231+48,cb6330+49,c15620+50,c05119+50,c45319+51,c35017+52,c4531b+53,c1521b+54,c3521a+100 */
background: linear-gradient(to bottom,  #17376a 0%,#ea5f1a 1%,#e86121 2%,#c66230 3%,#c66532 4%,#ca602e 5%,#ca6134 6%,#c8632f 7%,#c86231 48%,#cb6330 49%,#c15620 50%,#c05119 50%,#c45319 51%,#c35017 52%,#c4531b 53%,#c1521b 54%,#c3521a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#fff;
}
.book-hotline.button{
    display:inline-block;
    /* background:rgb(249,70,0); */
    font-weight: bold;
    border-radius:5px;
}
.book-hotline.button:hover{color:#fff;}

@keyframes blink {
  0% { background: rgb(249,70,0); }
  100% { background: rgb(5,127,0); }
}
@-webkit-keyframes blink {
  0% { colbackgroundor: rgb(249,70,0); }
  100% { background: rgb(5,127,0); }
}
.blink {
  -webkit-animation: blink 1.2s linear infinite;
  -moz-animation: blink 1.2s linear infinite;
  animation: blink 1.2s linear infinite;
}

.header__sub--menu__items a:hover{
    color: #ffb996;
}

.box-square{
    padding: 10px 15px;
    border-radius: 20px;
    height:201px;
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
    color:#193766;
    border: 4px solid rgb(25, 55, 102);
}
.box-square:hover, .img-shadow a img:hover{
    box-shadow:0 10px 20px rgb(0 0 0 / .19), 0 6px 6px rgb(0 0 0 / .22);
}
.image__width--text__section{
    background-image: url(/assets/images/PC-Doi-ngu-bac-si-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    image-rendering: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
}
.doctor-info h3 a{
    color: var(--primary-color);
    font-size: 2.5rem;
}
.doctor-info .doctor-description{
    color: var(--primary-color);
    font-size: 1.5rem;
}
.box-post{
    transition: opacity .3s, transform .3s, background-color .3s;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.box-text{
    /* text-shadow: 1px 1px 1px rgb(0 0 0 / .5); */
}

.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.box-shade .box-text {
    bottom: 0;
    max-height: 100%;
    padding-left: 1.2em;
    padding-right: 1.2em;
    position: absolute;
    width: 100%;
}
.cat-label{
    color: #f1f1f1;
    opacity: .7;
    font-size:0.6em;
    background-color: rgb(0 0 0 / .4);
    border-radius: 2px;
    font-weight:700;
    transition: background-color .3s, opacity .3s;
    padding: 0 3px;
    display:inline-block;
}
.has-hover:hover .cat-label {
    background-color: #f36521;
    opacity: 1;
}
.post-meta{
    opacity:.8;
    color:#f1f1f1;
    font-size:0.8em;
}
.is-divider{
    height: 2px;
    margin-bottom: .5em;
    margin-top: .5em;
}
.image-cover{
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 144%;
    position: relative;
}

h5.post-title a{
    font-size: 1.35em;
    line-height: 1.3;
    font-weight: bold;
}

@media (max-width: 1024px) {
    h5.post-title a{
        font-size: 1.2em;
        line-height: 1.4;
    }
}

@media (max-width: 820px) {
    .cat-label{
        margin-bottom:5px;
        font-size: 0.5em;
    }
    h5.post-title a{
        font-size: 0.8em;
        line-height: 1.4;
    }
    .post-meta{
        font-size: 0.5em;
    }
}
.box-image>a, .box-image>div>a {
    display: block;
}

.has-hover .bg, .has-hover [class*=image-] img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.image-cover img{
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.shade {
    backface-visibility: hidden;
    background: rgb(0 0 0 / .2);
    background: linear-gradient(0deg, #323232 0, #fff0 33%);
    bottom: 0;
    content: " ";
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s;
}
.has-hover:hover .image-zoom img {
    transform: scale(1.1);
}
.overlay {
    bottom: 0;
    position: absolute;
    background-color: rgb(0 0 0 / .15);
    height: 100%;
    left: -1px;
    pointer-events: none;
    right: -1px;
    top: 0;
    transition: transform .3s, opacity .6s;
}

.footer-wrapper {
    position: relative;
    width: 100%;
}
#section_2060388627 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #193766;
}
.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
.ux-shape-divider--top {
    top: -1px;
    transform: rotate(180deg);
}
.ux-shape-divider {
    --divider-top-width: 100%;
    --divider-width: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.ux-shape-divider .ux-shape-fill {
    fill: #fff;
}
.ux-menu-link__text,.ux-menu-link__link{
    color:#fff;
}
.ux-menu-link__icon{
    margin-right:1rem;
}
.social-icons a{
    font-size: 1.2em;
    margin-right:1em;
}
.phone-buttons-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}
.phone-container {
    position: relative;
}
.phone-button.blue {
    background-color: #3498db;
}
.phone-button {
    position: relative;
    width: 160px;
    bottom: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: background-color .3s ease;
}
.phone-icon-container {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.phone-button.blue .outer-ring {
    border-color: rgba(52, 152, 219, 0.8);
}
.inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: pulse-inner 2s infinite;
    display: flex;
    justify-content: space-around;
}
.phone-icon {
    width: 35px;
    height: 35px;
    z-index: 2;
    position: relative;
    font-size: 24px;
    padding-top: 2px;
    animation: ring 2s infinite;
}
.phone-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.phone-button .phone-number {
    padding-left: 40px;
    font-size: 14px;
    white-space: nowrap;
}
.sf-field-search h4{
    font-size: 25px;
    color: var(--primary-color);
}
input.sf-input-text,textarea.sf-input-text{
    padding:10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    max-width: 100%;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
}
input.sf-input-text:hover{
    box-shadow:inset 0 -1.8em 1em 0 #fff0;
}
textarea.sf-input-text{

}
input[type='submit'].sf_submit{
    border-radius: 5px;
    padding:5px 10px;
    color:#fff;
    background-color:var(--primary-color);
}
.entry-content * {
    /* font-family: "Source Sans Pro"; */
    font-size:100%;
}
.entry-content img{
    display:inline;
}
.entry-content p {
    margin-bottom: 12px;
}
.entry-content span{
    display:inline;
}
.entry-title{
    color: var(--primary-color);
    font-size:1.7em;
    line-height:1.3;
}
.entry-content, .page{
    color: var(--primary-color);
}
.entry-content h1 {
    font-size: 1.7em;
    line-height: 5rem;
}
.entry-content h2, .page h2 {
    font-size: 1.6em;
}
.entry-content h3 {
    font-size: 1.5em;
}
.entry-content h4 {
    font-size: 1.4em;
}
.entry-content h5,.entry-content h6{
    font-size: 1.4em
}
.entry-content ul li{
    list-style: outside;
    margin-left: 1.3em;
    margin-bottom: .6em;
    line-height:1.3
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: var(--primary-color);
    color:#fff;
}
@media (min-width: 850px) {
    .aligncenter {
        clear: both;
        display: block;
        margin: 0 auto;
    }
}

.follow-icons a{
    width:40px;
    height:40px;
}
