p {
    line-height: 28px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.point-text {
    color: #3399CC;
}

/* #Page_Banner  */

#Page_Banner {
    background-image: url(../images/hrd/hrdevelopment.jpg);
    padding-top: 180px;
}

#Page_Banner .page-title {
    padding: 0px 20px 30px 20px;
}

/* #Page_Banner  */


/* #section-1 */
#section-1 {
    border-bottom: unset
}

#section-1 h2 {
    margin-bottom: 60px;
}

#section-1 p {
    margin: 5px 5px 5px 0px;
}

#section-1 .box-2,
.box-3,
.box-4 {
    margin-top: 40px;
}

#section-1 .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    background-color: rgba(242, 242, 242, 1);
    border-color: rgba(228, 228, 228, 1);
    border-style: solid;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding: 5px;
}

#section-1 .solid-bgcolor {
    padding: 3px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 5px;
    background-color: rgba(242, 242, 242, 1);
}

#section-1 .border-text {
    padding: 3px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    border-radius: 5px;
}

/* #section-1 */


/* #section-2 */
#section-2 {
    margin-top: 40px;
    padding: 0;
    background-color: #666;

}

#section-2 .container {
    background-image: url(../images/hrd/footer-img.jpg);
    padding: 100px 0;
    height: 500px;
}

#section-2 p {
    color: #ffffff;
    font-weight: 700;
    line-height: 36px;
}

#section-2 .title {
    font-size: 32px;
}

#section-2 .btn {
    border: unset;
}

#section-2 .btn-danger {
    background-color: rgba(204, 0, 0, 1);
    width: 140px;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    border-color: unset;
}

/* #section-2 */

@media only screen and (max-width: 768px) {
    section div.row>div {
        margin-bottom: 10px !important;
    }
    .md-img {
        display: flex;
        justify-content: center;
    }
}