body {
	padding: 0;
	margin: 0;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #56a7ff;
  outline: 1px solid #56a7ff;
  border-radius: 6px;
}


img {
	max-width: 100%;
}


.progress-container {
    /* background-color: rgba(150, 150, 150, 0.6); */
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.progress-bar {
  background-color: #2196f3;
  height: 4px;
  width: 0%;
}


.header_top {
	position: relative;
	background-color: #fff;
}
.header_top .backgroudHeader {
	position: relative;
	margin: 80px auto 0;
	max-height: 550px;
	display: block;
	width: 100%;
	background: #007bff;
	opacity: 0.6;
	background: -webkit-linear-gradient(to left, #8f94fb, #008FF3);
}
.header_top .backgroudContact {
	max-height: 350px;
}
.header_top .backgroudHeader_aboutus {
	max-height: 350px;
}
.header_top .backgroudHeader_home {
	max-height: 500px;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #eee;
    /*background: rgba(255, 255, 255, 0.2);*/
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.navbar {

}

.navMenu {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5px;
    right: 0;
    padding-bottom: 5px;
    max-width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0px 7px 0 #008FF3;
    margin: 0 auto;

    -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out ;
  -ms-transition: all 1s ease-in-out ;
  -o-transition: all 1s ease-in-out ;
  transition: all 1s ease-in-out ;
}
.navMenu .keylinkMenu {
	background: none;
	background-color: initial !important;
	padding: 0;
	-webkit-transition:padding 0.2s ease;
	-moz-transition:padding 0.2s ease;
	-o-transition:padding 0.2s ease;
	transition:padding 0.2s ease;
}
.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;
  -o-transition:padding 0.2s linear;
  transition:padding 0.2s linear;
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out ;
   -ms-transition: all 1s ease-in-out ;
   -o-transition: all 1s ease-in-out ;
   transition: all 1s ease-in-out ;
}
.affix .navbar-light .navbar-brand a img {
  width: 120px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out ;
  -ms-transition: all 1s ease-in-out ;
  -o-transition: all 1s ease-in-out ;
  transition: all 1s ease-in-out ;
}
.navbar-light .navbar-brand a img {
	width: 155px;
}
.navbar-light .navbar-brand a img:focus-visible {
	outline: none;
}

.navMenu #keyLinkBar {
	text-align: center;
	display: block !important;
	position: relative;
}
.navMenu #keyLinkBar ul {
  background: #F4F6F8;
  border-radius: 40px;
  color: #919EAB;
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.affix #keyLinkBar ul {
	background: #d7e7f0;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out ;
  -ms-transition: all 1s ease-in-out ;
  -o-transition: all 1s ease-in-out ;
  transition: all 1s ease-in-out ;
}

.navMenu #keyLinkBar ul li {
	display: inline-block;
	width: 20%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.navMenu #keyLinkBar ul li a{
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color:#2c5d76;
}
.navMenu #keyLinkBar ul li.active a {
	color: #fff !important;
	border-radius: 40px;
	background: #008FF3;
	border: 1px solid #008FF3;
}
.navMenu #keyLinkBar ul li:hover a {
	background: #008FF3;
	border-radius: 40px;
	background: #008FF3;
	color: #fff;
	transition: all .5s;

}
.contactHeader {
	border: solid 1px orange;
    border-radius: 40px;
    padding: 7px 20px;
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    background: orange;
    transition: all .15s ease-in-out;
}
.contactHeader:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 5px 0 rgba(0, 143, 243, 1) inset, 0 0 10px 1px rgba(0, 143, 243, 1);
	opacity: 0.8;
}

.hidden_contactLink .justify-content-end{
	/*display: none;*/
}

/*.navMenu #keyLinkBar ul .animation {
  position: absolute;
  height: 100%;
  z-index: 0;
  border-radius: 40px;
  transition: all .5s ease 0s;
  background: #008FF3;
  color: #919EAB !important;
	border: 1px solid #008FF3;
}*/

/*.navMenu #keyLinkBar ul .start-home,
li:nth-child(1):hover~.animation {
  left:0%;
}
.navMenu #keyLinkBar ul li:nth-child(2):hover~.animation {
  left: 20%;
}

.navMenu #keyLinkBar ul li:nth-child(3):hover~.animation {
  left: 40%;
}

.navMenu #keyLinkBar ul li:nth-child(4):hover~.animation {
  left: 60%;
}
.navMenu #keyLinkBar ul li:nth-child(5):hover~.animation {
	left: 80%;
}
.navMenu .justify-content-end a {
	font-size: 14px;
	border: 1px solid #0554BC;
	padding: 0px 15px;
	border-radius: 40px;
	height: 38.5px;
	line-height: 38.5px;
}
.navMenu .justify-content-end a:hover {
	text-decoration: none;
	color: #fff;
	transition: all .5s ease 0s;
}*/
@media (max-width: 1326px) {
	.navMenu #keyLinkBar ul {
		width: 100%;
	}
/*	.navMenu #keyLinkBar ul li {
	    width: 16.66666%;
	}*/
}

@media (max-width: 1210px) {
	.navMenu .keylinkMenu .justify-content-end {
		display: none;
	}
	.contactHeader {
		display: none;
	}
	.navMenu #keyLinkBar {
		max-width:80%;
	}
}




/*end navMenu*/
/*==========================================================================*/
/*middleContent*/

.middleContent {
	position: absolute;
	left: 0;
	right: 0;
	vertical-align: middle;
	top: 40%;
	text-align: center;
}
.middleContent_home {
	/*top: 23%;*/
}
.middleContent_home .text_information h1 {
	margin-top: 0 !important;
}
.middleContent .text_information {}
.middleContent .text_information h1, .inner-header-service h1 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 9%;
}
.middleContent .text_information_system h1 {
	margin-top: 2%;
}
.middleContent .text_information h1 span{
	color: #fff;
}
.middleContent .text_information p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.middleContent .text_information a {
	color: #fff;
	padding: 14px 30px;
	background: orange;
	border: 1px solid #FFFFFF;
	border-radius: 40px;
	font-weight: bold;
	 -webkit-transition: all .15s ease-in-out;

}
.middleContent .text_information a:hover {
	text-decoration: none;
	box-shadow: 0 0 10px 0 #fff inset, 0 0 10px 1px #fff;
}


.middleContent .text_information a img {
	margin-left: 12px;
	margin-top: -4px;
}
.middleContent .text_information ul {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.middleContent .text_information ul li{
	color: #fff;
}
.middleContent .text_information ul li::marker {
	color: #fff;
}

.blockSection_maintain {}
.blockSection_maintain .headingTech {
	margin-bottom: 100px;
}
.blockSection_maintain .box-itemMaintain {

}
.blockSection_maintain .box-itemMaintain h3 {
    color: var(--ink-ink-light, #454F5B);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    border-bottom: 1px solid var(--sky-sky, #DFE3E8);
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.blockSection_maintain .box-itemMaintain ul {
	margin: 0;
	padding: 0;
}
.blockSection_maintain .box-itemMaintain ul li{
	background: url(../img/tick-circle.png) left 3px no-repeat;
	padding-left: 30px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	vertical-align: top;
	margin-bottom: 20px;
}


@media (max-width: 1199px) {
	.container {
	    max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.navMenu #keyLinkBar ul {
	    width: 100%;
	}
}




/*===============================================================================*/
.animation-element {
  position: relative;
}

.bounce-up .box {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .box {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*MainContainer*/

.MainContainer {
/*	background: url('../img/asset.png') left no-repeat;*/
}
.blockSection {

}
.blockSection {
	margin-top: 100px;
}
.Service_introduct  {
	margin-top: 150px;
}
.Service_introduct .col-md-4{

}
.Service_introduct .col-md-4 h2 {
	vertical-align: middle;
	margin: 0;
	color: #454F5B;
	font-size: 40px;
	font-weight: 500;
}
.Service_introduct .col-md-8 {

}
.Service_introduct .col-md-8 .content-service{

}
.Service_introduct .col-md-8 .content-service p{
	margin: 0;
	color: #666;
	font-size: 16px;
}
.Service_introduct .col-md-4 .box-service-details{
	margin-top: 40px;
}
.Service_introduct .col-md-4 .box-service-details a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #C4CDD5;
	border-radius: 16px;
	padding: 25px;
	position: relative;

}
.Service_introduct .col-md-4 .box-service-details a:hover {
	box-shadow: 0px 0px 5px 1px #008FF3;
	transition: all .5s ease 0s;
}
.Service_introduct .col-md-4 .box-service-details a img {
	display: block;
}
.Service_introduct .col-md-4 .box-service-details a p {
	display: block;
	margin-top: 30px;
	color: #454F5B;
	font-size: 17px;
	font-weight: bold;
}
.Service_introduct .col-md-4 .box-service-details a span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-bottom: 30px;
}
.Service_introduct .col-md-4 .box-service-details a i {
	position: absolute;
	bottom: 6%;
	right: 6%;
	font-size: 22px;
}


/*====================================================================================*/
/*labo contact*/

.section_labo {

}
.section_labo .col-md-6 {

}
.section_labo .col-md-6 .itemImg{
    border-radius: 40px;
}
.section_labo .col-md-6 .itemImg img {
	 border-radius: 40px;
}
.section_labo .col-md-6 .itemContentLabo {
	padding: 30px;
}
.section_labo .col-md-6 .itemContentLabo_first .rotato_left {
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.section_labo .col-md-6 .itemContentLabo h3 {
  vertical-align: middle;
  margin-bottom: 30px;
  color: #454F5B;
  font-size: 40px;
  font-weight: 500;
}
.section_labo .col-md-6 .itemContentLabo p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.section_labo .col-md-6 .itemContentLabo  a{
	display: inline-block;
	background: #008FF3;
	color: #fff;
	border-radius: 40px;
	padding: 12px 25px;
	margin-top: 25px;
	font-size: 16px;
	 -webkit-transition: all .15s ease-in-out;
}
.section_labo .col-md-6 .itemContentLabo  a:hover {
	text-decoration: none;
	 box-shadow: 0 0 10px 0 #008FF3 inset, 0 0 10px 1px #008FF3;
}
.section_labo .col-md-6 .itemContentOffshore {
	padding: 0 !important;
}
.content .shellfa-r {
    padding-left: 0;
    margin-bottom: 10px;
}
.shellfa-r {
    font-size: 18px;
    padding-top: 20px;
}
.shellfa-r div.text {
    display: inline-block;
    padding-right: 9px;
}
.shellfa-r span {
    position: relative;
    padding-left: 34px;
    padding-top: 3px;
}
.shellfa-r span:last-child {
    padding-left: 67px;
}
.shellfa-r span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #008FF3;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.shellfa-r span:last-child::before {
    left: 36px;
    background: #f2961e;
}
.content .flow-row {
	border: 4px solid #eee;
	margin-bottom: 17px;
	padding-top: 29px;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}
.fleft {
    float: left;
}
.content .flow-row .col-l {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .flow-row .col-r {
    width: 80%;
    padding-left: 20px;
}
.content .flow-row .name {
    font-size: 24px;
    color: #222;
    padding-bottom: 20px;
    position: relative;
}

.content .flow-row .name::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 1px;
    background: #dadbdd;
    left: 4px;
    bottom: 16px;
}
.content .flow-row .details {
    font-size: 16px;
    color: #575757;
    line-height: 24px;
}

.content .flow-row .line {
    height: 7px;
    margin-top: 17px;
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 0;
}
.content .flow-row .line .line-orange {
    position: absolute;
    left: 0;
    background: #f2961e;
    height: 100%;
}

.content .flow-row .line .line-blue {
    position: absolute;
    right: 0;
    background: #127fbe;
    height: 100%;
}

.contactFormIndex .contact-wrap {
	padding: 20px;
	border-radius: 15px;
}
.contactFormIndex h3 {
	color: #000;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contactFormIndex .contact-wrap .contactForm .label {
	display: block;
	font-size: 16px;
	color: #999;
	text-align: left;
}
.contactFormIndex .contact-wrap .contactForm select {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*=====================================================*/
/*headingTech*/
.headingTech {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}
.headingTech h2 {
  vertical-align: middle;
  margin-bottom: 10px;
  color: rgba(69, 79, 91, 1);
  font-size: 40px;
  font-weight: 500;
}
.headingTech p {
	display: block;
	font-size: 20px;
	color: #666;
	line-height: 25px;
	margin-bottom: 0;
}
.logoTech {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.logoTech img {
	display: block;
	margin: 0 auto;
}
.logoTech p {
  color: #454F5B;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 30px;
}
/*===========================================================*/
/*Service_stepContract*/

.Service_stepContract {

}
.Service_stepContract .step-connect-us {
	margin-top: 7%;
	padding-left: 10px;
}
.step-connect-us ul {
	list-style: none;
	padding: 0;
}
.step-connect-us li {
	display: block;
	overflow: hidden;
	margin-bottom: 5%;
}
.step-connect-us li .stepItem {
	display: inline-block;
	float: left;
}
.step-connect-us li .listNumber {
	width: 7%;
  /*margin-top: 20%;*/
}
.step-connect-us li .iconStep {
	width: 12%;
	text-align: center;
}
.step-connect-us li .contentStep {
  width: 80%;
  padding-left: 3%;
}
.step-connect-us li .listNumber p {
	font-size: 40px;
	font-weight: bold;
}
.step-connect-us li .stepItem p {
	display: block;
	margin: 0;
	color: #666;
}
.step-connect-us li .stepItem h3 {
	font-size: 24px;
	color: #008FF3;
	margin-top: 10px;
	font-weight: bold;
}
.step-connect-us li .stepItem img {
	display: block;
	margin: 0 auto;
}

/*============================================================*/
/*contentContact*/
.contentContact {
/*	background: linear-gradient(90deg, #145ECE 0%, #1087E8 100%);*/
	background: url('../img/bg_contactform.jpg') center no-repeat;
	background-size: cover;
/*	border-radius: 24px;*/
	text-align: center;
/*	padding: 40px;*/
	color: #fff;
}
.contentContact .formcontact_space {
	padding:50px 0;
}

.contentContact h4 {
	font-size: 30px;
	margin-bottom: 20px;
}
.contentContact p {
	font-size: 16px;
	margin-bottom: 30px;
}
.contentContact a {
  color: #0554BC;
  background: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 13px;
  font-size: 16px;
  border-radius: 14px;
  width: 160px;
  font-weight: bold;
}
.contentContact a:hover {
	text-decoration: none;
}
.contentContact .col-md-5 {
	display: table;
}
.contentContact .col-md-5 .middleContactForm{
	display: table-cell;
	vertical-align: middle;
}
.wrap_page_animation {
	margin-top: 79.01px;
}
.header_wrap_page_animation {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  color:white;
}
.page_animation_service {
/*    background: linear-gradient(60deg, rgb(202 195 232) 0%, rgb(16 178 198) 100%);*/
    min-height: 350px;
    padding-top: 1px;
    padding-bottom: 50px;
    background: #fff;
}
.inner-header {
  height:30vh;
  width:100%;
  margin: 0;
  padding: 0;
}
.inner-header h1, .inner-header-service h1 {
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 0;
	color: #fff;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}


/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
}



/*==========================================================*/
/*footer */
.footerPage {
    /*margin-top: 100px;*/
    background: #F4F6F8;
    padding: 50px 0;
}
.topFooter {
	text-align: center;
}
.topFooter .logoFooter {
	display: block;
	margin-bottom: 30px;
}
.topFooter .logoFooter img {
	display: block;
	margin: 0 auto;
	max-width: 165px;
}
.topFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.topFooter ul li {
	padding: 0 20px;
	display: inline-block;
}
.topFooter ul li a {
	display: block;
	color: #2c5d76;
	font-size: 16px;
	font-weight: bold;
}
.topFooter ul li a:hover {
	text-decoration: none;
}
.bottomFooter {
	margin-top: 50px;
	margin-bottom: 10px;
}
.bottomFooter .copyright {
	text-align: left;
}
.bottomFooter .copyright p {
	margin: 0;
	color: #2c5d76;
	font-size: 13px;
}
.bottomFooter .socialnetwork {
	text-align: right;
}
.bottomFooter .socialnetwork span {
	text-align: right;
	display: inline-block;
	color: #666;
}
.bottomFooter .socialnetwork span a {
	display: inline-block;
	vertical-align: bottom;
}
.bottomFooter .socialnetwork span a img {
	display: block;
}
/*=================================================================*/
/*text_information_offshore*/
.middleContent_offshore {
	top: 9%;
}
.text_information_offshore {
	text-align: left;
}
.text_information_offshore .col-md-6 p {
	margin-top: 0;
}
.bannerOffshore {
  position: relative;
  margin-top: -14%;
  z-index: 9;
}
.blockSection_offshore h2{
	margin-bottom: 30px;
}
.bannerOffshore .imgBanner img {
	border-radius: 40px;
}
.blockSection_offshore .col-md-6 {}
.blockSection_offshore .col-md-6 img {
	margin: 0;
}
.blockSection_offshore .col-md-6 p {
	display: block;
	vertical-align: middle;
	margin: 0;
	color: #666;
}
.blockOffshore {

}
.blockOffshore .col-md-6 {}
.blockOffshore .col-md-6 .box-offshore-details {
	border: 1px solid #C4CDD5;
	border-radius: 16px;
	padding: 30px;
}
.blockOffshore .col-md-6 .box-offshore-details img {
	display: block;
	margin-bottom: 40px;
}
.blockOffshore .col-md-6 .box-offshore-details p {
	font-size: 20px;
	color: #454F5B;
	font-weight: bold;
	margin-bottom: 10px;
}
.blockOffshore .col-md-6 .box-offshore-details span {
	display: block;
	margin-bottom: 15px;
}
.OffshoreStep_title {
	text-align: left;
}
.OffshoreStep_content {

}
.OffshoreStep_content .col-md-6 {

}
.OffshoreStep_content .dataStep {
  overflow: hidden;
  margin-bottom: 30px;
}
.OffshoreStep_content .dataStep .itemStepOffshore{
	float: left;
	width: 30%;
}
.OffshoreStep_content .dataStep .itemStepOffshore p{
	font-size: 40px;
	color: #637381;
	font-weight: bold;
	margin: 0;
}
.OffshoreStep_content .dataStep .itemStepOffshore_content {
    width: 70%;
}
.OffshoreStep_content .dataStep .itemStepOffshore_content p{
	display: block;
	color: #919EAB;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.OffshoreStep_content .dataStep .itemStepOffshore_content span{
  display: block;
  font-size: 14px;
  color: #637381;
  font-weight: bold;
}
.OffshoreStep .img_OffshoreStep {
	text-align: right;
}
.OffshoreStep .img_OffshoreStep img{
	display: block;
	margin-left: auto;
	width: 80%;
}
/*====================================================================*/
/*about us*/

.blockCustomer {

}
.blockCustomer .box-offshore-details {
	background: rgba(244, 246, 248, 1);
	padding:20px;
	border-radius:15px;
}
.blockCustomer .box-offshore-details h2 {
	color: rgba(33, 43, 54, 1);
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
}
.blockCustomer .box-offshore-details .countWrap span {
	color: rgba(33, 43, 54, 1);
	font-size: 40px;
	font-weight: bold;
}
.blockCustomer .box-offshore-details h3 {
	color: rgba(145, 158, 171, 1);
	font-size: 20px;
}
.blockCustomer .box-offshore-details p {
	font-size: 17px;
	color:#000;
}

.boadBlock {
	margin-top: 100px;
	clear: both;
	overflow: hidden;
	padding: 50px 0;
	background: url('../img/bgContactForm_global.jpg') center no-repeat;
	background-size: cover;
}
.boadBlock h2 {
	color: #fff;
	text-align: left;
}
.boadBlock .item-boad {

}
.boadBlock .item-boad img {
	display: block;
	/*min-height: 275px;*/
	border-radius: 5px;
}

.boadBlock .item-boad h3 {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 20px;
}
.boadBlock .item-boad i {
	color: #fff;
	font-size: 15px;
}
.boadBlock .item-boad p {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.form-table-page {
    width: 100%;
    color: #3c3c3c;
    border-collapse: collapse;
    margin-top: 25px;
}
.form-table-page tr td {
    vertical-align: middle;
    padding: 15px 5px;
}
.form-table-page tr td.col-l {
    /*background: #F4F6F8;*/
    font-weight: 700;
    padding-left: 15px;
    width: 25%;
    font-size: 18px;
    border: solid 1px #adbac7;
}
.form-table-page tr td.col-l img {
    width: 25px;
}
.d-inline-block {
    display: inline-block;
}
.form-table-page tr td.col-l span {
    padding-left: 15px;
    vertical-align: text-top;
}
.form-table-page tr td.col-r {
	font-weight: 400;
	padding-left: 30px;
	font-size: 16px;
	border: solid 1px #adbac7;
}

.toggle-text-content span {
  display: none;
}

.toggle-text-link {
    display: block;
    margin: 20px 0;
    display: block;
    margin: 20px 0;
    color: #fff;
    text-decoration: underline;
}




/*===========================================================*/
/*contact us*/
.boxContactForm {
  margin-bottom: 100px;
}
.boxContactForm p {
	text-align: center;
	font-size: 20px;
}
.boxContactForm .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    border:solid 1px #eee;
    margin-top: 50px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.contact-wrap {
    background: #fff;
}
#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: bold;
}
#form-message-warning, #form-message-success {
    display: none;
}
.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
.contactForm .col-md-6, .contactForm .col-md-12 {
	margin-bottom: 25px;
}
#contactForm .form-control {
    font-size: 16px;
}
.contactForm .form-control {
    border: 1px solid #ccc;
}
.boxContactForm .justify-content-center {

}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.info-wrap h3 {
    color: #fff;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    color: #fff;
}
.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.w-100 {
    width: 100% !important;
}
.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.info-wrap .dbox p {
    text-align: -webkit-auto;
    margin-bottom: 0;
    font-size: 16px;
}
.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}
.info-wrap .dbox p a {
    color: #fff;
}
.no-gutters .form-group {}
.item_confirmSubmite {
	text-align: left;
	box-shadow: 0px 0px 3px 1px #d7e7f0;
	padding: 10px;
}
.item_confirmSubmite::-webkit-scrollbar {
  width: 8px;
}

.item_confirmSubmite::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.item_confirmSubmite::-webkit-scrollbar-thumb {
  background-color: #56a7ff;
  outline: 1px solid #56a7ff;
  border-radius: 6px;
}
.item_confirmSubmite p {
	font-size: 16px;
    text-align: justify;
    color: #000;
    margin-bottom: 0;
}
.item_confirmSubmite p a {
	font-weight: bold;
	display: inline-block;
	text-decoration: underline;
	padding: 0;
	width: auto;
	border: none;
}
.no-gutters .form-group label {
	display: block;
	font-size: 16px;
	color: #999;
}
.no-gutters .form-group select {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.no-gutters .form-group select option {}
.contactForm .btn {
	font-size: 17px;
	padding: 10px 20px;
	width: 150px;
	font-weight: bold;
}
.termlink_privary {
	margin-bottom: 15px;
	display: block;
	color: #000;
	text-align: left;
}
.termlink_privary a {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
}
.agreementItem {
	color: #000;
	box-sizing: border-box;
	display: block;
	margin:0;
	text-align: left;
}
.agreementItem input {
	height: 19px;
	width: 19px;
	vertical-align: sub;
}
.agreementItem span {
	display: inline-block;
}
/*.agreementItem span:after {
	position: relative;
  top: -2px;
	background: #c70909;
	margin-left: 20px;
	content: "必須";
	font-size: 11px;
  color: rgb(255, 255, 255);
  white-space-collapse: collapse;
  text-wrap: nowrap;
  padding: 3px 7px;
  border-radius: 2px;
  display: inline-block;
}*/

/*======================================================*/
/*service*/
.service_banner_wrap {
/*	padding: 80px;*/
/*    background: linear-gradient(60deg, rgb(202 195 232) 0%, rgb(16 178 198) 100%);*/
}


.inner-header-service {}
.inner-header-service h1 {
	margin-top: 4%;
	margin-bottom: 40px;
	display: block;
	clear: both;
	color: #666;
}
.inner-header-service .col-md-2 {
	display: table;
	margin-bottom: 15px;
}

.inner-header-service .item_tech {
    display: block;
    padding: 10px;
    background: #ffff;
    border-radius: 5px;
    opacity: 0.8;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.inner-header-service .item_tech:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.inner-header-service .item_tech img , .inner-header-service .item_tech svg{
	display: block;
	margin: 0 auto;
	width: 80px;
	
}


/*new banner*/


.business-areas {
	color: #575757;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 69px
}

.business-areas .heading {
	font-size: 35px;
	color: #141414;
	padding: 37px 0
}
.business-areas .heading img {
	width: 23px;
}

.business-areas .heading span {
	vertical-align: middle;
	font-weight: bold;
	font-size: 40px;
}

.business-areas .description {
	padding-bottom: 57px;
	font-size: 18px;
	line-height: 30px;
	font-weight:normal;
}
.business-areas .description p {
	font-size: 17px;
}
.business-areas .develop {
    border: 1px solid #127dba;
    padding-top: 41px;
    padding-bottom: 15px;
    border-radius: 5px;
    transition: all .2s;
}
.business-areas .develop:hover {
	background: #e4efff;
}

.business-areas .develop .develop-item .head {
	position: relative;
	font-size: 24px;
	margin-top: 40px;
	padding-top: 41px;
	transition: all 1s ease
}

.business-areas .develop .develop-item .head:hover {
	color: #137ebc;
	font-weight: 700;
	transition: all 1s ease
}

/*.business-areas .develop .develop-item .head::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #137ebc;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}*/

.business-areas .develop .develop-item .content {
	font-size: 18px;
	padding: 0 10px;
	padding-top: 30px;
	line-height: 23px;
	min-height: inherit !important;
	text-align: left;
}
.business-areas .develop .develop-item .content a {
	color: #000;
}
.business-areas .develop .develop-item a:hover {
	text-decoration: none;
}
.business-areas .develop .develop-item .image {
	min-height: 112px
}
.business-areas .develop .develop-item .readmore-service {
	background: #fff;
    border: solid 1px rgba(0, 143, 243, 1);
    border-radius: 25px;
    margin-top: 20px;
    color: rgba(0, 143, 243, 1);
}

.list-of-application-functions {}
.list-of-application-functions .content {}
.list-of-application-functions .content {}
.list-of-application-functions .content .col-md-2 {
	text-align: center;
	margin-bottom: 30px;
}
.list-of-application-functions .content .col-md-2 .name {
	display: none;
	margin-top: 10px;
}

.android-ios .underContent {
	padding: 30px;
	border: solid 1px rgba(196, 205, 213, 1);
	border-radius: 10px;
}
.android-ios .col-lg-6 img {
	/*min-height: 77px;*/
	margin: 0 auto;
	display: block;
}
.android-ios .col-lg-6 .tt {
	text-align: center;
    display: block;
    font-size: 25px;
    color: #666;
    font-weight: bold;
    margin:15px 0;
}
.android-ios .col-lg-6 .text {
	font-size: 16px;
	line-height: 25px;
}
.list-of-web-functions .col-lg-3 {
	text-align: center;
}
.blockWeb_sectionMobileApp {
	color: #fff;
	padding: 100px 0;
	/*background: linear-gradient(90deg, rgba(20, 94, 206, 1) 50%, rgba(16, 135, 232, 1) 100%);*/
	background: url('../img/bg_detailstech.png') center no-repeat;
	background-size: 100% 100%;
}

.blockWeb_sectionMobileApp .headingTech h2 {
	color: #fff;
}
.itemWebtech {
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: #fff;
    color: #000;
}
.itemWebtech h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.itemWebtech p {

}
.blockWeb_details {

}
.blockWeb_details .headTitle {}
.blockWeb_details .headTitle h2{
	color: var(--ink-ink-light, #454F5B);
	font-size: 40px;
	font-weight: 700;
}
.blockWeb_details .headTitle p {
	color: var(--ink-ink-lightest, #919EAB);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.item_details_tech {
	margin-bottom: 20px;
	border-radius: 16px;
	border: 1px solid var(--sky-sky-dark, #C4CDD5);
	background: #FFF;
	padding: 20px;
	overflow: hidden;
}
.item_details_tech .item_details_tech_img {
	float: left;
	width: 20%;
}
.cont_item_details_tech {
	width: 80%;
	float: left;
}
.cont_item_details_tech h4 {
	color: var(--ink-ink-light, #454F5B);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}
.cont_item_details_tech p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.timelineBlock {
	/*background: #007bff;*/
	/*opacity: 0.6;*/
    padding: 100px 0;
    background: url(../img/header_2.png) top center no-repeat;
    background-size: 100% 100%;
}
.timelineBlock .headTitle h2 {
	 font-size: 40px;
	font-weight: 700;
	color: #fff;
}
.timelineBlock .headTitle p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}


.timeline {
  padding: 3rem 2rem;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 4px 25px -20px rgba(0,0,0.2);
}

.tl-content .tl-header,
.tl-content .tl-body {
  padding-left: 25.6px;
  border-left: 3px solid gainsboro;
}

.tl-body {
  padding-bottom:1rem;
}

.tl-content:last-child .tl-body {
  border-left: 3px solid transparent;
}

.tl-header {
  position: relative;
  display: grid;

}

.tl-title {
	font-size: 40px;
	border-bottom: 1px solid gainsboro;
	vertical-align: middle;
}
.timeline .tl-content .tl-title {
	margin-bottom: 5px;
}
.timeline .tl-content .tl-title img {
	display: inline-block;
    width: 8%;
    margin-bottom: 5px;
}
.timeline .tl-content .tl-body p {
    margin-bottom: 0;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.tl-marker {
  display:block;
  position: absolute;

  width: 16px;
  height: 16px;
  border-radius: 50% / 50%;

  background: gainsboro;

  left: -1.1rem;
  top: 50%;

  transform: translate(50%,-50%);
}

.tl-content-active .tl-marker {
	padding: 1.6px;
	left: -1.25rem;
	width: 18px;
	height: 18px;
	border: 2px solid #007bff;
	background-color: #007bff;
	background-clip: content-box;
	box-shadow: 0 0 15px -2px #007bff;
}

.tl-content-active .tl-title {
  font-weight: 700;
  color: #007bff;
}

/*.tl-content {
	float: left;
	width: 50%;
}
*/

.MainContainer_WebDev {
	/*background: url('../img/bgWeb.jpg');*/
	/*background-size: 100% 100%;*/
	background: #56a7ff;
	overflow: hidden;
	padding-bottom: 80px;
}
.MainContainer_WebDev .blockSection {
	margin-top: 50px;
}
.MainContainer_WebDev .mt0 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.MainContainer_WebDev .blockSection .container {
	background: #fff;
	padding: 50px 20px;
}
.MainContainer_WebDev .blockWeb_sectionMobileApp, .MainContainer_WebDev .timelineBlock {
	background: none;
}
.MainContainer_WebDev .blockSection_serviceDetails .headingTech {
    padding-left: 50px;
    padding-right: 50px;
}
.MainContainer_WebDev h2, .MainContainer_WebDev h3, .MainContainer_WebDev p {
	color: var(--ink-ink-light, #454F5B) !important;
}
.MainContainer_WebDev .timelineBlock .headTitle h2 {
    color: var(--ink-ink-light, #454F5B);
    font-size: 40px;
    font-weight: 700;
}
.MainContainer_WebDev .timelineBlock .headTitle p {
	color: var(--ink-ink-light, #454F5B);
}

.MainContainer_maintenance {
    margin-top: 80px;
    background: #7db1cf;
    overflow: hidden;
    padding-bottom: 80px;
}
.MainContainer_maintenance .blockWeb_details .headTitle h2,
.MainContainer_maintenance .blockSection_maintain .headingTech h2 {
	font-weight: 700;
}
.MainContainer_maintenance .blockWeb_details .headTitle h2,
.MainContainer_maintenance .blockWeb_details .headTitle p,
.MainContainer_maintenance .blockSection_maintain .headingTech h2,
.MainContainer_maintenance .blockSection_maintain .headingTech p,
{
    color: #fff;
}
.MainContainer_maintenance .blockSection_maintain .box-itemMaintain {
    background: #fff;
    padding: 20px;
}
.MainContainer_maintenance .blockWeb_details .headingTech h2.the-title {
	font-weight: 700;
}
.MainContainer_maintenance .blockWeb_details .headingTech h2.the-title,
.MainContainer_maintenance .blockWeb_details .headingTech p,
.MainContainer_maintenance .blockWeb_details .headTitle h2,
.MainContainer_maintenance .blockWeb_details .headTitle p {
	color: #fff;
}
.MainContainer_maintenance .blockSection_maintain .headingTech h2 {
	color: #fff;
	font-weight: 700;
}
.MainContainer_maintenance .blockSection_maintain .headingTech p {
	color: #fff;
}

.error {
	color: red;
}

@media screen and (max-width: 1199px) {
	.business-areas .develop {
		margin-bottom: 15px
	}

	.business-areas .develop .develop-item .content {
		min-height: 169px
	}
}

@media screen and (max-width: 940px) {
	.business-areas .develop .develop-item .content {
		min-height: 191px
	}
	.MainContainer_WebDev .blockSection_serviceDetails .headingTech {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

@media(max-width: 767px) {
	.business-areas .develop .develop-item .content {
		font-size: 16px;
	}
	.step-connect-us li .listNumber {
	    width: 10%;
      margin-top: 0px;
	}
	.step-connect-us li .contentStep {
	    width: 100%;
	    padding-left: 0;
	}
}



@media screen and (max-width: 500px) {
	.business-areas .heading {
		font-size: 30px;
		padding: 15px 0
	}

	.business-areas .description {
     	padding-bottom: 30px;
	}
}


/*==================================================================================*/


.back-to-top {
  background-color: #008FF3;
  text-decoration: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  fill: #fff;

  }

/*  .back-to-top:hover {
  	background-color: lighten(#008FF3, 12%);
  }
   .back-to-top:active {
  	background-color: lighten(#008FF3, 12%);
  }*/

  svg.icon__arrow-up {
    width: 32px;
    height: 32px;
  }
}

.list-of-web-functions .col-lg-2 {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.list-of-web-functions .col-lg-2 .image {
	display: block;
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.list-of-web-functions .col-lg-2 .image img {
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.contactFormIndex h3, .contentContact h4 {
  font-weight: bold;
}

.thankyou_section {
  padding: 100px 0;
}
.thankyou_content {
  text-align: center;
}
.thankyou_content img {
  width: 80px;
}
.thankyou_content h1 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.thankyou_content p {}
.thankyou_content a {
  color: #fff;
  padding: 14px 30px;
  background: orange;
  border: 1px solid #FFFFFF;
  border-radius: 40px;
  font-weight: bold;
  -webkit-transition: all .15s ease-in-out;
  display: inline-block;
  margin-top: 30px;
}
.thankyou_content a:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 0 #fff inset, 0 0 10px 1px #fff;
}
.thankyou_content a img {
  display: inline-block;
  width: auto;
}
.privacy_page {
	box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 10%);
	margin-bottom: 50px;
}
.privacy_page .headingTech {
	margin-top: 50px;
}
.cont-privacy h2 {
    font-size: 26px;
    font-weight: bold;
}
.cont-privacy h4 {
	font-size: 21px;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.cont-privacy p {
	font-size: 16px;
}

/*=====================================================================================*/

/*for mobile*/


@media (max-width: 1050px) {
	.middleContent_offshore {
	    top: 6%;
	}
	.wrap_page_animation {
	    margin-top: 73.55px;
	}
}

@media (max-width: 1024px) {
	.middleContent_offshore {
		top: 4%;
	}
	.section_labo .col-md-6 .itemContentLabo {
	    padding: 0px;
	}
	.inner-header {
	  height:40vh;
	}

}

@media (max-width: 991px) {
  .navbar-light .navbar-brand a img {
    width: 130px;
  }
	.navMenu #keyLinkBar {
		position: inherit;
		display: none !important;
	}
	.navMenu #keyLinkBar.show {
	    display: block !important;
	    padding-left: 0;
	    padding-right: 0;
	    max-width: 100%;

	}
	.navMenu #keyLinkBar ul {
		background: #fff;
		position: inherit;
		width: 100%;
		/*padding: 0 15px;*/
	}
	.navMenu #keyLinkBar ul li {
		text-align: left;
		width: 100%;
		border-bottom: solid 1px #ccc;
	}
	.navMenu #keyLinkBar ul li:last-child {
		border-bottom: none;
	}
	.navMenu #keyLinkBar ul li.active a {
	    color: #49abef !important;
	    border-radius: 0;
	    background: none;
	    border: none;
	}
	.navMenu .keylinkMenu .justify-content-end {
		display: none;
	}
	.navMenu .keylinkMenu {
	    justify-content: inherit !important;
	    max-width: 100%;
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	    padding: 0;
	}
	.navbar-light .navbar-brand {
		position: relative;
		width: 100%;
		clear: both;
		flex: inherit;
		max-width: 100%;
		text-align: right;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
  .navbar-light .navbar-brand a {
    display: block;
  }
	.navbar-toggler:not(:disabled):not(.disabled) {
	    cursor: pointer;
	    position: absolute;
	    left: 0px;
	    top: 11px;
	    border: solid 1px #008FF3;
	}
	.bannerOffshore {
		display: none;
	}
	.text_information_offshore .col-md-5 {
		max-width: 100%;
		flex: inherit;
		text-align: center;
	}
	.text_information_offshore .col-md-5 br {
		display: none;
	}
	.text_information_offshore .col-md-7 {
		max-width: 90%;
		flex: inherit;
		margin: 0 auto;
		text-align: center;
	}
	.blockSection {
		margin-top: 50px;
	}
	.the-title {
	    vertical-align: middle;
	    margin-bottom: 10px;
	    color: rgba(69, 79, 91, 1);
	    font-size: 40px;
	    font-weight: 500;
	    text-align: center;
	}
	.text_information_offshore h1 {
		margin-top: 3% !important;
	}
	.middleContent .text_information h1, .inner-header h1, .inner-header-service h1{
		font-size: 45px;
	}
	.middleContent_contact {
		margin-top: 9%;
	}
	.text_information_offshore .col-md-4, .text_information_offshore .col-md-8 {
		max-width: 100%;
		flex: inherit;
		text-align: center;
	}
	.blockWeb_sectionMobileApp {
		padding: 50px 0;
	}
	.itemWebtech, .android-ios .underContent {
		margin-bottom: 30px;
	}
	.list-of-web-functions .col-lg-3 {
	    max-width: 25%;
	}
	.blockWeb_details .headTitle h2, .blockWeb_details .headTitle p {
		text-align: center;
	}
	.blockWeb_details .col-sm-6 {
		flex: inherit;
		max-width: 100%;
	}
	.timelineBlock .col-sm-4, .timelineBlock .col-sm-8 {
		max-width: 100%;
		width: 100%;
		flex: inherit;
	}
	.timeline {
		overflow: hidden;
	}
	.timeline .tl-content {
		width: 50%;
		float: left;
	}
	.privacy_page {
		box-shadow: 0 0 0 0;
	}
	.privacy_page .headingTech {
		margin-top: 0;
	}
}

@media (max-width: 769px) {
	.wrap_page_animation {
	    margin-top: 69.55px;
	}
	.blockSection {
		margin-top: 50px;
	}
	.blockCustomer .col-md-4 {
		margin-bottom: 30px;
	}
	.section_labo .col-md-6 .itemContentLabo {
	    margin-top: 40px;
	}
	.section_labo .col-md-6 .itemImg {
	    margin-top: 40px;
	}
	.section_labo .col-md-6 .itemImg img {
		width: 100%;
	}
	.section_technology .col-md-3 {
		width: 25%;
	}
	.boadBlock {
		margin-top: 0;
	}
	.boadBlock .col-sm-3 {
		max-width: 50%;
		flex: inherit;
		margin-bottom: 40px;
	}
	.boadBlock .item-boad img {
		width: 100%;
	}
	.list-of-web-functions .col-lg-2 {
		width: 50%;
	}
	.inner-header-service .col-md-2 {
	    width: 16.666667%;
	    padding-left: 8px;
	    padding-right: 8px;
	}
	.inner-header-service .item_tech img, .inner-header-service .item_tech svg {
		width: auto;
	}
}

@media (max-width: 600px) {
  .header_top .backgroudHeader {
      margin: 69px auto 0;
      min-height: 290px;
  }
  .header_top .backgroudHeader_offshore, .header_top .backgroudHeader_labo {
      min-height: 450px; 
  }
  .middleContent .text_information a {
  	padding: 10px 30px;
  }
  .blockSection_offshore h2, .headingTech h2, .section_labo .col-md-6 .itemContentLabo h3, .blockWeb_details .headTitle h2,
  .Service_introduct .col-md-4 h2, .business-areas .heading span {
      font-size: 30px !important;
      font-weight: bold !important;
  }
  .Service_introduct .col-md-4 .box-service-details {
      margin-top: 0;
  }
  .section_labo {
      margin-top: 0 !important;
  }
  .middleContent .text_information h1, .inner-header h1, .inner-header-service h1 {
      font-size: 30px;
  }
  .middleContent .text_information h1 br {
    display: none;
  }
  .middleContent .text_information p {
      font-size: 15px;
      margin-bottom: 0;
  }
  .middleContent .text_information a {
      margin-top: 30px;
      display: inline-block;
  }
  .step-connect-us li .iconStep {
      margin-top: 6px;
      margin-left: 15px;
      width: 14%;
  }
  .contentContact {
    padding: 15px;
    padding-top: 30px;
  }
  .contentContact .formcontact_space .container{
      padding-left: 0;
      padding-right: 0;
  }
  .form-table-page tr td.col-l {
    width: 40%;
    padding-left: 8px;
  }
  .form-table-page tr td.col-l span {
    font-weight: normal;
    padding-left: 10px;
  }
  .middleContent_service {
    top: 40%;
  }
  .list-of-application-functions .content .col-md-2 {
    width: 25%;
  }
  .blockWeb_details .container .row, .blockSection_maintain .row {
    padding: 0 15px;
  }
  .MainContainer_WebDev .blockSection_serviceDetails .headingTech_mb {
  	margin-top: 30px;
  }
  .animation-element {
    margin-bottom: 0; 
    padding-bottom: 0;
  }
  .MainContainer_WebDev .blockSection .container {
	    padding: 30px 15px;
	    padding-bottom: 0;
	}

	.MainContainer_WebDev .blockSection .container_web3d {
		padding-bottom: 30px;
	}
  .blockSection_offshore .col-md-6 p {
    margin-top: 20px;
  }
  .headingTech {
    padding: 0 15px;
  }
  .blockOffshore .col-md-6 {
    margin-bottom: 30px;
  }
  .OffshoreStep_content .col-md-6 {
      width: 50%;
  }
  .OffshoreStep .img_OffshoreStep img {
      width: 100%;
  }
  .OffshoreStep_content .dataStep .itemStepOffshore_content span {
    font-size: 18px;
  }
  .middleContent .text_information ul {
      padding: 0 20px;
      text-align: left;
  }
  .content .flow-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .middleContent_contact {
      margin-top: 0;
      top: 40%;
  }
  .section_labo .col-md-6 .itemContentLabo a {
    display: block;
    text-align: center;
  }
  .section_labo .col-md-6 .itemContentLabo h3 {
    text-align: center;
  }
  .Service_introduct .col-md-4 {
	    margin-bottom: 35px;
	}
	.MainContainer_WebDev {
		padding-bottom: 0px;
	}
 .blockWeb_details .container .row {
 	margin-bottom:0 !important;
 }
 .MainContainer_maintenance {
 	padding-bottom: 30px;
 }
 .footerPage {
 	margin-top: 0;
 	padding-top: 30px;
 }
 .timeline .tl-content .tl-title img {
	  width: 30%;
 }
 .contentContact .formcontact_space {
	    padding-top: 0;
	}
  .Service_stepContract .step-connect-us {
      margin-bottom: 50px;
  }
  .list-of-web-functions .col-lg-2 .image {
      border: solid 1px #ccc;
      padding: 10px;
      border-radius: 10px;
  }
  .list-of-web-functions .col-lg-2 {
      margin-bottom: 15px;
  }
  .blockOffshore .col-md-6 .box-offshore-details {
    padding: 15px;
  }
  .blockOffshore .col-md-6 .box-offshore-details img {
      margin-bottom: 15px;
  }
  .info-wrap h3 {
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: bold;
  }
  .Service_introduct .col-md-8 .content-service {
	    margin-bottom: 30px;
  }
  .topFooter ul li {
	    width: 49%;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.inner-header-service h1 {
		margin-top: 9%;
	}
	.inner-header-service .col-md-2 {
	    width: 25%;
	}
}
@media (max-width: 400px) {
  .step-connect-us li .iconStep {
      margin-top: 13px;
  }
  .header_top .backgroudHeader_offshore {
      min-height: 480px;
  }
  .OffshoreStep_content .dataStep .itemStepOffshore p {
    font-size: 35px;
  }
}
