.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}

#nnewss1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#nnewss1 .seeG{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
#nnewss1 .seeG p{
	line-height:200%;
}
#nnewss1 .seeG2{
    background-color: #f2809f17;
    padding: 50px;
    margin: 50px 60px 20px;
}
#nnewss1 .seeG2 p{
	color: #3e3947;
	font-weight: 200;
	font-size: 18px;
	line-height: 200%;
	text-align: justify;
	text-indent: 37px;
}
#nnewss1 .inffo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
}
#nnewss1 .inffo h2{
    font-size: 40px;
    line-height: 180%;
}
#nnewss1 .inffo p{
    line-height: 220%;
    font-size: 17px;
    font-weight: 300;
}
#nnewss1 .inffo p.ttoop{
    line-height: 180%;
    font-size: 17px;
    color: #6c6767;
    letter-spacing: 0.15em;
}
#nnewss1 .phoo{
    margin: 10px 0;
    -webkit-filter: brightness(0.8);
    transition: all linear .3s;
}
#nnewss1 .phoo:hover{
	-webkit-filter: brightness(1);
}
#nnewss1 .phoo img{
    width: 900px;
    max-width: 100%;
}

#nnewss1 .bottoob{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
}
#nnewss1 .bottoob a{
	padding: 10px 58px;
	margin:10px;
	color:white;
	background-color: #ef7496;
	border-radius: 50px;
}
#nnewss1 .bottoob a:first-child{
    background-color: #428e46;
}

/*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo1 .topBar .box:last-child {
		margin-left: 3%;
	}
	#nnewss1 .inffo h2{
    font-size: 31px;
    }
    #nnewss1 .inffo p.ttoop{
    font-size: 15px;
    }
    #nnewss1 .seeG2{
    padding: 30px 0;
    margin: 0 auto;
    width: 95%;
    }
    #nnewss1 .seeG2 p{
    font-size: 15px;
    text-indent: 0;
}
}


/* +width:450 ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 580px){
#nnewss1 .bottoob{
    display: flex;
    flex-direction: column;
}
}
@media screen and (max-width: 450px) {
	#articleInfo1 .topBar .box:first-child ,
	#articleInfo1 .iconBtn {
		display: none;
	}
}