
html {
	scroll-behavior: smooth;
}

html,
body {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: "HelveticaNeueETW01-45Lt","Helvetica Neue", Helvetica, Arial, verdana;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
}

.txt-light {
    font-family: "HelveticaNeueETW01-45Lt","Helvetica Neue", Helvetica, Arial, verdana !important;
}

.txt-regular {
    font-family: "HelveticaNeueETW01-55Rg","Helvetica Neue", Helvetica, Arial, verdana !important;
}

.txt-medium {
    font-family: "HelveticaNeueETW01-65Md","Helvetica Neue", Helvetica, Arial, verdana !important;
    font-weight: 400 !important;
}

.txt-bold {
    font-family: "HelveticaNeueETW01-75Bd","Helvetica Neue", Helvetica, Arial, verdana !important;
    font-weight: 500 !important;
}

.txt-cap-upper {
    text-transform: uppercase !important;
}

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

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    letter-spacing: 1px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 1px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

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

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

.bg-clr-orange {
    background-color: #FF5404 !important;
}

.bg-clr-pink {
    background-color: #f4a8bc !important;
}

.bg-clr-orange-light {
    background-color: #FDE9DD !important;
}

.bg-clr-orange-light-2 {
    background-color: #FFCAB2 !important;
}

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

.bg-clr-yellow-light-2 {
    background-color: #fff9d8 !important;
}

.bg-clr-grad-white-grey {
    background-image: linear-gradient(to bottom, #ffffff , #f0f0f0);
}

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

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

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

.bold-300 {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
}

.border-bottom-orange {
    border-bottom: 1px solid #FF5404;
}

.border-bottom-grey-light {
    border-bottom: 1px solid #d7d7d7;
}

.space-h-20 {
    clear: both;
    height: 20px;
}

.main-container {

}

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

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

.txt-container {
    margin-bottom: 20px;
}

.section {
    margin: auto;
    padding: 70px 0px;
}

.section:first-child {
    margin-top: 80px;
}

.section.stick-bottom {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 100%;
}

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

.section-keyvis {
    padding: 50px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.section-inner-container {

}

.section-inner-title {
    margin-bottom: 30px;
}

.section-inner-body {

}

.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-1200 {
    margin: auto;
    width: 100%;
    max-width: 1200px;
}

.box-msg-container {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 40px;
    border: 1px solid #414141;
    text-align: center;
}

.btn-cta {
    display: inline-block;
    margin: 20px auto;
    padding: 15px 40px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.isBtn {
    cursor: pointer;
}

.txt-shadow-dark {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.txt-shadow-light {
    text-shadow: 0px 0px 10px rgba(255,255,255,0.5);
}

.valign-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.transAll-1 {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.transAll-05 {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.transAll-03 {
    -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;
}

.ele-hover {

}

.efx-hover {

}

.btn-cta.bg-clr-orange.clr-white {
    border: 1px solid #FF5404;
}

.efx-hover.btn-cta.bg-clr-orange.clr-white {
    background-color: #ffffff !important;
    color: #FF5404 !important;
}

.btn-cta.bg-clr-white.clr-orange {
    border: 1px solid #FF5404;
}

.efx-hover.btn-cta.bg-clr-white.clr-orange {
    background-color: #FF5404 !important;
    color: #ffffff !important;
}

/* nav Start */
#sec-nav.section {
    padding: 0px;
    border-bottom: 1px solid #d7d7d7;
    background-color: #ffffff;
}

#sec-nav .section-container {
    
}

#nav-main.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-toggler {
    color: #FF5404;
}

.navbar-toggler:focus, 
.navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.navbar-brand-logo {
    margin: auto;
    width: 100%;
    max-width: 120px;
}

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

.navbar-brand-logo-2 {
    margin: auto;
    width: 100%;
    max-width: 200px;
}

.navbar-brand-logo-2 img {
    margin: auto;
    width: 100%;
}

.nav-item-cap {
    display: inline-block;
    padding: 0px 10px;
    color: #999999;
    font-size: 16px;
    line-height: 22px;
}

.nav-item-cap-sub {
    display: inline-block;
    color: #999999;
    font-size: 16px;
    line-height: 22px;
}

.nav-item .dropdown-toggle::after {
    color: #999999;
}

.nav-item-lang {

}

.nav-link:hover .nav-item-cap,
.dropdown-item:hover .nav-item-cap-sub,
.dropdown-item:hover .dropdown-toggle::after  {
    color: #FF5404;
}

.nav-item.active .nav-item-cap,
.nav-item.active .dropdown-toggle::after,
.dropdown-item.active .nav-item-cap-sub, 
.dropdown-item:active .nav-item-cap-sub {
    color: #FF5404;
}

.dropdown-item.active, 
.dropdown-item:active {
    background-color: transparent;
}

.dropdown-menu {
    display: none;
}

@media (max-width:768px) {
    #nav-main.navbar {
        padding: 8px 0px;
        height: 60px;
    }

    .navbar-brand-logo {
        padding: 0px;
        max-width: 112px;
        width: 112px;
        height: 40px
    }

    .navbar-brand-logo img {
        image-rendering:auto;
        width: 112px !important;
        height: 40px !important;
    }

    .navbar-brand-logo-2 {
        padding: 0px;
        max-width: 172px;
        width: 172px;
        height: 40px
    }

    .navbar-brand-logo-2 img {
        image-rendering:auto;
        width: 172px !important;
        height: 40px !important;
    }

    /*
    .nav-item-lang .nav-link {
        padding-left: 0px;
    }
    */

    .nav-item,
    .dropdown-item,
    .nav-item-lang {
        text-align: center !important;
    }

    .dropdown-menu {
        border: 1px solid rgba(0,0,0,0);
    }
}

@media (min-width: 769px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        -webkit-animation: anim-dropdown 0.3s ease-out 0s forwards;
        -moz-animation: anim-dropdown 0.3s ease-out 0s forwards;
        -ms-animation: anim-dropdown 0.3s ease-out 0s forwards;
        -o-animation: anim-dropdown 0.3s ease-out 0s forwards;
        animation: anim-dropdown 0.3s ease-out 0s forwards;
    }
    
    .dropdown-menu {
        
    }
    
    @-webkit-keyframes anim-dropdown {
        0% {
            opacity: 0;
            margin-top: 10px;
        }
        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }
    
    @-moz-keyframes anim-dropdown {
        0% {
            opacity: 0;
            margin-top: 10px;
        }
        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }
    
    @-ms-keyframes anim-dropdown {
        0% {
            opacity: 0;
            margin-top: 10px;
        }
        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }
    
    @-o-keyframes anim-dropdown {
        0% {
            opacity: 0;
            margin-top: 10px;
        }
        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }
    
    @keyframes anim-dropdown {
        0% {
            opacity: 0;
            margin-top: 10px;
        }
        100% {
            opacity: 1;
            margin-top: 0px;
        }
    }
}
/* nav End */

/* footer Start */
#sec-footer.section {
    padding: 30px 0px;
    border-top: 1px solid #d7d7d7;
    background-color: #ffffff;
}

.txt-footer {
    font-size: 14px;
    line-height: 22px;
}

.panel-social-media {
    display: flex;
    justify-content: center;
}

.item-social-media {
    margin: 10px;
}

.btn-social-media {

}

.btn-social-media a,
.btn-social-media a:visited,
.btn-social-media a:focus {
    outline: none;
    text-decoration: none;
    color: #414141;
}

.btn-social-media a:hover {
    outline: none;
    text-decoration: none;
    color: #FF5404;
}

.ico-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid #414141;
    border-radius: 50%;
}
/* footer End */

/* btn float Start */
.btn-float-container {
    display: none;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 0px;
    margin: 0px auto;
    padding: 0px 15px;
    width: 100%;
    max-width: 1200px;
    z-index: 9990;
}

.btn-float {
    display: inline-block;
    float: right;
    margin: 0px 15px;
    padding: 10px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.with-form-sample .btn-float-container {
    display: block;
}

.efx-hover.btn-float {
    padding-bottom: 20px;
}
/* btn float End */

/* modal Start */
.modal-header .close {
    outline: none;
}

.modal-body-cont {
    margin: 10px auto;
}

.modal-body-title {
    margin-bottom: 20px;
}

.modal-body-desc {
    margin-bottom: 20px;
}

.modal-body-img {
    margin: 10px auto;
    width: 100%;
    max-width: 146px;
}

.modal-body-img img {
    margin: auto;
    width: 100%;
}

@media (min-width: 576px) {
    #modal-frm-sample .modal-dialog {
        max-width: 700px;
    }
}
/* modal End */

/* form Start */
.form-group {
    margin-bottom: 15px;
}

.form-control::placeholder {
    color: rgba(0,0,0,0.5);
    opacity: 0.5; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(0,0,0,0.5);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(0,0,0,0.5);
}

.select-opt-default {
    color: rgba(0,0,0,0.5);
}

input[type="text"]
{
    font-size:14px;
}

.form-msg-error {
    color:#FF5404;
    font-size:12px;
}

.form-note {
    font-size: 12px;
    line-height: 14px;
}

.btn-cta-container {
    margin: 30px auto auto auto;
    text-align: center;
}

.btn-cta-submit {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 30px;
    width: auto;
    border-radius: 0px;
    border: 1px solid #FF5404;
    background-color: #FF5404;
    color: #ffffff;
    text-align: center;
}

.btn-cta-submit:hover {
    background-color: #ffffff;
    color: #FF5404;
}
/* form End */

/* slick Start */
.slick-container-custom {
    padding: 30px 0px;
}

.slick-container-custom .slider {
    padding-left:30px;
    padding-right:30px;
}

.slick-container-custom .slick-disabled {
    opacity: 0;
}

.slide-cust-container {
    position: relative;
}

.slide-card {
    position: relative;
}

.slide-card-body {
    position: relative;
}

.ahref,
.ahref:hover,
.ahref:focus,
.ahref:visited 
.slide-cust-container .ahref,
.slide-cust-container .ahref:hover,
.slide-cust-container .ahref:focus,
.slide-cust-container .ahref:visited {
    outline: none;
    text-decoration: none;
}

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

.slick-container-custom .slick-prev:before,
.slick-container-custom .slick-next:before {
    color: #FF5404;
    font-size: 80px;
    line-height: 80px;
}

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

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

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

.slick-container-custom .slick-dots li button {
    padding: 0px;
}

.slick-container-custom .slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;

    border: 1px solid #d9d9d9;
    border-radius: 50%;
    background-color: #ffffff;
    
    font-size: 0px;
    line-height: 0px;

    opacity: 1;
}

.slick-container-custom .slick-dots li.slick-active button:before {
    background-color: #FF5404;
}
/* slick End */

/* skinloveoil Start */

.anim-part.section-inner-title::after {
    width: 0% !important;
    -webkit-transition: all 1s ease-out 0.3s;
    -moz-transition: all 1s ease-out 0.3s;
    -ms-transition: all 1s ease-out 0.3s;
    transition: all 1s ease-out 0.3s;
}

.anim-part-1 {
    position: relative;
    left: -20px;
}

.anim-part-2 {
    position: relative;
    right: -20px;
}

.show .anim-part.section-inner-title::after {
    width: 100% !important;
}

.show .anim-part-1 {
    left: 0px;
}

.show .anim-part-2 {
    right: 0px;
}
/* skinloveoil End */

/* efx Start */
.e-fade-in.show {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.e-fade-in {
    opacity: 0;
}
/* efx End */

/* anim Start */
.anim-delay-0 {
    -webkit-animation-delay: 0s !important;
    -moz-animation-delay: 0s !important;
    -ms-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

.anim-delay-05 {
    -webkit-animation-delay: 0.5s !important;
    -moz-animation-delay: 0.5s !important;
    -ms-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

.anim-delay-1 {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -ms-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.anim-delay-2 {
    -webkit-animation-delay: 2s !important;
    -moz-animation-delay: 2s !important;
    -ms-animation-delay: 2s !important;
    animation-delay: 2s !important;
}

.anim-fade-in {
    display: block;
    -webkit-animation: kf-fade-in 1s ease-out 0s forwards;
    -moz-animation: kf-fade-in 1s ease-out 0s forwards;
    -ms-animation: kf-fade-in 1s ease-out 0s forwards;
    animation: kf-fade-in 1s ease-out 0s forwards;
}

@-webkit-keyframes kf-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes kf-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes kf-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes kf-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.anim-fade-in-keyvis-main {
    -webkit-animation: kf-fade-in-keyvis-main 1s ease-out 0s forwards;
    -moz-animation: kf-fade-in-keyvis-main 1s ease-out 0s forwards;
    -ms-animation: kf-fade-in-keyvis-main 1s ease-out 0s forwards;
    animation: kf-fade-in-keyvis-main 1s ease-out 0s forwards;
}

@-webkit-keyframes kf-fade-in-keyvis-main {
    0% {
        left: -10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-moz-keyframes kf-fade-in-keyvis-main {
    0% {
        left: -10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@-ms-keyframes kf-fade-in-keyvis-main {
    0% {
        left: -10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}

@keyframes kf-fade-in-keyvis-main {
    0% {
        left: -10%;
        opacity: 0;
    }
    100% {
        left: 10%;
        opacity: 1;
    }
}
/* anim 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:768px) {
    .yt-container,
    .yt-iframe {
        width: 600px;
        height: 360px;
    }
}

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

@media (max-width:480px) {
    
    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .ver-bm h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .ver-bm h2 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .ver-bm h3 {
        font-size: 18px;
        line-height: 26px;
    }
    
    .ver-bm h4 {
        font-size: 16px;
        line-height: 24px;
    }
    
    .slick-container-custom .slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slick-container-custom .slick-dots li {
        margin: 0px 6px;
    }
}

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

@media (min-width:641px) and (max-width:768px) {
    .section-container {
        max-width: 680px;
    }
}

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

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

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

}

@media (max-width:640px) {
    .section {
        margin: auto;
        padding: 40px 0px;
    }

    .valign-middle {
        position: relative;
        top: 0%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .btn-cta {
        display: block;
    }

    .box-msg-container {
        display: block;
    }

    .btn-float-container {
        left: 0px;
        right: 0px;
        padding: 0px 15px;
        width: 100%;
        max-width: 1200px;
    }
    
    .btn-float {
        float: none;
        margin: 0px auto;
        width: 100%;
    }

    .slick-container-custom .slick-prev:before, 
    .slick-container-custom .slick-next:before {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width:768px) {
    .section:first-child {
        margin-top: 60px;
    }
}

@media (max-width:991px) {
    #sec-footer.section {
        padding-bottom: 60px;
    }
}

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

@media (min-width:1201px) {

}