@media only screen and (min-width: 768px) {
  .navbar .navbar-nav .nav-item > .nav-link {
    padding: 1rem 0.8rem !important;
  }
}

.home_page_body #middle-content{
    display:none !important;
}
/* Fix the banner link click issue: Start */
#top-banner .carousel-caption {
    height: auto;
}
/* Fix the banner link click issue: End */

/* Display #middle-content at center: Start */
.home_page_body #main-content .container.body-container {
    margin: 0 auto !important;
    padding-right: 15px;
    padding-left: 15px;
}
/* Display #middle-content at center: End */