@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 15px;
    color: #222;
    background-color: #fff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

@media (min-width:2000px) {
    .container{
        max-width: 1860px;
    }
}

.header-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width:1400px) {
    .header-box {
        max-width: 1860px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

#header.active{
    animation: fadeInDown .4s linear;
    position: fixed;
    top: 0;
    left: 0;
}

.header {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 999;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

@media (min-width:992px) {
    .header-inner {
        padding: 16px 0;
    }
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-box {
    width: auto;
    height: 50px;
}


@media (min-width:992px) {
    .logo-box {
        height: 68px;
    }
}

@media (min-width:1600px) {
    .logo-box {
        height: 78px;
    }
}

@media (min-width:1600px) {
    .logo {
        width: 40%;
    }

    .header-right {
        width: 60%;
    }
}

.mobile-lang {
    display: block;
}

.lang {
    display: none;
}

@media (min-width:1300px) {
    .mobile-lang {
        display: none;
    }

    .lang {
        display: block;
    }
}

.lang-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: -8px;
    margin-left: 8px;
    width: 40px;
}

.lang-box span {
    font-size: 1rem;
    color: #255642;
}

.lang-box .fa {
    font-size: 0.625rem;
    color: #255642;
    transform: rotate(180deg);
}

.langdownbox {
    display: none;
    position: fixed;
    margin-top: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    border-radius: 6px;
}

.langboxbox {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2px 0;
    border-radius: 6px;
}

.langboxbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #222;
}

.langboxbox a:hover {
    color: #fff;
    background-color: #255642;
}

/*nav*/

.box-menu {
    display: none;
}

.mobile-menu-btn {
    display: block;
}

@media (min-width:1024px) {
    .box-menu {
        display: block;
    }

    .mobile-menu-btn {
        display: none;
    }
}

.box-menu li {
    position: relative;
}

.box-menu>ul>li {
    padding: 0 10px;
}

.box-menu>ul>li:last-child {
    padding-right: 0;
}

.box-menu>ul>li>a {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 5px 22px;
}

@media(min-width: 992px) {
    .box-menu>ul>li>a {
        padding: 5px 0px;
    }
}

@media(min-width: 1200px) {
    .box-menu>ul>li>a {
        padding: 5px 7px;
    }
}

@media(min-width: 1440px) {
    .box-menu>ul>li>a {
        font-size: 1.125rem;
        padding: 5px 10px;
    }
}

@media (min-width:1700px) {
    .box-menu>ul>li>a {
        padding: 5px 14px;
    }
}

.box-menu>ul>li.dropdown:after {
    /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -4px;
}

.box-menu>ul>li:last-child>a {}

.box-menu>ul {
    margin-bottom: 0;
}

.box-menu>ul>li {
    text-align: center;
    float: left;
    position: relative;
    /* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */
}

.box-menu>ul>li.active,
.box-menu>ul>li.selected,
.box-menu>ul>li:hover {}

.box-menu>ul>li>a>span {
    font-size: 16px;
    color: #000;
    position: relative;
    width: 100%;
    font-weight: normal;
    display: flex;
    justify-content: center;
}

@media(min-width: 1200px) {
    .box-menu>ul>li>a>span {
        font-size: 17px;
    }
}

@media(min-width: 1500px) {
    .box-menu>ul>li>a>span {
        font-size: 18px;
    }
}

/* .box-menu>ul>li>a>span::after {
    content: '';
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background-color: #29ace2;
    position: absolute;
    bottom: 0;
    opacity: 0;
} */

/* .box-menu>ul>li.active>a,
.box-menu>ul>li.selected>a,
.box-menu>ul>li:hover>a {
    color: #ac5b26;
} */

.box-menu>ul>li.active>a>span,
.box-menu>ul>li.selected>a>span,
.box-menu>ul>li:hover>a>span {
    color: #29ace2;
}

.box-menu>ul>li.active>a>span::after,
.box-menu>ul>li.selected>a>span::after,
.box-menu>ul>li:hover>a>span::after {
    opacity: 1;
}

.box-menu>ul>li>ul {
    position: absolute;
    top: 90%;
    padding-top: 20px;
    left: -5px;
    z-index: 99999;
    background-color: #fff;
    padding: 8px 16px;
    opacity: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media(min-width: 1600px) {
    .box-menu>ul>li>ul {
        left: 5px;
    }
}

.box-menu>ul>li>a>span:hover>ul {
    opacity: 1;
}

.box-menu>ul>li ul li {
    text-align: left;
    padding: 8px 10px;
    border-bottom: solid 1px #fafafa;
}

.box-menu>ul>li ul li:last-child {
    border-bottom: none;
}

.box-menu>ul>li ul li a {
    min-width: 140px;
    white-space: nowrap;
    color: #252525;
}

.box-menu>ul>li ul li:last-child a {
    border-bottom: none;
}

.box-menu>ul>li ul li a:hover,
.box-menu>ul>li ul li a.active {
    color: #29ace2;
    font-weight: 500;
}

.box-menu>ul>li.selected>ul {
    /* display: block; */
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* mobile menu */
.st-menu {
    background-color: #29ace2;
}

.st-menu ul li a {
    color: #fff;
}

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn {
    float: right;
    margin-left: 10px;
}

@media(min-width: 576px) {
    .mobile-menu-btn {
        margin-left: 15px;
    }
}

.menu-mobile {}

.menu-mobile .menu-mobile-title {
    height: 36px;
    position: relative;
}

.menu-mobile .button-close-menu {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    cursor: pointer;
}

.menu-mobile .button-close-menu:hover {
    color: #292929;
}

.menu-mobile .button-close-menu i {
    font-size: 20px;
}

.menu-mobile .mobile-more {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 8px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.menu-mobile ul li.mobile-sub-open>.mobile-more {
    transform: rotate(180deg);
}

.menu-mobile .mobile-more i {
    font-size: 18px;
}

.menu-mobile .menu-mobile-content>li .dropdown-menu {
    position: static;
}

.menu-mobile .mobile-dropdown-menu {
    margin-left: 0 !important;
    padding: 0;
    display: none;
}

.menu-mobile .mobile-sub-open>.mobile-dropdown-menu {
    display: block;
}

.menu-mobile .mobile-dropdown-menu a {
    padding-left: 30px;
    text-decoration: none;
}

.menu-mobile .mobile-dropdown-menu ul a {
    padding-left: 50px;
}

.menu-mobile .mobile-dropdown-menu ul ul a {
    padding-left: 70px;
}

.menu-mobile a:link,
.menu-mobile a:visited,
.menu-mobile a:hover,
.menu-mobile a:active {
    text-decoration: none;
}

.menu-mobile ul li li,
.menu-mobile .see-all,
.menu-mobile ul ul ul ul>li {
    background: #255642;
}

.menu-mobile ul li:hover,
.menu-mobile ul li.mobile-sub-open {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}

/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul>li {
    background: #29ace2;
}


.btn-ud {
    color: #fff !important;
    background-color: #29ace2;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.btn-ud:focus,
.btn-ud.focus {
    color: #fff;
    background-color: #29ace2;
}

.btn-ud:hover {
    color: #fff;
    background-color: #29ace2;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
    color: #fff;
    background-color: #29ace2;
}

.btn-ud:active:hover,
.btn-ud.active:hover,
.open>.dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open>.dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open>.dropdown-toggle.btn-ud.focus {
    color: #fff;
    background-color: #29ace2;
}

.btn-ud:active,
.btn-ud.active,
.open>.dropdown-toggle.btn-ud {
    background-image: none;
}

.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
    background-color: #29ace2;
}

/* swiper */
.index-swiper {
    position: relative;
    overflow: hidden;
    height: 60vh;
}

@media (min-width:768px) {
    .index-swiper {
        height: 70vh;
    }
}

@media (min-width:992px) {
    .index-swiper {
        height: 800px;
    }
}

.slide-box {
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
}

.slide-img img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    object-fit: cover;
}

.slide-text {
    position: absolute;
    top: 30%;
    left: 2%;
    padding-right: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px 10px 27px 10px;
    background-color: rgba(255, 255, 255, .2);
    max-width: 290px;
}

@media (min-width:425px) {
    .slide-text {
        top: 30%;
        left: 10%;
        max-width: 350px;
        padding: 20px;
    }
}

@media (min-width:992px) {
    .slide-text {
        left: 12%;
        padding: 50px;
        max-width: 600px;
    }
}

@media (min-width:1200px) {
    .slide-text {
        left: 10%;
    }
}

.slide-text span {
    font-weight: 300;
    font-size: 1.875rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}

.slide-text b {
    font-weight: bold;
}

@media (min-width:768px) {
    .slide-text span {
        font-size: 2.25rem;
    }
}

@media (min-width:992px) {
    .slide-text span {
        font-size: 2.5rem;
    }
}

@media (min-width:1200px) {
    .slide-text span {
        font-size: 3.125rem;
    }
}

@media (min-width:1400px) {
    .slide-text span {
        font-size: 3.75rem;
    }
}

.slide-text p {
    font-size: 0.875rem;
    margin: 0;
    font-weight: normal;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}

@media (min-width:992px) {
    .slide-text p {
        font-size: 1.25rem;
    }
}

.slide-link {
    margin-top: 30px;
}

.index-next,
.index-prev {
    display: none;
}

@media (min-width:426px) {

    .index-next,
    .index-prev {
        top: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, .2);
        background-size: contain;
        object-fit: cover;
    }
}

@media (min-width:992px) {

    .index-next,
    .index-prev {
        width: 42px;
        height: 42px;
    }
}

@media (min-width:1400px) {

    .index-next,
    .index-prev {
        width: 52px;
        height: 52px;
    }
}

.index-next::after,
.index-prev::after {
    content: '';
    display: block;
    background: url(../images/to-right.png) no-repeat center;
    background-size: cover;
    object-fit: cover;
    width: 29px;
    height: 20px;
}

.index-prev::after {
    content: '';
    transform: rotate(-180deg);
}

.index-next {
    left: auto;
    right: 30px;
}

.index-prev {
    left: 30px;
}

.index-next:hover,
.index-prev:hover {
    background-color: rgba(41, 172, 226, .9);
}

.index-pag {
    position: absolute;
    bottom: 5% !important;
    left: 0;
    text-align: center;
}

.index-pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
    opacity: .5;
}

.index-pag .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
}

.swiper-slide-active .slide-text span {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.swiper-slide-active .slide-text p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.swiper-slide-active .slide-text .slide-link {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

/*  */
.main-all {
    min-height: 92vh;
}

/* footer */
.footer {
    background: url(../images/footer-bj.png) no-repeat center;
    background-size: cover;
    padding: 70px 0 0;
}

.footer-top {
    /* padding-bottom: 40px; */
}

.footer-left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .footer-left {
        max-width: 70%;
        margin-bottom: 0;
    }
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-left p {
    color: #aaa;
    font-size: 16px;
}

.footer-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width:992px) {
    .footer-right {
        justify-content: space-between;
    }
}

@media (min-width:1200px) {
    .footer-right {
        flex-wrap: nowrap;
    }
}

.foo-col {
    width: 33.33% !important;
}

@media (min-width:992px) {
    .foo-col {
        width: 200px !important;
    }
}

.foo-col-2 {
    width: 320px !important;
}

.footer-right li {
    margin-bottom: 30px;
}

.footer-title {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width:992px) {
    .footer-title {
        font-size: 24px;
    }
}

.footer-title-b {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #29ace2;
    margin: 10px 0 20px;
}

@media (min-width:768px) {
    .footer-title-b {
        margin: 15px 0 30px;
    }
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #aaa;
    font-size: 16px;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-con-li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-con-title {
    display: block;
    color: #fff;
    width: 74px;
}

.footer-con-info {
    color: #aaa;
    /* width: 90%; */
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #333;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}

@media (min-width:768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-links {
    display: flex;
    height: 40px;
}

.footer-links a {
    display: block;
    margin: 0 5px;
    transition: all .4s;
}

.footer-links a:hover {
    margin-top: -4px;
    transition: all .4s;
}

@media (max-width:425px) {
    .mobile-box {
        display: none;
    }

    .foo-col-2 {
        padding: 0;
    }
}

/*back-to-top*/
#back-to-top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #29ace2;
    border-radius: 0;
}

@media(min-width: 768px) {
    #back-to-top {
        right: 2%;
        bottom: 6%;
        width: 46px;
        height: 46px;
    }
}

#back-to-top a {
    color: #fff;
}


/* ↓↓ index ↓↓ */

/* scooters start */

.home-scooters {
    padding: 0;
    margin: 40px 0;
}

@media (min-width:992px) {
    .home-scooters {
        padding: 40px 0;
    }
}

.home-title {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    text-align: left !important;
}

@media (min-width:768px) {
    .home-title {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .home-title {
        font-size: 36px;
    }
}

.home-text {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    font-weight: 300;
}

@media (min-width:992px) {
    .home-text {
        margin: 0 100px;
    }
}

.home-text p {
    margin: 0;
    text-align: left !important;
}

@media (min-width:768px) {
    .home-text p {
        text-align: center !important;
    }
}

.scooters-row {
    margin-top: 30px;
}

@media (min-width:992px) {
    .scooters-row {
        margin-top: 0;
    }
}

.scooters-box {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .scooters-box{
        margin-bottom: 30px;
    }
}

.col-style:last-child .scooters-box {
    margin-bottom: 0;
}

.scooters-img {
    position: relative;
    overflow: hidden;
}

.scooters-img-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scooters-img-1 img {
    height: 100%;
    object-fit: cover;
}

.scooters-img img {
    width: 100%;
    transition: all .4s;
}

.scooters-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    transition: all .4s;
}

.scooters-title-box {
    padding: 20px 20px;
    width: 100%;
    height: 132px;
    background: url(../images/pro-b.png) no-repeat bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .4s;
}

@media (min-width:992px) {
    .scooters-title-box{
        padding: 40px 36px;
    }
}

.scooters-title-box b {
    color: #fff;
    font-size: 24px;
    transition: all .4s;
}

@media (min-width:992px) {
    .scooters-title-box b {
        font-size: 36px;
    }
}

.age-box {
    display: flex;
    color: #fff;
}

.age-box i {
    font-style: normal;
    padding: 0 24px 0 16px;
    font-size: 16px;
    line-height: 35px;
    font-weight: 300;
    border-bottom: 1px solid #29ace2;
    transition: all .4s;
}

@media (min-width:992px) {
    .age-box i {
        font-size: 20px;
    }
}

.age-box span {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 36px;
    border-radius: 20px;
    background-color: #29ace2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    transition: all .4s;
}

@media (min-width:992px) {
    .age-box span{
        font-size: 24px;
    }
}

.age-box span::after {
    content: '';
    position: absolute;
    left: -23px;
    bottom: 0;
    width: 42px;
    height: 32px;
    background: url(../images/pro-l.png) no-repeat center;
}

.scooters-link {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    transition: all .4s;
}

.scooters-link i {
    padding: 3px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-style: normal;
}

@media (min-width:992px) {
    .scooters-link i{
        padding: 8px 0;
    }
}

.scooters-box:hover .scooters-img img {
    transform: scale(1.1);
    transition: all .4s;
}

.scooters-box:hover .scooters-title {
    background-color: rgba(41, 172, 226, .6);
    height: 100%;
    transition: all .4s;
}

.scooters-box:hover .scooters-title-box {
    background: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.scooters-box:hover .age-box {
    background-color: #fff;
    border-radius: 50px;
    margin-top: 6px;
    padding: 0 10px;
    transition: all .4s;
}

.scooters-box:hover .age-box i {
    color: #29ace2 !important;
    padding: 0 10px;
    border-bottom: none;
    transition: all .4s;
}

.scooters-box:hover .age-box span {
    background: none;
    padding: 0 10px 0 0;
    color: #29ace2 !important;
    transition: all .4s;
}

.scooters-box:hover .age-box span::after {
    display: none;
    transition: all .4s;
}

.scooters-box:hover .scooters-link {
    display: block;
    transition: all .4s;
}

.scooters-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scooters-round {
    width: 140px;
    height: 140px;
    border-radius: 500px;
    background-color: #29ace2;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:768px) {
    .scooters-round {
        width: 400px;
        height: 400px;
    }
}

@media (min-width:1600px) {
    .scooters-round {
        width: 600px;
        height: 600px;
    }
}

.scooters-round i {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    font-style: normal;
}

@media (min-width:992px) {
    .scooters-round i {
        font-size: 36px;
    }
}

/* scooters endd */

/* about start */

.home-about {
    min-height: 300px !important;
    background: url(../images/about-bj.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-box {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width:768px) {
    .about-box {
        align-items: center;
    }
}

@media (min-width:992px) {
    .about-box {
        padding: 70px 0;
    }
}

.about-title {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background-color: #29ace2;
}

@media (min-width:768px) {
    .about-title {
        justify-content: center;
    }
}

.about-text {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: left !important;
}

@media (min-width:768px) {
    .about-text {
        text-align: center !important;
    }
}

@media (max-width:767px) {
    .about-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.about-btn {
    margin-top: 20px;
}

@media (max-width:767px) {
    .btn-box{
        padding-top: 20px !important;
    }
}


.btn-info {
    display: inline-block;
    background: none !important;
    border: 1px solid #29ace2;
    padding: 4px 20px;
    border-radius: 0;
    color: #fff !important;
    font-size: 17px;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (min-width:992px) {
    .btn-info{
        padding: 6px 30px;
    }
}

.btn-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #29ace2;
    transition: all .4s;
    z-index: -1;
}

.btn-info:hover{
}

.btn-info:hover::before {
    width: 0;
    transition: all .4s;
}

/* about end */

/* video start */

.home-video {
    padding: 0;
    margin: 40px 0;
}

@media (min-width:992px) {
    .home-video {
        padding: 40px 0;
    }
}

.video-box {
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
}

.video-title {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 20px;
    width: 100%;
    background: url(../images/video-t.png) no-repeat top;
}

.video-title img {
    margin-right: 20px;
}

.video-title h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.video-ytb {
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 10px 14px;
    background-color: #666;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.vide-box {
    height: 400px !important;
}

@media (min-width:992px) {
    .vide-box {
        height: 650px !important;
    }
}

/* video end */

/* partner start */

.home-partner {
    padding-top: 10px;
    margin-bottom: 30px;
}

.partner-box {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.partner-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

@media (min-width:768px) {
    .partner-img{
        margin: 14px 0;
    }
}

.swiper-partner{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.swiper-partner .swiper-pagination{
    bottom: -5px !important;
}

.swiper-partner .swiper-pagination-bullet-active{
    background-color: #29ace2;
}

.partner-info {
    display: none;
}

.mobile-info{
    display: block;
}

@media (min-width:992px) {
    .partner-info {
        display: block;
    }
    .mobile-info{
        display: none;
    }
}

/* partner end */







/* banner start */
.banner-img { width:100%; }
.banner-container { position:relative; }
.banner-title { width:100%; position:absolute!important; top:36%;; 
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
}
.breadcrumb {
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
    color:#000;
    justify-content:center;
}
.breadcrumb a { color:#222222; font-size:18px; }
.breadcrumb-item+.breadcrumb-item::before {
    margin-top:5px;
    display: inline-block;
    padding-left:8px;
    padding-right:15px;
    color: #222222;
    content: "/";
}
.curr-title { text-align:center; color:#fff; font-size:48px; font-weight:bold; text-transform:uppercase; }
@media(max-width:960px){
    .banner-title { top:30%; }
    .curr-title { font-size:28px; }
    .breadcrumb { padding: 0.25rem 1rem; }
}
@media(max-width:760px){
    .banner-title { top:36%; }
    .curr-title { font-size:20px; }
    .breadcrumb { padding: 0.25rem 1rem; }
    .banner-img { width:auto; height:200px; }
}
@media(min-width:960px) and (max-width:1440px){
    .banner-title { top:36%; }
    .curr-title { font-size:28px; }
}

.path { background:#eeeeee; text-align:center; height:60px; margin-top:-20px; }
.path-nav { display:inline-block;  }
.path-nav .breadcrumb { background:#eeeeee; padding:6px 26px; border-radius:5px; }
.breadcrumb a.active { color:#999999; font-size:18px; }
@media(min-width:768px){
    .path-nav .breadcrumb { padding:18px 88px 0; }
}
/* banner end */


/*.container-2 { max-width:1500px; }*/

/* about us start */
.about-container .right-img-bottom { margin-top:15px; }
@media(max-width:821px){
    .about-container .about-description img { width:100%; height:auto; margin-bottom:20px; }
    .about-container .right-img-bottom { margin-top:0; }
}
@media(min-width:768px){
    .about-img-left { padding-right:15px!important; }
    .right-img { padding-left:0!important; }

    .about-container .img-title { font-size:25px!important; height:149px!important; line-height:149px!important; }
    .about-container .img-2 { width:58%; margin-right:11px; }
    .about-container .img-3 { width:35%; }

    .about-container .img-4 { width:33.5%; margin-right:11px; }
    .about-container .img-5 { width:59.5%; }
}
@media(max-width:1439px){
    .about-container .img-title { height:16.7vh!important; line-height:16.7vh!important; }
}
/* about us end */


/* product list start */
.product-item { margin-top:25px; }
.product-item-2 { display:block; border:1px solid #f0f0f0; }
.product-item img { width:100%; }
.product-item .title { color:#222222; padding-top:13px; padding-bottom:13px; font-size:18px; text-align:center; border-top:1px solid #f0f0f0; }

.product-item:hover img { 
    transform: scale(1.1);
    transition: all .4s;
}
/* product list end */






/*contact us start*/
.inner-contact-addr{
    background: #efefef url(../image/inner-contact-01.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px;
    position: relative;
    margin-bottom: 30px;
}
.inner-contact-addr .top-icon{position: absolute;top: 0;left: 0;}
.inner-contact-addr .bottom-icon{position: absolute;bottom: 0;right: 0;}
.inner-contact-addr-tit{font-family: 'cinzel';font-weight: bold;margin-bottom: 20px;font-size: 16px;}
.inner-contact-addr .li-list{border-bottom: 0;}
.inner-contact-addr .li-01{max-width: 500px;}
.inner-contact .form{
    background: #f6f6f6 url(../images/contact_13.png) center no-repeat;
    background-size: 90%;
    background-attachment: fixed;
    padding: 30px;
}
.inner-contact .form-title h1{ font-weight: bold;text-transform: uppercase;font-size: 20px;margin-bottom: 20px;}
.inner-contact .form-control{color: #888;font-size: 16px;border:0;}
@media(min-width: 768px){
    .inner-contact .form-title h1{margin-bottom: 30px;}
    .inner-contact-addr-tit{font-size: 20px;}
    .inner-contact .form{padding: 50px;}
}
@media(min-width: 1200px){
    .inner-contact-addr-tit{font-size: 24px;}
    .inner-contact .form-title h1{font-size: 32px;}
}
.inner-contact .form-group {
    margin-bottom: 1rem;
}

.inner-contact .li-01 {
    padding-left: 24px;
    position: relative;
    background: url(../images/contact_03.png) 0px 5px no-repeat;
    background-size: 16px;
    color: #666;
}
.inner-contact .li-02 {
    padding-left: 24px;
    position: relative;
    background: url(../images/contact_06.png) 0px 5px no-repeat;
    background-size: 16px;
    color: #666;
}
.inner-contact .li-03 {
    padding-left: 24px;
    position: relative;
    background: url(../images/contact_08.png) 0px 5px no-repeat;
    background-size: 16px;
    color: #666;
}
.inner-contact .li-04 {
    padding-left: 24px;
    position: relative;
    background: url(../images/contact_10.png) 0px 5px no-repeat;
    background-size: 16px;
    color: #666;
}
/*contact us end*/








/* location slide */
.location-photo .slider-for button { display: none; }
.location-photo .slick-prev, .location-photo .slick-next { position: absolute; display: block; height: 30px; width: 30px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.location-photo .slick-prev:focus, .location-photo .slick-next:focus { outline: none; }
.location-photo .slick-prev.slick-disabled:before, .location-photo .slick-next.slick-disabled:before { opacity: 0.25; }
.location-photo .slick-prev:before, .location-photo .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.location-photo .slider-nav .slick-prev { left: -15px; background: url(../images/left-icon-n.png) center no-repeat ; z-index: 222; top: 60%; }
@media(min-width: 768px) {
.location-photo .slider-nav .slick-prev { top: 58%; }
}
@media(min-width: 1024px) {
.location-photo .slider-nav .slick-prev { left:8px; top:79%; }
}
@media(min-width: 1440px) {
.location-photo .slider-nav .slick-prev { left:8px; top: 65%; }
}
.location-photo .slick-prev:before { content: ''; }
.location-photo .slider-nav .slick-next { right: -15px; background: url(../images/right-icon-n.png) center no-repeat ; z-index: 222; top: 60%; }
@media(min-width: 768px) {
.location-photo .slider-nav .slick-next { top: 58%; }
}
@media(min-width: 1024px) {
.location-photo .slider-nav .slick-next { right:4px; top:79%; }
}
@media(min-width: 1440px) {
.location-photo .slider-nav .slick-next { right:3px; top: 65%; }
}
.location-photo .slick-next:before { content: ''; }
.location-photo .slick-slider { margin-bottom: 15px; }
.location-photo .slider-for img { width: 99%; }
.location-photo .slider-nav img { width: 100%;}

.location-photo .slider-nav .slick-slide.slick-current.slick-active img { border:1px solid #29ace2; }
.location-photo .slick-slide { outline:none; }
/* location slide end*/



/* product inner start */
.product-container { display:flex; justify-content:space-between; }
.product-right-container { width:100%; }
@media(max-width:780px){
    .product-container { display:block; }
    .product-left-container { width:100%; margin-right:0; margin-bottom:30px; }
    .product-right-container { width:100%; }
    #categorymenu { display:block; }
}
#categorybox { padding:20px; border:4px solid #F4F4F4; margin-bottom:50px; }
.toggle-btn { position:absolute;right:0; font-size:22px; margin-top:-3px; }
.hide { display:none; }
.category1 { color:#020202; font-weight:bold; padding-right:25px; }
.category2 { color:#333333; font-size:14px; }
.product-item .product-title { padding:20px 0; }
/*.product-item { margin-bottom:30px; }*/
.product-item img { width:100%;height:auto; }
.product-item2 { border:2px solid #F4F4F4; }
@media(max-width:768px){
    .product-left-container { width:100%; }
    .product-right-container { width:100%; }
}

.product-container thead tr { border:0; }
.product-container table th { text-align:left; font-size:18px; }
.product-container table td { width:41%; font-size:14px; }
.description-title { font-size:20px; font-weight:bold; }
.row2 { align-items:flex-start!important; }
.product-container .table thead th { border:0; }
/* product inner end */



/* product start */
.category-name h5 { font-weight:bold; font-size:36px; }
.custom-line { width:100%; height:2px; margin-top:14px; background:#F4F4F4; }
.category-description { font-size:14px; }
.product-item { overflow:hidden; }
.product-item img { transition: all 0.5s ease; }
.product-item:hover img { transform: scale(1.1); }
.product-item:hover .product-item2 { border-bottom:2px solid #29ace2; }
.product-cover-image { width:100%; overflow:hidden; display:block; border-bottom:2px solid #F4F4F4; }
/* product end */


/* related product btn start*/
.prevbtn,.nextbtn { text-align:center; display:inline-block; }

.prevbtn { background:#b8b8b8;  }
.nextbtn { background:#b8b8b8; }
.prevbtn img { transform:rotate(-180deg); }
.cus-btn img { padding:10px; width:40px; height:26px; }
/*.cus-btn img {
    padding: 10px;
    width: 53px;
    height: 51px;
}*/
.cus-btn:hover { background:#29ace2; }
/* related product btn end*/


.inner-contact .editor a { color:#222222; }

.product-item2 a { color:#222222; }
.product-item2 a:hover { text-decoration:none; }

.pagination { justify-content:center; }


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #29ace2;
    border-color: #29ace2;
}
.page-link {
    color: #222222;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-right:10px;
}

.pagination { margin-top:35px; }
@media(max-width:768px){
    .product-item { margin-bottom:15px; margin-top:10px; }
    .pagination { margin-top:25px; }
}

.product-model { font-size:40px; color:#29ace2; font-weight:bold; }
.model-number { font-size:20px; color:#999999; }
.model-number-value { font-size:30px; color:#222222; }
.product-desc-title2 { font-size:18px; color:#222222; }
.short-desc { font-size:18px; color:#666666; margin-top:25px; }

/*.anchor-links { display:none!important; }*/

.btn-info:hover{
    color:#222222!important;
}



.product-item { overflow:visible; }
.product-item2:hover {  box-shadow:#f0eeee 0px 0px 15px; }
/*.slick-list { overflow:visible!important; overflow-x:hidden!important; overflow-y:visible!important; }*/

@media(min-width:1200px){
    .product-description { padding-left:20px; }
}

.mfp-figure { background:#fff; }
.btn-info-cus { width:138px; height:52px; line-height:40px; }

@media(max-width:768px){
    .product-model { font-size:30px; }
    .model-number-value { font-size:20px; }
    .model-number { font-size:16px; }
    .category-name h5 { font-size:25px; }
    .product-description { margin-top:20px; }

    .btn-info-cus { width:108px; height:42px; line-height:30px; }
}

