footer{
    background: rgb(230, 230, 230);
    color: #000;
}
.section-tu-van .tuvanItem .col-inner{
    border: 1px solid #eee;
    border-radius: 10px;
    height: 100%;
    padding: 20px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.section-tu-van .tuvanItem .col-inner:hover{
    border-color: #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}
.section-tu-van .icon-box-text p{
    margin-bottom: 5px;
}
.mainTit{
    color: #bf9e58;
}
.taisaoMobile{
    background: rgb(242, 242, 242);
    padding: 2rem 0;
    width: 100%;
    float: left;
    display: none;
}
.taisaoMobileTit{
    text-align: center;
}
.taisaoMobileTit p{
    font-style: italic;
    margin-bottom: 0;
}
.taisaoMobileTit label{
    font-size: 1em;
}
.taisaoMobileM{
   display:flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.taisaoMobileM .post-item{
    width: 50%;
    float: left;
    padding: 10px;
}
.taisaoMobileM .post-item:nth-child(1){
    border-bottom: 1px solid #bf9e58;
}
.taisaoMobileM .post-item:nth-child(2){
    border-bottom: 1px solid #bf9e58;
    border-left: 1px solid #bf9e58;
}
.taisaoMobileM .post-item:nth-child(4){
    border-left: 1px solid #bf9e58;
}
.taisaoMobileM .post-item .box-text{
    padding: 0;
}
.taisaoMobileM .post-item .from_the_blog_excerpt {
    text-align: left;
}
/*popup khi send email thành công*/
.popupSuccess{
    display: none;
    z-index: 90000070;
    position: fixed;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
    max-width: 300px;
    padding: 10px;
    background: rgb(10, 103, 233);
    color: #fff;
    padding-bottom: 1rem;
}
.popupSuccess.active{
    display: block;
}
.popupSuccessImg{
    text-align: center;
    margin-top: 1rem;
}
.popupSuccessImg img{
    max-width: 80%;
}
.popupSuccessInfo{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-top: 1rem;
}
.popupSuccessTxt{
    text-align: center;
    margin-top: 1rem;
    font-weight: bold;
}
.popupSuccessClose{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .header-inner{
        padding:0;
        justify-content:left;
        align-items: baseline;
    }
    #logo.logo{
        float: left;
        margin: 0;
    }
    #logo.logo img{
        max-width: 160px;
        float: left;
    }
    .secction-tai-sao{
        display: none
    }
    .taisaoMobile{
        display: block;
    }
}