/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}
table,
table td{
	border:1px solid #bebebe;
}
.nvds-content ul {
    display: none; 
    position: absolute; 
    background-color: #fff;
    border: 1px solid #ccc; 
    left: -1px;
    top: 100%;
    width: calc(100% + 2px);
    padding: 10px 10px 10px 30px;
    border: 1px solid #127bac;
    z-index: 1000; 
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-height: calc(100vh - 160px);
    overflow: auto;
}
.nvds-content .label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    font-weight: 900;
    top: calc(50% - 15px);
}

.nvds-content:hover ul {
    display: block; 
}
.nvds-content .label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    font-weight: 900;
    top: calc(50% - 15px);
    color: #fff;
}
.nvds-content .label{
    padding: 5px 50px;
   
    border: 1px solid #fff;
    border-radius: 10px;
}
.nvds-content .label a{
    color: #fff;
    text-transform: uppercase;
}
.nvds-content .label a:hover{
    color: #2eb6ff;
}
.nvds-content .after {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    color: #fff;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.nvds-content ul li {
    list-style: none;
    margin-bottom: 0;
    border-bottom: 1px dashed #eee;
    background: #0156b3;
    padding: 10px;
}
.nvds-content ul li a {
    color: #fff;
}
.absolute-footer.dark {
    color: #6191d7;
    background: #143462;
    font-size: 18px;
}

.col,
.gallery-item,
.columns {
    position: relative;
    margin: 0;
    padding: 0 15px 10px;
    width: 100%;
}

/* phan dung chung */
.tbt-subtitle {
    display: inline;
    background: #e2edff;
    color: #105bc7;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 6px;
    display: inline-block;
}

.tbt_heading h2 {
    padding-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.banner h1,
.banner h2 {
    font-weight: 500;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #094067!important;
}

/* home css */
.item-about {
    display: flex;
    align-items: center;
    background: #004fb4;
    border-radius: 10px;
    padding: 10px;
}

.icon-about-img {
    width: 60px;
    height: auto;
}

.icon-about-text {
    padding-left: 10px;
}

.icon-about-text p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.border-radius-10 img {
    border-radius: 10px;
}

.pricelist-item {
    background-color: rgb(225, 237, 255);
    padding: 20px 15px;
    border-radius: 10px;
}

.price_packagepro {
    background: linear-gradient(90deg, #173662, #1d457d);
    padding: 15px !important;
    border-radius: 10px;
}

.price_packagepro .dark {
    background-color: rgb(67, 106, 162);
    border-radius: 10px;
}

.scale {
    transform: scale(1.18);
    z-index: 1;
}

.pricelist-header {
    text-align: center;
    border-bottom: 1px dashed #c0b2b2;
    margin-bottom: 42px;
}

.price-number__main {
    color: #095bc7;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    font-family: "Poppins", sans-serif;

}

.price_packagepro .price-number__main {
    color: #f7ff4a;
}

.pulse-paragraph {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.price-number__sub {
    font-size: 18px;
}

.price_packagepro .price-number__sub {
    color: #fff;
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.price-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #01a9f4;
    padding-bottom: 10px;
}

.price-desc {
    padding: 0 10px;
    font-style: italic;
    font-size: 20px;
}

.price_packagepro .price-title,
.price_packagepro .price-desc {
    color: #fff;
}

.pricelist-feture {
    list-style: none;
    margin-bottom: 55px;
    position: relative;
    display: block;
    float: left;
    margin-bottom: 0em;
    padding: 10px 10px;

}

.pricelist-feture li {
    display: flex;
}

.pricelist-feture li .have {
    background-color: #1acb44;
    color: #fff;
}

.pricelist-feture li .icon {
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricelist-feture li .text {
    margin-left: 10px;
    text-align: left;
    font-size: 16px;
}

.pricelist-feture li .not {
    background-color: #fa7878;
    color: #fff;
}

.pix-btn.btn-outline {
    border: 1px solid #095ac3;
    background: #095ac3;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.pix-btn {
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 30px 0px;
    border-radius: 30px;
    outline: 0;
}

.pix-btn.btn-outline:hover {
    background: #f44336;
    border-color: navajowhite;
    color: #fff;
    box-shadow: none;
}

.price_packagepro .pix-btn.btn-outline {
    border: 1px solid navajowhite;
    background: #f44336;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ux-timer {
    font-family: 'Times New Roman', Times, serif;
}

.home-qa-box .accordion-item {
    background: #f4f8fe;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px;
}

.home-qa-box .accordion-item a {
    font-weight: 400;
    color: #1a73e8;
    font-size: 18px;
}

.home-qa-box .accordion-item i {
    font-size: 16px;
    padding-right: 12px;
    color: #333;
}
.form-dh{
    background-color: #D8EEFE;
    padding: 15px;
    border-radius: 15px;
}
.form-dh .title {
    margin-bottom: 20px;
    display: grid;
    text-align: center;
}
.form-dh .title p{
    width: 100%;
}
.form-dh .title span {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    background-color: #1967d2;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100%;
    display: block;
}
.form-dh .mo-ta{
    font-size: 20px;
}
.form-dh .form-time{
    font-size: 16px;
}
.form-dh .wpcf7-form-control {
    padding: 10px;
    box-shadow: none !important;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 10px;
    height: 4rem;
    border: 0px solid #fff;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    color: #333;
}

.form-dh .item label {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    z-index: 1;
    background-color: #0c4fb4;
    color: #fff;
    left: 15px;
    top: -10px;
    padding: 0 10px !important;
    display: inline-block;
    width: auto !important;
    border-radius: 10px;
}

.form-dh .item-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

.form-dh .wpcf7-submit {
    border-radius: 999px;
    position: relative;
    z-index: 1;
    transition: color .1s ease-in-out, background-color 1s ease-in-out;
    padding: 0 10px 0 30px;
    height: 54px;
    line-height: 0;
    background-color: #1967d2;
    border: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px;
}

.form-dh .wpcf7-submit span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #fff;
    border-radius: 99px;
    justify-content: center;
    z-index: 1;
    padding: 10px;
}

.form-dh .wpcf7-submit svg {
    width: 20px;
    height: 20px;
}

.form-dh .wpcf7-submit:hover {
    color: #1967d2;
    z-index: 2;
    border: 2px solid;
}

.form-dh .wpcf7-submit:hover::before {
    width: calc(100% - -2px);
    height: calc(100% + 2px);
    padding-right: 19px;
    right: -1px;
    top: -1px;
    line-height: 50px;
    z-index: -1;
}

.form-dh .wpcf7-submit::before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: 0;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 53px;
    display: block;
    border-radius: 999px;
    background-color: #fff;
    transition: .2s all ease-in-out;
    z-index: -1;
}

.blog-archive .box-blog-post {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.blog-archive .box-blog-post img {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}

.blog-archive .post-title a {
    color: #094067;
    font-weight: 600;
}

.blog-archive .post-title a:hover {
    color: #ef4565;
}

.category-label {
    background: #edf0f3;
    color: #4a4f63;
    border: 1px solid #edf0f3;
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    will-change: transform;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-weight: 500;
    margin-inline-end: 0px;
}

.is-divider {
    background-color: #ef4565;
}

.info__meta {
    padding-top: 5px;
    display: flex;
    border-top: 1px dashed #eee;
    margin-top: 10px;
    font-size: 13px;
}

.category-title a {
    color: #094067;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
}

.category-title a:hover {
    color: #ef4565;
}
.box_fixRight {
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: auto;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
}

.booking-test {
    font-size: 16px;
    text-transform: none;
    background: #004fb4;
    padding: 10px;
    box-shadow: 0px 0px 10px 5px #eeeeee;
    border-radius: 5px;
}
.table-responsive.table-responsive-flush{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px;
}
.table-responsive.table-responsive-flush{
    cursor: pointer;
}
.table-1 thead tr th {
    white-space: nowrap;
    background-color: #3da9fc;
    color: #fff;
    text-transform: none;
    padding: 10px 0px;
    text-transform: uppercase;
}
td:first-child, th:first-child {
    padding: 0.5rem 0.5rem;
    /* border: 1px solid #eee; */
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent;
}
.table-1 th, .table-1 td {
    vertical-align: middle;
}
.table-1 tbody td {
    /* width: 33%; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: top;
    border: 1px solid #bebebe;
}
.table-1 tbody tr:nth-child(odd){
    background-color: #fff;
}
.table-1 tbody tr:nth-child(even){
    background-color: #eeeeee;
}
.table-responsive-inner td a {
    color: #004fb4;
}
/* trang dich vu */
.rank-math-breadcrumb {
    color: #061119;
    margin: 1rem 0;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 1;
    white-space: nowrap;
}
.rank-math-breadcrumb a:first-of-type:before {
    content: "\f015";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #595959;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f8fe;
}
.ser-title {
    padding-top: 30px;
}
.ser-title .category-title {
    text-transform: capitalize;
    padding-top: 10px;
}
.category-title {
    color: #094067;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
}
.ser-title .taxonomy-label {
    background-color: #00a7e1;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 2px;
    color: #fff;
    text-transform: none;
    position: absolute;
    display: flex;
    top: 0;
    transform: translateY(-50%);
}
.services__content, .author__content {
    max-width: calc(100% - 15px);
    margin: -10% auto 0;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 10px 20px 0 rgb(158 158 158 / 25%);
    border-radius: 10px;
    padding-bottom: 0;
}
.services-title {
    margin-left: 10px;
    padding: 15px 15px 15px 80px;
}
.services__icon {
    background-color: rgb(19 175 254 / 50%);
    border: 3px solid #eeeeee;
    border-radius: 12px;
    color: #fff;
    font-size: 26px;
    width: 60px;
    height: 60px;
    top: 15px;
    left: 15px;
    line-height: 55px;
    position: absolute;
    text-align: center;
}
.services__icon img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.services-title .post-title, .authors-title.post-title {
    font-weight: 700;
    font-size: 16px;
    color: #094067;
}
.services-desc, .author-desc {
    color: #345;
    padding: 10px 15px 15px;
    margin-top: 10px;
    text-align: justify;
}
.services-desc p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.services__more, .related-title a {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 20px;
    background-color: #143462;
    border-radius: 1rem;
}
.services__more:hover, .related-title a:hover {
    color: #fffffe;
}
.ser-faq{
    margin: 25px 0px;
}
.ser-faq_title h2 {
    font-size: 18px;
    color: var(--headline-color);
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.ser-faq_title h2:after {
    content: '';
    width: 80px;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    border-top: 2px solid #E91E63;
    left: 0;
}
 .accordion-xn {
    background-color: #CAE2EE;
    color: #094067;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    border-radius: 2px;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1.5;
}

.accordion-xn:hover,
.accordion-xn:active{
    background-color: rgb(3 169 244 / 20%);
}

.panel-xn {
    font-size: 14px;
    padding: 15px;
    border-radius: 2px;
    background-color: rgb(69 169 236 / 10%);
    overflow: hidden;
} 

 .accordion-xn:after {
    content: '+';
    font-size: 16px;
    float: right;
}

.accordion-xn.active:after {
    content: '-';
} 
#ez-toc-container{
    width: 100%;
    height: auto;
}
#ez-toc-container .ez-toc-link{
    color: #094067;
    font-size: 18px;
}
#ez-toc-container a:hover,
#ez-toc-container a:visited {
    color: #ef4565;
}
.color__adn {
    background: #01a9f4;
    color: #eee;
}
.su-table .color__adn td {
    background-color: var(--neutrals-10) !important;
    color: var(--headline-color);
}
.su-table table td {
    padding: .5em 1em !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
}
.entry-summary img {
    border-radius: 12px;
}
.service-title, .author-title {
    font-weight: bold;
    color: #2196F3;
    padding: 15px 0 5px;
    border-bottom: 1px dashed #ccc;
    font-size: 28px;
    text-align: center;
}
.service-desc {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.375;
}
.service-meta {
    font-size: 18px;
    background: #e6f0fe;
    border-radius: 5px;
    padding: 15px;
}
.service-meta p, .service-meta ul, .service-meta li {
    margin-bottom: 10px;
    padding: 0;
}
.type-service p{
	font-size:18px;
	text-align: justify;
}
/* trang dich vu / */
/* trang van phong */
.country-header {
    background-image: url('https://xetnghiemmientrung.vn/wp-content/uploads/2024/10/banner-vp-tinh-1.png');
    width: auto;
    height: auto;
    object-fit: cover;
    color: #e4e9f8;
}
.country-header__content nav.rank-math-breadcrumb {
    color: #fff;
    background: none;
    text-align: center;
    padding-top: 2.8rem;
}
.rank-math-breadcrumb .heading  h1{
	font-size: 1.5rem;
    font-weight: 700;
}
.heading {
    padding-top: 1rem;
}
.main-container {
    padding: 1.5rem 0;
    z-index: 1;
    max-width: 50%;
    max-height: 65px;
    margin: 0 auto;
    background-color: transparent;
}
.sticky-section-ct {
    background-color: transparent;
    height: 100% !important;
    height: 100vh !important;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: sticky !important;
    right: 0;
    top: 30px;
    width: 100% !important;
}
.main-container .search-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.search-container {
    position: relative;
    height: 45px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.search-container i {
    position: absolute;
    left: 20px;
    font-size: 16px;
    color: #01a9f4;
}
#search-country {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
    padding-left: 50px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #01a9f4;
}
.country-image img {
    border-radius: 10px;
    border: 1px solid #eee;
    width:100%;
    object-fit: cover;
}   
.country-content {
    position: relative;
    width: calc(100% - 5%);
    background: rgba(255, 255, 255, 0.90);
    padding: 20px;
    margin: -10% auto 0;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 1px 26px -10px white;
}
.country-content .country__header {
    display: flex;
    align-items: center;
}
.country__header .img {
    height: 60px;
    width: 60px;
    background: #1d79e6;
    border-radius: 50%;
    max-width: 30%;
}
.country__header .img img {
    object-fit: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.country__header .details {
    margin-left: 20px;
    max-width: 70%;
}
.details h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}
.details h2 a {
    color: #094067  ;
}
.country-content .country__description {
    margin: 25px 0;
}
.country__description {
    font-size: 14px;
    background: rgb(101 104 110 / 4%);
    border-radius: 10px;
    padding: 10px;
}
.country__description .line i {
    padding-right: 10px;
}
.country__description .working {
    color: #10BC63;
}
.country__action {
    display: flex;
    gap: 10px;
}
.country__action .country__action-btn {
    height: 45px;
    width: 100%;
    background: #3da9fc;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-1 {
    color: #094067 !important;
    background: white !important;
    border: 1px solid #1d79e6;
}
.btn-1 i {
    padding-right: 5px;
}
.btn-2 i {
    padding-left: 5px;
}
#nothing-alert {
    display: none;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
/* trang van phong  / */
/* trang Npit  / */
.tabs-npit{
	padding-top:25px;
}
/* footer */
.contact_title {
    font-size: 22px;
    font-weight: 600;
    color: #01a9f4;
    display: flex;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact_desc {
    color: #f2fafe;
}
.contact_detail {
    margin: 0;
    line-height: 1.1em;
}
.contact_detail a {
    color: #f2fafe;
}
.contact_detail i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    margin: 0 3px 3px 0;
    padding: 0 0px 0 0;
    background-color: rgba(69, 170, 255, 0.3);
    background-color: #143462;
    color: #6191d7;
    margin-right: 12px;
}
.contact_detail a:hover {
    color: #03a9f4;
}
.contact_detail a:hover i, .contact_detail a:active i {
    background-color: #03a9f4;
    color: #fff;
}
.footer-title {
    line-height: 1;
    color: #f7ff4a;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #f7ff4a;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
    display: table;
    white-space: nowrap;
    margin-top: 5px;
    font-size: 18px;
}
.footer-title:after {
    border-top: 1px solid;
    border-color: inherit;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 100%;
    left: 1.5%;
}
.footer-list li {
    color: rgb(0 188 212 / 48%);
    transition: all .3s linear;
    font-size: 16px;
}
li::marker {
    color: rgb(45, 135, 243);
}
.footer-list a {
    color: #f2fafe;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
.footer-list a:hover {
    color: #2eb6ff;
}
.contact-desktop {
    position: fixed;
    display: block;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}
.social-icon--facebook {
    margin-bottom: 10px;
    display: block;
}
.social-icon img {
    width: 50px;
}
.follow-icons a{
	margin-right:10px;
}
/* footer / */
.entry-title{
	color: #262626;
	font-size:35px;
}
.entry-meta {
	font-size:20px;
}
.type-post .entry-content p{
	font-size:18px;
}
.comments-area{
	display:none;
}
.section-heading {
    background-color: #2d2f38;
    margin-bottom: 2px;
}
.section-heading .h-text, .section-heading:after {
    display: inline-block;
    -webkit-transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
    -moz-transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
    -o-transition: .35s cubic-bezier(.39, .58, .57, 1) 0s;
    transition: .35s cubic-bezier(.39,.58,.57,1) 0s;
}
.section-heading>.h-text {
    background-color: #0066cc;
}
.section-heading .h-text {
    line-height: 38px !important;
    color: #fff !important;
    border: none !important;
    padding: 0 12px;
}
.section-heading .h-text {
    font-weight: 400;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.section-heading .h-text:before {
    border-bottom-color: #0066cc !important;
}
.section-heading .h-text:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    z-index: -1;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 38px solid transparent;
}
.popularpost_list,
.category_list{
	margin-top:20px!important;
}
.popularpost_item {
    display: block;
    position: relative;
    padding-bottom: 10px;
    padding-left: 60px;
    border-bottom: 1px dashed #eee;
}
.popularpost_list .number {
    position: absolute;
    font-size: 18px;
    text-align: center;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-style: italic;
    background: #eee;
    padding: 10px;
    border-radius: 100%;
    box-sizing: content-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.popularpost_item a {
    color: #212121;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    font-size: 15px;
}
.category_item{
	display: flex;
    justify-content: space-between;
	padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    line-height: 24px;
}
.category_item a{
	color: #000;
	font-size: 14px;
}
.term-count{
    display: inline-block;
    background: rgba(0, 0, 0, .08);
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 6px;
    color: #333;
}
b, strong {
    font-weight: 600;
}
.type-vp p{
	font-size:18px;
}
.list-reason {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    list-style: none;
    padding-bottom: 20px;
}
.item-reason {
    background: #ececec;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 3px 3px 1px 1px #004fb4;
    margin-bottom: 0;
}
.img_reason {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.item-reason span {
    font-weight: 500;
    text-transform: uppercase;
}
#toc {
    background: linear-gradient(45deg, #034cab 0%, #038ef1 100%);
    background-size: cover;
    color: #fff !important;
    padding: 1rem;
}
.fix-toc-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #F0F4F8;
    padding-bottom: 0.825rem;
}
#toc ul, #toc ol {
    margin: 10px 0;
    padding-left: 20px;
}
#toc li a {
    color: inherit;
    text-decoration: none;
}
.pt-3 {
    padding-top: 30px;
}
.heading-local {
    padding-bottom: 10px;
}
.services-svg {
    display: flex;
}
.heading-local h2 {
    padding-left: 10px;
    margin: 0;
    text-transform: uppercase;
}
.color-brand {
    color: #07a7e3;
}
.infomation-contact {
    background: rgb(4 114 212);
    border-radius: 10px;
    box-shadow: 0px 2px 0 5px #eee;
    padding: 10px;
    margin-bottom: 20px;
    color: #eee;
}
.infomation-contact li {
    margin-left: 1.3em;
}
.link-local {
    background: #d7eefe;
    border-radius: 2px;
    padding: 5px;
    color: #13affe;
    padding-left: 10px;
    border-left: 5px solid #ff69b4;
    margin: 0.5rem 0;
    font-weight: 500;
}
.patient-services {
    padding-bottom: 10px;
}
.list-services {
    border: 1px solid rgb(228, 232, 236);
    border-radius: 6px;
    padding: 16px;
	margin-bottom: 30px;
}
.mb-3 {
    margin-bottom: 30px;
}
.list-services h3 {
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    padding-left: 10px;
    line-height: 24px;
}
.item-service {
    background: rgba(0, 0, 0, .05);
    border-radius: 6px;
    margin-top: 16px;
    padding: 16px;
}
.item-service h4 {
    font-weight: 600;
    font-size: 16px;
}
.item-service p {
    margin: 0;
    font-size: 16px;
}
.price-ser {
    padding-top: 10px;
}
.tbt-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.services-svg {
    display: flex;
}
.price-ser p {
    margin: 0;
    padding-left: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2px;
}
.price-ser span {
    color: #009E5C;
}
.heading-local {
    padding-bottom: 10px;
}
.tbt-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.document-svg .image-svg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.item-result{
	border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 10px;
}
.heading-local {
    padding-bottom: 10px;
}
.heading-payment {
    padding: 10px 0px;
}
.tbt-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.province-header .province-title {
    border-bottom: 1px dashed #eee;
    padding-top: 1rem;
    font-weight: 500;
    color: #0c4fb4;
}
.entry-meta {
    font-size: 1em;
    margin: 2em 0 0;
    color: #b0b0b0;
}
.entry-meta {
    font-size: 1em;
    margin: 1em 0 0;
    color: #b0b0b0;
}
@media only screen and (max-width: 1200px) {
	 .footer-title {
		white-space: none;
	 }
	.footer-title:after {
		border-top: 0px; 
	}
}
@media only screen and (max-width: 1200px) {
	.mobile-sidebar a{
        color: #034cab!important;
        text-transform: none;
        font-size: 16px;
    }
	.mobile-sidebar .icon-angle-down{
		color: #034cab!important;
	}
	.nvds-content .label {
    	margin: 10px 0px;
	}
}