﻿.home-about {
    padding-top: 86px;
    position: relative;
}

.home-about-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-bottom: 17px;
}

.list-number-about-h {
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
    background: var(--default-color-1);
    border-radius: 10px;
    margin: auto;
    position: relative;
    top: -45px;
    padding: 29px 0;
}

.item-number-about-h span {
    display: block;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.item-number-about-h strong {
    font-size: 32px;
    font-family: 'Montserrat-SemiBold';
    color: #fff;
}

.item-number-about-h {
    padding: 0 29px;
    text-align: center;
}

    .item-number-about-h:nth-child(2) {
        border-left: 1px solid #3c9390;
        border-right: 1px solid #3c9390;
    }

.home-about-left {
    width: 738px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: end; */
    justify-content: flex-start;
    height: fit-content;
}

    .home-about-left:before {
        position: absolute;
        content: "";
        width: 7%;
        height: 27%;
        top: 4px;
        right: 24px;
        background: linear-gradient(180deg,rgba(31, 129, 68, 1) 0%, rgba(234, 0, 35, 1) 100%);
        ;
    }

    .home-about-left .img {
        overflow: hidden;
        height: 347px;
        width: 63%;
        border-radius: 15px;
        margin-top: 6px;
        position: absolute;
        right: 0px;
        bottom: 45px;
    }

.ksja {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 87%;
    text-align: right;
}

.home-about-left .img-sub {
    position: absolute;
    bottom: -112px;
    right: -82px;
}

.home-about-right {
    flex: 1;
    padding-right: 34px;
    transform: translateY(-44px);
    margin-top: 12px;
}

.home-about-title {
    margin: 0;
    font-size: 50px;
    font-weight: 100;
    font-family: 'Montserrat-ExtraBold';
    margin-top: 2px;
    color: #0b7874;
    background: linear-gradient(176deg,rgba(245, 51, 55, 1) 0%, rgba(130, 0, 24, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: normal;
}

.home-about-say {
    margin: 0;
    font-size: 20px;
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Montserrat-Medium';
}

.home-about-slogan {
    margin: 0;
    color: #4D4D4D;
    font-weight: 100;
    font-family: 'interM';
    font-size: 20px;
    margin-top: 10px;
}

.home-about-detail {
    margin-top: 5px;
    line-height: 150%;
    font-family: 'Montserrat-Medium';
    color: #434343;
    font-size: 16px;
}

    .home-about-detail p {
        color: #505050;
        font-size: 15px;
        line-height: 160%;
        margin: 0;
    }

.home-about-options {
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.home-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}

.home {
    position: relative;
}

.home-about-options .btn:hover {
    opacity: .6;
}

.home-about-options .btn {
    display: flex;
    align-items: center;
    border-radius: 55px;
    width: fit-content;
    color: #fff;
    background: var(--default-color-1);
    Selection colors Hex;
    padding: 0 24px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: all .3s;
}

    .home-about-options .btn span {
        font-size: 15px;
        font-family: 'Montserrat-Regular';
        color: #fff;
        text-transform: uppercase;
    }

    .home-about-options .btn i {
        font-size: 14px;
        margin-left: 10px;
    }

.home-about-options .hotline {
    display: flex;
    align-items: center;
    margin-left: 67px;
}

    .home-about-options .hotline img {
    }

    .home-about-options .hotline .content {
        padding-left: 10px;
    }

    .home-about-options .hotline span {
        font-size: 20px;
        color: #818488;
    }

    .home-about-options .hotline h3 {
        margin: 0;
        color: var(--default-color-3);
        font-size: 30px;
        font-family: 'interB';
    }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-about-container {
        padding: 0;
        flex-direction: column-reverse;
    }

    .home-about-right {
        padding-top: 0;
    }

    .home-about-left {
        /* display: none; */
    }

    .home-about-left,
    .home-about-right {
        padding: 0;
        width: 100%;
        transform: none;
        margin-top: 20px;
    }

    .home-about {
        padding-top: 25px;
    }

    .home-about-title {
        margin-top: 5px;
    }

    .home-about-say {
        font-size: 16px;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-about-container {
        padding: 0;
    }

    .home-about {
        padding-top: 20px;
    }

    .home-about-left .img-sub {
        display: none;
    }

    .home-about-left .img {
        height: 260px;
        width: 100%;
    }

    .home-about-title {
        font-size: 32px;
    }

    .home-about-slogan {
        font-size: 15px;
        line-height: 157%;
    }

    .home-about-detail p {
        font-size: 15px;
        text-align: justify;
        padding: 0 5px;
    }

    .home-about-options .btn {
        padding: 0 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .home-about-options .btn span {
            font-size: 13px;
        }

    .home-about-options .hotline span {
        font-size: 11px;
    }

    .home-about-options .hotline h3 {
        font-size: 16px;
    }

    .home-about-options .hotline {
        margin-left: 35px;
    }

    .home-about-options {
        margin-top: 15px;
    }
}
