.pd-section-bottom {
    padding-bottom: 30px;
}

.pd-section-top {
    padding-top: 80px;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: right;
	background: #edf4fc;
	padding: 30px 0;
}

.title-section__big,
.box-card__title {
    color: black;
}

.desc p,
.desc-content li {
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    text-align: justify;
    padding-right: 20px;
    padding-bottom: 10px;
}

.desc ul li {
    list-style: disc !important;
    margin-left: 18px;
}

.partner {
    background: #F9F7F7;
    padding-top: 50px;
}

.desc-content {
    margin-top: 20px;
}

.desc-content li {
    list-style-type: disc;
    margin-left: 15px;
}

.desc--justify p {
    text-align: justify;
}

.title-section__big {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 35px;
}

.title-sectiom__small {
    color: #333;
    letter-spacing: 3px;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-more {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
}

.btn-more--bg {
    background-color: var(--bg-6);
    color: var(--color-primary);
    border-radius: 5px;
    padding: 10px 25px;
}

.btn-more--bg svg {
    fill: var(--color-primary);
}

.btn-more--color {
    color: var(--color-6);
    border-bottom: 2px solid var(--bg-6);
}

.btn-more--color svg {
    fill: var(--color-6);
}

.opacity-0 {
    opacity: 0;
}

.margin-auto {
    margin: 0 auto;
}


.banner-page__content h1 {
    color: var(--color-primary);
    text-align: center;
    font-weight: 700;
    padding: 200px 0px 100px 0px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}

.slick-arrow svg {
    fill: var(--color-1);
}

.order-1 {
    order: 2;
}

.order-2 {
    order: 1;
}

.history-right-box__plus {
    font-size: 50px;
    font-weight: 100;
}

.history-right-box .desc {
    font-size: 22px;
    text-align: center;
}

.rm-box {
    border-top: solid 2px var(--bg-1);
    padding: 35px 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.core-value-item:nth-child(2n) .core-value-img {
    order: 2;
}

.core-value-item:nth-child(2n) .core-value-content {
    order: 1;
}

.core-value-item:nth-child(2n+1) .core-value-img {
    order: 2;
}

.core-value-item:nth-child(2n+1) .core-value-content {
    order: 1;
}


.core-value-item:nth-child(2n+1) .core-value-content {
    display: flex;
    justify-content: end;
}



.main-value-box {
    overflow: hidden;
    margin-bottom: 4px;
}

.main-value__img {
    height: 400px;
}

.main-value-content {
    top: 0%;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}

.main-value-content-box {
    padding: 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.333);
}

.main-value-content-box h4,
.main-value-content-box p {
    color: var(--color-primary);
}

.main-value-box:hover .main-value-content {
    top: 0%;
    height: 100%;
    align-items: start;
}

.main-value-box:hover .main-value-content .main-value-content-box {
    height: 100%;

}

.main-value-box {
    padding: 0px 2px;
}


.stage-grow-year__tabs {
    display: flex;
}

.stage-grow-year__tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.2s ease;
    color: #a96b11;
    position: relative;
}

.stage-grow-year__tablinks::after {
    content: "";
    height: 25px;
    right: -2px;
    background-color: #a96b11;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 2px;
}

.stage-grow-year__tablinks span {
    position: relative;
}

.stage-grow-year__tablinks.active span::after {
    content: "";
    bottom: -2px;
    background-color: #a96b11;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
}

.stage-grow-year__tabs {
    padding: 0px 80px;
}

.stage-grow-year__tablinks:hover {
    color: #a96b11;
    font-weight: 700;
}

.stage-grow-year__tablinks.active {
    color: #a96b11;
    font-weight: 700;
}

.stage-grow-year__tabcontent {
    display: none;
}

.stage-grow-year__tabcontent.active {
    display: block;
}

.stage-grow-year__content {
    color: var(--color-primary);
    padding-bottom: 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
}

.stage-grow-year__number {
    font-size: 22px;
    margin: 0;
    color: #897a4e;
    font-weight: 600;
    text-align: center;
    color: var(--color-1);
    padding-top: 20px;
}

.wrapper_tabcontent {
    padding-top: 30px;
}


/* service */
.service .box-card {
    margin-bottom: 25px;
}

.service .box-card__img {
    margin-bottom: 25px;
}

.service .box-card__img img {
    height: 85px;
}

.box-card__title {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    font-size: 18px;
}

.history-bg-img {
    background-size: 50% 90%;
    background-position: top left;
}

.history-right {
    padding: 50px 20px 50px 20px;
    background-color: #F9F7F7;
    max-width: 100%;
}

.history-left {
    margin: 0px 0px 0px 30px;
    padding: 150px 30px 110px 30px;
    background-color: var(--bg-5);
    width: 435px;
    margin-left: auto;
}

.history .title-section__big {
    padding: 0px 0px;
}

.history .title-sectiom__small {
    padding: 0px;
}

.history-left img {
    height: 120px;
    margin-bottom: 40px;
}

.history-left h3,
.history-left p {
    color: var(--color-primary);
    margin-bottom: 20px;
}

.history-right-box span {
    color: var(--bg-5);
}



.history-right-box h4 {
    color: var(--color-5);
    margin-bottom: 15px;
}




.where-happiness-box img,
.where-happiness-box figure {
    height: 100%;
    width: 100%;
}

.where-happiness-content {
    margin-top: 50px;
}

.where-happiness-box {
    overflow: hidden;
}

.where-happiness-box a {
    padding: 25px;
    width: 100%;
    background: linear-gradient(180deg, rgba(23, 62, 98, 0) 0%, #F18921 100%);
    transform: translateY(100%);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    display: flex !important;
    color: white;
    align-items: end;
}

.where-happiness-box a h4 {
    margin-bottom: 20px;
}

.where-happiness-box:hover a {
    z-index: 1;
    opacity: 1;
    overflow: visible;
    transform: translateY(0%);
}

.where-happiness-box:hover .where-happiness__number {
    opacity: .7;
}

.where-happiness__number {
    right: 25px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;

}

.where-happiness__number span {
    font-size: 70px;
}

.where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(1) {
    height: 280px;
}

.where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(2) {
    height: 280px;
}

.where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(1) {
    height: 280px;
}

.where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(2) {
    height: 280px;
}

.why-choose-box {
    border: #ECECEC 1px solid;
    border-radius: 3px 3px 3px 3px;
    padding: 0;
    margin-bottom: 20px;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.why-choose-box:hover {
    border: var(--color-6) 1px solid;
}

.why-choose-box img {
    height: 254px;
    width: 100%;
}

.why-choose-box span {
    position: absolute;
    top: 0;
    left: 0;
    color: #ECECEC;
    height: fit-content;
    display: block;
    line-height: .6;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.why-choose-box:hover span {
    color: var(--color-6);
}

.why-choose-box h4,
.why-choose-box img {
    margin-bottom: 0;
    font-size: 18px;
    border: none;
}

.box-card__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    padding-bottom: 0;
    padding: 0 5px;
    line-height: 1.5;
}

.why-choose-box .box-card__desc p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    padding-bottom: 0;
    padding: 0;
    line-height: 1.6;
}

.service .box-card__title {
    text-align: center;
}



/* footer */
.title-section__big {
    font-size: 28px;
}

.aboutus-content .btn-more {
    margin-bottom: 30px;
}
.aboutus-content .desc {
	margin-bottom: 10px;
}

.why-choose.pd-section-bottom {
    padding-top: 70px;
}
section.history.pd-section-bottom {
    display: none;
}
@media (min-width: 576px) {
    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(1) {
        height: 400px;
    }

    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(2) {
        height: 280px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(1) {
        height: 280px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(2) {
        height: 400px;
    }

    .where-happiness-content {
        margin-top: 0px;
    }

    .title-section__big {
        font-size: 28px;
    }


}

@media(max-width: 576px) {
    .pd-section-top {
        padding-top: 40px;
    }

    .why-choose.pd-section-bottom {
        padding-top: 50px;
    }

    .desc p,
    .desc-content li {
        padding-right: 0;
    }

    .aboutus-bg-img .bg-img {
        background-position: bottom;
    }

    .history-bg-img {
        background-size: 100%;
    }

    .aboutus-bg-img.bg-img {
        background-position: bottom;
    }

    .history-left {
        width: auto;
        margin-bottom: 30px;
    }

    .where-happiness-box a {
        transform: translateY(0%);
        opacity: 1;
        z-index: 1;
    }

    .where-happiness-box a p {
        display: none;
    }
}

@media (min-width: 768px) {
    .history .title-section__big {
        padding: 0px 100px;
    }

    .history .title-sectiom__small {
        padding: 30px 100px 0px 100px;
    }

    .history-right {
        padding: 90px 100px 220px 100px;
        text-align: left;
    }

    .aboutus-content .btn-more {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .core-value-item:nth-child(2n) .core-value-img {
        order: 2;
    }

    .core-value-item:nth-child(2n) .core-value-content {
        order: 1;
    }

    .core-value-item:nth-child(2n+1) .core-value-img {
        order: 1;
    }

    .core-value-item:nth-child(2n+1) .core-value-content {
        order: 2;
    }

    .history-left--bl {
        display: flex;
    }



    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(1) {
        height: 600px;
    }

    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(2) {
        height: 380px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(1) {
        height: 380px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(2) {
        height: 600px;
    }

    .history-bg-img,
    .aboutus-bg-img {
        /* background-image: unset !important; */
    }


    .title-section__big {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .page-aboutus__content {
        position: absolute;
    }

    .main-value-content {
        top: 54%;
    }


    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(1) {
        height: 640px;
    }

    .where-happiness-item:nth-child(2n+1) .where-happiness-box:nth-child(2) {
        height: 420px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(1) {
        height: 420px;
    }

    .where-happiness-item:nth-child(2n) .where-happiness-box:nth-child(2) {
        height: 640px;
    }
}

@media (min-width: 1400px) {}