
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*
400: regular
700: bold
*/

html {
    scroll-behavior: smooth;
}

html,
body {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Lato', verdana, arial;
    font-weight: 400 !important;
    color: #707070;
    font-size: 16px;
    line-height: 22px;
}

.w-max-500 {
    margin: auto;
    width: 100%;
    max-width: 500px;
}

.w-max-600 {
    margin: auto;
    width: 100%;
    max-width: 600px;
}

.w-max-700 {
    margin: auto;
    width: 100%;
    max-width: 700px;
}

.w-max-800 {
    margin: auto;
    width: 100%;
    max-width: 800px;
}

.w-max-900 {
    margin: auto;
    width: 100%;
    max-width: 900px;
}

.w-max-1000 {
    margin: auto;
    width: 100%;
    max-width: 1000px;
}

.w-max-1100 {
    margin: auto;
    width: 100%;
    max-width: 1100px;
}

.w-max-1140 {
    margin: auto;
    width: 100%;
    max-width: 1140px;
}

.w-max-1200 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.h-min-700 {
    min-height: 700px;
}

.h-min-800 {
    min-height: 800px;
}

.txt-regular {
    font-weight: 400 !important;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.bg-clr-white {
    background-color:#ffffff !important;
}

.bg-clr-yellow {
    background-color:#FFC860 !important;
}

.bg-clr-grey-dark {
    background-color:#474848 !important;
}

.bg-clr-grey-light {
    background-color: #F8F8F8 !important;
}

.bg-clr-white-green-toBottom {
    background-image: linear-gradient(to bottom, #ffffff, #c1e5e3) !important;
}

.clr-default {
    color: #707070 !important;
}

.clr-black {
    color: #000000 !important;
}

.clr-white {
    color: #ffffff !important;
}

.clr-red {
    color: #ec1751 !important;
}

.clr-orange {
    color:#ff861d !important;
}

.clr-yellow {
    color: #FFC860 !important;
}

.clr-green {
    color:#14D072 !important;
}

.clr-blue {
    color: #079DE0 !important;
}

.clr-grey {
    color:#656565 !important;
}

.clr-grey-2 {
    color:#707070 !important;
}

.up {
    color: #15c967 !important;
}

.down {
    color: #ec1751 !important;
}

.scrollable-container {
    padding-right: 20px;
    overflow: auto;
}

.transition-02s {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.transition-03s {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.txt-note {
    font-size: 12px;
    line-height: 16px;
}

.txt-disclaimer {
    font-size: 12px;
    line-height: 16px;
}

.txt-source {
    font-size: 14px;
    line-height: 18px;
}

h1 {
    margin: 0px 0px;
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
}

.keyvis-headline h1 {
    font-size: 46px;
    line-height: 50px;
}

h2  {
    margin: 0px 0px;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
}

h3  {
    margin: 0px 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

h4  {
    margin: 0px 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

ol,
ul {
    padding-left:20px;
}

ol.marker-bold > li::marker {
    font-weight: bold;
}

.list-roman-lower {
    list-style-type: lower-roman;
}

.list-alpha-lower {
    list-style-type: lower-alpha;
}

.ahref-inline {
    outline: none;
    border: none;
    text-decoration: underline;
}

.ahref {
    outline: none;
    border: none;
    text-decoration: none;
}

.ul-desc {
    margin: 20px auto 30px auto;
}

.ul-desc li {
    margin-bottom: 5px;
}

@media (max-width:480px) {
    html,
    body {
        font-size: 14px;
        line-height: 22px;
    }

    .section {
        padding:30px 0px 30px 0px;
    }

    h1 {
        font-size:25px;
        line-height: 30px;
    }

    .keyvis-headline h1 {
        font-size: 25px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .box-body {
        padding: 20px;
    }

    .exp-card-col-photo {
        position: relative;
        top: 0px;
        margin: auto auto 20px auto;
        max-width: 100%;
    }

    .exp-card-col-detail {
        padding-left: 0px;
        min-height: auto;
    }

    .exp-question {
        font-size: 18px;
        line-height: 24px;
    }

    .txt-note {
        font-size: 12px;
        line-height: 16px;
    }
    
    .txt-source {
        font-size: 12px;
        line-height: 16px;
    }

    .tag-header {
        top: -60px;
    }

}

@media (min-width:481px) and (max-width:640px) {
    html,
    body {
        font-size: 14px;
        line-height: 22px;
    }

    .section {
        padding:60px 0px 60px 0px;
    }

    h1 {
        font-size:25px;
        line-height: 30px;
    }

    .keyvis-headline h1 {
        font-size: 25px;
        line-height: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
    }

    
}

@media (min-width:641px) and (max-width:820px) {
    html,
    body {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        font-size:30px;
        line-height: 36px;
    }

    .keyvis-headline h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2 {
        font-size:28px;
        line-height: 36px;
    }

    .exp-card-col-photo {
        top: 20px;
    }

    .exp-question {
        font-size: 20px;
        line-height: 26px;
    }

    
}

@media (min-width:821px) and (max-width:992px) {
    
}

@media (min-width:993px) and (max-width:1200px) {

}

@media (max-width:1024px) {
   
}



@media (max-width:640px) {
    
}

@media (max-width:820px) {
    .sec-container {
        margin: auto;
        padding: 40px 10px 10px 10px;
        border-radius: 20px;
    }
}

@media (min-width:1201px) {

}

/* nav Start */
#logo-brand {
    display: block;
}

#logo-brand-xs {
    display: block;
}

#sec-nav-main {
    
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-cust {
    padding: 0px 0px;
}

.navbar-main-btn-group {
    margin-top: 40px; /* 10px */

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#navbar-main .nav-item {
    
}

#navbar-main .nav-item a,
#navbar-main .nav-item a:hover,
#navbar-main .nav-item a:focus {
    text-decoration: none;
    outline: none;
}

.navbar-toggler {
    outline: none !important;
}

.btn-mmenu {
    position: relative;
    padding: 10px 10px;
    height: auto;
    border-radius: 8px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-mmenu-sub {
    position: relative;
    padding: 10px 20px;
    height: auto;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-mmenu-static {
    position: relative;
    padding: 10px 20px;
    height: auto;
}

.ico-mmenu {
    display: none;
}

.caption-menu {
    position: relative;
    font-size: 16px;
    line-height: 20px;
}

.btn-mmenu .caption-menu,
.btn-mmenu .ico-mmenu {
    color:#313131;
}

.btn-mmenu-sub .caption-menu,
.btn-mmenu-sub .ico-mmenu {
    color: #079DE0;
}

.btn-mmenu-static .caption-menu,
.btn-mmenu-static .ico-mmenu {
    color: #079DE0;
    cursor: default;
}

.btn-mmenu:hover .caption-menu {
    color:#ffc056;
}

.btn-mmenu-sub:hover .caption-menu {
    color:#000000;
}

.btn-mmenu.active,
.btn-mmenu-sub.active {
    cursor: default;
}

.btn-mmenu.active .caption-menu,
.btn-mmenu.active .ico-mmenu {
    color:#ffc056;
}

.btn-mmenu-sub.active .caption-menu,
.btn-mmenu-sub.active .ico-mmenu {
    color:#000000;
}

.btn-mmenu-sub.active {
    
}

.mmenu-sub-list {
    padding: 0px 20px;
}

.mmenu-sub-list ul {
    
}

.mmenu-sub-list ul li {
    position: relative;
    list-style-type: none;
}

.mmenu-sub-list ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #079DE0;
}

.mmenu-sub-list ul li:hover::before {
    background-color: #000000;
}

.mmenu-sub-list ul li .btn-mmenu-sub {
    padding: 0px 0px 10px 0px;
}

.navbar-brand-logo {
    position: relative;
    height: 80px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand-logo img {
    height: 80px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand-logo .logo-brand-group img {
    height: 80px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.logo-brand-group {
    position: relative;
    top: 0%;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin-top: 0px;
}

.dropdown-menu-list {

}

.lbl-btn {
    
}

a.lbl-btn,
a:hover.lbl-btn,
a:visited.lbl-btn,
a:focus.lbl-btn {
    
}

.dropdown-menu {
    padding:.5rem;
    min-width: 16rem;
}

.dropdown-menu.dropdown-menu-cust {
    min-width: 20rem;
}



.nav-item-DD {
    position: absolute;
    top: 10px;
    right: 10px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav-item-DD-card {

}

.row-cust-dd {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.col-cust-dd {
    min-width: 80px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.col-cust-dd.custom-lbl,
.col-cust-dd.custom-select {
    font-size: 14px;
    line-height: 14px;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.col-cust-dd.custom-select,
.col-cust-dd.custom-select:focus,
.col-cust-dd.custom-select:visited {
    outline: none;
}

.col-cust-dd.custom-select {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 28px;
}

@media (max-width: 640px) {
    
}

@media (max-width: 820px) {
    .nav-item-DD {
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 25px 10px 25px;
    }
}

@media (min-width: 821px) {
    .col-cust-dd.custom-lbl {
        margin-bottom: 0px;
        padding-right: 10px;
        flex: 0 0 150px;
        max-width: 150px;
        text-align: right;
        white-space: nowrap;
    }
}

@media (min-width:1200px) {
    #sec-nav-main.compact {
        background-color: #ffffff;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    }
    
    #sec-nav-main.compact #logo-brand {
        
    }
    
    #sec-nav-main.compact #logo-brand-xs {
        
    }
    
    #sec-nav-main.compact .navbar-brand-logo,
    #sec-nav-main.compact .navbar-brand-logo img,
    #sec-nav-main.compact .logo-brand-group img {
        height: 50px;
        width: auto;
    }

    #sec-nav-main.compact .logo-brand-group {
        top:-100%;
    }
    
    #sec-nav-main.compact .navbar-main-btn-group {
        align-items: center;
        margin-top: 20px; /* 10px */
        border-top: none;
    }
    
    #sec-nav-main.compact .btn-mmenu {
        height: auto;
    }
    
    #sec-nav-main.compact .caption-menu {
        text-shadow: none;
        font-size:14px;
    }

    #sec-nav-main.compact .menu-shopnow-container {
        padding: 5px 20px;
    }

    #sec-nav-main.compact .lbl-btn {
        font-size:14px;
    }

    #sec-nav-main.compact .btn-mmenu,
    #sec-nav-main.compact .menu-lang-container {
        padding-top:2px;
        padding-bottom:2px;
    }
    
    #sec-nav-main.compact .caption-menu:hover {
        color: #ffc056;
    }

    #sec-nav-main.compact .btn-mmenu.active .caption-menu {
        color: #ffc056;
    }

    #sec-nav-main.compact .pos-top-right {
        top: 10px;
        /*
        position: relative;
        top: auto;
        right: auto;
        */
    }

    #sec-nav-main.compact .nav-item-DD {
        top: 4px;
    }

    #sec-nav-main.compact .col-cust-dd {
        min-width: 60px;
    }

    #sec-nav-main.compact .col-cust-dd.custom-lbl,
    #sec-nav-main.compact .col-cust-dd.custom-select {
        font-size: 12px;
        line-height: 12px;
    }

    #sec-nav-main.compact .col-cust-dd.custom-select {
        height: 20px;
    }
}

@media (max-width:1199px) {
    #sec-nav-main {
        padding: 0px;
        background-color: #ffffff;
    }

    #navbar-main.show {
        border-bottom: 1px solid #ededed;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    }

    #sec-nav-main.compact {
        background-color: #ffffff;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
        box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
    }
    
    #sec-nav-main #logo-brand-xs {
        display: block;
        opacity: 1;
    }
    
    #sec-nav-main .navbar-brand-logo,
    #sec-nav-main .navbar-brand-logo img,
    #sec-nav-main .navbar-brand-logo .logo-brand-group img {
        height: 40px;
        width: auto;
    }

    .navbar-main-btn-group {
        margin-top: 0px;
        background-color: rgba(255,255,255,1);
        /*
        -webkit-backdrop-filter: blur(8px);
        -moz-backdrop-filter: blur(8px);
        -ms-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        */
    }

    .pg-space-top {
        height: 50px !important;
    }

    .navbar-brand-logo {
        
    }

    .navbar-brand {
        height: 50px;
    }

    #navbar-main {
        position: absolute;
        top:50px;
        left: 0px;
        width: 100%;
        border-top: 1px solid #ededed;
    }

    .caption-menu {
        text-align: left;
    }

    .btn-mmenu {
        margin: 0px 10px;
        padding: 10px 20px;
        height: auto;
        border-radius: 0px;
        border-bottom: 1px solid #E8E8E8;
    }

    .dropdown-menu {
        border: none;
    }

    .btn-mmenu,
    .btn-mmenu-sub {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .ico-mmenu {
        display: block;
    }

    h2 {
        margin: 0px;
    }

    .pos-top-right {
        position: relative;
        top: auto;
        right: auto;
    }

    .col-social {
        display: block;
    }

    .row-social {
        padding: 10px 0px 0px 0px;
    }
}
/* nav End */

.pg-space-top {
    height: 90px;
}



.section {
    position: relative;
    margin: auto;
    padding: 40px 0px 40px 0px;
}

.section-content {
    padding: 80px 0px 10px 0px;
}



.e-fade-in {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.e-fade-in.show {
    opacity: 1;
}

.section-body-container {
    position: relative;
}

.section-row {
    margin-bottom: 40px;
}

.isBtn {
    cursor:pointer;
}

.mp-0 {
    margin: 0px !important;
    padding: 0px !important;
}

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

.sec-container {
    position: relative;
    margin: auto;
    padding: 0px;
}

.sec-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.tag-header {
    position: absolute;
    top: -76px;
    margin: auto;
    width: 100%;
    max-width: 250px;
}

.tag-header img {
    margin: auto;
    width: 100%;
}

.sec-body {
    position: relative;
    z-index: 10;
}

.sec-body-title {
    margin-bottom: 30px;
}

.sec-title-main {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.btn-rnd {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    text-transform: uppercase;
}

.btn-rnd-grey-dark {
    border: 1px solid #474848;
    background-color: #474848;
    color: #ffc056;
}

.btn-rnd-grey-dark:hover {
    border: 1px solid #474848;
    background-color: #ffc056;
    color: #474848;
}

.btn-rnd-grey-dark.disabled,
.btn-rnd-grey-dark.disabled:hover {
    border: 1px solid #474848;
    background-color: #474848;
    color: #ffc056;
}

.btn-rnd-red {
    border: 1px solid #E24E4E;
    background-color: #E24E4E;
    color: #ffffff;
}

.btn-rnd-red:hover {
    border: 1px solid #E24E4E;
    background-color: #ffffff;
    color: #ec1751;
}

.btn-rnd-red.disabled,
.btn-rnd-red.disabled:hover {
    border: 1px solid #E24E4E;
    background-color: #E24E4E;
    color: #ffffff;
    
}

.btn-rnd.disabled {
    opacity: 0.2;
    cursor: default;
}

.link-email,
.link-email:hover,
.link-email:visited {
    border: none;
    outline: none;
    color:#FF2121;
    text-decoration: underline;
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    background-color: #313131;
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
    
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.alink-footer,
.alink-footer:visited {
    color:#ffffff;
    text-decoration: none;
    border: none;
    outline: none;
}

.alink-footer:hover {
    color:#FF2121;
    text-decoration: none;
    border: none;
    outline: none;
}

/* breadcrumb Start */
#sec-breadcrumb.section {
    padding: 0px;
}

.breadcrumb-container {
    position: absolute;
    top: 30px;
    z-index: 20;
}

.breadcrumb-container .breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.breadcrumb-container .breadcrumb-item {
    font-size: 12px;
    line-height: 12px;

    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.breadcrumb-container .breadcrumb-item a:hover,
.breadcrumb-container .breadcrumb-item a:focus,
.breadcrumb-container .breadcrumb-item a:visited,
.breadcrumb-container .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-container .breadcrumb-item::before {
    font-family: 'FontAwesome';
    content: "\f105";
    color: #ffffff;
}

.breadcrumb-container .breadcrumb-item:first-child:before {
    font-family: 'FontAwesome';
    content: "";
    color: #ffffff;
}

@media (max-width: 640px) {
    .breadcrumb-container {
        top: 10px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }
}
/* breadcrumb End */

/* Keyvis Start */
.section-keyvis-cust {
    padding: 0px;
    height: 520px;
}

.section-keyvis-headline {
    padding: 0px;
}

.keyvis-bg {
}

.keyvis-bg-bottom-gradient {
    position: relative;
}

.keyvis-bg-bottom-gradient::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}

.keyvis-headline-container {
    position: absolute;
    bottom: 40px;
}

.keyvis-headline-container.type-2 {
    bottom: 70px;
}

.keyvis-headline {
    margin-bottom: 10px;
    color: #FFC860;
}

.keyvis-headline-sub {
    margin-bottom: 0px;
    color: #ffffff;
}

.keyvis-headline,
.keyvis-headline-sub {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.keyvis-banner-container .slick-container-custom .slick-prev {
    left: 20px;
}

.keyvis-banner-container .slick-container-custom .slick-next {
    right: 20px;
}

@media (max-width:480px) {
  
}

@media (max-width: 640px) {
    .keyvis-banner-container .slick-container-custom .slick-prev {
        left: 0px;
    }
    
    .keyvis-banner-container .slick-container-custom .slick-next {
        right: 0px;
    }

}

@media (max-width:820px) {
    .section-keyvis-headline {
        padding: 20px;
        background-color: #F8F8F8;
    }

    .section-keyvis-headline .container {
        padding: 0px;
    }

    .keyvis-headline-container,
    .keyvis-headline-container.type-2 {
        position: relative;
        bottom: 0px;
    }

    .keyvis-headline,
    .keyvis-headline-sub {
        color: #000000;
        text-shadow: none;
    }

    .keyvis-bg-bottom-gradient::after {
        display: none;
        background-image: none;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .section-keyvis-cust {
        height: 280px;
    }
}

@media (min-width:641px) and (max-width:820px) {
    .section-keyvis-cust {
        height: 300px;
    }

    .keyvis-banner-container .slick-container-custom .slick-prev {
        left: 0px;
    }
    
    .keyvis-banner-container .slick-container-custom .slick-next {
        right: 0px;
    }
}

@media (min-width:821px) and (max-width:1024px) {
    .section-keyvis-cust {
        height: 420px;
    }
}

@media (min-width: 821px) and (max-width: 1440px) {
    .keyvis-bg-bottom-gradient::after {
        height: 150px;
    }
}
/* Keyvis End */

/* section Start */
.section-box-bordered-container {
    padding: 30px;
    border: 1px solid #E8E8E8;
}

.section-box-header {
    margin-bottom: 20px;
}

.section-box-title {
    font-size: 20px;
    line-height: 20px;
}

.section-box-title-sub {
}

.section-box-body {

}

@media (max-width:640px) {
    .section-box-bordered-container {
        padding: 20px;
    }
}
/* section End */

/* zig zag Start */
.zig-zag-container {
}

.row-zig-zag {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
}

.row-zig-zag.flex-top {
    align-items: flex-start;
}

.col-zig-zag {
}

.part-1 {
}

.part-2 {

}

.part-content {
    
}

@media (max-width: 640px) {
    .row-zig-zag {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .col-zig-zag {
        flex-basis: 100%;
    }
}

@media (min-width: 641px) {
    .row-zig-zag:nth-child(even) .part-1 {
        order: 13;
    }
    
    .row-zig-zag:nth-child(even) .part-2 {
        order: -1;
    }

    .row-zig-zag.flip .part-1 {
        order: 13;
    }
    
    .row-zig-zag.flip .part-2 {
        order: -1;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .row-zig-zag.flex-top-sm {
        align-items: flex-start;
    }
}
/* zig zag End */

/* table Start */
.tb {
    width: 100%;
    border-collapse: collapse;
}

.td {
    padding: 15px 30px;
}

.td-header {

}

.td-body {
    
}

.td-lbl {

}

.td-desc {

}

.td-action {

}
/* table End */

/* modal Start */
.modal-ahb .modal-content {
    padding: 20px 40px;
    background: url(../images/modal-bg.png) no-repeat right bottom;
    background-size: contain;
    background-color: #f1f1e8;
}

.modal-ahb .modal-header,
.modal-ahb .modal-body,
.modal-ahb .modal-footer {
    padding:0px;
}

.modal-ahb .modal-header .close {
    font-size: 50px;
    font-weight: normal;
    outline: none;
}

.modal-ahb .modal-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
}

.modal-ahb .modal-title-sub {
    font-size: 20px;
    line-height: 26px;
}

.btn-modal-ok-cust {
    padding: 10px 40px;
    border-radius: 20px;
    background-color: #ffc056;
    color: #ffffff;
}
/* modal End */

/* modal cust Start */
.modal-mam.pos-bottom {

}

.modal-mam.pos-bottom .modal-xl {
    max-width: 100%;
}

.modal-mam.pos-bottom.show .modal-dialog {
    margin: 0px;
}

.modal-mam.pos-bottom.show .modal-dialog-bottom {
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.modal-mam.pos-bottom.show .modal-dialog-scrollable {
    height: 100%;
    max-height: 100%;
}

.modal-mam.pos-bottom.show .form-row {
    align-items: end;
}

.modal-mam.pos-bottom.show .modal-content,
.modal-mam.pos-bottom.show .modal-header,
.modal-mam.pos-bottom.show .modal-body {
    border: none;
    border-radius: 0px;
}

.modal-mam.pos-bottom.show .modal-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.modal-download-action {
    margin-top: 30px;
}

.modal-download-detail-container {
}

.modal-download-product {
    margin-bottom: 20px;
}

.modal-download-product-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.download-product-doc-item {

}

.btn-download-product-doc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px 10px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #FFF9EC;
}

.txt-download-product-doc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.btn-download-product-doc-close {

}

@media (max-width: 640px) {
    .txt-download-product-doc {
        margin-right: 10px;
    }
}

/* compare Start */
.modal-compare-action {
    margin-top: 30px;
}

.modal-compare-detail-container {
}

.modal-compare-product {
    margin-bottom: 20px;
}

.modal-compare-product-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.download-product-doc-item {

}

.btn-compare-product-doc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px 10px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #FFF9EC;
}

.txt-compare-product-doc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
}

.btn-compare-product-doc-close {

}

#btn-cta-form-compare-fund {
    white-space: nowrap;
}

@media (max-width: 640px) {
    .txt-compare-product-doc {
        margin-right: 10px;
    }
}
/* compare End */
/* modal cust End */

/* slick Start */
.slick-container-custom .slick-prev, 
.slick-container-custom .slick-next {
    background-color: transparent;
}

.slick-container-custom .slick-prev {
    left: -60px;
}

.slick-container-custom .slick-next {
    right: -60px;
}

.slick-container-custom .slick-dots {
    position: relative;
    bottom: 0px;
}

.slick-container-custom .slick-dots li.slick-active button:before {
    border-color: #ffb302;
    color: #ffb302;
    background-color: #ffb302;
}

@media (max-width: 640px) {
    .slick-container-custom .slick-prev {
        left: -10px;
    }
    
    .slick-container-custom .slick-next {
        right: -10px;
    }
}

@media (min-width: 640px) and (max-width: 820px) {
    .slick-container-custom .slick-prev {
        left: -20px;
    }
    
    .slick-container-custom .slick-next {
        right: -20px;
    }
}
/* slick End */

/* youtube Start */
.yt-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.yt-container,
.yt-iframe {
    width: 840px;
    height: 450px;
}

@media (max-width:480px) {
    .yt-container,
    .yt-iframe {
        width: 300px;
        height: 180px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    .yt-container,
    .yt-iframe {
        width: 440px;
        height: 240px;
    }
}

@media (min-width:641px) and (max-width:820px) {
    .yt-container,
    .yt-iframe {
        width: 600px;
        height: 360px;
    }
}

@media (min-width:821px) and (max-width:1024px) {
    .yt-container,
    .yt-iframe {
        width: 720px;
        height: 420px;
    }
}
/* youtube End */

/* video Start */
.img-research-container {
    margin: auto auto 30px auto;
    width: 100%;
    max-width: 630px;
}

.img-research-container img {
    margin: auto;
    width: 100%;
}

.msg-research h2 {
    line-height: 60px;
}

.msg-from {
    font-style: italic;
}

.tmb-video-container {
    margin: auto;
    width: 100%;
    max-width: 840px;
}

.tmb-video-container img {
    margin: auto;
    width: 100%;
}
/* video End */

/* flex Start */
@media(max-width: 640px) {
    .xs-12 {
        width: 100%;
    }
}

/* flex End */



/* tab menu Start */
.panel-tab-container {
    margin-top: 0px;
}

.tab-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 30px;
}

.tab-menu-xs {
}

.tab-menu-btns {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: end;
    gap: 40px;
}

.tab-menu-btn {
    padding: 15px 30px 15px 30px;
    border: 2px solid #e8e8e8;
    border-radius: 30px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.tab-menu-btn:last-child {
}

.tab-caption {
    color: #babcbc;
    font-size: 20px;
    line-height: 20px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.tab-body {
}

.tab-content {
    display: none;
}

.tab-content-section {

}

.tab-content-header {

}

.tab-content-title {
    margin-bottom: 20px;
}

.tab-content-body {

}

.tab-content-body-section {
    margin-bottom: 60px;
}

.tab-content-body-section:last-child {
    margin-bottom: 0px;
}

.tab-content-body-section .title-sub {
    margin-bottom: 20px;
}

.tab-content-body-section-header {

}

.tab-content-body-section-header .tab-content-title {
    margin-bottom: 20px;
}

.tab-content-body-section-body {

}

.tab-select-lbl {
    margin-bottom: 10px;
    color: #707070;
    font-size: 14px;
    line-height: 16px;
}

.tab-menu-btn:hover {
    border: 2px solid #FFC860;
}

.tab-menu-btn:hover .tab-caption {
    color: #FFC860;
}

.tab-menu-btn.active {
    border: 2px solid #FFC860;
    background-color: #FFC860;
}

.tab-menu-btn.active .tab-caption {
    color: #707070;
    /*font-weight: 700;*/
}

.tab-content.active {
    display: block;
}

@media (max-width: 640px) {
    .tab-content-body-section {
        margin-bottom: 30px;
    }
}

@media (min-width: 821px) {
    .tab-content-exp {
        display: none;
    }

    .tab-content-exp.active {
        display: block;
    }
}
/* tab menu End */

/* tab menu expand Start */
.panel-tabMenu-expand {
    margin-bottom: 0px;
    padding: 10px;
    border-top: 2px solid #FFC860;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.panel-tabMenu-expand.expand {
    margin-bottom: 20px;
    border-top: 2px solid #FFC860;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;

}

.panel-tabMenu-expand-footer {
    
}

.btn-tabMenu-expand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ico-tabMenu-expand {
    padding: 0px 8px;
    width: 34px;
    font-size: 30px;
    line-height: 30px;
}

.cont-tabMenu-expand {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.wrapper-tabMenu-expand {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 821px) {
    .panel-tabMenu-expand {
        margin-bottom: 0px;
        padding: 0px;
        border-top: none;
        border-bottom: none;
    }
    
    .btn-tabMenu-expand {
        display: none;
    }
    
    .cont-tabMenu-expand {
        overflow: hidden;
        height: auto;
    }
    
    .wrapper-tabMenu-expand {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* tab menu expand End */

/* expand Start */
.panel-expand {
    margin-bottom: 0px;
    padding: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #F5F5F5;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.panel-expand.expand {
    margin-bottom: 20px;
    border-top: 2px solid #FFC860;
    border-bottom: 2px solid transparent;

    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.panel-expand-footer {
    
}

.btn-expand,
.btn-expand-sub {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ico-expand,
.ico-expand-sub {
    padding: 0px 6px;
    width: 34px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.cont-expand {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.wrapper-expand {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* expand End */

/* expand sub Start */
.panel-sub-expand {
    margin-bottom: 0px;
    padding: 30px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #FFC860;

    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.panel-sub-expand.expand {
    margin-bottom: 20px;
    border-top: 2px solid #FFC860;
    border-bottom: 2px solid transparent;

    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.panel-sub-expand-footer {
    
}

.btn-sub-expand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title-sub-expand {

}

.ico-sub-expand {
    width: 34px;
    padding: 0px 6px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.cont-sub-expand {
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.wrapper-sub-expand {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* expand sub End */

/* pagination Start */
.panel-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.row-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.col-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding: 0px 10px;
}

.btn-arrow-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #707070;
}

.btn-arrow-pagination.disabled {
    opacity: 0.3;
}

.arrow-pagination-prev {
}

.arrow-pagination-next {
}

.pagination-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pagination-item {
    margin: 10px;
    padding: 5px;
    border-bottom: 1px solid transparent;
}

.pagination-item:first-child {
    margin-left: 0px;
}

.pagination-item:last-child {
    margin-right: 0px;
}

.pagination-item.active {
    border-bottom: 1px solid #707070;
}

.btn-index-pagination {

}
/* pagination End */

/* footer Start */
#sec-footer.section {
}

#btn-mmenu-shopnow .lbl-btn {
    font-size: 15px;
    line-height: 20px;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    position: relative;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.footer-row:last-child {
    margin-bottom: 0px;
}

.footer-col {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-col .wrapper-expand {
    padding-top: 0px;
    padding-bottom: 20px;
}

.footer-logo {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    max-width: 180px;
}

.footer-logo img {
    margin: auto;
    width: 100%;
}

.btn-expand-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn-footer {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

.btn-footer-sub {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

.footer-detail {
    padding: 10px 300px 10px 100px;
}

.footer-tnc-container {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 0px;
}

.xs-only .cont-expand {
    overflow: auto;
    height: auto;
}

.xs-only .ico-expand {
    display: none;
}

@media (max-width: 640px) {
    .xs-only .cont-expand {
        overflow: hidden;
        height: 0px;
    }

    .xs-only .ico-expand {
        display: block;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-col {
        flex: 100%;
    }

    .footer-logo {
        position: relative;
        max-width: 180px;
    }

    .btn-footer {
        border-bottom: 1px solid #ffffff;
    }

    .footer-detail {
        padding: 10px 10px 10px 0px;
    }

    .footer-tnc-container {
        position: relative;
    }

    .btn-footer,
    .btn-footer-sub {
        text-align: left;
    }
}

@media(max-width: 820px) {
    .btn-footer {
        margin-bottom: 10px;
        padding: 10px 0px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .btn-footer-sub {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .footer-logo {
        max-width: 120px;
    }

    .footer-col {
        min-width: 100px;
    }
}
/* footer End */

/* filter search Start */
.panel-search {
    margin-top: 30px;
}

.search-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.search-item {
    
}

.btn-search-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: 0px 10px 10px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #FFF9EC;
}

.search-item-txt {
    margin-right: 10px;
}

.search-item-close {

}

@media (max-width: 640px) {
    
}

@media (max-width: 820px) {
    
}

@media (min-width: 641px) and (max-width: 820px) {
    
}
/* filter search End */


/* table Start */
.tb-data-container {
    margin: auto auto 20px auto;
    overflow: auto;
}

.tb-data {
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}

.tb-data.slash {
    min-width: auto;
}

.tb-data .td {
    border: 1px solid #E8E8E8;
}

.tb-data .td-header {
}

.tb-data .td-lbl {
}

.tb-data .td-body {
}

.tb-data .td-desc {

}

.tb-txt-center {
    text-align: center;
}

.td-header-slash {
    position: relative;
    overflow: hidden;
    width: 200px;
    min-width: 200px;
    height: 100px;
}

.td-header-slash::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 1px;
    background-color: #E8E8E8;

    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;

    -webkit-transform: rotate(26deg);
    -moz-transform: rotate(26deg);
    -ms-transform: rotate(26deg);
    transform: rotate(26deg);

    z-index: 1;

}

.slash-lbl-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.slash-lbl-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
}

.slash-lbl-top-right,
.slash-lbl-bottom-left {
    padding: 10px;
    max-width: 120px;
    z-index: 2;
}



.tr-even-odd tr:nth-child(odd) .td {
    background-color: #f7f7f7;
}

.tb-data-container.style-2 .tb-data .td-header {
    background-color: #FFC860 !important;
}


.tb-data .td {
    display: table-cell !important;
    padding: 15px !important;
}

.tb-data .td .td-lbl {
    min-width: auto !important;
}




.tb-data-container.style-3 .tb-data {
    border: 1px solid transparent;
}

.tb-data-container.style-3 .tb-data .td {
    border: 1px solid transparent;
}

.tb-data-container.style-3 .tb-data .td:first-child {
    border-left: 1px solid #E8E8E8;
}

.tb-data-container.style-3 .tb-data .td:last-child {
    border-right: 1px solid #E8E8E8;
}

.tb-data-container.style-3 .tb-data tr:first-child .td {
    border:  1px solid transparent;
}

.tb-data-container.style-3 .tb-data tr:last-child .td {
    border-bottom: 1px solid #E8E8E8;
}

.tb-data-container.style-3 .tb-data .td-header {
    border-bottom: 2px solid #FFC860 !important;
    background-color: transparent !important;
}

@media (max-width: 640px) {
    .tb-data-container {
        margin-top: 10px;
        max-width: 260px;
    }

    .tb-data .td {
        padding: 15px !important;
    }
}
/* table End */

/* component Start */
.component-media-container {
    margin-bottom: 50px;
}

.media-title {
    margin-bottom: 20px;
}

.media-body {

}
/* component End */