/* SECTION general */
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
a.skip:link,
a.skip:visited {
    display: block;
    overflow: hidden;
    text-indent: -600px;
    font-size: small;
    padding: 15px 0;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    top: 0;
    text-decoration: underline;
    outline: 0 !important;
    pointer-events: none;
}
a.skip:active,
a.skip:focus {
    text-indent: 1px;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    background: #4c1653;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.top-navigation .right-side .function {
    height: auto;
}
button:focus,
a:focus {
    /* outline: #4c1653 dashed 2px; */
    /* outline: auto !important; */
    outline-color: #00454a !important;
}
.tiny-dropbtn.ftn-font:hover,
.tiny-dropbtn.ftn-lang:hover {
    background: none !important;
}
.tiny-dropbtn.ftn-font,
.tiny-dropbtn.ftn-lang {
    display: block;
}
.search-box,
.search-popup .close {
    text-decoration: none;
}
.tiny-dropdown .tiny-dropdown-content a:focus {
    background-color: #ddd;
    outline: none !important;
}
.core-menu li a:focus+.menu-dropdown {
    display: block;
}
.search-popup .close {
    position: absolute;
    right: 19px;
    top: 10px;
}
.owl-theme .owl-nav [class*='owl-']:focus {
    color: #FFF;
    text-decoration: none;
    background: #D6D6D6 !important;
    outline: none !important;
}
/* !SECTION  */
.focus-show .btn {
    margin: 10px 0 0 0 !important
}
.focus-show {
    opacity: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}
.focus-show:focus {
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .menu-dropdown {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .menu-lv1.open .menu-dropdown {
        display: block;
        height: auto;
    }
}

.template-container .template-wrapper .simplebox-title {
    /*font-size: 57px; */
    padding-top: 50px;
    /* margin-bottom: 25px; */
    padding-bottom: 25px;
}
.banner .template-wrapper .simplebox-title {
    color: white;
}

@media (max-width: 767px) {
    .menu-dropdown {
        display: block;
        height: 0;
        overflow: hidden;
    }
    .menu-lv1.open .menu-dropdown {
        display: block;
        height: auto;
    }
    .template-container .template-wrapper .simplebox-title {
/*         font-size: 30px; */
        padding: 15px 15px 15px;
    }
}

.tabs-container .tab-title {
    font-size: inherit;
    padding: 0 !important;
    color: #333333 !important;
}
.lightbox-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}
.lightbox-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.lightbox-container img {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    transform: scale(0.7) translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s all;
}
.lightbox-container.active img {
    transform: scale(1) translateY(-50%);
    opacity: 1;
}
a.lightbox-close {
    top: 0;
}
body.locked {
    overflow: hidden;
    /* height: 100%; */
}
.h2 {
/*     font-size: 57px; */
}
.h6 {
/*     font-size: 24px; */
}
.results .h6 {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .h6 {
/*         font-size: 21px; */
    }
    .results .h6 {
        padding-top: 20px;
    }
    .template-container .template-wrapper .h6 {
/*         font-size: 21px; */
        padding-bottom: 0;
        padding-left: 0;
    }
}
.select2-container--focus,
[type="text"]:focus,
[type="password"]:focus,
.filter-checkbox input:focus~.checkmark ,
.radio-item input:focus ~ .checkmark{
    -webkit-box-shadow: 0px 0px 0px 2px #000000;
    box-shadow: 0px 0px 0px 2px #000000;
}


.search-wrapper .search-item .title {
    display: block;
}
.search-popup .title {
    display: block;
}
.tabs2 li {
    float: left;
    position: relative;
    cursor: pointer;
}
.tabs2 li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #000;
}
.tabs2 li:last-child:after {
    display: none;
}
.simpletab.active {
    color: #179E58;
    font-family: 'Roboto', 'Cormorant Garamond', 'NotoSansTC', 'NotoSansSC', 'NotoSerifTC', 'NotoSerifSC';
    font-weight: bold;
    font-style: normal;
/*     font-size: 16px; */
    line-height: 26px;
    padding: 0 10px;
}
.simpletab {
    color: #1c1c1c;
    font-family: 'Roboto', 'Cormorant Garamond', 'NotoSansTC', 'NotoSansSC', 'NotoSerifTC', 'NotoSerifSC';
    font-weight: bold;
    font-style: normal;
/*     font-size: 16px; */
    line-height: 26px;
    padding: 0 10px;
    text-decoration: none;
}

.clearfix{
    display: block;
    clear: both;
}

.close{
    text-decoration: none;
}
.faq-question{
    text-decoration: none;
}

.lightbox-msg{
    opacity: 0;
}

.lightbox:hover .lightbox-msg,.lightbox:focus .lightbox-msg{
    opacity: 1;
}

.ongoing-events-row .focus-show:focus,.ongoing-events-row .focus-show:focus-within{
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}


.focus-show .btn-orange,.focus-show .btn-orange{
    color: #fff;
}

.owl-pause{
    position: absolute;
    right: 16px;
    bottom: 18px;
    height: 18px;
    width: 18px;
    background: url(/home/images/btn-pause.png) no-repeat center rgba(0,0,0,0.75);
}

.owl-pause.stoped{

    background: url(/home/images/btn-play.png) no-repeat center rgba(0,0,0,0.75);
}