/* MENU SIDEBAR */
.nav > li > a {
    font-family: "SVN-Poppins", sans-serif !important;
}


button.scroll-for-more.z-5.icon.absolute.bottom.h-center i.icon-angle-down {
    position: relative;
    -webkit-animation: mymove .5s infinite;
            animation: mymove .5s infinite;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;	
}

button.scroll-for-more.z-5.icon.absolute.bottom.h-center i.icon-angle-down:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

@keyframes mymove { 
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
}

/*********************
 * RESPONSIVE
 * *******************/
/* + LAPTOP + */
/* ----------------- */

/* + TABLET + */
/* ----------------- */

/* + MOBILE + */
/* ----------------- */

@media (max-width: 767px) {
	/* > Section TTKH */
	section.news-layout.ttkhoahoc-section h3.section-title.section-title-normal,
	section.section-ngnoitieng h3.section-title.section-title-normal {
		margin-bottom: 0px;
	}
	
}