@charset "UTF-8";
/* topics */


#topicsSec {
background: #f5f1ee;
margin-bottom: 0;
padding: 100px 0;
}

.tsInr {
width: 90%;
max-width: 1490px;
margin: 0 auto;
}
.tsInr ul {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.tsInr ul li {
width: 32%;
max-width: 467px;
margin-right: 2%;
margin-bottom: 60px;
}

.tsInr ul li:nth-child(3n) {
margin-right: 0;
}

.tsInr ul li .thumbnailImg {
position: relative;
}

.tsInr ul li .thumbnailImg .date{
position: absolute;
background: #3f3a39;
color: #fff;
font-family: 'Quicksand', sans-serif;
font-size: 18px;
font-size: 1.8rem;
padding: 3px 25px;
border-radius: 50px;
left: 10px;
bottom: -10px;
}
.tsInr ul li h2 {
font-size: 18px;
font-size: 1.8rem;
font-weight: 500;
line-height: 1.5;
padding-top: 40px;
}

#topicsSec .toicsBtn {
    position: relative;
}

.toicsBtn {
display: inline-block;
border-bottom: 1px solid #3f3a39;
padding-bottom: 10px;
padding-top: 10px;

}

.toicsBtn .arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 700;
    
}
.toicsBtn .arrow::before,
.toicsBtn .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.toicsBtn .arrow::before{
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #3f3a39;
}
.toicsBtn .arrow::after{
    left: 6px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #3f3a39;
    border-right: 2px solid #3f3a39;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toicsBtn .arrow:hover {
color: #8bac61;
}

@media only screen and (max-width: 1200px) {
.tsInr ul li h2 {
    font-size: 15px;
    font-size: 1.5rem;
}
}

@media only screen and (max-width: 900px) {
.tsInr ul li {
width: 49%;
margin-right: 0;
margin-bottom: 40px;
}
.tsInr ul li:nth-child(even) {
margin-left: 2%;
}
.tsInr ul li .thumbnailImg .date{
    font-size: 14px;
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 480px) {
#topicsSec {
    padding: 60px 0;
}
.tsInr ul li {
    width: 100%;
}
.tsInr ul li:nth-child(even) {
    margin-left: 0;
}
}

/*newscovid19*/
#newscovid19{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 5% 4%;
	margin-bottom: 40px;
}	
#newscovid19 h4{
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.6em;
}
#newscovid19 h4{
	margin-bottom: 10px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#newscovid19 .tInfo {
box-sizing: border-box;
}

#newscovid19 .tInfo .data {
display: block;
font-family: 'Quicksand', sans-serif;
text-align: right;
}
#newscovid19 .tInfo .title {
display: block;
font-weight: 500;
}	
/*newscovid19*/






