/*.page-content{
    padding-top: calc(80rem / 16);
}*/

.sec1{
    padding-top: calc(72vw / 19.2);
    padding-bottom: calc(80vw / 19.2);
}

.sec1 .anchor-bar-placeholder{
    margin-bottom: calc(48rem / 16)
}

.section-title{
    font-weight: bold;
    font-size: calc(36rem / 16);
    margin-bottom: calc(20rem / 16);
}

section .desc{
    font-size: calc(18rem / 16);
    line-height: calc(32rem / 16);
}

section .desc p{
    margin-bottom: calc(20rem / 16);
    direction: rtl;
    unicode-bidi: bidi-override;
}

.sec2{
    background-color: #f6f6f6;
    padding-top: calc(80vw / 19.2);
    padding-bottom: calc(90vw / 19.2);
}

.benefit-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-20rem / 16);
    margin-bottom: calc(-20rem / 16);
    align-items: flex-start;
}

.benefit-list .benefit{
    width: calc(100% / 3 - 20rem / 16);
    margin-bottom: calc(20rem / 16);
    margin-right: calc(20rem / 16);
    flex: 0 0 auto;
    background-color: #fff;
    padding: 1rem calc(20rem / 16);

    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: rtl;
    unicode-bidi: bidi-override;
}

.benefit-list .benefit::before{
    content: "";
    width: calc(42rem / 16);
    height: calc(42rem / 16);
    display: block;
    background: url("../images/about_us/icon_benefit_2x.png") center/contain no-repeat;
    margin-left: calc(20rem / 16);
}

.sec3{
    padding-top: calc(100vw / 19.2);
    padding-bottom: calc(100vw / 19.2);
}

.sec3 .wrapper{
    display: flex;
    align-items: center;
}

.sec3 .right{
    width: calc(540rem / 16);
    flex: 0 0 auto;
}

.sec3 .right img{
    display: block;
    width: 100%;
    height: auto;
}

.sec3 .left{
    width: calc(100% - 540rem / 16);
    flex: 0 0 auto;
    padding-right: calc(15.833vw - 132px);
}

.sec4 .global-ctn{
    width: 100%;
    display: block;
    margin-top: calc(30rem / 16);
    position: relative;
}

.sec4 .point-overlay{
    width: 100%;
    height: 0;
    padding-bottom: calc(723% / 14.52);
    position: relative;
}

@media (max-width: 960px) {

    .sec4 .global-ctn{
        width: auto;
    }
    .sec4 .point-overlay{
        height: 70vh;
        width: 0;
        padding-bottom: 0;
        padding-right: calc(70vh * 14.52 / 7.23);
    }
}

.sec4 .point{
    position: absolute;
    z-index: 10;
}

.sec4 .point .point-dot{
    display: block;
    width: 2rem;
    height: 2rem;
    background: #015db2;
    border: 0.6rem solid #bfd3e4;
    border-radius: 50%;
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.sec4 .point .point-dot:hover{
    background: #fff;
    border: 0.6rem solid #015db2;
}
.sec4 .point.point1 {
    top: 36.3%;
    left: 24%;
}
.sec4 .point.point2 {
    top: 30.6%;
    left: 47.3%;
}
.sec4 .point.point3 {
    top: 22.2%;
    left: 49.4%;
}
.sec4 .point.point4 {
    top: 42%;
    left: 58%;
}
.sec4 .point.point5 {
    top: 47%;
    right: 20.8%;
}
.sec4 .point.point6 {
    top: 43.2%;
    right: 18.4%;
}
.sec4 .point.point7 {
    top: 83.2%;
    right: 11.5%;
}
.sec4 .point:hover .point-info{
    display: block;
}

.sec4 .point .point-info .point-name{
    font-size: 1.5rem;
    color: #015db2;
    /* direction: rtl; */
    /* unicode-bidi: bidi-override; */
}
.sec4 .point .point-info .point-desc p{
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    /* direction: rtl; */
    /* unicode-bidi: bidi-override; */
}


.sec4 .point .point-info{
    padding: .8rem;
    background-color: #fff;
    width: 15rem;
    position: absolute;
    top: -2.6rem;
    left: 3.6rem;
    z-index: 500;
    display: none;
    box-shadow: 0 0 10px #ccc;
    border-radius: .5rem;
}
.sec4 .point:nth-child(1) .point-info{
    top: -5.6rem;
}
.sec4 .point:nth-child(2){
    z-index: 20;
}
.sec4 .point:nth-child(2) .point-info{
    top: -4.3rem;
}
.sec4 .point:nth-child(3) .point-info{
    top: -4.6rem;
}
.sec4 .point:nth-child(5) .point-info{
    top: -3.4rem;
}
.sec4 .point:nth-child(6) .point-info{
    top: -4.6rem;
}
.sec4 .point:nth-child(7) .point-info{
    top: -4.6rem;
}
.sec4 .point .point-info::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #fff;
}
.sec4 .point.point5 .point-info::after,.sec4 .point.point6 .point-info::after,.sec4 .point.point7 .point-info::after{
    content: '';
    position: absolute;
    top: 50%;
    left: initial;
    right: -1rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
}
.sec4 .point.point6 .point-info{
    left: -16.5rem;
}
.sec4 .point.point5 .point-info{
    left: -16.5rem;
}
.sec4 .point.point7 .point-info{
    left: -16.5rem;
}



.sec4{
    padding-top: calc(80vw / 19.5);
    padding-bottom: calc(80vw / 19.5);
    background-color: #f6f6f6;
}

.sec5{
    padding-top: calc(80vw / 19.5);
    padding-bottom: calc(80vw / 19.5);
}

.sec5 .partner{
    border: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: calc(15rem / 16);
    height: calc(160rem / 16);
}

.sec5 .partner img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.sec5-pagination{
    margin-top: calc(40vw / 19.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec5-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #cccccc;
    margin: 0 5px;
}
.sec5-pagination .swiper-pagination-bullet-active{
    background-color: #289743;
}

.section-title{
    opacity: 0;
}

.animated .section-title{
    animation: fadeInUp .8s .3s cubic-bezier(0, .5, .5, 1) forwards;
    /* direction: rtl;
    unicode-bidi: bidi-override; */
}
.animated .section-title.section-titleLeft{
    direction: initial;
}
.animated .section-title sup{
    font-size: calc(24vw /19.2);
    line-height: calc(24vw / 19.2);
    margin-left: 5px;
}
.sec1 .desc{
    opacity: 0;
}

.sec1.animated .desc{
    animation: fadeInUp .8s .6s cubic-bezier(0, .5, .5, 1) forwards;
}
.sec1.animated .desc p{
    direction: rtl;
    unicode-bidi: bidi-override;
}

.sec2 .benefit{
    opacity: 0;
}

.sec2.animated .benefit{
    animation: fadeInUp .8s cubic-bezier(0, .5, .5, 1) forwards;
}

.sec3 .left,
.sec3 .right{
    opacity: 0;
}

.sec3.animated .left{
    animation: fadeInRight 1.2s .6s cubic-bezier(0, .5, .5, 1) forwards;
}
.sec3.animated .right{
    animation: fadeInLeft 1.2s .6s cubic-bezier(0, .5, .5, 1) forwards;
}

.sec4 .global-swiper{
    opacity: 0;
}

.sec4.animated .global-swiper{
    animation: fadeIn 1.2s .6s cubic-bezier(0, .5, .5, 1) forwards;
}

.sec5 .sec5-swiper{
    opacity: 0;
}

.sec5.animated .sec5-swiper{
    animation: fadeInUp 1.2s .6s cubic-bezier(0, .5, .5, 1) forwards;
}

.sec5 .sec5-pagination{
    opacity: 0;
}

.sec5.animated .sec5-pagination{
    animation: fadeInUp 1.2s .9s cubic-bezier(0, .5, .5, 1) forwards;
}

.page-header.newheader video{
    object-fit: cover;
}

















@media screen and (max-width: 768px){
    .benefit-list .benefit{
        width: 100%;
    }
    .benefit-list{
        margin-right: initial;
    }
    .sec3 .left{
        width: 100%;
    }
    .sec3 .right{
        width: 100%;
        margin-top: 20px;
    }
    .sec3 .wrapper{
        flex-wrap: wrap;
    }


    /*  */
    .sec1 .anchor-bar-placeholder{
        display: none;
    }





    /*  */
    .sec1 .desc{
        opacity: 1;
    }
    .section-title{
        opacity: 1;
    }
    .sec2 .benefit{
        opacity: 1;
    }
    .sec3 .left, .sec3 .right{
        opacity: 1;
    }
    .sec4 .global-swiper{
        opacity: 1;
    }
    .sec5 .sec5-swiper{
        opacity: 1;
    }
    .sec5 .sec5-pagination{
        opacity: 1;
    }
}
