.btn-contact-news-room {
    width: 225px;
    height: 56px;
}

.video-button-wrapper {
    position: absolute;
    top: 0;
    left: 25%;
}

.video-button-wrapper a {
    margin: 0 !important;
    width: 120px;
    height: 120px;
    opacity: 0;
}

.video-button-wrapper a:hover {
    opacity: 0;
}

.text-lv-academy {
    color: #000;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.padding-top-pc {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
}

.mobie-view-more {
    padding-top: 35px;
}

.take-closer .box-text {
    min-height: 165px;
}

.btn-contact-news-room {
    width: 200px;
    height: 50px;
}

/*fix bug */
.box-image {
    height: 309px !important;
}

@media screen and (max-width: 1024px) {
    .box-image,
    .image-cover {
        height: 190.5px !important;
    }

    .section-take-closer .box-text {
        min-height: 120px;
    }

    /* end fix bug */
    .scroll-container {
        overflow: auto;
    }

    .section-luvina-partner {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .our-core-values {
        padding-bottom: 0px !important;
    }

    .top-mobie {
        top: 0px;
    }

    .text-lv-academy {
        color: #000;
        font-family: Montserrat;
        font-size: 26px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
        justify-content: left !important;
    }

    .video-button-wrapper {
        position: absolute;
        top: 0;
        left: 20%;
    }

    .video-button-wrapper a {
        margin: 0 !important;
        width: 70px;
        height: 70px;
        opacity: 0;
    }

    .mt-mobie {
        margin-top: 15px !important;
    }

    .mobie-new-room {
        font-size: 20px;
    }

    .btn-contact-news-room {
        width: 110px;
        height: 26px;
        margin-top: 18px !important;
        margin-left: 21px !important;
    }

    .mb-item-left {
        align-items: normal !important;
        color: black;
    }

    body {
        color: #000 !important;
    }

    .mobie-our {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .mobie-view-more {
        padding-top: 40px !important;
    }
}

.bg-about-us {
    background: url("/en/wp-content/uploads/2023/08/bg_about_us.png") no-repeat;
    /* height: 900px; */
    width: 100%;
    background-size: contain;
    padding-bottom: 50px;
}

.box-our-mission {
    /* background: url(/en/wp-content/uploads/2023/08/our_mission.png) no-repeat; */
    /* background-size: contain; */
    position: relative;
    /* height: 100px; */
    max-width: 800px;
    min-height: 125px;
    border: 4px solid red;
    padding: 10px;
    border-radius: 10px;
}

.text-our-mission {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translate(-50%);
    background: white;
    width: 316px;
    height: 60px;
    text-align: center;
    color: #4a4b4c;
    font-size: 40px;
    font-weight: 900;
    line-height: 49px;
}

.content-our {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #4a4b4c;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.box-our-vision {
    /* background: url('/en/wp-content/uploads/2023/08/our_vision.png') no-repeat;
background-size: contain;
position: relative;
max-width: 700px;
height: 161px; */
    position: relative;
    max-width: 800px;
    min-height: 235px;
    border: 4px solid red;
    padding: 10px;
    border-radius: 10px;
}

.section-apart {
    position: relative;
    height: 500px;
    width: 1856px;
}

.bg-luvina-academy {
    background: url("/en/wp-content/uploads/2023/08/bg-academy.png");
    background-size: contain;
    position: relative;
    height: 540px;
}

.academy-circle {
    background: #cd171f;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    animation: MoveUpDown 10s ease infinite;
}

.academy-circle-1,
.academy-circle-4 {
    animation: MoveUpDown 6s ease infinite;
}

.academy-circle-3 {
    animation: MoveUpDown 8s ease infinite;
}

@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(-25px);
    }

    50% {
        transform: translateY(25px);
    }
}

.academy-circle-1 {
    width: 153px;
    height: 153px;
    top: 0;
    left: 50px;
}

.academy-circle-2 {
    width: 238px;
    height: 238px;
    top: -100px;
    right: 200px;
}

.academy-circle-3 {
    width: 212px;
    height: 212px;
    top: 200px;
    left: 200px;
}

.academy-circle-4 {
    width: 188px;
    height: 188px;
    top: 200px;
    right: 30px;
}

.bg-our-journey {
    background: url("/en/wp-content/uploads/2023/08/bg_our_journey.png") no-repeat;
    height: 1400px;
    width: 2332px;
    overflow: hidden;
    position: relative;
    background-size: contain;
    margin-top: -50px;
}

.bg-line-journey {
    background: url("/en/wp-content/uploads/2023/08/line-our-journey.png") center
        center no-repeat;
    width: 3406px;
    height: 244px;
}

.journey-circle {
    background: #d9d9d9;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    width: 173px;
    height: 173px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.journey-circle-active .journey-circle {
    background: #cd171f;
    color: white;
}

.journey-year {
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.journey-circle-active {
    border: 2px solid #cd171f;
}

.content-year {
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.content-title {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    color: white;
}

@media screen and (min-width: 1000px) {
    /* width */
    .scroll-container::-webkit-scrollbar {
        height: 12px;
    }

    /* Track */
    .scroll-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    /* Handle */
    .scroll-container::-webkit-scrollbar-thumb {
        background: #b5b5b5;
        border-radius: 10px;
    }

    /* Handle on hover */
    .scroll-container:hover {
        overflow: auto;
    }

    .scroll-container {
        overflow: hidden;
    }

    .scroll-container {
        overflow: hidden;
        transition: all 1s ease;
    }
}

.border-right {
    border-right: 1px solid black;
}

.responsive-mobile-b {
    display: none;
}

.responsive-pc-f {
    display: flex;
}

.responsive-pc-b {
    display: block;
}

.typing-animation {
    text-align: left;
    vertical-align: text-bottom;
}

.typing-animation::after {
    content: "|";
    font-size: 150%;
    line-height: 30px;
    animation: blink 0.75s step-end infinite;
}

@keyframes blink {
    from,
    to {
        color: transparent;
    }

    50% {
        color: transparent;
    }
}

.scale-animation {
    animation: scale 2s ease;
}

@keyframes scale {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1.15);
        color: rgb(112, 112, 112);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 1024px) {
    @keyframes MoveUpDown {
        0%,
        100% {
            transform: translateY(-20px);
        }

        50% {
            transform: translateY(10px);
        }
    }

    .content-year {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: left;
    }

    .content-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
    }

    .journey-circle {
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
        width: 50px;
        height: 50px;
    }

    .journey-year {
        width: 72px;
        height: 72px;
    }

    .bg-our-journey {
        background: url("/en/wp-content/uploads/2023/08/bg-mobile-journey.png")
            no-repeat;
        height: 512px;
        width: 855px;
        overflow: hidden;
        position: relative;
        background-size: contain;
    }

    .bg-line-journey {
        background: url("/en/wp-content/uploads/2023/08/bg-line-mobile.png") center
            center no-repeat;
        width: 975px;
        height: 72px;
    }

    .bg-luvina-academy {
        background: url("/en/wp-content/uploads/2023/08/bg-academy-mobile.png") top
            center no-repeat;
        background-size: contain;
        position: relative;
        height: 550px;
    }

    .academy-circle {
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
    }

    .academy-circle-1 {
        width: 96px;
        height: 96px;
        top: 80px;
        left: 16px;
    }

    .academy-circle-2 {
        width: 150px;
        height: 150px;
        top: 0;
        left: auto;
        right: 32px;
    }

    .academy-circle-3 {
        width: 133px;
        height: 133px;
        top: 200px;
        left: 48px;
    }

    .academy-circle-4 {
        width: 118px;
        height: 118px;
        top: 170px;
        left: auto;
        right: 16px;
    }

    .responsive-mobile-b {
        display: block;
    }

    .responsive-pc-f {
        display: none;
    }

    .responsive-pc-b {
        display: none;
    }

    .border-right {
        border-right: none;
    }

    .bg-mobile-about-us {
        background: url("/en/wp-content/uploads/2023/08/bg-mobile-about-us.png")
            no-repeat;
        height: 347px;
        width: 100%;
        background-size: contain;
    }

    .content-our {
        font-size: 12px;
        font-style: italic;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        margin-top: -10px;
    }

    .box-our-mission {
        min-height: 80px !important;
    }

    .box-our-vision {
        min-height: 135px !important;
    }

    .text-our-mission {
        font-size: 24px;
        font-weight: 900;
        line-height: 29px;
        letter-spacing: 0em;
        text-align: center;
        width: 162px;
        height: 30px;
        bottom: -5px;
    }

    .section-apart {
        position: relative;
        height: 400px;
        width: 1730px;
    }
}

.take-closer .post-title {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: none !important;
    height: 52px;
    overflow: hidden;
}

.take-closer .box-image {
    height: auto !important;
}

.take-a-closer-mobie .post-title {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: none !important;
    height: 52px;
    overflow: hidden;
}

.take-a-closer-mobie .post-title a,
.take-closer .post-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) and (min-width: 900px) {
    .scale-height {
        height: 800px;
    }
}

@media (max-width: 900px) and (min-width: 800px) {
    .scale-height {
        height: 700px;
    }
}
@media (max-width: 800px) and (min-width: 700px) {
    .scale-height {
        height: 600px;
    }
    .img-margin .img div {
        margin-top: 27px !important;
    }
}
@media (max-width: 700px) and (min-width: 600px) {
    .scale-height {
        height: 500px;
    }
    .img-margin .img div {
        margin-top: 23px !important;
    }
}
@media screen and (max-width: 600px) {
    .scale-height {
        height: 400px;
    }
    .cta-screen-1000 {
        padding-left: 20px !important;
    }
    .font-size {
        font-size: 26px !important;
    }
    .partnership {
        display: flex !important;
        flex-flow: column !important;
        margin-left: 0px !important;
        height: 300px;
    }
    .medium-5 {
        max-width: 70% !important;
    }
    .margin-mobie {
        margin-left: 16px !important;
    }
    .padding-mobie {
        padding-left: 15px !important;
    }
}
.size-thumbnail {
    height: auto !important;
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .academy-circle {
        font-size: 20px;
        line-height: 27px;
    }
    .academy-circle-1 {
        width: 135px;
        height: 135px;
        top: 0;
        left: 20px;
    }
    .academy-circle-2 {
        width: 190px;
        height: 190px;
        top: -100px;
        right: 150px;
    }
    .academy-circle-3 {
        width: 200px;
        height: 200px;
        top: 200px;
        left: 105px;
    }
    .academy-circle-4 {
        width: 160px;
        height: 159px;
        top: 200px;
    }
}
@media screen and (min-width: 1280px) {
    .take-closer .box-image {
        height: auto !important;
    }
    .cta-screen-1000 {
        font-size: 35px !important;
        padding-left: 200px;
    }
}

@media (max-width: 1280px) and (min-width: 1000px) {
    .cta-screen-1000 {
        font-size: 30px !important;
        padding-left: 10vw !important;
    }
}

@media (max-width: 1024px) and (min-width: 600px) {
    .video-mission {
        display: flex;
        justify-content: center;
    }
    .cta-screen-1000 {
        padding-left: 10vw !important;
        font-size: 30px !important;
    }
    .font-size {
        font-size: 26px !important;
    }
    .medium-7 {
        max-width: 40% !important;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .set-apart {
        gap: 0px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-left: 0px;
    }
    .border-right {
        border-right: 1px solid black !important;
    }
    .padding-left {
        padding-left: 30px;
    }
    .cta-screen-1000 {
        font-size: 30px !important;
        text-transform: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .set-apart {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: 0px;
    }
    .padding-left {
        padding-left: 0px !important;
    }
}
.take-closer .box-image div {
    aspect-ratio: 800 / 550;
}

@media screen and (max-width: 1024px) {
    .partnership {
        height: 200px;
    }
}
@media screen and (max-width: 1850px) and (min-width: 1025px) {
    .resp-vector {
        display: none;
    }
    .title-what-sets-us-2 {
        padding-top: 30px !important;
    }
}

.custom-w-mobie {
	max-width: 100% !important;
}
