body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
p {
    margin: 0;
    font-weight: 400;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container embed,
.video-container iframe,
.video-container object {
    margin-bottom: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* main */
.main {
    background-image: url('img/main.png');
    background-size: cover;
    padding-top: 42px;
    /*padding-bottom: 250px;*/
    padding-bottom: 100px;
    background-position: bottom;
}

.m-text h1 {
    color: #ffffff;
    font-size: 46px;
    line-height: 44px;
}

.m-text span {
    display: block;
    font-weight: 700;
    font-size: 59px;
}

.m-text p {
    color: #ffffff;
    font-size: 18px;
    margin: 22px 0 32px;
    text-align: justify;
    line-height: 19px;
}

.logo {
    width: 280px;
    margin-bottom: 62px;
}

.images p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.images h3 {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}

.images .image {
    display: inline-block;
    margin: 0 42px 0 0;
    text-align: center;
}

.images .image img {
    width: 45px;
    margin-bottom: 5px;
}

.images .image p {
    color: #ffffff;
    line-height: 13px;
    font-size: 14px;
    margin-bottom: 0
}

.whats {
    background: #ffffff;
    display: inline-block;
    padding: 20px 62px;
    color: #003987;
    margin-top: 42px;
    font-size: 16px;
    position: relative;
}

.whats i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
    color: rgba(32, 187, 175, 1);
}

.form {
    background:
        #ffffff;
    /*width: 249px;*/
    padding: 20px;
    margin-left: auto;
    margin-right: 0;
}

.form p {
    color: #003987;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.inp:after {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #999999;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.name:after {
    content: "\f007";
}

.phone:after {
    content: "\f3cd";
    font-size: 18px;
}

.country:after {
    content: "\f57d";
    font-size: 14px;
}

.msg:after {
    content: "\f0e0";
    top: 10px;
    transform: none;
    font-size: 15px
}

.form .form-control {
    margin-bottom: 6px;
    height: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #f5f5f5;
}

.form .form-control {
    box-shadow: none;
}

.form button {
    background: #003987;
    color: #ffffff;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 0;
}

.form button:hover {
    color: #ffffff;
}

@media(max-width:1199px) {
    .main {
        padding-top: 32px;
        background-position: bottom;
    }

    .logo {
        width: 242px;
        margin-bottom: 52px;
    }

    .m-text span {
        display: block;
        font-weight: 700;
        font-size: 48px;
    }

    .m-text h1 {
        font-size: 37px;
        line-height: 40px;
    }
}

@media(max-width:991px) {
    .logo {
        width: 242px;
        margin-bottom: 42px;
    }

    .main {
        background-position-x: -496px;
    }

    .m-text h1 {
        font-size: 32px;
        line-height: 34px;
    }

    .m-text span {
        font-size: 41px;
    }

    .m-text p {
        margin: 20px 0 32px;
    }

    .images .image {
        margin: 0 32px 0 0;
    }

    .whats {
        padding: 20px 52px;
    }
}

@media(max-width:766px) {
    .s-form {
        background: #f2f2f2;
    }

    .form {
        margin-right: auto;
        margin-top: -62px;
        width: 360px;
    }

    .m-text h1 {
        font-size: 28px;
    }

    .m-text p {
        font-size: 16px;
        width: 80%;
    }

    .images p {
        font-size: 16px;
    }

    .images h3 {
        font-size: 14px;
    }

    .main {
        background-image: url('img/main2.png');
        background-position: 26%;
        padding-bottom: 180px;
    }
}

@media(max-width:420px) {
    .form {
        width: 90%;
    }

    .m-text h1 {
        font-size: 22px;
        line-height: 23px;
    }

    .m-text span {
        font-size: 28px;
    }

    .m-text p {
        width: 90%;
    }
}

/* videos */
.videos {
    background: #ffffff;

}

.videos .video {
    background: #f2f2f2;
    padding: 62px 0;
    margin-top: -145px;
    position: relative;
    z-index: 2;
}

.title h2 {
    color: #003987;
    text-align: center;
}

.tabs {
    margin-top: 62px;
}

.tabs .tab-content,.tabs .tab-content2 {
    min-height: 422px;
}

.tabs .tab-content div:not(.tab0),.tabs .tab-content2 div:not(.tab6) {
    display: none;
}
.videos-s {
    margin-top: 8px;
    padding-bottom: 42px;
}

.videos-s img {
    max-width: 100%;
}

.videos-s .item,.videos-s .item2 {
    cursor: pointer;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #003987;
}

.videos .whats {
    background: #003987;
    color: #ffffff;
}

@media(max-width:1199px) {
    .tabs .tab-content,.tabs .tab-content2 {
        min-height: 349px;
    }
}

@media(max-width:991px) {
    .videos .video {
        padding: 42px 0;
        margin-top: -109px;
    }

    .tabs {
        margin-top: 42px;
    }

    .whats {
        margin-top: 32px;
    }

    .title h2 {
        font-size: 26px;
    }
}

@media(max-width:766px) {
    .videos {
        background: #f2f2f2;

    }

    .title h2 {
        font-size: 22px;
    }

    .videos .video {
        padding: 42px 0;
        margin-top: 0
    }

    .tabs .tab-content,.tabs .tab-content2 {
        min-height: 200px;
    }

    .whats {
        font-size: 14px;
    }
}

@media(max-width:420px) {
    .tabs .tab-content,.tabs .tab-content2 {
        min-height: 150px;
    }
}

/* speakers */
.speakers {
    background: #003987;
    margin-top: -145px;
    position: relative;
    z-index: 1;
    padding: 207px 0 62px;
}

.speakers .sp {
    width: 40px;
    margin-bottom: 12px;
}

.speakers .title {
    text-align: center;
    margin-bottom: 32px;
}

.speakers .title h2 {
    color: #ffffff;
}

.speakers .swiper-slide p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

@media(max-width:991px) {
    .speakers {
        margin-top: -109px;
        padding: 151px 0 42px;
    }

    .speakers .sp {
        width: 35px;
    }

    .speakers .swiper-slide p {
        font-size: 18px;
    }
}
@media(max-width:420px){
    .speakers .swiper-slide p {
        font-size: 14px;
    }
}
/* whom */
.whom {
    background-image: url('img/whom.png');
    padding: 62px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.whom .title h2 {
    text-align: left;
    margin-bottom: 12px;
    font-weight: 700;
}

.whom ul {
    margin-left: -24px;
}

.whom ul li {
    color: #003987;
    font-size: 18px;
}

.whom .top {
    margin-top: 62px;
}

.whom .whats {
    background: #003987;
    color: #ffffff;

}

@media(max-width:991px) {
    .whom {
        padding: 42px 0;
    }

    .whom ul li {
        font-size: 16px;
    }

    .whom .top {
        margin-top: 42px;
    }
}

@media(max-width:766px) {
    .whom ul li {
        font-size: 14px;
    }
}

/* certificate */
.certificate {
    background: #003987;
    padding: 62px 0;
}

.certificate .title h2 {
    color: #ffffff;
    margin-bottom: 32px;
}

.certificate .c4 {
    margin-top: 32px;
}

@media(max-width:991px) {
    .certificate {
        padding: 42px 0;
    }

    .c1 {
        width: 52%;
    }

    .c2 {
        width: 25%;
    }

    .c3 {
        width: 16%;
    }
}

@media(max-width:766px) {
    .c1 {
        width: 50%;
    }

    .c2 {
        width: 25%;
    }

    .c3 {
        width: 16%;
    }
}

/* module */
.module {
    padding: 62px 0;
    background: #f2f2f2;
}

.modules {
    background: #003987;
    color: #ffffff;
    padding: 42px 62px;
}

.modules ul {
    margin-left: -24px;
}

.modules h3 {
    font-size: 30px;
    margin-bottom: 12px;
}

.modules h3 span {
    font-size: 16px;
    padding-left: 32px;
}

.modules ul li {
    font-size: 16px;
}

.modules .top {
    margin-top: 52px;
}

@media(max-width:991px) {
    .module {
        padding: 42px 0;
    }

    .modules h3 {
        font-size: 26px;
    }

    .modules h3 span {
        font-size: 15px;
        padding-left: 22px;
    }

    .modules .top {
        margin-top: 42px;
    }
}

@media(max-width:766px) {
    .modules {
        padding: 32px 16px;
    }

    .modules h3 {
        font-size: 22px;
    }

    .modules h3 span {
        font-size: 14px;
        padding-left: 12px;
    }

    .modules ul li {
        font-size: 14px;
    }
}

/* watch */
.watch {
    padding: 62px 0;
}

.watch .whats {
    background: #003987;
    color: #ffffff;
}

@media(max-width:991px) {
    .watch {
        padding: 42px 0;
    }
}

/* footer */
.fl {
    background: #003987;
    padding: 62px 0;
    float: left;
    width: 50%;
    padding: 42px 20px;
    height: 458px;
    text-align: center;
}

.fr {
    background: #f5f5f5;
    padding: 42px 0;
    float: right;
    width: 50%;

}

.fr .form {
    background: #f5f5f5;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.fr .form .form-control {
    background: #ffffff;
}

.fr .form .title {
    margin-bottom: 42px;
}

.fl p {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    margin: 12px auto;
    text-align-last: center;
}

.fl h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

footer ul {
    margin-top: 12px
}

footer ul li {
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align-last: center;
    border-radius: 50%;
    margin-right: 12px
}

footer ul li a {
    color: #003987
}

footer .logo {
    width: 128px;
    margin-top: 62px;
    margin-bottom: 0;
}

.stop {
    margin-top: 18px;
}

.stop .sptop {
    margin: 0 auto;
}

.stop a {
    color: #ffffff;
}

.top {
    margin-top: 42px;
}

.pdf {
    width: 40px;
}

@media(max-width:1199px) {
    .fl h3 {
        font-size: 16px;
    }

    footer .logo {
        margin-top: 32px;
    }

    .fr .form {
        width: 400px;
    }
}

@media(max-width:991px) {
    .f1 {
        padding: 42px 6px;
        height: 453px;
    }

    .fl h3 {
        font-size: 14px;
    }

    footer .logo {
        width: 87px;
        margin-bottom: 0;
    }

    .fl p {
        font-size: 14px;
        text-align: justify;
        margin: 12px auto;
        text-align-last: center;
    }

    footer ul li {
        margin-right: 6px;
    }

    .fr .form {
        width: 305px;
    }
}

@media(max-width:766px) {

    .fl,
    .fr {
        float: none;
        width: 100%;
        height: auto;
        padding: 32px 32px;
    }

    .f1 {
        padding: 42px 9px;
    }

    .fl h3 {
        font-size: 14px;
    }

    footer .form {
        width: 100%;
    }

    footer .logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 0px;
    }

    .fl p {
        font-size: 14px;
        width: 100%;
        text-align-last: center;
        margin: 12px 0 0;
        margin-bottom: 22px;
    }

    .stop {
        margin-top: 8px;
    }

    .top {
        margin-top: 28px;
    }

    .top2 {
        margin-top: 0;
    }

    footer .form {
        margin-top: 0;
    }

    .fr .form .title {
        margin-bottom: 32px;
    }
}

@media(max-width:420px) {
    footer .fr .form {
        width: 100%;
    }
}