/*========== Reset ==========*/
body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: sans-serif;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p {
    margin: 0;
}

ul, ol {
    list-style: none;
}
ul, ol, li {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

a,
a:hover,
a:focus {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
a[href^=tel] {
    white-space: nowrap;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    vertical-align: middle;
}

table {
    width: 100%;
}
th {
    font-weight: normal;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe {
    border: 0;
}

video::-webkit-media-controls {
    display: none !important;
}

/*========== Header ==========*/
#header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
}
.header { 
    background-color: #000;
}
.header .inner {
    padding: 0 40px;
    height: 90px;
    line-height: 90px;
    text-align: center; 
}
.header .main-menu { 
    position: relative;
    display: inline-block;
    margin: 0;
}
.header .main-menu li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
}
.header .main-menu li:last-child { margin-right: 0; }
.header .main-menu li a {
    text-decoration: none;
    font-family: 'DBHeavent';
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #25e55d,
    #15e663 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span {
    margin: 0;
    padding: 0;
    display: table-cell;
}
.sub-menu {
    width: 275px;
    position: absolute;
    top: 90px;
    left: -15px;
    line-height: 1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.sub-menu li {
    padding: 10px 20px;
}
.header .main-menu li:hover .sub-menu {
    opacity: 1;
}
.header.smaller .sub-menu {
    top: 80px;
}
.header .main-menu li a span.mad {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #6de02d,
    #10e665 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.mad,
.header .main-menu li.active a span.mad {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.madcard {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #a6a8ab,
    #6d6e70 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.madcard,
.header .main-menu li.active a span.madcard {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.madfund {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #fcd630,
    #695418 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.madfund,
.header .main-menu li.active a span.madfund {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.maddeal {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #ff5d15,
    #bf0015 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.maddeal,
.header .main-menu li.active a span.maddeal {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.madcourse {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #bca99a,
    #8cc53f 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.madcourse,
.header .main-menu li.active a span.madcourse {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.madspace {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #ef5a28,
    #8cc53f 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.madspace,
.header .main-menu li.active a span.madspace {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
.header .main-menu li a span.madvisor {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    #25a8df,
    #8cc53f 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.header .main-menu li a:hover span.madvisor,
.header .main-menu li.active a span.madvisor {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .header .main-menu li a,
    .header .main-menu li a span.mad,
    .header .main-menu li a span.madcard,
    .header .main-menu li a span.madfund,
    .header .main-menu li a span.maddeal,
    .header .main-menu li a span.madcourse,
    .header .main-menu li a span.madspace,
    .header .main-menu li a span.madvisor {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: none !important;
        color: #fff;
    }
    .header .main-menu li a:hover,
    .header .main-menu li a:hover span.mad,
    .header .main-menu li a:hover span.madcard,
    .header .main-menu li a:hover span.madfund,
    .header .main-menu li a:hover span.maddeal,
    .header .main-menu li a:hover span.madcourse,
    .header .main-menu li a:hover span.madspace,
    .header .main-menu li a:hover span.madvisor {
        color: #10e665;
        background-position: 0%;
    }
}
.header .logo  {
    position: absolute;
    top: 25px;
    left: 40px;
}
.header .logo img { height: 37px; }
.header .logo .line {
    width: 2px;
    height: 35px;
    margin: 0 15px;
    background-color: #2c6519;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.header .right-menu { position: absolute; right: 40px; top: 25px; }
.header .right-menu .apply { float: left; }
.header .right-menu .user {
    position: relative;
    float: left;
}
.header .right-menu .user img {
    width: 45px;
    border-radius: 50%;
    cursor: pointer;
}
.sc-sign-out {
    position: absolute;
    left: -150px;
    width: 270px;
    background-color: #333;
    padding: 30px 20px 20px 20px;
    top: 55px;
    display: none;
}
.sc-sign-out .profile-details .image img { width: 60px; }
.sc-sign-out .profile-details .desc {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}
.sc-sign-out .profile-details .desc span {
    display: block;
    font-weight: normal;
    font-size: 22px;
    color: #999;
}
.sc-sign-out .action { margin-top: 30px; }
.sc-sign-out .sign-out {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
    border-top: 1px solid #999;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
}
.sc-sign-out .sign-out .ic {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}
.sc-sign-out .sign-out a:hover {
    color: #fff;
}
.header.smaller { 
    background-color: rgba(0, 0, 0, 1);
}
.header.smaller .inner {
    height: 80px;
    line-height: 80px;
}
.header.smaller .logo,
.header.smaller .right-menu {
    top: 20px;
}
/* Hamburger Menu */
#hamburger {
    float: left;
    margin-top: 10px;
    margin-left: 25px;
}
.bars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32px; 
    height: 16px;
    line-height: 0;
}
.bars .i-bar {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #6de02d;
    margin: 0;
    position: absolute;
    right: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    -moz-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    -o-transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
}
.bars .i-bar-top { top: 0;}
.bars .i-bar-middle { top: 7px; background-color: #10e665; }
.bars .i-bar-bottom { top: 14px; background-color: #10e665; }

/*========== Panel ==========*/
.panel {
    display: block;
    background-color: #1a1a1a;
    color: #fff;
    line-height: 1;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    position: fixed;
    top: 0; left: 0;
    z-index: 220;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: opacity;
    overflow: hidden;
    pointer-events: none;
}
.panel.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.panel-wrap {
    height: 100%;
    padding-left: 50px;
    padding-right: 75px;
    margin-right: -25px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in-out .2s;
    -o-transition: opacity 400ms ease-in-out .2s;
    transition: opacity 400ms ease-in-out .2s;
}
.panel.active .panel-wrap {
    opacity: 1;
}
.panel-header {
    position: fixed;
    top: 0; left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 20px;
    background-color: #1a1a1a;
}
.panel-header .inner {
    position: relative;
    height: 80px;
}
.panel-header .panel-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-header .panel-logo .line {
    width: 2px;
    height: 35px;
    margin: 0 15px;
    background-color: #2c6519;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.panel-header .panel-logo img { height: 30px; }     
.panel-header .panel-action {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-header .panel-action img {
    width: 50px;
    border-radius: 50%;
}
.panel-header .panel-close {
    font-size: 15px;
    line-height: 0;
    position: absolute;
    right: 20px; 
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.panel-body {
    position: relative;
    min-height: calc(100vh - 325px);
    min-height: calc((var(--vh, 1vh) * 100) - 325px);
    padding-top: 160px;
}
.panel-body:last-child {
    padding-bottom: 100px;
}
.panel-body .menu-group .item { 
    padding-bottom: 25px;
    height: 215px;
}
.panel-body .menu-group .item:not(:last-child) {
    margin-bottom: 25px;
}
.panel-body .menu-group .item a {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.panel-body .menu-group .item.active a {
    background: -webkit-linear-gradient(rgba(109,224,45,1), rgba(16,230,101,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.panel-body .menu-group .item-list {
    margin-top: 15px;
}
.panel-body .menu-group .item-list li a {
    color: #999;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: normal;
}
.panel-body .menu-group .item-list li a:hover {
    color: #fff;
}
.panel-body .menu-group .item img {
    height: 30px;
}
.panel-footer {
    position: static;
    bottom: 0; left: 0;
    z-index: 1;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
}
.panel-footer .footer-menu {
    border-top: 2px solid #333;
    padding: 30px 0;
}
.panel-footer .footer-menu .follow-list li {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}
.panel-footer .footer-menu .follow-list li:last-child {
    margin-right: 0;
}
.panel-footer .footer-menu .follow-list li a {
    color: #bbb;
}
.panel-footer .footer-menu .follow-list li a:hover {
    color: #fff;
}
.panel-footer .footer-menu .follow-list li .ic {
    font-size: 20px;
}
.no-touchevents .panel a:hover,
.panel .menu-group .item a.active {
    color: #25e55d;
    opacity: 1;
}
.panel-body,
.panel-footer {
    opacity: 0;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.panel.active .panel-body,
.panel.active .panel-footer {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.panel-ctrl {
    cursor: pointer;
}
.panel-enabled {
    overflow: hidden;
}

/*========== Footer ==========*/
.footer {
    background-color: #1a1a1a;
    position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
}
.footer .inner { padding: 20px 0; }
.footer-logo { float: left; margin-top: 8px; }
.footer-logo .image img { height: 30px; }
.copyright { font-size: 18px; color: rgba(153, 153, 153, 0.5); }
.footer-social { float: right; text-align: right; }
.footer-social .social { text-align: right; }
.footer-social .social a { 
    display: inline-block;
    font-size: 18px;
    color: #bbb;
    margin-right: 15px;
}
.footer-social .social a:last-child { margin-right: 0; }
.terms { display: inline-block; font-size: 18px; color: rgba(153, 153, 153, 0.5); margin-top: 5px; }
.terms .line {
    width: 2px;
    height: 14px;
    margin: 0 10px;
    background-color: rgba(153, 153, 153, 0.5);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.terms a:hover,
.footer-social .social a:hover {
    color: #fff;
}
/*========== Text Style ==========*/
body {
    font-family: 'DBHeavent', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2;
}
.font-medium,
.legend,
.label,
.input,
.input-action .action,
.choice,
.header .links a,
.directory .heading,
.sc-heading,
.sc-category,
.meta .category,
.meta .price {
    font-weight: normal;
    font-style: normal;
}
strong,
.font-bold,
.btn, 
.input.filled {
    font-weight: bold;
    font-style: normal;
}

body,
.form .field {
    font-size: 26px;
    line-height: 1.1;
}
small,
.entrycontent .remark,
.entrycontent .media .caption { 
    font-size: 70%;
}

h1, .size-h1 { 
    font-size: 80px;
}
h2, .size-h2 {
    font-size: 55px;
}
h3, .size-h3 {
    font-size: 26px;
}
h4, .size-h4 {
    font-size: 22px;
}
h5, .size-h5 {
    font-size: 20px;
}
h6, .size-h6 {
    font-size: 18px;
}
a.link span { 
    color: #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    line-height: 1;
}
a.link.green span {
    background: -webkit-linear-gradient(rgba(109,224,45,1), rgba(16,230,101,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid #5fe139;
}
a.link .ic { font-size: 15px; margin-right: 10px; } 
a.link-more {
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 0.5s;
}
a.link-more:after {
    content: "\e902";
    font-family: 'iconfont' !important;
    font-size: 10px;
    position: absolute;
    right: -18px;
    top: 9px;
}
a.link-more:hover {
    border-color: #fff;
}
a.link-more.green {
    color: #6de02d;
}
a.link-more.green:hover {
    border-color: #6de02d;
}
a.link-more.black {
    color: #333;
}
a.link-more.black:hover {
    border-color: #333;
}
a.link-more.gray {
    color: #999;
}
a.link-more.gray:hover {
    border-color: #999;
}
/*========== Transition ==========*/
a,
button,
input, 
textarea, 
select,
.select2-dropdown,
.select2-selection__placeholder,
.select2-results__option,
.input .label.anim.fixed,
.btn:before,
.btn:after,
.container,
.header,
.header .inner,
.logo img,
.hamburger,
.mfp-bg, 
.mfp-content,
.bg-img,
.accordion > .heading,
.accordion > .heading:after,
[role="button"],
[role="button"]:before,
.card .meta .heading {
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.input .label.anim:not(.fixed) {
    -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
    transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out;
}

/*========== General ==========*/
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}
.container,
.container-fluid {
    max-width: 100%;
}
.vertical-center {
    display: table;
    width:100%;
    height: 100%;
}
.content-vertical-top {
    display: table-cell;
    vertical-align: top;
}
.content-vertical-center {
    display: table-cell;
    vertical-align: middle;
}
.content-vertical-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.section { position: relative; }
.section-hidden { overflow: hidden; }
.sc-inner { padding: 80px 0; }
.sc-inner.less-padding {
    padding: 40px 0;
}
.sc-inner.no-top {
    padding-top: 0;
}
.sc-main-more-t { padding-top: 90px; }
.sc-headline { position: relative; margin-bottom: 40px; }
.sc-headline .image { margin-bottom: 30px; }
.sc-headline .image .ic { font-size: 60px; }
.sc-headline .img-headline,
.heading-group .img-headline {
    height: 30px;
}
.sc-image-bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.sc-image-bg.no-cover {
    background-size: contain;
}
.sc-image-bg.bg-top {
    background-position: top center;
}
.sc-full-height {
    position: relative;
    min-height: calc(100vh - 87px);
    padding-top: 120px;
}
.sc-full-height .sc-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.sc-full-height .container {
    height: 100%;
    position: relative;
}
.head-hv-line { position: relative; }
.head-hv-line:before {
    content: "";
    width: 400px;
    height: 4px;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    position: absolute;
    left: 0;
    top: 50%;
}
.head-hv-line:after {
    content: "";
    width: 400px;
    height: 4px;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    position: absolute;
    right: 0;
    top: 50%;
}
.heading-group.hv-line { border-bottom: 2px solid #444; padding-bottom: 25px; margin-bottom: 40px; }
.heading-group .heading { line-height: 0.8; }
.heading-group .category {
    font-size: 28px;
    margin-bottom: 10px;
}
.action { margin-top: 40px; }
.action.less-top { margin-top: 25px; }
.list-check { display: inline-block; margin-top: 40px; }
.list-check li {
    position: relative;
    color: #fff;
    padding-left: 45px;
    margin-bottom: 18px;
}
.list-check li:before {
    content: "\e900";
    font-family: 'iconfont' !important;
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 30px;
}
/* Layout */
.block-2columns {
    position: relative;
}
.block-2columns .block-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.block-2columns .block-container.rtl {
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: left;
}
.block-2columns .block-column {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    direction: ltr;
    unicode-bidi: bidi-override;
}
.block-2columns.align-middle .block-column {
    vertical-align: middle;
}
.ct-br-desktop {
    display: block;
}

/*========== Fix Style ==========*/
.category {
    font-size: 18px;
    color: #999;
    margin-bottom: 5px;
}
.category.wt-heading {
    margin-bottom: 0;
    font-weight: bold;
}
.c-big { font-size: 28px; }
.bg-dark-gray { background-color: #333 !important;}
.bg-gray-gradient {
    background: rgb(67,67,68);
    background: linear-gradient(90deg, rgba(67,67,68,1) 0%, rgba(51,51,51,1) 100%);
}
.c-white { color: #ffffff !important;}
.c-black { color: #333333 !important;}
.c-gradient {
    background: -webkit-linear-gradient(rgba(109,224,45,1), rgba(16,230,101,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #6de02d;
}
.c-yellow { color: #ccff00; }
.nowrap { white-space: nowrap !important;}

.hide { display: none !important; }
.a-left { text-align: left !important;}
.a-right { text-align: right !important;}
.a-center { text-align: center !important;}

.v-top { vertical-align: top !important;}
.v-bottom { vertical-align: bottom !important;}
.v-middle { vertical-align: middle !important;}

.f-left { float: left !important;}
.f-right { float: right !important;}

.margin-0 { margin: 0 !important;}
.margin-top-0 { margin-top: 0 !important;}
.margin-bottom-0 { margin-bottom: 0 !important;}

.padding-0 { padding: 0 !important;}
.padding-top-0 { padding-top: 0 !important;}
.padding-bottom-0 { padding-bottom: 0 !important;}

.overflow-hidden { overflow: hidden !important;}

.not-react {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.clr:after,
.inner:after,
.links:after { 
    content: "";  
    display: table; 
    clear: both;
}

.text-note { font-size: 80%; }

/*========== Pagination ==========*/
ul.pagination {
    margin: 0;
    list-style: none;
    font-size: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    clear: both;
}
ul.pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
}
ul.pagination li,
ul.pagination span,
ul.pagination a {
    display: inline-block;
    vertical-align: top;
}
ul.pagination span,
ul.pagination a {
    width: 36px; 
    height: 36px;
    line-height: 36px;
    color: #999;
    text-align: center;
    overflow: hidden;
}
ul.pagination .prev,
ul.pagination .next {
    margin-left: 0;
    margin-right: 0;
    color: #ccc;
    line-height: 36px;
    position: relative;
}
ul.pagination .prev a, 
ul.pagination .next a { 
    position: relative;
    z-index: 2;
}
ul.pagination .prev:before,
ul.pagination .next:after {
    display: inline-block;
    vertical-align: top;
    font-family: 'iconfont';
    font-size: 12px;
    position: absolute;
    right: 15px;
}
ul.pagination .prev:before {
    content: "\e90e";
}
ul.pagination .next:after {
    content: "\e902";
}
ul.pagination .ic {
    margin-top: -3px;
}
ul.pagination li:first-child .ic {
    margin-right: 5px;
}
ul.pagination li:last-child .ic {
    margin-left: 5px;
}

.no-touchevents ul.pagination li:not(.active):hover span,
.no-touchevents ul.pagination li:not(.active):hover a {
    color: #10e665;
}
ul.pagination .active span:not(.prev):not(.next),
ul.pagination .active a:not(.prev):not(.next) {
    background: #10e665;
    color: #333;
}
ul.pagination .disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.4;
}

/*========== Action ==========*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border: 0;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
}
.btn:hover {
    background: rgb(16,230,101);
    background: linear-gradient(90deg, rgba(16,230,101,1) 0%, rgba(109,224,45,1) 100%);
}
.btn,
.btn:focus,
.btn:hover {
    color: #fff !important;
}
.btn .ic { font-size: 10px; margin-left: 5px; vertical-align: middle; }
.btn.white {
    color: #6de02d !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,1) 100%);
}
.btn.fixwidth { width: 250px; }
.btn.fixheight {
    height: 55px;
    line-height: 55px;
    font-size: 30px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}
.btn.outline-white {
    border: 2px solid #fff;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
}
.btn.outline-green {
    border: 2px solid #6de02d;
    color: #6de02d !important;
    background: rgb(109, 224, 45);
    background: linear-gradient(90deg, rgba(109, 224, 45,0) 0%, rgba(109, 224, 45,0) 0%, rgba(109, 224, 45,0) 100%);
}
/*========== Form - START ==========*/
button::-moz-focus-inner, 
[type="button"]::-moz-focus-inner, 
[type="reset"]::-moz-focus-inner, 
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, 
[type="button"]:-moz-focusring, 
[type="reset"]:-moz-focusring, 
[type="submit"]:-moz-focusring {
    outline: 0;
}

input,
textarea,
select {
    width: 100%;
    height: 45px;
    color: #fff;
    line-height: normal;
    padding: 10px 15px 10px 0;
    background-color: transparent;
    border-bottom: 2px solid #999999;
}
input:focus,
textarea:focus,
select:focus,
.input.confirm-phone input:focus {
    background-color: transparent;
    border-color: #3ebc36;
}
input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
input[type="text"]:disabled,
input[type="password"]:disabled {
  color: #999;
}
input::placeholder {
    color: #999;
}
.input .label {
    padding: 0;
    border-radius: 0;
    position: relative;
    display: block;
    font-size: 24px;
    margin-bottom: 2px;
    font-weight: bold;
}
.input.edit input::placeholder {
    color: #fff;
}
textarea {
    display: block;
    overflow: auto;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    text-indent: -1px;
    resize: none;
}
.input.required input,
.input.required textarea,
.input.required select,
.input.required .select2-container--default .select2-selection--single, 
.input.required .select2-container--default .select2-dropdown {
    border-color: #ff3333 !important;
    color: #ff3333 !important;
}
.input.edit,
.input.correct {
    position: relative;
}
.input.edit:after {
    content: "\e909";
    font-family: 'iconfont' !important;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 15px;
    color: #fff;
}
.input.correct:after {
    content: "\e901";
    font-family: 'iconfont' !important;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 15px;
    color: #6de02d;
}
.form { margin-top: 25px; }
.form small { font-size: 80%; }
.form .captcha-box { margin-top: 40px; }
.fieldset .headline:not(:last-child) {
    margin-bottom: 15px;
}
.legend { 
    display: block;
    width: 100%;
}
.legend:not(:last-child),
.form .headline:not(:last-child) {
    margin-bottom: 15px;
}

.fields {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -25px;
}
.fields + .fields {
    margin-top: 25px;
}

.fields { 
    font-size: 0;
}
.fields:after {
    content: "";
    display: table;
    clear: both;
}
.field {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 25px;
    clear: both;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.field.relative {
    position: relative;
}
.fields .field.half-fix { 
    width: 50%;
}

.input {
    position: relative;
    text-align: left;
}

/* Select - START */
.select {
    position: relative;
    color: #b5b5b5;
}
.select:after {
    font-family: 'iconfont';
    content: "\e911";
    font-size: 12px;
    font-weight: normal;
    color: #999;
    display: inline-block;
    width: 45px; 
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; bottom: 0;
    z-index: 1;
	pointer-events: none;
    overflow: hidden;
}
.select select {
    line-height: normal;
    padding: 0 45px 0 0;
    -o-text-overflow: "";
    text-overflow: "";
    cursor: pointer;
    color: #999;
}

.select2-parent:after {
    display: none;
}

.select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}
.select2-container .select2-selection--single {
    display: block;
    height: 45px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    color: #fff;
    padding-left: 0;
    padding-right: 45px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.select2-container .select2-selection--single .select2-selection__rendered[title] {
    background-color: transparent;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; 
}

.select2-container .select2-search--inline {
    float: left; 
}
.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0; 
    margin-top: 5px;
    font-size: 100%;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; 
}

.select2-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100% !important;
    z-index: 1051; 
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

.select2-container .select2-results {
    display: block; 
}
.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.select2-container .select2-results__option {
    margin: 0 !important;
    padding: 10px 15px;
    color: #fff;
    border-top: 1px solid #ccc;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.select2-container .select2-results__option[aria-selected] {
    cursor: pointer; 
}
.select2-container .select2-results__option[aria-selected=true] {
    color: #fff; 
}
.select2-container .select2-results__message {
    color: #ccc;
}

.select2-container--open .select2-dropdown {
    left: 0; 
    overflow: hidden;
}
.select2-container--open .select2-dropdown--above .select2-results__option {
    border-top: 0;
    border-bottom: 1px solid #eee;
}

.select2-search--dropdown {
    display: block;
    position: relative;
    z-index: 1010;
    padding: 5px 9px;
    white-space: nowrap;
    background: #ccc;
    border-top: 1px solid #eee;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; 
}
.select2-search--dropdown.select2-search--hide {
    display: none; 
}

.select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #999999;
    border-radius: 0;
    -webkit-transition: border-color 400ms ease-in-out;
    -o-transition: border-color 400ms ease-in-out;
    transition: border-color 400ms ease-in-out;
    overflow: hidden;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px; 
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b5b5b5;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 100%;
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--default .select2-selection--single .select2-selection__clear:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e911";
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; 
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 1px 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    color: #fff;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield; 
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 25vh;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
    background-color: #333;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0; 
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #b5b5b5; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: #fff; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
}


.select2-container--default .select2-results__group {
    display: block;
    cursor: default;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    padding: 12px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: transparent;
    border-color: #999;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #b5b5b5;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); 
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; 
}

.select2-rendered__match {
    text-decoration: underline;
}
/* Select - END */

/* Checkbox & Radio - START */
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}
.choice {
    position: relative;
    font-size: 22px;
    color: #999;
    line-height: 1.2;
}
.choice.inline {
    display: inline-block;
    vertical-align: top;
}
.choice.inline:not(:last-child) {
    margin-right: 20px;
}
.choice > label {
    position: relative;
    display: inline-block;
}

.choice .choice-name {
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.choice input.choice-input {
    position: absolute; 
    z-index: -1000; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; 
    border: 0;
}
.choice input.choice-input + .choice-name {
    display: inline-block;
    padding-left: 40px;
    min-width: 15px;
    min-height: 15px;
    height: auto;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left 2px;
}

.choice input[type=radio].choice-input + .choice-name {
    background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/radio.png);
    background-size: 24px;
}
.choice input[type=radio].choice-input:checked + .choice-name {
    background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/radio-checked.png);
    background-size: 24px;
}
.choice input[type=checkbox].choice-input + .choice-name {
    background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/checkbox.png);
    background-size: 24px;
}
.choice input[type=checkbox].choice-input:checked + .choice-name {
    background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/checkbox-checked.png);
    background-size: 24px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), 
screen and (-moz-min-device-pixel-ratio: 1.5), 
screen and (min-device-pixel-ratio: 1.5), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-resolution: 192dpi) {
    
    .choice input.choice-input + .choice-name {
        background-size: 15px 15px;
    }
    .choice input[type=radio].choice-input + .choice-name {
        background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/radio.png);
    }
    .choice input[type=radio].choice-input:checked + .choice-name {
        background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/radio-checked.png);
    }
    .choice input[type=checkbox].choice-input + .choice-name {
        background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/checkbox.png);
    }
    .choice input[type=checkbox].choice-input:checked + .choice-name {
        background-image: url(/SiteCollectionDocuments/assets/theme/img/icon/checkbox-checked.png);
    }
    
}

.choice.input-only {
    line-height: 15px;
}
.choice.input-only input.choice-input + .choice-name {
    padding-left: 0;
    background-position: left top;
}

.choice input.choice-input[disabled],
.choice input.choice-input[disabled] + .choice-name {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.choice-other {
    display: table;
    width: 100%;
}
.choice-other > .choice-label,
.choice-other > .input {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.choice-other > .choice-label:not(:last-child) {
    padding-right: 10px;
}
.choice-other > .choice-label {
    width: 1%;
    white-space: nowrap;
}

.choice > label:not(:last-child),
.choice-group:not(:last-child),
.choice:not(.inline):not(:last-child) {
    margin-bottom: 10px;
}
.label + .choice-group {
    margin-top: 20px;
}
/* Checkbox & Radio - END */

/* Upload File */
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: block;
    width: auto;
}
.file-upload-wrapper {
    position: relative; 
}
.file-upload-wrapper .file-upload-action {
    position: absolute;
    top: 0; right: 0;
    cursor: pointer; 
}
.input.file-upload .btn {
    height: 40px;
    line-height: 40px;
}
.file-upload-wrapper .file-upload-input,
.input.required .file-upload-wrapper .file-upload-input,
.input.filled .file-upload-wrapper .file-upload-input {
    border-color: transparent !important;
    background-color: transparent !important;
}
.input.required:not(.filled) .file-upload-wrapper .file-upload-input:-ms-input-placeholder {
    color: #ee2e24;
}
.input.required:not(.filled) .file-upload-wrapper .file-upload-input::-webkit-input-placeholder {
    color: #ee2e24;
}
.input.required:not(.filled) .file-upload-wrapper .file-upload-input::-moz-placeholder {
    color: #ee2e24;
}

/* Datepicker - START */
.datepicker {
    position: relative;
}
.datepicker:before {
    font-family: 'iconfont';
    content: "\e90d";
    font-size: 16px;
    font-weight: normal;
    color: #999;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0; right: 0;
    pointer-events: none;
}
.ui-datepicker {
    width: 18.29em;
    max-width: calc(100vw - 40px);
    margin: 5px 0;
    padding: 0;
    background: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    overflow: hidden;
    z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    color: #fff;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    line-height: inherit;
}
.ui-datepicker table {
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    background: #fff;
}
.ui-datepicker th,
.ui-datepicker td {
    padding: 3px 5px;
}
.ui-datepicker thead tr:first-child th {
    padding-top: 8px;
}
.ui-datepicker tbody tr:last-child td {
    padding-bottom: 8px;
}
.ui-datepicker td span, 
.ui-datepicker td a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    text-align: center;
}
.ui-datepicker th {
    color: #b5b5b5;
}
.ui-datepicker td .ui-state-highlight {
    color: #6de02d;
    font-weight: bold;
}
.ui-datepicker td .ui-state-active {
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    color: #fff;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
    width: 45px;
    height: 45px;
    line-height: inherit;
    text-align: center;
    top: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev span, 
.ui-datepicker .ui-datepicker-next span {
    position: static;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: inherit;
    font-size: 0;
}
.ui-datepicker .ui-datepicker-prev span:before, 
.ui-datepicker .ui-datepicker-next span:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev span:before {
    content: "\e90e";
}
.ui-datepicker .ui-datepicker-next span:before {
    content: "\e902";
}
/* Datepicker - END */

/*========== Select With Icon ==========*/
.select-wt-icon-wrapper {
    width: 100%;
    position: relative;
    padding: 55px 0;
}
.select-wt-icon-wrapper .left {
    position: absolute;
    top: 0;
    left: 0;
}
.select-wt-icon-wrapper .right {
    position: absolute;
    top: 0;
    right: 0;
}
.select-wt-icon-wrapper label { font-size: 24px; }
.select-wt-icon { 
    position: relative; 
    z-index: 9;  
    width: 200px;
    margin-top: 4px;
}         
.select-wt-icon:after {
    content: "\e911";
    font-family: 'iconfont';
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    font-size: 12px;
}
.select-wt-icon li:first-child { 
    padding: 5px 0; 
    border-bottom: 2px solid #999; 
}
.select-wt-icon li { 
    padding: 12px 10px; 
    z-index: 2; 
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #999; 
    cursor: pointer; 
}
.select-wt-icon li:not(.init) { width: 200px; display: none; background: #333; }
.select-wt-icon li:not(.init):hover, 
.select-wt-icon li.selected:not(.init) { 
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
}
.select-wt-icon li.init { cursor: pointer; }
.select-wt-icon img {
    width: 16px;
    margin-right: 15px;
}
/*========== Swiper ==========*/
.swiper-pagination-bullet {
    border: 0;
    border-radius: 0;
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    padding: 2px;
    outline: 0;
}
.swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #999;
}
.swiper-pagination-bullet-active:before {
    background: #6de02d;
}
.swiper-button-next, 
.swiper-button-prev {
    width: 30px;
    height: 30px;
    outline: 0;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next,
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-button-prev {
    left: 30px;
}
.swiper-button-next {
    right: 35px;
}
.swiper-button-prev:before {
    font-family: 'iconfont' !important;
    content: "\e90b";
}
.swiper-button-next:before {
    font-family: 'iconfont' !important;
    content: "\e90c";
}

.no-touchevents .swiper-button:hover {
    background: #fff;
}

/*========== Popup ==========*/
.popup-content-style .mfp-content {
    max-width: 800px;
    background-color: #fff;
    padding: 60px;
    color: #565656; 
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.popup-content-style.mfp-close-btn-in .mfp-close,
.popup-content-style.hv-bg.mfp-close-btn-in .mfp-close {
    color: transparent;
}
.popup-content-style .mfp-content h2 {
    font-size: 45px;
    color: #565656;
}
.popup-content-style .mfp-content .text-note {
    font-size: 80%;
}
.popup-content-style .mfp-content .list-num {
    margin-top: 20px;
    margin-left: 20px;
}
.popup-content-style .mfp-content .list-num li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.popup-content-style .mfp-content .list-num-sub { 
    margin-top: 20px;
    margin-left: 20px;
    counter-reset: item;
}
.popup-content-style .mfp-content .list-num-sub li { 
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.popup-content-style .mfp-content .list-num-sub li> ol.list-num-sub {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.popup-content-style .mfp-content .list-num-sub li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    position: absolute;
    left: -20px;
}
.popup-content-style .mfp-content .list-num-sub li> ol.list-num-sub li:before{
    left: -35px;
}
.popup-content-style .mfp-content .list {
    margin-top: 20px;
    margin-left: 20px;
}
.popup-content-style .mfp-content .list li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.popup-content-style .mfp-content a.link span {
    color: #565656;
}
.popup-content-style .mfp-content .popup-modal-dismiss {
    position: absolute;
    top: 15px;
    right: 15px;
}
.popup-content-style .mfp-content .popup-modal-dismiss .ic {
    font-size: 15px;
}
.popup-content-style .mfp-content::-webkit-scrollbar {
    width: 5px;
    border-radius: 50px;
    background-color: #999;
}
.popup-content-style .mfp-content::-webkit-scrollbar-track,
.popup-content-style .mfp-content::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #efefef;
}
.popup-content-style .mfp-content::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 50px;
}
.popup-content-style .mfp-content::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #999;
}
.popup-content-style .mfp-content::-webkit-scrollbar-thumb:hover {
    width: 5px;
    background-color: #efefef;
}
.popup-content-style.hv-bg .mfp-content {
    position: relative;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    padding-bottom: 140px;
}
.popup-content-style.hv-bg .mfp-content h2 {
    font-size: 38px;
}
.popup-content-style.hv-bg a.link span {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 28px;
}
.popup-content-style.hv-bg a.link.green span {
    border-bottom: 1px solid #5fe139;
}
.popup-content-style.hv-bg .sc-bottom {
    background-color: #000; 
    position: absolute; 
    left: 0; bottom: 0; 
    width: 100%;
    padding: 25px 0;
}
.popup-content-style.hv-bg .sc-bottom p {
    font-size: 26px;
    font-weight: bold;
}

/*========== Highlight ==========*/
.sc-highlight .swiper-pagination {
    bottom: 30px;
    left: auto;
    right: 120px;
    text-align: right;
}
.sc-highlight.inner-page .swiper-pagination {
    right: auto;
    text-align: center;
}
.highlight { 
    position: relative;
    outline: 0;
    font-size: 0;
    margin-top: 110px;
    padding-bottom: 60px;
}
.highlight .item {
    width: 100% !important;
    margin: auto;
    margin-top: 0;
}
.highlight .container { 
    height:100%; 
    position: relative;
}
.highlight .area-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    padding: 0 30px;
}
.highlight .content-area { 
    padding:40px 50% 40px 0;
} 
.highlight .content-area .category {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.highlight .content-area .heading {
    margin-bottom: 15px;
    line-height: 0.9;
}
.highlight .content-area .desc {
    font-size: 28px;
}
.highlight .content-area .ic { font-size: 50px; }
.highlight .content-area .image-group { margin-top: 30px; }
.highlight .content-area .image-group img {
    margin: 0 20px;
}
.highlight .ct-center .content-area {
    text-align: center;
    max-height: 75%;
    margin: auto;
    padding: 40px 0;
}
.highlight .ct-right .content-area {
    padding-left: 40%;
    padding-right: 0;
    text-align: left;
}
.highlight.ct-white .content-area .category,
.highlight.ct-white .content-area .heading,
.highlight.ct-white .content-area .desc,
.highlight.ct-white .content-area .ic {
    color: #fff !important;
}
.highlight .content-area .img { margin-bottom: 40px; }
.highlight .content-area .img img { height: 40px; }
.highlight .content-area .image-card {
    box-shadow: 0 3px 60px 2px rgba(0, 0, 0, 0.4);
    border-radius: 16px;
    overflow: hidden;
    width: 190px;
    margin-bottom: 20px;
}
.highlight .ct-right .content-area.text-right {
    text-align: right;
}
.highlight .content-area.text-right .image-card {
    display: inline-block;
}

/*========== Highlight (NEW) ==========*/
.sc-hl .swiper-container { overflow: visible; }
.sc-hl .swiper-button-next, 
.sc-hl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    top: 42%; 
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
}
.sc-hl .swiper-button-next { right: -20px; }
.sc-hl .swiper-button-prev { left: -20px; }
.sc-hl .swiper-button-next:before {
    content: "\e902";
    font-size: 20px;
    color: #398e1e;
}
.sc-hl .swiper-button-prev:before {
    content: "\e90e";
    font-size: 20px;
    color: #398e1e;
}

/*========== What's Madhub ==========*/
.sc-what-madhub {
    background-image: url(/SiteCollectionDocuments/assets/page/home/img/what-madhub-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

/*========== Highlights Recommend ==========*/
.highlights-recommend .highlight-recommend .image { margin-bottom: 30px; }
.highlights-recommend .highlight-recommend .image img { border-radius: 50%; border: 15px solid transparent;}
.highlights-recommend .highlight-recommend .caption .heading { color: #333; }
.highlights-recommend .highlight-recommend .caption .action {
    margin-top: 15px;
}
.highlights-recommend .highlight-recommend:hover .image img { 
    border: 15px solid #6de02d;
    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}
.highlights-recommend .highlight-recommend:hover .btn.outline-green {
    background-color: #6de02d; 
    color: #fff !important;
}

/*========== Special Deals ==========*/
.special-deals .special-deal .caption {
    background-color: #1a1a1a;
}
.special-deals .special-deal .caption .caption-top {
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #333;
    position: relative;
    font-size: 22px;
}
.special-deals .special-deal .caption .caption-top .heading { 
    line-height: 1;
    max-height: 55px;
    overflow: hidden; 
}
.special-deals .special-deal .caption .marked {
    position: absolute;
    top: 20px;
    right: 20px;
}
.special-deals .special-deal .caption .marked .ic {
    font-size: 15px;
    color: #999;
}
.special-deals .special-deal .caption .marked .selected .ic {
    color: #6ce02d;
}
.special-deals .special-deal .caption .caption-bottom {
    padding: 20px;
}
.special-deals .special-deal .caption .price { 
    font-size: 30px;
    color: #6de02d;
}
.special-deals .special-deal .caption .price span {
    color: #999999;
    font-size: 22px;
    margin-left: 5px;
    text-decoration: line-through;
}
.special-deals .logo {
    position: absolute;
    top: 20px;
    right: 20px;
}
.special-deals .logo img {
    width: auto !important;
    height: 30px;
}
.special-deals .save-price {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(255,93,21);
    background: linear-gradient(176deg, rgba(255,93,21,1) 0%, rgba(195,6,21,1) 100%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 0.7;
    padding-top: 12px;
}
.special-deals .save-price .num {
    font-weight: bold;
    font-size: 30px;
}
.special-deals .special-deal .caption-action {
    padding: 0 20px 20px 20px;
    background-color: #1a1a1a;
}
.special-deals .special-deal .caption-action .btn { width: 100%; }
.special-deals .special-deal .caption-action .btn .ic {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 0;
}

/*========== Business Online ==========*/
.sc-online-bg {
    background-image: url(/SiteCollectionDocuments/assets/page/home/img/online-bg.jpg);
    background-size: cover; 
    background-position: bottom center;
}
.sc-online-bg .swiper-container {
    overflow: visible;
}
.sc-online-bg .swiper-container img {
    width: 100%;
}
.business-online { 
    margin-left: 0;
    margin-right: 0;
}
.business-online .col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background-color: #1a1a1a;
    border-left: 1px solid #333;
    width: 24%;
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.business-online .col:first-child {
    width: 52%;
}
.business-online .col:first-child { border-left: 0; }
.business-online .image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.business-online .image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.business-online .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.business-online .caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.business-online .caption h3 {
    max-height: 80px;
    overflow: hidden;
    line-height: 1;
}
.business-online .caption .ic {
    font-size: 28px;
    color: #fff;
}
.business-online .caption .icon { margin: 5px 0; }
.business-online .caption .category {
    font-size: 22px;
    margin: 5px 0;
    max-height: 50px;
    overflow: hidden;
}
.business-online .icon-absolute {
    position: absolute;
    top: 35%; 
    left: 10px; 
    color: #fff;
}
.business-online .tutor {
    border-top: 1px solid #333;
    width: 100%;
    display: inline-block;
    margin-top: 12px;
    padding-top: 12px;
}
.business-online .tutor .image-tutor {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
}
.business-online .tutor .image-tutor img { border-radius: 50%; }
.business-online .tutor .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    padding-left: 5px;
}
.business-online-slider .swiper-button-next,
.business-online-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
}
.business-online-slider .swiper-button-next {
    right: -15px;
}
.business-online-slider .swiper-button-prev {
    left: -15px;
}
.business-online-slider .swiper-button-next:before {
    content: "\e902";
    font-size: 10px;
}
.business-online-slider .swiper-button-prev:before {
    content: "\e90e";
    font-size: 10px;
}

/*========== Seminar ==========*/
.sc-seminars { height: 670px; }
.sc-seminars .sc-inner { position: relative; }
.sc-seminars .seminar-slider {
    width: 68%; 
    position: absolute;
    right: 0; top: 80px;
}
.seminar-slider .seminar .item {
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    float: left;
    padding: 0 15px;
    margin-bottom: 0;
}
.seminar-slider .swiper-button-next,
.seminar-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    -webkit-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px 1px rgba(0,0,0,0.2);
}
.seminar-slider .swiper-button-next:before {
    content: "\e902";
    font-size: 10px;
}
.seminar-slider .swiper-button-prev:before {
    content: "\e90e";
    font-size: 10px;
}
.seminar .item { margin-bottom: 30px; }
.seminar .item .image {
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}
.seminar .item .image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} 
.seminar .item .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.seminar .item .caption {
    background-color: #1a1a1a;
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
}
.seminar .item .caption .caption-detail {
    width: 100%;
    display: table;
    padding: 20px;
    border-bottom: 1px solid #333;
}
.caption-detail .detail-date {
    width: 15%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.caption-detail .detail-date .month {
    color: #fff;
    line-height: 1;
}
.caption-detail .detail-date .date {
    font-size: 65px;
    font-weight: bold;
    background: -webkit-linear-gradient(rgba(109,224,45,1), rgba(16,230,101,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #6de02d;
    margin-top: -10px;
    line-height: 1;
}
.caption-detail .detail {
    width: 85%;
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;

}
.caption-detail .detail h3 {
    max-height: 80px;
    overflow: hidden;
    line-height: 1.1;
}
.seminar .item .caption .caption-time {
    width: 100%;
    display: table;
    padding: 20px;
}
.caption-time .time {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.caption-time .time .ic {
    font-size: 14px;
    margin-right: 5px;
}
.caption-time .action {
    width: 50%;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}

/*========== Flip Card ==========*/
.flip-slider { width: 100%; max-width: 1240px; margin: 0 auto;}
.flip-cards { 
    position: relative; 
    margin-left: -15px; 
    margin-right: -15px;
    height: 460px;
}
.flip-cards .col { 
    padding: 0 15px;   
    width: 310px;
    min-width: 310px;
    max-width: 310px;
}
.flip-card {
    display: block;
    position: relative;
}
.flip-card .card-front,
.flip-card .card-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 500ms;
    -o-transition: -o-transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: transform 500ms;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.flip-card .card-front {
    -moz-transform: perspective(300) rotateY(0);
    -webkit-transform: perspective(300) rotateY(0);
    transform: perspective(300) rotateY(0);
    z-index: 900;
}
.flip-card .card-back {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 800;
}
.flip-card:hover .card-front {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-transform: perspective(300) rotateY(180deg);
    -webkit-transform: perspective(300) rotateY(180deg);
    transform: perspective(300) rotateY(180deg);
}
.flip-card:hover .card-back {
    z-index: 950;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transform: perspective(300) rotateY(0deg);
    -webkit-transform: perspective(300) rotateY(0deg);
    transform: perspective(300) rotateY(0deg);
}
.flip-card .item { 
    background: rgb(46,46,46);
    padding: 70px 30px; 
    text-align: center;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.flip-card .item.txt-small {
    padding: 35px 30px;
}
.flip-card .item .image { margin-bottom: 50px; }
.flip-card .item .image.center { margin: 30px 0; }
.flip-card .item .image.center-num { margin: 10px 0; }
.flip-card .item .image img { height: 60px; }
.flip-card .item .heading { 
    margin: 10px 0; 
    background: -webkit-linear-gradient(rgba(109,224,45,1), rgba(16,230,101,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #6de02d;
    line-height: 1; 
}
.flip-card .item .heading.txt-small {
    line-height: 0.7;
}
.flip-card .item .num {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
}
.flip-card .item .ic { font-size: 60px; color: #fcd630; }
.flip-card .item .desc { color: #fff; }
.flip-card .item:hover { 
    background-color: rgb(91,225,57);
}
.flip-card .item:hover .ic { color: #fff; }
.flip-card .item:hover .heading { 
    background: -webkit-linear-gradient(rgba(225,225,225,1), rgba(225,225,225,1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
}
.flip-card .card-back .item { 
    background-color: rgb(91,225,57);
}
.flip-card .card-back .item .ic { color: #fff; }
.flip-cards .col-md-4:nth-child(2n+0) .flip-card {
    margin-top: 60px;
}

/*========== Bottom Bar ==========*/
.bottom-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 20px 0;
    background: rgb(109,224,45);
    background: linear-gradient(90deg, rgba(109,224,45,1) 0%, rgba(16,230,101,1) 100%);
    z-index: 200;
}
.bottom-bar .sc-headline {
    margin-bottom: 0;
}
.bottom-bar .action { margin-top: 15px; }
.bottom-bar h4 {
    font-size: 38px;
}
.bottom-bar span {
    margin: 0 20px;
    color: #fff;
    font-weight: bold;
}
.bottom-bar .btn.fixwidth {
    width: 230px;
}

/*========== Article Tabs ==========*/
.container-tabs {
    text-align: center;
    margin-bottom: 50px;
}
.tabs-nav {
    height: 50px;
    position: relative;
    z-index: 105;
    display: inline-block;
    text-align: center;
    border: 2px solid #6ce02d;
    border-radius: 30px;
    overflow: hidden;
}
.tabs-link {
    position: relative;
    width: 200px;
    display: table-cell;
    z-index: 205;
    height: 45px;
    white-space: nowrap;
    font-family: 'DBHeavent';
    font-weight: bold;
    font-size: 28px;
    line-height: 45px;
    color: #6de02d;
    text-indent: inherit;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}
.tabs-link:after {
    display: block;
    content: '';
    width: 100%;
    height: 46px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -1px;
    color: #FFF;
    opacity: 0;
    border-radius: 30px;
    background-color: #6ce02d;
    pointer-events: none;
    transition: all 250ms ease-in-out;
}
.tabs-link.current {
    color: #FFF;
    border-radius: 30px;
    opacity: 1;
}
.tabs-link:last-child:after {
    left: 3px;
}
.tabs-link.current:after {
    color: #FFF;
    opacity: 1;
}
.grid-row { 
    display: block;
    font-size: 0;
    margin-right: -15px;
    margin-left: -15px;
}
.grid-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}
.grid-box-12 {
    width: 100%;
}
.grid-box-3 {
    width: 33.333333%;
}
.item-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #1a1a1a;
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.22);
}
.item-box .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 10;
    font-size: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
.item-box .box-label {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    z-index: 100;
    border-radius: 30px;
    padding: 2px 12px;
}
.box-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    z-index: 100;
    border-radius: 30px;
    padding: 2px 12px;
}
.box-label.green {
    background-color: #6ce02d;
}
.box-label.sky {
    background-color: #25a8df;
}
.box-label.yellow {
    background-color: #fcd630;
}
.item-box .box-img  {
    position: relative;
    overflow: hidden;
}
.item-box .box-img a{
    display: block;
}
.item-box .box-img img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.item-box .box-img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.item-box .box-caption {
    padding: 20px 30px;
}
.item-box .box-caption h3 {
    max-height: 58px;
    font-size: 28px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px;
    overflow: hidden;
}
.item-box .entry-category {
    font-size: 22px;
    color: #6ce02d;
    margin-bottom: 5px;
}
.item-box .entry-date {
    font-size: 22px;
    color: #999;
}
.tab-content {
    display: none;
}
.tab-content.current {
    display: block;
}

/*========== SC Banner ==========*/
.sc-banner { overflow: hidden; }
.sc-banner .item { position: relative; }
.sc-banner h2 {
    line-height: 0.7;
}
.sc-banner .block-2columns {
    width: 100%;
    position: absolute; 
    top: 0; left: 0;
}
.sc-banner .block-2columns .block-column .content {
    padding: 35px 0;
}
.sc-banner .swiper-container { overflow: visible; }
.sc-banner .swiper-container-horizontal>.swiper-pagination-bullets, 
.sc-banner .swiper-pagination-custom, .swiper-pagination-fraction { bottom: -40px; }

/*========== SC Online Business ==========*/
.sc-online-business .block-2columns .block-column:first-child {
    text-align: right;
}
.sc-online-business .block-2columns .block-column .content {
    padding: 30px 0 50px 0;
}

/*========== Grids List ==========*/
.grid-list {
    padding: 50px 20px;
    text-align: center;
    -webkit-box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 3px 14px 20px rgba(0, 0, 0, 0.22);
    box-shadow: 0 3px 30px 20px rgba(0, 0, 0, 0.22);
}
.grid-lists .col-md-4:nth-child(2n+0) .grid-list {
    margin-top: 60px;
}
.grid-list .image { 
    width: 90px;
    margin: auto;
    margin-bottom: 30px;
}
.grid-list .desc { 
    height: 85px;
    overflow: hidden;
}
.grid-lists-slider.swiper-container { overflow: visible; }


/*========== Grids Items ==========*/
.grid-items {
    width: 100%;
    display: table;
    margin-left: -25px;
    margin-right: -25px;
    font-size: 0;
    text-align: center;
    table-layout: fixed;
}
.grid-items .col {
    width: 33.33333333%;
    padding-left: 25px;
    padding-right: 25px;
    display: table-cell;
}
.grid-item .caption {
    background-color: #1a1a1a;
    padding: 20px;
    text-align: center;
}
.grid-item .caption .heading { line-height: 1; }
.grid-item .caption .category { font-size: 26px; }

/*========== Contact ==========*/
.sc-contact {
    background-color: #e5e5e5;
}
.sc-contact .sc-inner { padding: 21px 0; }
.contact { width: 100%; display: table; }
.contact .lists {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    position: relative;
}
.contact .lists:last-child:after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #333;
    position: absolute; 
    top: 2px;
    left: 25px;
}
.contact .list {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
    color: #333;
    position: relative;
    font-weight: bold;
}
.contact .list .ic {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.section-terms-conditions .article-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.3;
}
.section-terms-conditions .article-content .sc-headline {
    padding-bottom: 30px;
    border-bottom: 1px solid #5b5b5b;
}
.section-terms-conditions .article-content .sc-headline h2 {
    line-height: 1;
}
.section-terms-conditions .article-content ol, .section-terms-conditions .article-content ul {
    margin: 15px 0 15px 20px;
}
.section-terms-conditions .article-content ol li ol {
    margin: 15px 15px 15px 0px;
}
.section-terms-conditions .article-content ol li, .section-terms-conditions .article-content ul li {
    list-style: decimal;
    margin-bottom: 15px;
    line-height: 1.1;
}
.section-terms-conditions .article-content ol { 
    counter-reset: item;
    margin-left: 0;
}
.section-terms-conditions .article-content ol > li { 
    display: table;
    width: 100%;
    text-align: left;
}
.section-terms-conditions .article-content ol > li:before { 
    content: counters(item, ".") "."; 
    counter-increment: item;
    display: table-cell;
    padding-right: 0.45em;
    width: 1%;
    font-weight: normal;
}
.section-terms-conditions .article-content ol > li > ol > li:before {
    content: counters(item, ".") ""; 
}

/* policy cookies garage */
#PolicyCookies {
    width: 100%;
    background: black;
    position: fixed;
    bottom: auto;
    opacity: 0.9;
    z-index: 9999999;
    padding: 20px 15px !important;
    margin: 0 auto;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

#PolicyCookies,
#PolicyCookies p,
#PolicyCookies .btn,
#PolicyCookies a {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 20px;
}

#PolicyCookies p {
    margin: 0;
}

#PolicyCookies span a {
    color: #00a950 !important;
}

#PolicyCookies .col-md-3,
#PolicyCookies .col-xs-12 {
    flex: 1;
    max-width: 100%;
    padding: 0;
    position: relative;
    float: none;
}

#PolicyCookies .col-md-3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    float: none;
}

#PolicyCookies .col-xs-5 {
    width: 96px;
    padding: 0 !important;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}

#PolicyCookies .col-xs-5.col-md-5 {
    flex-basis: unset;
}

#PolicyCookies .col-xs-5.col-md-5 .btn {
    border: 2px solid white;
    display: block;
    padding: 0 10px !important;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 36px;
}

#PolicyCookies .col-xs-5.col-md-5:last-child .btn {
    border: 2px solid green;
}

#PolicyCookies .col-xs-5.col-md-5:last-child {
    border-radius: 4px;
    height: 40px;
}


#PolicyCookies .col-xs-5.col-md-5:first-child {
    padding: 0 !important;
    margin-right: 5px;
}

#PolicyCookies .col-xs-5.col-md-5:last-child {
    padding: 0 !important;
    margin-left: 5px;
    line-height: 40px;
}

#PolicyCookies .btn {
    all: unset;
    margin: 0;
    background-color: transparent;
    border-radius: 4px !important;
}

@media screen and (min-width: 768px) {
    #PolicyCookies {
        flex-flow: row wrap;
    }

    #PolicyCookies .col-md-8 {
        flex: 1;
        max-width: 512px;
        padding: 0;
        float: none;
    }

    #PolicyCookies .col-xs-5 {
        margin-top: 0;
    }

    #PolicyCookies .col-md-3 {
        flex: 1;
        max-width: 256px;
        padding: 0;
        float: none;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    #PolicyCookies {
        flex-flow: row wrap;
    }

    #PolicyCookies .col-md-8 {
        flex: 1;
        max-width: 760px;
        padding: 0;
        float: none;
    }

    #PolicyCookies .col-md-3 {
        flex: 1;
        max-width: 380px;
        padding: 0;
        float: none;
        justify-content: flex-end;
    }

    #PolicyCookies .col-md-5 {
        width: 96px;
        margin-top: 0;
    }

    #PolicyCookies .col-xs-5.col-md-5:first-child {
        padding: 0 !important;
        margin-right: 10px;
    }
}
