/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/
body{
    font-family:'Be Vietnam Pro',sans-serif;
    color:#222;
    line-height:1.8;
    padding-top:95px;
}

.main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1030;
    background:#fff;
    transition:.3s;
}

.main-header.scrolled{
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.logo img{
    max-height:60px;
}

.main-menu{
    margin-top:18px;
}

.main-menu li{
    margin:0 10px;
}

.main-menu a{
    color:#1b2b55;
    font-weight:600;
    text-decoration:none;
}

.btn-book{
    background:#0d47a1;
    color:#fff;
    padding:12px 20px;
    border-radius:8px;
    display:inline-block;
    margin-top:8px;
}

.hero{
   /* padding:17px 0; */
   padding-top:17px;
    background:
    /*linear-gradient(
        90deg,
        rgba(245,249,255,.95),
        rgba(245,249,255,.75)
    ),
    url('../img/hero-bg.jpg');*/
    linear-gradient(90deg, rgba(245, 249, 255, .95), rgb(245 249 255 / 59%)), url(../img/hero-bg.jpg);
    background-size:cover;
    background-position:center;
    /*min-height:720px;*/
    display:flex;
    align-items:center;
}

.hero-small{
    display:block;
    font-size:34px;
    font-weight:600;
    color:#444;
}

.hero-small.blue{
    color:#1565c0;
}

.hero h1{
    font-size:66px;
    color:#0d47a1;
    font-weight:700;
    margin:20px 0;
}

.hero h2{
    font-style:italic;
    font-family:'Allura',cursive;
    font-size:72px;
    color:#d5a441;
    font-weight:400;
}

.hero-desc{
    font-size:24px;
}

.hero-buttons{
    margin-top:40px;
}

.btn-primary-custom{
    background:#0d47a1;
    color:#fff;
    padding:15px 60px;
    border-radius:8px;
    display:inline-block;
    margin-right:10px;
    font-weight:600;
    transition:.3s;
}

.btn-primary-custom:hover{
    background:#08347b;
    color:#fff;
    transform:translateY(-3px);
}

.btn-outline-custom{
    border:2px solid #0d47a1;
    color:#0d47a1;
    padding:13px 60px;
    border-radius:8px;
    display:inline-block;
    font-weight:bold;
}

.hero-image{
    margin-left:auto;
}


.quote-box{
    background:#fafafa;
    padding:40px;
    border-radius:12px;
}

.quote-box i{
    font-size:40px;
    color:#0d47a1;
}

.section-tag{
    color:#1565c0;
    font-weight:700;
    font-size:18px;
    text-transform: uppercase;
}

.about-doctor h2{
    color:#0d47a1;
    font-size:30px;
    font-weight:bold;
}

.about-doctor{
    position:relative;
    background:url('../img/about-bg.jpg')
               center center no-repeat;
    background-size:cover;
}
.about-overlay{
    padding:40px 0;
}
.about-left{
    border-right:1px solid #e6e6e6;
    padding-top:10px;
}
.about-right{padding-top:10px;}
.donghanh{font-weight: bold;}
.giamdoc{font-weight: 600;padding-bottom: 15px;padding-top: 10px;}
.stat-item{

    display:flex;

    align-items:flex-start;

    position:relative;
    padding: 5px 0px 5px 0px;
}
.stat-icon{

    width:90px;

    height:90px;

    min-width:90px;

    border-radius:50%;

    background:#fff;

    box-shadow:0 5px 20px rgba(0,0,0,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-right:25px;
}
.stat-icon img{

    width:78px;

    height:auto;
}
.stat-content{

    flex:1;
}
.stat-content .number{

    font-size:40px;

    line-height:1;

    font-weight:800;

    color:#0d47a1;

    margin-bottom:10px;
}
.stat-content h4{

    font-size:22px;

    font-weight:700;

    margin-bottom:8px;
}
.stats-row > div{

    position:relative;
}
.stats-row > div:not(:last-child):after{

    content:"";

    position:absolute;

    top:20px;

    right:0;

    width:1px;

    height:90px;

    background:#d9dff1;
}
@media(max-width:991px){

    .stats-row > div:after{

        display:none;
    }

}
.counter-section{

    background:#f6f8fd;

    padding:80px 0;
}
.doctor-profile-link{

    display:inline-flex;

    align-items:center;

    color:#0d47a1;

    font-weight:600;

    text-decoration:none;

    margin-top:20px;
}
.circle-arrow{

    width:22px;

    height:22px;

    border:1px solid #0d47a1;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-left:10px;

    transition:.3s;
}
.circle-arrow i{

    font-size:12px;
}
.doctor-profile-link:hover .circle-arrow{

    background:#0d47a1;

    color:#fff;

    transform:translateX(4px);
}

.counter-section{
    background:#f5f8fd;
    padding:10px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
    color:#0d47a1;
    font-weight:700;
    font-size:25px;
    text-transform: uppercase;
}
.service-content a{color:#000;}
.counter-box{
    text-align:center;
}

.counter-box .number{
    display:block;
    font-size:60px;
    font-weight:700;
    color:#0d47a1;
}
.expertise-section{
    padding:10px 0;
}

.service-row{
    margin-top:30px;
}

.service-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:30px;
    transition:.35s;
    cursor:pointer;
    overflow:hidden;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.service-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.6s;
}
.service-card:hover img{
    transform:scale(1.08);
}

.service-content{
    padding:20px;
}

.service-content h3{
    font-size:18px;
    color:#0d47a1;
    margin-top:0;
    font-weight:bold;
    line-height: 23px;
}

.service-image{

    position:relative;

    overflow:hidden;
}
.service-icon{

    position:absolute;

    top:15px;

    left:15px;

    width:58px;

    height:58px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
    0 5px 15px rgba(0,0,0,.12);
}
.service-icon img{

    width:28px;

    height:auto;
}
.service-card:hover .service-icon{

    transform:scale(1.08);

    transition:.3s;
}
.service-card{

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    box-shadow:
    0 5px 20px rgba(0,0,0,.08);
}
.service-card img{

    width:100%;

    object-fit:cover;
}

.baby-section{
    background:#f7f9fc;
    padding:10px 0;
}

.baby-card{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.35s;
}
.baby-card:hover{
    transform:translateY(-8px);
}

.baby-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.baby-content{
    padding:20px;
}

.contact-section{
    padding:30px 0;
}

.contact-section h2{
    color:#0d47a1;
    font-size:26px;
    margin-bottom:25px;
    font-weight:bold;
}

.contact-buttons{
    margin-top:30px;
}

.press-section{
    padding:20px 0;
    background:#fff;
}

.press-logo{
    height:90px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    background:#fff;
}

.main-footer{
    background:#082c74;
    color:#fff;
    padding-top:60px;
}

.main-footer h3{
    margin-top:0;
    margin-bottom:25px;
    font-size:20px;
}

.footer-links{
    padding-left:18px;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:40px;
    padding:20px 0;
    text-align:center;
}

.footer-row .footer-col{

    position:relative;

    min-height:220px;
}
.footer-row .footer-col:not(:last-child)::after{

    content:'';

    position:absolute;

    top:0;

    right:0;

    width:1px;

    height:100%;

    background:rgba(255,255,255,.2);
}
.footer-social{

    margin-top:20px;
}
.footer-social a{

    width:38px;

    height:38px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.15);

    border-radius:6px;

    margin-right:8px;

    color:#fff;

    text-decoration:none;

    transition:.3s;
}
.footer-social a:hover{

    background:#fff;

    color:#0d47a1;
}
.footer-social img{

    width:20px;

    height:20px;
}
.footer-contact{

    list-style:none;

    padding:0;
}
.footer-contact li{

    position:relative;

    padding-left:28px;

    margin-bottom:15px;

    line-height:1.7;
}
.footer-contact i{

    position:absolute;

    left:0;

    top:5px;

    color:#fff;
}
.footer-services{

    list-style:none;

    padding:0;
}
.footer-services li{

    margin-bottom:10px;
}
.footer-services i{

    margin-right:8px;

    color:#fff;
}
.footer-social-links{

    list-style:none;

    padding:0;
}
.footer-social-links img{width:25px;}
.footer-social-links li{

    display:flex;

    align-items:center;

    margin-bottom:15px;

    font-size:16px;
}
.footer-social-links i{

    width:22px;

    margin-right:10px;
}
.social-icon{

    width:18px;

    margin-right:10px;
}
.facebook{
    color:#1877f2;
}

.youtube{
    color:#ff0000;
}

.navbar{
    margin-bottom:0;
    border:0;
    background:#fff;
}

.navbar-nav > li{
    position:relative;
}

.navbar-nav > li.active > a{
    background-color: #fff !important;
    color:#0d47a1 !important;
}

.navbar-nav > li:after{

    content:"";

    position:absolute;

    left:15px;

    right:15px;

    bottom:10px;

    height:3px;

    background:#0d47a1;

    transform:scaleX(0);

    transition:.3s;

    border-radius:20px;
}
.navbar-nav > li:hover:after{

    transform:scaleX(1);
}
.navbar-nav > li.active:after{

    transform:scaleX(1);
}

.navbar-brand{

    padding:10px 15px;
}

.navbar-brand img{
	width:auto;
    height:80px !important;
}

.navbar-nav > li > a{
    text-transform: uppercase;
    color:#1b2b55 !important;

    font-weight:600;

    padding-top:25px;
    padding-bottom:25px;
}

.menu-cta a{
    text-transform: none !important;
    background:#0d47a1 !important;

    color:#fff !important;

    border-radius:8px;

    margin-top:12px;

    padding:12px 20px !important;
}
@media(max-width:767px){

    .navbar-brand img{

        height:45px;
    }

    .navbar-nav{

        margin-top:15px;
    }

    .navbar-nav > li > a{

        padding:15px 20px;
    }

    .menu-cta{

        padding:15px;
    }

    .menu-cta a{

        display:block;
        text-align:center;
        margin-top:0;
    }

}
.navbar-toggle{

    margin-top:18px;
    border:none;
}

.navbar-toggle .icon-bar{

    background:#0d47a1 !important;
    height:3px;
    width:24px;
}
.navbar-toggle{
    font-size:24px;
    color:#0d47a1;
}

.hero-badges{

    margin-top:138px;
}

.hero-badges span{

    display:inline-block;

    background:#fff;

    border:1px solid #dfe7f5;

    border-radius:50px;

    padding:10px 18px;

    margin-right:10px;

    margin-bottom:10px;

    box-shadow:0 3px 10px rgba(0,0,0,.05);

    font-size:14px;
}

.hero-badges i{

    color:#0d47a1;

    margin-right:8px;
}

.hero-achievement{

    display:flex;

    align-items:center;

    gap:25px;

    margin-bottom:35px;
}
.achievement-logo img{

    width:130px;

    height:auto;

    display:block;
}
.achievement-logo{

    position:relative;

    top:-8px;
}
.achievement-text{

    display:flex;

    flex-direction:column;
}
.achievement-text span{

    color:#0d47a1;

    line-height:2.05;
}
.ha-kn{
    font-weight: bold;
    font-size: 22px;
}
.ha-ht{
    font-size: 22px;
}
.drvuongha{float:right;}
.press-logo img{
    max-width:100%;

    max-height:80px;

    width:auto;

    height:auto;
}

.hero-slider{
    position: relative;
}

#homeSlider .item img{
    width:100%;
  /*  height:685px;
   object-fit:cover; */
    display:block;
}

/* Nút prev-next */
#homeSlider .owl-nav button.owl-prev,
#homeSlider .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#fff !important;
    border-radius:50%;
    box-shadow:0 0 10px rgba(0,0,0,.15);
}

#homeSlider .owl-nav button.owl-prev{
    left:20px;
}

#homeSlider .owl-nav button.owl-next{
    right:20px;
}

/* Dot */
#homeSlider .owl-dots{
    position:absolute;
    bottom:20px;
    width:100%;
}

/* @media(max-width:768px){

    #homeSlider .item img{
        height:400px;
    }

} */

@media(max-width:767px){

    .hero-achievement{

        flex-direction:column;

        align-items:flex-start;

        gap:15px;
    }

    .achievement-logo img{

        width:110px;
    }

    .achievement-text span{

        font-size:22px;
    }

}

.category-page{

    padding:10px 0;
}

.category-header{
    background: #f5f8fd;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:50px;
}

.category-header h1{
    font-size: 26px;
    color:#0d47a1;

    font-weight:700;

    margin-bottom:15px;
}

.category-header p{

    color:#666;
}
.post-item{

    background:#fff;

    border:1px solid #eee;

    border-radius:12px;

    margin-bottom:25px;

    overflow:hidden;

    transition:.3s;
}
.post-item:hover{

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.post-item img{

    width:100%;

    height:220px;

    object-fit:cover;
}
.post-content{
    padding:0px;
}
.post-date{

    color:#999;

    font-size:13px;
}
.post-content h3{

    margin:10px 0 15px;
}

.post-content h3 a{

    color:#222;
    font-size: 20px;
    text-decoration:none;
}
.post-content h3 a:hover{

    color:#0d47a1;
}
.read-more{
    font-size: 14px;
    color:#0d47a1;

    font-weight:600;
}
.sidebar-widget{

    background:#fff;

    border:1px solid #eee;

    border-radius:12px;

    padding:15px;

    position:sticky;

    top:120px;
}
.sidebar-widget h3{
    font-size: 20px;
    color:#0d47a1;

    margin-top:0;

    margin-bottom:20px;

    font-weight:700;
}
.popular-item{

    display:flex;

    margin-bottom:20px;

    padding-bottom:20px;

    border-bottom:1px solid #eee;
}
.popular-item:last-child{

    margin-bottom:0;

    padding-bottom:0;

    border-bottom:none;
}
.popular-thumb{

    width:110px;

    min-width:110px;

    margin-right:15px;

    display:block;
}
.popular-thumb img{

    width:100%;

    height:80px;

    object-fit:cover;

    border-radius:8px;
}
.popular-content{

    flex:1;
}
.popular-content h4{

    margin:0 0 8px;

    font-size:15px;

    line-height:1.4;

    font-weight:700;
}
.popular-content h4 a{

    color:#222;

    text-decoration:none;
}
.popular-content h4 a:hover{

    color:#0d47a1;
}
.popular-content p{

    margin:0;

    color:#777;

    font-size:13px;

    line-height:1.5;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;
}
@media(max-width:767px){

    .popular-item{

        flex-direction:column;
    }

    .popular-thumb{

        width:100%;

        margin-right:0;

        margin-bottom:10px;
    }

    .popular-thumb img{

        height:180px;
    }

}
.popular-posts{

    list-style:none;

    padding:0;

    margin:0;
}
.popular-posts li{

    padding:12px 0;

    border-bottom:1px solid #eee;
}
.popular-posts li:last-child{

    border-bottom:none;
}
.popular-posts a{

    color:#333;

    text-decoration:none;

    line-height:1.6;
}
.popular-posts a:hover{

    color:#0d47a1;
}
.category-pagination{

    text-align:center;

    margin-top:40px;
}
.pagination > li > a,
.pagination > li > span{

    color:#0d47a1;
}
.pagination > .active > a{

    background:#0d47a1;

    border-color:#0d47a1;
}
@media(max-width:991px){

    .sidebar-widget{

        margin-top:30px;

        position:static;
    }

    .post-item img{

        height:auto;
    }

}

.single-post-page{
    padding:10px 0;
    background:#fafafa;
}

.single-post{
    background:#fff;
    padding:15px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.05);
}

.post-breadcrumb{
    margin-bottom:20px;
    font-size:14px;
    background: #f5f8fd;
}

.post-breadcrumb a{
    color:#0d47a1;
}

.post-title{
    font-size:25px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
    color:#0d47a1;
}


.post-meta{
    margin-bottom:25px;
}

.post-meta span{
    margin-right:20px;
    color:#777;
}

.post-meta i{
    margin-right:5px;
}

.post-featured-image{
    margin-bottom:30px;
}

.post-featured-image img{
    width:100%;
    border-radius:12px;
}

.table-of-contents{

    background:#f7f9ff;

    border-left:4px solid #0d47a1;

    padding:20px;

    /*margin-bottom:30px;*/

    border-radius:10px;
}

.table-of-contents h3{
    margin-top:0;
    font-size:20px;
}

.post-content{
    font-size:18px;
    line-height:1.9;
    color:#333;
}

.post-content h2{
    margin-top:40px;
    margin-bottom:20px;
    color:#0d47a1;
    font-weight:700;
    font-size:22px;
}

.post-content h3{
    font-size:20px;
}

.post-content p{
    margin-bottom:20px;
    font-size: 14px;
}
.post-content li{
    font-size: 14px;
}

.post-content img{

    width:100%;

    border-radius:12px;

    margin-top:25px;
    margin-bottom:0px;
}

.post-content ul{

    padding-left:25px;

    margin-bottom:20px;
}

.doctor-contact-box{

    margin-top:50px;

    background:linear-gradient(
        135deg,
        #0d47a1,
        #003380
    );

    color:#fff;

    text-align:center;

    padding:40px;

    border-radius:15px;
}

.doctor-contact-box h3{
    margin-top:0;
    margin-bottom:15px;
}

.btn-book{

    display:inline-block;

    margin-top:15px;

    background:#fff;

    color:#0d47a1;

    padding:12px 25px;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;
}
.footer-services a{color:#fff;}
/*css form */
.appointment-form{
    max-width:600px;
    margin:auto;
    padding:40px;
    border-radius:18px;
    background:#fff;
}
.popup-header{
    text-align:center;
    margin-bottom:25px;
}
.popup-icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:#edf5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}
.popup-icon i{
    color:#0d47a1;
    font-size:34px;
}
.popup-header h2{
    color:#0d47a1;
    font-weight:700;
    margin:15px 0;
}
.popup-header p{
    color:#666;
    line-height:1.8;
}
.form-note{
    background:#f5f9ff;
    border-left:4px solid #0d47a1;
    padding:15px;
    margin-bottom:25px;
    border-radius:10px;
    color:#555;
}
.form-note i{
    color:#0d47a1;
    margin-right:8px;
}
.appointment-form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#222;
}
.appointment-form label span{
    color:#e53935;
}
.appointment-form .form-control{
    height:52px;
    border-radius:12px;
    border:1px solid #d8e4f5;
    box-shadow:none;
    transition:.3s;
}
.appointment-form .form-control:focus{
    border-color:#0d47a1;
    box-shadow:0 0 0 4px rgba(13,71,161,.08);
}
.appointment-form textarea{
    height:140px !important;
    resize:none;
    padding-top:12px;
}
.appointment-form .form-group{
    margin-bottom:22px;
}
.submit-wrap{
    margin-top:10px;
}
.btn-submit{
    width:100%;
    border:none;
    border-radius:50px;
    height:55px;
    background:#0d47a1;
    color:#fff;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}
.btn-submit:hover{
    background:#08357d;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(13,71,161,.25);
}
.wpcf7-spinner{
    display:none;
}
.wpcf7 form.sent .wpcf7-response-output{
    border:none;
    background:#eaf7ea;
    color:#2e7d32;
    padding:15px;
    border-radius:10px;
    margin-top:20px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border:none;
    background:#fff3f3;
    color:#d32f2f;
    padding:15px;
    border-radius:10px;
}
.wpcf7-not-valid{
    border-color:#d32f2f !important;
}
.modal-content{
    position:relative;
    border-radius:20px;
    border:none;
    overflow:visible;
}
.appointment-close{
    position:absolute;
    top:-18px;
    right:-18px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    color:#0d47a1;
    font-size:18px;
    z-index:9999;
}
.appointment-close:hover{
    background:#0d47a1;
    color:#fff;
}
.modal-dialog{
    margin:100px auto 40px;
    display:inline-block;
    text-align:left;
    vertical-align:middle;
    margin:30px auto;
}
.modal{
    text-align:center;
    padding:0 !important;
}
.modal:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.category-pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.category-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-pagination .pagination li {
    margin: 0 4px;
}

.category-pagination .pagination li a,
.category-pagination .pagination li span {
    display: block;
    padding: 10px 16px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.category-pagination .pagination li.active a {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.category-pagination .pagination li.disabled span {
    color: #999;
    border: 1px solid #ddd;
    cursor: default;
}

.breadcrumb ul{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding:0;
    margin:0;
}

.breadcrumb li{
    display:flex;
    align-items:center;
}

.breadcrumb li+li::before{
    content:"/";
    margin:0 10px;
    color:#999;
}

.breadcrumb a{
    color:#333;
    text-decoration:none;
}

.breadcrumb a:hover{
    color:#0073aa;
}

/*submenu */
.navbar-nav > li{
    position: relative;
}
.navbar-nav > li > .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    min-width: 240px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    z-index: 9999;
}
.navbar-nav > li:hover > .sub-menu{
    display: block;
}
.sub-menu li{
    width:100%;
}
.sub-menu li a{
    display:block;
    padding:12px 20px;
    color:#0d47a1;
    white-space:nowrap;
    text-decoration:none;
    transition:.3s;
}
.sub-menu li a:hover{
    background:#f5f8ff;
    padding-left:28px;
}

.submenu-arrow{
    margin-left:8px;
}
.submenu-arrow i{
    transition:.3s;
}
.rotate{
    transform:rotate(180deg);
}
.footer-social-links li a{color:#fff;}
.contact-buttons .textwidget{display:inline;}
.btn-primary-custom{margin-top:5px;}
.btn-outline-custom{margin-top:5px;}
@media (max-width: 767px) {
    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        display: none !important;
    }
}
@media (max-width:767px){
    .modal{
        top:auto !important;
    }
    .modal-dialog{top:60px;width:90%;}
}

.post-content table{
    width:100%;
    margin:30px 0;
    border-collapse:collapse;
    border:1px solid #d9e2f3;
    font-size:16px;
    line-height:1.7;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
.post-content table th,
.post-content table td{
    padding:15px;
    border:1px solid #d9e2f3;
    vertical-align:top;
}
.post-content table tr:first-child{
    background:#0d47a1;
    color:#fff;
}
.post-content table tr:first-child td{
    border-color:rgba(255,255,255,.2);
}
.post-content table tr:nth-child(even){
    background:#f8fbff;
}
.post-content table tr:hover{
    background:#eef5ff;
    transition:.3s;
}
@media (max-width:767px){
    .post-content{
        overflow-x:auto;
    }
    .post-content table{
        min-width:800px;
    }
}

img.aligncenter {
    display: block;
    margin: 30px auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.aligncenter {
    display: table;
    margin: 30px auto;
}

.wp-caption-text {
    padding-top: 10px;
    text-align: center;
    color: #777;
    font-size: 14px;
    font-style: italic;
}