@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
.body {
    margin: 0;
    padding: 0;
    background: #fff
}

.clear {
    clear: both
}

.hr {
    width: 100%;
    height: 6px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

.header {
    width: 100%;
    height: 100px
}

.header .brand {
    width: 280px;
    height: 100px;
    display: block;
    background: url(../images/logo-encabezado.png) no-repeat center left
}

@media (max-width:689px) {
    .header .brand {
        background-size: 230px;
        width: 100%;
        background-position: center center
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .header .brand {
        background-size: 80%
    }
}

.header .item {
    float: right;
    margin-left: 30px;
    margin-top: 35px
}

.header .item .icon {
    float: left;
    margin-right: 15px
}

.header .item .text {
    float: left
}

/* 20190520 agrego */
@media (min-width:1020px) and (max-width:1349px) {
	.header .item {
		float: right;
		margin-left: 10px;
		margin-top: 15px
	}

	.header .item .icon {
		float: left;
		margin-right: 5px
	}

	.header .item .text {
		float: left
	}
}
/*  - */

.header .item .text h1 {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: 800
}

.header .item .text p {
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0
}

.menu {
    width: 100%;
    height: 60px;
    background: #064688
}

.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.menu .navbar-default {
    background: 0 0;
    border: none;
    margin: 0;
    height: 60px;
    padding-top: 15px;
    text-align: right;
    z-index: 999
}

.menu .navbar-default .navbar-brand {
    position: absolute;
    top: 5px;
    left: 0;
    display: none
}

.menu .navbar-default .navbar-nav {
    float: right!important
}

/* 20190520 agrego */
@media (min-width:690px) and (max-width:1019px) {
	.menu .navbar-default {
		background: 0 0;
		border: none;
		margin: 0;
		height: 50px;
		padding-top: 5px;
		text-align: right;
		z-index: 999
	}

	.menu .navbar-default .navbar-brand {
		position: absolute;
		top: 5px;
		left: 0;
		display: none
	}

	.menu .navbar-default .navbar-nav {
		float: right !important
	}
}
/* -- */


.menu .navbar-default .navbar-collapse {
    padding-left: 0!important;
    padding-right: 0!important
}

/*
@media (max-width:689px) {
    .menu .navbar-default .navbar-collapse {
        background-color: #f60;
        z-index: 1010;
        position: absolute;
        width: 100%;
        margin-top: 3px;
        border: none;
        box-shadow: none
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .menu .navbar-default .navbar-collapse {
        background-color: #f60;
        z-index: 1010;
        position: absolute;
        width: 100%;
        margin-top: 5px;
        border: none;
        box-shadow: none
    }
}
*/

.menu .navbar-default li {
	border-right: 1px solid #2d6eb2;
	background-color: #064688;
    padding: 5px 30px 3px 30px;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.menu .navbar-default li:last-child {
    border: none
}

/*
@media (max-width:689px) {
    .menu .navbar-default li {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-right: none
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .menu .navbar-default li {
        padding: 20px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        border-right: none
    }
}*/

.menu .navbar-default li:hover {
    background-color: rgba(255, 255, 255, .2);
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.menu .navbar-default li a {
    padding: 0;
    font-size: 14px;
    color: #fff!important;
    font-weight: 800;
    text-transform: uppercase
}

/*
@media (max-width:689px) {
    .menu .navbar-default li a {
        text-align: center;
        width: 100%
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .menu .navbar-default li a {
        text-align: center;
        width: 100%
    }
}*/

.menu .navbar-default .navbar-toggle {
    float: none;
    margin-top: 0;
    text-align: center;
    background-color: #064688;
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35)
}

.menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto
}

.menu .navbar-default .navbar-toggle:hover {
    background-color: #ececec
}

.menu .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #f60!important
}

.slider {
    width: 100%;
    height: 600px;
    position: relative
}

@media (max-width:689px) {
    .slider {
        height: 330px
    }
}

.slider .item {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center
}

@media (max-width:689px) {
    .slider .item {
        height: 330px
    }
}

.slider .item .content {
    width: 100%;
    height: 600px;
    background-color: rgba(0, 0, 0, .5);
    padding: 130px 110px
}

@media (max-width:689px) {
    .slider .item .content {
        padding: 40px 0;
        height: 330px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .item .content {
        padding: 40px 0
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .item .content {
        padding: 40px 110px
    }
}

.slider .item .content h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800
}

@media (max-width:689px) {
    .slider .item .content h1 {
        font-size: 30px;
        line-height: 35px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .item .content h1 {
        font-size: 25px;
        line-height: 35px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .item .content h1 {
        font-size: 35px;
        line-height: 45px
    }
}

.slider .item .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px
}

.slider .item .content a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 50px;
    border: 2px solid #f60;
    float: left;
    margin-top: 50px;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.slider .item .content a:hover {
    background-color: #f60;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.slider .carousel-indicators {
    left: 0;
    margin-left: 0;
    text-align: left;
    bottom: 100px
}

@media (max-width:689px) {
    .slider .carousel-indicators {
        bottom: 210px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .carousel-indicators {
        bottom: 210px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .carousel-indicators {
        bottom: 210px
    }
}

.slider .carousel-indicators li {
    border: none;
    background: #fff;
    margin: 1px 10px;
    float: left
}

.slider .carousel-indicators .active {
    background-color: #f60;
    width: 15px;
    height: 15px;
    margin: -2px 10px 1px 10px
}

.slider .tracker {
    width: 410px;
    /* 2019-02-17 cambio 
    height: 400px;
    */
    height: 280px;
    background: url(../images/bgLocation.png) no-repeat right top rgba(6, 70, 136, .8);
    position: absolute;
    /* 2019-02-17 cambio
    top: 100px;
    */
    top: 300px;
    left: 63%;
    z-index: 9;
    padding: 50px 40px
}

/* 2019-02-17 agrego */
.slider .tracker2 {
    width: 410px;
    height: 200px;
    background: url(../images/bgLocation.png) no-repeat right top #f60;
	position: absolute;
	/* 2020-04-21 cambio 
	top: 10px;
	*/
	top: 85px;
    left: 63%;
    z-index: 9;
    padding: 50px 40px
}
/* */

/* 2020-04-21 agrego */
.slider .tracker3 {
	width: 410px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 63%;
	z-index: 9;
	padding: 50px 40px
}

/* */

@media (max-width:689px) {
    .slider .tracker {
        width: 90%;
		margin-left: 5%;
		/* cambio */
        top: 315px;
        bottom: 5%;
        left: 0;
        height: 300px;
        padding: 35px 30px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker {
        width: 320px;
        top: 300px;
        bottom: 0;
        left: 63%;
        height: 300px;
        padding: 25px 40px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker {
        width: 410px;
        top: 300px;
        bottom: 0;
        left: 63%;
        height: 300px;
        padding: 40px 40px
    }
}

/* agrego 20190520 */
@media (max-width:689px) {
	.slider .tracker2 {
		width: 90%;
		margin-left: 5%;
		/* 2020-04-21 cambio
		top: initial;
		*/
		top: 85px;
		bottom: 5%;
		left: 0;
		/* 2020-04-21 cambio
		height: 300px;
		*/
		height: 200px;
		padding: 35px 30px
	}
}
@media (min-width:690px) and (max-width:1019px) {
	.slider .tracker2 {
		width: 320px;
		/* 2020-04-21 cambio
		height: 200;
		*/
		height: 140;
		background: url(../images/bgLocation.png) no-repeat right top #f60;
		position: absolute;
		/* 2020-04-21 cambio
		top: 5px;
		*/
		top: 85px;
		left: 63%;
		z-index: 9;
		padding: 10px 20px
	}
}
@media (min-width:1020px) and (max-width:1349px) {
	.slider .tracker2 {
		width: 410px;
		/* 2020-04-21 cambio 
		height: 280px;
		*/
		height: 200px;
		background: url(../images/bgLocation.png) no-repeat right top #f60;
		position: absolute;
		/* 2020-04-21 cambio
		top: 10px;
		*/
		top: 85px;
		left: 63%;
		z-index: 9;
		padding: 50px 40px
	}
}
/* ---- */

/* agrego 20200421 */
@media (max-width:689px) {
	.slider .tracker3 {
		width: 90%;
		margin-left: 5%;
		top: 5px;
		bottom: 5%;
		left: 0;
		height: 90px;
		padding: 35px 30px
	}
}

@media (min-width:690px) and (max-width:1019px) {
	.slider .tracker3 {
		width: 320px;
		height: 90;
		background: url(../images/bgLocation.png) no-repeat right top #f60;
		position: absolute;
		top: 5px;
		left: 63%;
		z-index: 9;
		padding: 10px 20px
	}
}

@media (min-width:1020px) and (max-width:1349px) {
	.slider .tracker3 {
		width: 410px;
		height: 60px;
		background: url(../images/bgLocation.png) no-repeat right top #f60;
		position: absolute;
		top: 10px;
		left: 63%;
		z-index: 9;
		padding: 50px 40px
	}
}

/* ---- */

/*
@media (max-width:689px) {
    .slider .tracker .txt {
        width: 100%;
        float: left
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker .txt {
        width: 100%;
        float: left
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker .txt {
        width: 40%;
        float: left
    }
}
*/

.slider .tracker .txt h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding: 0
}

.slider .tracker .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0
}

/* agrero 2019-02-17 */
.slider .tracker2 .txt h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    padding: 0
}
.slider .tracker2 .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0
}
/* */

/*
@media (max-width:689px) {
    .slider .tracker .txt p {
        margin: 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker .txt p {
        margin: 0
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker .txt p {
        margin: 10px 0 0 0
    }
}*/


.slider .tracker .txt p a {
    color: #f60;
    text-decoration: none
}

/*
@media (max-width:689px) {
    .slider .tracker form {
        width: 100%;
        float: right
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker form {
        width: 100%;
        float: right
    }
}


@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker form {
        width: 55%;
        float: right
    }
}
*/

.slider .tracker form .field {
    width: 100%;
    border: none;
    background-color: #fff;
    font-size: 18px;
    padding: 18px 22px;
    margin-top: 45px
}

@media (max-width:689px) {
    .slider .tracker form .field {
        width: 100%;
        float: left;
        margin-top: 20px;
        padding: 13px 22px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker form .field {
        width: 60%;
        float: left;
        margin-top: 20px;
        padding: 13px 22px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker form .field {
        width: 60%;
        float: left;
        margin-top: 10px;
        padding: 13px 22px
    }
}

.slider .tracker form .btnForm {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #f60;
    border: none;
    padding: 18px 22px;
    margin-top: 20px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

/* agrego 2019-02-17 */
.slider .tracker2 form .btnForm {
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    /* 2019-02-20 cambio 
    background-color: #f60;
    */
    background-color: #044486;
    border: none;
    padding: 18px 22px;
    margin-top: 20px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}
/* */


.slider .tracker form .btnFormInv {
    color: #f60;
    background-color: #fff;
}

/* 2019-02-20 agrego */
.slider .tracker2 form .btnFormInv2 {
    color: #fff;
    background-color: #044486;
}


/*
@media (max-width:689px) {
    .slider .tracker form .btnForm {
        width: 100%;
        float: right;
        margin-top: 20px;
        padding: 15px 22px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .slider .tracker form .btnForm {
        width: 35%;
        float: right;
        margin-top: 20px;
        padding: 15px 22px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .slider .tracker form .btnForm {
        width: 35%;
        float: right;
        margin-top: 10px;
        padding: 15px 22px
    }
}
*/

.slider .tracker form .btnForm:hover {
    background-color: #f2f2f2;
    color: #f60;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.slider .tracker form .btnFormInv:hover {
    background-color: #f60;
    color: #f2f2f2;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

/* 2019-02-20 agrego */
.slider .tracker2 form .btnFormInv2:hover {
    background-color: #f2f2f2;
    color: #f60;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.services {
    padding: 100px 0
}

@media (max-width:689px) {
    .services {
		padding: 40px 0;
		position: relative;
		top: 300px;
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .services {
        padding: 60px 0
    }
}

.services .title {
    text-align: center;
    margin-bottom: 90px
}

@media (min-width:690px) and (max-width:1019px) {
    .services .title {
        margin-bottom: 60px
    }
}

@media (max-width:689px) {
    .services .title {
        margin-bottom: 60px
    }
}

.services .title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

@media (max-width:689px) {
    .services .title h1 {
        font-size: 38px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .services .title h1 {
        font-size: 40px
    }
}

.services .title .line {
    width: 50px;
    height: 4px;
    background-color: #064688;
    margin: 30px auto 40px auto
}

.services .title p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0
}

.services .item {
    width: 25%;
    height: 330px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    text-decoration: none
}

@media (max-width:689px) {
    .services .item {
        width: 100%;
        height: 260px;
        border: none;
        border-bottom: 1px solid #e9e9e9
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item {
        width: 50%;
        border-bottom: 1px solid #e9e9e9;
        height: 280px
    }
}

.services .item:first-child {
    border-left: none;
    border-top: none
}

.services .item:nth-child(2) {
    border-top: none;
    border-left: none
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item:nth-child(2) {
        border-right: none
    }
}

.services .item:nth-child(3) {
    border-top: none;
    border-left: none
}

.services .item:nth-child(4) {
    border: none
}

.services .item:nth-child(5) {
    border-left: none
}

.services .item:nth-child(6) {
    border-left: none
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item:nth-child(6) {
        border-right: none
    }
}

.services .item:nth-child(7) {
    border-left: none
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item:nth-child(7) {
        border-bottom: none
    }
}

.services .item:nth-child(8) {
    border-left: none;
    border-right: none
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item:nth-child(8) {
        border-bottom: none
    }
}

@media (max-width:689px) {
    .services .item:nth-child(8) {
        border-bottom: none
    }
}

.services .item .cont {
    padding: 60px 20px 0 20px;
    height: 100%;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

@media (min-width:690px) and (max-width:1019px) {
    .services .item .cont {
        padding: 30px 20px 0 20px
    }
}

@media (max-width:689px) {
    .services .item .cont {
        padding: 30px 20px 0 20px
    }
}

.services .item .cont .icon {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.services .item .cont h1 {
    font-size: 16px;
    font-weight: 800;
    color: #333
}

.services .item .cont p {
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.services .item:hover .cont {
    background-color: #f3f3f3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s
}

.split {
    width: 100%;
    height: 500px;
    background: url(../images/bgSplit.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed
}

@media (max-width:689px) {
    .split {
        height: 250px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .split {
        height: 400px
    }
}

.postServices {
    padding: 100px 0 80px 0;
    width: 100%;
    background: url(../images/bgServices.jpg) no-repeat right bottom;
    background-size: contain
}

@media (max-width:689px) {
    .postServices {
        padding: 40px 0 40px 0;
        background: 0 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .postServices {
        padding: 60px 0 60px 0;
        background: 0 0
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .postServices {
        padding: 50px 0 50px 0
    }
}

.postServices .items {
    width: 100%;
    height: 100%;
    background: rgba(255, 102, 0, .8);
    padding: 20px 40px
}

@media (min-width:690px) and (max-width:1019px) {
    .postServices .items {
        margin-top: 30px
    }
}

@media (max-width:689px) {
    .postServices .items {
        margin-top: 30px
    }
}

.postServices .items .item {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #ffc299
}

@media (max-width:689px) {
    .postServices .items .item {
        font-size: 20px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .postServices .items .item {
        font-size: 30px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .postServices .items .item {
        font-size: 30px
    }
}

.postServices .items .item span {
    font-size: 24px;
    font-weight: 700
}

@media (max-width:689px) {
    .postServices .items .item span {
        font-size: 16px
    }
}

.postServices .items .item:last-child {
    border: none
}

.postServices img {
    margin-right: 20px
}

.postServices h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

@media (max-width:689px) {
    .postServices h1 {
        font-size: 38px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .postServices h1 {
        font-size: 40px
    }
}

.postServices h2 {
    font-size: 14px;
    font-weight: 800;
    color: #f60;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0
}

@media (max-width:689px) {
    .postServices h2 {
        font-size: 13px
    }
}

.postServices p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin: 30px 0 40px 0
}

.trajectory {
    background-color: #f2f2f2;
    padding: 100px 0
}

@media (max-width:689px) {
    .trajectory {
        padding: 40px 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .trajectory {
        padding: 60px 0
    }
}

.trajectory .title {
    text-align: center;
    margin-bottom: 90px
}

@media (min-width:690px) and (max-width:1019px) {
    .trajectory .title {
        margin-bottom: 60px
    }
}

@media (max-width:689px) {
    .trajectory .title {
        margin-bottom: 30px
    }
}

.trajectory .title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

@media (max-width:689px) {
    .trajectory .title h1 {
        font-size: 38px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .trajectory .title h1 {
        font-size: 40px
    }
}

.trajectory .title .line {
    width: 50px;
    height: 4px;
    background-color: #064688;
    margin: 30px auto 40px auto
}

.trajectory .title p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0
}

.trajectory .slick-slide img {
    display: inline
}

.trajectory .slick-slide {
    text-align: center
}

.contacNow {
    width: 100%;
    height: 170px;
    box-sizing: border-box;
    padding-top: 40px;
    background-color: #064688
}

@media (min-width:690px) and (max-width:1019px) {
    .contacNow {
        height: 230px;
        padding-top: 20px
    }
}

@media (max-width:689px) {
    .contacNow {
        height: 260px;
        padding-top: 20px
    }
}

.contacNow h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    color: #fff
}

.contacNow h1 b {
    font-weight: 800
}

@media (min-width:690px) and (max-width:1019px) {
    .contacNow h1 {
        text-align: center
    }
}

@media (max-width:689px) {
    .contacNow h1 {
        text-align: center;
        font-size: 18px
    }
}

.contacNow a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    float: left;
    padding: 20px 30px 15px 30px;
    margin-top: 25px;
    background-color: #f60;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    text-decoration: none;
    transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -ms-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s
}

.contacNow a:hover {
    background-color: #ececec;
    color: #f60;
    transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -ms-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s
}

@media (min-width:690px) and (max-width:1019px) {
    .contacNow a {
        width: 100%;
        text-align: center
    }
}

@media (max-width:689px) {
    .contacNow a {
        width: 100%;
        text-align: center
    }
}

.tracking .banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:689px) {
    .tracking .banner {
        height: 200px
    }
}

.tracking .banner .layer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:689px) {
    .tracking .banner .layer {
        height: 200px
    }
}

.tracking .banner .layer h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 210px
}

@media (max-width:689px) {
    .tracking .banner .layer h1 {
        font-size: 40px;
        margin-top: 130px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .tracking .banner .layer h1 {
        font-size: 45px
    }
}

.tracking .result {
    padding: 80px 0
}

@media (max-width:689px) {
    .tracking .result {
        padding: 40px 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .tracking .result {
        padding: 60px 0
    }
}

.tracking .result h2 {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin: 0;
    padding: 0
}

.tracking .result h2 img {
    margin-right: 10px;
    width: 15px
}

.tracking .result h1 {
    font-size: 26px;
    font-weight: 400;
    color: #333;
    margin: 20px 0 0 0;
    padding: 0 0 30px 0
}

.tracking .result h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    padding-left: 25px
}

.tracking .result .important {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 60px;
    padding-right: 60px
}

@media (max-width:689px) {
    .tracking .result .important {
        padding-right: 0
    }
}

.tracking .result .item {
    margin-top: 0;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer
}

.tracking .result .item h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    float: left
}

.tracking .result .item h3 span {
    margin-right: 7px
}

.tracking .result .item p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0;
    padding: 0;
    float: right
}

.tracking .result .item:hover {
    background-color: #f2f2f2
}

.tracking .result .item.active h3 {
    color: #f60
}

.tracking .result .item.head {
    background-color: #f60
}

.tracking .result .item.head h2 {
    color: #fff
}

@media (max-width:689px) {
    .tracking .dest {
        margin-top: 30px
    }
}

.tracking .error {
    background: url(../images/bgError.png) center right no-repeat
}

@media (max-width:689px) {
    .tracking .error {
        background: 0 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .tracking .error {
        background: 0 0
    }
}

.tracking .error h5 {
    font-size: 48px;
    font-weight: 800;
    color: #f60;
    margin-top: 70px
}

.tracking .error h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    margin-bottom: 40px
}

.tracking .error .field {
    padding: 12px 15px;
    background: 0 0;
    width: 430px;
    border: 1px solid #c9c9c9;
    font-size: 18px
}

@media (max-width:689px) {
    .tracking .error .field {
        width: 60%
    }
}

.tracking .error .btnForm {
    padding: 15px 55px 12px 55px;
    background: #f60;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #f60;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-left: 10px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

@media (max-width:689px) {
    .tracking .error .btnForm {
        padding: 15px 25px 12px 25px
    }
}

.tracking .error .btnForm:hover {
    background-color: #f60;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.company .banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:689px) {
    .company .banner {
        height: 200px
    }
}

.company .banner .layer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:689px) {
    .company .banner .layer {
        height: 200px
    }
}

.company .banner .layer h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 210px
}

@media (max-width:689px) {
    .company .banner .layer h1 {
        font-size: 40px;
        margin-top: 130px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .company .banner .layer h1 {
        font-size: 45px
    }
}

.company .data {
    padding: 100px 0
}

@media (max-width:689px) {
    .company .data {
        padding: 40px 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .company .data {
        padding: 60px 0
    }
}

.company .data h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

.company .data .line {
    width: 50px;
    height: 4px;
    background-color: #064688;
    margin: 20px 0
}

.company .data p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    color: #333;
    margin: 0 0 70px 0;
    padding: 0
}

@media (max-width:689px) {
    .company .data p {
        font-size: 16px;
        line-height: 30px
    }
}

.company .data .other {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.company .data .other:last-child {
    border: none
}

@media (max-width:689px) {
    .company .data .other {
        text-align: center
    }
}

.company .data .other img {
    float: left;
    margin-right: 20px
}

@media (max-width:689px) {
    .company .data .other img {
        float: none;
        margin-right: 0
    }
}

.company .data .other p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    color: #666;
    margin: 0;
    float: left;
    width: 70%
}

@media (max-width:689px) {
    .company .data .other p {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .company .data .other p {
        width: 65%
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .company .data .other p {
        width: 65%
    }
}

.company .data .more h1 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #333
}

.company .data .more h1 span {
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-right: 10px
}

.company .data .more p {
    font-size: 16px;
    line-height: 30px;
    color: #4290df
}

.branch .banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:689px) {
    .branch .banner {
        height: 200px
    }
}

.branch .banner .layer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:689px) {
    .branch .banner .layer {
        height: 200px
    }
}

.branch .banner .layer h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 210px
}

@media (max-width:689px) {
    .branch .banner .layer h1 {
        font-size: 40px;
        margin-top: 130px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .branch .banner .layer h1 {
        font-size: 45px
    }
}

.branch .items {
    padding: 100px 0 250px 0
}

@media (max-width:689px) {
    .branch .items {
        padding: 40px 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .branch .items {
        padding: 60px 0
    }
}

.branch .items .item {
    width: 100%;
    height: 300px;
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width:689px) {
    .branch .items .item {
        padding: 30px 20px;
        height: 250px
    }
}

.branch .items .item h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    padding: 0
}

.branch .items .item h1 span {
    font-size: 12px;
    color: #f60;
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    padding-bottom: 20px
}

@media (max-width:689px) {
    .branch .items .item h1 {
        font-size: 30px
    }
}

.branch .items .item p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-left: 25px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 35px
}

.branch .items .item p span {
    font-size: 28px
}

@media (max-width:689px) {
    .branch .items .item p {
        font-size: 16px;
        left: 20px
    }
    .branch .items .item p span {
        font-size: 22px
    }
}

.contact .banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative
}

@media (max-width:689px) {
    .contact .banner {
        height: 200px
    }
}

.contact .banner .layer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:689px) {
    .contact .banner .layer {
        height: 200px
    }
}

.contact .banner .layer h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 210px
}

@media (max-width:689px) {
    .contact .banner .layer h1 {
        font-size: 40px;
        margin-top: 130px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .contact .banner .layer h1 {
        font-size: 45px
    }
}

.contact .content {
    padding: 100px 0 250px 0
}

@media (max-width:689px) {
    .contact .content {
        padding: 40px 0
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .contact .content {
        padding: 60px 0
    }
}

.contact .content .form h1 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0
}

@media (max-width:689px) {
    .contact .content .form h1 {
        font-size: 16px
    }
}

.contact .content .form .select {
    margin: 50px 0 35px 0
}

@media (max-width:689px) {
    .contact .content .form .select {
        margin: 30px 0 15px 0
    }
}

.contact .content .form .select .item {
    width: 50%;
    float: left;
    cursor: pointer
}

.contact .content .form .select .item .circle {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px solid #cacaca;
    float: left;
    margin-right: 12px
}

@media (max-width:689px) {
    .contact .content .form .select .item .circle {
        width: 20px;
        height: 20px
    }
}

.contact .content .form .select .item .circle .fill {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #fff
}

@media (max-width:689px) {
    .contact .content .form .select .item .circle .fill {
        width: 16px;
        height: 16px
    }
}

.contact .content .form .select .item p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    float: left;
    margin-top: 1px
}

@media (max-width:689px) {
    .contact .content .form .select .item p {
        font-size: 14px
    }
}

.contact .content .form .select .item.active .circle .fill {
    background-color: #f60
}

.contact .content .form .field {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    padding: 15px 20px;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px
}

@media (max-width:689px) {
    .contact .content .form .field {
        padding: 10px 15px;
        font-size: 16px;
        margin-bottom: 15px
    }
}

.contact .content .form .field:focus {
    border-color: #f60
}

.contact .content .form .field.error {
    border-color: red;
    margin-bottom: 5px
}

.contact .content .form .txtError {
    color: red;
    font-size: 11px;
    margin-bottom: 15px;
    display: block
}

.contact .content .form .file {
    display: none
}

.contact .content .form .file label {
    font-size: 18px;
    font-weight: 400;
    color: #666
}

.contact .content .form .file input[type=checkbox]:focus, .contact .content .form .file input[type=file]:focus, .contact .content .form .file input[type=radio]:focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.contact .content .form .file input[type=file] {
    font-size: 14px
}

.contact .content .form .btnForm {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    float: left;
    padding: 20px 50px 15px 50px;
    margin-top: 25px;
    border: none;
    background-color: #f60;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    text-decoration: none;
    transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -ms-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s
}

.contact .content .form .btnForm:hover {
    background-color: #4290df;
    color: #fff;
    transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
    -ms-transition: color .3s, background-color .3s;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s
}

.contact .content .form .btnForm img {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

@media (min-width:690px) and (max-width:1019px) {
    .contact .content .staff {
        margin-top: 50px
    }
}

@media (max-width:689px) {
    .contact .content .staff {
        margin-top: 50px
    }
}

.contact .content .staff .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9
}

.contact .content .staff .item:last-child {
    border: none
}

.contact .content .staff .item .image {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-size: cover;
    background-position: center;
    float: left
}

@media (max-width:689px) {
    .contact .content .staff .item .image {
        display: none
    }
}

.contact .content .staff .item .info {
    float: right;
    width: 80%
}

@media (max-width:689px) {
    .contact .content .staff .item .info {
        width: 100%
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .contact .content .staff .item .info {
        width: 75%
    }
}

.contact .content .staff .item .info h1 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666
}

.contact .content .staff .item .info h1 b {
    font-size: 18px;
    font-weight: 800;
    color: #333
}

.contact .content .staff .item .info p {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px
}

.foot {
    width: 100%;
    padding: 90px 0 100px 0;
    background-color: #222
}

@media (max-width:689px) {
    .foot {
        padding: 50px 0 30px 0
    }
}

@media (max-width:689px) {
    .foot .brandFoot {
        text-align: center
    }
}

.foot h1 {
    font-size: 18px;
    font-weight: 800;
    color: #f60;
    margin: 0 0 20px 0;
    padding: 0
}

@media (max-width:689px) {
    .foot h1 {
        text-align: center;
        margin-top: 30px
    }
}

.foot h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0
}

.foot h2 span {
    color: #c8c8c8
}

@media (max-width:689px) {
    .foot h2 {
        text-align: center
    }
}

.foot p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #c8c8c8;
    margin: 0 0 20px 0;
    padding: 0
}

.foot p a {
    color: #f60
}

@media (max-width:689px) {
    .foot p {
        text-align: center
    }
}

.foot .link {
    display: block;
    font-size: 14px;
    color: #c8c8c8;
    margin-bottom: 20px;
    text-decoration: none;
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s
}

.foot .link:hover {
    color: #f60;
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s
}

.foot .field {
    padding: 10px 15px;
    background: 0 0;
    width: 230px;
    border: 1px solid #474747
}

@media (min-width:690px) and (max-width:1019px) {
    .foot .field {
        width: 160px;
        margin-bottom: 30px
    }
}

@media (min-width:1020px) and (max-width:1349px) {
    .foot .field {
        width: 160px
    }
}

.foot .btnForm {
    padding: 10px 15px 9px 15px;
    background: 0 0;
    border: 1px solid #f60;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-left: 10px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.foot .btnForm:hover {
    background-color: #f60;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.servicesIn .banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center top;
    position: relative
}

@media (max-width:689px) {
    .servicesIn .banner {
        height: 200px
    }
}

.servicesIn .banner .layer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:689px) {
    .servicesIn .banner .layer {
        height: 200px
    }
}

.servicesIn .banner .layer h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    margin-top: 210px
}

@media (max-width:689px) {
    .servicesIn .banner .layer h1 {
        font-size: 40px;
        margin-top: 80px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .servicesIn .banner .layer h1 {
        font-size: 45px
    }
}

.servicesIn .items {
    padding: 80px 0 150px 0
}

.servicesIn .items .linkMobile {
    background-color: #f60;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.servicesIn .items .linkMobile:hover {
    background-color: #064688;
    transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s
}

.servicesIn .items .linkMobile span {
    margin-right: 5px
}

@media (max-width:689px) {
    .servicesIn .items .subMenu {
        display: none;
        padding-top: 20px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .servicesIn .items .subMenu {
        display: none;
        padding-top: 20px
    }
}

.servicesIn .items .subMenu a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
    padding: 15px 20px;
    transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -webkit-transition: color .5s;
    -o-transition: color .5s
}

.servicesIn .items .subMenu a:last-child {
    border: none
}

.servicesIn .items .subMenu a span {
    font-size: 14px;
    margin-right: 5px;
    display: none
}

.servicesIn .items .subMenu a.active, .servicesIn .items .subMenu a:hover {
    color: #4290df;
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -webkit-transition: color .3s;
    -o-transition: color .3s
}

.servicesIn .items .subMenu a.active span, .servicesIn .items .subMenu a:hover span {
    display: initial
}

.servicesIn .items .item {
    padding-left: 50px;
    display: none
}

@media (max-width:689px) {
    .servicesIn .items .item {
        padding-left: 0;
        margin-top: 30px
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .servicesIn .items .item {
        padding-left: 0;
        margin-top: 30px
    }
}

.servicesIn .items .item.active {
    display: block
}

.servicesIn .items .item h1 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0
}

.servicesIn .items .item .line {
    width: 50px;
    height: 4px;
    background-color: #064688;
    margin: 20px 0
}

.servicesIn .items .item p {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0
}

.servicesIn .items .item img {
    width: 100%;
    margin-top: 20px
}

.legal {
    width: 100%;
    background-color: #181818;
    padding: 15px 0
}

@media (max-width:689px) {
    .legal .brandLegal {
        text-align: center
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .legal .brandLegal {
        text-align: center
    }
}

.legal p {
    color: #7c7c7c;
    font-size: 12px;
    margin-top: 10px;
    text-align: right
}

@media (max-width:689px) {
    .legal p {
        text-align: center
    }
}

@media (min-width:690px) and (max-width:1019px) {
    .legal p {
        text-align: center
    }
}

.legal p a {
    margin-left: 15px;
    color: #96ac00;
    font-size: 14px
}

.legal p a span {
    color: #fff
}