@charset "utf-8";
/* CSS Document */

.social-icon{margin:0 10px 0 0; padding:0 !important; display:inline-block; color:#666;}
.animated-item-7 {
	width:80% !important;
	text-align:center; margin-left:auto; margin-right:auto; padding:0px;
	animation-timing-function:ease-in both;
	-webkit-animation-timing-function:ease-in both;
}
.gd-title{font-size: 20px; display: inline-block; vertical-align: top; margin-top: 10px; text-transform: uppercase;}
/*============== Page Title ==============*/
.auto-title-animate{position:relative;animation:animateleft 3s}@keyframes animateleft{from{left:-700px;} to{left:0;}}@-webkit-keyframes animateleft{from{left:-700px;} to{left:0;}}
.auto-title-span-animate{
    animation:animateColor2;
    animation-delay: 4s;
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    
    animation-duration: 3s;
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    
    animation-fill-mode:forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes animateColor2 {
    0%   {color: #929294;}
    100% {color: #FF7000;}
}
@keyframes animateColor2 {
    0%   {color: #929294;}
    100% {color: #FF7000;}
}

.auto-page-title{margin-top:100px; background-color:#fff !important; padding-bottom:50px !important;}
.auto-title-lable{position:absolute; z-index:0; background-color:#F5F5F5 !important; display:block; width:100%; height:134px; margin-top:62px; background:url(../images/div/pattern-21.png); background-repeat:repeat;}
.auto-title-container{position:relative; z-index:2;}
.auto-title-row{width:90%; margin-left:-100px;}
.auto-title-lable-img{background:url(../images/div/title_en.png); background-position:0 0; background-repeat:no-repeat; background-size:contain; padding:95px 60px 110px;}
/*============== Features ==============*/
.feature-container{border:1px solid #DDD;}
.as-feature{border:none;}
.as-feature p{
	font-size:13px;
	line-height:18px;
	margin:0 !important;
	letter-spacing:1px;
}
.as-feature, .as-feature p, .features-img{
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	-ms-transition:all 1s ease;	
	transition:all 1s ease;
	}
.features-img{	
    width: 100%;
    height: auto;
    position:relative;
    z-index:0;
    opacity:1;
    filter: url(filters.svg#grayscale);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.as-feature:hover{
	background-color:#222222;	
}
.as-feature:hover p{
	color:#FFF;	
}
.as-feature:hover .features-img{
	filter: none;
	opacity:1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	}
.as-feature:hover .title{
	color:#FF6600;
	}
.as-feature:hover .features-post-img-right, .as-feature:hover .features-post-img-left{
	border-left-color:#222222 !important;
	border-right-color:#222222 !important;
}
/*============== media Tips ==============*/
.do_you_know_section{ border-top:1px dashed #666;}
.do_you_know{
  width:110%;
  margin-left:-5%;
  background-color: #fff;
  background-repeat:no-repeat;
  background-position: 100% 0;
  padding: 30px 0;
  color:#000;
}
#career_tips{
  background-image: url(../images/div/pc_tip_en.png);
}
#contact_tips{
  background-image: url(../images/div/contact_en.png);
}
#clients_tips{
  background-image: url(../images/div/clients_en.png);
}
#clients2_tips{
  background-image: url(../images/div/stone_en.png);
}
.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}
.contact-info h2{
	font-size:1.5em;
	line-height:42px;
	margin: 0px 0px 10px 0px;
	text-align:left;
	color: #000;
}
.media-body{
	
}

.media-body h2{
	font-size:1.5em;
	line-height:42px;
	margin: 0px 20px 5px 0px;
	display:block;
	text-align:left;
	color: #000;
}
.media-body p{
text-align:left;
font-size:13px;
display:block;
line-height:20px;
margin-bottom:0;
}
.media-body2 p{width:92%; font-size:20px; text-align:center; margin-bottom:10px; display:block; line-height:24px; font-family:"Times New Roman", Times, serif; font-style:italic;}
.media-body2 p strong{font-size:28px;}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}
.media_image {
  margin-bottom: 10px;
}
.head_p {margin-bottom:50px !important;}

/*============================================== History ==============================================*/

.get-started {
	width:94%;
	border-radius: 12px;
	padding:40px 50px 35px 50px;
	font-size:16px;
	line-height:22px;
	color:#999;
	position: relative;
	margin-bottom: 100px;
	margin-top: 60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.get-started h2 {
	padding-top: 30px;
	margin-bottom: 20px;
	color:#999;
	text-shadow: 3px 3px 5px #CCC;
}
.get-started p {
	font-size:18px;
        text-align: justify;
        text-align-last: center;
}
.request {
	bottom: -20px;
	left: 50%;
	background:#FF7000;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	border-radius: 3px;
	padding: 18px 15px 0px 15px;
	position: absolute;
	margin-left: -150px;
	width:300px;
	height:60px;
}

.request:after {
  border-color: #FF7000 transparent transparent;
  border-style: solid;
  border-width: 20px;
  bottom: -20px;
  content: "";
  height: 0;
  position: absolute;
  right: -18px;
  z-index: 0;
}

.request:before {
  border-color: #FF7000 transparent transparent;
  border-style: solid;
  border-width: 20px;
  bottom: -20px;
  content: "";
  height: 0;
  left: -19px;
  position: absolute;
  z-index: 0;
}
/*============== philosophy ==============*/
.philosophy-container{margin:46px 0 0; padding-bottom: 95px;}
.philosophy-img-div{padding:180px 0 140px;}
/*============== skill ==============*/
.skill-main-container{width:1200px !important; max-width:100% !important; }
.container-skill{max-width: 230px !important;}
.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 20px auto 5px;
  

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 30px;
}

.sinlge-skill p {
  line-height: 22px;
  padding-top:8px;
  font-size: 18px;
  color:#FFF;
  width:80%;
  margin:0 auto !important;
  text-align:center;
}


.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill,
.video-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  text-align: center;
}


.joomla-skill {
	padding: 50px 0;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 14%, rgba(45,125,164,1) 14%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(14%,rgba(242,242,242,1)), color-stop(14%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(45,125,164,1) 14%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(45,125,164,1) 14%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(45,125,164,1) 14%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(45,125,164,1) 14%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
	padding: 50px 0;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 7%, rgba(106,164,47,1) 7%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(7%,rgba(242,242,242,1)), color-stop(7%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 7%,rgba(106,164,47,1) 7%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 7%,rgba(106,164,47,1) 7%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 7%,rgba(106,164,47,1) 7%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 7%,rgba(106,164,47,1) 7%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
	padding: 60px 0px;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(255,189,32,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(255,189,32,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(255,189,32,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(255,189,32,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(255,189,32,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
	padding: 50px 0;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 18%, rgba(219,54,21,1) 18%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(18%,rgba(242,242,242,1)), color-stop(18%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 18%,rgba(219,54,21,1) 18%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 18%,rgba(219,54,21,1) 18%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 18%,rgba(219,54,21,1) 18%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 18%,rgba(219,54,21,1) 18%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.video-skill {
	padding: 50px 0;
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 14%, rgba(30,1,95,1) 14%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(14%,rgba(242,242,242,1)), color-stop(14%,rgba(30,1,95,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(30,1,95,1) 14%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(30,1,95,1) 14%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(30,1,95,1) 14%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 14%,rgba(30,1,95,1) 14%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}
/*============================ Partners ============================*/
.partners-container{
	margin-left:auto !important;
	margin-right:auto !important;
	
	width: 540px;
	height: 405px;
}
.partners-frame{
	width: 540px;
	height: 270px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.partners-frame a{
	width: 540px;
	height: 270px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.partners-frame a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.partners-frame a img{
	width: 100%;
	height: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
}
.partners-frame a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
	text-transform:uppercase;
}
.partners-frame a.dg-center div{
	display: block;
}
/*=============== Video ===============*/
.video-container{
    width:90%;
    margin:0 auto 100px;
    padding:0;
    overflow:hidden;
}
.video-gallery-div{border:none !important;}
.video-div{
    width:80%;
    border-radius: 20px;
    -webkit-border-radius:20px;
    box-shadow: 0 1px 4px 4px rgba(32, 48, 60, 0.14), 0 3px 3px 3px rgba(32, 48, 60, 0.06);
    margin:20px auto 40px;
}
.video-img {
    border-radius: 20px;
    -webkit-border-radius:20px;
    width:100%;
    position:relative;
    z-index:0;
}
.video-link-bt, .video-link-h5{
    width:100%;
    /*height:100%;*/
    display:block; position:relative; z-index:2 !important; background-color:transparent !important;
}
.video-link-h5{ margin-top:0; padding-bottom:10px;}
.hover_layer{
    width:100%;
    height:100%;
    border-radius: 20px;
    -webkit-border-radius:20px;
    margin:0;
    padding:0;
    display:block;
    background: -moz-radial-gradient(center, ellipse cover, rgba(170,170,170,0) 0%, rgba(170,170,170,0) 7%, rgba(170,170,170,1) 50%, rgba(170,170,170,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(170,170,170,0) 0%,rgba(170,170,170,0) 7%,rgba(170,170,170,1) 50%,rgba(170,170,170,1) 100%);
    background: radial-gradient(ellipse at center, rgba(170,170,170,0) 0%,rgba(170,170,170,0) 7%,rgba(170,170,170,1) 50%,rgba(170,170,170,1) 100%);
    position:absolute;
    opacity:0;
    z-index:1 !important;
}
.hover_layer_img{
    width:46px !important;
    height:46px !important;
    margin:0;
    top:calc(50% - 23px);
    left:calc(50% - 23px);
    position:absolute !important;
    border:none !important;
    z-index:10 !important;
    opacity:0 !important;
}
.hover_layer,.video-gallery-div img {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;	
}
.video-link-bt:hover .hover_layer, .video-link-bt:hover .video-img{	
    opacity:0.5 !important;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.video-link-bt:hover .hover_layer_img{opacity:1 !important;}
/*============================ End Video ============================*/

@media screen and (max-width:1024px){

    .do_you_know{ width:100%; margin-left: 0;}
    .media-body2 p{font-size:14px; text-align:left; line-height:16px;}
    .media-body2 p strong{font-size:22px;}
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1200px){
.auto-title-row{ margin-left: 10px;}
.auto-title-lable-img{background-position:0 24px;}
}
@media screen and (max-width:991px){
.auto-title-lable-img{background-position:0 0;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
  .auto-title-row{ margin-left:-40px;}
  .container-skill{max-width: 147px !important;}
  .sinlge-skill {
  font-size: 22px;
  height: 120px;
  width: 120px;
  margin: 20px auto 5px;
}
.sinlge-skill p {
  line-height: 16px;
  padding-top:8px;
  font-size: 14px;
}
.sinlge-skill p em {
  font-size: 15px;
}
}
@media screen and (max-width:767px){
      .auto-title-row{ margin-left:15px;}
    .container-skill{max-width: none !important;}
   /*============================ Partners ============================*/
    .partners-container{width: 300px; height: 225px;}
    .partners-frame{width: 300px; height: 150px;}
    .partners-frame a{width: 300px; height: 150px;}
    .partners-frame a div{font-size:12px; line-height: 20px;}
    /*============================ Feature ============================*/
    .feature-container{border:none;}
    .as-feature{padding:20px 0 29px; border:1px solid #ddd; margin:25px auto 0;}
    .features-post-img-left{ border:none !important;}
}
@media screen and (max-width:380px){
.auto-title-lable-img{background-position:0 34%; padding:95px 50px 110px;}
}