/* ================================================== */
@media only screen and (max-width: 480px) {
  .mobile {
    display: block!important;
  }

  .desktop {
    display: none!important;
  }
  
	.logo-header {
        text-align: center;
    }
	.logo-header img {
		width: auto;
        max-height: 80px;
        margin-top: 25px;
	}
	.menu {
		padding: 10px;
	}
	.btn-date {
		width: auto;
	}
	.slider-container, .owl-carousel .item {
		height: 28vh;
	}
	.section-about, .section-post {
		padding: 30px 0;
	}
    .section-whychoose {
        padding-bottom: 0px;
    }
	.learning-grid {
		margin-top: 30px;
	}
	.slick-list {
		height:auto !important;
	}
	.grid-post {
		padding: 0px 5px;
	}
	.footer {
		padding: 0 10px;
		padding-top:30px
	}
    .logo-footer {
        width: 100%;
        text-align: center;
    }
	.menu-mega {
		box-shadow: none;
	}
    .title-main span {
        margin-top: 5px;
    }
	.owl-customer {
		margin-top: 10px;
	}
	.wrap-content, .menu .wrap-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* ================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
 
}

/* Khi màn hình ở mức Laptop nhỏ / Tablet ngang */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.menu-mega ul li a h2 {
        font-size: 12px !important; 
    }
}
/* ================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* ================================================== */
@media only screen and (min-width: 1200px) {
}
@media (max-width: 1300px) {

}
