@charset "UTF-8";

/* Mixin */

/* Set các giá trị với màn hình tương ứng */

.btn {
    background: #02a9ce;
}

.btn--inverse {
    color: #02a9ce;
    background: #ffffff;
}

.text-blue {
    color: #02a9ce;
}

.section {
    margin: 35px 0;
}

.section__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 7px 0;
    /* identical to box height, or 153% */
    text-align: center;
    text-transform: uppercase;
    /* Black */
    color: #151515;
    margin-bottom: 30px;
}

.section .form--box {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.section .form__title {
    color: #151515;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #02a9ce;
}

.section .form label {
    font-size: 14px;
    line-height: 22px;
    color: #151515;
    margin-bottom: 4px;
}

.section .btn-form {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
    padding: 0.5rem 1rem;
}

.section .btn-form:hover {
    border: 1px solid #138496;
    background: #138496;
    color: #ffffff;
}

.section .btn-form i {
    margin-right: 10px;
    font-size: 17px;
}

.section .btn-form--outline {
    border: 1px solid #02a9ce;
    background: #ffffff;
    color: #02a9ce;
}

.section .btn-form--outline:hover {
    border: 1px solid #02a9ce;
    background: #02a9ce;
    color: #ffffff;
}

@media (max-width: 768px) {
    .section__title {
        font-size: 21px;
        line-height: 33px;
    }
}

.section__title-border {
    position: relative;
}

.section__title-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    left: 50%;
    height: 2px;
    background: #02a9ce;
    transform: translateX(-50%);
}

.list-group, .content-group {
    padding: 15px 15px 15px 15px;
    margin-bottom: 30px;
}

.help-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

.help-nav:not(:last-child) {
    margin-bottom: 20px;
}

.help-nav .parent {
    background: #f1f1f1;
    font-weight: 600;
    padding: 7px 15px;
    width: 100%;
}

.help-nav li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 100%;
}

.help-nav li a:hover,
.help-nav li a.active {
    font-weight: 500;
    color: #02a9ce;
}

.help-nav li a {
    color: #333;
    display: block;
    padding: 7px 15px;
    font-size: 15px;
}

.accordion .custom-control-label {
    text-indent: 25px;
    cursor: pointer;
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.accordion .custom-control-label::after,
.accordion .custom-control-label::before {
    left: 20px;
    top: 20px;
}
