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

/*************** ADD CUSTOM CSS HERE.   ***************/
html body {
    font-size: 14px;
    line-height: 1.42857143;
}

p {
    margin: 0 0 10px;
}

.h2,
h2 {
    font-size: 30px;
}

.h4,
h4 {
    font-size: 18px;
}

.h3,
h3 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: inherit;
}

.box-text .h4,
.box-text h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* #logo {
    display: none;
} */

.top-divider {
    display: none;
}

.header-main {
    background: #fff;
    border-bottom: 1px solid rgb(215, 215, 215);
    -webkit-transition: all 1s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

ul.header-nav>li>a {
    font-size: 13px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-transform: uppercase;
}

ul.header-nav>li {
    margin: 0 20px;
}

.header-main {
    background: #fff;
    border-bottom: 1px solid rgb(215, 215, 215);
    -webkit-transition: all 1s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

ul.header-nav>li>a {
    font-size: 13px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    text-transform: uppercase;
}

ul.header-nav>li {
    margin: 0 20px;
}

.top-bar-nav li {
    font-size: 14px !important;
}

.top-bar-nav li span {
    padding: 0 0 0 20px;
    margin: 0 0 0 15px;
}

.home-1 .banner-layers.container {
    max-width: 100%;
    padding: 0;
}

.home-1 p {
    margin: 6px 0;
}

.home-1 .text-box {
    background-color: rgba(65, 65, 65, 0.3);
}

.home-2 .box-image div:before {
    content: 'Xem thêm';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 100px rgba(86, 61, 130, 0.7), inset 0 0 0 6px rgba(86, 61, 130, 0.9), 0 1px 2px rgba(86, 61, 130, 0.1);
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.home-2 .box-image div:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-4 .featured-table {
    border-bottom: 1px solid #555;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    padding: 0;
}

.home-4 .featured-table .title {
    padding: 15px;
    font-size: 20px;
    letter-spacing: normal;
    text-transform: inherit;
}

.home-4 .pricing-table .price {
    padding: 15px;
    background-color: #999;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 0;
}

.home-4 .pricing-table .items>div {
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    padding: 0;
}

.home-4 .pricing-table .items {
    padding: 15px;
}

.home-5 {
    background: #fff url(https://demo2024.web3b.com/daohantindung/wp-content/uploads/2024/06/shadow_sep.png) 0 0 repeat-x;
}

.home-5 .gallery-col .box .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 80px;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 2px #777;
    -moz-box-shadow: 0 3px 2px #777;
    box-shadow: 0 3px 2px #777;
    border-radius: 2px 2px 2px 2px;
}

.home-5 .gallery-col .box .box-image img {
    width: 100px;
    height: 50px;
}

.home-5 .box-blog-post .is-divider {
    display: none;
}

.home-5 .post-item .box-text h5 {
    font-size: 12px;
    padding: 10px;
    line-height: 16px;
    display: block;
    border: 1px solid #e1e1e1;
}

.home-5 .col.post-item {
    padding-bottom: 15px;
}

.footer-1 h6 {
    font-size: 18px;
    margin: 10px 0 10px 0;
    line-height: 30px;
    text-transform: uppercase;
}

.footer-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-1 ul li {
    margin-left: 0;
}

.footer-1 ul li i {
    margin-right: 3px;
}

.wtb-breadcrumb {
    padding-bottom: 20px;
}

.category .post-item .box-text.text-left {
    display: block;
    padding-top: 0;
}

.category .post-item .box-text.text-left h5 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.category .post-item .box-text.text-left .post-meta {
    color: #919191;
    clear: both;
    width: 100%;
    margin: 12px 0;
    line-height: 20px;
    font-size: 13px;
}

.category .post-item .box-text.text-left .is-divider {
    display: none;
}

.category .post-item .box-text.text-left .from_the_blog_excerpt {
    font-size: 14px;
}

.category h1.page-title {
    font-size: 0;
    text-align: left;
}

.category h1.page-title span {
    font-size: 30px;
    font-weight: 700;
    word-wrap: break-word;
    padding-bottom: 10px;
}

.widget-hotline {
    background: url(https://demo2024.web3b.com/daohantindung/wp-content/uploads/2024/06/tuvanonline.jpg) 0 0 no-repeat;
    color: #fff;
    background-size: 100%;
    margin-bottom: 30px;
    height: 110px;
    line-height: 100px;
    text-align: right;
    font-size: 26px;
    padding-right: 3px;
}

span.widget-title {
    font-size: 24px;
    line-height: 28px;
    color: #444;
    margin: 0 0 20px;
    font-weight: 700;
    display: block;
}

.widget .is-divider {
    display: none;
}

.widget_recent_entries ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
}

.widget_recent_entries>ul>li+li,
widget_recent_entries ul.menu>li+li {
    border-top: 1px solid #dfdfdf;
}

.single-post .text-left .is-divider {
    display: none;
}

.entry-content.single-page {
    padding-top: 0;
}

.home-2 .box.box-text-bottom {
    background: none repeat scroll 0 0 #F3F3F3;
    padding: 20px;
    text-align: center;
    height: 290px;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    li.html.custom.html_topbar_left span {
        display: none;
    }

    .widget-hotline {
        line-height: 140px !important;
        padding-right: 40px !important;
    }
}


a.button.success.is-link.is-large {
    color: #fff;
    padding: 8px 10px;
}

a.button.success.is-link.is-large:hover {
    background: #fff !important;
    color: #00b74f !important;
}

.section-title b {
    height: 0px !important;
}

.section-title-center span {
    font-size: 30px !important;
    border-bottom: 3px double #e10600;
    margin-bottom: -20px
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #e10600;
    width: 100%;
}

a.button.primary.is-shade.is-larger.box-shadow-4.box-shadow-5-hover {
    background-image: linear-gradient(#0165a2, #00b74f);
}

@media all and (max-width: 480px) {
    .header:not(.transparent) .header-bottom-nav.nav>li>a:hover {
        padding: 10px 10px !important;
    }

    .header:not(.transparent) .header-bottom-nav.nav>li>a {
        padding: 10px 10px;
        font-size: 13px;
    }

    a.button.success.is-link.is-large {
        padding: 0px 0px;
        font-size: 13px;
    }

    .flex-has-center>.flex-row>.flex-col:not(.flex-center) {
        height: 120px !important;
        padding-top: 5px !important;
    }

    .logo a {
        font-size: 26px;
        line-height: 1.3;
    }

    .img-header .col-inner {
        display: flex;
        justify-content: end;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

a.button.primary.is-shade.is-larger.box-shadow-4.box-shadow-5-hover,
.has-icon-bg .icon {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: -20px;
}

.footer-1 {
    border: none;
}

@media only screen and (max-width: 48em) {
    .section-title-center span {
        font-size: 24px !important;
    }
}