/* next */

    .next_page {
        padding-top: 20px;
        display: flex;
        justify-content: center;
    }

/* Logo */
.logo__img {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.logo__img img{
    height: 80px;
}

/* banner */

.banner__img img{
    width: 100%;
}

/* about_us */

.about_us {
    background-color: #96F3FA;
    padding: 20px 0;
}

.about_us__left__title {
    border-bottom: 2px solid;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.about_us__left__more {
    padding: 15px 0;
}

.about_us__left__more a {
    background-color: #0095AD;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
}

/* product */
.product {
    padding: 20px 0;
}

.product__card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 2px #B0B0B0;
}

.product__card__img {
    height: 175px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product__card__img img {
    width: 100%;
}

.product__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: #006B88;
    font-weight: bold;
    padding-bottom: 10px;
}

.product__card__title {
    background-color:  #006B88;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

/* service */

.service {
    padding: 20px 0;
    background-color: #006B88;
}

.service__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}
.service__item {
    padding: 10px;
    text-align: center;
    color: white;
}

.service__item__logo {
    font-size: 60px;

}

.service__item__title {
    padding-bottom: 10px;
}

/* news */
.news {
    padding: 20px 0;
}
.news__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: #006B88;
    font-weight: bold;
    padding-bottom: 10px;
}
.news__content__carousel__item a {
    text-decoration: none;
    color: black;
}

.news__content__carousel__item__img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.news__content__carousel__item__img img {
    width: 100%;
}

.news__content__carousel__item__title {
    padding: 10px;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #9EB2C4;
    text-align: center;
}

.news__content__carousel__item {
    box-shadow: 1px 1px 8px 2px #B0B0B0;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

/* partner */
.partner {
    padding: 20px 0;
    background-color: #96F3FA;
}

.partner__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: #006B88;
    font-weight: bold;
    padding-bottom: 10px;
}

.partner__content__carousel__item__img {
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* introduce */
.introduct {
    padding: 20px 0;
    background-color: #96F3FA;
}

.introduct_real {
    background-color: white;
}

/* contact */
.contact {
    padding: 20px 0;
}

.contact__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: #006B88;
    font-weight: bold;
    padding-bottom: 10px;
}

.contact__right,
.contact__left {
    height: 100%;
    padding: 10px;
    box-shadow: 1px 1px 5px 3px #CDCDCD;
    color: #026C89;
}

.contact__left__title {
    font-weight: bold;
}

.contact__left__input {
    padding: 10px 0;
}

.contact__left__texarea {
    padding: 10px 0;
}

.contact__left__submit {
    text-align: center;
    padding: 10px 0;
}

.contact__left__submit button {
    border: none;
    background-color: #026C89;
    padding: 5px 15px;
    color: white;
    cursor: pointer;
}

.contact__left__input__item {
    border: none;
    border-bottom: 1px solid #D3C6BF;
    width: 100%;
    outline: none;
    color: #026C89;
}

.contact__right__item {
    padding: 10px 0;
    font-weight: bold;
}

/* guarantee */
.guarantee {
    padding: 20px 0;
    background-color: azure;
}

.guarantee__title {
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 3px solid;
    margin-bottom: 40px;
    color: #006B88;
    font-weight: bold;
    padding-bottom: 10px;
}

.guarantee__card {
    box-shadow: 1px 1px 15px -6px;
    margin: 10px;
    background-color: white;
}

.guarantee__card__title {
    background-color: #006B88;
    color: white;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.guarantee__card__body {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guarantee__card__footer {
    padding: 10px;
}

.guarantee__card__footer button {
    cursor: pointer;
    background-color: #006B88;
    color: #C2AE2D;
}

.guarantee__card__body__box {
    max-width: 375px;
}

.guarantee__card__body__box img{
    width: 100%;
}

.guarantee__infor {
    font-weight: bold;
}

.guarantee__infor__title {
    font-weight: bold;
    margin-bottom: 5%;
    color: #006B88;

}
.guarantee__infor__content {
    color: #006B88;
}

.guarantee__infor__table__th {
    text-align: center;
    font-size: 1.5rem;
    color: #FE6835;
}

/* infor_news */
.infor_news {
    padding: 20px 0;
    background-color: azure;
}

.infor_news__title {
    color: #ec3223;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.infor_news__body__image img{
    width: 100%;
}

.infor_news__body__content {
    margin-top: 20px;
}


/* --login-- */

.form_login__title {
    font-weight: bold;
    color: #006B88;
    text-align: center;
    font-size: 1.4rem;
    padding: 3% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.form_login__content {
    padding: 0 0 20px;
}

.form_login__content__span {
    padding: 10px 0;
    color: #988A80;
    font-weight: 500;
}

.form_login__content__input {
    padding: 10px 0;
}

.form_login__content__input input {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    color: #99A6C4;
}

.form_login__content__submit {
    padding: 20px 0;
    text-align: center;
}

.form_login__content__submit span {
    background-color: #006B88;
    color: white;
    padding: 10px 40px;
    border-radius: 20px;
    font-weight: 500;
}

.form_login__content__submit button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.form_login__content__submit button:hover > span {
    background-color: #252E71;
}

.form_login__create_account {
    color: #988A80;
    text-align: right;
}
.form_login__create_account a {
    color: #988A80;
}

.form_login__create_account a:hover {
    text-decoration: none;
    color: black;
}

.form_login__content__item {
    padding: 15px 0;
}
