/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.home-step .tab-content .box-step .step-item ul li{
    list-style: disc;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
}

.box-desc-banner .content h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    padding: 15px;
    padding-bottom: 0;
    font-weight: 600;
}
.box-desc-banner .content {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}
.banner {
    background: #fff;
}
.box-desc-banner .content p {
    font-style: italic;
}


.nv-slider .item .box-content h4 {
    color: #000;
}
.box-desc-banner .content ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.box-desc-banner .content ul li {
    margin-bottom: 10px;
}

.home-step {
    background: var(--second);
}
.home-step #tab .user-nav-tabs li a {
    line-height: 1.5;
}

.home-step #tab .user-nav-tabs li a:hover {
    color: #ffc;
}
.home-step #tab .user-nav-tabs li.active a {
    background: var(--second);
    color: #fff;
}

.home-step .tab-content .box-step .step-item .box-content h4 {
    color: #fff;
}

.home-feedback {
    background: var(--second);
}

.footer .footer-top {
    background: var(--second);
}

.home-step .tab-content .box-step .step-item .box-content h4 {
    font-size:15px;
}
.banner {
    background: #f5f5f5;
}
.box-desc-banner .content p {
    text-align: center;
}

.box-desc-banner .content p {
  text-align: center;
  min-height: 78px;
}

@media screen and (max-width: 996px) {
  .box-desc-banner .content p {
      text-align: center;
      min-height: unset;
    }

}