@charset "utf-8";
@import "default.css";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://unpkg.com/splitting/dist/splitting.css');
@import url('lity.min.css');
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}
body {
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
}

.trial section { 
    width: 100%; margin: 0 auto; font-family: "Noto Sans TC", sans-serif;
}
.trial img {
    width: 100%;
    height: auto;
}
.trial section h1 {

}
.trial section h2 {
    margin-bottom: .25rem;
    font-size: 36px; 
    font-weight: 900; 
    line-height: 150%; 
    letter-spacing: 5px;
    color: #c8161e;
}
.trial section h3 {
    margin-bottom: .25rem;
    font-size: 18px; 
    font-weight: 900; 
    line-height: 150%;    
}
.trial h2, .trial h3, .trial p {
    margin: 0;
    padding: 0;
}
.trial section p {
    margin-bottom: .25rem;
    font-size: 18px; 
    line-height: 150%;
}
.trial ol, .trial ul, .trial li {
    margin: 0; padding: 0;
}
.trial li {
    list-style: none;
}
.trial figcaption {
    
}
.trial a { 
    text-decoration: none;
}
.trial a:hover {
    
}
dl, dd, dt {
    margin: 0;
    padding: 0;
}
dd, dt {
    width: 100%;
}

/* tab */
.trial-tab {
    width: 100%;
    background: #c8161e;
}
.trial-tab .tab-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trial-tab .tab-wrapper a {
    /* width: 20%; */
    padding: .5% 3%;
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    color: #ffffff !important;
    text-align: center;
}
.trial-tab .tab-wrapper a:hover {
    background: #3e3a39;
    transition-duration: 1000ms;
}
@media screen and (max-width:768px) {
    .trial-tab .tab-wrapper a {
        font-size: 80%;
    }
}

/* cover */
.cover { width: 100%; height: auto; overflow: hidden; position: relative;}
.cover article { width: 100%; height: 100%; position: absolute; z-index: 99;}
.cover article > div { width: 100%; height: 100%; padding: 30px; display: flex; flex-wrap: wrap; flex-direction: row;}
.cover article h1 { max-width: 200px; width: 100%; margin: 0;}
.cover article h1 img { width: 100%; height: auto;}
.cover article h1 span { display: none;}
.cover article .content { width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center;}
.cover article .content h2 { width: 35%; display: inline-block; color: #ffffff; text-align: center; text-shadow: 1px 1px 10px #333333;}
.cover article .content h3 { font-size: 18px;}
.cover article .content p { font-size: 18px}
.cover article .content .label { width: 30%; text-align: center;}
.cover article .content .label h3 { margin-bottom: 0; font-size: 48px; color: #C8161E; letter-spacing: 5px;}
.cover article .content .label p { margin-bottom: 0; font-size: 24px; color: #C8161E;}
.cover article .content .label p small { font-size: 18px; font-weight: normal; color: #000000;}
.cover article .content .label .label-wrapper { padding: 5%; display: inline-block; background: #ffffff; border-radius: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.cover picture { width: 100%; height: auto; position: relative;}
.cover picture img { width: 100%; height: auto;}
@media (max-width: 1024px) {
    .cover article .content h2 { font-size: 140%;}
}
@media (max-width: 960px) {
    .cover article .content h2 { font-size: 24px;}
    .cover article .content .label h3 { font-size: 24px;}
    .cover article .content .label p { font-size: 18px;}
    .cover article .content .label .label-wrapper { border-radius: 15px;}
}
@media (max-width: 768px) {
    .cover article h1 { max-width: 120px;}
    .cover article .content h2 { font-size: 18px;}
    .cover article .content .label h3 { font-size: 18px;}
    .cover article .content .label p { font-size: 14px;}
    .cover article .content .label p small { font-size: 14px;}
}
@media (max-width: 768px) {
.cover article > div { padding: 10px;}
}
@media (max-width: 375px) {
    .cover article h1 { max-width: 80px;}
    .cover article .content h2 { font-size: 14px;}
    .cover article .content .label h3 { font-size: 14px;}
    .cover article .content .label p { font-size: 12px;}
    .cover article .content .label p small { font-size: 12px;}
    .cover article .content .label .label-wrapper { border-radius: 10px;}
}

/* conference */
.conference { width: 100%; height: auto; margin: 0 auto; position: relative;}
.conference-wrapper { width: 88%; margin: 0 auto; padding: 5% 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center;}
.conference article { width: 50%; padding-right: 2.5%; align-content: center;}
.conference article h2 {}
.conference picture { width: 50%; height: auto; overflow: hidden;}
.conference picture img { height: 100%; object-fit: cover; object-position: center center;}
.conference .icon { margin-top: 5% !important; display: flex; flex-wrap: wrap;}
.conference .icon li { width: 50%; margin-bottom: 10px; font-weight: 900;}
.conference .icon img { max-width: 48px; width: 100%; margin-right: 10px; vertical-align: middle;}
@media (max-width: 960px) {
    .conference-wrapper { width: 90%; padding: 5% 0; }
    .conference article { width: 100%; padding-right: 0;}
    .conference picture { width: 100%; height: auto; overflow: hidden;}
    .conference picture img { width: 100%; height: auto; object-fit: cover; object-position: center center;}
}
@media (max-width: 576px) {
    .conference .icon li { width: 100%;}
}

/* streaming */
.streaming { width: 100%; height: auto; margin: 0 auto; position: relative;}
.streaming-wrapper { width: 88%; margin: 0 auto; padding: 5% 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center;}
.streaming article { width: 50%; padding-right: 2.5%; align-content: center;}
.streaming article h2 {}
.streaming picture { width: 50%; height: auto; overflow: hidden;}
.streaming picture img { height: 100%; object-fit: cover; object-position: center center;}
.streaming .icon { margin-top: 5% !important; display: flex; flex-wrap: wrap;}
.streaming .icon li { width: 50%; margin-bottom: 10px; font-weight: 900;}
.streaming .icon img { max-width: 48px; width: 100%; margin-right: 10px; vertical-align: middle;}
@media (max-width: 960px) {
    .streaming-wrapper { width: 90%; padding: 5% 0; }
    .streaming article { width: 100%; padding-right: 0;}
    .streaming picture { width: 100%; height: auto; overflow: hidden;}
    .streaming picture img { width: 100%; height: auto; object-fit: cover; object-position: center center;}
}
@media (max-width: 576px) {
    .streaming .icon li { width: 100%;}
}

/* conference-product */
.conference-product { width: 100%; height: auto; position: relative; background: #f3f0e9;}
.conference-product .product-wrapper::before { content: ""; width: 0; height: 0; display: flex; position: absolute; top: 0; z-index: 99; border: 25px solid; border-color: #ffffff transparent transparent transparent;}
.conference-product .product-wrapper { width: 88%; margin: 0 auto; padding: 5% 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center;}
.conference-product .product-wrapper > div { width: 50%; text-align: center; align-content: center;}
.conference-product .product-wrapper > div h2 { text-align: center; letter-spacing: 0;}
.conference-product .product-wrapper > div a, .conference-product .product-wrapper > div a:visited, .conference-product .product-wrapper > div a:active { display: block; text-align: center; color: #ffffff;}
.conference-product .product-wrapper > div a span { padding: 10px 30px; display: inline-block; background: #C8161E;}
.conference-product .product-wrapper > div a span:hover { background: #333333; transition-duration: 1000ms;}
.conference-product article { width: 25%; padding: 0 5%; text-align: center;}
.conference-product article a, .conference-product article a:visited, .conference-product article a:active { color: #000000; text-decoration: underline;}
.conference-product article a:hover { color: #C8161E;}
.conference-product article picture { width: 100%; height: auto; position: relative; overflow: hidden;}
.conference-product article picture img { width: 100%; height: auto;}
@media (max-width: 768px) {
    .conference-product .product-wrapper > div { width: 100%;}
    .conference-product article { width: 50%;}
}
@media (max-width: 576px) {
    .conference-product h3, .conference-product p { font-size: 16px !important;}
}

/* streaming-product */
.streaming-product { width: 100%; height: auto; position: relative; background: #f3f0e9;}
.streaming-product .product-wrapper::before { content: ""; width: 0; height: 0; display: flex; position: absolute; top: 0; z-index: 99; border: 25px solid; border-color: #ffffff transparent transparent transparent;}
.streaming-product .product-wrapper { width: 88%; margin: 0 auto; padding: 5% 0; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center;}
.streaming-product .product-wrapper > div { width: 100%; text-align: center; align-content: center;}
.streaming-product .product-wrapper > div h2 { text-align: center; letter-spacing: 0;}
.streaming-product .product-wrapper > div a, .streaming-product .product-wrapper > div a:visited, .streaming-product .product-wrapper > div a:active { display: block; text-align: center; color: #ffffff;}
.streaming-product .product-wrapper > div a span { padding: 10px 30px; display: inline-block; background: #C8161E;}
.streaming-product .product-wrapper > div a span:hover { background: #333333; transition-duration: 1000ms;}
.streaming-product .product-wrapper > div > p { font-size: 21px; font-weight: 900; color: #C8161E; line-height: 170%;}
.streaming-product article { width: 25%; padding: 0 5%; text-align: center;}
.streaming-product article a, .streaming-product article a:visited, .streaming-product article a:active { color: #000000; text-decoration: underline;}
.streaming-product article a:hover { color: #C8161E;}
.streaming-product article picture { width: 100%; height: auto; position: relative; overflow: hidden;}
.streaming-product article picture img { width: 100%; height: auto;}
@media (max-width: 768px) {
    .streaming-product article { width: 50%;}
}
@media (max-width: 576px) {
    .streaming-product h3, .streaming-product p { font-size: 16px !important;}
}


/* guideline */
.guideline { width: 100%; height: auto; margin: 0 auto; position: relative; background: url(../images/bg.svg) repeat; background-size: 500px auto;}
.guideline-wrapper { width: 100%; margin: 0 auto; padding: 5% 0; text-align: center;}
.guideline-wrapper > p { color: #C8161E;}
.guideline article { width: 40%; margin: 0 auto; display: flex; flex-wrap: wrap; flex-direction: row;}
.guideline article h3 { color: #C8161E;}
.guideline article h3, .guideline article > p { margin-bottom: 0;}
.guideline article img { width: 100%;}
.guideline article dl { width: 100%; margin: 0 auto; display: flex; flex-direction: row;}
.guideline article dt, .guideline article dd { text-align: left;}
.guideline article dt { width: 60px; margin-right: 10px;}
@media (max-width: 1024px) {
    .guideline article { width: 60%;}
}
@media (max-width: 768px) {
    .guideline article { width: 75%;}
}
@media (max-width: 480px) {
    .guideline article { width: 90%;}
}

/* detail */
.detail { width: 100%; height: auto; margin: 0 auto; position: relative; background: url(../images/bg.svg) repeat; background-size: 500px auto;}
.detail article { width: 100%; margin: 0 auto; padding: 5% 0; text-align: center;}
.detail ol { width: 45%; margin: 0 auto;}
.detail li { margin-bottom: 15px; text-align: left; list-style: decimal; font-size: 16px;}
.detail li span { color: #C8161E;}
@media (max-width: 1024px) {
    .detail ol { width: 65%;}
}
@media (max-width: 768px) {
    .detail ol { width: 80%;}
}

/* contact */
.contact { width: 100%; height: auto; margin: 0 auto; padding: 5% 0;}
.contact article { text-align: center;}
.contact a {
    display: inline-block;
    border: 1px solid #C9242C;
    padding: 15px 25px;
    text-decoration: none;
    line-height: 1;
    background-color: #fff;
    color: #C9242C;
    font-weight: 500;
    font-size: 100%;
}
.contact .fa:before {
    font-size: 150%;
    margin-right: 10px;
    transition: none;
}
@media (min-width: 768px) {
    .contact.delighter a {
        opacity: 0;
        transition: all .5s ease-out;
        transform: translatey(100%);
    }
    .contact.started a {
        transform: none;
        opacity: 1;
    }
}
@media (min-width: 980px) {
    .contact a:hover {
        background-color: #C9242C;
        color: #fff;
    }
}

/* footer */
footer { width: 100%; height: auto; padding: 10px 0; background: #333333; text-align: center; font-size: 12px; color: #ffffff;}
footer .sm-link { width: 90%; margin: 0 auto; text-align: center;}
footer .sm-link img { width: 30px;height: 30px; margin: 10px 8px 20px; vertical-align: middle;}
footer .sm-link a { opacity:.8;}
footer .sm-link a:hover { opacity: 1;}

/* form */
.trial-form { width: 100%; margin: 0 auto; position: relative;}
.trial-form h2 { text-align: center;}
.trial-form mark {display: inline-block;
    background-color: transparent;
    color: red;
    margin-right: 5px;
}
.trial-form .d-flex { display: flex; flex-wrap: wrap;}
.trial-form .submit {
    text-align: center;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #dedede;
}
.trial-form .submit button {
    border: 1px solid #C9242C;
    color: #fff;
    background-color: #C9242C;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 150%;
}
.trial-form .submit button .fa:before {
    font-size: 150%;
    margin-left: 10px;
}
.submit button:hover {
    color: #C9242C;
    background-color: #fff;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.trial-form button {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.trial-form button, .trial-form input {
    overflow: visible;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.trial-form input {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}
.trial-form .inputBox {
    padding: 5px;
    font-size: 100%;
    width: 100%;
    border: none;
}
.trial-form .checkOption input:last-of-type {
    margin: 0 0 5px;
}
.trial-form .checkOption input[type="checkbox"] {
    border: 1px solid #ced4da;
    width: 16px;
    height: 16px;
}

.trial-form small span { color: #C9242C; }
.trial-form { width: 100%; height: auto; margin: 0 auto; position: relative;}
.trial-form .container { width: 100%; height: auto; margin: 0 auto; padding: 5% 0 0;}
.trial-form form { font-size: 18px;}
.trial-form dl.row {
    background-color: #f3f0e9;
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
}
.trial-form dl.row > dt  small { font-size: 12px;}
.trial-form dl.row > dt {
    padding: 0 0 25px;
}
.trial-form dl.row > dd div {
    position: relative;
    padding:25px 25px 90%;
    font-size: 4vw;
    overflow: hidden;
    text-align: center;
    background-color: #000;
}
.trial-form dl.row > dd div:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: .75;
    height: 35%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
}
.trial-form dl.row > dd div:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/appleFor.jpg");
    background-image: -webkit-image-set(url(../images/appleFor.webp) 1x);
    opacity: .5;
}
.trial-form dl.row > dd div h4, .trial-form dl.row > dd div ul {
    position: relative;
    z-index: 3;
}
.trial-form dl.row > dd div h4 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 180%;
}
.trial-form dl.row > dd div ul {
    text-align: left;
    display: inline-block;
    color: #fff;
    padding: 0 0 0 20px;
    font-size: 100%;
}
.trial-form dl.row > dd div ul li { list-style: disc;}
.trial-form ul.row > li {
    width: 100%;
    margin: 0 0 15px;
}
.trial-form ul.row > li:last-of-type {
    margin: 0;
}
.trial-form ul.row > li:nth-of-type(7), .trial-form ul.row > li:nth-of-type(8), .trial-form ul.row > li:nth-of-type(9), .trial-form ul.row > li:nth-of-type(10) {
    width: 100% !important;
    display: block !important;
    margin: 15px 0 0;
}
.trial-form ul.row > li:nth-of-type(8) strong {
    display: block;
    margin: 0 0 5px;
}
.trial-form ul.row > li:nth-of-type(8) div.row article strong {
    padding: 6px;
    margin: 10px 0;
    font-weight: 600;
    color: #fff;
    background-color: #43c6d5;
    line-height: 1;
    width: 100%;
}
.trial-form ul.row > li:nth-of-type(8) div.row article:nth-of-type(2) strong {
    background-color: #3ea4da;
}
.trial-form ul.row > li:nth-of-type(8) div.row article:nth-of-type(3) strong {
    background-color: #427eda;
}
.trial-form ul.row > li:nth-of-type(8) label {
    padding: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    text-align: center;
}
.trial-form ul.row > li:nth-of-type(8) figure {
    overflow: hidden;
}
.trial-form ul.row > li:nth-of-type(8) figure img {
    transition: .3s ease-in-out;
}
.trial-form ul.row > li:nth-of-type(8) label:hover figure img {
    transform: scale(0.95)
}
.trial-form ul.row > li:nth-of-type(8) input {
    height: 25px;
    width: 25px;
    display: inline-block;
}
.trial-form ul.row > li:nth-of-type(9) label {
    margin: 0;
    padding: 0 5px 0 0;
    width: 70px;
}
.trial-form ul.row > li:nth-of-type(9) input {
    width: auto !important;
    background-color: transparent;
}
.trial-form ul.row > li > div.row > article {
    padding: 10px 0;
    width: 100%;
}
.trial-form ul.row > li > div.row > article > label {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    padding: 15px;
    text-align: center;
    background-color: #fff;
}
.trial-form ul.row > li label {
    display: block;
    margin: 0 0 5px;
    line-height: 1;
    white-space: nowrap;
}
.trial-form ul.row > li label + input {
    width: 100%;
    border: 1px solid #dccdbd;
}
@media (min-width: 768px) {
    .trial-form .container {
        max-width: 980px;
    }
    .trial-form dl.row {
        max-width: none;
        padding: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    .trial-form ul.row > li > div.row {
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }
    .trial-form ul.row > li > div.row > article {
        width: calc(100% / 3);
        padding: 0 5px;
    }
    .trial-form dl.row > dd div {
        height: 100%;
        padding: 30px;
        font-size: 21px;
        background-position: center 60%;
    }
    .trial-form dl.row > dd div:after {
        background-position: center;
    }
    .trial-form dl dd div.delighter {
        opacity: 0;
        transition: all .7s ease-out;
        transform: translateX(20%);
    }
    .trial-form dl dt div.delighter {
        opacity: 0;
        transition: all .7s ease-out;
        transform: translateX(-20%);
    }
    .trial-form dl dd div.started, .trial-form dl dt div.started {
        transform: none;
        opacity: 1;
    }
}
@media (min-width: 980px) {
    .trial-form dl.row > dt ul.row {
        margin: 0 -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .trial-form dl.row > dt ul.row > li {
        padding: 0 15px;
        width: 50%;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .trial-form ul.row > li label {
        width: 230px;
    }
}
@media (min-width: 1200px) {
    .trial-form dl.row > dt {
        padding: 20px;
    }
    .trial-form dl.row > dd div {
        padding: 5%;
    }
    .trial-form dl.row > dd div:after {
        background-position: center top;
        opacity: 1;
    }
    .trial-form dl.row > dt {
        padding: 0 20px 0 0;
    }
    .trial-form ul.row > li label[for="address"] {
        width: 230px;
    }
    .trial-form ul.row > li label[for="fileUpload"] {
        width: auto;
    }
    .trial-form dl.row > dt {
        min-width: 768px;
        max-width: 60%;
    }
    .trial-form dl.row > dd {
        -ms-flex: 1;
        flex: 1;
    }
    .trial-form .container {
        max-width: 1366px;
    }
    .trial-form dl.row > dd div {
        font-size: 23px;
        text-align: left;
    }
    .trial-form dl.row > dd div ul {
        display: block;
    }
    .trial-form dl.row > dd div {
        font-size: 20px;
    }
    .trial-form dl.row > dd div:before {
        display: inline-block;
    }
}

.checkOption a, .section-contactUs a {
    display: inline-block;
    text-decoration: underline;
    color: #222;
}

/* privacy */
#privacy .container {
    max-width: 1200px;
    height: 90vh;
    overflow-y: auto;
    padding: 50px;
}
@media (min-width: 768px) {
    #privacy .container {
        width: 100%;
        padding: 2.5% 5%%;
    }
}
/* nav */
.navList {
    background: #C9242C;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.dropdown-title {
    display: none;
}

@media (min-width: 996px) {
    .navList .container { padding: 0 10%;}
    .selected {
        display: none;
    }
    .navList ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -ms-flexbox;
        display: flex !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .navList ul li {
        list-style: none;
    }
    .navList ul li a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 10px;
        text-align: center;
        line-height: normal;
        font-weight: 500;
        color: #ffffff;
        font-size: 105%;
    }
    .navList ul li a.active, .navList ul li a.active:hover, .navList ul li.active a {
        color: #fff;
    }
    .navList ul li {
        width: calc(100% / 5);
    }
    .navList ul li a:hover, .navList ul li a.active:hover {
        background-color: rgba(51, 51, 51, .25);
    }
    .navList ul li a.active, .navList ul li a.active:hover {
        color: #fff;
        background-color: rgba(51, 51, 51, 1.00);
        pointer-events: auto;
    }
}
/* Mobile styles */
@media (max-width: 996px) {
    .navList {
        top: 0;
    }
    .dropdown {
        position: relative;
        width: 100%;
    }
    .navList .EOC_container {
        width: 100%;
        max-width: none;
    }
    .selected {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 15px;
        line-height: normal;
        font-weight: 500;
        color: #ffffff;
    }
    .selected::after {
        content: "\f107";
        font-family: 'FontAwesome';
        height: auto;
        visibility: visible;
        position: absolute;
        right: 15px;
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
        transition: transform .5s, -webkit-transform .5s;
        font-size: 120%;
    }
    .selected.open::after {
        -webkit-transform: rotate(180deg);
        transform: translateY(-50%)rotate(180deg);
    }
    .dropdown-list li {
        cursor: pointer;
        padding: 15px 15px 0;
    }
    .dropdown-list li:last-of-type {
        cursor: pointer;
        padding: 15px;
    }
    .dropdown-list li a {
        display: block;
        color: #000;
    }
    .dropdown-list li.active a {
        color: #d0343a;
        font-weight: 600;
    }
    .dropdown {
        position: relative;
        display: block;
    }
    .dropdown-list {
        list-style: none;
        padding: 0;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #e6e7e9;
        margin: 0;
        width: 100%;
        z-index: 99;
    }
}