/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2020 IMAJIKU.
*/


/* =LAYOUT
-------------------------------------------------------------*/
.section-top{
	margin-top: 65px;
}
.section-hero-top{
	padding-top: 65px;
}
.section:last-child {
	padding-bottom: 4%;
}

/* =HEADER
-------------------------------------------------------------*/
.navbar{
	height: 65px;
}
.navbar .navbar-collapse{
	justify-content: flex-end;
}
.navbar .navbar-mjk-mainmenu{
	margin-right: 3rem;
}
.navbar .navbar-mjk-top{
	margin-right: 1rem;
}
.navbar .navbar-mjk-top .nav-social-network .nav-link i{
	color: #01449f;
}
.navbar-brand img{
	height: 25px;
}

.search-body {
	height: 65px;
}
.search-body input,
.search-body input[type="text"] {
	top: 15px;
}
.search-body .close{
	top: 15px;
}
.search-body input, .search-body input[type="text"]{
	border-bottom: 2px solid #01449f;
}
.navbar .caret-mjk-box {
	height: 24px;
}
.navbar .navbar-nav .nav-item:active .caret-mjk-desktop i,
.navbar .navbar-nav .nav-item.active .caret-mjk-desktop i {
	color: #01449f;
}
.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
	color: #01449f;
}
.navbar .dropdown-item:hover {
	color: #01449f;
}
.navbar .dropdown-menu:before {
	content:"";
	position: absolute;
	left: 11px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	z-index:9999;
}

/*navbar sticky*/
header.sticky .navbar {
	height: 65px;
}
header.sticky .navbar-brand img {
	height: 25px;
}
header.sticky .navbar .navbar-nav .nav-item{
	height: 65px;
}

/* =TITLE
-------------------------------------------------------------*/
.title-primary h1 {
	font-size: 36px;
	color: #333333;
	font-weight: 600;
}
.title-primary > p {
	color: #333333;
}		
.title-primary h3 {
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}
.title-primary.clr-blue h3 {
	color: #01449f;
}
.title-highlight h3 {
	display: inline-block;
	font-size: 28px;
	padding: 15px 25px;
	line-height: 1.5;
	color: #01449f;
	font-weight: 600;
	background-color: #f3f3f8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* =FOOTER
-------------------------------------------------------------*/
.footer-middle{
	background-color: #fafafa;
}
.footer-bottom{
	background-color: #f3f3f8;
}
.foo-menu h3{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #333333;
}
.foo-menu li{
	font-size: 14px;
}
.foo-menu li a {
	color: #666666;
}
.foo-menu li a:hover{
	color: #6E87C0;
}
.foo-menu-static li a:hover{
	color: #6E87C0;
}
.copyright{
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.copyright p{
	font-size: 13px;
}
.foo-menu-static ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0;
	margin: 0;
}
.foo-menu-static li{
	border-right: none;
	padding: 0 10px 0;
}

/* =BREADCRUMB
-------------------------------------------------------------*/
.breadcrumb-box{
	background-color: #003d9c;
}
.breadcrumb-item + .breadcrumb-item::before {
	top: -2px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #9fa8da;
}
.breadcrumb .breadcrumb-item a {
	color: #9fa8da;
}
.breadcrumb .breadcrumb-item:hover a{
	color: #ffffff !important;
}
.breadcrumb .breadcrumb-item.active{ 
	color: #ffffff;
}

/* =SLIDER
-------------------------------------------------------------*/
/*hero slider with animateion*/
.slick-current.slick-active .hero-slider-caption{
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
}

/* content slider - Testimoni slider*/
.card-testimoni-box.card-testimoni-slider{
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
	z-index: 1;
}
.card-testimoni-box.card-testimoni-slider .card-testimoni{
	background: #f5f5f5;
}
.card-testimoni-box.card-testimoni-slider .card-testimoni .card-testimoni-header h5,
.card-testimoni-box.card-testimoni-slider .card-testimoni .card-testimoni-desc p{
	color: #999999;
}
.slick-center .card-testimoni-box.card-testimoni-slider{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: 5;
}
.slick-center .card-testimoni-box.card-testimoni-slider .card-testimoni{
	background: #ffffff;
}
.slick-center .card-testimoni-box.card-testimoni-slider .card-testimoni .card-testimoni-header h5,
.slick-center .card-testimoni-box.card-testimoni-slider .card-testimoni .card-testimoni-desc p{
	color: #000000;
}

/*content slider - My Campaign 2*/
.campaign-3-slider-box{}
.campaign-3-slider-box .myslider-mjk-button-prev i, 
.campaign-3-slider-box .myslider-mjk-button-next i{
	font-size: 22px;
	color: #cc0033;
}

/*content-slider4*/
.content-slider4 {
	z-index: 1;
}
.content-slider4 .slick-slide{
	position: relative;
	margin: 25px 15px 25px;
}
.myslider-mjk-box{
	position: relative;
	padding: 0 20px 0;
}

/*button slider*/
.myslider-mjk-button-prev i,
.myslider-mjk-button-next i{
	color: #01449f;
}
.myslider-mjk-button-prev, .myslider-mjk-button-next {
	width: 30px;
}
.hero-slider-caption{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
	width: 55%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.slick-dots {
	bottom: -30px;
}
.slick-dots li {
	width: 30px;
	height: 20px;
	margin: 0;
}
.slick-dots li button:before {
	left: -8px;
}

/* =CARD DEFAULT
-------------------------------------------------------------*/

.card-mjk-box{}
.card-mjk{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
}
.card-mjk .card-mjk-img{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.card-mjk .card-mjk-img img{
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-mjk:hover .card-mjk-img img{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
}
.card-mjk .card-mjk-desc{
	display: block;
	width: 100%;
	padding: 30px 0 20px;
}
.card-mjk .card-mjk-desc time{
	font-size: 14px;
	color: #666666;
}
.card-mjk .card-mjk-desc .hastag{
	color: #cc0033;
	margin-bottom: 5px;
}
.card-mjk .card-mjk-desc h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #333333;
}
.card-mjk .card-mjk-desc p{
	margin-bottom: 0;
}


/*card default horizontal*/

.card-mjk-box.horizontal{
	position: relative;
	display: block;
}
.card-mjk-box.horizontal .card-mjk{
	justify-content: flex-start;
	flex-direction: row;
	align-items: flex-start;
}
.card-mjk-box.horizontal .card-mjk .card-mjk-img{
	width: 220px;
}
.card-mjk-box.horizontal .card-mjk .card-mjk-img img{
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.card-mjk-box.horizontal .card-mjk .card-mjk-desc{
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 0 0 20px;
}
.card-mjk-box.horizontal .card-mjk .card-mjk-desc .title-primary h3{
	font-size: 22px;
	color: #01449f;
	font-weight: 600;
}
.card-mjk-box.horizontal .card-mjk .card-mjk-desc p{
	color: #000000;
}





/* =CARD PRODUCT
-------------------------------------------------------------*/
.card-product-box {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-product-box:hover {
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-product {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
}
.card-product-img {
	display: block;
	position: relative;
	background-color: transparent;
	padding: 10px;
}
.card-product-img [data-aspect-ratio] {
	background-color: transparent;
}
.card-product-img img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.card-product-box:hover .card-product-img img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
}

/*product image label*/
.card-product-label {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 0;
	vertical-align: middle;
	padding: 9px 15px;
	height: 30px;
	background-color: #d1a054;
	z-index: 2;
	text-align: center;
}
.card-product-label h5 {
	font-size: 10px;
	letter-spacing: 1px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 600;
}
.card-product-label h5 i { 
	vertical-align: text-top;
}

.card-product-img-item {
	display: block;
	position: relative;
	background-color: #333333;
}
.card-product-img-item [data-aspect-ratio] {
	background-color: transparent;
}
.card-product-img-item img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/*2 product image when hover*/
/*default hover*/
.product-img, .product-img-hover{
	display: block;
	width: 100%;
	height: auto;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
} 
.card-product-img-item .product-img-hover{
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.card-product-img:hover .product-img {
	opacity: 0;
	visibility: hidden;
}
.card-product-img:hover .product-img-hover {
	opacity: 1;
	visibility: visible;
}

/*left hover*/
.product-img-left, .product-img-hover-left{
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
} 
.card-product-img-item .product-img-hover-left{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
}
.card-product-img:hover .product-img-left {
	opacity: 0;
	visibility: hidden;
	left: -100%;
}
.card-product-img:hover .product-img-hover-left {
	opacity: 1;
	visibility: visible;
	left: 0;
}


.card-product-desc {
	position: relative;
	display: block;
	padding: 0px 15px 25px 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.card-product-desc-item {
	margin: 15px 0 15px;
}
.card-product-desc h3 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0;
	color: #333333;
	font-weight: 600; 
}
.card-product-desc h3 span {
	color: #666666;
	font-weight: 500;
}
.card-product-desc p {
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
	margin: 5px 0;
}
.card-product-desc-item a:hover h3 {
	color: #01449f;
}

.desc-center .card-product-desc {
	padding: 20px 15px 25px 15px;
}

.card-product-action {
	display: block;
	position: relative;
	padding: 1px;
}

/* =BANNER PRODUCT
-------------------------------------------------------------*/
.banner-caption {
	text-align: center;
}
.banner-caption h3 {
	font-size: 45px;
	font-weight: 600;
}
.banner-caption p {
	color: #ffffff;
}

/* =CARD ARTICLE
-------------------------------------------------------------*/
.card-article-box {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-article-box:hover {
	-webkit-box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	box-shadow: 1px 5px 15px 3px rgba(95, 121, 134, 0.3);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-article {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
}
.card-article-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
}
.card-article-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-article:hover .card-article-img img {
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-article-desc {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 15px 25px 15px;
}
.card-article-desc-item {
	margin: 0 0 15px;
}
.card-article-desc-item h3 {
	color: #01449f;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}
.card-article-desc-item a:hover h3 {
	color: #01449f;
}
.card-article-desc-item p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0;
}
.card-post-meta {
	margin: 0 0 15px;
}
.card-post-meta span {
	color: #999999;
	font-size: 13px;
}
.card-post-meta span a {
	color: #999999;
}
.card-post-meta span a:hover {
	color: red;
}
.card-post-meta i {
	font-size: 11px;
}

/*card horizontal*/
.card-article.card-horizontal {
	flex-direction: row;
}
.card-article.card-horizontal .card-article-img {
	width: 100%;
	height: 224px;
}
.card-article.card-horizontal.reverse {
	flex-direction: row-reverse;
}

/*card news bg-white*/
.bg-white .card-article-desc {
	padding: 20px 15px 30px 10px;
}
.bg-white .card-article-desc .lines {
	border-bottom: 2px solid #ddd;
}
.bg-white .card-article-desc-item h3 {
	color: #333333;
	font-weight: 500;
	height: 50px;
	overflow: hidden;
}
.bg-white .card-horizontal .card-article-desc-item h3 {
	height: 102px;
	overflow: hidden;
}
.bg-white .card-post-meta p {
	color: #333333;
}
.bg-white .card-article-img {
	margin: 0;
}

/*card article info home*/
.card-article-box.info {
	border:none;
	border-radius: 0;
}
.card-article-box.info:hover {
	box-shadow: none;
}
.card-article-box.info .card-article-desc {
	padding: 15px 0 0;
}
.card-article-box.info .card-article-desc-item h3 {
	color: #333333;
}
.card-article-box.info .card-article-desc-item a:hover h3 {
	color: #01449f;
}

/* =CARD EVENTS
-------------------------------------------------------------*/
.card-event-box {
	display: block;
	position: relative;
	width: 100%;
}
.card-event {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-direction: column;
	background-color: #ffffff;
}
.card-event-img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.card-event-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-event:hover .card-event-img img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
}
.card-event-desc {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	flex-direction: row;
	padding: 20px;
}
.card-event-time {
	margin-right: 25px;
}
.card-event-content {
	margin: 0px 0 15px;
}
.card-event-time p {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 0;
}
.card-event-time h4 {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	color: #000000;
}
.card-event-content h3 {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
}
.card-event-content a:hover h3 {
	color:red;
}
.card-event-desc-item p {
	color: #151515;
	font-size: 14px;
	margin-bottom: 0;
}

/* =CARD PROMO
-------------------------------------------------------------*/
.card-promo-box {
	position: relative;
	display: block;
}
.card-promo {
	position: relative;
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-promo:hover {
	-webkit-box-shadow: 4px 5px 10px 2px rgba(95, 121, 134, 0.35);
	box-shadow: 4px 5px 10px 2px rgba(95, 121, 134, 0.35);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.card-promo .card-promo-img img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-promo:hover .card-promo-img img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
}
.card-promo .icon-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.card-promo .icon-overlay i {
	color: #ffffff;
	background: #01449f;
	padding: 20px;
	border-radius: 50%;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	text-align: center; 
}
.card-promo:hover .icon-overlay {
	opacity: 1;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	transform: translateY(-30%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.promotion-detail-box .content-mjk p,
.promotion-detail-box .content-mjk b {
	color: #666666;
}


/* =CARD VIDEO
-------------------------------------------------------------*/
.card-video {
	position: relative;
	display: block;
	width: 100%;
}
.card-video-desc h3 {
	color: #01449f;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 15px;
}
.card-video .card-video-img img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.card-video:hover .card-video-img img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: scale3d(1.03, 1.03, 1.03);
	-webkit-transform: scale3d(1.03, 1.03, 1.03);
	-moz-transform: scale3d(1.03, 1.03, 1.03);
}


/* =SOCIAL MEDIA
-------------------------------------------------------------*/
.social-network.bottom {
	justify-content: center;
	margin: 0;
}
.social-network.bottom ul {
	padding-right: 30px;
	padding-left: 30px;
}
.social-network.bottom li {
	padding: 0 30px 0;
}

/* =SLICK
-------------------------------------------------------------*/
.slick-dots li button {
	width: 30px;
	height: 30px;
}
.slick-dots li button:before {
	font-size: 12px;
	width: 30px;
	height: 30px;
	color: #15489b;
}
.slick-dots li.slick-active button:before {
	color: #15489b;
	opacity: 1;
}

/* =CONTENT
-------------------------------------------------------------*/

.content-mjk h1,
.content-mjk h2,
.content-mjk h3,
.content-mjk h4,
.content-mjk p,
.content-mjk b,
.content-mjk li {
	color: #333333;
}
.preview-image .img-caption {
	font-size: 12px;
	color: #666666;
	font-style: italic;
	margin-top: 10px;
}

/* =Modal Dialog
-------------------------------------------------------------*/
.modal-header .close {
	top: 20px;
	right: 23px;
}
.modal-body {
	padding: 20px 60px 30px;
}
.modal-header .close i{
	font-size: 25px;
	color: #01449f;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.modal-header .close:hover i{
	transform: scale(1.2) rotate(180deg);
	-webkit-transform: scale(1.2) rotate(180deg);
	-moz-transform: scale(1.2) rotate(180deg);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #01449f;
}


/* =FAQ
-------------------------------------------------------------*/
.tab-mjk-nav {
	justify-content: flex-start;
	height: 100%;
}
.tab-mjk-nav .nav-link {
	font-weight: 600;
}
.tab-mjk-nav .nav-link i {
	width: 20px;
}
.tab-mjk-nav .nav-link.active {
	color: #003b97;
}
.collapse-mjk-link h4 {
	font-size: 18px;
	font-weight: 600;
	color: #666666;
}
.input-group-mjk .input-group-text i {
	color: #666666;
}
.form-faq .form-control {
	height: 48px;
}
.form-faq .input-group-text {
	padding: 15px;
}
.form-faq .form-control:focus {
	box-shadow: 0 0 0 0.2rem transparent;
	border-left-color: transparent;
}

/* =PAGINATION
-------------------------------------------------------------*/
.pagination{
	justify-content: center;
	margin: 15px 0 15px;
}
.pagination .page-link{
	font-size: 14px;
	padding: 5px 15px 5px;
	background-color: transparent;
	text-transform: uppercase;
}
.pagination .page-item.active .page-link{
	color: #333333;
	font-weight: bold;
	border: none;
	background-color: transparent;
}
.pagination .page-item .page-link:focus{
	outline: none;
	box-shadow: none;
}
.pagination .page-link{
	font-size: 14px;
	color: #333333;
	border: none;
	letter-spacing: 1px;
}
.pagination .page-link:hover{
	color: #003b97 !important;
	background-color: transparent;
}
.page-item.disabled .page-link {
	color: #333333;
}

/* =ADDITIONAL
-------------------------------------------------------------*/

/*class rounded*/
.rounded-0 {
	border-radius: 0px; 
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
}
.rounded-4 {
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
}
.rounded-6 {
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}
.rounded-8 {
	border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}
.rounded-12 {
	border-radius: 12px; 
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
}
.rounded-15 {
	border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
}
.rounded-20 {
	border-radius: 20px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
}

/*class shadow*/
.shadow-hvr:hover {
	-webkit-box-shadow: 4px 8px 16px #dedede;
	-moz-box-shadow: 4px 8px 16px #dedede;
	box-shadow: 4px 8px 16px #dedede;
}