/*
Theme Name: CatTuong Child
Description: This is a child theme for Flatsome Theme
Author: DuongThuan
Template: twentytwenty
Version: 3.0
*/

div.wpforms-container-full .wpforms-form button[type=submit]{
    background-color: #c43a51 !important;
    color: #fff !important;
    border-color: #c43b51 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    display: inline-block !important;
    padding: 0 !important;
}
.content-page_th {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background: #fff;
}

.archive.category .color-orange .row-news{
    width: 33%;
}
.container .content-mainss{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.doitac_logo {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
img{
    max-width: 100%;
    height: auto;
}
.bg_th-single {
    top: 0;
    left: 0;

    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.doitac_logo a {
    width: 25%;
    display: inline-flex;
    padding: 5px;
    border: 1px solid transparent;
    transition: ease all .3s;
}
.doitac_logo a:hover{
    border-color: #ddd;
    transition: ease all .3s;
}
.business-home a.more_th{
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}
.icon-1::before{
    background: url('images/icon/smartwatch.svg') no-repeat center center / contain;
}
.icon-2::before{
    background: url('images/icon/car.svg') no-repeat center center / contain;
}
.icon-3::before{
    background: url('images/icon/gear.svg') no-repeat center center / contain;
}
.archive.category .link-page a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
h2.mobile-title{
    color: #fff;
    font-weight: 600;
    margin-bottom: 23px;
}
@media screen and (min-width: 1101px){
    .content-mainss{
        height: 100vh;
        overflow: auto;
    }
    .archive.category .container .content-mainss{
        padding-top: 128px;
    }
}
@media screen and (max-width: 1100px){
    .show-text .bg-cover::after {
        opacity: 1;
    }
    .bg-cover::after {
        opacity: .5;
        -webkit-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out;
    }
    .show-text .bg-cover::before {
        content: '' !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-linear-gradient(90deg, rgba(255, 144, 31, 0.8) 0%, rgba(80, 80, 80, 0.8) 100%);
        background: linear-gradient(90deg, rgba(255, 144, 31, 0.8) 0%, rgba(80, 80, 80, 0.8) 100%);
        mix-blend-mode: multiply;
        backface-visibility: hidden;
    }
    footer.footer.show{
        display: flex;
        flex-direction: column;
    }
    #news-page .bg-screen{
        max-height: 248px;
    }
    .item-news1{
        width: 100%;
    }
    .archive.category .container{
        overflow: auto;
    }
    .archive.category .group-central.colum-box{
        position: relative;
        opacity: 1;
        overflow: unset;
    }
}
@media screen and (max-width: 549px){
    h2.mobile-title{
        display: block !important;
    }
    .archive.category .color-orange .row-news{
        width: 100%;
    }
}