

/*business*/

.business{
    background-image: url(/assets/graphics/BANNERS_VOPM-03.png);
    background-position: center;
    background-size: 80%;
    height: 17rem;
    background-repeat: no-repeat;
    max-width: 100%;

}



.business-en{
    background-image: url('/assets/graphics/Pursue.jpg');
    background-position: center;
    background-size: 80%;
    height: 17rem;
    background-repeat: no-repeat;
    max-width: 100%;

}
@media(min-width: 2000px){
    .business {
        height: 135rem !important;
    }
    .business-en {
        height: 135rem !important;
    }
}

@media(min-width: 768px){
    .business{
            height: 40rem;
    }

    .business-en{
        height: 40rem;
    }



}

.business-main h2{
    font-family: "Bernier Distressed";
    font-size: 40px;
    text-align: center;
}
.business-main h3{
    font-family: "Bernier Distressed";
    font-size: 30px;
    text-align: left;
}

.business-main p{
    text-align: left!important;
}



.business span{
    text-transform: capitalize;
    font-size: 4rem;
    font-family: "Bernier Distressed";
}
blockquote {
    quotes: "\201C" "\201D";

}
blockquote:before {
    content: open-quote;
    font-size: 5rem;
    font-family:"Bernier Distressed";
    text-transform: capitalize;
    opacity: 50%;

}
blockquote:after  {
    content: close-quote;
    font-size: 5rem;
    font-family:"Bernier Distressed";
    text-transform: capitalize;
    opacity: 50%;
}
.business-main h1{
    text-align: center;
    font-size:6rem ;
    text-transform: uppercase;
    color:  #f99a06 ;

    padding-bottom: 5rem;
    margin: 0;
    font-family: "Bernier Distressed";
}
.business-main{
    margin: 0 auto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ;
    width: 80%;

}
.business-main p{
    text-align: center;
    margin-bottom: 2rem;
}

.red-1 img,.red-2 img,.red-3 img{

    margin-top: 1rem;
    width: 3rem;

}

.red-1{
    /*line-height: 2rem;*/
    /*margin-top: -2rem;*/

    margin-bottom: 2rem;
    margin-left: 5rem;
    display: block;
    display: flex;
    justify-content: left;
    gap: 5px;

}
.red-2{
    margin-bottom: 2rem;
    margin-left: 5rem;
    display: block;
    display: flex;
    justify-content: left;
    gap: 5px;

}

.red-3{
    /*line-height: 2rem;*/
    margin-bottom: 2rem;
    margin-left: 5rem;
    display: block;
    display: flex;
    justify-content: left;
    gap: 5px;
    /*margin-top: -2rem;*/
}

@media (max-width: 500px) {
    .swiper-container{
        display: none;
    }
}

@media(min-width: 1500px){
    .business-main {
        margin: 0 auto;
        width: 60%;

    }
}

@media(min-width: 750px){
    .business-main{
        margin: 0 auto                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ;
        width: 60%;

    }
}

@media(min-width: 500px) {
    .line-time{
        margin:0 auto;
        width: 70%;
    }
    #app {
        padding: 50px 0;
    }
    .timeline {
        margin: 50px 0;
        list-style-type: none;
        display: flex;
        padding: 0;
        text-align: center;
    }
    .timeline li {
        transition: all 200ms ease-in;
    }
    .timestamp {
        width:50%; // for flexible width;
        margin-bottom: 20px;
        padding: 0px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 2px 2px 2px #f99a06;
        font-size: 30px;
    }

    .timestamp .date{
        margin-left: 12rem;
        margin-bottom: 1rem;
    }
    .status {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        border-top: 4px solid #f99a06;
        position: relative;
        transition: all 200ms ease-in ;
    }

    .status span {
        font-weight: 600;
        padding-top: 20px;
        color: #f99a06;
        font-weight: bold;
    }
    .status span:before {
        content: '';
        width: 25px;
        height: 25px;
        background-color: #fcc676;
        border-radius: 25px;
        border: 4px solid #f99a06;
        position: absolute;
        top: -15px;
        left: calc(50% - 12px); // align circle to center
    transition: all 200ms ease-in;
    }
    .swiper-control {
        text-align: right;
    }

    .swiper-container {
        width: 100%;
        height: 250px;
        margin: 50px 0;
        overflow: hidden;
        padding: 0 20px 30px 20px;
    }
    .swiper-slide {
        width: 20%;
        text-align: center;
        font-size: 18px;
    }

    .swiper-slide:nth-child(2n) {
        width: 20%;
    }
    .swiper-slide:nth-child(3n) {
        width: 20%;
    }

    .swiper-slide:nth-child(1n) {
        width: 20%;
    }
    .swiper-slide:nth-child(4n) {
        width: 20%;
    }
}

.content-line-time{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.content-line-time > .bg-business{
    width: 100%;
    height: auto;
}

.content-line-time > .line-time{
    width: 80%;
    height: auto;
    position: absolute;
    top: 0;
    right: 8%;
}
@media(min-width: 768px) {
    .content-line-time{

    }
    .line-time{
        margin:0 auto;
        width: 70%;

    }
    #app {
        padding: 50px 0;
    }
    .timeline {
        margin: 50px 0;
        list-style-type: none;
        display: flex;
        padding: 0;
        text-align: center;
    }
    .timeline li {
        transition: all 200ms ease-in;
    }
    .timestamp {
        width:50%; // for flexible width;
        margin-bottom: 20px;
        padding: 0px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 2px 2px 2px #f99a06;
        font-size: 30px;
    }
    .status {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        border-top: 4px solid #f99a06;
        position: relative;
        transition: all 200ms ease-in ;
    }

    .status span {
        font-weight: 600;
        padding-top: 20px;
        color: #f99a06;
        font-weight: bold;
    }
    .status span:before {
        content: '';
        width: 25px;
        height: 25px;
        background-color: #fcc676;
        border-radius: 25px;
        border: 4px solid #f99a06;
        position: absolute;
        top: -15px;
        left: calc(50% - 12px); // align circle to center
    transition: all 200ms ease-in;
    }
    .swiper-control {
        text-align: right;
    }

    .swiper-container {
        width: 100%;
        height: 250px;
        margin: 11px 0;
        overflow: hidden;
        padding: 0 20px 30px 20px;
    }
    .swiper-slide {
        width: 200px;
        text-align: center;
        font-size: 18px;
    }

    .swiper-slide:nth-child(2n) {
        width: 20%;
    }
    .swiper-slide:nth-child(3n) {
        width: 20%;
    }
}

.site-footer{
    height: 32rem;
}

@media(max-width: 760px){
    .business-main img{
        display: none;
    }

    .cred,.hand,.skunk,.umbre{
        display: none;
    }
}


@media(min-width: 900px){
    .swiper-container {

        margin: 50px 0;

    }


}

@media(min-width: 1800px){
    .swiper-container {

        margin: 100px 0;

    }


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



    .menu {

        width: 250px !important;
        height: 150px;

    }
}

.content-business{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: 0;
}
.content-business > .cred{
    width: 10%;
    height: auto;
    position: absolute;
    top: 23%;
    right: 3%;
}

.content-business > .umbre{
    width: 10%;
    height: auto;
    position: absolute;
    top: 55%;
    left: 4%;
}
.content-business > .skunk{
    width: 10%;
    height: auto;
    position: absolute;
    top: 81%;
    right: 4%;
}

.content-business > .hand{
    width: 10%;
    height: auto;
    position: absolute;
    top: 6%;
    left: 5%;
}

.cred,.umbre,.skunk,.hand{
    width: 150px;
}

.divide2{
    margin-left: 120px;
}
