html {
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    /* font-family: sans-serif; */
    box-sizing: border-box;
    background: transparent;
    background: #fff;
    overflow-x: hidden !important;
}

.entry-content {
    font-family: Myriad Pro !important;
}

::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background: #066ab0;
}

img {
    max-width: 100%;
}

.pdeu_padding {
    padding: 0 6%;
}

.pdeu_first_section {
    background: #ffc10e;
    height: 0;
    padding: 15% 0 55%;
}

.pdeu_first_section .intro-logo {
    width: 60%;
    margin: 0 auto;
}

.pdeu_second_section {
    margin-top: -27%;
    margin-bottom: 3%;
}

.pdeu_second_section .title {
    text-align: center;
    margin-bottom: -1.5%;
}

.pdeu_second_section .title p {
    font-size: 46px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.pdeu_second_section .video-image {
    width: 75%;
    margin: 0 auto;
}

.pdeu_third_section {
    margin-bottom: 5%;
}

.pdeu_third_section .title p {
    font-size: 47px;
    color: #ff8702;
    font-weight: 700;
    margin: 0;
}

.pdeu_third_section .desc p {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    color: #4c4c4c;
}

.pdeu_fourth_section {
    margin-bottom: 2%;
}

.pdeu_fifth_section {
    margin-bottom: 7%;
}

.pdeu_fifth_section .title p {
    font-size: 47px;
    color: #ff8702;
    font-weight: 700;
    margin: 0;
}

.pdeu_fifth_section .desc p {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    color: #4c4c4c;
}

.pdeu_fourth_section {
    margin-bottom: 2%;
}

.pdeu_fifth_section {
    margin-bottom: 6%;
}

.pdeu_fifth_section .title p {
    font-size: 47px;
    color: #ff8702;
    font-weight: 700;
    margin: 0;
}

.pdeu_fifth_section .desc p {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    color: #4c4c4c;
}

.pdeu_sixth_section .big-image {
    margin-bottom: 7%;
}

.pdeu_sixth_section .title p {
    font-size: 47px;
    color: #ff8702;
    font-weight: 700;
    margin: 0;
}

.pdeu_sixth_section .desc p {
    font-size: 32px;
    line-height: 1.3;
    margin: 0;
    color: #4c4c4c;
    margin-bottom: 35px;
}

.pdeu_sixth_section .desc p span {
    font-weight: 700;
}

.pdeu_sixth_section {
    margin-bottom: 5%;
}

.pdeu_seventh_section .desc p {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    color: #000;
    margin-bottom: 35px;
    font-weight: 600;
}

.pdeu_seventh_section .desc1 p {
    font-size: 33px;
    line-height: 1.3;
    margin: 0;
    color: #946700;
    font-weight: 500;
}

.pdeu_seventh_section .image-profile {
    margin-bottom: 2%;
}

.pdeu_seventh_section {
    position: relative;
    padding-bottom: 7%;
    z-index: 1;
}

.pdeu_seventh_section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffc10e;
    height: 80%;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width:767px) {
    body,
    html {
        overflow-x: hidden;
    }
    .pdeu_padding {
        padding: 0;
        margin-bottom: 25px;
    }
    .pdeu_second_section .title p {
        font-size: 18px;
        line-height: 1.3;
    }
    .container.pdeu_container {}
    .pdeu_second_section .video-image {
        width: 90%;
    }
    .pdeu_third_section .title p {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .pdeu_third_section .desc p {
        font-size: 16px;
        text-align: justify;
    }
    .pdeu_third_section .desc p br {
        display: none;
    }
    .pdeu_fifth_section .title p {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .pdeu_fifth_section .desc p {
        font-size: 16px;
        text-align: justify;
    }
    .pdeu_fifth_section .desc p br {
        display: none;
    }
    .pdeu_sixth_section .title p {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .pdeu_sixth_section .desc p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .pdeu_sixth_section .desc p br {
        display: none;
    }
    .pdeu_sixth_section .big-image {
        margin-bottom: 25px;
    }
    .pdeu_fourth_section {
        margin-bottom: 15px;
    }
    .pdeu_seventh_section .image-profile {
        margin-bottom: 15px;
    }
    .pdeu_seventh_section .desc p {
        font-size: 16px;
        text-align: justify;
        margin-bottom: 10px;
    }
    .pdeu_seventh_section .desc p br {
        display: none;
    }
    .pdeu_seventh_section .desc1 p {
        font-size: 16px;
        text-align: justify;
    }
    .pdeu_seventh_section .desc1 p br {
        display: none;
    }
    .pdeu_seventh_section {
        padding: 0 15px 40px;
        margin-bottom: 0;
    }
    .pdeu_seventh_section:before {
        height: 88%;
    }
}