﻿.field-header-img svg {
	width:100%;
	height:400px;
}
.field-header {
    padding: 36px 0px 64px 0px;
    background-color: #F8F7F7;
}
.field-header-desc {
    max-width: 624px;
    margin: 0 auto;
    text-align:justify;
}
.field-header-img {
	width: 40%;
    /*padding-top: 50px;*/
}
.field-header-img2 {
    display: none;
}

/* FIELD REPORT SECTION */
.roboto-nomarl-z60-w700 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: calc(72 / 60);
}
.field-report {
    padding: 0 0px;
    background-color: #F8F7F7;
    margin-top: 32px;
    margin-bottom: 64px;
}
.field-report-container {
    padding: 40px 32px;
    background-color: #ffffff;
    box-shadow: 4px 4px 64px rgba(116, 116, 116, 0.1);
    border-radius: 24px;
    justify-content: space-around;
}
.field-report-item {
    padding: 0;
}
.field-report-item:not(:last-child) {
    padding: 0 6px;
    border-right: 1px solid #ECEAEA;
}

/* FIELD DETAIL SECTION */
.field-detail {
	margin: 0 auto;
	/*margin-top: 64px;
    margin-bottom: 64px;*/
    padding: 0 0px;
    background-color: #F8F7F7;
}
/*.field-detail > div {
    padding: 65px 0;
}*/
.field-detail > div > div:nth-child(even){
    flex-direction: row-reverse;
}
.field-detail > div > div:nth-child(odd) .field-detail-content{
    padding-right: 70px;
}
.field-detail > div > div:nth-child(even) .field-detail-content{
    padding-left: 70px;
}
.field-detail > div > div {
	padding: 64px 0;
}
.field-detail-img {
    position: relative;
    z-index: 1;
}
.field-detail-img img {
    z-index: 2;
    padding-bottom: 15px;
    border-radius: 40px;
    height: 637px;
}
.layer-behind {
    display: inline-block;
    border-radius: 8px;
    width: 80%;
    height: 580px;
    background-color: #ECEAEA;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.field-detail-imgages .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 54px;

}
.field-detail-imgages .owl-dots .owl-dot {
    border: none;
    outline: none;
    width: 40px;
    height: 8px;
    border: 2px solid #ECEAEA;
    border-radius: 10px;
    background-color: #ECEAEA;
}
.field-detail-imgages .owl-dots .owl-dot.active {
    border: 2px solid #ED243A;
    background-color: #F8F7F7;
}

/* PROJECTS SECTION */
.projects {
    background-color: #F8F7F7;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    margin-top:64px;
    margin-bottom:120px;
}
.project-item {
    display: block;
    position: relative;
    height: 530px;
    border-radius: 16px;
}
.project-title {
    text-transform: uppercase;
    position: absolute;
    top: 90%;
    left: 5%;
    color: #ffffff;
}
.project-image {
    /* background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) 66.67%, rgba(0, 0, 0, 0.5) 99.93%), url(./images/linh-vuc-kinh-doanh/chi-tiet/tnr-star-dong-van.png); */
    border-radius: 16px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.project-image img {
    width: auto !important;
    height: 100%;
    object-fit: cover;
}
.projects-owl-carousel__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 24px;
}
.projects-prev,
.projects-next {
    width: 66px;
    height: 44px;
    background: #FDFCFC;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.04);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1280px) {
    .layer-behind {
        display: none;
    }
    .field-report-couter {
		font-size:50px;
	}
	.field-detail-img img {
	    height: 537px;
	}

}

@media screen and (max-width: 992px) {
	svg {
		width:100%;
		height:auto;
	}

    .field-header {
        padding: 24px 0px 52px 0px;
        background-color: #F8F7F7;
    }
    .field-header-desc {
        padding: 0;
    }
    .field-header-img {
		width: 100%;
	    padding-top: 40px;
	}
    .field-header-img1 {
        display: none;
    }
    .field-header-img2 {
        display: inline-block;
        margin-top: 32px;
    }
    .roboto-nomarl-z60-w700 {
        font-size: 36px;
        line-height: calc(48 / 36);
    }
    .field-report {
	    padding: 0 0px;
	    background-color: #FFFFFF;
	    margin-top: 28px;
	    margin-bottom: 24px;
	}
	.field-detail > div > div {
		padding: 40px 0;
	}

    .field-report-container { 
        padding: 40px 0px;
		box-shadow: unset;
    }
    .field-report-item:nth-child(2) {
        border-right: 0;
    }
    .field-report-item:nth-child(3),
    .field-report-item:nth-child(4) {
        margin-top: 30px;
    }

    .field-detail {
        padding: 0 0px;
        margin-top:24px;
    	margin-bottom:24px;

    }
    /*.field-detail > div {
        padding: 40px 0;
    }*/
    .layer-behind {
        display: none;
    }
    .field-detail > div > div:nth-child(odd) .field-detail-content{
	    padding: 0px;
	}
	.field-detail > div > div:nth-child(even) .field-detail-content{
	    padding: 0px;
	}

    .field-detail-imgages .owl-dots .owl-dot {
        width: 35px;
        height: 7px;
    }
    .field-detail-imgages {
        margin-top: 23px;
    }
        

    .field-detail-content .view-more {
        justify-content: end;
    }
    .field-report-item > div:nth-child(2) {
        font-size: 16px;
        line-height: calc(20 / 16);
    }
    .field-detail-content {
		padding: 40px 0 !important;
	}
    .projects {
        margin-top:24px;
    	margin-bottom:52px;

    }
    .projects-owl-carousel__nav {
        display: none;
    }
    .project-item {
        height: 188px;
        border-radius: 3px;
    }
    .project-image {
        height: 132px;
    }
    .project-title {
        text-transform: none;
        top: 80%;
        color: #1B1718;
    }
    
}

@media screen and (max-width: 575px) {
	.field-detail-img img {
	   height: 330px;
	}
}


