/*  补充样式 */
.latest-new-row__detail {
    text-decoration-color: #33333370 !important;
    text-underline-offset: 0.1em;
    text-decoration: underline;
}
.homeMain .container,
.footer .container {
    margin: 0 auto;
}

.homeMain section a:hover {
    text-decoration: none;
}


/*Owl Carousel Nav Prev*/
.banner-nav.owl-nav button.owl-prev span,
.banner-nav.owl-nav button.owl-next span,
.recommend-nav.owl-nav button.owl-prev span,
.recommend-nav.owl-nav button.owl-next span{
    display: none;
}

.home-banner .banner, .recommend{
    position: relative;
}

.home-banner .banner-nav.owl-nav button.owl-prev,
.home-banner .banner-nav.owl-nav button.owl-next,
.recommend .recommend-nav.owl-nav button.owl-prev,
.recommend .recommend-nav.owl-nav button.owl-next{
    position: absolute;
    transform: translate(0, -50%);
    border: none;
    opacity: 0;
    transition: opacity 0.1ms;
    outline: none;
    background: url(/gsimgs/index/arrow.png) no-repeat;
}

.home-banner .banner-nav.owl-nav button.owl-prev,
.home-banner .banner-nav.owl-nav button.owl-next {
    width: 45px;
    height: 70px;
}


.recommend .recommend-nav.owl-nav button.owl-prev,
.recommend .recommend-nav.owl-nav button.owl-next{
  width: 45px;
  height: 90px;
}


.home-banner .banner-nav.owl-nav button.owl-prev,
.home-banner .banner-nav.owl-nav button.owl-next,
.recommend .recommend-nav.owl-nav button.owl-prev,
.recommend .recommend-nav.owl-nav button.owl-next{
    top: 50%;
}


.home-banner .banner:hover .banner-nav.owl-nav button.owl-prev,
.home-banner .banner:hover .banner-nav.owl-nav button.owl-next,
.recommend:hover .recommend-nav.owl-nav button.owl-prev,
.recommend:hover .recommend-nav.owl-nav button.owl-next{
    opacity: 1;
}

.home-banner .banner-nav.owl-nav button.owl-prev {
    background-position: 0 0;
    background-size: 70%;
    left: 145px;
}

.home-banner .banner-nav.owl-nav button.owl-next {
    background-position: 0 -70px;
    background-size: 70%;
    right: 145px;
}

.recommend .recommend-nav.owl-nav button.owl-prev {
  background-position: 0 -200px;
  background-size: 100%;
  left: 0;
}

.recommend .recommend-nav.owl-nav button.owl-next {
  background-position: 0 -300px;
  background-size: 100%;
  right: 0;
}



/* scrollUp start */
#scrollUp {
    right: 30px;
    bottom: 50px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    font-size: 22px;
    cursor: pointer;
    background-color: #1d73dd;
}

#scrollUp:hover {
    background-color: #004b95;
}

/* scrollUp end */



.home-carousel {
    position: relative;
}

.home-carousel .content-box {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 500px;
    padding-top: 100px;
    padding-bottom: 60px;
}

.home-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
}


.home-carousel .content-box p {
    position: relative;
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 36px;

}





.home-carousel .content-box .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}


.index-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.index-video {
    width: 100%;
    display: block;
    z-index: 1;
}

.section-home-slider {
    position: relative;
    overflow: hidden;
}

.home-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 120px;
    height: 1020px;
    background: linear-gradient(to bottom,
            rgba(14, 101, 163, 0) 0%,
            rgba(14, 101, 163, 0) 50%,
            rgba(14, 101, 163, 0.5) 100%);
    background: -moz-linear-gradient(to bottom,
            rgba(14, 101, 163, 0) 0%,
            rgba(14, 101, 163, 0) 50%,
            rgba(14, 101, 163, 0.5) 100%);
    background: -webkit-linear-gradient(to bottom,
            rgba(14, 101, 163, 0) 0%,
            rgba(14, 101, 163, 0) 50%,
            rgba(14, 101, 163, 0.5) 100%);
    background: -o-linear-gradient(to bottom,
            rgba(14, 101, 163, 0) 0%,
            rgba(14, 101, 163, 0) 50%,
            rgba(14, 101, 163, 0.5) 100%);
    background: -ms-linear-gradient(to bottom,
            rgba(14, 101, 163, 0) 0%,
            rgba(14, 101, 163, 0) 50%,
            rgba(14, 101, 163, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#65e5d1', GradientType=0);
}

.home-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg,
            rgba(34, 130, 212, 0.5),
            rgba(28, 158, 154, 0),
            rgba(28, 158, 154, 0.8));
    background-image: -moz-linear-gradient(135deg,
            rgba(34, 130, 212, 0.5),
            rgba(28, 158, 154, 0),
            rgba(28, 158, 154, 0.8));
    background-image: -webkit-linear-gradient(135deg,
            rgba(34, 130, 212, 0.5),
            rgba(28, 158, 154, 0),
            rgba(28, 158, 154, 0.8));
    background-image: -o-linear-gradient(135deg,
            rgba(34, 130, 212, 0.5),
            rgba(28, 158, 154, 0),
            rgba(28, 158, 154, 0.8));
    background-image: -ms-linear-gradient(135deg,
            rgba(34, 130, 212, 0.5),
            rgba(28, 158, 154, 0),
            rgba(28, 158, 154, 0.8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f90d4', endColorstr='#65e5d1', GradientType=0);
}



.home-banner .owl-carousel .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0px);
}



.home-banner .owl-carousel button.owl-dot {
    padding: 5px !important;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 100%;
    margin: 5px;
    outline: none;
}

.home-banner .owl-carousel button.owl-dot.active {
    padding: 5px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 100%;
    outline: none;
}

/*2024-6-5*/


.recommend .recommend-nav.owl-nav button.owl-prev {
  position: absolute;
  transform: translate(0, -50%);
  border: none;
  opacity: 0;
  transition: opacity 0.1ms;
  outline: none;
  background: url(/gsimgs/index/arrow.png) no-repeat;
  width: 45px;
  height: 90px;
  top: 40%;
  background-position: 0 -200px;
  background-size: 100%;
  left: 0;
}
.recommend .recommend-nav.owl-nav button.owl-next {
  position: absolute;
  transform: translate(0, -50%);
  border: none;
  opacity: 0;
  transition: opacity 0.1ms;
  outline: none;
  background: url(/gsimgs/index/arrow.png) no-repeat;
  width: 45px;
  height: 90px;
  top: 40%;
  background-position: 0 -300px;
  background-size: 100%;
  right: 0;
}
.recommend .owl-carousel .owl-dots {
  text-align: center;
}

.recommend .owl-carousel button.owl-dot {
  padding: 5px !important;
  border: 1px solid #cccccc;
  background: none;
  border-radius: 100%;
  margin: 5px;
  outline: none;
}

.recommend .owl-carousel button.owl-dot.active {
  padding: 5px;
  border: 1px solid #1d73dd;
  background: #1d73dd;
  border-radius: 100%;
  outline: none;
}



.index-title {
    position: relative;
    font-size: 36px;
    line-height: 1.4em;
    text-transform: uppercase;
    display: inline-block;
    z-index: 2;
    margin-top: 90px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.index-title.text-color-black:after {
    border-bottom: 1px solid #333333;
}

.index-title:after {
    content: "";
    width: 50%;
    max-width: 145px;
    position: absolute;
    bottom: 0;
    border-bottom-width: 1px;
    border-bottom: 1px solid #ffffff;
    left: 0;
}

.index-title-h3 {
    font-size: 36px;
    line-height: 1.4em;
    padding-top: 46px;
    padding-bottom: 36px;
    text-align: center;
}



.data-item {
    flex: 1;
    border: 1px solid #09ffeb;
    padding: 30px 15px;
    margin: 0 45px;
    text-align: center;
}

.data-item-title {
    font-size: 44px;
    line-height: 1em;
    color: #09ffeb;
    margin-bottom: 20px;
}

.data-item-title sup {
    font-size: 30px;
}



/**service & product**/

.service-product-box {
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.row .service-product-box img {
    max-width: auto;
}

.anim-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.anim-right h3 {
    line-height: 1.45em;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.5s;
    transform: translateY(-50%);
}

.anim-right .details {
    position: absolute;
    width: 60%;
    height: 100%;
    padding: 30px 24px;
    top: 0;
    right: -60%;
    transition: all 0.5s;
}

.anim-right:hover h3 {
    width: 40%;
}

.anim-right:hover .details {
    transform: translateX(-100%);
}

.anim-right .details.bg1 {
    background: #0863c1;
}

.anim-right .details.bg2 {
    background: #0590b1;
}

.bg3 {
    background: #38b0b1;
}

.bg4 {
    background: #0b6fdf;
}

.bg5 {
    background: #017c9a;
}

.bg6 {
    background: #0b6ec2;
}

.anim-right .details {
    text-align: left;
}

.anim-right .details li {
    position: relative;
    display: block;
    line-height: 1.6em;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}

.anim-right .details li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    top: 10px;
    left: 0;
}

.anim-show {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.anim-show h3 {
    line-height: 1.45em;
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 0.5s;
    transform: translateY(-50%);
}

.anim-show .details {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 35px;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}

.anim-show .details p {
    position: absolute;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 40px 35px;
}

.anim-show:hover .details {
    opacity: 1;
}



.owl-carousel button.owl-dot {
    padding: 5px !important;
    border: 1px solid #cccccc;
    background: none;
    border-radius: 100%;
    margin: 5px;
    outline: none;
}

.owl-carousel button.owl-dot.active {
    padding: 5px;
    border: 1px solid #1d73dd;
    background: #1d73dd;
    border-radius: 100%;
    outline: none;
}

.btn-default.bth-default-large,
.btn-default.btn-default-plain:visited {
    font-size: 24px;
    line-height: 1em;
    padding: 15px 40px;
    background: #fff;
    color: #1c7490;
}

.btn-default.btn-default-plain:hover {
    background: #1d73dd;
    color: #fff;
}

/*data*/
.data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: none;
    padding: 0px 50px;
    margin: 0;
    text-align: center;
    border-right: 1px solid #ffffff;
}

.data-item:last-child {
    border-right: none;
}

.data-item-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: din2014, helvetica neue, Helvetica, Arial, sans-serif;
}

.data-item-title .counter {
    font-weight: 400;
    letter-spacing: 2px;
}

.data-item p {
    margin-bottom: 0;
    line-height: 1.6em;
    color: #ffffff;
    min-height: 50px;
    font-size: 16px;
}

.banner-nav.owl-nav button.owl-prev,
.banner-nav.owl-nav button.owl-next {
    top: 40%;
}

.section-home-slider {
    position: relative;
    /* max-height: 900px; */
}

.index-title-h3 {
    padding-top: 50px;
}

.owl-carousel .owl-nav button i {
    width: 68px;
    height: 136px;
    background-image: none;
    --webkit-background-clip: initial;
    color: transparent;
    font-size: initial;
}



.data-box-row.container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 60px;
}

.anim-right h3,
.anim-show h3
{
    font-size: 36px;
}



@media only screen and (min-width: 1921px) {

    .homeMain .container,
    .footer .container {
        max-width: 1440px;
    }

    .home-carousel .content-box {
        height: 550px;
    }

    .section-home-slider {
        max-height: 1020px;
    }

    .home-carousel .content-box h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .home-carousel .content-box p {
        font-size: 26px;
        line-height: 36px;
        margin-top: 50px;
        margin-bottom: 90px;
    }

    .data-box-row {
        bottom: 0;
    }
}

@media (min-width: 1601px) and (max-width: 1920px) {

    .homeMain .container,
    .footer .container {
        max-width: 1440px;
    }

    .home-carousel .content-box {
        height: 500px;
        padding-top: 80px;
    }

    

    .home-carousel .content-box p {
        margin-bottom: 60px;
    }



    .homeMain .data-box-row.container {
        bottom: 60px;
    }

    

    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }

    /*publish*/

    body {
        font-size: 14px;
    }

    .ul-index {
        padding-left: 0;
    }

    .anim-show .details p {
        line-height: 1.6em;
    }

 

    

    .section-home-slider {
        height: 970px;
    }

    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }

    .home-carousel .content-box p {
        margin-bottom: 84px;
        margin-top: 38px;
    }

    .data-box-row.container {
        bottom: 60px;
    }
}
@media screen and (width: 1680px) {
  .section-home-slider {
    height: 936px;
}
}
@media (min-width: 1441px) and (max-width: 1600px) {

    .homeMain .container,
    .footer .container {
        max-width: 1440px;
    }

    .home-carousel .content-box {
        height: 430px;
        padding-top: 60px;
    }


    .home-carousel .content-box {
        height: 450px;
        padding-top: 60px;
    }

    .home-carousel .content-box p {
        margin-bottom: 90px;
        margin-top: 50px;
    }

   


    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }


    .btn-default.bth-default-large {
        font-size: 20px;
        line-height: 1em;
        padding: 15px 30px;
    }

    .index-title-h3 {
        font-size: 30px;
    }

    .data-item-title {
        font-size: 40px;
    }

    .data-item p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1536px) {

    .homeMain .container,
    .footer .container {
        max-width: 1230px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {

    .homeMain .container,
    .footer .container {
        max-width: 1230px;
    }

  

    .home-carousel .content-box {
        height: 370px;
        padding-top: 60px;
    }

    .home-carousel .content-box p {
        margin-bottom: 60px;
        margin-top: 30px;
    }

  

    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }

   
    .btn-default.bth-default-large {
        font-size: 20px;
        line-height: 1em;
        padding: 15px 30px;
    }

    .index-title-h3 {
        font-size: 30px;
    }

    .data-item-title {
        font-size: 40px;
    }

    .data-item p {
        font-size: 14px;
    }

   
}

@media (min-width: 1025px) and (max-width: 1280px) {

    .homeMain .container,
    .footer .container {
        margin: 0 auto;
        max-width: 1140px;
    }

    .home-carousel .content-box p {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .home-carousel .content-box {
        height: 360px;
        padding-top: 60px;
    }

    .homeMain .data-box-row.container {
        bottom: 330px;
    }

 

   

    .index-title-h3 {
        font-size: 28px;
        padding-bottom: 20px;
    }

    .data-item-title {
        font-size: 32px;
    }

    .data-item p {
        font-size: 12px;
    }


  .recommend .recommend-nav.owl-nav button.owl-prev,
  .testimonials .testimonials-nav.owl-nav button.owl-prev,
  .recommend .recommend-nav.owl-nav button.owl-next,
  .testimonials .testimonials-nav.owl-nav button.owl-next {
    display: none;
  }

    .section-home-slider {
        max-height: 660px;
    }

    .home-carousel .content-box h2 {
        font-size: 36px;
        line-height: 60px;
    }

    .home-carousel .content-box p {
        margin-bottom: 40px;
    }

    .section-home-slider {
        max-height: 720px;
    }

 

    .homeMain .data-box-row.container {
        bottom: 280px;
    }

    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    
  

    .home-carousel .content-box {
        height: 320px;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .home-carousel .content-box h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .anim-show h3 {
        font-size: 28px;
    }

    .home-banner .owl-carousel .owl-dots {
        bottom: -10px;
    }

    .anim-right h3,
    .anim-show h3 {
        font-size: 24px;
    }

    .anim-show .details p {
        position: absolute;
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
        margin-bottom: 14px;
        text-align: center;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 30px;
    }

    

    .index-title-h3 {
        padding-top: 0;
    }

    .homeMain .data-box-row.container {
        bottom: 500px;
        height: 180px;
    }

    .data-item-title {
        font-size: 30px;
    }

    .btn-default.bth-default-large,
    .btn-default.btn-default-plain:visited {
        font-size: 20px;
        line-height: 1em;
        padding: 10px 28px;
        background: #fff;
        color: #1c7490;
    }

    .index-title-h3 {
        font-size: 26px;
        padding-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .home-banner {
        padding-top: 0;
    }

    .data-box-row {
        bottom: 20px;
    }

    .home-carousel .content-box p {
        margin-bottom: 30px;
        margin-top: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .home-banner .banner-nav.owl-nav button.owl-prev {
        left: 45px;
    }

    .home-banner .banner-nav.owl-nav button.owl-next {
        right: 45px;
    }
	
	
  .recommend .recommend-nav.owl-nav button.owl-prev,
  .testimonials .testimonials-nav.owl-nav button.owl-prev,
  .recommend .recommend-nav.owl-nav button.owl-next,
  .testimonials .testimonials-nav.owl-nav button.owl-next {
    display: none;
  }
    
}

@media screen and (min-width: 481px) and (max-width: 768px) {

   
  .recommend .recommend-nav.owl-nav button.owl-prev,
  .testimonials .testimonials-nav.owl-nav button.owl-prev,
  .recommend .recommend-nav.owl-nav button.owl-next,
  .testimonials .testimonials-nav.owl-nav button.owl-next {
    display: none;
  }
  
    .index-video {
        display: none;
    }

    .home-carousel .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-carousel .content-box p {
        font-size: 16px;
        line-height: 1.4em;
        margin: 10px 0 30px 0;
    }

    .btn-default.bth-default-large {
        font-size: 16px;
    }

    .home-banner {
        padding-top: 60px;
        background: none;
    }

    .home-banner::before {
        display: none;
    }

    .anim-right h3,
    .anim-show h3 {
        font-size: 24px;
    }

    .anim-right .details,
    .anim-show .details {
        display: none;
    }


    .service-product-box {
        height: 170px;
        overflow: hidden;
    }

    .section-home-slider {
        min-height: 680px;
    }

    .home-carousel .content-box {
        height: 280px;
        padding: 0;
    }

    .index-title-h3 {
        font-size: 20px;
        padding-bottom: 0;
        padding-top: 60px;
    }

    .data-item {
        border-bottom: 1px solid #fff;
        border-right: none;
        padding: 20px;
        margin: 8px auto;
    }

    .data-item p {
        min-height: auto;
    }

    .index-bg {
        width: auto;
    }

    .home-banner .banner-nav.owl-nav button.owl-prev,
    .home-banner .banner-nav.owl-nav button.owl-next {
        display: none;
    }

    .data-item-title {
        font-size: 40px;
    }


    .index-title {
        font-size: 26px;
    }

    .service-product-box img.service-product-box3-img {
        width: 100%;
        transform: scale(1.2);
    }




    .homeMain p {
        line-height: 1.5;
        font-size: 14px;
    }


 



    .index-title {
        padding-bottom: 10px;
    }


}

@media screen and (max-width: 480px) {

    .index-video {
        display: none;
    }

    .home-carousel .content-box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-carousel .content-box p {
        font-size: 16px;
        line-height: 1.4em;
        margin: 10px 0 30px 0;
    }

    .btn-default.bth-default-large {
        font-size: 16px;
        padding: 10px;
    }

    .home-banner {
        padding-top: 60px;
        background: none;
    }

    .home-banner::before {
        display: none;
    }

    .anim-right h3,
    .anim-show h3 {
        font-size: 24px;
    }

    .anim-right .details,
    .anim-show .details {
        display: none;
    }



    .service-product-box {
        height: 170px;
        overflow: hidden;
    }

 

    .section-home-slider {
        min-height: 900px;
    }

    .home-carousel .content-box {
        height: 280px;
        padding: 0;
    }

    .index-title-h3 {
        font-size: 20px;
        padding-bottom: 0;
        padding-top: 60px;
    }

    .data-item {
        border-bottom: 1px solid #fff;
        border-right: none;
        padding: 20px;
        margin: 8px auto;
    }

    .data-item:last-child {
        border-bottom: none;
    }

    .data-item p {
        min-height: auto;
    }

    .index-bg {
        width: auto;
    }

    .home-banner .banner-nav.owl-nav button.owl-prev,
    .home-banner .banner-nav.owl-nav button.owl-next {
        display: none;
    }

    .data-item-title {
        font-size: 40px;
    }

    .index-title {
        font-size: 26px;
    }

    .service-product-box img.service-product-box3-img {
        width: 100%;
        transform: scale(1.4);
    }


    .homeMain p {
        line-height: 1.5;
        font-size: 14px;
    }
    .index-title {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 414px) {
    .btn-default.bth-default-large {
        font-size: 12px;
        margin: 15px 6px;
        padding: 10px;
    }

    .section-home-slider {
        height: 1080px;
        max-height: 1080px;
    }

    .home-carousel .content-box p {
        font-size: 16px;
        line-height: 1.4em;
        margin: 10px 0 30px 0;
    }

    .home-carousel .content-box h2 {
        font-size: 24px;
        line-height: 30px;
    }


}

@media screen and (width: 480px) {
	
	  .recommend .recommend-nav.owl-nav button.owl-prev,
  .testimonials .testimonials-nav.owl-nav button.owl-prev,
  .recommend .recommend-nav.owl-nav button.owl-next,
  .testimonials .testimonials-nav.owl-nav button.owl-next {
    display: none;
  }


    .data-item:last-child {
        border-bottom: 1px solid #fff;
    }
}

@media screen and (width: 320px) {
    .home-carousel .content-box p {
        font-size: 13px;
        line-height: 1.4em;
        margin: 10px 0 30px 0;
    }

    .home-carousel .content-box h2 {
        font-size: 18px;
        line-height: 30px;
    }
}