.p-mb-0 p,.p-mb-0 {
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-0{
    margin-bottom: 0px;
}
.footer-menu .ux-menu-link__link{
    color: #fff;
}
.footer-menu .ux-menu-link:hover .ux-menu-link__link{
    color: #fff;
    padding-left: 5px;
    transition: 0.3s ease-in-out;
}

.button.btn-white{
    color: #0e52d6 !important;
}
.button.btn-white:hover{
    background-color: #0e52d6 !important;
    color: #fff !important;
}
.button.is-large{
    font-size: 16px !important;
}

.bg-1,.button.bg-1{
    background-color: #EFF4FF !important;
}

.blog-index .post-item .box-image{
    border-radius: 20px 20px 0px 0px;
}
.blog-index .post-item .post-title,.blog-index-right .post-item .post-title{
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-index .post-item .is-divider,.blog-index-right .post-item .is-divider{
    max-width: 150px;
    background-color: #0e52d6;
}

.blog-index-right .box-image .image-cover{
    border-radius: 20px 0px 0px 20px;
}
.blog-index-right .post-item .box-vertical .box-text{
    padding-top: 0;
}

.box-service-post{
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.box-service-post .box-text{
    padding: 16px;
    background-color: #F5F8FF;
    display: flex;
    align-items: center;
    gap: 16px;
}
.box-service-post .box-text .post-title{
    text-transform: uppercase;
}
.box-service-post .box-text .post-title a{
    color: #0e52d6;
}

.box-service-post .box-image{
    padding: 24px;
}
.box-service-post .box-image .image-cover img{
    width: 140px;
    height: 140px;
    border-radius: 90%;
    border: 5px solid #EFF4FF;
}
.box-service-post .box-image:before{
    content: "";
    background-image: url("../images/Layer_1.svg");
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 22%;
    z-index: 9;
    top: 14px;
}
.box-service-post .box-image:after{
    content: "";
    background-image: url("../images/Layer_2.svg");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15%;
    z-index: 9;
    top: 40px;
}

.box-service-post .box-text .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    margin-bottom:10px;
}

.form-service {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.form-service input{
    border-radius: 8px !important;
    margin-bottom: 12px;
    height: 45px !important;
}
.form-service select{
    border-radius: 8px;
    margin-bottom: 12px;
    height: 45px !important;
}
.form-service textarea{
    border-radius: 8px;
}
.form-service .wpcf7-submit{
    display: block;
    margin: 0;
    border-radius: 30px !important;
    width: 100%;
    height: 52px !important;
}
.wpcf7-spinner{
    position: absolute;
    left: 18px;
    bottom: 37px;
}

.header-button-1 a{
    font-size: 16px !important;
    padding-left: 50px;
    background-image: url("../images/phone-call2.svg");
    background-repeat: no-repeat;
    background-position: 10px;
    animation: glowing-btn 2s infinite;
}
.header-nav-main.nav.nav-left{
    justify-content: center;
}
.service-wrap-main {
    padding: 80px 0px;
    background: linear-gradient(90deg, rgba(0,106,245,1) 0%, rgba(0,106,245,1) 35%, rgba(95,203,242,1) 100%);
}
h1.title-cat-main {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover{
    border-color: #fff !important;
}
.nav-pagination>li>span, .nav-pagination>li>a{
    background-color: #fff;
    border-color: #EFF4FF;
    border: 1px solid !important;
    line-height: 30px !important;
}
.main-single-service{
    padding: 40px 0px;
}
.post-meta-single.d-flex.align-items-center.flex-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.post-meta-single .post-author img{
    border-radius: 50px;
}

.title-single-post h1{
    font-size: 30px;
    color: #0e52d6;
}
.title-related-post {
    margin: 30px 0px;
    font-size: 30px;
    font-weight: 600;
    color: #0e52d6;
}
header.archive-page-header {
    padding-top: 50px;
}
header.archive-page-header h1{
    font-size: 32px;
    color: #0e52d6;
    margin-bottom: 0;
}

.category .align-center .post-item .col-inner{
    padding: 20px;
    border-radius: 8px;
    border:1px solid  #528BFF;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.category .align-center .post-item .col-inner .box-image{
    border-radius: 8px;
}

.category .align-center .post-item .col-inner .is-divider{
    max-width: 150px;
    background-color: #0e52d6;
}

.single .entry-header-text-top {
    padding-bottom: 0px;
}

aside.widget {
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

aside.widget .widget-title + .is-divider{
    display: none;
}
aside.widget .widget-title span{
    font-size: 20px;
    color: #0e52d6;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
aside.widget .blog-post-inner .post-title{
    font-size: 16px;
}
.blog-single-list .post-item{
    padding-bottom: 0;
}
.absolute-footer{
    color: #fff !important;
    background: #002266 !important;
    border-top: 1px solid #fff !important;
    padding: 20px 0px !important;
}

.tab-price-service>ul.nav.nav-tabs{
    align-items: end;
}

.tab-price-service .tab a{
    padding: 16px;
    font-size: 16px;
    text-transform: inherit;
    background-color: #fff;
    color: #0E52D6;
    text-align: center;
}
.tab-price-service .tab{
    max-width: 20%;
}
.tab-price-service .tab-panels{
    background-color: #F5F8FF !important;
    border-radius: 12px;
    padding: 20px !important;
    
}
.tab-price-service .entry-content table td{
    font-size: 16px;
    color: #344054;
    padding: 12px 0px;
    border-color: #98A2B3;
}
.tab-price-service .nav-tabs > li.active > a{
    background-color: #F5F8FF;
}

.list-store {
    height: 450px;
    overflow: auto;
}

.map-diemban iframe, .map-diemban, .map-diemban p,.maps-ajax-iframe iframe {
    height: 100% !important;
}
.maps-ajax-iframe .content-maps{
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
} 

.map-diemban {
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

.wrap-stores {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    border-right: none;
}
.province-wards {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ajax-item-store .store-item{
    margin-right: 10px;
}
.ajax-item-store .store-item .col-inner{
    box-shadow: none;
    border: 1px solid #528BFF;
    margin-bottom: 10px;
    transition: 0.3s;
}
.ajax-item-store .store-item:hover .col-inner{
    background-color: #528BFF;

}
.ajax-item-store .store-item:hover .col-inner > *{
    color: #fff;
}

.province-wards select{
    border-radius: 4px;
}


/*css scroll 3*/

.list-store::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.list-store::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.list-store::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.list-store-item{
    cursor: pointer;
}

.list-store-item .store-item .col-inner{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 15px;
    border-radius: 10px;
}
.list-store-item .store-item .col-inner > div.address{
    align-items: flex-start;
    margin-bottom: 10px;
}
.list-store-item .store-item .col-inner > div{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.list-store-item .store-item .col-inner > div img{
    margin-right: 10px;
}
.list-store-item .store-item.active .col-inner{
    background-color:#528BFF;
    color: #fff;
}
.list-store-item .store-item.active .col-inner .post-title{
    color: #fff;
}

.wrap-pagination{
    margin-bottom: 30px;
}

.col-maps,.content-maps{
    height: 100%;
}
.content-maps iframe{
    height: 96%;
}

.form-danhgia .color-text{
    color: #0E52D6;
}
.form-danhgia input.wpcf7-submit{
    margin-top: 10px;
}
input::file-selector-button {
    border: thin solid grey;
    border-radius: 8px;
    padding: 10px;
}
.footer-wrapper .text a{
    color: #fff;
}

.zalo-chat-widget{
    right: 14px !important;
}


@media (min-width: 768px) and (max-width: 1024px) {
  
    /* CSS */
    .form-service {
        padding: 16px;
    }
    

}
  


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .row.row-slider .flickity-prev-next-button{
        width: 40px !important;
    }
    .row.row-slider .flickity-prev-next-button svg{
        padding: 13px !important;
        background: #1f7df7;
        color: #fff;
    }
    .box-service-post .box-image .image-cover img{
        width: 200px;
        height: 200px;
    }
    .tab-price-service .tab a{
        line-height: 24px;
    }
    .maps-ajax-iframe .content-maps iframe{
        height: 450px !important;
    }

    .form-service {
        padding: 16px;
    }
    .tab-price-service .tab{
        width: 100%;
        max-width: 100%;
    }
    .tab-price-service .nav-tabs > li > a{
        display: block;
        width: 100%;
    }
    .tab-price-service .tab-panels{
        border-radius:0px 0px 12px 12px;
        border-top: 1px solid #ccc !important;
        margin-top: 1px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {



}


@keyframes glowing-btn {
    0% {
        box-shadow: 0 0 0 0 #0e52d6
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 188, 0, 0)
    }
}