body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: #666;
    font-size: 17px;
    line-height: 28px;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft JhengHei", Arial, Helvetica, 'Open Sans', sans-serif;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
*::selection {
    color: #fff;
    background: #6D4C8F;
}
button {
    outline: none !important;
}
a,
button {
    cursor: pointer;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe{
    width:100% !important;
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: static !important;
    height: 100vh;
    width: 100vw;
}

/* btn */
.btn {
    font-size: 18px;
    padding: 12px 10px;
    word-break: break-word;
    white-space: normal;
    height: auto !important;
    padding: 10px;
    letter-spacing: .05rem;
}
.btn.btn-fill-primary,.btn.btn-fill-secondary {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}
button {
    height: 44px;
}

.btn-fill-primary {
    color: #fff;
    border: none;
    background-color: #F25252;
}

.btn-fill-primary:hover,
.btn-fill-primary:active {
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 2px 24px rgba(255, 66, 95, 0.35);
    background-color: #FF8A8A;
}

.btn-fill-secondary {
    /*background: rgba(255, 138, 138, .2);*/
    /*border: 2px solid #F25252;*/
    /*color: #F25252;*/
    color: #fff;
    border: none;
    background-color: #48C0F0;
}

.btn-fill-secondary:hover,
.btn-fill-secondary:active {
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 2px 24px rgba(72, 192, 240, 0.45);
    color: #fff;
}

.btn-linear-primary {
    opacity: 1;
    color: #E62D15;
    background-color: #fff;
    background-image: none;
    border: 1.5px solid #F25252 !important;
}
.btn-linear-primary:hover,
.btn-linear-primary:active {
    background: rgba(255, 138, 138, .2);
    -webkit-transition: all .5s;
    transition: all .5s;
}


.btn-linear-secondary:hover,
.btn-linear-secondary:active {
    opacity: 1;
    color: #7B599E;
    background-color: #fff;
    background-image: none;
    border-color: #7B599E;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-linear-secondary {
    color: #666;
    background-color: #fff;
    background-image: none;
    border-color: #666;
}


.btn-disabled {
    opacity: 0.3;
}

.btn-disabled:hover, .btn-disabled:active {
    transition: none !important;
    box-shadow: none !important;
}

.btn-fill-primary.btn-disabled:hover,
.btn-fill-primary.btn-disabled:active {
    background-color: #F25252 !important;
}
.btn-fill-secondary.btn-disabled:hover,
.btn-fill-secondary.btn-disabled:active {
    background-color: #48C0F0 !important;
}

.btn-linear-primary.btn-disabled:hover,
.btn-linear-primary.btn-disabled:active {
    background: none !important;
}
/* text-style */

h1 {
    color: #7B599E;
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: .125rem;
    font-weight: bold;
}

h2 {
    color: #6D4C8F;
    letter-spacing: .5rem;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

h3 {
    color: #6D4C8F;
    font-size: 1.25rem;
    margin: .5rem 0 1.5rem 0;
    letter-spacing: .1rem;
    font-weight: normal;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

h4 {
    color: #7B599E;
    font-size: 1.45rem;
    line-height: 1.8rem;
    letter-spacing: .125rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

h5 {
    color: #6c4b8e;
    margin-bottom: .5rem;
    font-weight: bold;
    letter-spacing: .25rem;
    line-height: 3rem;
    font-size: 1.5rem;
    margin-top: 1rem !important;
}

#fixed-right h3 {
    font-size: 1rem;
    font-size: 1.1rem;
    border-width: 2px;
    margin-bottom: 1.25rem;
    margin-top: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid #6D4C8F;
    width: 68px;
}

p {
    color: #666 !important;
}

.sub-title {
    font-size: 1.75rem;
    letter-spacing: .5rem !important;
    font-weight: bold !important;
    color: #7B599E;
    border-bottom: 2px solid #7B599E;
    border-top: 2px solid #7B599E;
    padding: .5rem 0 .5rem .5rem;
    line-height: 5rem !important;
}
/* public */

#mainInfo,
    .info,
    footer,
    .navbar,
    .mobile-top {
    padding-left: 6rem;
    padding-right: 6rem;
}
button {
    height: 48px !important;
}
.content-fluid {
    width: 100vw !important;
    overflow-x: hidden;
}

.fa-ul {
    list-style-type: none;
}

.fa-li {
    left: -.2rem !important;
}

.fa-ul>li {
    line-height: 1.5rem;
    padding-left: 2.25rem;
    margin-bottom: .75rem;
}
.info {
    padding-top: 0;
    padding-bottom: 8rem;
}
#mainNav .nav-link {
    line-height: 80px;
}
.nav-link {
    min-width: 60px;
    line-height: 70px;
    padding: 0 !important;
}

.text-left * {
    text-align: left !important;
}

#mainMenu {
    background: #fff;
    box-shadow: 0 -8px 30px rgba(60, 16, 105, .35);
}

#mainMenu.navbar button {
    margin-top: 16px;
    margin-bottom: 16px;
}

#mainNav .nav-item {
    margin-left: 25px;
    text-align: right;
}

.tab-menu .nav-item {
    margin-right: 2rem;
    text-align: left;
    /* height: 64px; */
}

.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active {
    color: #7B599E !important;
    border-bottom: 3px solid #7B599E;
    font-weight: bold;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #7B599E !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #666;
}
.dropdown-item:hover,
.dropdown-item:active {
    background-color: rgba(61, 16, 105, 0.35) !important;
    color: #7B599E !important;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.navbar-toggler {
    display: inherit;
}

.navbar-toggler .txt {
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 2.2rem;
}

.navbar-toggler-icon {
    margin: 2px 0 2px 4px;
}

.video {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 55%;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-top,.mobile-top-static {
    background: #fff;
    line-height: 64px;
    display: flex;
    display: -webkit-flex;
}

.mobile-top h4,.mobile-top-static h4 {
    flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    white-space: nowrap;
    margin-bottom: 0;
    margin-right: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.sponsor {
    display: inline-table;
}

.sponsor>a {
    padding: 1.5rem 1.25rem;
    display: inline-block;
}

.sponsor>a>img {
    width: 100%;
    height: auto;
}
.navbar-brand {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.navbar-brand img {
    height: 50px !important;
}
/* tab-menu */
.navbar-nav .nav-link, .navbar-nav .btn {
    font-size: 18px;
}
.tab-menu {
    display: inline-block !important;
}

#tabNav {
    padding-top: 0;
    padding-bottom: 0;
    background: #6D4C8F;
    box-shadow: 0 2px 2px rgba(109, 76, 143,0.35);
}
#tabNav, .tab-menu {
    height: 73px;
}
#tabNav .nav-item {
    width: fit-content;
    color: #fff;
    font-weight: normal;
    min-width: 54px;
    letter-spacing: .1rem;
    display: inline-block;
    font-size: 18px;
}

#tabNav a:hover,
#tabNav .nav-link.active,
#tabModal .nav-item:hover,
#tabModal .nav-item:active {
    border-bottom: 3px solid #FFD375;
    color: #FFD375;
}
#tabNav,
.mobile-top {
    z-index: 1040;
}
.dropdown-menu {
    box-shadow: 0 5px 18px rgba(60, 16, 105, .1);
    border: none;
    border-radius: 0;
}

.dropdown-item {
    color: rgba(0, 0, 0, .5);
    line-height: 2rem;
}

.tab-title {
    padding-top: 6rem;
    margin-bottom: 3rem;
}

.tab-content {
    display: inline-block;
    /* width: 70%; */
}

/* card */

.card {
    margin-bottom: 1rem;
    border: none;
}

.card-shadow {
    /* box-shadow: 0px 0px 2rem -2px rgba(60, 16, 105, .15); */
    box-shadow: 0px 10px 38px -5px rgba(60, 16, 105, .12);
    margin-bottom: 2rem;
}
.card-footer {
    font-size: 16px;
    color: #999;
    text-align: right;
}

.card-header {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: none;
}
.card-header.onhover {
    background: rgba(0,0,0,0.05);
}
.card-link {
    font-size: 1.1rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 1rem 1.25rem;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 18px;
}

.card-link.collapsed {
    color: #666;
}

.card-link:hover,
.card-link {
    color: #6D4C8F;
}
/* .card-link.collapsed:hover {
    box-shadow: 0px 0px 2rem -2px rgba(60, 16, 105, .15);
    transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
} */
a.card-link.collapsed::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105";
    font-style: normal;
    font-weight: normal;
    margin-right: .5rem;
    font-weight: 900;
    width: 12px;
}

a.card-link::before {
    font-family: "Font Awesome 5 Free" !important;
    content: "\f107";
    font-style: normal;
    font-weight: normal;
    margin-right: .75rem;
    font-weight: 900;
    width: 12px;
}

/* card-content-style */

.card-body {
    text-align: justify;
    width: 100%;
    margin: 0;
    letter-spacing: 1px;
}

.card-body img {
    width: 100%;
}

.image-link {
    width: 100%;
    display: inline-block;
}

.card-body>.group {
    margin-bottom: 3rem;
}

.card-body>* {
    margin-bottom: 2rem;
}

.card-body>*:last-child {
    margin-bottom: 0;
}

.card-body>h5,
.card-body>p {
    margin-bottom: .5rem;
}

.card-body>ol>li,
.card-body>ul>li {
    margin-bottom: .5rem;
}

.card-body ul,
.card-body ol {
    padding-left: 1.25rem;
}

.card-body section {
    padding: 1.5rem 2rem;
    background: #f2f2f2;
    border-radius: .125rem;
}

/* footer */

footer {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.65);
    letter-spacing: 0.05rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem;
}

footer section {
    margin-bottom: 12px;
    letter-spacing: .15rem;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background-color: #6D4C8F;
}

footer section a {
    color: #fff;
}

footer section a:hover {
    /* background: #6D4C8F;
    color: #fff;
    font-weight: 200; */
    text-decoration: none;
    color: #ffc107;
}

footer span {
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 1.25rem;
}

footer .contact-info {
    list-style: none;
    line-height: 1.75rem;
}
footer p {
    margin-bottom: .35rem;
    letter-spacing: .5rem;
    font-weight: bold;
    color: #6D4C8F !important;
    font-size: 17px;
}
/* else */

#countdown, .countdown {
    display: inline-block !important;
    width: auto;
    line-height: 2rem;
    margin-right: 1rem;
}

.badge {
    font-size: 16px;
    line-height: 36px;
    padding: 0 .75rem;
    max-height: 34px;
}

.badge.badge-pill {
    background: #7B599E;
    color: #fff;
    margin: 11px 20px 11px 0;
}

#fixed-right>* {
    width: 100%;
}

#fixed-right {
    width: 30%;
    display: block;
    margin-top: 3rem;
    padding-left: 2rem;
    /* padding-left: 3%; */
    /* box-sizing: border-box; */
}

#fixed-right.fixed {
    top: 6rem;
    /* right: 0; */
    right: 4rem;
    position: -webkit-sticky;
    position: sticky;
}

#fixed-right button {
    letter-spacing: 2px;
}
#fixed-right .card.card-shadow {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.content {
    display: flex;
    padding: 4rem;
}

.social {
    text-align: right;
    display: block;
}

.social>* {
    display: inline-block;
    vertical-align: middle !important;
}

#mainInfo {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.nav-m {
    height: 100%;
    width: 100vw;
}

.modal-header .close {
    margin-top: 2px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
#tabModal .close {
    width: auto;
    top: 1rem;
    padding-right: 1rem;
    font-size: 3.6rem;
    display: inline-block;
    position: sticky;
    position: -webkit-sticky;
    text-align: right;
    margin-bottom: 1.5rem;
}

#tabModal .close>i {
    width: 58px;
    height: 58px;
    text-align: center;
}

#tabModal {
    z-index: 99999 !important;
    background: #6D4C8F;
}

#menuModal.modal .modal-content {
    background-color: #fff;
}

#tabModal.modal .modal-content {
    background-color: #6D4C8F;
}

#tabModal .nav-item {
    padding-bottom: .15rem !important;
    font-size: 1.5rem;
    letter-spacing: .35rem;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: .5rem;
}


#tabModal .modal-dialog {
    margin: 0;
}

#tabModal .modal-content {
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    border-radius: 0;
}

.full-height {
    height: 100%;
}

#open {
    margin-left: 1em;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    height: 73px !important;
    right: 6rem;
}
#open:hover {
    color: #FFD375;
}
#open>.fas {
    font-size: 1.4rem;
    line-height: 2.3rem;
    vertical-align: middle;
}

#toTop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 25pt;
    bottom: 18pt;
    display: block;
    opacity: 0.8;
    background: #3c1068;
    color: #fff;
    box-shadow: 2px 2px 22px -2px rgba(60, 16, 105, .6);
    border-radius: 1000rem;
    text-align: center;
    z-index: 9999;
}

#toTop i {
    font-size: 38px;
    line-height: 40px;
}

#toTop:hover {
    opacity: 9;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.line-it-button {
    width: 93px !important;
    height: 28px !important;
}

.price {
    border: 2px solid rgba(0, 0, 0, 0.03);
    border-radius: .25rem;
    margin-bottom: 2rem;
    flex: 1;
    margin-right: 1rem;
}

.price:last-child {
    margin-right: 0;
}

.price .header {
    background-color: rgba(0, 0, 0, .03);
    text-align: center;
    padding: 1.5rem 0;
}

.price .header h4 {
    font-size: 2.75rem;
    line-height: 2rem;
    margin-top: .5rem;
}

.price .header sub {
    font-size: 1.4rem;
    margin-right: .75rem;
    bottom: .1rem;
}

.price .header h4 font {
    font-size: 1.25rem;
    margin-left: -.75rem;
}

.price .header>font {
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 2rem;
}

.price .header p {
    font-size: 1.25rem;
}

.price ul>li {
    list-style-type: none;
    margin-bottom: 1rem;
}

.price span {
    font-weight: bold;
    letter-spacing: .1rem;
    color: #6D4C8F;
    line-height: 2rem;
}

.price ol,
.price ul {
    padding-left: 0;
    list-style-position: inside;
}

.highlight {
    background: #ffc107;
    color: #3c1068;
    white-space: normal;
    display: table;
}

.text-purple {
    color: #6D4C8F;
}

.card-body span {
    line-height: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.card-body .col {
    margin-bottom: 0;
}

.left-block {
    padding-left: 0;
}

.right-block {
    padding-right: 0;
}
/* rwd-tab-table */

.rwd-tab-table {
    width:100%;
    position: relative;
    margin-bottom: 2rem;
}
.rwd-tab-table .btn-group {
    z-index:10;
}
.rwd-tab-table .btn-group a.btn {
    flex: 1;
    text-align: center;
    font-size: 16px;
}
.rwd-tab-table .btn {
    width:100%;
    padding: 10px;
    font-weight:bold;
    height:auto !important;
    color:#fff;
}
.rwd-tab-table table {
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
}
.rwd-tab-table table th {
    background: #6c757d;
    border-top: 4px solid #dee2e6;
    display: none;
    color: #fff;
}
.rwd-tab-table td,
.rwd-tab-table th {
    border: 1px solid #dee2e6;
    padding: 10px;
    empty-cells: show;
}
.rwd-tab-table td+td, .rwd-tab-table th+th {
    text-align: center;
    display: none;
}
.rwd-tab-table td.default {
    display: table-cell;
}
.rwd-tab-table td:first-child {
    font-weight: bold;
    color: #6c757c;
}
.sep {
    background:#dee2e6;
    font-weight: bold;
    letter-spacing: .25rem;
}
.txt-l {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-top: .5rem;
    letter-spacing: .15rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.txt-top {
    position: relative;
    top: -8px;
    left: -2px;
}
.hide {
    border: 0 !important;
    background: none;
}

@media (min-width: 640px) {
    .rwd-tab-table .btn-group {
        display:none;
    }
    .rwd-tab-table td,.rwd-tab-table th {
        display:table-cell !important;
    }
    .rwd-tab-table td+td, .rwd-tab-table th+th {
        width: auto;
    }
    #tabModal .tab-menu {
        padding-top: 3rem;
        padding-left: 2rem !important;
    }
    #tabModal .nav-item {
        width: 40%;
        display: inline-block;
    }
}
@media (min-width: 860px) {

    #tabModal .tab-menu {
        padding-top: 5rem;
    }
    #tabModal .nav-item {
        width: 28%;
        display: inline-block;
    }
}
@media (min-width: 1200px) {

    #tabModal .tab-menu {
        padding-top: 5rem;
    }
    #tabModal .nav-item {
        width: 22%;
        display: inline-block;
    }
}
/* table */

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table th {
    background: #f2f2f2;
}

.card-body figure {
    margin: 0;
    display: inline-block;
}
table td {
    vertical-align: middle !important;
}
table caption {
    caption-side: top;
    color: #6D4C8F;
    margin-bottom: 0;
}
table caption {
    text-align: center;
    line-height: 2rem;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
}
.card-body figure figcaption {
    text-align: center;
    line-height: 3rem;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: .5rem;
}
.img-source,.img-source a {
    line-height: 24px;
    font-size: 12px;
    color: #78569a;
    background: rgb(244, 244, 244);
    padding: 0 .5rem;
    font-weight: bold;
    text-align: left;
}
table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}

tbody {
    border-bottom: 3px solid #dee2e6;
}


.fb_customer_chat_bubble_animated_no_badge {
    box-shadow: 2px 2px 15px -4px rgba(60, 16, 105, 0.35) !important;
}
.fb_customer_chat_bubble_animated_no_badge:hover {
    box-shadow: 4px 4px 32px -5px rgba(60, 16, 105, 0.5) !important;
}
#fb-root .fb-customerchat iframe {
    bottom: 180pt !important;
}
#fb-root .fb_dialog {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
}
#tabModal {
    z-index: 2147483647 !important;
}
#toTop i {
    font-size: 32px;
}
.contact-menu {
    z-index: 2147483645;
    display: inline-block;
    position: fixed;
    bottom: 100pt;
    right: 84px;
}
.contact-menu .round-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border-radius: 2rem;
    box-shadow: 2px 2px 15px -4px rgba(60, 16, 105, 0.35);
}
.contact-menu .round-btn:hover {
    box-shadow: 4px 4px 32px -5px rgba(60, 16, 105, 0.5);
    -webkit-transition: all .2s;
    transition: all .2s;
}
.contact-menu .round-btn i {
    color: #FFF;
    font-size: 28px;
    line-height: 60px;
}

/* toggle-btn */
.contact-menu .toggle {
    z-index: 100;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #3c1068;
}
.contact-menu .toggle.closed {
    -webkit-animation-delay: .23s;
    animation-delay: .23s;
}
.contact-menu .opened {
    background: #FFF;
    transition: all .2s;
    border: 2px solid rgba(134, 142, 150, 0.2);
}
.contact-menu .opened i {
    color: #868E96 !important;
}

/* contact-btn */
.contact-menu .contact-btn {
    /* border: 2px solid rgba(134, 142, 150, 0.2); */
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.contact-menu.active .contact-btn {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-menu.active .contact-btn:hover i {
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.contact-menu.active .fb {
    /* background: #4267B2; */
    box-shadow: none !important;
    bottom: 30px;
}
.contact-menu.active .line {
    background: #00b900;
    bottom: 6px;
    right: 6px;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.contact-menu.active .line>img {
    padding: 10px;
    height: 100%;
    width: auto;
}
.contact-menu.active .mail {
    background: #3c1068;
    right: 30px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.clothes-a thead th {
    border-bottom: 2px solid #FA7373;
    border-top: 2px solid #FA7373;
}
.clothes-b thead th {
    border-bottom: 2px solid #73B9FF;
    border-top: 2px solid #73B9FF;
}
.clothes-c thead th {
    border-bottom: 2px solid #60BF70;
    border-top: 2px solid #60BF70;
}

/* animate-css-cover */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .tab-content {
        width: 70%;
    }
    #mainInfo {
        display: none;
    }
    .instead-top {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand img {
        height: 40px !important;
    }
    .navbar-nav .nav-link,
    .navbar-nav .btn {
        font-size: 16px;
    }
    #mainNav .nav-item {
        margin-left: 15px;
    }
    footer>* {
        width: 100%;
        margin-bottom: .5rem;
    }
    #mainInfo>div {
        display: flex;
    }
    .left {
        flex: 1;
    }
    .right {
        flex: 0;
        display: block;
        min-width: 240px !important;
        text-align: right;
        margin-left: 2rem;
    }
    .right button {
        width: 100%;
    }

    #tabNav.sticky-top {
        top: 64px;
    }
    #fixed-right {
        display: none;
    }
    .tab-content {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    #mainInfo, .info, footer, .navbar, .mobile-top {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    #open {
        right:  1.5rem;
    }
    h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    h3 {
        font-size: 1.15rem;
        line-height: 1.4rem;
    }
    #mainNav .nav-item {
        margin-left: 0;
        text-align: center;
    }
    .dropdown-item {
        text-align: center;
    }
    #mainMenu .btn {
        width: 100%;
    }
    #mainMenu .btn-linear-primary {
        margin-top: .75rem;
    }
    .navbar button:last-child {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    #mainInfo>div,
    .left,
    .right {
        display: block;
    }
    .right {
        flex: 0;
        display: block;
        min-width: 200px !important;
        text-align: right;
        margin-left: 0;
        margin-top: 2rem;
    }
    .navbar-nav {
        padding-bottom: .5rem;
    }
    footer div.text-right {
        padding-left:0;
        text-align: center !important;
        margin: 1.25rem 0 0 0;
    }
}

@media (max-width: 575.98px) {
    #countdown, .countdown {
        width: 100%;
        text-align: center;
    }
    .price {
        width: 100% !important;
        border: 2px solid rgba(0, 0, 0, 0.03);
        flex: none !important;
    }
    #open {
        padding-left: 0px;
        margin-left: 0px;
    }
    #tabNav .nav-item {
        margin-right: 18px;
    }
    .card-body .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        flex: none;
        padding-bottom: 2rem;
    }
    footer {
        padding: 1.25rem .5rem;
    }
    #toTop {
        right: 1.6rem;
    }
    #mainInfo,
    .info,
    footer,
    .navbar,
    .mobile-top {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /* responsive-table */
    table.table-rwd tbody {
        border: none;
    }
    table.table-rwd thead {
        display: none;
    }
    table.table-rwd th {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.table-rwd tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table.table-rwd td {
        display: block;
        text-align: right;
    }
    table.table-rwd td::before {
        content: attr(data-label);
        color: #b3b3b3;
        float: left;
        text-transform: uppercase;
    }
    table.table-rwd td:last-child {
        border-bottom: 0;
    }
    .sponsor>a {
        width: 50% !important;
        float: left;
    }
    .contact-menu {
        right: 76px;
    }
}

@page {
    size: A4 portrait;
    margin: 0;
}
@media print {
    body{
        overflow:scroll !important;
    }
    .tab-content>.tab-pane:not(#news) {
        display: block !important;
    }
    .tab-content>.tab-pane:not(#news).fade {
        opacity: 1!important;
    }
    body *.print-mode > *:not(.print-mode):not(.tab-content),
    #banner,
    #fixed-right,
    #mainInfo,
    .mobile-top,
    .modal,
    .contact-menu,
    #toTop,
    #comm,
    #footer {
        display: none!important;
    }
    h1, h2, h3, h4, h5, h6, p, li, a {
        page-break-before: always;
        page-break-inside: avoid;
    }
    img {
        display: block!important;
        page-break-before: auto;
        page-break-after: auto;
        page-break-inside: avoid;
    }
    .tab-content {
        width: 100%!important;
    }
    .rwd-tab-table .btn-group {
        display:none;
    }
    .rwd-tab-table td,.rwd-tab-table th {
        display:table-cell !important;
    }
    .rwd-tab-table td+td, .rwd-tab-table th+th {
        width: auto;
    }
    a,a:-webkit-any-link {
        text-decoration: none!important;
    }
    .location-map {
        width: 100%!important;
    }
}