html,
body {
	font-family: 'Merriweather';
	padding: 0;
	margin:0;
	font-weight: 400;
	color: #72abd7;
	font-size: 16.67px;
}
p{
	line-height: 33px;
	font-size: 16.67px;
}
h2{
	font-size: 87.72px;
	color: #236dac;
	font-weight: 700;
	font-family: 'Work Sans';
}
.clear {
	clear: both;
}
img { 
	max-width: 100%;
	height: auto; 
}
a:hover ,
a:focus ,
textarea{
	text-decoration: none;
	outline: 0;
}
iframe {
    max-width: 100%;
    vertical-align: top;
	border: 0;
    width: 100%;
}
img.aligncenter {
	display:block;
	margin:0 auto;
}
a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
ul{
	padding: 0;
	margin: 0;
}
button:focus, input:focus {
    outline: none;
}
/*=======================
       Page Layout
=======================*/
body{
	background-image: url(../images/bg-page.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rst-menu-trigger {
    border: 0 none;
    height: 35px;
    width: 49px;
    z-index: 999;
    cursor: pointer;
    outline: 0;
    float: right;
    background: none;
    position: absolute;
    top: 26px;
    right: 15px;
    transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.rst-menu-trigger span {
	font-size: 0;
	height: 5px;
	width: 38px;
	background: #236cac;
	position: absolute;
	top: 50%;
	right: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.rst-menu-trigger span::after, .rst-menu-trigger span::before{
	font-size: 0;
	height: 5px;
	width: 100%;
	background: #236cac;
	position: absolute;
	right: 0;
	content: "";
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.rst-menu-trigger span::after{
	transform: translateY(240%);
	width: 26px;
}
.rst-menu-trigger span::before{
	transform: translateY(-250%);
	width: 49px;
}
.rst-menu-trigger.exit span::before {
    transform: translateY(0px) rotate(45deg);
    background: #fff;
    width: 40px;
    height: 3px;
    border-radius: 2px;
}
.rst-menu-trigger.exit span::after {
    transform: translateY(0px) rotate(-45deg);
    background: #fff;
    width: 41px;
    border-radius: 2px;
    height: 3px;
}
.rst-menu-trigger.exit span {
    background-color: transparent !important;
}
#header{
	margin: 0 auto;
	position: fixed;
	top: 40px;
	left: 40px;
	right: 40px;
	z-index: 9;
}
.menu-main ul li{
	margin-bottom: 60px;
	list-style: none;
	display: block;
}
.menu-main ul ul{
	display: none;
	margin-top: 21px;
}
.menu-main ul li a{
	display: block;
	font-size: 32px;
	color: #72abd7;
	font-weight: 700;
	font-family: 'Work Sans';
}
.menu-main ul li a:hover{
	color: #fff;
}
.menu-main{
	background: rgba(7,11,35,0.9);
	width: 536px;
	padding: 63px 80px 20px 105px;
	position: fixed;
	top: 0;
	right: -836px;
	height: 100vh;
	z-index: 10;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
#header.click-menu .menu-main{
	right: 0;
}
.menu-main ul li li{
	margin-bottom: 12px;
}
.menu-main ul li li a{
	font-size: 25px;
	font-family: 'Merriweather';
	color: #72abd7;
	font-weight: 400;
}
.menu-main ul li.active a{
	color: #fff;
}
#header .menu-main .menu > li > a {
	opacity:0;
	padding-left:10px;
}
#header.click-menu .menu-main .menu > li > a {
	opacity:1;
	padding-left:0;
}
#header.click-menu .menu-main .menu > li:nth-child(1) > a {
	transition: all 0.3s ease-in-out 0.5s;
	-moz-transition: all 0.3s ease-in-out 0.5s;
	-o-transition: all 0.3s ease-in-out 0.5s;
	-webkit-transition: all 0.3s ease-in-out 0.5s;
	-ms-transition: all 0.3s ease-in-out 0.5s;
}
#header.click-menu .menu-main .menu > li:nth-child(2) > a {
	transition: all 0.3s ease-in-out 0.6s;
	-moz-transition: all 0.3s ease-in-out 0.6s;
	-o-transition: all 0.3s ease-in-out 0.6s;
	-webkit-transition: all 0.3s ease-in-out 0.6s;
	-ms-transition: all 0.3s ease-in-out 0.6s;
}
#header.click-menu .menu-main .menu > li:nth-child(3) > a {
	transition: all 0.3s ease-in-out 0.7s;
	-moz-transition: all 0.3s ease-in-out 0.7s;
	-o-transition: all 0.3s ease-in-out 0.7s;
	-webkit-transition: all 0.3s ease-in-out 0.7s;
	-ms-transition: all 0.3s ease-in-out 0.7s;
}
#header.click-menu .menu-main .menu > li:nth-child(4) > a {
	transition: all 0.3s ease-in-out 0.8s;
	-moz-transition: all 0.3s ease-in-out 0.8s;
	-o-transition: all 0.3s ease-in-out 0.8s;
	-webkit-transition: all 0.3s ease-in-out 0.8s;
	-ms-transition: all 0.3s ease-in-out 0.8s;
}
#header.click-menu .menu-main .menu > li:nth-child(5) > a {
	transition: all 0.3s ease-in-out 0.9s;
	-moz-transition: all 0.3s ease-in-out 0.9s;
	-o-transition: all 0.3s ease-in-out 0.9s;
	-webkit-transition: all 0.3s ease-in-out 0.9s;
	-ms-transition: all 0.3s ease-in-out 0.9s;
}
#header.click-menu .menu-main .menu > li:nth-child(6) > a {
	transition: all 0.3s ease-in-out 1.0s;
	-moz-transition: all 0.3s ease-in-out 1.0s;
	-o-transition: all 0.3s ease-in-out 1.0s;
	-webkit-transition: all 0.3s ease-in-out 1.0s;
	-ms-transition: all 0.3s ease-in-out 1.0s;
}
#header.click-menu .menu-main .menu > li:nth-child(7) > a {
	transition: all 0.3s ease-in-out 1.1s;
	-moz-transition: all 0.3s ease-in-out 1.1s;
	-o-transition: all 0.3s ease-in-out 1.1s;
	-webkit-transition: all 0.3s ease-in-out 1.1s;
	-ms-transition: all 0.3s ease-in-out 1.1s;
}
.text-logo h1{
	font-size: 16.67px;
	font-weight: 700;
	color: #236dac;
	line-height: 41px;
	margin-bottom: 0;
}
.text-logo{
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
#header.fixedscroll .text-logo {
	opacity:0;
}
#footer{
	position: fixed;
	left: 40px;
	bottom: 40px;
}
.list-social a{
	display: block;
	margin-top: 13px;
	color: #236dac;
	font-size: 25px;
}
.list-social a img {
	max-width:30px;
}
.list-social a:hover{
	color: #fff;
}
.description-making{
	max-width: 792px;
	padding-left: 50px;
}
.description-making h2{
	font-size: 62.5px;
	color: #286aa8;
	margin-bottom: 59px;
	font-weight: 700;
	font-family: 'Work Sans';
}
.description-making h2 span{
	color: #72abd7;
}
.description-making h2 .text-red{
	color: #c51a31;
}
.description-making p{
	font-size: 16.67px;
	line-height: 33px;
	margin-bottom: 36px;
}
.container{
	max-width: 1635px;
	width: auto;
}
#making{
	background-position: calc(100% - 190px) center;
	background-repeat: no-repeat;
	background-size: contain;
}
.title-section{
	font-weight: 700;
	color: #236dac;
	font-size: 62.5px;
	font-family: 'Work Sans';
	text-align: center;
}
#provide{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.it-provide{
	max-width: 202px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.list-provide{
	margin-top: 140px;
}
.it-provide h3{
	font-weight: 700;
	color: #72abd7;
	font-family: 'Work Sans';
	font-size: 25px;
	    text-align: center;
}
.it-provide  img{
	margin: 47px auto 34px;
	display: block;
}
.it-provide p{
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 17px;
}
.it-provide .learn-more{
	font-size:16.67px;
	margin-top: 20px;	
	color: #236dac;
	font-family: 'Work Sans';
}
.it-provide .learn-more:hover{
	color:#72abd7;
}
.list-provide{
	position: relative;
	min-height: 600px;
	width: 100%;
}
.it-provide.it-provide-1{
	bottom: 72px;
	left: -1094px;
}
.it-provide.it-provide-2{
	bottom: 167px;
	left: -361px;
}
.it-provide.it-provide-3{
	bottom: 167px;
	right: -461px;
}
.it-provide.it-provide-4{
	bottom: 74px;
	right: -1191px;
}
.it-why-home{
	height: 595px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	cursor: pointer;	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.bg-why-home{
	margin: 0 -5px;
}
.bg-it-why{
	padding: 0 5px;
}
.it-why-home:after{
	content:"";
	background: rgba(4,7,15,0.75);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.it-why-home h3{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-weight:700;
	color: #d7d7d7;
	font-size: 30.22px;
	z-index: 5;
	max-width: 300px;
	margin: 0 auto;
}
.bg-description-why{
	position: relative;
	background: rgba(35,109,172,0.35);
	z-index: 2;
	opacity: 0;
	height: 100%;
	width: 100%;
	padding:25px 5px 25px 25px;
}
.it-why-home .description-why{
	margin: 0 auto;
}
.description-why .title-why-2{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.it-why-home .description-why .title-why-1{
	font-size: 15px;
	color: #a8c2d8;
	line-height: 30px;
}
.it-why-home .description-why .list-city {
	margin-top: 10px;
}
.it-why-home .description-why .list-city ul{
	padding:0;
	margin: 0 -5px;
	font-size: 0;
}
.it-why-home .description-why .list-city ul li{
	display: inline-block;
	font-size: 13.22px;
	color: #a8c2d8;
	margin: 0;
	line-height: 1.74;
	width:50%;
	padding:0 5px;
}
.it-why-home .description-why .list-city p {
	font-size: 13.22px;
	color: #a8c2d8;
	margin: 0;
	line-height: 1.74;
}
.it-why-home:hover .bg-description-why{
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.it-why-home:hover h3{
	display: none;
}
.list-why-home{
	margin-top: 85px;
}
.it-video{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 330px;
}
.bg-it-video{
	height: 330px;
	position: relative;
	margin-top: 118px;
}
.it-video:after{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	background-color: rgba(11,22,49,0.7);
	z-index: 1;
}
.slider-video .slick-center .it-video:after{
	background-color: rgba(11,22,49,0.5);
}
.it-video .play-video{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.slider-video .slick-center, .slider-video .slick-center .it-video{
	height: 572px;
	margin-top: 0;
}
.slider-video .slick-center.it-video:after{
	background-color: rgba(0,0,0,0.45);
}
.slider-video{
	max-width: 1365px;
    margin: 170px  auto 0;
}
.view-video-other{
	font-size: 17px;
	color: #72abd7;
    text-align: center;
}
.slider-video .slick-prev, .slider-video .slick-next {
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -66px;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-video .slick-prev {
    left: -205px;
    background-image: url(../images/ar-left.png);
}
.slider-video .slick-next {
    right: -186px;
    background-image: url(../images/ar-right.png);
}
.slick-prev:before, .slick-next:before{
	display: none;
}
#fp-nav ul li{
	margin: 38px 0;
	width:12px;
	height:12px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	width: 12px !important;
	height: 12px !important;
	border: 1px solid #3f6186;
    background: transparent;
    margin:0 !important;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    left:0;
    top:0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	box-shadow: 2px 2px 10px rgba(114, 171, 215, 0.5);
	margin: -2px 0 0 -2px;
	border: 1px solid #41bddd;
}
#fp-nav.fp-right{
	right: 60px;
}
#fp-nav ul li a.active{
	position: relative;
}
#fp-nav ul li a:after {
    height: 0;
    width: 1px;
    background: #72abd7;
    bottom: 6px;
    left: 12px;
    position: absolute;
    content: "";
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    display:none;
}
#fp-nav ul li a.active:after{
	height: 17px;
}
#fp-nav ul:after {
 	height: 19px;
    width: 1px;
    background: #72abd7;
    top:19px;
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    position: absolute;
    content: "";
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
#fp-nav ul.mtr1:after {
	top:69px;
}
#fp-nav ul.mtr2:after {
	top:119px;
}
#fp-nav ul.mtr3:after {
	top:169px;
}
#fp-nav ul.mtr4:after {
	top:219px;
}
#fp-nav{
	z-index: 8;
}
.language ul {
	margin:0 -15px !important;
}
.language li{
	display: inline-block;
	margin-right: 31px;
	text-align:center;
	padding:0 15px !important;
}
.language li a {
	padding:0 !important;
}
.language{
	margin-bottom: 85px;
}
.wpml-ls-legacy-list-horizontal {
	padding:0 !important;
}
.language img{
    width: 36px !important;
    height: auto !important;
}
.language span{
    font-size: 20px;
    color: #72abd7;
    font-family: 'Work Sans';
    display: block;
    font-weight: 400;
    margin:5px 0 0 !important;
    position: relative;
}
.language span:after{
	height: 21px;
    width: 2px;
    background: #72abd7;
    position: absolute;
    top: 1px;
    right: -16px;
    content: "";
}
.language li:last-child span:after {
	display:none;
}
.description-why .title-why-2{
	max-width: 282px;
	margin: 0 auto;
}
.bg-it-why .description-why{
	height: 100%;
	overflow: hidden;
	padding-right:20px;
}
.description-why .icon-address{
	margin: 26px 0 1px;
}
.title-contact{
	font-family: 'Work Sans';
	font-size: 62.5px;
	font-weight: 700;
	color: #236dac;
	margin-bottom: 27px;
}
.description-contact{
	position: relative;
	padding-right: 400px;
	max-width: 1490px;
	margin: 0 auto;
}
.left-contact{
	max-width: 695px;
}
.description-form-contact p{
	color: #72abd7;
	font-size: 16.67px;
	line-height: 34px;
	max-width: 243px;
}
.it-input{
	color: #72abd7;
	font-size: 16.67px;
	height: 44px;
	border: none;
	background: transparent;
	border-bottom: 1px solid #5e8eb8;
	margin-bottom: 40px;
	width: 100%;
}
.it-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #72abd7;
  opacity: 1; /* Firefox */
}

.it-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #72abd7;
}

.it-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #72abd7;
}
.main-form-contact h4{
	color: #72abd7;
	font-size: 16.67px;
	text-transform: uppercase;
	padding-bottom: 152px;
	border-bottom: 1px solid #5e8eb8;
	margin-bottom: 0;
	margin-top: 23px;
}
.it-submit{
	width: 152px;
	height: 47px;
}
.right-contact{
	position: absolute;
	right: 15px;
	bottom: 38px;
	max-width: 370px;
}
.it-info-contact{
	margin-top: 30px;
	padding-left: 90px;
	position: relative;
}
.it-info-contact img{
	position: absolute;
	top: 0;
	left: 0;
}
.it-info-contact a, .left-contact-2 p{
	font-size: 16.67px;
	color: #72abd7;
	line-height: 33px;
}
.left-contact-2 .message-contact{
	margin: 137px 0 0;
}
.left-contact-2 .message-contact h4{
	font-size: 25px;
	color: #72abd7;
	text-transform: uppercase;
	margin: 30px 0 0 0;
}
#contact-2 .description-contact{
	padding-right: 550px;
	position: relative;
}
.right-contact-2{
	    position: absolute;
    bottom: -214px;
    right: 0;
    width: 540px;
}
.bottom-footer{
	position: fixed;
	bottom: 27px;
	left: 65px;
	right: 98px;
}
.bottom-footer p{
	font-size: 14.58px;
	color: #426994;
	margin: 0;
}
.bottom-footer .copyright{
	float: left;
}
.bottom-footer .author-design{
	float: right;
}
.it-info-contact:last-child{
	margin-top: 45px;
}
.description-form-contact{
	padding-top: 10px;
}
.left-contact-2 p{
	max-width: 250px;
}
.top-about{
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 174px;
	min-height:100vh;
}
.content-about .container{
	max-width: 1560px;
}
.description-banner{
	padding-top: 300px;
	max-width: 743px;
}
.description-banner h2{
	font-size: 87.72px;
	color: #236dac;
	font-weight: 700;
	font-family: 'Work Sans';
	margin-bottom: 60px;
}
.description-banner p{
	font-size: 16.67px;
	color: #72abd7;
	margin-bottom: 30px;
	line-height: 34px;
}
.title-it-about h3{
	font-size: 87.72px;
	color: #236dac;
	font-weight: 700;
	font-family: 'Work Sans';
	line-height: 100px;
}
.description-it-about h4{
	font-weight: 700;
	font-family: 'Work Sans';
	color: #72abd7;
	font-size: 41.67px;
	margin-bottom:50px;
}
.description-it-about p{
	margin-bottom: 44px;
}
.description-it-about ul{
	padding-left: 15px;
}
.description-it-about ul li{
	margin-bottom: 0px;
	list-style: decimal;
	padding-left: 36px;
	line-height: 33px;
}
.it-about{
	margin-bottom: 339px;
}
.it-about:last-child li{
	list-style: none;
	position: relative;
	margin-bottom: 36px;
}
.it-about:last-child li::before {
  content: "";
  background: #ce2230;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -15px;
  top: 6px;
  position: absolute;
}
.it-management{
	margin-left: 0;
	margin-right: 567px;
	text-align: right;
}
.it-management:nth-child(2n+1){
	margin-left: 660px;
	position: relative;
	margin-right: 0;
	margin-bottom: 112px;
	text-align: left;
}
.management h2{
	margin-bottom: -75px;
	display: inherit;
}
.it-management:nth-child(2n+1) .img-management{
    display: inline-block;
    margin-right: 70px;
    vertical-align: middle;
	margin-left: 0;
}
.it-management:nth-child(2n+1) .name-management{
	width: auto;
	text-align: left;
	padding-top: 68px;
}
.it-management .img-management{
	margin-left: 70px;
}
.name-management{
	display: inline-block;
	vertical-align: middle;
	width: 589px;
	text-align: right;
}
.name-management h3{
	font-size: 50px;
	font-weight: 700;
	color: #72abd7;
	font-family: 'Work Sans';
	margin-bottom: 0;
}
.name-management h4{
	font-family: 'Work Sans';
	color: #236dac;
	font-size: 27.63px;
	font-weight: 700;
	margin-bottom: 35px;
}
.name-management a{
	font-size: 14px;
	color: #72abd7;
	font-family: 'Work Sans';
	text-transform: uppercase;
	display: inline-block;
}
.name-management a span{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}
.name-management a span:before {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	content:"";
	height:0;
	width:1px;
	background:#72abd7;
	position: absolute;
	bottom:5px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.name-management a span:after {
	content:"";
	width: 28px;
	height:19px;
	background:url('../images/ab-arrow.png');
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	display: block;
    margin: 0 auto;
}
.name-management a:hover span {
	transform:translateY(25px);
	-webkit-transform:translateY(25px);
}
.name-management a:hover span:before {
	height:32px;
}
.description-it-management{
	padding-top: 63px;
	display: none;
	max-width: 732px;
}
.history .it-history{
	position: relative;
}
.history .it-history .time-history{
	font-size: 27.36px;
	font-family:'Work Sans';
	color: #ce2230;
	text-transform: uppercase;
	right: -384px;
	position: absolute;
	top: 	0;
	text-align: left;
	min-width: 230px;
}
.title-history{
	color: #236dac;
	font-family: 'Work Sans';
	font-size: 27.36px;
	font-weight: 700;
	margin-bottom: 16px;
	margin-top: 35px;
}
.history{
	position: relative;
}
.history:before{
	width: 1px;
	top: 0;
	bottom: 0;
	background: #72abd7;
	right: -76px;
	position: absolute;
	content: "";
}
.it-management:nth-child(2n+1) .time-history{
	left: -384px;
	right: 0;
}
.it-management:nth-child(2n+1)  .history:before{
	 left: -76px;
	right: 0;
}
.history .it-history:before{
	width: 51px;
	height: 1px;
	background: #72abd7;
	right: -127px;
	position: absolute;
	content: "";
	top: 15px;
}
.it-management:nth-child(2n+1):before{
	left: -127px;
	right: 0;
}
.it-management:nth-child(2n+1) .it-history:before {
    left: -127px;
	right: 0;
}
.close-history{
	    font-size: 14px;
	    font-family: 'Work Sans';
	    display: block;
	    text-align: center;
	    cursor: pointer;
	    margin: 67px 0 0;
}
.close-history img{
	display: block;
	margin: 5px auto 0;
}
.content-about{
	padding-bottom: 250px;
}
.about-management{
	margin-bottom: 39px;
}
.description-history p{
	margin-bottom: 13px;
}
.top-product{
	padding-top: 238px;
	background-position:center top;
	background-repeat: no-repeat;
}
.list-product{
	max-width: 1192px;
	margin: 0 auto;
}
.bg-list-product{
	margin-top: 174px;
	background-repeat: no-repeat;
	background-position: center calc(100% - 110px);
}
.bg-it-product .it-product{
	min-height: 460px;
	border-top: 6px solid #236dac;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #0a122e;
	z-index: 5;
}
.it-product h3{
	font-size: 41px;
	font-weight: 700;
	color: #74abd7;
	font-family:'Work Sans';
	left: 35px;
	right: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align: center;
}
.it-product p{
	line-height: 50px;
}
.it-product .icon-down{
	position: absolute;
	right: 31px;
	bottom: 25px;
}
.it-product .description-it-product{
	position: absolute;
	top: 50%;
	height: 348px;
	margin-top: -4px;
	left: 47px;
	right: 47px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	overflow: hidden;
}
.it-product .description-it-product.active .bg-description-product{
	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.it-product .bg-description-product{
	height:100%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.it-product .descript-product-1{
	height: 100%;
}
.it-product .description-it-product.active + a .icon-down{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.bg-it-product:nth-child(2) .it-product {
	padding: 14px 20px;
	border-color: #ce1a31;
}
.it-product .img-product{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.title-page-product{
	text-align: center;
}
.bottom-product{
	text-align: center;
	padding: 342px 0 0;
}
.bottom-product img{
	display: block;
	    margin: 0 auto;
}
.bottom-product .link-download{
	font-family:'Work Sans';
	color: #72abd7;
	text-transform: uppercase;
	margin-top: 166px;
	padding-bottom: 25px;
	position: relative;
	display: inline-block;
	letter-spacing: 1.7px;
}
.bottom-product .link-download:after{
	height: 1px;
	width: 221px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	right: 0;
	content:"";
	background: #72abd7;
	box-shadow: 2px 2px 2px rgba(0,240,235,0.35);
	-webkit-box-shadow: 2px 2px 2px rgba(0,240,235,0.35);
}
.content-product{
	padding-bottom: 304px;
}
#content{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.info-product{
	padding-top: 367px;
	max-width: 1485px;
	margin: 0 auto;
}
.info-product .row{
	margin: 0 -30px;
}
.bg-info-product{
	padding: 0 30px;
}
.it-info-product{
	border-radius: 21px;
	background-image: url(../images/bg-text1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#0a122e;
	min-height: 836px;
	padding: 156px 102px 20px 112px;
	text-align: left;
	background-size:cover;
}
.bg-info-product:nth-child(2) .it-info-product{
	background-image: url(../images/bg-text2.png);
}
.it-info-product h3{
	font-size: 41.67px;
	font-family: 'Work Sans';
	font-weight: 700;
}
.it-info-product ul{
	margin-top: 66px;
	padding-left: 5px;
}
.it-info-product ul li{
	padding-left: 40px;
	margin-bottom: 33px;
	position: relative;
	list-style: none;
	line-height: 33px;
}
.it-info-product li::before {
    content: "";
    background: #ce2230;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    position: absolute;
}
.number-city{
	padding: 36px 0 16px;
}
.number-city img{
	display: inline-block;
	margin-right: 15px;
}
.number-city h4{
	font-size: 25px;
	font-weight: 700;
	color: #ce1a31;
	font-family: 'Work Sans';
}
.it-info-product .list-city{
	padding: 0 15px;
}
.it-info-product .list-city ul{
	padding: 0;
	margin: 0 -5px;
	letter-spacing: -0.3em;
}
.it-info-product-2 .list-city li{
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16.67 px;
	width: 50%;
	display: inline-block;
	padding: 0 5px !important;
	letter-spacing: 0;
}
.bg-info-product .list-city{
	padding: 0;
	max-height:490px;
}
.bg-info-product .list-city.scrollbar-inner {
	padding-right:15px;
}
.bg-info-product .number-city img{
	height:50px;
}
.bg-info-product .number-city {
    padding: 28px 0 10px;
}
.it-info-product-2 .list-city li:before{
	display:none;
}
.content-product-2{
	padding-bottom: 135px;
}
.top-single{
	padding-top: 280px;
}
.date-post{
	font-family:'Work Sans';
	text-transform: uppercase;
}
.top-single h3{
	font-size: 37.5px;
	color: #236dac;
	margin-top: 130px;
	font-family:'Work Sans';
	padding-right: 10px;
	line-height: 55px;
	font-weight: 700;
}
.bg-slider-single .slick-next{
	background-image: url(../images/right-slider.jpg);
	width:50px;
	height: 87px;
	right: 0;
}
.bg-slider-single .slick-prev{
	background-image: url(../images/left-slider.jpg);
	width:50px;
	height: 87px;
	left: 0;
	z-index:1;
}
.bg-slider-single .slick-slider{
	margin-bottom: 0;
}
.left-description-single .note-picture{
	display: block;
	margin-top: 32px;
	color: #236dac;
	font-weight:700;
	font-family: 'Work Sans';
	max-width: 544px;
	line-height: 32px;
}
.share-post{
	padding: 50px 0 100px;
	border-bottom: 1px solid #5e8fba;
	max-width: 1365px;
	margin: 0 auto;
	text-align: center;
}
.share-post a{
	margin: 0 10px;
	font-size: 20px;
}
.bottom-single{
	padding: 190px 0;
	text-align: center;
}
.bottom-single  h4{
	color: #72abd7;
	font-size: 41.67px;
	font-family: 'Work Sans';
	font-weight: 700;
	margin: 86px 0 124px;
	text-transform: uppercase;
}
.it-textarea{
	height: 180px;
	margin-bottom: 0;
}
.it-tel{
	margin-bottom: 53px;
	height: 50px;
}
.promotions{
	padding:311px 0;
}
.title-product-page{
	text-align: center;
}
.bg-promotions{
	margin-top: 160px;
}
.left-promotions{
	width: 29%;
	float: left;
}
.left-promotions .lpro-inner{
	padding: 90px 37px 40px 46px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
	position:relative;
	margin-bottom:20px;
}
.left-promotions .pronotice {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 10px;
	background-image:url('../images/email-notice.png');
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.left-promotions .linner {
	position: relative;
	z-index:1;
}
.left-promotions h3{
	color: #236dac;
	font-size:62.5px;
	font-weight: 700;
	font-family:'Work Sans';
	max-width:270px;
	text-transform: uppercase;
	line-height: 67px;
	margin-bottom: 17px;
}
.left-promotions p{
	margin-bottom: 34px;
	text-transform: uppercase;
}
.icon-mail{
	position: absolute;
	top: -46px;
	right: 19%;
}
.icon-mail span{
	    font-size: 16.67px;
	    font-family: 'Work Sans';
	    color: #236dac;
	    position: absolute;
	    right: 16px;
	    top: 6px;
	    font-weight: 700;
}
.center-promotions{
	padding: 97px 130px 0 70px;
	float: left;
	width: 34%;
}

.right-promotions{
	    padding-left: 0;
	    width: 37%;
	    float: left;
}
.it-address{
	height: 143px;
	line-height: 33px;
	margin-top: 8px;
}
.center-promotions .it-textarea {
    height: 175px;
    margin-bottom: 0;
    margin-top: -5px;
}
.center-promotions .it-submit {
    width: 152px;
    height: 50px;
}
.events{
	padding:280px 0 100px;
}
.tab-promotions {
    margin-top: 130px;
}
.tab-promotions .nav-tabs li a{
	padding: 0 120px;
	color: #355275;
	font-weight: 700;
	font-size: 32px;
	line-height: 51px;
	font-family: 'Work Sans';
	max-width: 599px;
}
.tab-promotions .nav-tabs {
    border-bottom: none;
    margin-bottom: 169px;
    padding-left: 0;
    text-align: center;
    margin: 0 auto 169px;
    display: block;
    letter-spacing: -0.3em;
}
.tab-promotions .nav-item{
	outline: none;
    position: relative;
    max-width: 33.33%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
}
.tab-promotions .nav-item:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 95px;
	background: #72abd7;
	content: "";
	box-shadow: 0px 0px 9px rgba(114,171,215,0.8);
}
.tab-promotions .nav-item:last-child:after{
	display: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
	 color: #72abd7;
}
.tab-promotions .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #72abd7;
    background-color: transparent;
    border-color: transparent;
}
.list-time{
	padding-left: 186px;
	position: relative;
	right: 0;
}
.list-time ul{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 90px;
	border-right: 1px solid #6ca2cd;
}
.list-time ul li{
	margin-bottom: 110px;
	list-style: none;
	line-height: 100%;
}
.list-time ul li:first-child{
	margin-bottom: 100px;
}
.list-time ul li:last-child{
	margin-bottom: 58px;
}
.list-time ul li a{
	font-size: 27.36px;
    color: #4a112f;
    padding-right: 25px;
	position: relative;
	font-family:'Work Sans';
}
.list-time ul li a:after{
	position: absolute;
	bottom:-17px;
	right: 0;
	width: 51px;
	height: 1px;
	background: #1e2f51;
	content: "";
}
.list-time ul li.active a{
	color: #ce1a31;
}
.list-time ul li.active a:after{
	background: #72abd7;
}
.list-promotions .it-promotions{
	padding: 5px;
	float: left;
	width: 33.33%;
	position: relative;
	cursor: pointer;
}
.list-promotions .it-promotions .feature-promotions{
	width: 100%;
}
.list-promotions .it-promotions:nth-child(3n+1){
	clear: left;
}
.description-it-promotions {
	background: rgba(0,0,15,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 47px 70px 20px 57px;
	opacity: 0;
	margin: 5px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.description-it-promotions h4{
	font-weight: 700;
	color: #20639e;
	text-transform: uppercase;
	font-family:'Work Sans';
	font-size: 16.67px;
	margin: 0;
}
.description-it-promotions p{
	margin: 15px 0 30px;
	font-size: 14.53px;
	line-height: 29px;
}
.description-it-promotions a{
	font-size: 12.14px;
	text-transform: uppercase;
	font-family:'Work Sans';
	color: #72abd7;
	    text-align: center;
    display: block;
}
.description-it-promotions a:hover{
	color: #fff;
}
.description-it-promotions a img{
	margin-left: 14px;
	height: 19px;
}
.list-promotions .it-promotions:hover .description-it-promotions{
	opacity: 1;
}
.right-description-single{
	padding-top: 16px;
}
.description-single p{
	margin-bottom: 35px;
}
.content-single .container{
	max-width: 1540px;
}
.bg-list-product-2 .it-product p{
	margin-top: 4px;
}
.bottom-product .link-download-2{
	margin-top: 114px;
}
.list-product .bg-it-product{
	padding: 0 30px;
}
.list-product .row{
	margin: 0 -30px;
}
.description-it-about{
	padding-left: 42px;
}
.tab-product{
	margin-top: 387px;
}
.tab-product .nav-tabs li a{
	padding: 0 40px;
}
.tab-product .nav-item:after{
    top: -20px;
    bottom: -20px;
    height: auto;
}
.tab-product .tab-content{
	max-width: 1315px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
	background-color: #080f27;
	padding: 138px 0 92px;
	margin: 0 auto;
	box-shadow: 4px 9px 30px rgba(2,3,2,0.2);
}
.description-tab-product{
	max-width: 710px;
	margin: 0 auto;
}
.description-tab-product h3{
	font-size: 41.67px;
	font-weight:700;
	font-family:'Work Sans';
	margin-bottom: 79px;
}
.description-tab-product li h4{
	color: #296ca9;
	font-size: 25px;
	font-weight:700;
	font-family:'Work Sans';
	margin-bottom: 21px;
}
.description-tab-product li{
	margin-bottom: 33px;
	list-style: none;
	position:relative;
	padding-left: 40px;
}
.description-tab-product li:before {
    content: "";
    background: #ce2230;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    position: absolute;
}
.description-tab-product  li p{
	position:relative;
}
.description-tab-product  li p:before{
	content: "";
    background: #ce2230;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -36px;
    top: 10px;
    position: absolute;
}
.bottom-product .link-download:hover{
	color: #fff;
}
.fb_iframe_widget iframe{
	width:540px;
}
.it-provide.it-provide-2{
	max-width: 240px;
}
.it-provide.it-provide-3{
	max-width: 258px;
}
.show-mobile{
	display: none;
}
.animated-delay2 {
	-webkit-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animated-delay3 {
	-webkit-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animated-delay4 {
	-webkit-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.animated-delay5 {
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.animated-delay6 {
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.list-inline {
	letter-spacing:-0.3em;
}
.list-inline .item-inline {
	vertical-align:top;
	display:inline-block;
	letter-spacing:normal;
}
.animated-hide {
	opacity:0;
}
.list-promotions.active {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	opacity: 0;
}
.list-promotions.active.up {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.list-promotions.active.down {
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.list-promotions.done {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	opacity:1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.pdiagram-image img {
	margin-bottom:200px;
}
.pdiagram-image img:last-child {
	margin:0;
}
.scrollbar-inner > .scroll-element.scroll-y {
	width:4px;
}
span.wpcf7-not-valid-tip {
	font-size:12px !important;
	margin-top:-35px;
}
.right-promotions iframe {
	height:700px;
}
.ssl-logo {
	position:fixed;
	bottom:20px;
	right:20px;
}