/*intro news*/
#main {
    background-color: #f2f0eb;
}
.main__news{
    width: 85%;
    margin: 0 auto;
}
.path__news{
    margin-top: 30px;
    margin-bottom: 21px;
}

.path__news a{
    color: #334862;
    font-size: 14px;
}
.path__news i{
    font-size: 9px;
}
.path__news span{
    font-size: 14px;
}

.news__intro h3{
    font-size: 32px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}

.main__news__intro{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.main__news__intro:hover img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}

.image__news__intro{
    width: 80%;
    height: 500px;
    overflow: hidden;
}
.image__news__intro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
}

.intro__content{
    position: relative;
    width: 27%;
    height: 100%;
    background-color: #f2e0d5;
    margin-left: -100px;
    padding: 80px 34px;
    align-self: center;
}

.intro__content h5{
    font-size: 18px;
    color: #24221d;
    font-weight: 400;
    margin-bottom: 10px;
}

.intro__content p{
    font-size: 14px;
    color: #666666;
    line-height: 22.4px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}

.btn-news-read-more{
    height: auto;
    width: 100%;
}

.btn-news-read-more a{
    padding: 15px 30px;
    background-color: #0F5667;
    color: #fed58e;
    font-size: 14px;
    display: inline-block;
    transition: all linear 0.3s;
}
.btn-news-read-more:hover a{
    background-color: #0f1a38;
    transition: all linear 0.3s;
}

.intro__sticker{
    position: absolute;
    top: 0;
    right: 50px;
    background-color: #0F5667;
    color: #fff;
    padding: 10px;
	text-align: center;
}

.intro__sticker span:nth-child(1){
    font-size: 26px;
    font-weight: 400;
}

.intro__sticker span:nth-child(2){
    font-size: 15;
    font-weight: 400;
    text-transform: uppercase;
}
/*end intro news*/

/*list news*/
.news{
    margin-top: 50px;
}
.news h3{
    font-size: 32px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
}
.list__news{
    /*display: flex;*/
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.left__post__item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.left__post__item:hover .left__post__item__image img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}
.left__post__item__image{
    width: 47%;
    overflow: hidden;
}

.left__post__item__image img{
    width: 100%;
    height: auto;
    transition: all linear 0.3s;
}
.post__des{
	width: 48%;
}
.left__post__item__content{
    position: relative;
}
.left__post__item__content h5{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    color: #000;
}
.left__post__item__content p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}
.btn-news-detail a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}

.left__news__sticker{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #0F5667;
    text-align: center;
    color: #fed58e;
}
.left__news__sticker span:nth-child(1){
    font-size: 26px;
    font-weight: 400;
}

.left__news__sticker span:nth-child(2){
    font-size: 15;
    font-weight: 400;
    text-transform: uppercase;
}
.left__post__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news__right{
    width: 38%;
}

.right__post__item{
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.right__post__item:hover .right__post__item__image img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}

.right__post__item__image{
    width: 100%;
    height: 40%;
    overflow: hidden;
}
.right__post__item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
}
.right__post__item__content{
    padding-right: 55px;
}
.right__post__item h5{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 10px 0;
}
.right__post__item p{
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 22.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; 
            line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.right-btn-news-read-more a{
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
}
.right__news__sticker{
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #0F5667;
    color: #fed58e;
    padding: 10px;
    text-align: center;
}
.right__news__sticker span:nth-child(1){
    font-size: 26px;
    font-weight: 400;
}

.right__news__sticker span:nth-child(2){
    font-size: 15;
    font-weight: 400;
    text-transform: uppercase;
}
/*end list news*/




@media only screen and (max-width: 820px){

    .main__news{
        width: 95%;
    }

    .intro__content{
        width: 39%;
        margin-left: -155px;
    }
    .main__footer ul{
        width: 100%;
    }
    
}
@media only screen and (max-width: 767.98px){
	
	.post__des{
		width: 100%;
	}
    .main__news__intro{
        gap: 20px;
        position: relative;
    }

    .image__news__intro{
        width: 100%;
		height: auto;
    }
    .intro__sticker{
        right: 0;
    }
    .intro__content{
        width: 100%;
        margin-left: 0;
        position: static;
		padding: 20px;
    }
    .news__left, .news__right,
    .left__post__item__image, .left__post__item__content{
        width: 100%;
    }
    .left__post__item__content h5, .right__post__item__content h5{
        margin-top: 15px;
    }
    .btn-news-detail{
        left: 0;
    }
    .right__news__sticker{
        bottom: 74px;
    }
    .end__footer{
        width: 80%;
        margin: 30px auto 10px auto;
    }
}