﻿
@media only screen and (max-width:960px) {
    .content_wrapper { padding-top: 60px; }
}

img { max-width: 100%; }
.banner { padding-top: 9rem; width: 100%; margin: 0px auto; }

@media only screen and (max-width:960px) {
    .banner { padding-top: 0rem; }
}

.rountmenu { margin: 0px auto; width: 100%; max-width: 1920px; padding: 2rem 4%; color: #161616; font-size: 1rem; }
    .rountmenu > a { color: #161616; font-size: 1rem; padding: 0px 5px; }
    .rountmenu > span > a { color: #161616; font-size: 1rem; padding: 0px 5px; }

@media only screen and (max-width:960px) {
    .rountmenu { font-size: 14px; }
        .rountmenu > a { font-size: 14px; }
        .rountmenu > span > a { font-size: 14px; }
}


.imgbg { width: 100%; }
.imgbig { width: 100%; max-width: 1920px; padding: 2rem 4% 2rem 4%; margin: 0px auto; text-align: center; }
    .imgbig > .content { width: 100%; max-width: 1400px; margin: 0px auto; }
        .imgbig > .content > ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
            .imgbig > .content > ul > li { flex-basis: 48%; }
                .imgbig > .content > ul > li > .text { width: 100%; text-align: left; }
                    .imgbig > .content > ul > li > .text > i { font-style: normal; border: solid 1px #0064b6; color: #0064b6; font-size: 1rem; padding: 0.5rem 1rem; display: inline-block; line-height: 1.5 }
                    .imgbig > .content > ul > li > .text > b { color: #000; font-size: 1.25rem; display: block; margin: 1rem 0px; }
                    .imgbig > .content > ul > li > .text > p { color: #000; font-size: 1rem; line-height: 1.8; }


@media only screen and (max-width:640px) {
    .imgbig > .content > ul > li { flex-basis: 100%; margin-bottom: 1.5rem; }
        .imgbig > .content > ul > li > .text > b { padding: 0px 0px }
        .imgbig > .content > ul > li > .text > p { padding: 0px 0px; font-size: 14px; }
}




.infobg { width: 100%; }
.infobig { width: 100%; max-width: 1920px; padding: 2rem 4% 5rem 4%; margin: 0px auto; text-align: center; }
    .infobig > .title { text-transform: uppercase; font-size: 2.25rem; color: #000; text-align: center; line-height: 1.5; }
    .infobig > .subtitle { font-size: 1rem; color: #666666 }
    .infobig > .text { width: 100%; max-width: 1400px; margin: 2rem auto; text-align: left; }
        .infobig > .text > b { display: block; text-align: left; color: #fff; font-weight: 400; font-size: 1.15rem; margin-top: 1rem; background-color: #0064b6; padding: 0.5rem 1rem; }

        .infobig > .text > .img { width: 100%; margin: 1rem auto; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; }
        .infobig > .text > div.content { width: 100%; padding: 1rem 0px; }
            .infobig > .text > div.content > p { text-align: justify; font-size: 1rem; color: #707070; line-height: 1.8; padding: 0px 2em; }
        .infobig > .text > div.video { width: 100%; margin: 1rem auto; text-align: center; flex-wrap: wrap; justify-content: center; padding: 1rem 0px; }
            .infobig > .text > div.video > div > video { max-width: 1400px; }

        .infobig > .text > p { text-align: justify; font-size: 1rem; color: #707070; line-height: 1.8; padding: 1rem 0px; }
        .infobig > .text > table > tbody > tr > td > p { font-size: 1rem; color: #707070; line-height: 1.5; padding: 3px 2em; }
        .infobig > .text > blockquote { border-left: 3px solid rgb(219, 219, 219); padding-left: 20px; margin: 0.5rem auto; }




@media only screen and (max-width:1280px) {
    .infobig > .title { font-size: 2rem; }
    .infobig > .subtitle { font-size: 14px; }
}

@media only screen and (max-width:1024px) {
    .infobig > .title { font-size: 1.5rem; }
    .infobig > .text > div.video > div > video { width: 100%; }
}

@media only screen and (max-width:960px) {
    .infobig > .text > div.video > div > video { width: 100%; }
    .infobig > .text > div.content > p { font-size: 14px; padding: 0px; }
}
