a, a:hover, a:focus {
  text-decoration: none;
}

.waper .container-fluid {
	/*max-width: 1200px;*/
	max-width: 1460px;
}

.sm-gutters .container, .sm-gutters .container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}
.sm-gutters .row {
  margin-right: -8px;
  margin-left: -8px;
}
.sm-gutters .col,
.sm-gutters [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

/***************************************************************/
.section .title {
	font-size: 26px;
	font-weight: bold;
	color: #002c6c;
	/*border-bottom: 5px solid #7ac143;*/
}

.section-header {}
.section-header .nav-item .nav-link {
	color: #002c6c;
}
.section-header .nav-item .active {
	color: #f06334;
}

.section-banner {}

.section-quick {}
.section-quick .card {
	color: #3a70bf;
	background-color: #f0f5fa;
}
.section-quick .card:hover {
	color: #fff;
}
.section-quick .card-one:hover {
	background: #f06334;
}.section-quick .card-two:hover {
	background: #7ac143;
}
.section-quick .card-three:hover {
	background: #3a70bf;
}
.section-quick .card-four:hover {
	background: #3a70bf;
}
.section-quick .card h2 {
	font-size: 2.8rem;
	font-weight: bold;
    line-height: 1.2;
}

.section-standed {}
.section-standed .card {
	color: #3a70bf;
	background-color: #f0f5fa;
	border-width: 12px 0 0 0;
}
.section-standed .card-one {
	border-top: 12px solid #ff8200;
}
.section-standed .card-two {
	border-top: 12px solid #7ac143;
}
.section-standed .card-three {
	border-top: 12px solid #f05587;
}
.section-standed .card-four {
	border-top: 12px solid #00b6de;
}

.section-app {}
.section-app .card {
	color: #3a70bf;
	background-color: #f0f5fa;
	border: 0;
}
.section-app .card .card-header {
	color: #fff;
	background-color: #f0f5fa;
	border: 0;
	border-radius: 0;
}
.section-app .card-one .card-header {
	background-color: #00b6de;
}
.section-app .card-two .card-header {
	background-color: #3a70bf;
}
.section-app .card-three .card-header {
	background-color: #89aadb;
}
.section-app .card-four .card-header {
	background-color: #00b6de;
}

.section-search {
	background: #f0f5fa;
}
.section-bottom {
	background: #e5f0fc;
}
.section-footer {
	background: #002c6c;
}
.section-project {
	background-color: #EFF5FE;
	background-repeat:no-repeat;
	background-position: center bottom;
	background-image: url(../img/background-3.png);
}

.section_plan {
	background-color: #fff;
}
.section_plan .title {
	font-size: 26px;
	font-weight: bold;
	color: #002c6c;
	border-bottom: 5px solid #7ac143;
}
.section_plan .card-plan-item {
	color: #414345;
	background: #f0f5fa;
	border: none;
}
.section_plan .card-plan-item .card-icon {
	color: #3a70bf;
}
.section_plan .card-plan-item:hover {
	color: #fff;
    background: #3a70bf;
}
.section_plan .card-plan-item:hover .card-icon{
	color: #fff;
}

/*************************************************************/
.card-custom {
	cursor: pointer;
	transition:transform .2s;
}
.card-custom:hover {
	box-shadow:0 15px 30px rgba(0,0,0,.1);
	transform:translate3d(0,-2px,0);
}

.card-bg1 {
	background-size: 100% 100%;
	background-image: url(../img/card-bg8.png);
}
