html {
	overflow-x: hidden;
}
body {
	line-height: 1.6;
	font-family: "Karla", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 0.9em;
	color: #6f8ba4;
	font-weight: 400;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Oswald", sans-serif !important;
	font-weight: 400;
	color: #222;
}
h1,
.h1 {
	font-size: 2.5rem;
}
h2,
.h2 {
	font-size: 44px;
}
h3,
.h3 {
	font-size: 1.5rem;
}
h4,
.h4 {
	font-size: 1.3rem;
	line-height: 30px;
}
h5,
.h5 {
	font-size: 1.25rem;
}
h6,
.h6 {
	font-size: 1rem;
}
p {
	/* line-height: 30px; */
	font-family: "Karla", sans-serif;
}
ul {
	padding-left: 0;
	/* list-style-type: none; */
}
li {
	/* list-style-type: none; */
}
/* blockquote {
	margin: 0 auto;
	padding: 1em;
	border-left: 5px solid #999;
}
blockquote:before {
	display: none;
}
blockquote:not(:first-of-type) {
	margin-top: 0.5em;
}
blockquote p {
	color: #555;
	font-size: 12pt;
	line-height: 1.4;
	font-family: "PT Serif", Cambria, "Hoefler Text", Utopia, "Liberation Serif",
		"Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
blockquote footer {
	margin-top: 0.5em;
	padding: 0;
	color: #777;
	font-size: 12pt;
	text-align: left;
	font-style: italic;
}
blockquote footer:before {
	content: "â€” ";
}
blockquote:nth-of-type(even) {
	text-align: right;
	border-left: none;
	border-right: 5px solid #999;
}
blockquote:nth-of-type(even) footer {
	text-align: right;
}
blockquote:nth-of-type(even) footer:before {
	content: "";
}
blockquote:nth-of-type(even) footer:after {
	content: " â€”";
}
@element 'blockquote' and (min-width: 300px) {
	blockquote {
		padding: 1em 20% 1em 1em;
	}
	blockquote p {
		font-size: 14pt;
	}
	blockquote:nth-of-type(even) {
		padding: 1em 1em 1em 20%;
	}
} */
blockquote {
	background: #e1e8ed;
	margin: 10px 0;
	padding: 16px 24px 16px 40px;
	border-left: 8px solid #133553;
	font-style: italic;
}

blockquote p {
	margin: auto !important;
}

.navbar-toggle .icon-bar {
	background: #223a66;
}

.bg-gray {
	background: #c1c1c2 !important;
}

.bg-primary {
	/* background: #223a66 !important; */
	background: #214d8e !important;
}

.bg-primary-dark {
	background: #013880;
}

.bg-primary-darker {
	background: #090f1a;
}

.bg-dark {
	background: #222;
}

.bg-gradient {
	background-image: linear-gradient(
		145deg,
		rgb(0, 113, 179, 0.9) 0%,
		rgb(1, 56, 128, 0.95) 100%
	);
	background-repeat: repeat-x;
}

.bg-gradient-1 {
	background-image: linear-gradient(
		145deg,
		rgba(19, 177, 205, 0.95) 0%,
		rgba(152, 119, 234, 0.95) 100%
	);
	background-repeat: repeat-x;
}

.text-blue {
	color: #0067a3 !important;
}

.text-medium-blue {
	color: #013880 !important;
}

.text-dark-blue {
	/* color: #002c46 !important; */
	color: #013880;
}

.text-orange {
	color: #ffc410 !important;
}

.text-blue-back-orange {
	color: #013880;
	background: #ffbd07;
	/* padding: 5px 10px; */
}

.text-blue-back-success {
	color: white;
	background: #5cb85c;
	/* padding: 5px 10px; */
}

.text-orange-back-blue {
	color: #ffbd07;
	background: #013880;
	/* padding: 5px 10px; */
}
.text-white-back-blue {
	color: white;
	background: #0072b4;
	/* padding: 5px 10px; */
}
.text-blue-back-trans {
	color: white;
	background: rgba(32, 65, 127, 0.5);
	/* padding: 5px 10px; */
	/* width: 55%; */
}

@media (max-width: 767px) {
	.text-blue-back-trans {
		line-height: 0.8rem;
	}
}

.icofont-1-2x {
	font-size: 1.2em;
}
.border-strip {
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 3px;
}

.section {
	padding: 50px 0;
}

.section-sm {
	padding: 70px 0;
}

.section-bottom {
	padding-bottom: 50px;
}

.text-sm {
	font-size: 12px;
}

.text-md {
	/* font-size: 2.25rem; */
	font-size: 0.9em;
}

.text-lg {
	font-size: 3.75rem;
}

.no-spacing {
	letter-spacing: 0px;
}

/* Links */
a {
	/* color: rgb(0 136 204); */
	color: #013880;
	text-decoration: none;
	transition: all 0.35s ease;
}

a:focus,
a:hover {
	/* color: #0e0e0e; */
	color: #333333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

.content-title {
	font-size: 40px;
	line-height: 50px;
}

.page-title {
	padding: 70px 0px 70px 0px;
	/* position: absolute; */
	/* background-image: url("assets/images/pages/bgblog_lldikti5.jpg"); */
	background-repeat: no-repeat;
	/* height: 400px; */
}

.page-title .block h1 {
	color: #fff;
}

.page-title .block p {
	color: #fff;
}

.page-title-about {
	/* padding: 70px 0px 0px 0px; */
	position: relative;
	/* background-image: url("assets/images/pages/gedung_lldikti5.jpg"); */
	/* background-color: #013880; */
	background-repeat: no-repeat;
	height: 350px;
	max-height: 350px;
	/* margin-top: 30px; */

	object-fit: cover;
	/* background-color: #f3f3f3; */
	overflow: hidden;
	/* max-height: 220px; */
	/* height: 220px; */
	position: relative;
	/* z-index: 1; */
	/* top: 0px; */
}

@media (max-width: 768px) {	
	.page-title-about {
		/* padding: 0px; */
		height: auto;
	}
}

.page-title-about .block {
	position: absolute;
	bottom: 0;
	/* background-color: #214d8e; */
	background-color: rgb(1, 56, 128, 0.7);
	padding: 30px;
}
.page-title-about .block h3 {
	color: #fff;
	/* font-size: 2rem !important; */
	text-align: left;
	text-transform: uppercase;
}

.page-title-about .block p {
	color: #fff;
}

.page-title .breadcumb-nav {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
	outline: none;
}

.categorise-list{
	border-bottom: 1px solid #0067a3;
	padding: 10px 10px 10px 20px;
	background-color:#214d8e;
	margin: auto;
	color: #fff;
	font-weight: 700;
}

.categorise-list:hover{
	background-color:#ffbd07;
	color: #002c46 !important;
	font-weight: 700;
}


@media (max-width: 480px) {
	h2,
	.h2 {
		font-size: 1.3rem;
		line-height: 36px;
	}
}

.title-color {
	color: #223a66;
}

.secondary-bg {
	background: #223a66;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h2 {
	color: #223a66;
}

.text-lg {
	font-size: 50px;
}

.darkblue-bg {
	background: #013880;
}

@media (max-width: 480px) {
	.text-lg {
		font-size: 28px;
	}
}

@media (max-width: 400px) {
	.text-lg {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.text-lg {
		font-size: 28px;
	}
}

#navbarScroll {
	padding: 0px 0px;
	height: 80px;
}

#navbarScroll .nav-link {
	font-weight: 600;
	padding: 25px 15px;
	color: #002c46;
	font-family: "Oswald", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
	transition: all 0.25s ease;
	height: 75px;
}

.dropdown-toggle::after {
	display: none;
}
/* 
.navbar-brand {
	margin-top: 10px;
} */

.dropdown .dropdown-menu {
	font-family: "Oswald", sans-serif;
	position: absolute;
	/* display: block; */
	/* min-width: 240px; */
	/* top: 130%; */
	left: 0;
	right: 0px;
	/* opacity: 0; */
	padding: 0px;
	/* visibility: hidden; */
	transition: all 0.3s ease-out 0s;
	border: 0px;
	border-bottom: 3px solid #ffc410;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.85);
	/* margin-top: 7px; */
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	/* top: 120%; */
}

.dropdown .dropdown-item {
	padding: 5px 20px 5px 10px;
	border-bottom: 1px solid #00116e;
	background: transparent;
	font-weight: 400;
}

.dropdown .dropdown-item:hover {
	/* color: #013880; */
	background-color: #013880;
	color: #ffc410;
}

.header-top-bar {
	background: #013880;
	font-size: 14px;
	padding: 10px 0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #fff;
}

.top-bar-info li a {
	font-family: "Oswald", sans-serif;
	color: #fff;
	margin-right: 5px;
}

.top-right-bar a span {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}

.top-right-bar a i {
	color: #fff;
	margin-right: 10px;
}

.divider {
	width: 40px;
	height: 5px;
	background: #ffc410;
}

@media (max-width: 480px) {
	.banner .block h1 {
		font-size: 38px;
		line-height: 50px;
	}
	.banner {
		min-height: 450px;
		background: #fff !important;
	}
}

@media (max-width: 400px) {
	.banner .block h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.banner {
		min-height: 450px;
		background: #fff !important;
	}
}

@media (max-width: 768px) {
	.banner .block h1 {
		font-size: 56px;
		line-height: 70px;
	}
	.banner {
		background: #fff !important;
	}

	#navbarScroll {
		padding: 0px 0px;
		height: auto;
	}
	#navbarScroll .nav-link {
		padding: 5px 15px;
		height: auto;
	}
}

@media (max-width: 992px) {
	.banner {
		background: #fff !important;
	}
}

.mb--80 {
	margin-bottom: -80px;
}

.lh-25 {
	line-height: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.text-color-primary {
	color: #223a66;
}

.social-icons li {
	margin: 0 6px;
}

.social-icons a {
	margin-right: 10px;
	font-size: 18px;
}

.mt-90 {
	margin-top: 90px;
}

/* footer */
.footer {
	padding-bottom: 10px;
}

.img-logo-footer {
	width: 70px;
}

.footer .copyright a {
	font-weight: 400;
}

.lh-15 {
	line-height: 15px;
}

.logo {
	font-weight: 600;
	letter-spacing: 1px;
}

.logo h3 {
	color: #223a66;
}

.logo span {
	color: #223a66;
}

.widget .divider {
	height: 3px;
}

.widget h4 {
	color: #ffffff;
}

.widget .footer-menu a {
	/* color: #6f8ba4; */
	color: #cecece;
	font-size: 0.9em;
}

.widget .footer-menu a:hover {
	color: #ffc410;
}

.footer-contact-block span {
	font-weight: 400;
	color: #6f8ba4;
}

.footer-contact-block i {
	font-size: 20px;
}

.footer-contact-block h6 {
	font-weight: 400;
	color: #6f8ba4;
	font-size: 0.97em;
}

.footer-btm {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
	width: 45px;
	height: 45px;
	background: #6f8ba4;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	padding-top: 12px;
}

.footer-socials li a:hover {
	background: #ffbd07;
	color: #013880;
	/* border: 1px solid #fff; */
}

.widget-contact h6 {
	font-weight: 500;
	margin-bottom: 18px;
}

.widget-contact h6 i {
	color: #ffc410;
}

/* 
.subscribe {
	position: relative;
}

.subscribe .form-control {
	border-radius: 50px;
	height: 60px;
	padding-left: 25px;
	border-color: #eee;
}

.subscribe .btn {
	position: absolute;
	right: 6px;
	top: 6px;
} */

.backtop {
	position: fixed;
	background: #ffc410;
	z-index: 9999;
	display: inline-block;
	right: 35px;
	width: 30px;
	height: 30px;
	bottom: 110px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	/* border-radius: 5px; */
}

@media (max-width: 768px) {
	.backtop {
		right: 10px;
	}
}

.backtop i {
	color: #fff;
	font-size: 20px;
}

.reveal {
	transition: all 0.3s;
	cursor: pointer;
	opacity: 1;
}

.bg-opacity {
	background-color: #ffffff transparent;
	opacity: 60%;
}

.navbar {
	position: absolute;
	background-color: rgba(7, 41, 77, 0.55);
	transition: background-color ease-out 0.8s !important;
	width: 100%;
	z-index: 5500;
	color: #ffffff !important;
}

.navbar:hover {
	color: #023880;
	background-color: #ffffff !important;
}
#navbarScroll .nav-link:hover {
	color: #023880;
}

/* nav footer */
.clickable {
	cursor: pointer;
}
.panel-heading {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav-button {
	position: absolute;
	bottom: 57px;
	left: 0;
	width: 100%;
	padding: 0;
	/* height: 110px; */
	/* background-color: rgba(0, 0, 0, 0.45); */
	/* background-color: rgba(7, 41, 77, 0.4); */
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
	z-index: 6001 !important;
	font-family: "Oswald", sans-serif;
	font-size: 10px;
	/* margin-top: 400px; */
	/* box-shadow: 2px 2px 0 0 darken(#434A54, 5%); */
}
.nav-button .btn:hover {
	transform: translateY(-10px);
	transition: all ease-in-out 0.4s;
}
.nav-button ul,
.nav-button li {
	display: block;
	margin: 0;
	padding: 0;
}
.nav-button ul {
	text-align: center;
}
.nav-button li {
	display: inline-block;
	/* border-left: solid 1px #fff; */
	padding: 5px 10px;
}

/* .nav-button a:hover{
	
} */
.nav-button li:first-child {
	border-left: none;
}

.nav-button-fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 0;
	height: auto;
	margin-top: 0px;
	/* background-color: rgba(0, 0, 0, 0.7); */
	/* background-color: rgba(7, 41, 77, 0.9); */
	/* background-color: rgb(33, 77, 142, 0.9); */
	background-color: #214d8e;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 6001 !important;
	font-family: "Oswald", sans-serif;
	font-size: 10px;
}
.nav-button-fixed ul,
.nav-button-fixed li {
	display: block;
	margin: 0;
	padding: 0;
}
.nav-button-fixed ul {
	text-align: center;
}
.nav-button-fixed li {
	display: inline-block;
	/* border-left: solid 1px #fff; */
	padding: 5px 10px;
}
.nav-button-fixed li:first-child {
	border-left: none;
}

.nav-button .btn {
	padding: 5 0;
	transition: all ease-in 0.2s;
}

.nav-button-fixed .btn {
	padding: 5 0;
}

.nav-button img {
	max-width: 40px;
}

.nav-button-fixed img {
	max-width: 40px;
}

/* akhir nav footer */

/* nav footer */
.nav-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	/* background-color: rgba(1, 56, 128, 0.75); */
	/* background-color: #013880; */
	background-color: rgb(0, 113, 179, 0.9);
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
	z-index: 6001;
	font-family: "Oswald", sans-serif;
	font-size: 10px;
	margin-top: -20px;
}

.nav-footer:hover {
	/* background-color: rgba(7, 41, 77, 0.9); */
	background-color: #013880;
}
.nav-footer ul,
.nav-footer li {
	display: block;
	margin: 0;
	padding: 0;
}
.nav-footer ul {
	text-align: center;
}
.nav-footer li {
	display: inline-block;
	border-left: solid 1px #fff;
	padding: 5px 10px;
}
.nav-footer li:first-child {
	border-left: none;
}
.nav-footer a {
	display: block;
	text-transform: uppercase;
	margin: 0 10px;
	color: #fff;
	letter-spacing: 0.25em;
	font-size: 110%;
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.2s;
}
.nav-footer a:hover {
	color: #ffbd07;
	text-decoration: none;
	/* font-weight: 300; */
}

.nav-footer-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0px;
	height: 60px;
	margin-top: 0px;
	/* background-color: rgba(0, 0, 0, 0.95); */
	/* background-color: rgba(7, 41, 77, 0.95); */
	/* background-color: rgb(1, 56, 128), 0.95; */
	background-color: rgb(0, 113, 179, 0.9);
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
	z-index: 6001 !important;
	font-family: "Oswald", sans-serif;
	font-size: 10px;
}
@media (max-width: 768px) {
	.nav-footer a {
		margin: 0 5px !important;
		letter-spacing: 0.1em !important;
	}
	.nav-footer li {
		padding: 0 !important;
	}

	.nav-footer-fixed {
		height: 60px;
	}
	.nav-footer-fixed a {
		margin: 0 5px !important;
		letter-spacing: 0.1em !important;
	}
	.nav-footer-fixed li {
		padding: 0 !important;
	}
}
.nav-footer-fixed ul,
.nav-footer-fixed li {
	display: block;
	margin: 0;
	padding: 0;
}
.nav-footer-fixed ul {
	text-align: center;
}
.nav-footer-fixed li {
	display: inline-block;
	border-left: solid 1px #fff;
	padding: 5px 10px;
}
.nav-footer-fixed li:first-child {
	border-left: none;
}
.nav-footer-fixed a {
	display: block;
	text-transform: uppercase;
	margin: 0 10px;
	color: #fff;
	letter-spacing: 0.25em;
	font-size: 110%;
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
}
.nav-footer-fixed a:hover {
	color: #ffbd07;
	text-decoration: none;
	/* font-weight: 300; */
}

.nav-footer img {
	max-width: 40px;
}

.nav-footer-fixed img {
	max-width: 40px;
}

/* Carousel Section */

.carousel-section {
	width: 100% !important;
	position: relative;
	padding: 0;
	/* max-height: 550px !important; */
	overflow: hidden;
	z-index: 4000;
	background-color: #07294d;
}

.carousel-caption {
	top: 350px;
}
.carousel-caption h5 {
	/* font-size: 0.5em !important;
	margin-bottom: 0; */
	line-height: 1.6 !important;
}

.img-slider {
	width: 100%;
	max-height: 550px;
}

/* @media (max-width: 480px) { */
@media (max-width: 768px) {
	.carousel-caption {
		top: 150px;
	}

	.carousel-caption h3 {
		font-size: 0.7em !important;
		margin-bottom: 0;
	}
	.carousel-caption h5 {
		font-size: 0.5em !important;
		margin-bottom: 0;
		line-height: 1.6 !important;
	}
	.carousel-caption p {
		font-size: 0.2em !important;
		margin-bottom: 0;
	}
}
.main_title {
	text-align: center;
	max-width: 720px;
	margin: 0px auto 75px;
}

.main_title h2 {
	font-weight: bold;
	font-family: "Oswald", sans-serif;
	font-size: 36px;
	color: #222222;
	margin-bottom: 12px;
}

.main_title p {
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: normal;
	line-height: 24px;
	color: #777777;
	margin-bottom: 0px;
}

.main_title2 {
	background: #f3f3f3;
	border-left: 3px solid #ffc410;
	margin-bottom: 10px;
}

.main_title2 h2 {
	color: #222222;
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 0px;
}
.choice_inner {
	margin-bottom: -30px;
}

.choice_item {
	margin-bottom: 30px;
}

.choice_item img.choice {
	/* width: 270px; */
	/* height: auto; */
	/* overflow: hidden; */
	/* height: 169px; */
	/* max-height: 150px; */
}

.choice_item .choice_img {
	/* width: auto; */
	object-fit: cover;
	background-color: #f3f3f3;
	/* height: auto; */
	overflow: hidden;
	/* height: 150px; */
	max-height: 120px;
}

.choice_item .choice_text {
	margin-top: 20px;
}

.choice_item .choice_text h4 {
	font-size: 18px;
	line-height: 27px;
	color: #222222;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.choice_item .choice_text h4:hover {
	color: #ffc410;
}

.choice_item .choice_text p {
	margin-bottom: 0px;
}

.choice_text {
	margin-top: 20px;
}

.choice_text h4 {
	font-size: 18px;
	line-height: 27px;
	color: #222222;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
}

.choice_text h4:hover {
	color: #ffc410;
}

.choice_text p {
	margin-bottom: 0px;
}

.small .choice_text h4 {
	font-size: 14px;
	line-height: 24px;
}

.date {
	margin-bottom: 5px;
}

.gad_btn {
	background-color: #ffbd07;
	color: #013880;
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	font-family: "Oswald", sans-serif !important;
}

.date .gad_btn {
	color: #013880;
}

.date a {
	color: #777777;
	font-size: 12px;
	font-family: "Karla", sans-serif;
}

.date a i {
	padding-right: 8px;
}

.date a:last-child {
	margin-right: 0px;
}
.media_img {
	overflow: hidden;
	max-height: 64px;
	max-width: 100px;
}
@media (max-width: 480px) {
	.media_img {
		overflow: hidden;
		max-height: 60px;
		max-width: 100px;
	}
}

#searchtoggl {
	margin-left: 10px;
	padding: 0px 5px;
	background-color: #ffc410;
	color: #013880;
	font-size: 1.5em;
	/* color: #ffc410 !important; */
	border-radius: 3px;
}

#searchbar {
	display: none;
	position: absolute;
	float: left;
	width: 100%;
	height: 62px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 10px;
	z-index: 5000;
	background-color: #ffc410;
	margin-top: 80px;
}

@media (max-width: 768px) {
	#searchbar {
		margin-top: 0 !important;
	}
	#s {
		width: 90% !important;
		height: auto !important;
		font-size: 0.95em !important;
	}
}

#s {
	display: block;
	width: 97%;
	border: 0;
	outline: none;
	height: 30px;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: 400;
	color: #ffffff;
	padding: 0;
	background: transparent;
	font-style: italic;
}

.searchinput::-webkit-input-placeholder {
	color: white !important;
}

/*support mozilla*/
.searchinput:-moz-input-placeholder {
	color: white !important;
}

/*support internet explorer*/
.searchinput:-ms-input-placeholder {
	color: white !important;
}

#searchsubmit {
	display: block;
	float: right;
	margin-top: 2px;
	background: none;
	color: #013880;
	border: 0;
	outline: none;
	cursor: pointer;
}
@media all and (min-width: 992px) {
	.navbar {
		padding: 0rem 0.5rem !important;
		background-color: rgba(255, 255, 255, 0.4) !important;
	}
	.navbar-scroll {
		padding-top: 0;
		padding-bottom: 0;
		background-color: rgba(255, 255, 255) !important;
	}
	.navbar .has-megamenu {
		position: static !important;
	}
	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		padding: 20px;
		margin-top: 0px;
	}
	.navbar .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	.navbar {
		/* padding-top: 0; */
		/* padding-bottom: 0; */
		padding: 0.2rem 0.5rem !important;
		position: relative;
		background-color: rgba(255, 255, 255, 0.4) !important;
	}
}
.pop_list {
	padding-left: 60px;
	margin-bottom: 1px;
	/*height: 100px;*/
	min-height: 80px;
	background: #f1f1f1;
	transition: all 0.2s ease;
	border-bottom: 1px solid #ddd;
}
.pop,
.pop_list {
	position: relative;
}

.pop_count {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #fb8c00;
	padding: 15px 0;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-style: italic;
}

.pop_title {
	padding: 0 10px 2px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	height: auto;
	margin: 11px 0 5px;
}

.pop_date {
	padding: 0 10px 5px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #e53935;
}
.pop_read {
	padding: 0 10px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #9b9b9b;
}
*,
:after,
:before {
	box-sizing: border-box;
}

.pop_link {
	color: #00838f;
}

.clearfix:after {
	clear: both;
}
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}
*,
:after,
:before {
	box-sizing: border-box;
}
.navbar {
	background: #222222;
}

.nav-item::after {
	content: "";
	display: block;
	width: 0px;
	height: 5px;
	background: #ffc410;
	transition: 0.8s;
}
.nav-item:hover::after {
	width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #212529;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: none !important;
}
.content-head {
	font-size: 1.1em !important;
	color: rgba(0, 0, 0, 0.87);
	font-family: "Karla", sans-serif;
	/* border-left: 5px solid #ffc410; */
	padding: 0.25rem 1rem 0.2rem 0rem;
	/* margin: 1.5rem 0 1rem 0; */
}
.content-info {
	font-size: 0.9em !important;
	color: rgba(109, 109, 109, 0.87);
	font-family: "Karla", sans-serif;
	letter-spacing: 0.08em;
	/* margin-bottom: 1.2rem; */
	padding-bottom: 0.3rem;
	/* padding-left: 0.3rem; */
	/* border-bottom: 1px solid rgb(187, 187, 187); */
	/* border-left: 5px solid #ffc410; */
}
.content-feature img {
	padding-bottom: 15px;
	width: 100%;
}
.content-text {
	font-size: 1.1em !important;
	color: rgba(0, 0, 0, 0.87);
	font-family: "Karla", sans-serif;
}

.rightside-head {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}

.rightside-info {
	font-size: 0.8em !important;
	color: rgba(109, 109, 109, 0.87);
	font-family: "Karla", sans-serif;
	letter-spacing: 0.08em;
	padding-bottom: 0.3rem;
	font-weight: 500;
}

.img-container-md {
	/* overflow: hidden;
	height: 150px;
	margin-top: 10px;
	border: 1px solid rgb(236, 236, 236); */
	margin-top: 5px;
	overflow: hidden;
	border: 1px solid rgb(236, 236, 236);
	max-width: 100%;
	height: 148px;
	object-fit: cover;
	width: 100%;
}

.listnews-info {
	letter-spacing: 0.08em;
	padding-bottom: 0.5rem;
}

.news-excerpt {
	font-size: 1.05em !important;
}
.news-link {
	font-size: 0.9em !important;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.2em;
}

.container {
	width: calc(100% - 0);
	/* width: calc(100% - 1.25em); */
	/* width: calc(100% - 2 * var(--component-padding)); */
	margin-left: auto;
	margin-right: auto;
}
.cd-faq {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.085), 0 1px 8px rgba(0, 0, 0, 0.1);
	/* box-shadow: var(--shadow-sm); */
}
.cd-faq::before {
	content: "mobile";
	display: none;
}
.cd-faq a {
	text-decoration: none;
}
@media (min-width: 64rem) {
	.cd-faq {
		position: relative;
		box-shadow: none;
		display: -ms-flexbox;
		display: flex;
	}
	.cd-faq::before {
		content: "desktop";
	}
}
@media (min-width: 64rem) {
	.cd-faq__categories {
		position: -webkit-sticky;
		position: sticky;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		top: 20px;
		width: 20%;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.085), 0 1px 8px rgba(0, 0, 0, 0.1);
		/* box-shadow: var(--shadow-sm); */
		margin-top: 1.25em;
		/* margin-top: var(--space-md); */
	}
}
@media (min-width: 80rem) {
	.cd-faq__categories {
		width: 200px;
	}
}
.cd-faq__category {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 2em 0 1.05em;
	/* padding: 0 var(--space-lg) 0 calc(var(--space-sm) * 1.4); */
	/* color: hsl(0, 0%, 100%); */
	color: hsl(0, 0%, 17%);
	/* color: var(--cd-color-4); */
	background-color: #dedede;
	/* background-color: hsl(213, 7%, 33%); */
	/* background-color: var(--cd-color-1); */
	/* background-color: rgba(1, 56, 128, 0.75); */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--border-color: hsl(213, 7%, 36.3%);
	/* --border-color: hsl(
		var(--cd-color-1-h),
		var(--cd-color-1-s),
		calc(var(--cd-color-1-l) * 1.1)
	); */
	border-bottom: 1px solid hsl(213, 7%, 36.3%);
	/* border-bottom: 1px solid var(--border-color); */
}
.cd-faq__category::before,
.cd-faq__category::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-block;
	height: 1px;
	width: 10px;
	background-color: hsl(213, 7%, 52.8%);
	/* background-color: hsl(
		var(--cd-color-1-h),
		var(--cd-color-1-s),
		calc(var(--cd-color-1-l) * 1.6)
	); */
}
.cd-faq__category::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
li:last-child .cd-faq__category {
	border-bottom: none;
}
@media (min-width: 64rem) {
	.cd-faq__category {
		font-size: 1.1em;
		/* font-size: var(--text-xs); */
		font-weight: 600;
		padding: 0 1.25em;
		/* padding: 0 var(--space-md); */
		transition: background 0.2s;
	}
	.cd-faq__category::before,
	.cd-faq__category::after {
		display: none;
	}
	.cd-faq__category:hover {
		/* background: hsl(213, 7%, 36.3%); */
		background-color: hsl(0, 0%, 100%);
		color: #111111;
		/* background: hsl(
			var(--cd-color-1-h),
			var(--cd-color-1-s),
			calc(var(--cd-color-1-l) * 1.1)
		); */
	}
}
@media (min-width: 80rem) {
	.cd-faq__category::before {
		display: block;
		top: 0;
		right: auto;
		left: 0;
		height: 100%;
		width: 3px;
		background-color: hsl(214, 98%, 25%);
		/* background-color: var(--cd-color-2); */
		opacity: 0;
		transition: opacity 0.2s;
	}
}
@media (min-width: 80rem) {
	.cd-faq__category-selected {
		background: rgb(219, 219, 219);
		/* background: hsl(
			var(--cd-color-1-h),
			var(--cd-color-1-s),
			calc(var(--cd-color-1-l) * 0.8)
		); */
	}
	.cd-faq__category-selected:hover {
		background: rgb(219, 219, 219);
		/* background: hsl(
			var(--cd-color-1-h),
			var(--cd-color-1-s),
			calc(var(--cd-color-1-l) * 0.8)
		); */
	}
	.cd-faq__category-selected::before {
		opacity: 1;
	}
}
.cd-faq__items {
	position: fixed;
	z-index: 1;
	height: 100%;
	/* width: 90%; */
	width: 98%;
	top: 0;
	right: 0;
	background: hsl(0, 0%, 100%);
	/* background: var(--cd-color-4); */
	padding: 0 1.25em 1.25em;
	/* padding: 0 var(--component-padding) var(--space-md); */
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) translateX(100%);
	transform: translateZ(0) translateX(100%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 64rem) {
	.cd-faq__items {
		position: static;
		height: auto;
		width: auto;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding: 0 0 0 0.75em;
		/* padding: 0 0 0 var(--space-sm); */
		background: transparent;
	}
}
.cd-faq__items--slide-in {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 5999;
}
html:not(.js) .cd-faq__items {
	position: static;
	height: auto;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.cd-faq__group {
	display: none;
}
@media (min-width: 64rem) {
	.cd-faq__group {
		display: block;
		padding-top: 1px;
	}
}
html:not(.js) .cd-faq__group,
.cd-faq__group--selected {
	display: block;
}
.cd-faq__title {
	margin: 1.25em 0;
	/* margin: var(--space-md) 0; */
}
.cd-faq__title h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	/* font-size: var(--text-sm); */
	font-weight: 700;
	/* color: hsl(240, 1%, 74.7%); */
	color: #757575;
	/* color: hsl(
		var(--color-contrast-low-h),
		var(--color-contrast-low-s),
		calc(var(--color-contrast-low-l) * 0.9)
	); */
}
@media (min-width: 64rem) {
	.cd-faq__title {
		margin-bottom: 0.75em;
		/* margin-bottom: var(--space-sm); */
	}
	.cd-faq__title h2 {
		/* font-size: 0.69444em; */
		/* font-size: var(--text-xs); */
	}
}
@media (min-width: 64rem) {
	.cd-faq__item {
		background: hsl(0, 0%, 100%);
		/* background: var(--cd-color-4); */
		margin-bottom: 0.25em;
		/* margin-bottom: var(--space-xxxs); */
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
		transition: box-shadow 0.2s;
	}
	.cd-faq__item:hover {
		--box-shadow: hsla(210, 14%, 49%, 0.3);
		--box-shadow: hsla(
			var(--cd-color-3-h),
			var(--cd-color-3-s),
			var(--cd-color-3-l),
			0.3
		);
		box-shadow: undefined;
		/* box-shadow: 0 1px 10px var(--box-shadow); */
	}
	@media (min-width: 64rem) {
		.cd-faq__item:hover {
			box-shadow: 0 1px 10px hsla(210, 14%, 49%, 0.3);
			/* box-shadow: 0 1px 10px var(--box-shadow); */
		}
	}
	.cd-faq__item:last-of-type {
		margin-bottom: 0;
	}
}
.cd-faq__trigger {
	display: block;
	position: relative;
	margin: 1.25em 0 0.5em;
	/* margin: var(--space-md) 0 var(--space-xs); */
	color: hsl(0, 0%, 55%);
	/* color: var(--cd-color-2); */
	font-family: "Oswald", sans-serif;
}
@media (min-width: 64rem) {
	.cd-faq__trigger {
		font-weight: 300;
		margin: 0;
		padding: 0.75em 2em 0.75em 0.75em;
		/* padding: var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm); */
	}
	.cd-faq__trigger span {
		font-size: 1.2em;
		font-weight: 500;
	}
	.cd-faq__trigger::before,
	.cd-faq__trigger::after {
		content: "";
		position: absolute;
		right: 24px;
		top: 50%;
		height: 2px;
		width: 13px;
		background: hsl(214, 98%, 25%);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: -webkit-transform 0.2s;
		transition: transform 0.2s;
		transition: transform 0.2s, -webkit-transform 0.2s;
	}
	.cd-faq__trigger::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 32px;
	}
	.cd-faq__trigger::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cd-faq__item-visible .cd-faq__trigger::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cd-faq__item-visible .cd-faq__trigger::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
.cd-faq__content .text-component {
	font-size: 1.05em;
	color: rgba(0, 0, 0, 0.87);
}
.cd-faq__content p {
	/* color: hsl(210, 14%, 49%); */
	color: rgba(0, 0, 0, 0.87);
	/* color: var(--cd-color-3); */
}
.cd-faq__content ul {
	padding-left: 0;
	/* list-style-type: none; */
	/* list-style-type: decimal; */
}

.cd-faq__content li {
	list-style-type: decimal;
}

@media (min-width: 64rem) {
	.cd-faq__content {
		display: none;
		padding: 0 0.75em;
		/* padding: 0 var(--space-sm); */
		overflow: hidden;
	}
	.cd-faq__content .text-component {
		font-size: 1.05em;
		padding-bottom: 1.25em;
		/* padding-bottom: var(--space-md); */
	}
}
.cd-faq__content--visible {
	display: block;
}
@media (min-width: 64rem) {
	html:not(.js) .cd-faq__content {
		display: block;
	}
}
.cd-faq__close-panel {
	position: fixed;
	z-index: 6000;
	display: block;
	top: 5px;
	right: -40px;
	height: 40px;
	width: 40px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: right 0.3s;
}
.cd-faq__close-panel::before,
.cd-faq__close-panel::after {
	/* content: ""; */
	position: absolute;
	top: 16px;
	left: 12px;
	display: inline-block;
	height: 3px;
	width: 18px;
	background: hsl(210, 14%, 49%);
	/* background: var(--cd-color-3); */
}
.cd-faq__close-panel::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-faq__close-panel::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 64rem) {
	.cd-faq__close-panel {
		display: none;
	}
}
.cd-faq__close-panel--move-left {
	right: 1.25em;
	/* right: var(--component-padding); */
	transition-delay: 0.3s;
	z-index: 5999;
}
.cd-faq__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: hsla(213, 7%, 33%, 0.8);
	/* background-color: hsla(
		var(--cd-color-1-h),
		var(--cd-color-1-s),
		var(--cd-color-1-l),
		0.8
	); */
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
@media (min-width: 64rem) {
	.cd-faq__overlay {
		display: none;
	}
}
.cd-faq__overlay--is-visible {
	visibility: visible;
	opacity: 1;
}

section .tab-title {
	text-align: center;
	color: #013880;
	/* margin-bottom: 50px; */
	/* padding: 0.4rem; */
	padding-top: 5px;
	text-transform: uppercase;
}
#tabs {
	background: #214d8e;
	color: #eee;
	opacity: 0.9;
	width: 100%;
	height: auto;
}
#tabs h6.tab-title {
	color: #eee;
	font-size: 0.8rem;
	background-color: #013880;
}

#tabs .nav-tab {
	border-bottom: 2px solid #ffbd07;
}

#tabs .navitem.show .nav-link {
	color: #f3f3f3;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	/* font-size: 20px; */
	/* font-weight: bold; */
}

#tabs .nav-tab .nav-link.active {
	color: #ffbd07;
	background-color: transparent;
	border-color: transparent transparent #f3f3f3;
	border-bottom: 4px solid !important;
	/* font-size: 20px; */
	/* font-weight: bold; */
}

#tabs .nav-tab .nav-link {
	border: 2px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #f3f3f3;
	font-size: 1.1em;
	font-family: "Karla", sans-serif;
	font-weight: 800;
}
.tabs {
	max-width: 100%;
	margin: 0 auto;
	/* padding: 0 20px; */
}
#tab-button {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tab-button li {
	display: table-cell;
	width: 20%;
}
#tab-button li a {
	display: block;
	padding: 0.5em;
	background: #eee;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#tab-button li:not(:first-child) a {
	border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
	border-bottom-color: transparent;
	background: #fff;
}
.tab-contents {
	padding: 0.5em 2em 1em;
	border: 1px solid #ddd;
}

.tab-button-outer {
	display: none;
}
.tab-contents {
	margin-top: 20px;
}
@media screen and (min-width: 768px) {
	.tab-button-outer {
		position: relative;
		z-index: 2;
		display: block;
	}
	.tab-select-outer {
		display: none;
	}
	.tab-contents {
		position: relative;
		top: -1px;
		margin-top: 0;
	}
}
.article-list {
	color: #313437;
	background-color: #fff;
}

.article-list p {
	color: #7d8285;
}

.article-list h2 {
	/* font-weight: bold; */
	/* margin-bottom:40px; */
	/* padding-top:40px; */
	font-weight: 600;
	color: inherit;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	.article-list h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}
}

.article-list .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
	border-bottom: 4px solid #ffbd07;
	padding-top: 30px;
}

.article-list .intro h2 {
	font-family: "Oswald", sans-serif !important;
}

@media (max-width: 767px) {
	.article-list .intro h2 {
		font-family: "Oswald", sans-serif !important;
	}
}

.article-list .intro p {
	margin-bottom: 0;
}

.article-list .articles {
	padding-bottom: 40px;
}

.article-list .item {
	padding-top: 30px;
	min-height: 425px;
	text-align: center;
}

.article-list .item .item_img {
	object-fit: cover;
	background-color: #f3f3f3;
	overflow: hidden;
	max-height: 220px;
	height: 220px;
	position: relative;
	z-index: 1;
	top: 0px;
}

.article-list .item .item_img .span_img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	/* background-color: rgba(1, 56, 128, 0.75); */
	background-color: #214d8e;
	/* background-color: rgb(0, 113, 179, 0.9); */
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index: 6001;
	font-family: "Oswald", sans-serif;
	/* font-size: 10px; */
	margin-top: -20px;
}

.article-list .item .name {
	/* font-weight: bold; */
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
	color: inherit;
}

article-list .item ul {
	/* padding-left: 20px; */
	list-style-type: none !important;
}

article-list .item li {
	list-style-type: none !important;
}

.article-list .item .description {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 0;
}

.article-list .item .action {
	font-size: 24px;
	width: 24px;
	margin: 22px auto 0;
	line-height: 1;
	display: block;
	/* color: #4f86c3; */
	opacity: 0.85;
	transition: opacity 0.2s;
	text-decoration: none;
}

.article-list .item .action:hover {
	opacity: 1;
}


.pricing-table {
	background-color: #eee;
	font-family: "Oswald", sans-serif;
}

.pricing-table .block-heading {
	padding-top: 30px;
	/* margin-bottom: 40px; */
	text-align: center;
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px auto;
	border-bottom: 4px solid #ffbd07;
}

.pricing-table .block-heading h2 {
	/* color: #3b99e0; */
	font-weight: 600;
	color: inherit;
	font-size: 1.5rem;
}

.pricing-table .block-heading p {
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity: 0.7;
}

.pricing-table .heading {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .heading h3 {
	font-size: 1.3rem;
}

.pricing-table .item {
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.055);
	/* border-top: 2px solid #5ea4f3; */
	/* border-top: 3px solid #214d8e; */
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
	margin-bottom: 5px;
}

.pricing-table .item button {
	font-weight: 600;
}

.pricing-table .ribbon {
	width: 160px;
	height: 32px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
	background: #4dbe3b;
	transform: rotate(45deg);
	position: absolute;
	right: -42px;
	top: 20px;
	padding-top: 7px;
}

.pricing-table .item p {
	text-align: center;
	margin-top: 20px;
	opacity: 0.7;
}

.pricing-table .features .feature {
	font-weight: 600;
}

.pricing-table .features h4 {
	text-align: center;
	font-size: 18px;
	padding: 5px;
}

.pricing-table .price h4 {
	margin: 15px 0;
	font-size: 45px;
	text-align: center;
	color: #2288f9;
}

.pricing-table .buy-now button {
	text-align: center;
	margin: auto;
	font-weight: 600;
	padding: 9px 0;
}

.link-head {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
	border-bottom: 4px solid #ffbd07;
}
.link-head h2 {
	font-weight: 600;
	font-size: 1.5rem;
}
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
#slidebanner .carousel-inner {
	max-height: 425px;
	overflow: hidden;
}
#tab-menus {
	width: 100%;
	padding: 0px;
}
#tab-menus .nav-tabs {
	/* background-color: #f3f3f3; */
	box-shadow: 0px 0px 5px -15px #000;
}
#tab-menus .tab-content {
	background-color: #f3f3f3;
	/* padding: 5px 10px; */
}
#tab-menus .nav-link {
	font-size: 1em;
	color: #013880;
	display: block;
	padding: 0.5rem 1.1rem;
}

#tab-menus .nav-tabs {
	border-bottom: 1px solid #013880;
}
#tab-menus .nav-tabs .nav-link.active {
	border-color: #013880 #013880 #fff;
}

#tab-menus .tab-pane {
	border-bottom: 1px solid #013880;
	border-left: 1px solid #013880;
	border-right: 1px solid #013880;
}

#blog {
	width: 100%;
	float: left;
	padding: 30px 0px 0px 0px;
	background-color: #f5f5f5;
	/* background-color: rgb(33, 77, 142, 0.9); */
}
.blog-post .category {
	position: absolute;
	font-family: "Oswald", sans-serif;
	left: -1px;
	top: 135px;
	color: #fff;
}
.blog-post h2 {
	font-size: 16px;
	margin: 10px 0px;
}
.blog-post h2 a {
	color: #333;
}
.blog-post p {
	color: #505050;
}
#blog .section-title {
	padding: 20px 0px 5px;
	background-color: #fafafa;
	border-radius: 10px;
	margin-bottom: 30px;
}
#blog .blog-post {
	padding: 15px;
	border-radius: 5px;
	/* box-shadow: 30px 30px 0px -20px #eeeeee; */
	box-shadow: 30px 30px 0px -20px rgba(226, 226, 226, 0.9);

	background: #fff;
	border: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden;
	z-index: 1000;
	margin-bottom: 30px;
	height: 430px;
}
#blog .blog-post .post-thumb {
	height: 150px;
	/* max-height: 210px; */
	overflow: hidden;
	background-color: #dddddd;
}

#blog .blog-post .post-thumb img {
	max-width: 100%;
	width: 225px;
}

@media (max-width: 480px) {
	/* .media_img {
		overflow: hidden;
		max-height: 60px;
		max-width: 100px;
	} */

	#blog .blog-post .post-thumb {
		height: 150px;
		/* max-height: 210px; */
		overflow: hidden;
		background-color: #dddddd;
	}

	#blog .blog-post .post-thumb img {
		max-width: 100%;
		width: 328px;
	}
}

#blog .blog-post .more {
	bottom: 10px;
	position: absolute;
	width: 100%;
}
.at-recommended-label {
	font-weight: 700 !important; 
}

.at-recommendedTitle{
	font-family: "Oswald", sans-serif !important;
}