.policy {
    padding-bottom: 100px;
    margin-top: -70px;
}
.policy .top-row {
    padding-bottom: 70px;
}
.policy .top-row .title {
    font-family: var(--roboto);
    font-size: var(--fs35);
    color: var(--blue);
    font-weight: var(--fwsb);
    padding-bottom: 20px;
}
.policy .description, .governor .description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    text-align: justify;
}

.image-row {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-row .title {
	font-family: var(--roboto);
    font-size: var(--fs70);
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}
.image-row .frame {
    position: relative;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0;
}
.image-row .frame .border-frame {
    border: 2px solid var(--yellow); 
}
.image-row .frame .border-Top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.image-row .frame .border-right-top {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
}
.image-row .frame .border-right-bottom {
    position: absolute;
    bottom:0;
    right: 0;
    height: 40%;
}
.image-row .frame .border-left-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
}
.image-row .frame .border-left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
}
.image-row .frame .border-Bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.image-row .frame .inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bars {
    display: flex;
    padding-bottom: 60px;
}
.bars .first {
    width: 20%;
    background-color: var(--dark-blue);
    height: 5px;
}
.bars .second {
    width: 20%;
    background-color: var(--blue);
    height: 5px;
}
.bars .third {
    width: 20%;
    background-color: #147CBF;
    height: 5px;
}
.bars .fourth {
    width: 15%;
    background-color: #75C4EF;
    height: 5px;
}
.bars .fifth {
    width: 3%;
    background-color: var(--yellow);
    height: 5px;
}
.bars .sixth {
    width: 12%;
    background-color: var(--purple);
    height: 5px;
}
.bars .seventh {
    width: 10%;
    background-color: var(--red);
    height: 5px;
}



.governor {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FAFAFA;
}
.governor .minimal-wrap .top {
    padding-bottom: 60px;
}
.governor .minimal-wrap .middle {
    padding-bottom: 90px;
}
.governor .minimal-wrap .middle .logo-slider .image {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.governor .minimal-wrap .bottom .d-flex {
    cursor: pointer;
}
.governor .minimal-wrap .bottom .thumbnail {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.governor .minimal-wrap .bottom .play {
    position: absolute;
    border: 8px solid rgba(25, 147, 221, 0.5);
    border-radius: 50%;
    transition-property: transform;
    transition-duration: 0.7s;
}
.governor .minimal-wrap .bottom .d-flex:hover .play {
    animation-name: play-button; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: both;
}
.governor .minimal-wrap .bottom .d-flex:hover .thumbnail {
    filter: brightness(0.7);
    transition: all 0.5s;
}




.sustainability {
    background-image: url('../images/sustainability/sustainability_back.png');
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sustainability .sustainability-slider {
    padding-bottom: 80px;
}
.sustainability .sustainability-slider .title {
    font-family: var(--roboto);
    font-size: var(--fs45);
    color: var(--white);
    font-weight: var(--fwsb);
    font-style: italic;
    text-align: center;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.sustainability .sustainability-slider .title .number {
    font-size: var(--fs80);
    color: var(--yellow);
    font-weight: var(--fwn);
    padding-right: 10px;
}
.sustainability .sustainability-slider .single {
    padding: 0 10px;
}
.sustainability .sustainability-slider .box {
    background-color: var(--white);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 50px;
    height: 500px;
}
.sustainability .sustainability-slider .box .more-title {
    font-family: var(--roboto);
    font-size: var(--fs20);
    color: var(--red);
    font-weight: var(--fwsb);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
}
.sustainability .sustainability-slider .box .more-description {
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    line-height: var(--fs28);
    text-align: center;
    padding-bottom: 25px;
}
.sustainability .sustainability-slider .box .point {
    width: 85%;
    margin: 0 auto;
}
.sustainability .sustainability-slider .box .point .left {
    width: 8%;
}
.sustainability .sustainability-slider .box .point .right {
    width: 92%;
    font-family: var(--roboto);
    font-size: var(--fs15);
    color: var(--medium-black);
    font-weight: var(--fwm);
}
.sustainability .sustainability-slider .box .point .right p {
    padding-bottom: 5px;
}
.sustainability .swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 50%;
    width: 13px;
    height: 13px;
}





/* Responsive */
@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .policy {
        padding-bottom: 50px;
    }
    .policy .top-row {
        padding-bottom: 30px;
    }
    .policy .top-row .title {
        font-size: var(--fs30);
        padding-bottom: 10px;
    }
    .policy .description, .governor .description {
        font-size: var(--fs14);
    }

    .image-row {
        height: 300px;
    }
    .image-row .title {
        font-size: var(--fs60);
    }
    .image-row .frame {
        width: 50%;
    }

    .bars {
        padding-bottom: 40px;
    }

    .governor {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .governor .minimal-wrap .top {
        padding-bottom: 40px;
    }
    .governor .minimal-wrap .middle {
        padding-bottom: 60px;
    }

    .sustainability {
        height: 575px;
    }
    .sustainability .sustainability-slider .title {
        font-size: var(--fs30);
    }
    .sustainability .sustainability-slider .title .number {
        font-size: var(--fs45);
    }
    .sustainability .sustainability-slider .box {
        height: 400px;
    }
    .sustainability .sustainability-slider .box .more-title {
        font-size: var(--fs18);
        padding-bottom: 10px;
    }
    .sustainability .sustainability-slider .box .more-description {
        font-size: var(--fs14);
        padding-bottom: 15px;
    }
    .sustainability .sustainability-slider .box .point .right {
        font-size: var(--fs14);
    }
    .sustainability .swiper-horizontal>.swiper-pagination-bullets, .sustainability .swiper-pagination-bullets.swiper-pagination-horizontal, .sustainability .swiper-pagination-custom, .sustainability .swiper-pagination-fraction {
        bottom: 25px;
    }
}

@media screen and (max-width: 1440px) {
    .policy {
        margin-top: -65px;
    }

    .governor .minimal-wrap .middle .logo-slider .image {
        height: 150px;
    }

    .sustainability {
        height: 600px;
    }
    .sustainability .sustainability-slider .box {
        height: 425px;
    }
}

@media screen and (max-width: 1366px) {
    .governor .minimal-wrap .middle .logo-slider .image {
        height: 130px;
    }
}

@media screen and (max-width: 1360px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .policy {
        margin-top: -52px;
    }

    .image-row {
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
    }

    .image-row .frame {
        width: 65%;
    }

    .governor .minimal-wrap .middle .logo-slider .image {
        height: 135px;
    }
    .governor .minimal-wrap .bottom .thumbnail {
        height: 200px;
    }


    .sustainability {
        height: 680px;
    }
    .sustainability .sustainability-slider .box {
        height: 525px;
        padding: 10px 30px;
    }
}

@media screen and (max-width: 991px) {
    .governor .minimal-wrap .bottom .thumbnail {
        height: 240px;
    }
}

@media screen and (max-width: 850px) {
    .policy {
        margin-top: -45px;
    }
}

@media screen and (max-width: 768px) {
    .policy {
        margin-top: -40px;
    }

    .image-row .frame {
        width: 80%;
    }

    .sustainability {
        height: 570px;
    }
    .sustainability .sustainability-slider .box {
        height: 420px;
        padding: 10px 60px;
    }
}

@media screen and (max-width: 664px) {
    .sustainability .swiper-horizontal>.swiper-pagination-bullets, .sustainability .swiper-pagination-bullets.swiper-pagination-horizontal, .sustainability .swiper-pagination-custom, .sustainability .swiper-pagination-fraction {
        bottom: 45px;
    }
}

@media screen and (max-width: 428px) {
    .policy {
        padding-bottom: 30px;
        margin-top: -25px;
    }
    .policy .top-row .title {
        font-size: var(--fs25);
        padding-bottom: 5px;
    }
    .policy .top-row {
        padding-bottom: 20px;
    }

    .image-row {
        height: 200px;
    }
    .image-row .frame {
        width: 85%;
        padding: 5px 0;
    }
    .image-row .title {
        font-size: var(--fs35);
    }

    .bars {
        padding-bottom: 20px;
    }

    .governor {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .governor .minimal-wrap .top {
        padding-bottom: 25px;
    }
    .governor .minimal-wrap .middle {
        padding-bottom: 30px;
    }
    .governor .minimal-wrap .middle .logo-slider .image {
        height: 150px;
    }


    .sustainability {
        height: 600px;
    }
    .sustainability .sustainability-slider {
        padding-bottom: 15px;
    }
    .sustainability .sustainability-slider .title {
        font-size: var(--fs20);
    }
    .sustainability .sustainability-slider .title .number {
        font-size: var(--fs22);
    }
    .sustainability .sustainability-slider .box {
        height: 470px;
        padding: 10px 10px;
    }
    .sustainability .sustainability-slider .box .point .left {
        width: 11%;
    }
    .sustainability .sustainability-slider .box .point .right {
        width: 89%;
    }
    .sustainability .swiper-horizontal>.swiper-pagination-bullets, .sustainability .swiper-pagination-bullets.swiper-pagination-horizontal, .sustainability .swiper-pagination-custom, .sustainability .swiper-pagination-fraction {
        bottom: 0px;
    }
}

@media screen and (max-width: 414px) {
    .sustainability {
        height: 650px;
    }
    .sustainability .sustainability-slider .box {
        height: 530px;
    }
}

@media screen and (max-width: 395px) {
    .image-row {
        height: 150px;
    }
    .image-row .frame {
        width: 70%;
    }
    .image-row .title {
        font-size: var(--fs25);
    }

    .sustainability {
        height: 675px;
    }
    .sustainability .sustainability-slider {
        padding-bottom: 30px;
    }
    .sustainability .sustainability-slider .title {
        font-size: var(--fs18);
    }
}

@media screen and (max-width: 375px) {
    .policy {
        margin-top: -20px;
    }

    .governor .minimal-wrap .middle .logo-slider .image {
        height: 125px;
    }

    .sustainability .sustainability-slider .box {
        height: 550px;
    }
    .sustainability .sustainability-slider .title {
        font-size: var(--fs17);
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
    .policy {
        margin-top: -18px;
    }
    
    .image-row .frame {
        width: 85%;
    }

    .governor .minimal-wrap .middle .logo-slider .image {
        height: 110px;
    }

    .sustainability {
        height: 740px;
    }
    .sustainability .sustainability-slider .title {
        font-size: var(--fs15);
    }
    .sustainability .sustainability-slider .title .number {
        font-size: var(--fs17);
    }
    .sustainability .sustainability-slider .box {
        height: 620px;
    }
    .sustainability .sustainability-slider .box .more-title {
        font-size: var(--fs15);
        padding-bottom: 5px;
    }
    .sustainability .sustainability-slider .box .point .left {
        width: 15%;
    }
    .sustainability .sustainability-slider .box .point .right {
        width: 85%;
    }
    .sustainability .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }
}
/* Responsive */