.about-count-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-detail-container section a {
    color: #2e3192;
}

.about-count-img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
}

.about-detail-container section h1 {
    font-size: 23px;
    color: var(--default-color-1);
    font-family: 'MonEB';
    text-transform: uppercase;
    font-weight: normal;
    line-height: 140%;
}

.about-detail-container section h2,
.about-detail-container section h3 {
    font-size: 20px;
    font-family: 'monSB';
    text-transform: uppercase;
    line-height: 140%;
    color: #f8bc1c !important;
    font-weight: normal;
}

.about-container {
    display: flex;
    flex-direction: row-reverse;
    padding: 50px 0;
    padding-bottom: 0;
}

.about-left {
    width: 40%;
    position: relative;
}

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

.about-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-left-slogan {
    position: absolute;
    left: -176px;
    bottom: -15px;
    background-color: var(--default-color-1);
    color: #fff;
    font-size: 18px;
    font-family: monM;
    padding: 20px 26px;
    text-transform: uppercase;
}

.about-left-slogan span {}

.about-right {
    flex: 1 1 0;
    margin-right: 25px;
    margin-top: 25px;
}

.about-right-name {
    margin: 0;
    font-size: 28px;
    color: var(--default-color-1);
    font-family: 'MonEB';
    text-transform: uppercase;
    font-weight: normal;
    line-height: 140%;
}

.about-right-title {
    margin: 0;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 20px;
    font-family: 'MonM';
    color: var(--default-color-2);
    font-weight: normal;
    line-height: 148%;
}

.about-right-descript {
    color: #333333c7;
    font-size: 17px;
    line-height: 155%;
    text-align: justify;
}

.about-df {
    background-color: #F1F1F1;
    background-image: url(../../../Design/img/bg-home-about-min.png);
    background-size: cover;
}

.about-df .grid.wide {}

.about-df-container {
    padding: 60px 0;
}

.about-df-item {
    display: flex;
    flex-direction: row-reverse;
    /* flex-direction: column !important; */
}

.about-df-item:nth-child(odd) {
    flex-direction: row;
}

.about-df-item .img {
    width: 50%;
    height: 550px;
}

.about-df-item .img img {}

.about-df-item .content {
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 42px;
}

.about-df-item .content h3 {
    margin: 0;
    text-align: center;
    font-family: baiSB;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 155%;
    margin-bottom: 12px;
    color: var(--default-color-1);
}

.about-df-item .content span {
    text-align: center;
    font-size: 18px;
    line-height: 156%;
    color: #333333b0;
    font-family: baiSB;
}

.about-df-item .content a:hover {
    background-color: transparent;
    color: var(--default-color-1);
}

.about-df-item .content a {
    background-color: var(--default-color-1);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 40px;
    margin-top: 22px;
    border: 2px solid var(--default-color-1);
    transition: all .3s;
    font-family: 'baiSB';
}

.about-count {
    position: relative;
}

.about-count-container {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding: 70px 0;
    user-select: none;
}

.about-count-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-count-item span {
    color: #f3f4f4c7;
    font-size: 155px;
}

.about-count-item strong {
    position: absolute;
    z-index: 2;
    font-family: monM;
    color: #dba141;
    text-transform: uppercase;
    font-size: 22px;
}

.about-detail {}

.about-detail-container {
    padding: 15px 0;
}

.about-detail-container section {
    color: #333;
    font-size: 18px;
    line-height: 162%;
}

.about-detail-container section ul {
    margin-left: 30px;
}

.about-df-list {
    margin-top: 40px;
}


/*RS*/

@media(max-width:1023px) {
    .about-df-item .content {
        width: 100%;
        padding: 15px;
    }
    .about-detail-container section h1 {
        font-size: 16px;
        color: var(--default-color-1);
        font-family: MonB;
        text-transform: uppercase;
        font-weight: normal;
        line-height: 140%;
    }
    .about-container {
        padding: 30px 0;
    }
    .about-container {
        flex-direction: column;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .about-df-item .img {
        height: 450px;
        width: 100%;
    }
    .about-right {
        padding-top: 45px;
    }
    .about-left-img {
        height: 100%;
    }
    .about-left {
        width: 100%;
    }
    .about-right-title {
        font-size: 36px;
    }
    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }
    .about-detail-container {
        padding-bottom: 30px;
    }
    .about-df-container {
        padding: 50px 0;
    }
    .about-df-item .content h3 {
        font-size: 30px;
    }
}

@media(max-width:739px) {
    .about-df-item {
        flex-direction: column !important;
    }
    .about-df-item .content {
        width: 100%;
        padding: 15px;
    }
    .about-df-item .img {
        width: 100%;
        height: 250px;
    }
    .about-df-container {
        padding: 20px 0;
    }
    .about-df-item .content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .about-df-item .content span {
        font-size: 16px;
    }
    .about-df-item .content a {
        font-size: 14px;
        padding: 12px 26px;
        margin-top: 14px;
    }
    .about-left-slogan {
        font-size: 14px;
        padding: 13px;
        left: 18px;
        width: fit-content;
        right: unset;
    }
    .about-detail-container {
        padding-bottom: 25px;
        padding: 20px 0;
    }
    .about-container {
        padding: 20px 0;
        flex-direction: column;
        padding-bottom: 0;
    }
    .about-left {
        width: 100%;
    }
    .about-left-img {
        width: 100%;
        height: 320px;
    }
    .about-banner-content span {
        font-size: 24px;
        padding: 0 26px;
    }
    .about-banner {
        height: 300px;
    }
    .about-right {
        padding-left: 0;
        padding-top: 10px;
        margin: 0;
        margin-top: 40px;
    }
    .about-right-title {
        font-size: 17px;
        margin-bottom: 8px;
        line-height: 153%;
    }
    .about-right-descript {
        font-size: 15px;
    }
    .about-count-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding: 12px 0;
    }
    .about-count-item span {
        font-size: 68px;
    }
    .about-count-item strong {
        font-size: 13px;
        text-align: center;
    }
    .about-detail-container section {
        font-size: 15px;
        text-align: justify;
    }
    .about-detail-container section h2,
    .about-detail-container section h3 {
        font-size: 16px;
    }
    .about-detail-container section p:first-child {
        margin-top: 0;
    }
    .about-detail-container section p:last-child {
        margin-bottom: 0;
    }
    .about-df-list {
        margin-top: 30px;
    }
    .about-right-name {
        font-size: 17px;
    }
}