/*
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.   ***************/
#logo img{
    width: 100%;
    object-fit: contain;
}
#header .header-nav-main{
    gap: 15px;
}
#header .header-nav-main .nav-top-link{
    color: #141414;
    border-bottom: 2px solid transparent;
}
#header .header-nav-main .menu-item.active .nav-top-link,
#header .header-nav-main .nav-top-link:hover{
    color: #03a9f4;
    border-bottom: 3px solid #03a9f4;
}
.bottom-contact {
    display: none;
}
.txt-mb0 p{
    font-size: 24px !important;
    line-height: 1.5;
}
.text p{
    font-size: 16px;
    margin-bottom: 0;
}
p{
    color: #141414 !important;
}
table tr td {
    border: 1px solid #000000;
}
ul li{
    list-style-type: none;
    color: #141414;
    margin-left: 0 !important;
}
ul li i.icon-itemt-content {
    background: rgb(23, 171, 201);
    width: 23px;
    height: 23px;
    border-radius: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 23px;
}
.fa-angle-right:before {
    content: "\f105";
}
.hotline-1 {
    background: rgb(255, 168, 0);
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}
.hotline-2 {
    height: 50px;
    border-bottom: 50px;
    background: #2f7bfe;
    border-radius: 50px;
    text-align: center;
    align-self: center;
    align-content: center;
}
.hotline-2 h2{
    margin-bottom: 0;
}
.hotline-2 a{
    color: #ffffff;
    font-weight: 700;

}
@keyframes zoomInOut {
    0%{
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.zoom {
    animation: zoomInOut 2s infinite;
}
.hotline-1 a{
    color: #007bff;
}
.section-title h2{
    width: fit-content;
    border-bottom: 2px solid #dedede;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 400;
}
.blog-home .box {
    background: #ffffff;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
    border-radius: 7px;
    overflow: hidden;
}
.blog-home .box img {
    border-radius: 7px;
}
.blog-home .box .is-divider{
    display: none;
}
.blog-home .box .post-title a{
    color: #141414;
}
.txt-mb0 h2{
    margin-bottom: 0;
}
.caution {
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}
.caution-left{
    padding: 0;
}
.caution-right{
    padding-bottom: 0;
}
.caution-left,
.caution-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(47, 162, 47);
}
.txt-caution {
    background: #fff100;
    font-weight: 700;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
}

.txt-mb0 h2{
    color: #141414;
    font-size: 25px;
    font-weight: 400;
}
span.widget-title span,
.entry-title {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: normal;
    text-align: left;
    text-transform: capitalize;
    color: #141414;
}
.entry-header .is-divider,
.post-sidebar .is-divider{
    background: #dc3545;
    margin-right: auto;
    margin-left: 0;
}
.widget-area {
    padding-top: 1.5em;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 7px;
    padding: 15px;
}
#content .large-9{
    border-left: none !important;
}
.article-inner{
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 7px;
    padding-top: 15px;
}
.article-inner .entry-header-text{
    padding-bottom: 0;
}
.article-inner .entry-content{
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0;
}
#content .article-inner h2{
    font-weight: normal;
    color: #141414;
}
blockquote {
    background: #d9f4ff;
    padding: 15px 10px;
    color: #074d69;
    border-radius: 24px;
    border: 2px dashed #11b6cc;
}

blockquote {
    color: #333;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.25em;
    padding: 15px;
    position: relative;
}
 blockquote h2{
    color: #dc3545 !important;
    text-align: center;
    font-weight: normal;
 }
 blockquote ul li{
    color: #074d69;
 }
.post-sidebar{
    padding: 0 !important;
 }
.widget-area a {
    font-size: 15px;
    position: relative;
    padding-left: 15px !important;
    color: #007bff;
}
.widget-area a:hover{
    color: #dc3545;
}
.widget-area a:before {
    content: '';
    position: absolute;
    background-image: url(./assets/images/icon-li.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    left: 0px;
    top: 13px;
}
#footer{
    background-color: #2fa22f;
}
#footer .icon-box{
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    width: fit-content;
    gap: 5px;
}
#footer .icon-box h3{
    margin-bottom: 10px;
}
#footer .icon-box h3,
#footer .icon-box p{
    color: #fff !important;
    font-size: 20px;
    font-weight: normal;
}
#footer .icon-box .icon-box-img{
    margin-bottom: 0;
}

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

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .bottom-contact {
        display: block;
        position: fixed;
        bottom: 0;
        background: #06396a;
        width: 100%;
        z-index: 99;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea
    }

    .bottom-contact ul li {
        width: 33%;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 0.65em !important;
    }

    .bottom-contact ul li span {
        color: white;
    }

    .bottom-contact ul li img {
        width: 35px;
        margin-top: 10px;
        margin-bottom: 0px
    }
    .post-sidebar {
        padding: 15px !important;
    }
    #footer .icon-box{
        width: fit-content;
        gap:5px
    }
    #header .mobile-nav a{
        min-width: 32px;
        height: 32px;
        background: #2fa22f;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    #header .mobile-nav a .icon-menu{
        font-size: 20px;
    }
    .txt-mb0 h2{
        font-size: 16px;
    }
    .t_text p{
        color: #03a9f4 !important;
        margin-bottom: 30px;
    }
    .caution{
        min-height: 150px;
        padding: 15px !important;
    }
    .ft-boxnavi{
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
        bottom: 0;
    }
    .chaton-mobile{
        display: flex !important;
        justify-content: space-between;
        width: calc(100% - 40px);
        left: 10px;
    }
    .ft-boxnavi .ft-navi  svg path{
        fill: revert-layer !important;
    }
    .ft-boxnavi .ft-navi div:nth-child(2) svg path{
        fill: #fff !important;
    }
    .ft-boxnavi .ft-navi div:nth-child(4) svg path {
        fill: #8AD5DD !important;
    }
    /* .ft-boxnavi .ft-navi div:nth-child(5) svg path {
        fill: rgb(0, 104, 255) !important;
    } */
       
    .ft-navi .ft-navi-span{
        color: #fff !important;
    }
    .ft-boxnavi .ft-navi div:nth-child(1),
    .ft-boxnavi .ft-navi div:nth-child(3){
        display: none;
    }
    .ft-boxnavi .ft-navi {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }
}