html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: url(../images/opc_bg_texture.jpg) repeat;
    /*font-family: Arial, Helvetica, 'Microsoft YaHei', STHeiti, SimSun, sans-serif;*/
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    position: relative;
    cursor: auto;
}

a:hover {
    color: #555;
}

a {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}

h3 {
    font-weight: bold;
}

p {
    font-size: 18px;
}

button {
    cursor: pointer;
}

.center {
    text-align: center;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/* begin for image gallery */
.modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.modal .modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.modal .close {
    position: fixed;
    top: 0;
    right: 35px;
    color: #a3a3a3;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.modal .close:hover,.modal  .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal .caption {
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: right;
    color: #fff;
    padding: 0 45px;
    z-index: 10;
    text-shadow: 2px 2px 3px #333;
}

button.previous {
    background: url(../images/arrow-left.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 21;

}

button.next {
    background: url(../images/arrow-right.svg) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 21;
}

/* end for image gallery */

.nav {
    position: relative;
}

.nav .top_bar {
    background-color: #fff;
}

.nav .language {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: right;
    margin-right: 30px;
}

.nav .language a {
    background-color: #f6f6f6;
    padding: 0 4px;
    color: #a9a9a9;
}

.nav .language .active a {
    color: #333;
}

.nav .mobile-trigger {
    display: none;
}

.nav #menu_mobile {
    display: none;
}

.nav #menu_desktop {
    width: 100%;
    background-color: #a0348b;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.nav ul li {
    display: inline-block;
    padding: 0 5px;
}

.nav #menu_desktop a {
    color: #fff;
    font-size: 18px;
}

.nav #menu_desktop .dropdown {
    position: relative;
    display: inline-block;
}

.nav #menu_desktop .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #a0348b;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.nav #menu_desktop .dropdown-menu a {
    display: block;
    text-align: left;
    font-size: 15px;
}

.nav #menu_desktop .dropdown:hover .dropdown-menu {
    display: block;
}

.nav .sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.nav .main_pict {
    line-height: 0;
    text-align: center;
    background: #f3ecc0;
    background: -moz-linear-gradient(90deg, rgb(242 240 199) 0%, rgb(243 236 192) 100%);
    background: -webkit-linear-gradient(90deg, rgb(242 240 199) 0%, rgb(243 236 192) 100%);
    background: linear-gradient(90deg, rgb(242 240 199) 0%, rgb(243 236 192) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f0c7",endColorstr="#f3ecc0",GradientType=1);
}

.main_wrap.head_banner {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.main_wrap .notice {
    text-align: center;
    background-color: #ffc200;
}

.main_content {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.main_content .logo {
    text-align: center;
    padding: 50px 0 0;
}

.main_content .logo img {
    width: 100px;
}

.main_content .text {
    display: inline-block;
    padding: 30px 20px;
    width: 100%;
    max-width: 900px;
    text-align: left;
}

.main_content .text p {
    padding: 5px 0;
}

.main_content .text.exhibition h2 {
    line-height: 1.2;
}

.main_content .text.intro p {
    text-align: center;
    padding: 5px 20%;
}

.main_content .text .block_title_top {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;

}

.announce .center {
   margin: auto;
   text-align: center;
   max-width: 860px;
}

.announce .center img {
   width: 100%;
   height: auto;
}

.main_content .text.announce .block_title {
   font-size: 30px;
   margin: 0 0 10px;
}
.block_title a {color:#7b441c;}

.main_content.b5 .text.announce .block_title {
   font-size: 28px;
   margin: 0 0 20px;
}

.announce .sub-item {
   text-decoration: underline;
}

.left-half {
   float: left;
   width: 49%;
}
.right-half {
   float: right;
   width: 49%;
}

.schedules li {
    list-style: none;
}

.main_content .exhibition .one_info {
    position: relative;
    display: inline-block;
    min-width: 310px;
    text-align: left;
    margin: 20px 0;
}

.main_content .exhibition .one_info:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -12px;
    border-left: 2px solid #a0348b;
    height: 81%;
}

.main_content .exhibition .left {
    float: left;
}

.main_content .exhibition .right {
    float: right;
}

.main_content .exhibition .note_text p {
    color: #a0348b;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 40px;
    padding-top: 20px;
    clear: both;
} 

.main_content .text .block_title {
    text-align: center;
    margin: 40px 0 20px;
    color: #7b441c;
    font-size: 34px;
    font-weight: bold;
}

.main_content .process {
    display: none;
    width: 100%;
    text-align: center;
    background: url(../images/opc_timeline_bg.jpg) repeat-y;
    margin: 20px 0;
}

.main_content .process .block_title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
}

.main_content .process .process_wrap {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 41px 15px 40px;
    padding: 0 0 30px;
    border-bottom: 2px dotted #f1c87a;
}

.main_content .process .process_wrap_left, .main_content .process .process_wrap_right {
    display: none;
}

.main_content .process .process_text {
    position: relative;
    display: table-cell;
    width: 269px;
    color: #ffe5b5;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    vertical-align: bottom;
}

.main_content .process .process_text:after {
    content: '';
    display: inline-block;
    background: url(../images/opc_timeline_icon.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    background-size: 100%;
    bottom: -35px;
    left: 47%;
}

.main_content .process .process_text.finished {
    color: #a08f6e;
}

.main_content .process .process_text.finished:after {
   background: url(../images/opc_timeline_icon2.png) no-repeat;
   background-size: 100%;
}

.main_content .process .process_text span {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.main_content .text.prize {
    text-align: center;
    max-width: 100%;
}

.main_content .text .one_prize {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 30px 0;
    padding: 0 3.3%;
}

.main_content .text .one_prize img {
    width: 100%;
}

.main_content .text .prize_button {
    text-align: center;
    margin: 30px 0;
}

.main_content .text .prize_button .register {
    padding: 12px 52px;
    letter-spacing: 1.5px;
    font-size: 18px;
}

.main_content .text.video {
    text-align: center;
    max-width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 60px;
}

.main_content .text.video p {
    padding: 5px 15%;
}

.main_content .video .video_wrap {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 50px 0;
}

.main_content .video iframe {
    margin: auto !important;
    display: block;
    max-width: 100%;
}

.main_content .video .one_video {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 10px;
    text-align: left;
}
.main_content .video .one_video:nth-of-type(4) {
    clear: both;
}
.main_content .video .one_video p {
    padding: 5px 0 10px;
}

.main_content .text ol {
    margin-left: 20px;
    padding-left: 20px;
}

.main_content .text ol li {
    list-style-type: lower-alpha;
    font-size: 18px;
}
.main_content .text.galleries {
    max-width: 100%;
}

.main_content .text .gallery {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
}

.main_content .text .gallery .one_pict {
    display: inline-block;
    float: left;
    width: 32.33%;
    line-height: 0;
    margin-right: 1.5%;
    cursor: pointer;
    transition: 0.3s;
}

.main_content .text .gallery .one_pict:hover {
    opacity: 0.7;
}

.main_content .text .gallery .one_pict:last-child {
    margin-right: 0;
}

.main_content .text .gallery .one_pict img {
    width: 100%;
}

.main_content .text .sub_title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
}

.main_content .text .sub_title>div {
    display: inline-block;
}

.main_content .text .sub_title .show_more {
    float: right;
    text-align: center;
}

.main_content .regulation a {
    color: #0091ff;
}

.main_content .knowledge .show_less, .main_content .regulation .show_less {
    display: none;
}

.main_content .text .show_less a, .main_content .text .show_more a {
    position: relative;
    color: #a0348b;
}

.main_content .knowledge .show_more a:after, .main_content .knowledge .show_less a:after, .main_content .regulation .show_less a:after, .main_content .regulation .show_more a:after {
    content: '';
    background: url(../images/opc_arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1px;
    width: 20px;
    height: 20px;
}

.main_content .text .show_less a:after, .main_content .regulation .show_less a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
}

.main_content .text .gallery_link {
    text-align: center;
    font-size: 18px;
}

.main_content .text .gallery_link a {
    padding: 0 20px 4px;
    letter-spacing: 2px;
}

.main_content .text .gallery_link a:first-child {
    border-right: 2px solid #a0348b;
}

.main_content .text .gallery_link a span {
    padding-bottom: 3px;
    border-bottom: 1px solid #a0348b;
}

.main_content .text .gallery .slider-prev {
    position: absolute;
    background: url(../images/slider_arrow.png) no-repeat;
    width: 16px;
    height: 40px;
    z-index: 1;
    top: 33%;
    left: -12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(180deg);
}

.main_content .text .gallery .slider-next {
    position: absolute;
    background: url(../images/slider_arrow.png) no-repeat;
    width: 16px;
    height: 40px;
    z-index: 1;
    top: 33%;
    right: -11px;
}

.main_content .text .gallery .slick-dots {
    text-align: center;
}

.main_content .text .gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.main_content .text .gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: transparent;
}

.main_content .text .gallery .slick-dots li button::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: rgb(188, 188, 188);
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
}

.main_content .text .gallery .slick-dots li.slick-active button:before {
    color: #a0348b;
    opacity: 0.9;
}

.main_content .text.contact {
    text-align: center;
}

.social img {
    max-height: 53px;
    margin: 28px 4px 0;
}

.social img.twitter {
    height: 48px;
}
.social img.gjw {
    height: 58px;
}
.main_content .text.knowledge {
    padding: 30px 20px 80px;
}

.main_content .text a.register_link {
    position: relative;
    color: #a0348b;
}

.main_content .text a.register_link:after {
    content: '';
    background: url(../images/opc_registration.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 3px;
    width: 20px;
    height: 20px;
}

.main_content .text .register {
    padding: 7px 25px;
    background-color: #a0348b;
    font-weight: 100;
    margin-right: 30px;
}

.main_content .text .register a {
    color: #f1c87a !important;
}

.main_content .text .resume {
    padding: 7px 25px;
    background-color: #f1c87a;
    font-weight: 400;
}

.main_content .text .resume a {
    color: #a0348b !important;
}

.main_content .text .download_form {
    padding-left: 24px;
}

.main_content .text .line {
    text-align: center;
}

.main_content .knowledge .more_content, .main_content .regulation .more_content {
    display: none;
}

.main_content .regulation h3 {
    font-size: 18px;
    margin: 20px 0 5px;
}

.main_content .knowledge h3 {
    font-size: 18px;
    margin: 20px 0 5px;
}

.main_content .knowledge h4 {
    font-size: 18px;
    margin: 20px 0 5px;
}

.main_content .knowledge small {
    font-size: 14px;
}

.main_content .knowledge .note_text p {
    font-size: 15px;
}

.main_content .text.knowledge li {
    list-style-type: decimal;
}

.main_content.archive h3 {
    text-align: center;
}

.main_content.archive table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 20px auto 50px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    border-collapse: collapse;
    text-align: center;
    width: 80%;
}

.main_content.archive table tr td {
    padding: 18px;
    border: 1px solid #000;
    background: #fafafa;
}

.main_content.archive table strong {
    font-size: 14px;
}

.main_content.galleries .gallery_wrap {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.main_content.galleries .gallery-icon {
    display: inline-block;
    float: left;
    width: 20%;
    line-height: 0;
}

.main_content.galleries .gallery-icon:nth-of-type(5n+1) {
    clear: both;
}

.main_content.galleries img {
    width: 100%;
    padding: 2px;
}

.main_content.galleries .caption {
    line-height: 1.4;
    padding: 3px 0 13px;
}

.news-list {
    padding: 0 0 100px;
}

.news-list li {
    display: inline-block;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    width: 100%;
    padding: 10px 0;
}

.news-list li:before {
    content: ".";
    padding-right: 10px;
    vertical-align: text-bottom;
}

.news-list li:first-child {
    border-top: 1px solid #ccc;
}

.news-list li span {
    float: right;
}

.main_content .text.exhibition {
    max-width: 800px;
    text-align: center;
    padding: 30px;
}

.main_content .exhibition .exhibition_link>button {
    width: 240px;
}

.main_content .sponsor img {
    max-width: 100%;
}

footer div {
    text-align: center;
    margin: 30px 0;
}

footer .logo {
    height: 50px;
    margin-right: 50px;
}

footer .copyright {
    height: 50px;
}

footer #backtotop .totop {
    position: fixed;
    display: inline-block;
    bottom: 30px;
    right: 10px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    background: url(../images/opc_scroller-btn.png) no-repeat;
    cursor: pointer;
}

.main_wrap.head_banner {
    height: 377px;
    max-width: 1448px;
    background-image: url(../images/NIFPC-top.jpeg);
}

@media only screen and (max-width: 767px) {
   .main_wrap.head_banner {
        height: 459px;
        background-image: url(../images/NIFPC-top-m.jpeg);
    }

    .main_content .exhibition .one_info {
        width: 50%;
        float: none !important;
    }
}

@media only screen and (max-width: 1000px) {
    .main_content .video .video_wrap {
        width: 80%;
    }

    .main_content .video .one_video {
        width: 100%;
        padding: 10px;
        text-align: left;
    }

}
@media only screen and (max-width: 650px) {
    .nav .top_bar {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #e7e7e7;
    }

    .nav .main_pict {
        margin-top: 41px;
    }

    .nav .mobile-trigger {
        display: inline-block;
        padding-left: 15px;
        font-size: 28px;
        color: #a0348b;
        box-sizing: border-box;
        text-align: left;
        z-index: 1;
        line-height: 35px;
    }
    .nav #menu_desktop {
        display: none;
    }
    .nav #menu_mobile {
        position: fixed;
        background-color: #a0348b;
        top: 35px;
        left: 0;
        padding: 0 20px;
        z-index: 12;
        border-bottom: 1px solid #e7e7e7;
    }
    .nav #menu_mobile li {
        list-style: none;
        width: 100%;
        text-align: left;
        line-height: 30px;
    }
    .nav #menu_mobile a {
        color: #fff;
        font-size: 14px;
    }
    .nav #menu_mobile .dropdown {
        position: relative;
        display: inline-block;
    }

    .nav #menu_mobile .dropdown-menu {
        display: none;
        position: absolute;
        background-color: #a0348b;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
        bottom: 0;
        left: 115px;
    }

    .nav #menu_mobile .dropdown-menu a {
        display: block;
        text-align: left;
        font-size: 15px;
    }

    .nav #menu_mobile .dropdown:hover .dropdown-menu {
        display: block;
    }
    .nav .language {
        display: inline-block;
        padding: 0 5px;
	height: 100%;
        float: none;
        margin-right: 0;
        text-align: left;
        line-height: 20px;
    }
    .nav .language li {
        display: inline-block;
        float: left;
        padding: 0 5px;
    }
    .main_content .text .block_title_top {
        margin: 10px 0 0;
    }
    .main_content .process {
        display: none;
        background: url(../images/opc_timeline_bg.jpg) repeat-y;
        padding: 0 0 40px;
    }
    .main_content .process .process_wrap {
        display: none;
    }
    .main_content.en .process .process_text {
        font-size: 14px;
    }
    .main_content.en .process .process_text span {
        font-size: 14px;
    }
    .main_content .process .process_wrap_left {
        display: inline-block;
        text-align: right;
        float: left;
        width: 50%;
    }
    .main_content .process .process_wrap_right {
        display: inline-block;
        text-align: left;
        float: left;
        width: 50%;
        border-left: 2px dotted #f1c87a;
    }
    .main_content .process .process_text {
        display: inline-block;
        float: none;
        padding-right: 30px;
        width: 100%;
    }
    .main_content .process .process_wrap_right .process_text {
        margin: 120px 0 80px;
        padding-right: 0;
        padding-left: 30px;
    }
    .main_content .process .process_wrap_right .process_text:last-child {
        margin: 40px 0 30px;
    }
    .main_content .process .process_wrap_left .process_text:first-child {
        height: 220px;
        margin-top: 3px;
    }
    .main_content .process .process_text:after {
        top: 10px;
        right: -4px;
        bottom: auto;
        left: auto;
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .main_content .process .process_wrap_right .process_text:after {
        left: -4px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .main_content .text .one_prize {
        float: none;
        margin: 10px 0;
        padding: 0;
        width: 60%;
    }
    .main_content .text .one_prize img {
        max-width: 285px;
    }
    .main_content .text .prize_text {
        text-align: left;
    }
    .main_content .text.intro p {
        text-align: left;
        padding: 5px 0;
    }
    .main_content .text .sub_title {
        text-align: center;
    }
    .main_content .text .sub_title>div {
        display: block;
    }
    .main_content .text .sub_title .show_more {
        float: none;
    }
    .main_content .text .gallery .one_pict {
        padding: 15px;
        margin: 0;
        width: 100%;
    }
    .main_content .text .gallery .one_pict:hover {
        opacity: 1;
    }
    .main_content .text .gallery_link {
        font-size: 15px;
    }
    .main_content .text .gallery_link a {
        padding: 0 15px 4px;
        letter-spacing: 0;
    }
    .main_content .text .register {
        padding: 7px 20px;
        margin-right: 18px;
        margin-bottom: 15px;
    }
    .main_content .text .exhibition_link .register {
        margin: 0 auto 15px;
    }
    .main_content .text .resume {
        padding: 7px 20px;
    }
    .main_content.archive table {
        width: 100%;
    }
    .main_content.galleries .gallery-icon {
        width: 50%;
    }
    .main_content.galleries .gallery-icon:nth-of-type(5n+1) {
        clear: unset;
    }
    .main_content.galleries .gallery-icon:nth-of-type(2n+1) {
        clear: both;
    }
    .main_content .video .video_wrap {
        width: 75%;
    }
    .main_content .video .video_wrap .one_video {
        width: 100%;
    }
    .main_content .text.announce .block_title, .main_content.b5 .text.announce .block_title { font-size: 20px;}
    .main_content .left-half, .main_content .right-half { width: 100%; }
}

@media only screen and (max-width: 480px) {
    .main_wrap.head_banner {
        height: 333px;
   }
}
@media only screen and (max-width: 386px) {
    .main_wrap.head_banner {
        height: 270px;
   }
}
@media only screen and (max-width: 370px) {

    .main_content .text ol {
        margin-left: 10px;
        padding-left: 10px;
    }
    .main_content .text ol li {
        font-size: 14px;
    }

}

/* Modal styles */
.modal2 {
    display: none; 
    position: fixed; 
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.6); /* Semi-transparent black */
  }
  
  .modal2-content {
    list-style-position: inside;
    position: relative;
    background-color: #FFF7E1;
    margin: 10% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Adjust width for responsiveness */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); /* Material design shadow */
  }
  
  /* Close button */
  .close2 {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close2:hover,
  .close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .modal2-content {
      width: 80%;
      margin: auto;
      margin-bottom: 10px; 
      padding: 10px;
      position: fixed;
      bottom: 0; 
      top: auto; 
      transform: translateX(-50%);
      left: 50%; 
      border-radius: 10px 10px 0 0; 
    }
      
  .standout-text {
    font-size: 1em;
  }
  }

  .standout-text {
    font-weight: bold;
    font-size: 1.25em;
    color: black;
  }

