@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }
    h4{
        font-size: 1em;
    }
    p{
        font-size: 0.8em;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    body{
        padding-top: 60px;
    }
    /*Header style*/
    header{
        position: fixed;
        z-index: 1060;
        left:0px;
        right:0px;
        top:0px;
        padding: 10px 20px;
        height: 60px;
        background: #f4a000;
    }
    header a.header-logo{
        width: 110px;
    }
    header a.is-hidden {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        transform: none;
    }
    header a.header-menu{
        width: 32px;
        height: 32px;
        overflow: hidden;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    header a.header-menu span{
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
    }
    header a.menu-hover span{
        transform:translate(0,-32px);
    }
    header a.header-menu span.open img{
        width: 28px;
    }
    header a.header-menu span.close img{
        width: 32px;
    }
    .menu-list{
        border:none;
		text-align: center;
    }
  	.menu-list a{
  		padding-left:0px;
  	}
    .menu-list a span{
        display: none;
      	width:0px;
      	overflow: hidden;
    }
    .menu-list a.active span{
        display: none;
    }
    .img-list a .case-bt{
        position: initial;
        z-index: 99;
        width: 100%;
        background: #ffffff;
        padding: 10px;
        margin-bottom: 15px;
    }
    .img-list a:hover .case-bt{
        transform: translateY(-80px);
    }
    .img-list .case-bt h3,.img-list .case-bt p {
        color: #000000;
        line-height: 100%;
    }
    footer{
        padding-top: 30px;
        padding-bottom: 30px;
        background: #f4a000;
    }
    footer .footer-logo{
        width:40px;
        margin-bottom: 20px;
    }
    .header-up{
        position: fixed;
        width: 32px;
        z-index: 99;
        bottom: 30px;
        right: 20px;
        display: none;
    }
    .page-top{
        padding-top:70px;
    }
    .img-list .case-bt h3{
        font-size: 1em;
    }
    .img-list .case-bt p {
        font-size: 0.6em;
    }
    .new-list{
        padding:20px;
        margin-bottom: 30px;
    }
    .new-text{
        padding: 20px 0px 0px;
    }
    .new-text span{
        position: initial;
        display: none;
    }
    .h-100 {
        height: auto !important;
    }
    .ct-map{
        position:initial;
        bottom: 0;
    }
    .ct-gr-ewm img{
        width: 100px;
    }
    .mb-8{
        margin-bottom: 3rem !important;
    }
    .ct-text{
        padding:30px 20px;
    }
    .about-top .text p{
        width: 80%;
    }
    .about-top .text{
        position: initial;
    }
    .about-culture{
        background-attachment:scroll;
    }
    .about-culture .text{
        position: initial;
        margin-top: 180px;
    }
    .about-culture dl dd{
        font-size: 1em;
        font-weight: 200;
        bottom: 20px;
    }
    .about-services .text{
        position: initial;
        bottom: 0px;
    }
    .about-services .servces-link .link-list{
        padding:20px;
        margin-bottom: 10px;
    }
    .about-services .container-fluid{
        padding: 0;
    }
    .about-spirit,.about-data{
        text-align: center;
        background-attachment: scroll;
        background-size:auto 100%;
        overflow: hidden;
        padding:20px 0;
    }
    .about-spirit .page-tt{
        color:#ffffff;
        margin-bottom: 10px;
    }
    .about-spirit .page-tt span{
        background: #ffffff;
        margin:10px auto;
    }
    .about-spirit dl{
        background-color: #ffffff;
        margin: 8px;
        padding:10px 0;
    }
    .about-spirit dl dt{
        font-size: 1.2em;
        font-weight: 400;
    }
    .about-spirit dl dd{
        color: #888888;
        font-size: 0.8em;
    }
    .about-data h1{
        font-size: 2em;
        line-height: 100%;
    }
    .about-data .row div{
        margin: 20px 0;
    }
    .about-clients .client-logo{
        float: left;
        width: 25%;
        overflow: hidden;
        padding-right: 10px !important;
    }
    .about-clients .client-logo span{
        display: block;
        background-color: #ffffff;
        padding: 10px;
    }
    .about-clients .client-logo img{
    }
    .pr-4 {
        padding-right: 10px !important;
        padding-bottom: 10px;
    }
  	.content-text p img{
   	 	width:100%;
 	}

}