* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	outline: none;
}

*:focus {
	outline: 0;
}

body,
html {
	color: #000;
	font-family: "PT Sans Narrow", sans-serif;
}

.clear {
	clear: both;
}

.g-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.no-border,
.no-border td,
.no-border th {
	border: none;
}

.no-padding,
.no-padding td,
.no-padding th {
	padding: 0;
}

.h-tac {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: normal;
	padding: 12px 0 22px;
}

h4,
h5,
h6 {
	color: #646464;
}

h1 {
	font-size: 36px;
	color: #565656;
	text-transform: uppercase;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	color: #565656;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	color: #010000;
}

h4 {
	font-size: 20px;
	color: #010000;
	font-weight: bold;
}

h5 {
	font-size: 18px;
	color: #010000;
	font-weight: bold;
}

h6 {
	font-size: 18px;
	color: #010000;
}

p {
	color: #000;
	font-size: 15px;
	line-height: 18px;
	padding: 0 0 18px 0;
}

a,
a:visited {
	color: #000;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}

a:visited {
	color: #1a1a1a;
}

a:hover {
	color: #e11;
	text-decoration: none;
}

pre {
	background: #eee;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 18px;
}

pre,
code {
	color: #000;
	font-family: "Consolas", "Courier New", "Nimbus Mono L", monospace;
	font-size: 13px;
	overflow: hidden;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	line-height: 18px;
}

q {
	quotes: "«" "»";
	font-style: italic;
}

q q {
	quotes: "„" "“";
	font-style: italic;
}

blockquote {
	font-family: "PT Sans Narrow", sans-serif;
	font-style: italic;
	text-align: left;
	font-size: 16px;
	color: #131313;
	border-left: 3px solid #d7d7d7;
	padding-left: 13px;
}

blockquote q {
	color: #131313;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 0;
}

blockquote p {
	color: #131313;
}

blockquote span {
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #8c8c8c;
}

abbr {
	border-bottom: thin dashed;
	cursor: help;
	font-style: italic;
}

i {
	font-style: oblique;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

table caption {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	padding: 8px 0;
	text-align: left;
}

th,
td {
	padding: 2px 12px 2px 0;
	font-size: 15px;
	text-align: left;
}

th {
	padding: 7px 12px 7px 0;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #8f8f8f;
}

td {
	color: #000;
}

thead tr:first-child th {
	border-bottom: 1px solid #8f8f8f;
	border-top: 1px solid #8f8f8f;
}

tbody tr:last-child td {
	border-bottom: 1px solid #8f8f8f;
}

tfoot th {
	border-color: #8f8f8f;
}

.b-vertical-table tr th,
.b-vertical-table tr td {
	border-color: #eee;
}

.b-vertical-table tr:first-child th {
	padding-top: 0;
}

.b-vertical-table__title {
	font-size: 16px;
	padding-top: 35px;
	border-bottom: 1px solid #ccc !important;
}

img {
	border: 0;
}

hr {
	background: #8f8f8f;
	height: 1px;
	margin: 4px 0;
}

dt {
	color: #000;
	font-size: 18px;
	font-weight: 900;
}

dd {
	color: #000;
	font-size: 15px;
	padding: 0 10px 15px;
	padding-top: 5px;
}

ul li {
	list-style-type: disc;
	color: #000;
	font-size: 15px;
	padding: 0 0 8px 3px;
	margin-left: 18px;
}

ul li ul li {
	padding: 6px 0 0 3px;
}

ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ol li {
	color: #000;
	font-size: 15px;
	list-style-type: decimal;
	padding: 0 0 8px 3px;
	margin-left: 18px;
}

ol li ol li {
	padding: 6px 0 0 3px;
}
