
img {
    margin: auto;
    width: 100%;
}

.w-max-80perc {
    margin: 0px;
    max-width: 80%;
}

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

#btn-mmenu-signup {
    margin-left: 30px;
}

.btn-border {
    display: inline-block;
    margin: 20px auto;
    padding: 15px 40px;
    border: 2px solid #00377b;
    border-radius: 18px;
}

.btn-cta-keyvis.btn-border {
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}

.shadow-bottom {
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

@media (max-width: 640px) {
    .btn-border {
        margin: 10px auto;
        padding: 10px 15px;
    }

    .btn-cta-keyvis.btn-border {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 1200px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 1200px;
    }
}

/* about Start */
#overview.section {
    margin-top: 0px;
    /*margin-top: 80px;*/
}

#overview.section-content {
    overflow: visible;
}

#overview.section-keyvis-cust {
    height: auto;
}

#sec-keyvis-home {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    margin-top: 0px;
    margin-bottom: 0px;
    height: 700px;
}

#overview .keyvis-headline {
    position: relative;
    padding: 60px 30px;
    max-width: 50%;
}

#overview .keyvis-headline h1 .headline-main {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 62px;
}

#overview .keyvis-headline h1 .headline-sub {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

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

.keyvis-section:first-child {
    padding: 60px 60px 60px 60px;
}

.keyvis-desc {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.section-wrapper {
    padding: 80px 30px 80px 30px;
}

.section-desc {
    font-size: 30px;
    line-height: 36px;
}

.section-header {

}

.section-body {

}

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

.section-title h2 {
    font-size: 35px;
    line-height: 46px;
}

@media (max-width: 640px) {
    .section-wrapper {
        padding: 20px 10px;
    }

    #overview.section {
        margin-top: 0px;
        background: url('../images/keyvis-xs-640x250.jpg') no-repeat 65% center;
        background-position-y: top;
        background-size: cover;
    }

    #sec-keyvis-home {
        height: 260px;
    }

    #overview .keyvis-headline {
        padding: 20px 0px;
        max-width: 70%;
    }

    #overview .keyvis-headline h1 .headline-main {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
    }

    #overview .keyvis-headline h1 .headline-sub {
        font-size: 15px;
        line-height: 24px;
    }

    .keyvis-section,
    .keyvis-section:first-child,
    .section-wrapper {
        padding: 20px 0px;
    }

    .keyvis-desc {
        font-size: 20px;
        line-height: 26px;
    }

    .section-desc {
        font-size: 20px;
        line-height: 26px;
    }

    .section-title h2 {
        padding: 0px;
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    #overview.section {
        margin-top: 0px;
        background: url('../images/keyvis-sm-770x400.jpg') no-repeat center center;
        background-position-y: top;
        background-size: cover;
    }

    #sec-keyvis-home {
        height: 400px;
    }

    #overview .keyvis-headline {
        padding: 40px 0px;
    }

    #overview .keyvis-headline h1 .headline-main {
        font-size: 32px;
        line-height: 38px;
    }

    #overview .keyvis-headline h1 .headline-sub {
        font-size: 16px;
        line-height: 24px;
    }

    .keyvis-section,
    .keyvis-section:first-child,
    .section-wrapper {
        padding: 40px 0px;
    }

    .keyvis-desc,
    .section-desc {
        font-size: 24px;
        line-height: 30px;
    }

    .section-title h2 {
        padding: 0px;
        font-size: 30px;
        line-height: 38px;
    }
}

@media (min-width: 821px) and (max-width: 1280px) {
    #overview.section {
        background: url('../images/keyvis-md-1280x600.jpg') no-repeat center center;
        background-position-y: top;
        background-size: cover;
    }

    #sec-keyvis-home {
        height: 600px;
    }
}

@media (min-width: 1281px) and (max-width: 1400px) {
    #overview.section {
        background: url('../images/keyvis-lg-1400x700.jpg') no-repeat center center;
        background-position-y: top;
        background-size: cover;
    }

    #sec-keyvis-home {
        height: 700px;
    }
}

@media (min-width: 1401px) {
    #overview.section {
        background: url('../images/keyvis-xl-1900x700.jpg') no-repeat center center;
        background-position-y: top;
        background-size: cover;
    }

    #sec-keyvis-home {
        height: 700px;
    }
}
/* about End */

/* banner Start */
.prod-banner-container {

}

.prod-banner-list {
    position: relative;
}

.prod-banner-item {
    position: relative;
}

.prod-banner-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    position: relative;
}

.prod-banner-part {
    position: relative;
    padding: 10px 20px;
    width: 100%;
}

.prod-banner-part.part-1 {
    flex-basis: 45%;
    max-width: 45%;
}

.prod-banner-part.part-2 {
    flex-basis: 55%;
    max-width: 55%;
}

.prod-banner {

}

.prod-banner-img {
    margin: auto;
    width: 100%;
    max-width: 560px;
    border-radius: 25px;
    overflow: hidden;
}

.prod-banner-img img {
    margin: auto;
    width: 100%;
}

.prod-banner-detail {
    
}

.prod-banner-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 44px;
}

.prod-banner-desc {
    
}

@media (max-width: 640px) {
    .prod-banner-card {
        flex-direction: column;
    }

    .prod-banner-part.part-1 {
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
    }
    
    .prod-banner-part.part-2 {
        flex-basis: 100%;
        max-width: 100%;
        order: 1;
    }
}

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

/* banner End */

/* transfer Start */
.panel-menu-tab {
}

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

    margin-left: -10px;
    margin-right: -10px;
}

.menu-tab-item {
    flex-basis: 100%;
    width: 100%;

    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-menu-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;

    margin: auto;
    padding: 20px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.btn-menu-tab.active {
    background-color: #D6E5F5;
    box-shadow: none;
}

.btn-menu-tab.active+.tab-arrow-container .tab-arrow {
    top: 14px;
}

.ico-tab {
    margin-bottom: 0px;
    width: 100%;
    max-width: 110px;
}

.ico-tab img {
    margin: auto;
    width: 100%;
}

.btn-menu-tab .ico-default {
    display: block;
}

.btn-menu-tab .ico-active {
    display: none;
}

.btn-menu-tab.active .ico-default {
    display: none;
}

.btn-menu-tab.active .ico-active {
    display: block;
}

.caption-menu-tab {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 60px;
    color: #727272;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
}

.btn-menu-tab.active .caption-menu-tab {
    color: #005EBF;
}

.panel-content-tab {
    position: relative;
    margin-top: 60px;
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.panel-content-tab:first-child {
    margin-top: 0px;
}

.tab-arrow-container {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    z-index: 1;
}

.tab-arrow-container {
    display: none;
}

#important-thing-container .menu-tab-list {
    flex-wrap: wrap;
}

#important-thing-container .menu-tab-item {
    flex-basis: 19.99%;
    width: 100%;
    max-width: 19.99%;
    margin-bottom: 30px;
}

#FAQ-container .menu-tab-list {
    flex-wrap: wrap;
}

#FAQ-container .menu-tab-item {
    flex-basis: 24.99%;
    width: 100%;
    max-width: 24.99%;
    margin-bottom: 30px;
}

.tab-arrow {
    position: absolute;
    top: 30px;
    left: 40%;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);

    transform-origin: center;

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

    -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;
}

.content-tab-list {
}

.content-tab-item {
    display: none;
}

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

.sec-FAQ {
    margin-bottom: 30px;
}

.sec-FAQ:last-child {
    margin-bottom: 0px;
}

.title-main-FAQ {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
}

.title-sub-FAQ {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}

.tab-item-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.tab-item-desc {

}

.faq-list {
}

.faq-item {

}

.faq-item:last-child .panel-expand {
    border-bottom: 2px solid transparent;
}

.show-more-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.show-more-box {
    
}

.show-more-box .faq-item {
    display: none;
}

.show-more-box .faq-item:nth-child(1),
.show-more-box .faq-item:nth-child(2),
.show-more-box .faq-item:nth-child(3) {
    display: block;
}

.show-more-box.showmore .faq-item  {
    display: block;
}

.btn-show-more {
}

.ahref-faq-more {
    display: inline-block;
    margin: auto;
}

/* transfer End */

/* contact form Start */
.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;

    /*
    min-height: 700px;
    background: url('../images/contact/bg-contact-lg.jpg') no-repeat left center;
    background-size: contain;*/
}

.col-cust-contact {

}

.contact-card {

}

.contact-box {
    margin: 20px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.contact-pic {
    margin: auto auto 20px auto;
    width: 100%;
}

.contact-pic img {
    margin: auto;
    width: 100%;
}

.contact-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.contact-body {

}

.contact-form {

}

.contact-call-center {
    margin-bottom: 20px;
}

#btn-cta-form-submit.btn-border {
    background-color: transparent;
    font-size: 14px;
    line-height: 14px;
}

.form-msg-err {
    font-size: 12px;
    color: #e1091d;
}

.contact-form .form-control {
    background-color: #f7f7f7;
}

@media (max-width: 640px) {
    .contact-section {
        background: none;
    }

    #btn-cta-form-submit.btn-border {
        font-size: 14px;
        line-height: 14px;
    }

    .panel-content-tab {
        margin-top: 30px;
    }
}

@media (max-width: 820px) {
    .contact-section {
        min-height: auto;
    }

    .contact-box {
        margin: 0px;
    }
}
/* contact form End */

/* chatnow Start */
.widget {
}

#widget-chatnow {
    
}

.sticky-BL {
    position: fixed;
    bottom: 20%;
    right: 4%;
    z-index: 500;
}

.chatnow-container {
}

.chatnow {
    margin: auto;
    width: 100%;
    max-width: 90px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.chatnow img {
    margin: auto;
    width: 100%;
}

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

.float-contact-container {
}

.float-contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.float-contact-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.float-contact-item {

}

.float-contact-lbl {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.float-contact-ico {
    margin: auto;
    width: 100%;
    max-width: 45px;
}

.float-contact-ico img {
    margin: auto;
    width: 100%;
}

@media (max-width: 820px) {
    .sticky-BL {
        bottom: 0px;
        left: 0px;
        right: auto;
        width: 100%;
    }

    .float-contact-btn {
        width: 100%;
        height: 40px;
        border-radius: 0px;
    }

    .float-contact-flex {
        flex-direction: row;
    }

    .float-contact-ico {
        max-width: 30px;
    }

    .float-contact-lbl {
        padding-left: 10px;
    }

    .chatnow {
        max-width: 50px;
    }

    #sec-footer.section {
        padding-bottom: 60px;
    }
}
/* chatnow End */

