.container{
  color: #303030;
}
/*top*/
.top, .about, .news, .services, .contact{
  width: 100%;
  min-width: 978px;
}
.top{
  text-align: center;
  position: relative;
}
.news{
  display: none;
}
.top #slide ul li{
  width: 100% !important;
}
.top h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 58px;
  color: white;
  font-weight: 100;
  line-height: 90px;
  background: red;
} 
.top .top_sp{
  display: none;
}
/*end of top*/
/*****************************************************************************************************************/
/*about*/
body{
  background: url('../../../img/top/top_img_01.jpg');
  background-position:top 460px right -30px;
  background-repeat: no-repeat;
  background-size: 230px;
}
.about{
  padding: 80px 0 80px 0; 
}
.about p{
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #303030;
  font-family:'Roboto-Regular';
}
/*end of about*/
/*******************************************************************************************************************/
/*news*/
.news h2{
  margin: 0 0 0 20px;
  font-size: 24px;
  color: #303030;
  font-weight: normal;
  padding-bottom: 50px;
  font-family: 'Roboto-Regular';
}
.news ul{
  margin: 0 auto;
  display: block;
}
.news .newSliders{
  width: 93%;
  margin: 0 auto;
}
.newSliders .bx-wrapper .bx-controls-direction a{
  z-index: 0 !important;
}
.news ul li{
  float: left;
  width: 280px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
.news ul li .new_photo {
  width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
.news ul li .new_photo img{
  width: 100%;
  height: 180px;
}
.news ul li .hoverAction{
  text-align: left;
  color: #303030;
  padding: 0 10px 0 10px;
  border-top: none;
  background-color: #fff;
  overflow: hidden;
}
/*Slider*/
.newSliders{
  width: 93%;
  margin: 0 auto;
  text-align: center;
}
.newSliders .bx-wrapper{
  max-width: 1200px !important;
}
.newSliders .bx-wrapper{
  overflow: visible;
}
.newSliders .bx-wrapper .bx-prev {
  left: -50px;
  background: url('/../img/icon-left.png') no-repeat 0 ;
  opacity: 1;
}
.newSliders .bx-wrapper .bx-next{
  right: -45px;
  background: url('/../img/icon-right.png') no-repeat 0 ;
  opacity: 1;
}
.newSliders .bx-wrapper .bx-controls-direction a {
  width: 44px;
  height: 44px;
}
.newSliders .bx-wrapper .bx-next:hover,
.newSliders .bx-wrapper .bx-next:focus,
.newSliders .bx-wrapper .bx-prev:hover,
.newSliders .bx-wrapper .bx-prev:focus{
  opacity: 0.8;
}
.newSliders .newSlider li .frame{
  width: 280px !important;
  height: 180px !important;
  overflow: hidden !important;
  position: relative; 
}
.newSliders .newSlider li .frame img {
  width: auto;
  min-width: 350px;
  height: 100%;  
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  margin-left: -45px;
}
.newSliders .bx-wrapper img{
   max-width: 850px;
}
.newSliders .newSlider li .frame:hover img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news ul li .hoverAction span{
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 15px 0;
  font-family: 'Roboto';
}
.news ul li .new_photo:hover span,
.news ul li .new_photo:hover p{
  color:#909090;
}
.news ul li .hoverAction p{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 18px;
  word-wrap: break-word;
  font-family: 'Roboto-Regular';
  line-height: 18px;
}
/*end of news*/
/******************************************************************************************************************/
/*service*/
.service{
  padding: 80px 0 0 0;
  background: -webkit-linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #f2f2f2)!important;
  background: -o-linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #f2f2f2)!important;
  background: -moz-linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #f2f2f2)!important;
  background: linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #f2f2f2)!important;
}
/*tzs*/
.service .service_bg{
  background: url('../../../img/top/top_img_02.jpg') !important;
  background-position: top 50px left 0px !important;
  background-repeat: no-repeat !important;
}
/*tzs*/
.service .inner li:nth-child(odd){
  list-style: none;
  width: 45%;
  float: left;
  margin-left: 10%;
}
.service .inner li:nth-child(even){
  list-style: none;
  width: 37%;
  float: left;
}
.service .inner li div{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 45px;
}

.service .inner li label{
  font-size:22px;
  color: #303030;
  font-family:'Roboto-Regular';
  padding: 23px 0;
  display: inline-block;
  width: auto;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.service .inner li p{
  margin: 15px 0 0 0;
  font-size: 16px;
  font-family: 'Roboto-Regular', Zawgyi-One;
  line-height: 25px;
  text-indent: -10px;
  padding-left: 10px;

}
.service .inner .text{
  font-size:16px;
  color:#303030;
  padding:0 20px 80px 20px;
  line-height: 30px;
  font-family: 'Roboto-Regular';
}
.service .inner .text.description{
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.service .inner div img{
  width:50px;
}
.service .inner div span{
  font-size: 22px;
}
.service h2,.about h2{
  margin: 0 0 0 20px;
  font-size: 24px;
  color: #303030;
  font-weight: normal;
  padding-bottom: 50px;
  font-family: 'Roboto-Regular';
}
/*end of service*/
/******************************************************************************************************************/
/*contact*/
.contact h2{
  margin: 0 0 0 20px;
  font-size: 24px;
  color: #303030;
  font-weight: normal;
}
.contact{
  background: url('../../../img/top/top_img_04.jpg');
  background-position:  bottom 0 left 0px;
  background-repeat: no-repeat !important;
  background-size: 300px;
  padding: 80px 0 0px 0; /*tzs*/
  color: #fff;
}
.contact h2{
  color: #303030;
  margin: 0 0 0 20px;
  font-size: 24px;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}
.contact ul{
  width: 940px;
  margin: 0 auto;
}
.contact ul label {
  margin: 0 0 0 20px;
  font-size:16px;
  color:#e1e1e1;
}
.contact li{
  width: 50%;
  float: left;
}
.contact li div h3{
  font-size: 18px;
  line-height: 20px;
  padding: 47px 0 0 0;
  font-weight: 400;
  color: #303030;
  font-family: Roboto-Regular;
}
.contact li:nth-child(1) .form{
  width: 270px;
  margin: 0 0 0 20px;
  padding: 50px 0 0 90px;
}
.contact li:nth-child(1) .form input{
  width: 100%;
  background: transparent;
  border: 1px solid #c2c2c2;
  color: #303030;
  padding: 5px 0 6px 5px;
  resize: none;
  margin: 0 0 40px 0;
  font-family:'Roboto-Regular';
  font-size: 14px;
}
::-moz-placeholder { 
  color: #303030;
}
.contact li:nth-child(1) .form textarea{
  width: 100%;
  height: 140px;
  background: transparent;
  border: 1px solid #c2c2c2;
  color: #303030;
  padding: 5px 0 0 5px;
  resize: none;
  margin: 0;
  font-family:'Roboto-Regular';
  font-size: 14px;
}
#search-text-input{
  width: 270px;
  height: 30px;
  background: transparent;
  border: 1px solid #818181;
  color: #f9f9f9;
  padding: 0 0 0 5px;
  resize: none;
  margin: 15px 0 15px 10px;
  font-family:'Roboto-Regular';
  font-size: 14px;
}
.newsletter img{
  width: 23px;
  margin: 0px 0 -4px -35px;
}
#button-holder img{
  margin:4px;
  width:20px; 
}
.newsletter {
  padding-left: 10px;
}
.contact li .btn{
  margin: 0 0 0 90px;
}
.contact li:nth-child(1) .button{
  width: 70px;
  height: 28px;
  resize: none;
  margin: 30px 0px 90px 64px;
  color: #fff;
  background-color: #7e7e7e;
  padding-bottom: 2px;
  border-color: #7e7e7e;
  border-style: none;
  padding: 4px 0 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: 'Roboto-Regular';
}
.contact li:nth-child(1) .reset_button{
  width: 70px;
  height: 28px;
  resize: none;
  margin: 30px 0px 90px 30px;
  color: #fff;
  background-color: #7e7e7e;
  padding-bottom: 2px;
  border-color: #7e7e7e;
  border-style: none;
  padding: 4px 0 5px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: 'Roboto-Regular';
}
.contact li:nth-child(1) .button:hover,
.contact li:nth-child(1) .reset_button:hover{ /*tzs*/
  background: #000;
  color: #fff;
}
.contact li:nth-child(2) .address .detail_address p{
  line-height:30px;
  font-size:14px;
  padding: 0 0 0 5px;
  color: #303030;
}
.logoImg{
  padding: 23px 0 15px 0;
  width: 317px;
  margin: 0 auto;
}
.button{
  padding-left: 135px;
}
.address{
  padding-left: 80px;
  width: 320px;
}
.address .locationImg{
  width: 38px;
  padding: 0 0 0 0;

}
.address span{
  color: #303030;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 5px;
  font-family: Roboto-Regular;
}
.address .detailaddress p{
  color: #909090;
  line-height: 30px;
  font-family: Roboto-Regular;
  font-size: 14px;
}
.address .detailaddress{
  margin-bottom: 10px;
}
.address .google{
  padding: 0 10px 0 10px;
}
.contact li:nth-child(2) .address .social img{
  width: 33px;
  clear: both;
  padding: 158px 0 0 0;
}
#googleMap{
  width:300px;
  height: 150px;
  margin:20px 0 0 0;
  background: #EDE7E7;
}
/*end of contact*/
/*************************************************************************************************************/
/*banner*/
.banner{
  background: url('../../../img/PC_jobpostbanner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #303030;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin: 0 0 80px 0;
}
.inner .banner h2 {
  font-size: 40px;
  line-height: 50px;
  position: relative;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto-Regular';
  text-shadow: 2px 2px 4px #303030;
}
.inner .banner h2::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 2px;
  bottom: 0;
  background: #fff;
  left: 50%;
  margin-left: -213px;
}
.inner .banner label{
  font-size: 24px;
  line-height: 50px;
  display: block;
  padding: 0 0 20px 0;
  font-family: 'Roboto-Regular';
  text-shadow: 2px 2px 4px #303030;
}
.inner .banner a span{  
  font-size: 24px;
  line-height: 40px;
  padding: 0px 45px;
  color: #fff;
  font-family: 'Roboto-Regular';
}

.about h2{
  text-align: center;
}

/*onestopsolution*/
.onestopsolution{
  background: url('../../../img/top/onestopsolution_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-top: 80px;*/
}
.onestopsolution .inner{
  padding: 96px 0;
}
.onestopsolution .onestop_sub{
  /*margin: 0 auto;*/
  border: 1px solid #ccc;
  text-align: center;
  width: 100%;
}
.onestopsolution .onestop_sub .heading{
  font-size: 24px;
  color: #fff;
  padding-top: 50px;
  font-family:'Roboto-Regular';
  width: 460px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.onestopsolution .onestop_sub .heading:before{
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  bottom: 15px;
  background: white;
  left: 15px;
}

.onestopsolution.jp .onestop_sub .heading:before{
  width: 50px;
}

.onestopsolution .onestop_sub .heading:after{
  position: absolute;
  content: "";
  width: 85px;
  height: 1px;
  bottom:15px;
  background: white;
  right: 15px;
}
.onestopsolution.jp .onestop_sub .heading:after{
  width: 50px;
}
.onestopsolution .onestop_sub .heading span{
  background: transparent;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 5;
  font-family: 'Roboto-Regular';
  font-size: 24px;
}
.onestopsolution .onestop_sub .body{
  font-size: 18px;
  color: #fff;
  width: 610px;
  margin: 0 auto;
  padding: 40px 0 50px 0;
  font-family:'Roboto-Regular';
  line-height: 30px;
  text-align: center;
}
.getInTouch{
  padding: 95px 0;
  background: #fff;
}
.getInTouch .inner .headingTouch{
  text-align: center;
  padding-bottom: 50px;
  font-family:'Roboto-Regular';
  font-size: 20px;
  color: #303030;
}
.getInTouch .inner .buttonTouch{
  text-align: center;
  padding:15px 100px;
  font-family:'Roboto-Thin';
  font-size: 20px;
  color: #303030;
  margin: 0 auto;
  background: white;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
.getInTouch .inner .buttonTouch:hover{
  color: #fff;
}
.getInTouch .touch{
  text-align: center;
}
.touch .hvr-sweep-to-top{
  border: 1px solid #909090;  
}
.touch .hvr-sweep-to-top:before,
.touch .hvr-sweep-to-top:hover, 
.touch .hvr-sweep-to-top:focus, 
.touch .hvr-sweep-to-top:active{
  border: 1px solid #303030;  
}
.touch .hvr-sweep-to-top:hover:before, 
.touch .hvr-sweep-to-top:focus:before, 
.touch .hvr-sweep-to-top:active:before {
   border: none;  
   border-radius:3px;
}
/*end of onestopsolution*/
/*end of banner*/
.bannerad_div{
  text-align: center;
  margin:80px auto 0 auto;
}
.bannerad_div a{
  display: inline-block;
  margin: 0px 20px;
}
.bannerad_div img{
  width: 500px;
  padding: 0 30px 0 0;
}
@media screen and (min-width: 981px) and (max-width: 1140px){
  .bannerad_div img{
    width: 400px;
  }
}
.bannerad_div .thankyouimg{
  padding: 0;
}
.bannerad_div img:hover{
  opacity: 0.9;
}
