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

/*************** ADD CUSTOM CSS HERE.   ***************/
.single-work .banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 320px 0;
    z-index: 5;
}
.single-work .title-top {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    padding: 150px 0 55px;
    text-align: center;
}
.single-work .banner h2 {
    margin: 10px 0;
    font-size: 110px;
    font-weight: 900;
    position: relative;
    z-index: 7;
}
.single-work .banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/images/overlay-work.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 6;
}
.single-work .list-content {
    margin-top: 50px;
}
.single-work .content-center{
    padding-top:100px;
}
.marketing-home .list-marketing .item img {
    filter: grayscale(1);
    transition: .3s all;
}
.marketing-home .list-marketing .item:hover img{
    filter: unset;
}
.marketing-home .list-marketing .item:hover h2{
    color:var(--primary-color);
}
.list-content h3{
    color:var(--primary-color);
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}
.list-content p{
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: #d7d7d7;
}
.d-flex{
    display:flex;
}
.list-people .item{
    background-image: url(https://fitmar.vn/wp-content/themes/kakael/images/bg-peope.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 70px;
    padding-bottom: 30px;
    align-items: center;
}
.list-people .box-image{
    flex: 0 0 370px;
    justify-items: center;
    justify-content: center;
    align-self: center;
}
.list-people .box-image img{
    margin:0px auto;
    transition: .3s all;
    display: block;
    max-width: 270px;
}
.list-people .box-text h3{
    color:var(--primary-color);
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.list-people .box-text p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin:10px;
}
.list-people .box-text {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #d7d7d7;
}
.list-people .box-image:hover img{
    transform: scale(1.1) translateX(30px) translateY(20px);
}
.title-section{
    text-align: center;
    display:block;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 50px;
}
.section-01 p{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    font-weight: 500;
   	margin:0px auto 20px;
    max-width: 700px;
    color: #d7d7d7;
}
.section-03 .icon-box .icon-box-img .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF6400;
    border-radius: 35px;
    width: 150px;
    height: 150px;
    margin: 0 auto 50px;
}
.section-03 .icon-box .icon-box-img{
    width:100%!important;
}
.section-03 .icon-box .icon-box-text h3{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 40px;
}
.section-03 .icon-box .icon-box-text .desc{
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    background-color: #FF6400;
    padding: 15px 0;
}
.section-04 h2{
    display: block;
    position: relative;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}
.section-04 h2:after{
        content: '';
    display: block;
    background-image: url(https://fitmar.vn/wp-content/themes/kakael/images/bg-title.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 830px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-04 h2 span{
    color: #fff;
}

.info-cat h2.name-cat{
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 0;
    padding: 15px 30px;
    background-color: #fff;
    border: 4px solid #FF6400;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    margin-right: 60px;
    display:inline-block;
    width:auto;
}
.list-cat .info-cat{
    margin-bottom: 200px;
    align-items: center;
}
.list-cat .info-cat .desc-cat{
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
}
.list-cat .info-cat .desc-cat p{
    margin-bottom:0px;
}
.list-blog .box .box-text{
    height: 100%;
    background-color: #fff;
    padding: 24px 22px 46px;
}
.list-blog .box .box-text h5.post-title{
    color: #040707;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: .3s all;
    order:1;
}
.list-blog .box .box-text h5 a:hover{
    color:var(--primary-color);
}
.list-blog .box .box-text .is-divider{
    display: none;
}

.list-blog .box .box-text .from_the_blog_excerpt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #667085;
    margin-bottom: 30px;
    order:2;
}
.list-blog .box .box-text .post-meta{
    order:3;
    display:flex;
    width:100%;
    color: #667085;
    font-weight: 400;
    font-size: 14px;
}
.list-blog .box .box-text .box-text-inner {
    display:flex;
    flex-direction: column;
}
.list-blog .box{
    position: relative;
}
.list-blog .box .cat-label{
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    background-color: #FF6400;
    padding: 7px 12px;
    margin: 0;
    display: inline-block;
    transition: .3s all;
    text-transform: uppercase;
    position: absolute;
    top: -272px;
    left:0px;
}
.list-blog-content{
    grid-row-gap: 50px;
}

.list-item-ama {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:30px;
}
.list-item-ama .item {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    background-image: url(https://fitmar.vn/wp-content/themes/kakael/images/item-mar.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
}
.list-item-ama .item p{
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    font-weight: 900;
    text-align: center;
}
.item-slide h3 span:after {
    content: '';
    background-image: url(https://fitmar.vn/wp-content/themes/kakael/images/line.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.item-slide h3 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 60px;
}
.item-slide h3 span {
    position: relative;
    display: inline-block;
}
.content-slide .owl-nav{
    position: absolute;
    top: -82px;
    width: 170px;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: space-between;
}
.content-slide .owl-nav>button{
    margin:0px;
}
.content-slide .owl-nav>button i {
    font-size: 35px;
}
.item-slide{
    margin-bottom:250px;
}
@media only screen and (max-width: 480px) {
	.banner-home .text-banner h1 {
        font-size: 20px!important;
        line-height: 21px;
        margin-bottom: 11px;
        max-width: 150px!important;
    }
	.banner-home .text-banner h2 {
        font-size: 44px!important;
    }
	.title-home {
        text-align: left !important;
        font-size: 15px!important;
        line-height: 23px;
        margin-bottom: 30px;
    }
	.marketing-home .list-marketing .item h2 {
        font-size: 12px!important;
        line-height: 20px;
        min-height: 55px;
    }
	.list-people .item{
        flex-direction:column;
    }
	.list-blog .box .cat-label{
        top:-235px;
    }
}
@media screen and (max-width:600px){
    .list-people .item{
        display:flex;
        flex-direction:column;
        background-position: unset;
    }
    .list-people .item .box-image{
        padding-top:0px;
    }
    .section-04 h2:after{
        width: 630px;
        background-size:contain;
    }
    .section-03 .icon-box .icon-box-text .desc{
        font-size:18px;
        line-height:22px;
    }
    .section-03 .icon-box .icon-box-text h3{
        font-size:1.3rem;
        height: 50px;
    }
	.list-blog .box .cat-label{
        top:-367px;
    }
}

@media screen and (max-width:800px) and (min-width:600px){
    .section-03 .icon-box .icon-box-text h3{
        font-size:1.3rem;
        height: 50px;
    }
}
@media only screen and (max-width: 768px){
	.list-people .item{
        flex-direction:column;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}