/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
* {
    touch-action: manipulation !important;
}

@font-face {
    font-family: ggfont;
    src: url('../font/GoogleSans-Regular.woff');
    font-weight: normal;
}

@font-face {
    font-family: ggfont;
    src: url('../font/GoogleSans-Medium.woff');
    font-weight: 500;
}

@font-face {
    font-family: ggfont;
    src: url('../font/GoogleSans-Bold.woff');
    font-weight: bold;
}

body {
    font-family: ggfont;
    font-size: 16px;
    color: #111;
    font-weight: 400;
}
a {
    color: #74c500;
    text-decoration: none;
}

a:hover {
    color: #209616;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #00000045;
    width: 40px;
    height: 40px;
    /* border-radius: 4px; */
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #106eea;
    height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*#header {*/
/*    background: #fff;*/
/*    transition: all 0.5s;*/
/*    z-index: 997;*/
/*    height: 68px;*/
/*    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
/*}*/

/*#header.fixed-top {*/
/*    height: 70px;*/
/*}*/

/*#header .logo {*/
/*    font-size: 30px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    line-height: 1;*/
/*    font-weight: 600;*/
/*    letter-spacing: 0.8px;*/
/*}*/

/*#header .logo a {*/
/*    color: #222222;*/
/*}*/

/*#header .logo a span {*/
/*    color: #106eea;*/
/*}*/

/*#header .logo img {*/
/*    max-height: 52px;*/
/*}*/

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
/*.navbar {*/
/*    padding: 0;*/
/*}*/

/*.navbar ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    list-style: none;*/
/*    align-items: center;*/
/*}*/

/*.navbar li {*/
/*    position: relative;*/
/*}*/

/*.navbar > ul > li {*/
/*    white-space: nowrap;*/
/*    padding: 10px 0 10px 28px;*/
/*}*/

/*.navbar a, .navbar a:focus {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 0 3px;*/
/*    font-size: 18px;*/
/*    font-weight: 400;*/
/*    color: #333;*/
/*    white-space: nowrap;*/
/*    transition: 0.3s;*/
/*    position: relative;*/
/*}*/

/*.navbar a i, .navbar a:focus i {*/
/*    font-size: 12px;*/
/*    line-height: 0;*/
/*    margin-left: 5px;*/
/*}*/

/*.navbar > ul > li > a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    bottom: -6px;*/
/*    left: 0;*/
/*    background-color: #000000;*/
/*    visibility: hidden;*/
/*    width: 0px;*/
/*    transition: all 0.3s ease-in-out 0s;*/
/*}*/

/*.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {*/
/*    visibility: visible;*/
/*    width: 100%;*/
/*}*/

/*.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {*/
/*    color: #000000;*/
/*}*/

/*.navbar .dropdown ul {*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 28px;*/
/*    top: calc(100% + 30px);*/
/*    margin: 0;*/
/*    padding: 10px 0;*/
/*    z-index: 99;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*    transition: 0.3s;*/
/*}*/

/*.navbar .dropdown ul li {*/
/*    min-width: 200px;*/
/*}*/

/*.navbar .dropdown ul a {*/
/*    padding: 10px 20px;*/
/*    font-weight: 400;*/
/*}*/

/*.navbar .dropdown ul a i {*/
/*    font-size: 12px;*/
/*}*/

/*.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {*/
/*    color: #106eea;*/
/*}*/

/*.navbar .dropdown:hover > ul {*/
/*    opacity: 1;*/
/*    top: 100%;*/
/*    visibility: visible;*/
/*}*/

/*.navbar .dropdown .dropdown ul {*/
/*    top: 0;*/
/*    left: calc(100% - 30px);*/
/*    visibility: hidden;*/
/*}*/

/*.navbar .dropdown .dropdown:hover > ul {*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    visibility: visible;*/
/*}*/

/*@media (max-width: 1366px) {*/
/*    .navbar .dropdown .dropdown ul {*/
/*        left: -90%;*/
/*    }*/

/*    .navbar .dropdown .dropdown:hover > ul {*/
/*        left: -100%;*/
/*    }*/
/*}*/

/**
* Mobile Navigation
*/
/*.mobile-nav-toggle {*/
/*    color: #222222;*/
/*    font-size: 28px;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    line-height: 0;*/
/*    transition: 0.5s;*/
/*}*/

/*.mobile-nav-toggle.bi-x {*/
/*    !* color: #fff; *!*/
/*}*/

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    #header .logo img{
        height: 36px;
    }
    #header.fixed-top{
        height: 48px;
    }

    .scrolled-offset {
        margin-top: 48px;
    }
    .sx-xs-bg{
        background: #f9f9f4;
    }
}
.sc-bg{
    background: linear-gradient(106.42deg, #e6ffdff7 3.37%, #fff4d7d6 96.51%);

}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(106.42deg, #e6ffdff7 3.37%, #fff4d7d6 96.51%);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile > ul > li {
    padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #16b103;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}


.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 32px;
    font-weight: 700;
}


.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .section-title h2 {
        font-size: 24px;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 8px 20px;
        margin: 0;
        display: inline-block;
        text-transform: uppercase;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #000000;
    font-size: 14px;
    background: #fbfbfb;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #74c500;
    font-size: 36px;}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #74c500;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #209616;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #82d300;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    /* border-radius: 4px; */
    text-align: center;
    width: 36px;
    height: 36px;
}

#footer .footer-top .social-links a:hover {
    background: #5e9900;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}


.sc-hero {
    background: url("../img/hero-bg.svg") no-repeat;
    background-size: auto;
    background-position: center right;
}
.sc-hero .content h2{font-weight: 600;font-size: 60px;}
.sc-hero .content p{font-size: 20px;line-height: 32px;margin: 32px 0;}
.sc-hero .content .btn{padding: 16px 40px;font-size: 20px;background: #209616;border: none;border-radius: 0;}
.text-primary{color: #209616 !important}
@media (max-width: 900px) {
    .sc-hero{
        background: none;
    }
}
@media (max-width: 600px) {
    .sc-hero {text-align: center}
    .sc-hero .content h2{font-weight: 600;font-size: 32px;text-align: center;}
    .sc-hero .content p{font-size: 14px;line-height: 18px;margin: 12px 0;text-align: center;font-weight: 500;}
    .sc-hero .content .btn{padding: 12px 20px;font-size: 16px;background: #209616;border: none;left: 0;right: 0;margin: auto;}
    .sc-hero .content p.text-muted{
        font-size: 12px !important;
    }
    h2.h248 {
        font-size: 24px!important;
    }
    h2.h248 img{
        width: 30px !important;
    }
    h2.h248 span{
        font-size: 18px !important;
    }
}
h2.h260{font-size: 60px;font-weight: bold}
h2.h260 span{    color: #209616;}
h2.h248{
    font-weight: 600;
    font-size: 44px;
    letter-spacing: .7px;
    color: #222;
}
h2.h248 span{font-size: 36px;color: #209616;}
.p-desc {font-size: 20px; line-height: 32px;}
.p18{font-size: 18px;line-height: 24px}
.sc-padding{padding: 80px 0}
.sc-margin {margin: 100px 0}
@media (max-width: 600px) {
    .sc-padding{padding: 24px 0}
    .sc-margin {margin: 30px 0}
    h2.h260{font-size: 24px;font-weight: bold;text-align: center;}
    .p-desc {font-size: 12px;line-height: 20px;text-align: left;}
    .p18{font-size: 14px;line-height: 24px}
}

.sc-dongau {background: linear-gradient(90.35deg, #10C200 5.64%, #BDDC00 93.71%);color: #fff;}
.sc-dongau .content{}
.sc-dongau .content img {width: 40px;margin-bottom: 20px}
.sc-dongau .content h3{font-size: 18px;font-style: italic;font-weight: bold;padding-right: 40px}
img.dongau{width: 200px}
@media (max-width: 600px) {
    .sc-dongau .content img {width: 60px;margin-bottom: 20px}
    .sc-dongau .content h3{font-size: 20px}
    img.dongau{margin-top: 0}
}
.video-bg {background: url("../img/video-bg.jpg") no-repeat;background-size: cover}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}
.faq .faq-list ul {
    padding: 0;
    list-style: none;
}
.faq .faq-list li + li {
    margin-top: 15px;
}
.faq .faq-list li {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    position: relative;
}
.faq .faq-list a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
}
.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #74c500;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
    display: none;
}
.faq .faq-list a.collapsed {
    color: #343a40;
}
.faq .faq-list a.collapsed:hover {
    color: #6ea300;
}
.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
    display: none;
}
@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}



/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(140 140 140 / 12%);
    transition: all 0.3s ease-in-out;
    /* border-radius: 8px; */
    z-index: 1;
    text-align: center;
    width: 100%;
}
.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}
.featured-services .icon-box:hover::before {
    background: linear-gradient(106.42deg, #E6FFDF 3.37%, #FFF4D7 96.51%);
    top: 0;
    border-radius: 0px;
}
.featured-services .icon-box img {
    margin-bottom: 24px;
    width: 80px;
}
.featured-services .icon-box img.img-100{
    width: 200px;
    max-width: 100%;
}
.featured-services .title {
    font-weight: 500;
    /* margin-bottom: 16px; */
    font-size: 22px;
    /* height: 37px; */
    overflow: hidden;
    color: #209616;
}
.featured-services h5{font-size: 18px;margin: 12px 0;}
.featured-services ul{margin: 0;padding: 0}
.featured-services ul li{list-style: none;font-style: italic;margin: 8px 0;}
.featured-services p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #555;
}
@media (max-width: 600px) {
    .featured-services ul li{font-size: 14px}
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
    /* color: #fff; */
}
.featured-services .icon-box:hover .icon i {
    color: #fff;
}

.featured-services .btn-primary{
    background: #ecffe8;
    color: #209616;
    font-size: 16px;
    border: none;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: bold;
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    /* padding: 24px; */
    margin: 20px 0;
}
.contact .info {
    background: #fff;
    margin: 12px 0;
}
.contact .info i {
    font-size: 20px;
    color: #000000;
    float: left;
    width: 44px;
    height: 44px;
    background: linear-gradient(106.42deg, #E6FFDF 3.37%, #FFF4D7 96.51%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 16px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #433f39;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #7a7368;
}
.contact .info:hover i {
    /* background: #ffb03b; */
    /* color: #fff; */
}
.contact .php-email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
    background: #209616;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    /* border-radius: 2px; */
    font-weight: bold;
    font-size: 18px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #15790d;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.clientSwiper .swiper-slide{text-align: center}


/* Zoom In #1 */
.hover01 figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.text-2line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-3line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.happer_news_wrapper {margin-bottom: 32px;}
.happer_news_wrapper_content {margin-top: 24px}
.happer_news_wrapper_content h3{
    margin: 16px 0;
}
.happer_news_wrapper_content h3 a:hover{
    color: #209616;
}
.happer_news_wrapper_content h3 a{
    color: #333;
    font-weight: bold;
    font-size: 24px;
}
@media (max-width: 600px) {
    .happer_news_wrapper_content h3{
        margin: 12px 0;
    }
    .happer_news_wrapper_content h3 a{
        font-size: 18px;
    }
    .happer_news_wrapper_content p{font-size: 14px}
}
.happer_news_wrapper_content p{
    color: #888;
}


/*------/ News Single /------*/
.post-information {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
}
.post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
}
.post-content p {
    margin-bottom: 1.7rem;
}
.post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid #2eca6a;
    color: #000000;
}
.post-content .blockquote footer {
    text-align: left;
    padding: 0;
}

.post-footer {
    padding: 3rem 0 4rem;
}

.post-share .socials {
    display: inline-block;
}
.post-share .socials li {
    margin-left: 0.6rem;
}


/*------/ Pagination-a /------*/
.pagination-a {
    text-decoration: none;
    margin: 28px 0;
}
.pagination-a .pagination .page-link {
    margin: 0 0.2rem;
    border-color: transparent;
    padding: 0.5rem 0.8rem;
    color: #000000;
}
.pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
    background-color: #c1e18d;
}
.pagination-a .pagination .page-link span {
    font-size: 1.2rem;
}
.pagination-a .pagination .next .page-link {
    padding: 0.4rem 0.9rem;
}
.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-a .pagination .page-item.disabled .page-link {
    padding: 0.4rem 0.9rem;
    color: #555555;
}
.pagination-a .pagination .page-item.active .page-link {
    background-color: #82d300;
}

.breadcrumb{
    margin-bottom: 0;
}
.intro-single {padding-top: 40px}

.happer-text {
    font-weight: 600;
    font-size: 44px;
    letter-spacing: .7px;
    color: #222;
    text-align: center;
}
.happer-text i{
    font-size: 28px;
    color: #888;
    margin: 0 20px;
}
.happer-text span.text-body{
    color: #209616 !important;
    font-size: 32px;
}
@media (max-width: 600px) {
    .happer-text {
        font-size: 22px!important;
        line-height: 24px;
    }
    .happer-text span.text-body{
        font-size: 16px !important;
    }
    .happer-text i{
        font-size: 16px !important;
        margin: 0!important;
    }
}

.happer-widget {
    line-height: 1;
}