body {
    font-family: 'SFU HelveticaNeue';
    font-size: 15px;
    font-weight: normal;
}
.wow {
    visibility: hidden;
}
.recaptcha .g-recaptcha>div {
    margin: 0 auto;
}
.recaptcha .c_error {
    top: 76%;
}

/* Style chung s-header */
.hd-logo {
    line-height: 0;
}
.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-2 */
.s-header-2 {
    height: 90px;
}
.s-header-2 .s_bot {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 5px #999;
    z-index: 1000;
}
.s-header-2 .hd-logo {
    margin: 5px 0;
}
.s-header-2 .hd-logo>img {
    height: 80px;
}
.s-header-2 .hd-hotline {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #666;
    font-weight: 300;
}
.s-header-2 .hd-hotline>div:first-child i {
    font-size: 17px;
    color: var(--primary-color);
    margin-right: 3px;
}
.s-header-2 .hd-hotline>div:last-child span:first-child {
    display: block;
    color: #f00;
    font-size: 20px;
    font-weight: 500;
}
.s-header-2 .hd-slogan {
    margin-left: 20px;
    text-transform: uppercase;
}
.s-header-2 .hd-slogan>span {
    display: block;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
}
.s-header-2 .hd-slogan>span:first-child {
    color: var(--primary-color);
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 0.2em;
    margin-bottom: 0.32em;
    position: relative;
}
.s-header-2 .hd-slogan>span:first-child::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
.s-header-2 .hd-slogan>span:last-child {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.s-header-2 .hd-menu {
    font-size: 14px;
}
.s-header-2 .hd-menu>ul>li {
    float: left;
    position: relative;
}
.s-header-2 .hd-menu>ul>li:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
.s-header-2 .hd-menu>ul>li a {
    display: block;
    font-size: 15px;
    padding: 3px 22px;
    text-transform: uppercase;
}
.s-header-2 .hd-menu>ul>li:hover>a, .s-header-2 .hd-menu>ul>li.is-active>a {
    color: var(--primary-color);
}
/* END b-search-2 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}

@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-loopflicker */
/* BEGIN s-footer-8 */
.s-footer-8 {
    color: #fff;
    background-color: var(--primary-color);
}
.s-footer-8 .s_top {
    padding: 30px 0;
    text-align: center;
}
.s-footer-8 .ft-info {
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-info>span {
    display: inline-block;
    padding: 0 10px;
}
.s-footer-8 .ft-info>span:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-info>span h1, .s-footer-8 .ft-info>span div {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}
.s-footer-8 .ft-contact {
    display: block;
    padding-bottom: 10px;
}
.s-footer-8 .ft-contact>span {
    display: inline-block;
    padding: 0 10px;
}
.s-footer-8 .ft-contact a:hover {
    color: #ffc93d;
}
.s-footer-8 .ft-social {
    line-height: 0;
    margin-top: 10px;
}
.s-footer-8 .ft-social a {
    font-size: 20px;
    background-color: #fff;
}
.s-footer-8 .ft-social a i {
    color: #365899;
}
.s-footer-8 .s_bot {
    border-top: 1px solid #fff;
}
.s-footer-8 .ft-copyright {
    padding: 15px;
}

/* END s-footer-8 */
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}
.s-icon-1>a {
    position: relative;
    padding: 0.715em;
    border-top: 1px solid #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-icon-1>a>span:first-child {
    color: var(--primary-color);
    font-size: 0.929em;
    font-weight: bold;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: -1px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}
.s-icon-1>a>span:last-child {
    font-size: 1.072em;
    position: relative;
}
.s-icon-1>a>span:last-child::before, .s-icon-1>a>span:last-child::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: inherit;
    z-index: -1;
    position: absolute;
}
.s-icon-1>a>span:last-child.s_ripple::before, .s-icon-1>a>span:last-child.s_ripple::after {
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-1>a>span:last-child::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-1>a:hover {
    background-color: #fcfcfc;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.phonering {
    animation: phonering 0.8s infinite ease-in-out;
    transform-origin: 50% 50%;
    -webkit-animation: phonering 0.8s infinite ease-in-out;
}
@keyframes phonering {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.fb_dialog_content iframe {
    right: -6px !important;
    bottom: 6px !important;
}


/* BEGIN s-slide-3 */
.s-slide-3 {
    margin: 0.4px;
    position: relative;
}
.s-slide-3 .b-nslide-ratio::before {
    padding-bottom: calc(40% + 0.72px);
}

.s-slide-3 .s_caption h2, .s-slide-3 .s_caption p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.s-slide-3 .s_caption h2 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #e1ad25;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.s-slide-3 .s_caption p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.s-form-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    padding: 30px;
    z-index: 99;
}
.s-form-1 button {
    background-color: var(--primary-color);
    color: red;
    font-weight: bold;
}
/* END s-slide-3 */
/* BEGIN c-button-9 */
.c-button-9 {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 20px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: var(--primary-color);
    color: red;
    margin-bottom: 25px;
    transition: all 1s;
}

/* END c-button-9 */
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    padding: 0.7em 1.072em 0.7em 1.072em;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    background-color: #e1ad25;
    border-radius: 20px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8 span {
    font-weight: 500;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    left: -20px;
}

/* END c-button-8 */
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    margin-bottom: 40px;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    float: left;
    width: 70px;
    margin-left: 15px;
    text-align: center;
}
.b-card-3 .b_icon>span {
    font-size: 25px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    background-color: rgb(0 0 0 / 2%);
    color: #e1ad25;
    border: 1px solid rgba(0, 90, 188, 0.02);
}
.b-card-3 .b_content {
    float: left;
    width: calc(100% - 85px);
}
.b-card-3 .b_title {
    color: #222;
    font-weight: 500;
    line-height: 1.125em;
    margin-bottom: 7px;
    font-size: 16px;
    text-transform: uppercase;
}
.b-card-3 .b_desc {
    color: #666;
    font-size: 15px;
}
/* END b-card-3 */
.s-feature {
    padding: 35px 0 15px;
}
.s-feature .ht-ratio--65 {
    margin: 0.5px;
}
.s-feature .ht-ratio--65::before {
    padding-bottom: calc(65% + 0.69px);
}
.s-feature .s-left, .s-feature .s-right {
    margin-top: 50px;
}
.s-feature .s-left .b-card-3 .b_content {
    text-align: right;
}
.s-feature .s-right .b-card-3 .b_content {
    text-align: left;
}
.s-feature .s-right .b-card-3 .b_icon {
    margin-left: 0;
    margin-right: 15px;
}

/* BEGIN b-card-36 */
.b-card-36 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    padding-bottom: 15px;
    height: calc(100% - 30px);
    box-shadow: 0px 10px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-36 .b_content {
    padding: 0 15px;
}
.b-card-36 .b_title {
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-36 .b_desc {
    color: #666;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 15px;
}
.b-card-36:hover .b_title {
    color: #e1ad25;
}
/* END b-card-36 */
.s-serivce-1 {
    padding: 40px 0 30px;
    border-top: 1px solid #f5f5f5;
}
.s-serivce-1 .row-flex {
    justify-content: center;
}
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 20px;
}
.b-card-23 .b_thumb {
    margin: 0.5px;
    position: relative;
}
.b-card-23 .b_thumb::after {
    content: '';
    background-color: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.25s ease;
    opacity: 0;
    visibility: hidden;
}
.b-card-23 .b_thumb:hover::after {
    opacity: 1;
    visibility: visible;
}
.b-card-23 .b_detail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 100;
}
.b-card-23 .b_thumb:hover .b_detail {
    visibility: visible;
    opacity: 1;
}
.b-card-23 .b_price {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.b-card-23 .b_price span {
    display: block;
    color: #eee;
}
.b-card-23 .b_price span:nth-child(2) {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.b-card-23 .b_thumb.ht-ratio--70::before {
    padding-bottom: calc(70% - 1.56px);
}
.b-card-23 .b_title {
    font-size: 22px;
    line-height: 1.112em;
    font-weight: 500;
    color: #444;
    text-align: center;
    margin: 15px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-23:hover .b_title {
    color: #e1ad25;
}

/* END b-card-23 */

/* BEGIN s-home-13 */
.s-home-13 {
    background-color: #f9f9f9;
}
.s-home-13 .s_right {
    padding: 45px 40px;
    background-color: #fff;
    height: 100%;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}
.s-home-13 .s_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.s-home-13 .s_desc {
    color: #666;
    font-size: 17px;
    margin: 10px 0 20px;
    font-weight: 300;
}
.s-home-13 .s_cate li {
    padding-bottom: 15px;
}
.s-home-13 .s_cate li::before {
    content: "\f046";
    font-family: Fontawesome;
    margin-right: 5px;
    color: var(--primary-color);
}
.s-home-13 .row .col-md-6:first-child {
    padding-left: 0;
}
.s-home-13 .row .col-md-6:last-child {
    padding-right: 0;
}
/* END s-home-13 */
.s-faq-1 {
    padding: 30px 0;
}
.s-faq-1 .s-box {
    background-color: #ffffff;
    padding: 0 65px;
    margin: 0 auto 0;
}
.s-faq-1 .s-faq-content {
    padding: 40px 0 0;
}
.s-faq-1 .c-headline-form {
    margin: 35px 0 25px;
}
.s-faq-1 .item-title {
    padding: 15px 0px 12px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
}
.s-faq-1 .item-title h2 {
    width: 100%;
    padding-right: 15px;
    font-size: 15px;
    margin-left: 10px;
}
.s-faq-1 .item:nth-child(even) .item-title {
    background-color: #f3f3f3;
}
.s-faq-1 .item-title>i:first-child {
    color: var(--primary-color);
    font-size: 1.429em;
    margin-top: -2px;
}
.s-faq-1 .item-title>i:last-child {
    position: relative;
    transition: all 150ms linear;
}
.s-faq-1 .item-title h2::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 12px;
    color: inherit;
    transition: transform 0.25s ease;
    display: inline-block;
    margin-left: 10px;
}
.s-faq-1 .item-title h2::before {
    content: '\f1db';
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 7px;
    color: var(--primary-color);
    font-size: 10px;
    display: inline-block;
    top: -1px;
    position: relative;
}
.s-faq-1 .item-body {
    /* display: none; */
    overflow: hidden;
    padding: 15px 20px;
    overflow-y: auto;
    /* max-height: 245px; */
    text-align: justify;
}
.s-faq-1 .item-body::-webkit-scrollbar {
    width: 5px;
}
.s-faq-1 .item-body::-webkit-scrollbar-track {
    background: #eee;
}
.s-faq-1 .item-body::-webkit-scrollbar-thumb {
    background: rgb(239 61 61 / 0.1);
    border-radius: 5px;
}
.s-faq-1 .item.is-active .item-title div, .s-faq-1 .item.is-active .item-title div::before {
    color: var(--primary-color);
    font-weight: bold;
}
.s-faq-1 .item-title:hover, .s-faq-1 .item-title:hover h2::before {
    color: var(--primary-color);
}
.s-faq-1 .s-content .item:first-child .item-body {
    display: block;
}
.s-faq-1 .item.is-active .item-title>h2:after {
    transform: rotate(180deg);
}

.s-editor-1 .s-box {
    box-shadow: 0 0 30px -15px rgb(0 0 0 / 25%);
    padding: 55px;
}
.s-aimage-2 {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: var(--primary-color);
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: var(--primary-color);
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: var(--primary-color);
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}
/* END c-radio */

/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 1.072em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--primary-color);
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--primary-color);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--primary-color);
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}

/* END c-form-border */
/* BEGIN s-home-16 */
.s-home-16 {
    background-image: url("/images/bgs/bg-3.jpg");
    padding: 40px 0;
    position: relative;
}
.s-home-16::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-16 .s_info-list>p {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
}
.s-home-16 .s_info-list>p::before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: 7px;
    color: var(--primary-color);
}
.s-home-16 .s_info-desc {
    padding: 20px;
    margin: 20px 0 30px;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 5px #888;
}
.s-home-16 .s_info-desc span {
    color: #f60;
}
.s-home-16 .s_contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}
.s-home-16 .s_contact .align-items {
    margin-bottom: 10px;
    float: left;
}
.s-home-16 .s_contact .align-items .c-icon {
    background-color: var(--primary-color);
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}
.s-home-16 .s_contact .align-items p {
    margin-bottom: 0;
}
.s-home-16 .s_form>p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.s-home-16 .box {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 40px;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 5px #ccc;
}
.s-home-16 .bg {
    background-size: cover;
    background-position: center;
    height: 100%;
}
.s-home-16 .bg img {
    opacity: 0;
}
.s-home-16 .c-headline-2 {
    margin-bottom: 0;
}
.s-home-16 .c-headline-2 .c_name {
    font-size: 23px;
    color: var(--primary-color);
    font-weight: 500;
}
/* END s-home-16 */
.s-footer-8 .s_backtop .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-8 .s_backtop .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.s-footer-8 .s_backtop .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: var(--primary-color);
    position: relative;
    left: -5px;
}
.s-footer-8 .s_backtop .ft-phone span:not(.text-hide) {
    padding: 5px;
}
@media screen and (min-width: 576px) {
    .s-icon-1>a:first-child {
        display: none;
    }
    .s-icon-1>a:hover>span:first-child {
        opacity: 1;
        background-color: inherit;
        border: 1px solid #f5f5f5;
        border-right: none;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .s-icon-1>a:hover>span:last-child::before, .s-icon-1>a:hover>span:last-child::after {
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
}

@media screen and (min-width: 768px) {
    .s-slide-3::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 40%);
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
    }
    .s-slide-3 .s_caption {
        color: #fff;
        text-align: center;
        width: 90%;
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%);
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 992px) {
    .s-home-16 .left {
        padding-right: 0;
    }
    .s-home-16 .left+div {
        padding-left: 0;
    }
    .b-card-36 .b_content {
        padding: 0 25px;
    }
}
@media (min-width: 1260px) {
    .s-header-2 .hd-menu>ul>li:first-child a {
        padding-left: 0;
    }
    .s-form-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
    .s-header-2 .hd-hotline:last-child {
        display: none;
    }
    .s-header-2 .hd-menu {
        order: 1;
        margin: 0 0 0 15px;
        position: relative;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: var(--primary-color);
        padding: 7px 10px 7px 10px;
        position: relative;
    }
    .s-header-2 .hd-menu>ul>li:not(:first-child)::before {
        display: none;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] i {
        margin-left: 10px;
    }
    .s-header-2 .hd-menu>ul {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 40px;
        right: 0;
    }
    .s-header-2 .hd-menu>ul>li {
        padding: 7px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .s-header-2 .hd-menu>ul>li:nth-child(2n + 1)::before {
        content: initial;
    }
    .s-header-2 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-form-1 {
        overflow-y: auto;
    }
}
@media screen and (max-width: 991px) {
    .s-footer-8 .ft-info {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        border-right: none;
    }
    .s-footer-8 .ft-info>span, .s-footer-8 .ft-contact>span {
        margin-bottom: 10px;
    }
    .s-slide-3 .s_caption {
        width: 70%;
        left: 30%;
    }
    .s-slide-3 .s_caption h2 {
        font-size: 30px;
        line-height: 1;
    }
    .s-slide-3 .s_caption p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .s-header-2 .hd-slogan {
        display: none;
    }
    .s-header-2 .hd-hotline {
        margin: 0 auto 0 20px;
    }
    .s-editor-1 .s-box, .s-home-13 .s_right {
        padding: 20px;
    }
    .s-slide-3 .s_caption {
        width: 100%;
        left: unset;
        text-align: center;
        margin: 30px 0;
    }
    .s-slide-3 .s_caption p {
        color: #000;
        font-size: 20px;
    }
    .s-slide-3 .nivoSlider .nivo-directionNav a {
        font-size: 11px !important;
        top: 30% !important;
    }
    .c-button-8 {
        display: none;
    }
    .s-form-1 {
        position: relative;
        width: 100%;
        overflow-y: unset;
    }
}
@media screen and (max-width: 575px) {
    .s-footer-8 .s_backtop .ft-phone {
        display: none;
    }
    .s-icon-1 {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .s-icon-1>a:first-child {
        margin-right: auto;
    }
    .s-icon-1>a:last-child {
        margin-left: auto;
    }
    .s-icon-1>a>span:last-child {
        font-size: 1.372em;
    }
    .s-footer-8 {
        margin-bottom: 40px;
    }
}
@media (max-width: 479px) {
    .s-home-16 .box {
        padding: 15px;
    }
}
@media screen and (max-width: 379px) {
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        padding: 7px 8px;
    }
    .s-slide-3 .s_caption h2 {
        font-size: 25px;
    }
    .s-slide-3 .s_caption p {
        font-size: 15px;
    }
    .s-header-2 .hd-logo>img {
        height: 60px;
    }
}
.s-header-2 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .hd-menu>ul>li>ul::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 8px;
}
.s-header-2 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu>ul>li>ul>li a {
    display: block;
    color: #111;
    padding: 5px 30px 5px 15px;
}
.s-header-2 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-2 .hd-menu>ul>li>ul>li:hover a {
    color: var(--primary-color);
}

.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-menu>ul>li>a:nth-last-child(2)::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}