/*
Theme Name: BV ThuCuc
Version: 1.0.0
Author: N V T
*/


/*--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
 
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid rgba(39, 48, 57, .2);
    border-radius: 3px;
    background: rgba(39, 48, 57, .05);
    color: rgba(39, 48, 57, .8);
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 5px 8px;
    font-size: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: rgba(39, 48, 57, .25);
    background: rgba(39, 48, 57, .1);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: rgba(39, 48, 57, .8);
    border-radius: 3px;
    border: 1px solid rgba(39, 48, 57, .25);
    min-width: 50%;
    max-width: 100%;
    padding: 0px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline: none;
    border-color: rgba(39, 48, 57, .5);
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}



/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 40px;
}



/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.sticky article {
    display: block;
    border: 2px solid #0f76bc !important;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 10px 0;
}

h1.entry-title {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.comment-content p {
    margin-bottom: 10px;
}

.bypostauthor {
    display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list ol,
.comment-list ol ol {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
}

.comment-list li {
    padding: 10px 10px 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
    border: 0;
    border-top: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.comment-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-list .reply {
    padding-bottom: 10px;
    text-align: right;
}

.comment-form label {
    min-width: 90px;
}

.form-submit {
    margin-left: 94px;
}

@media screen and (max-width: 480px) {
    .form-submit {
        margin-left: 0;
        text-align: center;
    }
    .khdt_services {
        width: 49%!important;
    }
    .services_package img {
        height: 130px!important;
    }

    h3.title_services {
        padding: 5px !important;
        font-size: 12px !important;
    }
}

.comment-author img {
    margin: 0 10px 10px 0;
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,


/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}



/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}



/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}



/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #f3f4f6;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.01em;
    color: #000;
}

.transition5 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.transition35,
a,
.main-menu li a,
.main-menu li ul,
.menu-item-has-children {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

h1,
h2,
h3,
h4 {
    line-height: 1.6em;
}

.entry-content h2,
.entry-content h3 {
    /*line-height: 0.8em;*/
    margin: 0 0 10px 0px;
    font-size: 12pt;
}

ul,
ol {
    padding-left: 10px;
}

p {
    margin-bottom: 0px;
    line-height: 1.8em;
}

a {
    outline: none;
    text-decoration: none !important;
    color: rgba(39, 48, 57, .85);
}

a:hover {
    color: #0f76bc;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}

table,
th,
td {
    border: 2px solid;
    border-color: inherit;
}

table {
    border-right: 0;
    border-bottom: 0;
}

th {
    border-width: 0 2px 2px 0;
    font-weight: 600;
}

th,
td {
    padding: 6px 0;
    text-align: center;
}

td {
    border-width: 0 2px 2px 0;
}

#primary {
    margin: 0px;
    padding-top: 20px;
    width: 840px;
}

#secondary {
    margin-top: 0px;
}

#primary li,
#secondary li {
    margin: 10px 0;
}

#secondary .widget {
    background: #fff;
    padding: 20px 25px;
    border: 1px solid rgba(39, 48, 57, .08);
    box-shadow: 0 0 5px rgba(39, 48, 57, .05);
}

.content-area {
    background: #fff;
    border: 0px solid rgba(39, 48, 57, .08);
    box-shadow: 0 0 0px rgba(39, 48, 57, .05);
}

#content {
    background: #ffffff;
}

#content-top {
    padding-top: 1px;
}

#content-top .flex-next {
    right: 10px;
}

#content-top .flex-prev {
    left: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    background: #fff;
}

.head-top {
    height: 34px;
    background: #0f76bc;
    line-height: 34px;
    color: #fff;
    position: relative;
}

.top-left span {
    color: #ffff00;
}

.top-right {
    background-color :#0050c5;
    height: 34px;
    position: relative;
}

.top-right:before {
    position: absolute;
    width: 15px;
    height: 34px;
    background: url(../images/top-i1-bg0.png) no-repeat;
    left: 0;
    top: 0;
    content: "";
}

.top-right:after {
    position: absolute;
    width: 15px;
    height: 34px;
    background: url(../images/top-i1.png) no-repeat;
    right: 0;
    top: 0;
    content: "";
}

.hotline-left {
    color: #fff;
    font-size: 12px;
    background: url(../images/ico-next.png) no-repeat left 45px center;
    padding-left: 61px;
}

.hotline-left a {
    color: #ffff00;
    font-size: 15px;
}

.hotline-right {
    color: #fff;
    font-size: 12px;
    background: url(../images/ico-next.png) no-repeat left 15px center;
    padding-left: 30px;
}

.hotline-right a {
    color: #ffff00;
    font-size: 15px;
}

.search_drop i {
    color: #fff;
    font-size: 18px;
}

.ta_form_search {
    position: absolute;
    z-index: 100;
    display: none;
    padding: 5px;
    background: #fff;
    right: 0;
}

.ta_form_search .form-group {
    margin-bottom: 0
}

.ta_form_search input {
    width: 250px !important;
}

.ta_form_search .btn.btn_search {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 6px 18px;
    border-radius: 0 4px 4px 0;
}

.top-searchmb {
    display: none;
}



/*
 *  Logo
 -----------------------------------*/

.logo {
    padding: 0px;
    position: relative;
}

.logo h1 {
    font-size: 25px;
    padding: 0px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 8px 0 5px 0;
}

.logo h1,
.logo h1 a {
    color: #0f76bc;
}

.logo h1 span {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 4px 0 0;
    color: rgba(39, 48, 57, .85);
    font-weight: 400;
}

.main-menu-scroll .logo h1 span {
    color: #fff;
}



/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu-main {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    font-weight: 400;
    border-bottom: 0px solid #666;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
}

.main-menu-wrap {
   
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 6px #666;
    padding: 0;
    font-weight: 400;
}

.menu-md {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    font-size: 22px;
     cursor: pointer;
    padding-right: 10px;
    
}

.main-menu-scroll .menu-md {
    color: #fff;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
    background-color :#0f76bc;
}

.main-menu li {
    position: relative;
    display: inline-block;
    margin-left: 0px;
    text-transform: none;
    font-size: 14px;
}

.main-menu .menu>li {
    padding: 8px 12px 6px 12px;
}

.main-menu li a {
    display: block;
    text-decoration: none;
    color: rgba(39, 48, 57, .85);
}

.main-menu li:hover>a {
    color: #000;
}

.main-menu .menu>li>a {
    display: block;
   padding: ipx onpx;
    font-weight: 600;
    text-transform :uppercase;
    color :#fff;
    font-size :10pt;
}

.main-menu .menu>li>a:hover,
.current-menu-item>a,
.current_page_item>a {
    color: #fff604;
    
}

.main-menu li ul {
    position: absolute;
    z-index: 99999;
    top: 120%;
    display: block;
    visibility: hidden;
    text-align: left;
    width: 240px;
    max-width: 500%;
    opacity: 0;
    padding: 0;
    border-left: 1px solid rgba(39, 48, 57, .07);
    border-right: 1px solid rgba(39, 48, 57, .07);
}

.main-menu li li ul {
    top: 50%;
    left: 100%;
}

.main-menu li li a {
    position: relative;
    text-transform: none;
    padding: 5px 20px 5px 15px;
}

.main-menu li li.page_item_has_children>a:after,
.main-menu li li.menu-item-has-children>a:after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    right: 5px;
    width: 16px;
    height: 24px;
    content: '\f105';
    text-align: center;
}

.main-menu li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
}

.main-menu li li:hover>ul {
    top: -1px;
}

.main-menu li ul li {
    display: block;
    font-size: 14px;
    border-top: 1px solid rgba(39, 48, 57, .07);
}

.main-menu li ul li:last-child {
    border-bottom: 1px solid rgba(39, 48, 57, .07);
}

.main-menu-scroll {
    padding: 0px;
    box-shadow: none;
    background: #fff;
    box-shadow: 0 0 6px #666;
}

.main-menu-scroll .main-menu .menu>li>a {
    color: rgba(39, 48, 57, .85);
}



/*
 *  BreadCrumbs
 -----------------------------------*/

.breadcrumbs {
    font-size: 14px;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background: #fcfcfc;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block;

    padding: 0 2px;

    opacity: .8;
}



/*--------------------------------------------------------------
# Front Page widgets
--------------------------------------------------------------*/

.home-widgets {
    margin-top: 80px;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.news-layout-wrap {
    margin-top: 40px;
    padding: 30px 0 0;
}

.recent-post-holder {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 1px 6px rgba(39, 48, 57, .07);
}

.recent-post-holder figure:hover {
    opacity: .7;
}

.recent-post-content {
    padding: 0 20px 1px;
}

.recent-post-content h3 {
    font-size: 16px;
    line-height: 1.6em;
    margin: 35px 0 20px;
}

.recent-post-content p {
    font-size: 15px;
    margin-bottom: 25px;
}



/*--------------------------------------------------------------
   # Tag Cloud
   --------------------------------------------------------------*/

.tagcloud a {
    margin: 0 4px 8px 0;
    padding: 1px 15px 0;

    background: rgba(39, 48, 57, .6);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 13px !important;
    font-weight: 400;
}

.tagcloud a:hover {
    background: #0f76bc;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-menu {
    padding: 50px 0;
}

.title-menu {
    text-align: center;
    background: #00A651;
    color: #fff;
    padding: 5px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-ft {
    border: 1px solid #eceaea;
}

.nav-ft ul {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.nav-ft ul li {
    background: url('../images/ico.png') no-repeat 0px;
    padding-left: 20px;
    line-height: 2.5;
}

.nav-ft ul li a {
    color: #191919;
}

.nav-ft ul li a:hover {
    color: #337ab7;
}

.footer {
    border-top: 1px solid rgba(39, 48, 57, .07);
    background: url(../images/footer-bg.png) no-repeat left #017a34;
    color: #fff;
    background-size: contain;
}

.menu-footer li:first-child {
    padding-left: 0;
}

.menu-footer li a {
    color: #fff;
    font-weight: 400;
}

.menu-footer li {
    display: inline-block;
    text-transform: none;
    padding: 5px 12px;
}

.menu-footer {
    padding: 0px;
    list-style-type: none;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px;
}

.menu-footer>li>a:hover {
    border-bottom: 1px solid #fff;
    border-color: #fff !important;
    color: #fff !important;
}

.menu-footer>li>a:active,
.menu-footer .current-menu-item>a,
.menu-footer .current_page_item>a {
    border: 0px solid #fff;
    border-color: #fff !important;
    color: #fff !important;
}

.footer-cont1 {
    padding: 30px 10px;
}

.footer-cont2 {
    padding: 0 10px 0px 10px;
}

.footer-cont2 p {
    padding: 0px 0 10px;
    line-height: 22px;
}

.footer-cont2 p span {
    font-weight: 400;
}

ul.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer-social li {
    float: left;
    margin-right: 5px;
}

ul.footer-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}

ul.footer-social a i {
    color: #017a34;
    font-size: 18px;
    margin-top: 7px;
}

ul.footer-social a i:hover {
    color: #f9df50;
    font-size: 18px;
    margin-top: 7px;
}

footer .chinh-sach {
    color: #ffffff;
}


/*
 *  Footer About
 -----------------------------------*/

.about-holder p {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0;
}

.about-holder figure {
    margin-bottom: 18px;
}



/*
 *  Footer Bar
 -----------------------------------*/

.footer-bar {
    padding: 10px 0 10px;
    margin-top: 20px;
    background: #fff;
    color: #017a34;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 40px;
}

.footer-bar a {
    color: rgba(255, 255, 255, .8);
}

.footer-bar a:hover {
    color: #0f76bc;
}

.footer-bar a:hover {
    opacity: 1;
}

.copyright,
.footer-designer {}

.footer-designer {
    text-align: right;
}



/*--------------------------------------------------------------
# Archive Page Posts
--------------------------------------------------------------*/

.archive-wrap {
    background: transparent !important;
    border: 0 !important;
}

.archive-post {
    text-align: center;
    margin-bottom: 60px;
    background: #fff;
    border: 1px solid #ccc;
}

.recent-post figure {
    text-align: center;
}

.archive-post img {
    width: 100%;
    height: auto;
}

.archive-post article {
    padding: 50px 40px 80px;
}

.archive-post-content {
    margin: 50px 0;
    font-size: 17px;
    line-height: 2em;
    color: rgba(39, 48, 57, .7);
}

.archive-post .entry-footer {
    padding-top: 20px;
    text-transform: capitalize;
}

.archive-post .entry-footer a {
    display: inline-block;

    padding: 12px 30px 10px;
    border: 2px solid rgba(39, 48, 57, .25);
    color: rgba(39, 48, 57, .6);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.archive-post .entry-footer a:hover {
    background: #0f76bc;
    border-color: transparent;
    color: #fff;
}

.list-doctor img {
    width: 100%;
    border: 1px solid #d3d3d3;
    margin: 20px 0;
    height: 188PX;
}



/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination-nav a,
.pagination-nav .current {
    display: inline-block;

    margin: 0 2px 15px;
    padding: 2px 12px;

    border: 1px solid rgba(39, 48, 57, .1);
    border-radius: 2px;
    background: #fff;
    color: rgba(39, 48, 57, .8)
}

.pagination-nav a:hover,
.pagination-nav .current:hover,
.pagination-nav .current {
    color: #0f76bc;
    border-color: #0f76bc;
}



/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/

.post-navigation {
    margin: 30px 0 60px;
    padding: 30px 0;
    border-top: 1px solid rgba(39, 48, 57, .05);
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 50%;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
    position: absolute;
    top: 0;
    font-size: 22px;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
    content: 'Ã¯â€žâ€ž ';
    width: 24px;
    height: 32px;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 36px;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
    content: 'Previous Post';
    width: calc(100% - 32px);
    left: 32px;
    padding-top: 2px;
    font-weight: 500;
}

.post-navigation .nav-next a:before {
    content: 'Ã¯â€žâ€¦';
    right: 0;
    left: auto;
    text-align: right;
}

.post-navigation .nav-next a:after {
    content: 'Next Post';
    right: 32px;
    left: auto;
    text-align: right;
}



/*--------------------------------------------------------------
# Recent Posts Sidebar
--------------------------------------------------------------*/

.sidebar {
    width: 330px;
    padding-top: 20px;
}

.right-sidebar .news-layout-wrap {
    margin-top: 0;
    padding: 0;
}

.right-sidebar .recent-posts h2 {
    text-align: left;
}

.right-sidebar .recent-posts h2:after {
    left: 0;
    margin-left: 0;
}

.right-sidebar .recent-posts h2 span {
    margin-left: 0;
    padding-top: 0;
    border-radius: 0;
    border: 0;
}

.right-sidebar .recent-posts h2 .fa {
    display: none;
}

.right-sidebar .recent-post-holder {
    float: none;

    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    background: #fff;
    padding: 8px;
    border: 1px solid rgba(39, 48, 57, .1);
}

.right-sidebar .recent-post-content h3 {
    font-size: 18px;
}

h1.entry-title {
    text-align: center;
    color: #0f76bc;
    font-size: 22px;
}

span.page-numbers.current {
    color: #fff;
    background: #00b04c;
    font-size: 15px;
    font-weight: bold;
}

.pagination-nav a:hover,
.pagination-nav .current:hover,
.pagination-nav .current {
    border-color: #00b04c;
}

.pagination-nav a,
.pagination-nav .current {
    background: #ddd;
}

.pagination-nav {
    text-align: right;
}

.dt-post {
    font-style: italic;
    padding-bottom: 5px;
    color: #aaa;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.show {
    display: block;
}

.content-author .content-author {
    text-align: right;
    font-style: italic;
    color: #aaa;
}



/* Sidebar */

.text-tuvan,
.text-time {
    text-transform: uppercase;
    color: #ccff11;
    font-size: 11px;
    text-align: right;
    margin-right: 38%;
}

.text-time {
    padding-top: 5px;
}

.text-tuvan {
    padding-top: 10px;
}

.text-tuvan a {
    font-size: 15px;
    font-weight: bold;
    color: #fff200;
}

.text-time span {
    font-size: 15px;
    font-weight: bold;
    color: #fff200;
}

.box-time {
    background: url(../images/lien-he.png) no-repeat center;
    padding: 12px 0;
}

.text-tuvan p,
.text-time p {
    margin-bottom: 0;
}



/* 2 */

.sidebar .sb-dk input[type="text"],
.sidebar .sb-dk input[type="email"],
.sidebar .sb-dk input[type="url"],
.sidebar .sb-dk input[type="number"],
.sidebar .sb-dk input[type="password"],
.sidebar .sb-dk input[type="search"],
.sidebar .sb-dk textarea,
.sidebar .sb-dk select {
    width: 100%;
    margin: 10px 0;
    font-style: italic;
    border-radius: 5px;
    background: #eee;
    padding: 3px 10px;
}

.sidebar #dang-ky {
    background: #0f76bc;
    border: 10px solid #0f76bc;
    border-radius: 10px;
    margin: 20px 0;
}

.dangky {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.p1-titledk2 {
    text-align: center;
    text-transform: uppercase;
    color: #0f76bc;
    font-size: 24px;
    padding-bottom: 40px;
}

.p1-titledk2 span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.sb-dk {
    margin-top: 0px;
}

.sidebar .btndangky-sb {
    background: #0f76bc!important;
    border-radius: 5px !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-top: 10px !important;
}



/* 3 */

.img-text01 img {
    width: 100%;
}



/* 4 */

.title_news a {
    font-size: 20px;
    font-weight: bold;
    color: #0f76bc;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title_news {
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
}

.sideber-03 a {
    display: block;
    text-transform: uppercase;
}

.sideber-01 {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.sideber-03 span a {
    color: #0f76bc;
    text-transform: none;
    font-style: italic;
    font-size: 10pt;
}

.sideber-03 span a:after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    height: 7px;
    width: 13px;
    left: 105px;
    margin-top: 9px;
    background: url(../images/icon-xem-them.png)no-repeat;
}

.thumb-80x80 {
    width: 80px;
    height: 80px;
    float: left;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sideber-03 {
    padding: 0;
    text-align: justify;
}

.sideber-03 p :hover {
    color: #009045;
}

.bd-bot01 {
    padding-left: 0;
    padding-right: 0;
}

.sideber-02 {
    padding-left: 0;
    padding-right: 0;
}



/* 5 */

.title-video {
    color: #0f76bc;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.title-video span {
    display: block;
    margin-bottom: 10px;
    margin-top: 40px;
}




/* Breadcrumbs */

.breadcrumbs {
    background: none;
    border-bottom: none;
    padding: 2px 20px;
}

#crumbs span a {
    color: #0f76bc;
    text-transform: uppercase;
}




/* editor-custom-buttons */

.button1-xanh,
.button2-xanh,
.button3-xanh,
.button4-xanh,
.button5-xanh,
.button6-xanh,
.button7-xanh,
.button8-xanh,
.button9-xanh,
.button10-xanh,
.button11-xanh,
.button12-xanh,
.button13-xanh,
.button14-xanh,
.button15-xanh {
    position: relative;
    padding-left: 40px;
    margin: 0px;
    padding-top: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    line-height: 1.8em;
}

.thong-tin {
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.thong-tin p {
    margin-bottom: 0px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.thong-tin-lien-he li {
    list-style-image: url(../images/images-dinhdang/dau-cham.png);
}

.thong-tin-lien-he {
    background: #f8f8fa;
    padding: 10px 10px;
    border: 1px solid #19af16;
    border-radius: 10px;
    text-align: justify;
}

.dau-cham {
    list-style-image: url(../images/images-dinhdang/dau-cham.png);
}

.dau-cham-02 li {
    list-style-image: url(../images/images-dinhdang/dau-cham.png);
}

p {
    margin-bottom: 10px;
    line-height: 1.8em;
}

.button1-xanh {
    background: url(../images/images-dinhdang/s1.png) no-repeat left top;
}

.button2-xanh {
    background: url(../images/images-dinhdang/s2.png) no-repeat left top;
}

.button3-xanh {
    background: url(../images/images-dinhdang/s3.png) no-repeat left top;
}

.button4-xanh {
    background: url(../images/images-dinhdang/s4.png) no-repeat left top;
}

.button5-xanh {
    background: url(../images/images-dinhdang/s5.png) no-repeat left top;
}

.button6-xanh {
    background: url(../images/images-dinhdang/s6.png) no-repeat left top;
}

.button7-xanh {
    background: url(../images/images-dinhdang/s7.png) no-repeat left top;
}

.button8-xanh {
    background: url(../images/images-dinhdang/s8.png) no-repeat left top;
}

.button9-xanh {
    background: url(../images/images-dinhdang/s9.png) no-repeat left top;
}

.button10-xanh {
    background: url(../images/images-dinhdang/s10.png) no-repeat left top;
}

.button11-xanh {
    background: url(../images/images-dinhdang/s11.png) no-repeat left top;
}

.button12-xanh {
    background: url(../images/images-dinhdang/s12.png) no-repeat left top;
}

.button13-xanh {
    background: url(../images/images-dinhdang/s13.png) no-repeat left top;
}

.button14-xanh {
    background: url(../images/images-dinhdang/s14.png) no-repeat left top;
}

.button15-xanh {
    background: url(../images/images-dinhdang/s15.png) no-repeat left top;
}

.bg-mauxam {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    margin-top: 45px;
    margin-bottom: 25px;
}

.noidungchinh {
    background: #f8f8fa;
    padding: 10px 20px 10px;
    border: 1px solid #00b04c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 1.6;
    margin-bottom: 30px;
}

i.fa.fa-circle.button-cham01 {
    color: #00b04c;
    padding-left: 15px;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 12px;
}

.bacsidanhgia {
    height: 38px;
    background: #00a651;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 38px;
    text-align: center;
}

.khungbsdg {
    border: 2px dashed #3cbb7a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    padding: 10px;
    margin: 5px 0px 28px 0px;
}

.box-tomtat {
    background: #f8f8fa;
    padding: 20px 15px;
    margin-bottom: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    color: #00b04c;
    position: relative;
    font-weight: bold;
    font-style: Italic;
    text-align: justify;
    margin-top: 40px;
}


/* .muc-chinh:after {
    background: url(../images/images-dinhdang/bg-chinh-truoc.png);
    position: absolute;
    width: 12px;
    height: 34px;
    content: "";
    top: 0;
    margin-left: -3.5px;
    right: -12px;
} */


/* .muc-chinh:before {
    background: url(../images/images-dinhdang/bg-chinh-sau.png);
    position: absolute;
    width: 15px;
    height: 34px;
    content: "";
    top: 0;
    left: 0;
} */


/* .muc-chinh {
    background: url(../images/images-dinhdang/bg-chinh-giua.png);
    color: #FFF;
    padding: 7px 0 3px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 17px;
    background-repeat: repeat-x;
    display: inline-block;
} */


/* .muc-chinh {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    position: relative;
} */

.muc-chinh,.entry-content h2 {
    font-size: 21px !important;
    border-bottom: 2px solid #ddd;
    padding: .5rem 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #00a26e;
    margin: 21px 0;
    background: none;
}

.muc-chinh:before, .entry-content h2:before {
    content: "\f192";
    padding-right: 1rem;
    font-family: FontAwesome;
    width: auto;
    height: auto;
    background: none;
}

.muc-chinh strong, .entry-content h2 strong {
    color: #00a243;
    font-size: inherit;
    font-weight: inherit;
    background-color: initial;
}

h3.muc-chinh, .entry-content h3 {
    clear: both;
    background: #FFF7E9;
    border: 0;
    border-left: 3px solid #5db349;
    margin: 10px 0px;
    padding: 10px 10px 5px;
    font-weight: 600;
    color: #00a243;
}
h3.muc-chinh:before{
    content: '';
}
.entry-content ul{
    list-style: none;
    padding-left: 0;
}
.button-cham i {
    color: #00b04c;
    padding-right: 10px;
}

.lien-he {
    background: #f8f8fa;
    padding: 15px 0;
    border: 1px solid #00b04c;
    border-radius: 10px;
}

.ndc-text1 {
    padding: 0px 0px 0px 15px;
    text-align: left;
    font-size: 13px;
}

.ndc-text2 {
    padding: 0 15px 0px 0;
    text-align: right;
    font-size: 13px;
}

.row.lh-text1 {
    padding-right: 15px;
    padding-left: 15px;
}

.khung-net-dut-xanh {
    margin-top: 0px;
    display: block;
    margin-bottom: 25px;
    text-align: center;
}

.khung-net-dut-xanh strong {
    border: 1px dashed #00a641;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    color: #00a641;
    box-shadow: -10px 5px 20px #ccc;
}

.khungdutcam {
    border: 1px dashed #fc9473;
    border-radius: 6px;
    padding: 10px;
    background: rgba(252, 148, 114, 0);
    margin-bottom: 15px;
}



/* End editor-custom-buttons */

.entry-content #toc_container {
    margin: auto;
    margin-bottom: 20px;
}

@media all and (max-width: 555px) {
    .muc-chinh {
        background-size: contain;
        font-size: 14px !important;
        padding: 7px 10px;
    }
}


/*Form comment*/

#comments textarea {
    margin: 0;
    min-width: 100%;
    min-height: 100px;
    max-height: 200px;
}

#comments label {
    width: 100px;
}

.comments-area .comment-form-comment textarea {
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 32%;
    min-width: 0%;
    float: left;
    margin-right: 2%;
    border-radius: 5px;
}

.comment-form-url {
    margin-right: 0px;
}

.form-submit {
    float: left;
    margin-left: 0;
    margin-bottom: 15px;
}

.form-submit input[type="submit"] {
    background-image: none;
    padding: 10px 30px 10px 30px;
    color: #000000;
    background-color: #f39324;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: margin-left 2s, background-color 1s;
}

.form-submit input[type="submit"]:hover {
    background-color: #00a651;
    color: #fff;
    background-image: none;
    padding: 10px 30px 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

#comments .comment-respond form label {
    width: 100% !important;
}

#comments .comment-respond input[type="text"] {
    width: 100%;
    padding: 5px 10px;
}

@media screen and (max-width: 500px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }
}



/*End comment*/

@media screen and (min-width: 1366px) {
    .sideber-03 span a:after {
        left: 87px;
    }
}

@media screen and (max-width: 1366px) {
    .sideber-03 span a:after {
        left: 87px;
    }
}

@media screen and (max-width: 1280px) {
    .sb-02 {
        margin-top: 32px;
    }
    .sb-02 p,
    .sb-03 p {
        font-size: 10px;
        margin-right: 80px;
    }
    .sb-02 span,
    .sb-03 span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .sb-02 p,
    .sb-03 p {
        margin-right: 92px;
    }
    .sb-02 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    .header {
        height: auto!important;
    }
}

@media screen and (max-width: 768px) {
    .sb-01 {
        height: 180px !important;
    }

    .sb-02 p,
    .sb-03 p {
        font-size: 14px;
        margin-right: 135px !important;
    }
    .sb-02 span,
    .sb-03 span {
        font-size: 22px;
    }
    #primary {
        width: 100%;
    }
    .sb-03 {
        margin-top: 22px !important;
    }
    .sb-02 {
        margin-top: 22px !important;
    }
    .sideber-03 span a:after {
        left: 167px !important;
    }
    .dangky {
        padding: 15px;
    }
    .p1-titledk2 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .archive-post img {
        height: auto!important;
    }
    h2.entry-title {
        margin-top: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .form-register2 form {
        ;
        text-align: center !important;
    }
    .form-register2 {
        background-size: cover!important;
    }
    #content {
        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .archive-post-content {
        height: auto !important;
    }
}

@media screen and (max-width: 425px) {
    .sb-02 p,
    .sb-03 p {
        font-size: 14px;
        margin-right: 150px !important;
    }
    .sb-02 span,
    .sb-03 span {
        font-size: 25px;
    }
    .sb-02 {
        margin-top: 25px;
    }
    .sb-01 {
        height: 184px!important;
        margin-top: 0;
    }
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    textarea,
    select {
        width: 75%;
    }
    .sidebar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0;
        width: auto;
    }
    .sideber-03 span a:after {
        left: 177px!important;
    }
    .text-tuvan,
    .text-time {
        font-size: 13px;
    }
    .text-tuvan a {
        font-size: 17px;
    }
    .text-time span {
        font-size: 17px;
    }
}

@media screen and (max-width: 375px) {
    .sb-02 {
        margin-top: 34px!important;
    }
    .sb-03 {
        margin-top: 20px;
    }
    .sb-02 p,
    .sb-03 p {
        font-size: 12px!important;
        margin-right: 130px!important;
    }
    .sideber-03 span a:after {
        left: 142px!important;
    }
}

@media screen and (max-width: 320px) {
    .sb-02 p,
    .sb-03 p {
        font-size: 11px!important;
        margin-right: 110px!important;
    }
    .sb-02 {
        margin-top: 40px!important;
    }
    .sb-02 span,
    .sb-03 span {
        font-size: 20px;
    }
    .sb-03 {
        margin-top: 15px!important;
    }
    .sideber-03 span a:after {
        left: 107px!important;
    }
}



/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/

#back-to-top {
    font-size: 32px;

    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 60px;

    width: 48px;
    height: 48px;
    padding-top: 6px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    opacity: 0;
    color: #fff !important;
    border-radius: 50%;
    background: rgba(39, 48, 57, .35);

    filter: alpha(opacity=0);
}

#back-to-top:hover {
    background: #0f76bc;
}

#back-to-top.show {
    opacity: 1;

    filter: alpha(opacity=100);
}



/* Css Form Register*/

.form-register-mobile {
    display: none;
}

.box-resgister {
    clear: both;
}

.chu_y {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

.chu_y a {
    color: #0fa644;
}

.chu_y a:hover {
    -webkit-animation: phone 1000ms infinite;
    -moz-animation: phone 1000ms infinite;
    -o-animation: phone 1000ms infinite;
    animation: phone 1000ms infinite;
}

@keyframes phone {
    0% {
        color: #0fa644;
    }
    50% {
        color: #0fa64454;
    }
    100% {
        color: #0fa644;
    }
}

@media screen and (max-width: 991px) {
    .chu_y br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .chu_y span {
        display: block;
    }
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.form-register {
    padding: 20px 0;
}

.form-register1 p {
    padding: 15px 0 20px;
    line-height: 20px;
    color: #4b4b4b;
    font-size: 12px;
}

.form-register1 .flex-box .border-reg:nth-child(3),
.form-register1 .flex-box .border-reg:nth-child(6) {
   border-right-width: 0;
}

.title-register {
    padding: 23px 0 25px;
    font-size: 22px;
    font-family: Roboto, sans-serif;
}

.form-register1 {
    background: #f8f8fa;
    padding: 4px 0;
    border: 1px solid #0ea644;
    border-radius: 5px 0px 0px 5px;
    float: none;
}

.border-reg {
    border-right: 1px solid #d3d3d3;
    padding: 5px 0;
}

.form-register2 {
    background: url(../images/bg-register.jpg) no-repeat top left;
    background-size: contain;
    padding-bottom: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.title-frm {
    color: #fff200;
    text-shadow: 0 2px 3px #353535;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 18px 0 0 0;
}

.form-register2 p.sdt-tvan {
    color: #fff200;
    text-shadow: 0 2px 3px #353535;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-align: center;
}

.sdt-tvan a {
    color: #fff200;
}

.form-register2 form {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 10px;
}

.border-reg p {
    text-align: center;
    padding: 5px 5px;
    margin-bottom: 0;
}

.form-register1>form>button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0px solid rgba(39, 48, 57, .2);
    border-radius: 3px;
    background: rgba(39, 48, 57, .05);
    color: rgba(39, 48, 57, .8);
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 8px 40px;
    background: url(../images/btn-register.png) no-repeat top center;
    margin: 0 auto;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.form-register1>form>button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border: 0px solid rgba(39, 48, 57, .2);
    border-radius: 3px;
    background: rgba(39, 48, 57, .05);
    color: rgba(39, 48, 57, .8);
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 8px 40px;
    background: url(../images/btn-register.png) no-repeat top center;
    margin: 0 auto;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

.form-register1>form>input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea,
select {
    color: rgba(39, 48, 57, .8);
    border-radius: 3px;
    border: 1px solid rgba(39, 48, 57, .25);
    min-width: 50%;
    max-width: 100%;
    padding: 0px 10px;
    margin: 10px 0;
}

.form-register2 form input[type="text"],
.form-register2 form input[type="email"],
.form-register2 form input[type="url"],
.form-register2 form input[type="number"],
.form-register2 form input[type="password"],
.form-register2 form input[type="search"],
.form-register2 form textarea,
.form-register2 form select {
    min-width: 76%;
    max-width: 100%;
}

.reg-note {
    padding: 15px 60px 0;
    font-style: italic;
}



/* End form Register */


/* Social */

.socical ul {
    padding: 0;
    text-align: right;
}

.socical ul li a {
    font-size: 20px;
    color: #0fa644;
}

.socical ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
}



/*Read Post*/

.box-get-related-posts {
    justify-content: space-between;
}

.title_related {
    color: #00b04c;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.get-related-posts p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.get-related-posts img {
    width: 80px;
    height: 80px;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #eee;
}

.box-get-related-posts .get-related-posts {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 49%;
}

.main-searchsv {
    background: url(../images/bg-search.jpg) no-repeat;
    padding: 40px 0;
    margin: 40px 0;
    background-size: cover;
}

.des-search {
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    padding: 10px 0;
}

.title-searchsv {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding: 0 0 10px;
    color: #fff;
}

.serchsv-form {
    text-align: center;
}

.serchsv-form input[type="text"] {
    margin: 20px 0;
    padding: 8px 20px;
    border-radius: 150px;
    width: 60%;
    font-size: 16px;
    font-style: italic;
}

button.search-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #fff200;
    padding: 8px 35px;
    color: #45af70;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    font-size: 18px;
}

#menu-searchsv {
    padding: 0px;
    list-style-type: none;
    border-bottom: 0px solid #fff;
    margin: 0 auto;
    text-align: center;
}

.menu-searchsv a {
    color: #fff;
}

.menu-searchsv li {
    display: inline-block;
    text-transform: none;
    padding: 0px 5px;
    font-size: 12px;
    border: 1px solid #fff;
}

#menu-searchsv li {
    margin: 5px 0;
}

.box-service {
    margin: 10px 0;
}

.co-service {
    border: 1px solid #d1d4d2;
    background: #e1e4e2;
    padding: 0;
}

.co-service:hover {
    background: #00b04c;
}

.co-service p a:hover {
    color: #fff;
}

.co-service p {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 5px;
    line-height: 20px;
    margin-bottom: 0;
}

.co-service img {
    height: 170px;
    width: 100%;
    clear: both;
}

.searchsv-featured {
    color: #009a41;
    text-transform: uppercase;
    padding: 15px 0;
    border: 1px solid #1ec765;
    margin: 30px 0;
    text-align: center;
    font-size: 25px;
}

.khdt_services {
    width: 32.333333%;
    margin: 0.5%;
    background: #d3d3d3;
}

.border.box.list_services {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: auto;
}

.services_package img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

h3.title_services {
    background: #d3d3d3;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
}



/*--------------------------------------------------------------
# Ket qua search
--------------------------------------------------------------*/

header.page-header h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #00b04c;
    margin: 0;
    padding: 0;
}

.search-img img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 260px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

h2.entry-title {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#footer-menu {
    display: none;
}



/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media all and (max-width: 1200px) and (min-width: 992px) {
    /* .main-menu li {
        font-size: 13px;
    } */
    .main-menu .menu>li>a {
        border: 2px solid transparent;
        display: block;
        margin: 0px 2px;
        padding: 5px hapx;
        font-weight: 700;
         color :#fff;
    }
    .reason {
        padding: 8px 0 0 0px;
        font-size: 12px;
    }
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        border: 1px solid rgba(39, 48, 57, .2);
        border-radius: 3px;
        background: rgba(39, 48, 57, .05);
        color: rgba(39, 48, 57, .8);
        line-height: 1;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
        padding: 5px 3px;
        font-size: 12px;
    }
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=number],
    input[type=password],
    input[type=search],
    select,
    textarea {
        color: rgba(39, 48, 57, .8);
        border-radius: 3px;
        border: 1px solid rgba(39, 48, 57, .25);
        min-width: 50%;
        max-width: 100%;
        padding: 0 8px;
        font-size: 12px;
    }
    .form-register2 form .btnsb {
        border: 0px solid rgba(39, 48, 57, .2);
        border-radius: 3px;
        background: rgba(39, 48, 57, .05);
        color: rgba(39, 48, 57, .8);
        line-height: 1;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
        padding: 8px 40px;
        background: url(../images/btn-register.png) no-repeat top center;
        margin: 0 auto;
        display: block;
        font-family: Roboto, sans-serif;
        font-size: 16px;
    }
}

@media all and (max-width: 1199px) {
    .main-menu ul {
        text-align: left;
    }

    .main-menu .menu>li {
        padding: 10px 0;
    }
    .hotline-left {
        background: url(../images/ico-next.png) no-repeat left 20px center;
        padding-left: 35px;
    }
    .hotline-right {
        background: url(../images/ico-next.png) no-repeat left 1px center;
        padding-left: 15px;
    }
    #primary {
        width: 640px;
    }
    .title-register {
        padding: 0 0 10px;
    }

    .border-reg p br {
        display: none;
    }

    .reg-note {
        padding: 10px 5px 0;
    }

    .form-register2 {
        background-size: cover;
        padding: 10px;
    }

    .title-frm {
        padding: 0;
    }

    .form-register2 form {
        padding: 0;
    }

    .form-register2 form input[type="text"],
    .form-register2 form input[type="email"],
    .form-register2 form input[type="url"],
    .form-register2 form input[type="number"],
    .form-register2 form input[type="password"],
    .form-register2 form input[type="search"],
    .form-register2 form textarea,
    .form-register2 form select {
        width: 100%;
    }
    .tab-content .tab-pane img {
        height: 440px;
    }
}

@media all and (max-width: 992px) {
    .logo .site-description {
        display: none;
    }
    .main-menu-scroll {
        text-align: left;
        padding: 0;
        box-shadow: 0 0 6px rgba(39, 48, 57, .07);
        background: #fff;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        
    }
    .logo h1 {
        font-size: 24px;
    }
    .main-menu-scroll .menu-md {
        color: inherit;
    }
    .menu-md {
        display: flex;
    }
    .main-menu .menu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .6s, opacity .6s;
        text-align: left;
    }
    .main-menu .menu-show {
        max-height: 100vh;
        overflow: scroll;
        opacity: 1;
        transition: max-height .8s, opacity .8s;
        background: #fff;
        padding: 20px 40px 20px 0;
    }
    .main-menu li {
        display: block;
        margin-left: 0;
    }
    .main-menu .menu>li {
        padding: 0;
    }
    .main-menu .menu>li>a {
        border: 0;
        border-bottom: 1px solid rgba(39, 48, 57, .1);
        padding: 8px 0;
    }
    .main-menu-scroll .main-menu .menu>li>a {
        color: inherit;
    }
    .main-menu li a {
        border-bottom: 1px solid rgba(39, 48, 57, .1);
    }
    .main-menu li ul {
        position: relative;
        z-index: 99999;
        top: 0;
        visibility: visible;
        width: 100%;
        max-width: 100%;

        opacity: 1;
        border: 0;
        padding-left: 15px;
    }
    .main-menu li li ul {
        top: 0;
        left: 24px;
    }

    .main-menu li li a {
        padding: 8px 0;
    }
    .main-menu li li.page_item_has_children>a:after,
    .main-menu li li.menu-item-has-children>a:after {
        display: none;
    }
    .main-menu li ul li {
        border-top: 0;
    }
    .main-menu li ul li:last-child {
        border-bottom: 0;
    }
    .header {
        height: 48px;
    }
    .footer-bar,
    .footer-designer {
        text-align: center;
    }
    .menu-md {
        right: 0px;
    }
    .menu-md span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        margin-right: 10px;
    }
}

@media all and (max-width: 991px) {
    #primary {
        width: 100%;
    }
    .sidebar {
        width: 330px;
        padding-bottom: 20px;
    }
    .list-doctor {
        width: 25%;
        float: left;
    }
    .head-top {
        display: none;
    }
    .entry-title {
        font-size: 20px !important;
    }
}

@media all and (max-width: 767px) {
    .menu-md {
        right: 0px;
    }
    .menu-md span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .doctor-title {
        min-height: 66px;
    }
    .serchsv-form input[type="text"]{
        width: 90%;
    }
    .form-register1 {
        border-radius: 5px 5px 0px 0px;
    }

    .form-register2 {
        border-radius: 0 0 5px 5px !important;
    }
    .form-register1 .flex-box .border-reg:nth-child(3) {
        border-right-width: 1px;
    }
    .form-register1 .flex-box .border-reg:nth-child(2),
    .form-register1 .flex-box .border-reg:nth-child(4),
    .form-register1 .flex-box .border-reg:nth-child(6) {
        border-right-width: 0px;
    }
}

@media all and (max-width: 600px) {
    .menu-md {
        right: 0px;
    }
    .menu-md span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .header {
        height: 90px;
    }
    #footer-menu {
        display: none;
    }
    .sb-desktop {
        display: none;
    }
    .sb-slide {
        margin-bottom: 15px;
    }
}

@media all and (max-width: 480px) {
    .logo img {
        /* width: 50%; */
        margin-left: 10px;
    }
    .menu-md {
        right: 0px;
    }
    .menu-md span {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }
    .head-top {
        display: none;
    }
    .header {
        height: 85px;
    }
    .menu-main {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        padding: 0px 0;
        font-weight: 400;
        border-bottom: 0px solid #666;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .15);
    }
    .list-doctor {
        width: 50%;
        float: left;
        padding: 0px 3px !important;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
    }
    #primary,
    #secondary {
        /* margin: 20px 0; */
        float: initial;
    }
    .sidebar {
        /*float: initial;*/
        margin: auto;
        width: 100%;
    }
    .right-sidebar {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0;
    }
    .footer {
        -webkit-background-size: cover;
        background-size: cover;
    }
    .footer-cont ul,
    .right-sidebar ul {
        padding: 0px;
        margin: 0;
        list-style: none;
    }
    .main-menu .menu li {
        padding: 0;
        background: #ffffff;
        z-index: 999999;
    }
    .main-menu .menu {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .2s, opacity .2s;
        text-align: left;
    }
    .main-menu .menu-show {
        max-height: 600px;
        overflow: scroll;
        opacity: 1;
        transition: none;
        background: #fff;
        padding: 0px 40px 20px 0;
        box-shadow: 0px 3px 1px #eee;
    }
    .menu-footer {
        padding: 0px;
        list-style-type: none;
        border-bottom: 1px solid #fff;
        margin: 0;
        text-align: center;
    }
    .menu-footer li{
        position: absolute;
        visibility: hidden;
    }
    .search-img img {
        float: inherit;
        width: 100%;
        height: auto;
    }
}




/* footer help*/

.helperPanel {
    background: #0d9347;
    color: #fff;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 15px;
}

.helperPanel.show {
    display: block;
}

.calltoaction {
    display: inline-block;
    color: #fff;
    height: 30px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
}

.calltoaction:focus,
.calltoaction:active,
.calltoaction:hover {
    color: #fff;
}

.calltoaction.first {
    margin-right: 10px;
}

.calltoaction i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.projectProgress {
    position: fixed;
    right: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
    border: none;
    bottom: 15%;
    z-index: 99999;
    overflow: hidden;
}

.projectProgress.left {
    position: fixed;
    right: auto;
    left: 0px;
}

.projectProgress img {
    width: 110px;
    -webkit-box-shadow: 0px 1px 15px #999;
    -moz-box-shadow: 0px 1px 15px #999;
    -khtml-box-shadow: 0px 1px 15px #999;
    box-shadow: 0px 1px 15px #999;
}

.projectProgress.left {
    position: fixed;
    right: auto;
    left: 0px;
}

.projectProgress.left img {
    width: 85px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -khtml-box-shadow: none;
    box-shadow: none;
}

.telfooter {
    float: left;
    padding-right: 30px;
    background: #fe410b;
    margin: 0 20px;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
}

.hotlinefooter {
    float: left;
    padding-right: 30px;
    background: #fe410b;
    margin: 0 20px;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
}

.ft-hotlinemb {
    display: none;
}

.ft-hotline {
    display: block;
}

@media all and (max-width: 480px) {
    .ft-hotlinemb {
        display: block;
    }
    .ft-hotline {
        display: none;
    }
    .hotlinefooter {
        float: left;
        padding-right: 30px;
        background: #fe410b;
        margin: 0 5px;
        padding: 0 10px;
        border-radius: 5px 5px 0 0;
    }
    .ft-hotline {
        padding: 0;
        margin: 0;
    }
    .breadcrumbs {
        background: none;
        border-bottom: none;
        padding: 5px 10px 10px;
    }
    .box-get-related-posts .get-related-posts {
        width: 100%;
    }
    .calltoaction {
        display: inline-block;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-weight: 700;
    }
    .form-register2 {
        background: url(../images/bg-register.jpg) no-repeat top left;
        background-size: cover;
        padding: 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .top-searchmb {
        display: block;
        position: absolute;
        top: 50%;
        right: 35%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 22px;
        cursor: pointer;
    }
    .ta_form_search {
        position: absolute;
        z-index: 100;
        display: none;
        padding: 5px;
        background: #fff;
        right: -70px;
    }
    .footer-cont1 .textwidget {
        text-align: center;
    }
    ul.footer-social::after {
        content: '';
        display: block;
        clear: both;
    }
}



/* end footer help*/


/*------------------------
     Post tag
--------------------------*/

.post-tag ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px !important;
    background: #eee;
    padding: 0 10px;
}

.post-tag ul {
    padding-left: 0;
}

.icon-tag:before {
    content: "\f02b";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    margin-top: -2px;
    margin-right: 7px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.post-tag li a {
    color: #333;
}

footer.entry-footer {
    border-top: 1px solid #eee;
}

.post-tag {
    display: inline-block;
}

.entry-content iframe {
    margin: 0 auto;
    text-align: center;
    display: inherit;
    width: 100%;
    height: 450px;
}

.dkthekb {
    text-align: center;
}

.dkthekb br {
    display: none;
}

.dkthekb p {
    text-align: center;
    margin: 10px 0;
}

.dkthekb {
    background: #0f76bc;
    border: 1px solid #ccc;
    padding: 5px;
    width: 300px;
    margin: 20px auto;
    border-radius: 6px;
}

.dkthekb input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: rgba(39, 48, 57, .8);
    border-radius: 3px;
    border: 1px solid rgba(39, 48, 57, .25);
    min-width: 50%;
    max-width: 100%;
    padding: 0px 10px;
}

.thumb-198x130 {
    float: left;
    margin-right: 10px;
}



/* sh85 config */

.related_videos .videos-wp {}

.related_videos .videos-wp a {
    color: #0f76bc;
}

.related_videos .videos-wp a span {
    position: relative;
    display: block;
}

.related_videos .videos-wp a span img {
    width: 100%;
    height: auto;
}

.related_videos .videos-wp a span i {
    position: absolute;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 4rem;
    cursor: pointer;
    color: #333;
}

.related_videos .videos-wp:hover i {
    color: #f00;
}

.related_videos .videos-wp p {
    padding-top: 1rem;
    text-align: center;
    min-height: 11rem;
}

.related_videos .videos-wp p a {
    font-size: 1.6rem;
    line-height: 1.5;
}

.related_videos .videos-wp p a:hover {
    color: #f00;
}

.entry-content p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.6;
}
.entry-content li {
    font-size: 16px;
    line-height: 1.6;
}

/* 
.related_videos .videos-wp img {
    width: 100%;
    height: auto;
}
.related_videos .videos-wp span {
    display: inline-block;
    padding-top: .5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}
.related_videos .videos-wp i {
    position: absolute;
    left: calc(50% - 2rem);
    top: calc(50% - 2rem);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 4rem;
    cursor: pointer;
    color: #333;
    z-index: 2;
} */

@media (max-width: 480px) {
    .entry-content iframe {
        width: 100%;
        height: 200px;
    }
    .related_videos .videos-wp p {
        min-height: initial;
    }
}



/*------------------------------------
    BÃ¡Â»Â pop up ads Ã¡Â»Å¸ cÃƒÂ¡c landing page
------------------------------------*/

.postid-35574 .float-ck,
.postid-35522 .float-ck,
.postid-35330 .float-ck,
.postid-35349 .float-ck,
.postid-35272 .float-ck,
.postid-35309 .float-ck,
.postid-35263 .float-ck,
.postid-35227 .float-ck,
.postid-35337 .float-ck,
.postid-35418 .float-ck,
.postid-35359 .float-ck,
.postid-35461 .float-ck,
.page-id-37737 .float-ck,
.postid-36789 .float-ck,
.postid-36904 .float-ck {
    display: none;
}



/*------------------------------------
    BÃ i ghim category 
------------------------------------*/

.bai_ghim_box {}

.bai_ghim_readmore.text-center a {
    background: #0f76bc;
    padding: 8px 30px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #0f76bc;
}

.bai_ghim_boder {
    background: #0f76bc;
}

.bai_ghim_readmore.text-center a:hover {
    background: #ffffff;
    color: #0f76bc;
}

.bai_ghim_readmore.text-center {
    padding: 15px 0;
}

.bai_ghim_tittle {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 0;
}

.entry-content a {
    color: #008676;
    font-weight: 700;
}

/*---------------------------------------
    Author
-----------------------------------------*/

.author_archive {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 16px;
    background: #f1f1f1;
    margin-bottom: 32px;
}
.author-gravatar {
    overflow: hidden;
}
.author-gravatar img {
    /* border-radius: 50%;
    border: 1px solid #ddd; */
    width: 200px;
}
.author-info {
    width: calc(100% - 200px - 2rem);
}
.author-info .author-title {
    font-weight: 500;
    color: #0f76bc;
    font-size: 18px;
    text-transform: uppercase;
}
.author-info .author-title::before {
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 8px;
}
span.vcard.author a {
    color: #aaa;
}
span.vcard.author a:hover {
    color: #0fa644;
}
span.author_readmore a {
    display: inline-block;
    padding: .35rem .75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #0d9347;
    float: right;
}
span.author_readmore a:hover {
    background: #0d9347;
    color: #fff;
}
/*-------------------------------------*/
span.co_author_link {
    margin-top: 1rem;
}
span.co_author_link a {
    /* display: block; */
    color: #0fa644;
    font-weight: 500;
}
@media all and (max-width:480px) {
    .author-gravatar {
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
    }
    .author-info {
        width: 100%;
    }
}