@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;0,700;1,500&family=Roboto:wght@400;500;700&display=swap');
body {
	padding: 0px;
	margin: 0px;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: 'Noto Sans', sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
* {
	box-sizing: border-box;
}
.header, .footer {
	padding: 10px 0px;
	color: #fff;
	background-color: #0067b7;
	text-align: center;
	position: relative;
}
.container {
	max-width: 550px;
	margin: auto;
}
.form-group {
	margin-bottom: 15px;
}
.form-control {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	/* padding: 10px; */
	border: 1px solid #ccc;
	/* font-family: 'Courier New', Courier, monospace; */
	font-size: 14px;
	min-height: 40px;
	height: 40px;
    /* line-height: 40px; */
}
.form-control:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: 0;
}
textarea.form-control {
	height: auto;
	min-height: auto;
	line-height: 20px;
}
.btn-submit {
	padding: 5px 15px 3px 15px;
    border: 0px;
    border-radius: 8px;
    min-width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    background-color: #0067b7;
    color: #fff;
    cursor: pointer;
	text-transform: uppercase;
	min-height: 40px;
	line-height: 40px;
	/* font-family: 'Courier New', Courier, monospace; */
}
.btn-submit:hover {
	background-color: rgb(8, 144, 212);
	color: #000000;
}
.box-form {
	padding: 5px;
	min-height: 550px;
}
.text-center {
	text-align: center;
}
.tabs {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	display: flex;
}
.tabs li {
	width: 50%;
}
.tabs li a {
	padding: 15px 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ccc;
}
.tabs li a.active, .tabs li a:hover {
	background-color: #0067b7;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.tabs li a.active::before {
	content: "";
    bottom: -8px;
    right: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 8px solid #0067b7;
    position: absolute;
    margin: auto;
}
.tabs li a:hover::before {
	content: "";
    bottom: -8px;
    right: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 8px solid rgb(43, 157, 214);
    position: absolute;
    margin: auto;
}
.tabs li a:hover {
	background-color: rgb(43, 157, 214);
}
.title-main {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 20px;
	margin: 15px 0px 6px 0px;
}
.title-sub {
	margin: 0px 0px 25px 0px;
	font-size: 18px;
	line-height: 22px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.space {
	margin-bottom: 40px;
	margin-top: 40px;
}
label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.required {
	display: none;
	font-size: 12px;
	line-height: 14px;
}
.red {
	color: red;
}
.btn-green {
	background-color: #0067b7;
	border-radius: 4px;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.btn-green:hover {
	background-color: #1c8be0;
	color: #fff;
}
.row {
	margin: 0px -10px;
}
.d-flex {
	display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.col-50 {
	flex: 1 0 0%;
	width: 50%;
	padding: 0px 10px;
}
.work-hour {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
p {
	margin: 0px 0px 15px 0px;
	font-size: 14px;
}
.note {
	font-size: 13px;
	line-height: 16px;
	color: #ff0000;
	margin-top: 15px;
}
.box-message {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
}
.lh-25 {
	line-height: 25px;
}
.container-main {
	max-width: 1000px;
	margin: auto;
	padding: 0px 15px;
	position: relative;
}
.entry-title {
	font-size: 25px;
	line-height: 30px;
	color: #000;
	margin: 20px 0px 20px 0px;
	position: relative;
}
h1.entry-title {
	padding-bottom: 10px;
}
h2.entry-title {
	font-size: 16px;
    line-height: 22px;
    color: #0067b7;
    margin: 0px 0px 10px 0px;
}
.entry-title-main {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0px 20px 0px;
	position: relative;
	padding-bottom: 10px;
}
.entry-title-main::before, h1.entry-title:before {
	content: "";
	width: 100%;
    height: 3px;
	background-color: #ffcc91;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
a {
	text-decoration: none;
	color: #0067b7;
}
a:hover, a:hover * {
	color: #565656;
}
.meta {
	margin-bottom: 25px;
	font-size: 12px;
	color: #999;
	font-style: italic;
}
.meta span {
	display: inline-block;
	margin-right: 15px;
}
.description, .description p {
	color: #565656;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 25px;
}
.content-main img {
	border-radius: 8px;
}
.box-breadcrumbs {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	text-align: left;
	background-color: #cbcbcb;
}
.breadcrumbs {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.breadcrumbs li {
	display: inline-block;
	padding: 0px 20px 0px 0px;
	position: relative;
}
.breadcrumbs li:before {
	content:"»";
	position: absolute;
	top: 1px;
	right: 2px;
	color: #565656;
}
.breadcrumbs li:last-child::before {
	display: none;
}
.breadcrumbs li a {
	text-decoration: none;
	color: #565656;
	font-size: 14px;
	line-height: 20px;
}
.breadcrumbs li a:hover {
	color: #0067b7;
}
/* .row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}
.col-lg-8 {
	flex: 1 0 0 auto;
	width: 66.66%;
}
.col-lg-4 {
	flex: 1 0 0 auto;
	width: 33.33%;
} */
.nav-menu {
	display: inline-block;
	list-style: none;
	margin: 0px;
}
.nav-menu li {
	position: relative;
	display: inline-block;
	padding: 0px 15px;
}
.nav-menu li:last-child {
	padding-right: 0px;
}
.nav-menu li a {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 500;
}
.nav-menu li a:hover {
	color: rgb(190, 190, 190);
}
#site-content {
	display: inline-block;
	width: 100%;
	padding: 0px 0px;
}
.sidebar {
	padding: 30px 0px 0px 0px;
}
.widgettitle, .widget h2 {
	font-size: 14px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	line-height: 20px;
	background-color: #0067b7;
	display: inline-block;
	padding: 13px 20px 10px 20px;
	width: 100%;
	margin-bottom: 0px;
	color: #fff;
}
.widget ul {
	list-style: circle !important;
	padding: 10px 0px 5px 35px !important;
	margin: 0px 0px 30px 0px;
	background-color: #efefef;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.widget {
	margin-bottom: 0px;
}
.widget ul li {
	margin-bottom: 7px;
}
.widget ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.widget ul li a:hover {
	color: #0067b7;
}
.content-main {
	margin-top: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
.w-100 {
	width: 100%;
}
.related-posts {
	margin: 40px 0px 20px 0px;
	position: relative;
}
.nav-links .page-numbers {
	padding: 5px 10px;
	color: #fff;
	background-color: #0067b7;
	float: left;
	margin-right: 5px;
}
.nav-links .page-numbers:hover {
	background-color: #4da2e5;
}
.nav-links span.page-numbers {
	background-color: #bbbbbb;
}
.nav-links .current {
	background-color: #595959;
}
.related-posts h2 {
	font-size: 24px;
    text-transform: uppercase;
	color: #0067b7;
	position: relative;
	padding-bottom: 10px;
}
.related-posts h2::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 3px;
	width: 100px;
	background-color: #595959;
}
#menu_mobile {
	/* position: absolute;
    top: -5px;
    z-index: 123;
    right: 10px; */
	height: 40px;
	position: relative;
	width: 60px;
	float: right;
    background-color: #565656;
    color: #fff;
    font-size: 12px;
	line-height: 25px;
	display: none;
}
#menu_mobile:before {
	content:"MENU";
	position: absolute;
	top: 8px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}
.form-dk {
	padding: 25px 25px 15px 25px;
    background: #f7f7f7;
    border-radius: 5PX;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
	.nav-menu {
		display: none;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 300px;
		background-color: #fff;
		height: 100%;
		padding: 20px 10px;
		text-align: left;
		box-shadow: 1px 1px 3px #ababab;
		z-index: 12345;
	}
	.nav-menu li {
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-menu li a {
		color: #000;
	}
	#menu_mobile {
		display: block;
	}
}