/*update GK */

.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
	z-index: 9999999;

	right: auto;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 44px;
	height: 9px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff !important;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: opacity .6s ease;

	opacity: 1;
}


.carousel-indicators .active {
	background-color: #004489 !important;
}


.module-caption.line_text {
	height: 250px;
}

.subline-line {

	height: 65px;
}

@media (max-width:1070px) { 
	.module-caption.line_text {
		height: 271px;
	}

} 

.classmargin {
    position: relative;
    margin-top: 10rem;
}

.title.blue-slide-title {

	color: #004489 !important; 

}

.title.red-slide-subtitle {
	color: #e20025 !important;
	width: 500px;
}

.module-caption.line_text p.blue-slide-text {

	color: #004489 !important; 
}


.carousel-item .white-slide {
		
	background-color: #ffffff;
}

@media (max-width:991px) { 

	.white-slide-section {
		background-color: #ffffff;
	}
}

.module-button .btn-white-slide {
    background: transparent;
    border: 1px solid #e20025;
    color: #004489 !important;
}

.module-button .btn-white-slide:hover, 
.module-button .btn-white-slide:hover .arrow svg polygon {

    color: #ffffff !important;
	fill: #ffffff !important;
}


.btn-white-slide .blue-arrow {
	color: #004489 !important;
}

.module-button .btn-white-slide  .arrow svg polygon {
	fill: #004489 !important;
}



.fullwidth.red-slide-section {

	background-color: #e20025;
}

@media (max-width:991px) { 

	.red-slide-section-responsive {
		background-color: #e20025;
	}

}

.module-button .btn-red-slide {
   
    border: 1px solid #004489 !important;
   
}

.module-button .btn-red-slide:hover {
   
    color: #ffffff !important;
	background-color: #004489 !important;
}




@keyframes ticker-kf {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.img-ticker {
 
  text-align: right;
}

.ticker-main {

  background-color: #E20025;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  font-size: 2rem;
  /*margin-top: -1rem;*/

}

.tkp-ticker {
  /*animation: ticker-kf 20s linear infinite;*/
  animation: ticker-kf 40s linear infinite;
  text-align: right;
  margin-right: -91rem;
  white-space: nowrap;

  display: inline-block;
}
.tkp-ticker p {
	display: inline-block;
}

.tkp-ticker a {
    color: #fff;
    text-decoration: none;
  }

.tkp-ticker a:hover {
	color: #004489;
}