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


.btn-all-main {
    background: #811333  !important;
    color: white;
    border: solid 1px #a8053b  !important;
}
#sudovn-btn-title {
    background: #a8053b  !important;
 
}
.b24-widget-button-inner-block {
    background: #066554 !important;
}
.header-bottom {
    background-color: #066554 !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}

table, th, td{
            border:1px solid #868585;
        }
        table{
            border-collapse:collapse;
            width:100%;
        }
        th, td{
            text-align:left;
            padding:10px;
        }
        table tr:nth-child(odd){
            background-color:#eee;
        }
        table tr:nth-child(even){
            background-color:white;
        }
        table tr:nth-child(1){
            background-color:skyblue;
        }
.tintuc-right .col > .col-inner {
    background: #F5FCFF;
    padding-left:0.5em;
		border-radius:10px;
}
.header-button>a.button.secondary {
    color: #15549b !important;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #093251 !important;
    color: #ffffff;
    display: block;
    margin: 0 auto;
}
.section-title b {
    background-color: transparent;
}
.bgrieng {
    background: rgb(10 50 81);
    background: linear-gradient(156deg, rgb(10 50 81) 0%, rgb(10 50 81) 28%, rgb(86 199 242) 100%);
}

.box-blog-post .is-divider {
    display: none;
}
.is-divider {
    display: none;
}
.accordion-title {
    font-size: 100%;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
}
.padding-bot {
    padding-bottom: 0;
}
.block_widget .section-title-container {
    margin-bottom: 0;
}

.related-post .box-text {
    padding: 10px 0;
}
.form-width input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.bang-gia tr td:first-child {
    border: 1px solid #ddd;
    padding: 15px;
}.tablepress .odd td {
    background-color: #f9f9f9;
}.bang-gia td.column-2 {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: none;
}
.padding-bot .col {
    padding-bottom: 0;
}
.ld-p p {
    margin-bottom: 0;
}
.nav-dropdown-has-border .nav-dropdown {
    border-width: 1px;
}
.nav-dropdown-bold .nav-column li>a, .nav-dropdown.nav-dropdown-bold>li>a {
    color: #FFF;
    font-size: 14px;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 300px;
}
.off-canvas .nav-vertical>li>a {
    color: black;
    font-size: 14px;
}
.back-to-top.active {
    background-color: #fff;
    border:2px solid #fff !important;
}
.dark, .dark p, .dark td, .absolute-footer.dark {
    color: #fff;
}

.ultility-bar {
    position: fixed;
    z-index: 10;
    top: 180px;
    right: 0;
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 11px;
    color: black;
    background-color: rgba(220,230,237,.8);
}
@media screen and (min-width: 601px) {
    .ultility-bar {
        max-width: 59px;
    }
}
.ultility-bar .title {
    font-weight: bold;
    border-bottom: 2px solid rgba(0,0,0,.2);
}
.ultility-bar .ultility-item {
    cursor: pointer;
}
.ultility-bar .ultility-item.address:hover .tooltip {
    display: block;
}
.ultility-bar .ultility-item.address .tooltip {
    position: absolute;
    top: 40px;
    left: -420px;
    z-index: 2;
    display: none;
    width: 400px;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 8px 8px 10px rgb(0 0 0 / 30%);
}
.quote-img {
    position: relative;
    height: 43px;
}
.quote-img-circle-fill {
    width: 40px;
    height: 40px;
    top: 0;
    left: 3px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: quote-img-circle-fill 2.3s infinite ease-in-out;
    animation: quote-img-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.quote-img-img-circle {
    background-color: rgb(255,113,0,.5);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 3px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quote-img-circle-fill 1s infinite ease-in-out;
}

@keyframes quote-img-circle-fill {
    0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes zoom {
    0% {
    transform: scale(.9);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.quote-form-wrapper, .map-form-wrapper, .phone-form-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    padding: 10px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
}
.quote-form-wrapper .quote-form, .map-form-wrapper .map-form, .phone-form-wrapper .phone-form {
    position: relative;
    width: 100%;
    max-width: 450px;
    min-width: 355px;
    background-color: white;
}
.quote-form-wrapper .quote-form .quote-form-header, .phone-form-wrapper .phone-form .quote-form-header {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    height: 71px;
    padding: 10px 15px;
    background-color: #ebebeb;
}
.quote-form-wrapper .quote-form .quote-form-header .logo, .phone-form-wrapper .phone-form .quote-form-header .logo {
    width: 35%;
}
.quote-form-wrapper .quote-form .quote-form-header .title, .phone-form-wrapper .phone-form .quote-form-header .title {
    width: 60%;
    padding-inline: 10px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: bold;
    color: black
}
.quote-form-wrapper .quote-form .quote-form-header .close-btn, .phone-form-wrapper .phone-form .quote-form-header .close-btn {
    margin-left: auto;
}
.quote-form-wrapper .quote-form .quote-form-header .close-btn svg, .phone-form-wrapper .phone-form .quote-form-header .close-btn svg {
    stroke: black;
}
@media screen and (min-width: 601px) {
    .ultility-bar .ultility-item.phone .desktop {
        display: block;
    }
    .ultility-bar .ultility-item.phone .mobile {
        display: none;
    }


}

.kt-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}
.kt-col-5 {
    flex: 1 1 45%;
}
.kt-col-7 {
    flex: 1 1 55%;
}
.quote-form-content .wpcf7 input[type="text"], .quote-form-content .wpcf7 input[type="tel"], .quote-form-content .wpcf7 select, .quote-form-content .wpcf7 textarea {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    background-color: white;
    border: 1px solid black;
    border-radius: 6px;
}

.phone-form .quote-form-content .wpcf7 input[type="text"] {
    margin-bottom: 10px;
}
.quote-form-content .wpcf7 input[type="submit"] {
    display: block;
    width: 175px;
    height: 33px;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    background-color: #f26649 !important;
    border-radius: 6px;
}
.quote-form-content {
    padding: 10px 20px 15px;
    font-size: 14px;
    font-weight: 300;
}
.quote-form-content p {
    font-size: 14px;
}
p.title-fom {
    border-bottom: 2px solid gray; padding-bottom: 10px; margin-bottom: 0; color: black;
    font-size: 14px;
    margin-bottom: 20px;
}
.map-form .close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
}
.map-form img {
    width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}



.ultility-item.map svg {
    width: 20px;
}
.ultility-item.map svg path {
    fill: #0a3251;
}


@media screen and (max-width: 600px) {
    .ultility-bar {
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: left;
        max-height: 63px;
        padding: 10px 5px;
        text-align: center;
        font-size: 12px;
        color: black;
        background-color: white;
    }
    .ultility-bar .ultility-item {
        width: 33.33%;
    }
    .ultility-bar .ultility-item.phone {
        padding-left: 20px;
        text-align: center;
    }
    .ultility-bar .ultility-item.address, .ultility-bar .ultility-item.search {
        padding-right: 20px;
        text-align: center;
    }
    .ultility-bar .title {
        display: none;
    }
    .ultility-bar .ultility-item.map {
		display: none;
    }
    .ultility-bar .ultility-item.search {
    display: none;
}
.quote-img-img-circle {
    top: 0;
    left: calc(50% - 20px);
}
.quote-img-circle-fill {
    top: 0;
    left: calc(50% - 20px);
}
.quote-img {
    margin-top: -16px;
    height: 41px;
}
.back-to-top.active {
    bottom: 100px;
}
}

.botfoot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kk-star-ratings .kksr-legend {
    color: black;
    padding-top: 5px;
}
.form-footer {
    background-color: #0a3251;
    padding: 40px 40px 20px 40px;
    margin-top: 40px;
}
.search-form-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    padding: 10px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
}.search-form-wrapper .search-form {
    display: block;
    width: 560px;
    background-color: white;
    border-radius: 10px;
}.search-form-wrapper .search-form .search-form-header {
    position: relative;
    height: 51px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #004689;
    border-bottom: 1px solid rgba(0,0,0,.2);
}.search-form-wrapper .search-form .search-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}.search-form-wrapper .search-form .search-form-header .close-btn {
    position: absolute;
    top: 0;
    right: 20px;
}.search-form-wrapper .search-form .search-form-content form {
    display: flex;
    width: 100%;
    max-width: 468px;
    margin-top: 15px;
    margin-bottom: 20px;
    flex-direction: row;
    position: relative;
}.search-form-wrapper .search-form input[name="s"] {
    width: 100%;
    padding: 5px 40px 5px 10px;
    margin-bottom: 0 !important;
    border-radius: 4px;
    border: 1px solid #248de8;
    background: #f2f8fd;
}.search-form-wrapper .search-form .search-form-content form button {
    margin: 0;
}

.search-form-wrapper .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #248de8;
    border: none;
    width: 38px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    padding-top: 6px;
}
.box-head {
    display: flex;
    justify-content: space-between;
}
.box-head h1 {
    width: 80%;
}
.box-head .kk-star-ratings {
    flex-direction: column;
}
.box-head .kk-star-ratings {
    align-items: baseline
}
.box-head .kk-star-ratings .kksr-legend {
    margin: 0;
}

@media(max-width: 850px) {
    .box-head {
        display: block;
    }
    .box-head h1 {
        width: 100%;
    }
}
.follow-icons .instagram i {
    display: none;
    
}
.follow-icons .instagram {
    background: url(/wp-content/uploads/2022/10/zalo-icon.webp) no-repeat;
    background-size: 100%;
}
.gg_news { height: 30px; margin-left: 5px }
.gg_news img { height: 30px; width: 280px; object-fit: contain }
.publish_date { display: flex; align-items: center;
}
.posted-on {margin-right:10px;}
.byline {margin-right:10px;}