/* menu ----------------------------------- */
@media (min-width:992px){
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul {
        align-items: center;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li:last-child{
        margin-left: 15px;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a,
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a span{
        display: block;
        text-align: center;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a{
        padding: 32px 15px;
        transition: all 0.3s ease;
    }
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a span:nth-child(2){
        font-size: 14px;
        font-weight: 400;
    }
}

  

/* search ----------------------------------- */
#header .header-nav-main nav > ul > li form{
    position: relative;
    padding: 12px 0;
    margin: 25px 0;
  }
#header .header-nav-main nav > ul > li form span{}
#header .header-nav-main nav > ul > li form button{
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    background-color: #3c3c3c;
    padding: 5px 10px;
    z-index: 999;
}
#header .header-nav-main nav > ul > li form button:hover{
    color: #3c3c3c;
    background-color: #F3D300 ;
}
#header .header-nav-main nav > ul > li form  .simple-search .form-control{
    width: calc( 100% - 50px );
    margin-right: 30px;
}
.simple-search .form-control{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}



/* slide ----------------------------------- */
.tparrows:before{
    font-size: 28px;
    color: #fff;
}
.rev_slider .tp-mask-wrap .tp-caption span{
    position: relative;
    
    display: inline-block;
    width: 2px;
    height: 120px;
    background-color: #fff; 
}
.rev_slider .tp-mask-wrap .tp-caption span::after{
    position: absolute;
    top: -10px;
    left: -5px;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    transform: rotate(-45deg);
}



/* breadcrumb ----------------------------------- */
.page-header .page-title{
    position: relative; 
    list-style: none;
}
.page-header .page-title li a{
    position: relative;
    text-decoration: none;
}
.page-header .page-title li p{
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
}
.page-header .page-title li:nth-child(2) p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transform: scaleX(.9);
}
.page-header .breadcrumb li a{
    font-size: 16px;
}
.page-header .breadcrumb li a:hover{
    text-decoration: none;
}
.page-header .breadcrumb li.active a{
    color: #fdf481;
}



/* index ----------------------------------- */
section.section.section-background-half-primary-half-alpha {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #8AC545), color-stop(50%, transparent));
	background: linear-gradient(to right, #8AC545 50%, transparent 50%);
}

/* index-about */
.index-about{
    position: relative;
    min-height: 250px;
}
.index-about .about-ct{
    position: relative;
    display: flex;
}
.index-about .about-intro{
    max-width: 650px;
    padding: 0px 50px 20px;
    z-index: 0;
}
.index-about .about-intro .circle{
    position: absolute;
    left: -24px;
    top: -50px;
    display: inline-block;
    width: 120px;
    height: 120px;
    border: solid #8AC545 2px;
    border-right: solid transparent;
    border-radius: 50%;
    transform: rotate(35deg);
    z-index: -1;
}
.index-about .about-intro{
    text-align: justify;
}
.index-about .about-intro .about-introSec{
    margin-right: 100px;
}
.index-about .about-info{
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.index-about .about-info .about-title{
    position: relative;
    padding-top: 50px;
}
.index-about .about-info .about-title p{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}
.index-about .about-info .about-title p::before{
    content: "";
    position: absolute;
    top: -27px;
    right: -18px;
    display: inline-block;
    width: 480px;
    height: 480px;
    border: #F3D300 solid 1px;
    border-top: transparent solid;
    border-radius: 50%;
    transform: rotate(-100deg);
}
.index-about .about-img{
    position: relative;
    width: 100%;
    top: 0;
    left: -100px;
}
.index-about .about-img img{
    position: absolute;
    left: 0;
    width: 100%;
    box-shadow: 18px 15px 0px #058E44, 8px 28px 20px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.index-about .about-img:hover img{
    left: 12px;
    box-shadow: 0px 12px 0px #058E44, 8px 18px 13px rgba(0, 0, 0, 0);
}
.index-about .about-intro .about-introSec ul{
    list-style: none;
    padding-left: 30px;
}
.index-about .about-intro .about-introSec ul li{
    position: relative;
}
.index-about .about-intro .about-introSec ul li:not(:last-child){
    text-align: left;
    padding-bottom: 5px;
}
.index-about .about-intro .about-introSec ul li::before,
.index-about .about-intro .about-introSec ul li::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: -30px;
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.index-about .about-intro .about-introSec ul li::before{
    background-color: #058E44;
}
.index-about .about-intro .about-introSec ul li::after{
    top: 9px;
    left: -24px;
    width: 6px;
    height: 12px;
    background-color: #FFF ;
}
.index-about .about-intro .about-introSec ul li:hover:before{
    background-color: #fff ;
}
.index-about .about-intro .about-introSec ul li:hover::after{
    background-color: #058E44;
}

/* index-product */
 .index-product .index-item:hover{
     text-decoration: none;
 }
 .index-product .index-item:hover p{
     color: #F3D300;
 }
 .index-product .index-title{
    position: relative;
    text-align: center;
 }
 .index-product .index-title h4{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
 }
 .index-product .title{
     font-size: 18px;
     font-weight: bold;
     color: #fff;
     text-align: center;
     padding: 20px 0;
     margin-bottom: 0;
 }
.index-product .owl-carousel{
    margin-bottom: 0;
}
.owl-theme .owl-dots .owl-dot span{
    border-radius: 0;
}



/* footer ----------------------------------- */
 #footer{
    font-size: 16px;
  }
  #footer .footer-right{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
    max-width: 625px;
    margin: auto;
  }
  #footer .footer-right .footer-img{
    display: block;
    text-align: center;
    max-height: 135px;
    padding-right: 30px;
  }
  #footer .footer-right ul{
    margin-bottom: 0;
  }
  #footer .footer-right ul li:not(:last-child){
    padding-bottom: 5px;
  }
  #footer .footer-right ul li a:not(.btn):hover,
  #footer .footer-info li a:hover{
      color: #8AC545;
  }
  #footer .footer-right ul li i{
      margin-right: 5px;
  }
  #footer .footer-right .products{
    padding-right: 80px;
    margin-right: 50px;
    border-right: solid 1px #DCDDDD;
  }
  #footer .footer-info{
    padding: 20px 0 0;
  }
  #footer ul.footer-info > li:not(:last-child){
    margin-right: 20px;
  }



/* about ----------------------------------- */
.about{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 80px;
}
.about-ct{
    display: contents;
}
.about .about-img,
.about .about-info,
.about .about-introEn{}
.about .about-img{
    width: 90%;
    height: 100%;
    margin-left: 80px;
    overflow: hidden;
}
.about .about-img img{ 
    position: relative;
    left: -50px;
    width: 110%;
}
.about .about-info{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.about .about-list{
    display: block;
    width: 100%;
    padding: 60px 0 0px;
    text-align: center;
}
.about .about-list ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 80px;
    margin-bottom: 20px;
}
.about .about-list ul li:not(:last-child){
    margin-right: 10px;

    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.about .about-list ul li.main span{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #3c3c3c;
    padding-right: 30px;
}
.about .about-list ul li.main span::before{
    position:absolute;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 185px;
    height: 1px;
    background-color: #058E44;
}
.about .about-intro p{
    display: block;
    max-width: 720px;
    line-height: 2;
    padding: 0 0px 50px;
    margin-left: 80px;
}
.about .about-intro ul li:not(.main){
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    border: solid 2px #8AC545;
    border-radius: 50%;
    padding: 52px 10px;
    text-align: center;
    overflow: hidden;
}
.about .about-intro ul li:not(.main):hover{
    background-color: #8AC545;
}
.about .about-intro ul li:not(.main) span{
    font-size: 18px;
    font-weight: bold;
}
.about .about-intro ul li:not(.main):hover span{
    color: #fff;
}
.about .about-introEn,
.about .about-introEn2{
    position: relative;
    display: block;
    left: -5%;
    bottom: 0px;
    max-width: 800px;
    background-color: #fdf481;
    padding: 50px;

    box-shadow: 18px 15px 0 #3c3c3c;
}
.about .about-introEn2{
    display: none;
}
.about .about-introEn h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.about .about-introEn p{
    margin-bottom: 0;
}
.about .about-introEn ul{
    list-style: none;
    padding-left: 30px;
}
.about .about-introEn ul li{
    position: relative;
    text-align: left;
}
.about .about-introEn ul li:not(:last-child){
    padding-bottom: 5px;
}
.about .about-introEn ul li::before,
.about .about-introEn ul li::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: -30px;
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.about .about-introEn ul li::before{
    background-color: #058E44;
}
.about .about-introEn ul li::after{
    top: 9px;
    left: -24px;
    width: 6px;
    height: 12px;
    background-color: #fff;
}
.about .about-introEn ul li:hover:before{
    background-color: #fff;
}
.about .about-introEn ul li:hover::after{
    background-color: #058E44;
}



/* product ----------------------------------- */
.product{
    position: relative;
}
.product .product-list .product-title::after,
.product .product-list .portfolio-list,
.product .product-list .portfolio-list .portfolio-item{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product .left-bg{}
.product .product-list{
    display: flex;
    align-items: baseline;
}
.product .product-list:not(:last-child){
    margin-bottom: 0px;
}
.product .product-list .product-title{
    position: relative;
    left: 3%;
    display: block;
    width: 30%;
    text-align: left;
    margin-bottom: 30px;
    z-index: 0;
}
.product .product-list .product-title h3{
    display: inline-block;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
    width: 120px;
    height: 120px;
    padding: 47px 30px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    border-radius: 50%;
    border: solid #8AC545 2px;
}
.product .product-list .product-title:hover h3{
    color: #fff;
    background-color: #8AC545;
}
.product .product-list .product-title h3::after{
    content: '';
    position: relative;
    top: -17px;
    right: -60px;
    display: block;
    width: 350px;
    height: 1px;
    background-color: #058E44;
    z-index: -1;
}
.product .product-list:nth-child(1) .product-title h3{}
.product .product-list .product-title p{}
.product .product-list .portfolio-list{
    position: relative;
    width: 100%;
    background-image: url(img/patterns/skin_side_up.png);
    background-repeat: repeat;
    border: solid 1px transparent;
    padding: 40px 20px;
    margin: 40px 0;
    background-color: #fdf481;
    box-shadow: 0 15px #3c3c3c;
}
.product .product-list .portfolio-list:not(:last-child){
    border-bottom: solid 1px #ddd;
}
.product .product-list .portfolio-list:hover{}
.product .product-list .portfolio-list .portfolio-item:hover{
    transform: scale(1.05);
    cursor: default;
}
.product .product-list .portfolio-list a{
    text-decoration: none;
}
.product .product-list .product-title p,
.product .product-list .portfolio-list p,
.product .product-list .portfolio-list .product-intro p {
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: left;
    padding: 0 0 20px;
    margin-bottom: 0;
}
.product .product-list .product-title p{
    position: absolute;
    top: 60px;
    left: 125px;
    max-width: 175px;
}
.product .product-list:not(:last-child) .portfolio-list .product-intro {
    margin-top: 20px;
}
.product .product-list .portfolio-list .product-intro p {
    text-align: center;
    padding: 0;
}



/* service ----------------------------------- */
.service .service-info,
.service .service-infoEn{
    display: flex;
}
.service .service-infoEn{
    align-items: center;
}
.service-img,
.service-imgEn,
.service-intro,
.service-introEn{
    width: 50%;
}
.service-img{
    display: flex;
    margin-left: 0px;
}
.service-img .imgOne{
    position: relative;
    z-index: 0;
}
.service-img .imgTwo,
.service-img .imgTwo img{
    transition: all 0.1s ease-in-out;
}
.service-img .imgTwo{
    position: relative;
    top: 100px;
    left: 8px;
    padding-left: 30px;
    padding-right: 30px;
}
.service-img .imgTwo:hover{
    left: 0;
}
.service-img .imgOne::after{
    content: '';
    position: absolute;
    top: -50px;
    right: -80px;
    display: inline-block;
    width: 200px;
    height: 200px;
    border: solid 1px #8AC545;
    border-radius: 50%;
    border-bottom: solid 1px transparent;
    z-index: -1;
}
.service-img .imgTwo img{
    box-shadow: -15px 13px #8AC545;
}
.service-img .imgTwo:hover img{
    box-shadow: 0px 12px #8AC545;
}
.service-imgEn{
    margin-right: 0px;
}
.service-img img,
.service-imgEn img{
    width: 100%;
}
.service-imgEn{
    position: relative;
    z-index: 0;
}
.service-imgEn::after{
    content: "";
    position: absolute;
    top: -20%;
    left: -15%;
    display: inline-block;
    width: 400px;
    height: 400px;
    border: #F3D300 solid 1px;
    border-top: transparent solid;
    border-radius: 50%;
    transform: rotate(55deg);
    z-index: -1;
}
.service-intro{
    max-width: 720px;
    z-index: 10;
}
.service-introEn{
    padding-left: 80px;
}
.service-intro ul,
.service-introEn ul{
    list-style: none;
    padding-left: 30px;
    margin-left: 80px;
}
.service-intro ul li,
.service-introEn ul li{
    position: relative;
    text-align: left;
    padding-left: 0px;
}
.service-intro ul li:not(:last-child),
.service-introEn ul li:not(:last-child){
    padding-bottom: 5px;
}
.service-intro ul li::before,
.service-intro ul li::after,
.service-introEn ul li::before,
.service-introEn ul li::after{
    content: '';
    position: absolute;
    display: inline-block;
    top: 9px;
    left: -30px;
    width: 12px;
    height: 12px;
    background-color: transparent;
}
.service-intro ul li::before,
.service-introEn ul li::before{
    background-color: #058E44;
}
.service-intro ul li::after,
.service-introEn ul li::after{
    top: 9px;
    left: -24px;
    width: 6px;
    height: 12px;
    background-color: #fff ;
}
.service-intro ul li:hover:before,
.service-introEn ul li:hover:before{
    background-color: #fff ;
}
.service-intro ul li:hover::after,
.service-introEn ul li:hover::after{
    background-color: #058E44;
}



/* contact ----------------------------------- */
.contact-title{
    border-bottom: #8AC545 solid 2px;
}
.contact-title h4{
    font-size: 18px;
    color: #058E44;
    letter-spacing: .5px;
}
.contact-form .form-row.extra{
    align-items: center;
}
.contact-form .form-row .privacy label>a{
    color: #777;
    text-decoration: underline;
}
.contact-form .form-row .privacy label a:hover{
    color: #8AC545;
    text-decoration: none;
}
.contact-form .form-row input[type="submit"]{
    color: #fff;
    background-color: #3c3c3c;
    border-radius: 0;
    padding: 10px 30px;
}
.contact-form .form-row input[type="submit"]:hover{
    color: #3c3c3c;
    background-color: #F3D300;
}
.contact-info p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.contact-info span{
}



/* RWD ----------------------------------- */
@media (max-width:1440px){
    #header .header-logo img {
        max-width: 200px;
    }
    /* index */
    .index-about {
        min-height: 480px;
    }
    .index-about .about-intro {
        max-width: 600px;
    }
    .index-about .about-info {
        margin-top: 100px;
    }
    /* about */
    .about{
        padding-bottom: 10px;
    }
    .about .about-ct{
        display: flex;
        align-items: center;
    }
    .about .about-introEn{
        display: none;
    }
    .about .about-img{
        width: 90%;
        margin-left: 0;
    }
    .about,
    .about .about-introEn2{
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .about .about-introEn2{
        left: 0;
        box-shadow: 0 10px;
    }
    .about .about-introEn2 ul{
        list-style: none;
        padding-left: 30px;
    }
    .about .about-introEn2 ul li{
        position: relative;
    }
    .about .about-introEn2 ul li:not(:last-child){
        padding-bottom: 5px;
    }
    .about .about-introEn2 ul li::before,
    .about .about-introEn2 ul li::after{
        content: '';
        position: absolute;
        display: inline-block;
        top: 9px;
        left: -30px;
        width: 12px;
        height: 12px;
        background-color: transparent;
    }
    .about .about-introEn2 ul li::before{
        background-color: #058E44;
    }
    .about .about-introEn2 ul li::after{
        top: 9px;
        left: -24px;
        width: 6px;
        height: 12px;
        background-color: #fff;
    }
    .about .about-introEn2 ul li:hover:before{
        background-color: #fff;
    }
    .about .about-introEn2 ul li:hover::after{
        background-color: #058E44;
    }
    .about .about-list{
        padding-top: 10px;
    }
    .about .about-list ul,
    .about .about-list ul li.main{
        display: block;
        padding-left: 0px;
        margin-bottom: 0;
    }
    .about .about-list ul li.main{
        text-align: left;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .about .about-intro ul li:not(.main){
        width: 120px;
        height: 120px;
        padding: 45px 10px;
    }
    .about .about-intro p{
        padding: 0 40px;
        margin-left: 0;
        margin-bottom: 0;
    }

    /* product */
    .product{
        padding: 80px 0 10px;
    }
    .product .product-list {
        display: block;
    }
    .product .product-list .product-title{
        left: 0;
        width: 100%;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .product .product-list .portfolio-list {
        margin: 0px 0 60px;
    }
    .product .product-list .portfolio-list:last-child{
        margin-bottom: 50px;
    }
    .product .product-list .product-title p{
        max-width: 100%;
        left: 165px;
    }

    /* service */
    .service-intro ul,
    .service-introEn{
        padding-left: 0;   
    }
    .service-intro ul{
        max-width: 550px;
        padding-right: 80px;
    }
    .service-introEn ul {
        padding-right: 30px;
    }
    .service-img .imgTwo {
        padding-left: 0;
        padding-right: 0;
    }
    .service-imgEn::after {
        top: -30%;
        width: 300px;
        height: 300px;
    } 
}
@media (max-width:991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:focus, 
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:hover,
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active{
        color: #3c3c3c;
        background-color: #F3D300;
    }
    .rev_slider .tp-mask-wrap .tp-caption span{
        display: none;
    }

    /* index */
    .index-about .about-ct{
        flex-direction: column-reverse;
    }
    .index-about .about-intro {
        max-width: 100%;
        padding-top: 50px
    }
    .index-about .about-intro .circle{
        display: none;
    }
    .index-about .about-info {
        margin-top: 0;
    }
    .index-about .about-intro .about-introSec {
        margin-right: 0px;
    }
    .index-about .about-info .about-title{
        padding-top: 0;
    }
    .index-about .about-info .about-title p::before{
        display: none;
    }
    .index-about .about-img{
        left: 0;
    }
    .index-about .about-img img{
        position: relative;
    }
    
    /* about */
    .about .about-ct{
        display: block;
    }
    .about .about-img{
        width: 100%;
        max-height: 500px;
        margin-left: 0;
    }
    .about .about-img img{
        left: 0;
    }
    .about .about-intro{
        padding: 80px 0;
    }
    .about .about-list{
        padding-top: 0;
    }
    .about .about-list ul{
        padding-bottom: 30px;
    }
    .about .about-intro p{
        max-width: 100%;
    }

    /* product */
    .product .product-list .product-title {
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 30px;
        margin-top: 80px;
    }
    .product .product-list .product-title h3::after {
        width: 1px;
        height: 100px;
        top: 20px;
        right: -30px;
    }
    .product .product-list .product-title p {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 20px;
    }
    .product .product-list .portfolio-list .portfolio-item{
        margin-bottom: 30px;
    }

    /* service */
    .service .service-info, .service .service-infoEn{
        display: block;
    }
    .service-intro, 
    .service-introEn{
        padding: 60px 30px 40px;
    }
    .service-introEn{
        padding-top: 20px;
    }
    .service-img, 
    .service-imgEn, 
    .service-intro, 
    .service-introEn{
        width: 100%;
        z-index: 0;
    }
    .service-img .imgTwo {
        top: 0px;
    }
    .service-img .imgTwo img{
        box-shadow: none;
    }
    .service-img .imgOne::after,
    .service-imgEn::after {
        display: none;
    }
    .service-intro ul, .service-introEn ul{
        position: relative;
        max-width: 100%;
        padding-right: 0;
        padding-left: 30px;
        margin-left: 0px;
        margin-bottom: 0;
    }
    .service-introEn ul:before{
        content: '';
        position: relative;
        top: -30px;
        left: -10px;
        display: inline-block;
        width: 185px;
        height: 1px;
        background-color: #058E44;
    }
}
@media (max-width: 767px) {
    .index-about .about-intro {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
    }
    .index-about .about-intro .about-introSec ul{
        margin-bottom: 0;
    }
    .index-about .about-img:hover img{
        left: 0;
        box-shadow: 0px 15px 0px #058E44, 8px 18px 13px rgba(0, 0, 0, 0);
    }
    .owl-carousel .owl-dots .owl-dot span {
        margin: 15px 10px;
    }
    #footer{
        padding: 0;
    }
    #footer .footer-right{
        display: block;
        text-align: center;
        border-bottom: solid 1px #DCDDDD;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0;
    }
    #footer .footer-right .footer-img{
        padding-right: 0px;
        margin: auto;
        margin-bottom: 20px;
    }
    #footer .footer-info {
        padding: 20px 0;
    }
}
@media (max-width: 575px) {
    #header .header-nav-main nav > ul > li form{
        padding: 12px 15px;
        margin: 25px 0 0;
    }
    #header .header-logo {
        margin: 5px 0;
    }
    #header .header-logo img {
        max-width: 200px;
        padding: 5px 0;
    }
    .owl-carousel .owl-dots .owl-dot span{
        margin: 15px 7px;
    }
    .owl-carousel.dots-morphing .owl-dots .owl-dot span{
        width: 20px;
    }
    .owl-carousel.dots-morphing .owl-dots .owl-dot.active span, 
    .owl-carousel.dots-morphing .owl-dots .owl-dot:hover span{
        width: 30px;
    }
    .index-about .about-intro .about-introSec{
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer {
        font-size: 15px;
    }
    #footer .footer-right ul.products{
        width: 100%;
        border-right: 0;
        margin-right: 0;
    }
    #footer ul.footer-info > li:not(:last-child) {
        margin-right: 10px;
    }

    /* about */
    .about{
        padding-bottom: 10px;
    }
    .about .about-intro{
        padding: 50px 0;
    }
    .about .about-introEn2{
        padding: 30px;
    }
    .about .about-introEn2 h3{
        margin-bottom: 20px;
    }
    .about .about-list ul li{
        margin-left: 10px;
    }
    .about .about-list ul li:last-child{
        margin-right: 10px;
    }
    
    /* product */
    .product .product-list .product-title h3 {
        width: 100px;
        height: 100px;
        padding: 37px 30px;
    }
    .product .product-list .product-title p {
        padding-left: 10px;
    }
    .product .product-list .product-title h3::after {
        right: -20px;
    }

     /* service */
    .service-img {
        display: block;
    }
    .service-img .imgTwo img {
        box-shadow: 0px 10px #8ac545;
    }

    .service-img .imgTwo{
        left: 0px;
    }
    .service-img .imgTwo img{
        box-shadow: 0px 12px #8AC545;
    }
}