/*
Theme Name: Tison Paint
Author: customize by Maybe Design
Description: Tison Paint Company.
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TisonPaint

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #fff;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	/*-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);*/
	/*text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;*/
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	text-align: center;
}

.navigation-top .wrap {
	/*max-width: 1000px;*/
	padding: 0;
}
.navigation-top a {
	color: #222;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}


.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

 .js .main-navigation ul,
 .main-navigation .menu-item-has-children > a > .icon,
 .main-navigation .page_item_has_children > a > .icon,
 .main-navigation ul a > .icon {
 	display: none;
 }

 .main-navigation > div > ul {
 	border-top: 1px solid #eee;
 	padding: 0.75em 1.695em;
 }

 .js .main-navigation.toggled-on > div > ul {
 	display: block;
 }

 .main-navigation ul ul {
 	padding: 0 0 0 1.5em;
 }

 .main-navigation ul ul.toggled-on {
 	display: block;
 }

 .main-navigation ul ul a {
 	letter-spacing: 0;
 	padding: 0.4em 0;
 	position: relative;
 	text-transform: none;
 }

 .main-navigation li {
 	border-bottom: 1px solid #eee;
 	position: relative;
 }

 .main-navigation li li,
 .main-navigation li:last-child {
 	border: 0;
 }

 .main-navigation a {
 	display: block;
 	padding: 0.5em 0;
 	text-decoration: none;
 }

 .main-navigation a:hover {
 	color: #767676;
 }

 /* Menu toggle */

 .menu-toggle {
 	background-color: transparent;
 	border: 0;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 	color: #222;
 	display: none;
 	font-size: 14px;
 	font-size: 0.875rem;
 	font-weight: 800;
 	line-height: 1.5;
 	margin: 1px auto 2px;
 	padding: 1em;
 	text-shadow: none;
 }
 @media screen and (max-width: 991px) {
 	.menu-toggle {
 		margin: auto 1px 0px auto;
 		color: #2B2B2B;
 	}
 }
 /* Display the menu toggle when JavaScript is available. */

 .js .menu-toggle {
 	display: block;
 }

 .main-navigation.toggled-on ul.nav-menu {
 	display: block;
 }

 .menu-toggle:hover,
 .menu-toggle:focus {
 	background-color: transparent;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }

 .menu-toggle:focus {
 	outline: thin solid;
 }

 .menu-toggle .icon {
 	margin-right: 0.5em;
 	top: -2px;
 }

 .toggled-on .menu-toggle .icon-bars,
 .menu-toggle .icon-close {
 	display: none;
 }

 .toggled-on .menu-toggle .icon-close {
 	display: inline-block;
 }

 /* Dropdown Toggle */

 .dropdown-toggle {
 	background-color: transparent;
 	border: 0;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 	color: #222;
 	display: block;
 	font-size: 16px;
 	right: -0.5em;
 	line-height: 1.5;
 	margin: 0 auto;
 	padding: 0.5em;
 	position: absolute;
 	text-shadow: none;
 	top: 0;
 }

 .dropdown-toggle:hover,
 .dropdown-toggle:focus {
 	background: transparent;
 }

 .dropdown-toggle:focus {
 	outline: thin dotted;
 }
 .dropdown-toggle::after {
 	display: none !important;
 }
 .dropdown-toggle.toggled-on .icon {
 	-ms-transform: rotate(-180deg); /* IE 9 */
 	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
 	transform: rotate(-180deg);
 }

 /* Scroll down arrow */

 .site-header .menu-scroll-down {
 	display: none;
 }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 700px;*/
	padding-left: 1em;
	padding-right: 1em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	display: inline-flex;
	flex-direction: row;
}
@media screen and (max-width: 991px) {
	#masthead .wrap {
		display: block;
	}
}
.site-header {
	background-color: #fafafa;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}
@media screen and (max-width: 991px) {
	.site-branding {
		margin-bottom: 0px;
		position: absolute;
		width: 250px;
		top: -7px;
	}
}
@media screen and (min-width: 991px) {
	.site-branding {
		display: none;
	}
}
.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: 110px;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
	/*padding-top: 65px;*/
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 1em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	/*background-color: #ddd;*/
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	/*-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;*/
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0 15px;
}
.taxonomy-description p {
	margin-bottom: 0;
}
.filter-article {
	margin: 0 auto;
	padding-bottom: 2rem;
}
/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
	padding-top: 25px;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*.page:not(.home) #content {
	padding-bottom: 1.5em;
	}*/

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 4em;
	}

	.error404 .page-content .search-form,
	.search .page-content .search-form {
		margin-bottom: 3em;
	}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 56em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
		background-color: #193677;
		border-radius: 50%;
		color: #fff;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 56em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		/*max-width: 1000px;*/
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
		top : 0;
	}

	.navigation-top .wrap {
		/*max-width: 1000px;*/
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		box-shadow: 0px 4px 6px #03030380;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation li {
		padding: 1em 1.25em;
	}
	.main-navigation .sub-menu li {
		padding: 0 15px;
	}
	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation .sub-menu li {
		padding: 0 15px;
	}
	
	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #fff;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	/*.page:not(.home) #content {
		padding-bottom: 3.25em;
		}*/

		/* 404 page */

		.error404 .page-content {
			padding-bottom: 9em;
		}

		/* Comments */

		#comments {
			padding-top: 5em;
		}

		.comments-title {
			margin-bottom: 2.5em;
		}

		ol.children .children {
			padding-left: 2em;
		}

		/* Posts pagination */

		.nav-links .nav-title {
			position: relative;
		}

		.nav-title-icon-wrapper {
			position: absolute;
			text-align: center;
			width: 2em;
		}

		.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
			left: -2em;
		}

		.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
			right: -2em;
		}

		/* Secondary */

		#secondary {
			font-size: 14px;
			font-size: 0.875rem;
			line-height: 1.6;
		}

		/* Widgets */

		h2.widget-title {
			font-size: 11px;
			font-size: 0.6875rem;
			margin-bottom: 2em;
		}

		/* Footer */

		.site-footer {
			font-size: 14px;
			font-size: 0.875rem;
			line-height: 1.6;
			margin-top: 3em;
		}

		.site-footer .widget-column.footer-widget-1 {
			float: left;
			width: 36%;
		}

		.site-footer .widget-column.footer-widget-2 {
			float: right;
			width: 58%;
		}

		.social-navigation {
			clear: left;
			float: left;
			margin-bottom: 0;
			width: 36%;
		}

		.site-info {
			float: left;
			padding: 0.7em 0 0;
			width: 58%;
		}

		.social-navigation + .site-info {
			margin-left: 6%;
		}

		.site-info .sep {
			margin: 0 0.5em;
			display: inline;
			visibility: visible;
			height: auto;
			width: auto;
		}

		/* Gallery Columns */

		.gallery-columns-5 .gallery-item {
			max-width: 20%;
		}

		.gallery-columns-6 .gallery-item {
			max-width: 16.66%;
		}

		.gallery-columns-7 .gallery-item {
			max-width: 14.28%;
		}

		.gallery-columns-8 .gallery-item {
			max-width: 12.5%;
		}

		.gallery-columns-9 .gallery-item {
			max-width: 11.11%;
		}
	}

	@media screen and ( min-width: 67em ) {

		/* Layout */

		/* Navigation */
		.navigation-top .wrap {
			padding: 0.75em 2em;
		}

		.navigation-top nav {
			margin-left: 0;
		}

		/* Sticky posts */

		.sticky .icon-thumb-tack {
			font-size: 32px;
			font-size: 2rem;
			height: 22px;
			left: -1.25em;
			top: 0.75em;
			width: 32px;
		}

		/* Pagination */

		.page-numbers {
			display: inline-block;
			color: #000;
		}

		.page-numbers.current {
			font-size: 15px;
			font-size: 0.9375rem;
		}

		.page-numbers.current .screen-reader-text {
			clip: rect(1px, 1px, 1px, 1px);
			height: 1px;
			overflow: hidden;
			position: absolute !important;
			width: 1px;
		}

		/* Comments */

		.comment-body {
			margin-left: 0;
		}
	}

	@media screen and ( min-width: 79em ) {

		.has-sidebar .entry-content blockquote.alignleft {
			margin-left: -20%;
		}

		.blog:not(.has-sidebar) .entry-content blockquote.alignright,
		.archive:not(.has-sidebar) .entry-content blockquote.alignright,
		.page-two-column .entry-content blockquote.alignright,
		.twentyseventeen-front-page .entry-content blockquote.alignright {
			margin-right: -20%;
		}
	}

	@media screen and ( max-width: 48.875em ) and ( min-width: 56em ) {

		.admin-bar .site-navigation-fixed.navigation-top,
		.admin-bar .site-navigation-hidden.navigation-top {
			top: 46px;
		}
	}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}
@-webkit-keyframes loading {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none!important
}

a {
	color: inherit;
	text-decoration: none
}

a:focus,
a:hover {
	color: #012169;
	text-decoration: none
}

.i {
	font-style: italic
}

.entry-content a:not(.btn) {
	color: #4A90E2
}

.entry-content a:not(.btn):hover {
	color: #012169
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	margin: 0 0 20px;
	line-height: normal
}

.h1,
h1 {
	font-size: 43px;
	font-weight: 700;
	color: #012169;
	text-transform: uppercase;
	line-height: 60px
}

.h2,
h2 {
	font-size: 32px
}

.h3,
h3 {
	font-size: 28px
}

.h4,
h4 {
	font-size: 23px
}

.h5,
h5 {
	font-size: 18px
}

.h6,
h6 {
	font-size: 100%
}

p {
	margin: 0 0 20px
}

ol ol,
ul ul {
	margin-left: 15px
}

img {
	max-width: 100%;
	height: auto
}

.maincontent a:not(.btn) {
	color: #012169
}

.maincontent a:not(.btn):hover {
	color: #F6DC6B
}

.container {
	position: relative
}

.row-section {
	padding: 70px 0;
	margin: 0
}

.ss-background {
	background-size: cover
}

.display-table {
	display: table;
	width: 100%;
	height: 100%
}

.display-table .table-cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle
}

.max-830 {
	max-width: 830px;
	margin: 0 auto
}

.bg-white {
	background-color: #fff
}

.uppercase {
	text-transform: uppercase
}

.table-mini-sidebar {
	display: table;
	width: 100%
}

.table-mini-sidebar .col_thumbnail_left {
	width: 1%;
	vertical-align: middle;
	display: table-cell;
	padding-right: 20px
}

.table-mini-sidebar .col_thumbnail_right {
	width: 1%;
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px
}

.table-mini-sidebar .col_text {
	width: 100%;
	display: table-cell;
	vertical-align: middle
}

.div-mini-sidebar {
	overflow: hidden
}

.div-mini-sidebar .col_thumbnail_left {
	float: left;
	padding-right: 20px
}

.div-mini-sidebar .col_thumbnail_right {
	float: right;
	padding-left: 20px
}

.div-mini-sidebar .col_text {
	display: block;
	overflow: hidden
}

::-webkit-scrollbar {
	-webkit-appearance: none
}

::-webkit-scrollbar:vertical {
	width: 12px
}

::-webkit-scrollbar:horizontal {
	height: 12px
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #ffffff
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff
}

/*.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0
	}*/
/*
.owl-carousel .owl-nav>div {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	border: 1px solid #9B9B9B;
	border-radius: 100%;
	color: #9B9B9B;
	font-size: 40px;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
	}*/

/*.owl-carousel .owl-nav>div:hover {
	border-color: #012169;
	color: #012169
}

.owl-carousel .owl-nav>div i {
	line-height: inherit
}

.owl-carousel .owl-nav>div.owl-prev {
	left: -60px
}

.owl-carousel .owl-nav>div.owl-next {
	right: -60px
	}*/

/*.owl-carousel.nav20 .owl-nav>div {
	color: #fff;
	border-color: #fff
}

.owl-carousel.nav20 .owl-nav>div.owl-prev {
	left: 20px
}

.owl-carousel.nav20 .owl-nav>div.owl-next {
	right: 20px
}

.owl-carousel.nav20 .owl-nav>div:hover {
	border-color: #012169;
	color: #fff
}

.owl-carousel .owl-dots {
	padding: 20px 0;
	text-align: center
	}*/

/*.owl-carousel .owl-dots>div {
	display: inline-block
}

.owl-carousel .owl-dots>div span {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	border: 1px solid #9B9B9B;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 100%
	}*/
/*
.owl-carousel .owl-dots>div span:before {
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	content: "";
	margin: 2px 0 0 2px
}

.owl-carousel .owl-dots>div.active span:before,
.owl-carousel .owl-dots>div:hover span:before {
	background: #012169
}

.owl-carousel .owl-thumb-item img {
	width: 150px;
	height: auto
}

.owl-carousel .owl-thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	text-align: center;
	padding: 5%
	}*/

/*.owl-carousel .owl-thumb-item {
	display: table-cell;
	border: none;
	background: none;
	padding: 0;
	opacity: .4
}

.owl-carousel .owl-thumb-item.active {
	opacity: 1
	}*/

	.img-background {
		display: none!important
	}

	.section-background {
		position: relative;
		color: #fff;
		padding: 30px 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover
	}

	.middle_img {
		overflow: hidden;
		display: block;
		position: relative
	}

	.middle_img>img {
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		max-width: none;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%)
	}

	.row-label {
		font-weight: inherit;
		display: block;
		margin-bottom: 15px
	}

	.row-label .title {
		display: block;
		font-size: 18px;
		font-weight: 400
	}

	.row-label .input {
		width: 100%
	}

	.widget {
		margin-bottom: 30px
	}

	.widget-title {
		font-size: 18px;
		padding: 10px 15px;
		background: url(../images/bg-1.png) center center;
		line-height: 25px
	}

	.title-grey {
		font-weight: 700;
		font-size: 18px;
		color: #4A4A4A
	}

	a.title-grey {
		color: #012169
	}

	.title-b {
		font-weight: 500
	}

	.title-b i {
		color: #012169;
		display: inline-block;
		margin-right: 10px
	}

	.title-18 {
		font-weight: 500;
		font-size: 18px;
		color: #012169
	}

	.bg-lazy {
		position: relative
	}

	.bg-lazy:before {
		content: "\f110"!important;
		position: absolute!important;
		top: 50%!important;
		left: 50%!important;
		width: 50px!important;
		height: 50px!important;
		margin: -25px 0 0 -25px!important;
		font-family: FontAwesome!important;
		border-radius: 100%!important;
		line-height: 50px!important;
		text-align: center!important;
		font-size: 38px!important;
		opacity: 1!important;
		background: none!important;
		-webkit-animation: loading 1.2s infinite ease-in-out both;
		animation: loading 1.2s infinite ease-in-out both
	}

	.img-lazy {
		background: #fff url(../images/loading.gif) no-repeat center center!important;
		background-size: 70px!important
	}

	.bg-loaded {
		background-size: cover!important;
		background-position: center center!important
	}

	.top-desc-page {
		color: #4A4A4A;
		font-size: 25px;
		font-weight: 300;
		line-height: 45px;
		text-align: center
	}

	.top-desc-page .btn {
		margin-top: 20px
	}

	.modal-dialog {
		width: 945px;
		max-width: 98%
	}

	.modal-content {
		border-radius: 0;
		padding: 50px
	}

	.modal-content .close {
		position: absolute;
		right: 50px;
		top: 50px;
		font-size: 30px;
		z-index: 10
	}

	ul[class*=list-] {
		list-style: outside none none
	}

	ul[class*=list-]>li {
		padding-left: 25px;
		position: relative
	}

	ul[class*=list-]>li+li {
		margin-top: 10px
	}

	ul[class*=list-]>li:before {
		font-size: inherit;
		position: absolute;
		left: 1px;
		/*font-family: 'icomoon'!important*/
	}

	ul.list-check>li {
		padding-left: 35px
	}

	ul.list-check>li:before {
		content: "\e908"
	}

	ul.list-arrow>li:before {
		content: "\e07d"
	}

	ul[class*=list-].primary>li:before {
		color: #012169
	}

	ul[class*=list-].secondary>li:before {
		color: #F6DC6B
	}

	ul.list-icon.thirdary>li>i,
	ul[class*=list-].thirdary>li:before {
		color: #0A517B
	}

	ul[class*=list-].info>li:before {
		color: #19c8f3
	}

	ul[class*=list-].success>li:before {
		color: #00a388
	}

	ul[class*=list-].warning>li:before {
		color: #eea236
	}

	ul[class*=list-].danger>li:before {
		color: #ff6239
	}

	ul[class*=list-].round>li:before,
	ul[class*=list-].square>li:before {
		color: #fff!important;
		font-size: 12px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		top: 1px;
		width: 16px
	}

	ul[class*=list-].round>li:before {
		border-radius: 100%
	}

	ul[class*=list-].round.default>li:before,
	ul[class*=list-].square.default>li:before {
		background-color: #333
	}

	ul[class*=list-].round.primary>li:before,
	ul[class*=list-].square.primary>li:before {
		background-color: #012169
	}

	ul[class*=list-].round.info>li:before,
	ul[class*=list-].square.info>li:before {
		background-color: #19c8f3
	}

	ul[class*=list-].round.success>li:before,
	ul[class*=list-].square.success>li:before {
		background-color: #00a388
	}

	ul[class*=list-].round.warning>li:before,
	ul[class*=list-].square.warning>li:before {
		background-color: #eea236
	}

	ul[class*=list-].round.danger>li:before,
	ul[class*=list-].square.danger>li:before {
		background-color: #ff6239
	}

	ul.list-border>li {
		overflow: hidden;
		padding-left: 10px
	}

	ul.list-border>li .title {
		float: left;
		margin-right: 20px;
		font-weight: 600;
		color: #59595B
	}

	ul.list-border>li .value {
		display: block;
		overflow: hidden
	}

	ul.list-border>li+li {
		border-top: 1px dashed #ACAFB1;
		padding-top: 15px;
		margin-top: 15px
	}

	ul.list-border.title-230>li .title {
		width: 230px
	}

	ul.list-border.title-150>li .title {
		width: 150px
	}

	ul.list-border.title-full>li .title {
		display: block;
		float: none;
		margin: 0 0 20px
	}

	ul.list-border-2 li {
		padding-left: 0
	}

	ul.list-border-2 li+li {
		border-top: 1px solid #ACAFB1;
		padding-top: 15px;
		margin-top: 15px
	}

	ul.list-icon li>i {
		position: absolute;
		left: 0;
		top: 6px;
		font-size: 20px
	}

	.btn {
		position: relative;
		display: inline-block;
		overflow: hidden;
		color: #012169;
		vertical-align: middle;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		padding: 0 25px;
		border: none;
		background-color: transparent;
		text-transform: uppercase;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		font-weight: 600
	}

	.btn>.inner {
		border-top: solid 2px #012169;
		border-bottom: solid 2px #012169;
		display: block;
		position: relative;
		z-index: 2;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		padding: 0 20px;
		line-height: 41px;
		font-weight: 500;
		font-size: 16px;
		cursor: pointer;
		font-family:"TisonFontBold";
		text-transform: initial !important;
	}

	.btn>.inner img {
		float: left;
		margin: 9px 10px 0 0;
		height: 20px
	}

	.btn-32 {
		padding: 0 20px
	}

	.btn-32>.inner {
		border-width: 1px;
		padding: 0 10px;
		line-height: 30px
	}

	.btn-32:before {
		border-width: 1px;
		width: 32px;
		height: 32px;
		right: 10px
	}

	.btn-32:after {
		border-width: 1px;
		width: 32px;
		height: 32px;
		left: 10px
	}

	.btn-100 {
		padding: 0 50px;
		font-size: 20px
	}

	.btn-100>.inner {
		line-height: 30px;
		height: 100px;
		padding: 0 20px;
		display: table-cell;
		vertical-align: middle
	}

	.btn-100:before {
		width: 100px;
		height: 100px;
		right: 20px
	}

	.btn-100:after {
		width: 100px;
		height: 100px;
		left: 20px
	}

	.btn.nothover {
		cursor: inherit!important
	}

	.btn:not(.nothover):hover:after,
	.btn:not(.nothover):hover:before,
	.btn:not(.nothover):hover>.inner {
		border-color: #0A517B
	}

	.btn.nothover:hover {
		color: #012169
	}

	.btn-primary {
		color: #fff;
		background-color: transparent!important;
		border-color: transparent!important
	}

	.btn-primary:after,
	.btn-primary:before,
	.btn-primary>.inner {
		background-color: #012169;
		border-radius: 5px;
	}

	.btn-primary:not(.nothover):hover:after,
	.btn-primary:not(.nothover):hover:before,
	.btn-primary:not(.nothover):hover>.inner {
		background-color: #0A517B
	}

	.btn-primary.nothover:hover {
		color: #fff
	}

	.btn-white {
		color: #012169;
		background-color: transparent!important;
		border-color: transparent!important
	}

	.btn-white:after,
	.btn-white:before,
	.btn-white>.inner {
		background-color: #fff;
		border-color: #fff
	}

	.btn-white:not(.nothover):hover {
		color: #fff
	}

	.btn-white:not(.nothover):hover:after,
	.btn-white:not(.nothover):hover:before,
	.btn-white:not(.nothover):hover>.inner {
		background-color: #0A517B
	}

	.btn-white.nothover:hover {
		color: #012169
	}

	.btn-second {
		color: #0A517B;
		background-color: transparent!important;
		border-color: transparent!important
	}

	.btn-second:after,
	.btn-second:before,
	.btn-second>.inner {
		background-color: #F6DC6B;
		border-color: #F6DC6B
	}

	.btn-second:not(.nothover):hover {
		color: #fff
	}

	.btn-second:not(.nothover):hover:after,
	.btn-second:not(.nothover):hover:before,
	.btn-second:not(.nothover):hover>.inner {
		background-color: #012169;
		border-color: #012169
	}

	.btn-second.nothover:hover {
		color: #0A517B
	}

	.btn-thirdary {
		color: #fff;
		background-color: transparent!important;
		border-color: transparent!important
	}

	.btn-thirdary:after,
	.btn-thirdary:before,
	.btn-thirdary>.inner {
		background-color: #0A517B;
		border-color: #0A517B
	}

	.btn-thirdary:not(.nothover):hover:after,
	.btn-thirdary:not(.nothover):hover:before,
	.btn-thirdary:not(.nothover):hover>.inner {
		background-color: #F6DC6B;
		border-color: #F6DC6B
	}

	.btn-thirdary.nothover:hover {
		color: #fff
	}

	.btn__ {
		font-weight: 500;
		outline: medium none;
		text-transform: uppercase;
		padding: 0;
		position: relative;
		outline: medium none;
		vertical-align: middle;
		display: inline-block;
		text-align: center;
		border-radius: 0;
		background-color: transparent;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		background-color: transparent;
		height: 45px;
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
		border: 1px solid #9B9B9B;
		line-height: 43px;
		color: #666
	}

	.btn__ span {
		vertical-align: middle
	}

	.btn__ i {
		vertical-align: middle
	}

	.btn__:focus,
	.btn__:hover {
		background-color: #012169;
		border-color: #012169;
		color: #fff!important
	}

	.btn__-primary {
		color: #fff;
		background-color: #012169;
		border-color: #012169
	}

	.btn__-primary:focus,
	.btn__-primary:hover {
		background-color: #F6DC6B!important;
		border-color: #F6DC6B!important
	}

	.btn__-white {
		color: #666;
		background-color: #fff;
		border-color: #fff
	}

	.btn__-outline {
		color: #012169;
		background-color: transparent;
		border-color: #012169
	}

	.btn__-outline-2 {
		color: #F6DC6B;
		background-color: transparent;
		border-color: #F6DC6B
	}

	.btn__-outline-3 {
		color: #fff;
		background-color: transparent;
		border-color: #fff
	}

	.btn__-gray {
		color: #43474d;
		background-color: #dcdcdc;
		border-color: #dcdcdc
	}

	.btn__-darkgray {
		background-color: #555555;
		border-color: #555555;
		color: #fff
	}

	.btn__-dark {
		color: #fff;
		background-color: #000;
		border-color: #000
	}

	.btn__-success {
		background-color: #5cb85c;
		border-color: #4cae4c;
		color: #fff
	}

	.btn__-info {
		background-color: #5bc0de;
		border-color: #46b8da;
		color: #fff
	}

	.btn__-warning {
		background-color: #f0ad4e;
		border-color: #eea236;
		color: #fff
	}

	.btn__-danger {
		background-color: #d9534f;
		border-color: #d43f3a;
		color: #fff
	}

	.btn__-iconL i {
		margin-right: 5px;
		margin-left: -5px
	}

	.btn__-iconR i {
		margin-left: 5px;
		margin-right: -5px
	}

	.btn__-xl {
		font-size: 17px;
		padding-left: 42px;
		padding-right: 42px;
		height: 65px;
		line-height: 65px
	}

	.btn__-lg {
		font-size: 16px;
		padding-left: 36px;
		padding-right: 36px;
		height: 55px;
		line-height: 55px
	}

	.btn__-sm {
		font-size: 13px;
		padding-left: 24px;
		padding-right: 24px;
		height: 35px;
		line-height: 35px
	}

	.btn__-xs {
		font-size: 12px;
		padding-left: 18px;
		padding-right: 18px;
		height: 25px;
		line-height: 25px
	}

	.btn__-iconR2 {
		padding-right: 75px
	}

	.btn__-iconR2:before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 45px;
		content: "";
		width: 1px;
		background-color: #9B9B9B
	}

	.btn__-iconR2 i {
		position: absolute;
		right: 0;
		top: 50%;
		width: 45px;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	.btn__-iconR2.btn-xl {
		padding-right: 107px
	}

	.btn__-iconR2.btn-xl:before {
		right: 65px
	}

	.btn__-iconR2.btn-xl i {
		width: 65px
	}

	.btn__-iconR2.btn-lg {
		padding-right: 91px
	}

	.btn__-iconR2.btn-lg:before {
		right: 55px
	}

	.btn__-iconR2.btn-lg i {
		width: 55px
	}

	.btn__-iconR2.btn-sm {
		padding-right: 59px
	}

	.btn__-iconR2.btn-sm:before {
		right: 35px
	}

	.btn__-iconR2.btn-sm i {
		width: 35px
	}

	.btn__-iconR2.btn-xs {
		padding-right: 43px
	}

	.btn__-iconR2.btn-xs:before {
		right: 25px
	}

	.btn__-iconR2.btn-xs i {
		width: 25px
	}

	.btn__-iconR2.btn-outline-2:before {
		background-color: #F6DC6B
	}

	.btn__-iconR2.btn-outline-3:before {
		background-color: #fff
	}

	.btn__-iconL2 {
		padding-left: 75px
	}

	.btn__-iconL2:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 45px;
		content: "";
		width: 1px;
		background-color: #9B9B9B
	}

	.btn__-iconL2 i {
		position: absolute;
		left: 0;
		top: 50%;
		width: 45px;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	.btn__-iconL2.btn-xl {
		padding-left: 107px
	}

	.btn__-iconL2.btn-xl:before {
		left: 65px
	}

	.btn__-iconL2.btn-xl i {
		width: 65px
	}

	.btn__-iconL2.btn-lg {
		padding-left: 91px
	}

	.btn__-iconL2.btn-lg:before {
		left: 55px
	}

	.btn__-iconL2.btn-lg i {
		width: 55px
	}

	.btn__-iconL2.btn-sm {
		padding-left: 59px
	}

	.btn__-iconL2.btn-sm:before {
		left: 35px
	}

	.btn__-iconL2.btn-sm i {
		width: 35px
	}

	.btn__-iconL2.btn-xs {
		padding-left: 43px
	}

	.btn__-iconL2.btn-xs:before {
		left: 25px
	}

	.btn__-iconL2.btn-xs i {
		width: 25px
	}

	.btn__-iconL2.btn-outline-2:before {
		background-color: #F6DC6B
	}

	.btn__-iconL2.btn-outline-3:before {
		background-color: #fff
	}

	button.btn {
		line-height: normal!important
	}

	.btnT {
		line-height: 32px;
		display: inline-block;
		position: relative;
		overflow: hidden;
		min-width: 42px;
		text-align: center
	}

	.btnT:before {
		content: "";
		position: absolute;
		height: 1px;
		left: 12px;
		right: 12px;
		background: #012169;
		top: 0;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.btnT:after {
		content: "";
		position: absolute;
		height: 1px;
		left: 12px;
		right: 12px;
		background: #012169;
		bottom: 0;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.btnT .btnL:after,
	.btnT .btnL:before,
	.btnT .btnR:after,
	.btnT .btnR:before {
		content: "";
		position: absolute;
		height: 1px;
		width: 36px;
		background-color: #012169;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.btnT .btnL:before {
		top: 0;
		-webkit-transform: rotate(-60deg);
		-ms-transform: rotate(-60deg);
		transform: rotate(-60deg);
		left: -6px
	}

	.btnT .btnL:after {
		bottom: 0;
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		left: -6px
	}

	.btnT .btnR:before {
		top: 0;
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		right: -6px
	}

	.btnT .btnR:after {
		bottom: 0;
		-webkit-transform: rotate(-60deg);
		-ms-transform: rotate(-60deg);
		transform: rotate(-60deg);
		right: -6px
	}

	.btnT>.text {
		display: block;
		padding: 0 15px
	}

	.btnT-second .btnL:after,
	.btnT-second .btnL:before,
	.btnT-second .btnR:after,
	.btnT-second .btnR:before,
	.btnT-second:after,
	.btnT-second:before {
		background-color: #F6DC6B
	}

	.btnT2 {
		line-height: 50px;
		display: inline-block;
		padding: 0 35px;
		position: relative;
		margin: 50px;
		overflow: hidden
	}

	.btnT2:before {
		content: "";
		position: absolute;
		height: 1px;
		left: 24px;
		right: 24px;
		background: #f00;
		top: 0
	}

	.btnT2:after {
		content: "";
		position: absolute;
		height: 1px;
		left: 24px;
		right: 24px;
		background: #f00;
		bottom: 0
	}

	.btnT2 .btnL:after,
	.btnT2 .btnL:before,
	.btnT2 .btnR:after,
	.btnT2 .btnR:before {
		content: "";
		position: absolute;
		height: 1px;
		width: 35px;
		background-color: #f00
	}

	.btnT2 .btnL:before {
		top: calc(0% - -12px);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: -5px
	}

	.btnT2 .btnL:after {
		bottom: calc(0% - -12px);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		left: -5px
	}

	.btnT2 .btnR:before {
		top: calc(0% - -12px);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		right: -5px
	}

	.btnT2 .btnR:after {
		bottom: calc(0% - -12px);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: -5px
	}

	.hexagon-140 {
		position: relative;
		width: 140px;
		height: 80.83px;
		background-color: #ffffff;
		margin: 40.41px 0;
		border-left: solid 2px #f2f2f2;
		border-right: solid 2px #f2f2f2;
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		display: block;
		margin-left: 10px
	}

	.hexagon-140:after,
	.hexagon-140:before {
		content: "";
		position: absolute;
		z-index: 1;
		width: 98.99px;
		height: 98.99px;
		-webkit-transform: scaleY(0.5774) rotate(-45deg);
		-ms-transform: scaleY(0.5774) rotate(-45deg);
		transform: scaleY(0.5774) rotate(-45deg);
		background-color: inherit;
		left: 18.5025px
	}

	.hexagon-140:before {
		top: -49.4975px;
		border-top: solid 2.8284px #f2f2f2;
		border-right: solid 2.8284px #f2f2f2
	}

	.hexagon-140:after {
		bottom: -49.4975px;
		border-bottom: solid 2.8284px #f2f2f2;
		border-left: solid 2.8284px #f2f2f2
	}

	.input {
		background-color: #fff;
		height: 45px;
		outline: medium none;
		padding: 0;
		resize: none;
		vertical-align: middle;
		color: #333;
		border-radius: 0;
		font-size: 14px;
		border: none;
		border-bottom: 1px solid #9B9B9B
	}

	.input:focus,
	.input:hover {
		border-color: #012169
	}

	.input-xs {
		font-size: 12px;
		height: 25px;
		padding: 0
	}

	.input-sm {
		font-size: 13px;
		height: 35px;
		padding: 0
	}

	.input-lg {
		font-size: 16px;
		height: 55px;
		padding: 0
	}

	.input-xl {
		font-size: 17px;
		height: 65px;
		padding: 0
	}

	input[type=file] {
		padding-top: 8px
	}

	textarea.input {
		padding-top: 10px;
		line-height: normal
	}

	textarea {
		background-color: #fff;
		border: 1px solid #dcdcdc;
		outline: medium none;
		padding: 0 10px
	}

	input[type=checkbox],
	input[type=radio] {
		height: auto!important;
		width: auto!important;
		margin: 0
	}

	select {
		height: 45px;
		padding: 0 20px;
		font-size: 14px;
		background-color: #fff;
		border: 1px solid #9B9B9B;
		font-size: 16px;
		border-radius: 0
	}

	select option {
		padding: 5px
	}

	.select {
		-webkit-appearance: inherit;
		-moz-appearance: inherit;
		appearance: inherit;
		padding-right: 35px;
		background: #fff url(../images/arrow-select.png) no-repeat right center
	}

	.select-2 {
		border: none;
		border-bottom: 1px solid #9B9B9B;
		padding-left: 0!important
	}

	.select-chosen {
		-webkit-appearance: inherit;
		-moz-appearance: inherit;
		appearance: inherit;
		padding-right: 35px;
		background: #fff url(../images/arrow-select.png) no-repeat right center;
		border: none;
		border-bottom: 1px solid #9B9B9B;
		padding-left: 0!important;
		width: 100%
	}

	.select-xl {
		font-size: 17px;
		height: 65px;
		padding-left: 30px
	}

	.select-lg {
		font-size: 16px;
		height: 55px;
		padding-left: 25px
	}

	.select-sm {
		font-size: 13px;
		height: 35px;
		padding-left: 15px
	}

	.select-xs {
		font-size: 12px;
		height: 25px;
		padding-left: 10px
	}

	label.switch {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 30px
	}

	label.switch input {
		display: none
	}

	label.switch>span {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 1px solid #E6E6E6;
		background-color: #fff;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out
	}

	label.switch>span:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 20px;
		left: 4px;
		top: 4px;
		background-color: #E6E6E6;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out
	}

	label.switch input:checked+span {
		background-color: #012169;
		border-color: #012169
	}

	label.switch input:checked+span:before {
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		background-color: #fff
	}

	label.switch-text {
		width: 66px
	}

	label.switch-text>span span {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		float: left;
		width: 50%;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
		color: #59595B;
		line-height: 28px
	}

	label.switch-text>span .on {
		text-align: right;
		opacity: 0
	}

	label.switch-text>span .off {
		text-align: left
	}

	label.switch-text input:checked+span:before {
		-ms-transform: translateX(36px);
		transform: translateX(36px);
		-webkit-transform: translateX(36px)
	}

	label.switch-text input:checked+span .on {
		opacity: 1;
		color: #fff
	}

	label.switch-text input:checked+span .off {
		opacity: 0
	}

	label.switch-round>span {
		border-radius: 30px
	}

	label.switch-round>span:before {
		border-radius: 50%
	}

	label.switch-round2>span,
	label.switch-round2>span:before {
		border-radius: 3px
	}

	label.checkbox,
	label.radio {
		position: relative;
		display: inline-block;
		padding-left: 30px;
		font-weight: normal;
		margin: 0 0 5px
	}

	label.checkbox input,
	label.radio input {
		display: none
	}

	label.checkbox>span,
	label.radio>span {
		position: absolute;
		cursor: pointer;
		top: 3px;
		left: 0;
		color: #fff;
		line-height: 16px;
		font-size: 9px;
		width: 20px;
		height: 20px;
		border: 2px solid #F0F0F0;
		border-radius: 3px;
		text-align: center;
		background-color: #fff
	}

	label.checkbox>span:before,
	label.radio>span:before {
		/*font-family: 'icomoon'!important*/
	}

	label.checkbox input:checked+span,
	label.radio input:checked+span {
		border-color: #012169;
		background-color: #012169
	}

	label.checkbox input:checked+span:before,
	label.radio input:checked+span:before {
		content: "\e908"
	}

	label.checkbox input:disabled+span,
	label.radio input:disabled+span {
		border-color: #F0F0F0!important
	}

	label.checkbox:hover>span,
	label.radio:hover>span {
		border-color: #012169
	}

	label.radio>span {
		border-radius: 100%;
		text-align: center;
		line-height: 20px
	}

	label.radio>span:before {
		border-radius: 100%;
		width: 10px;
		height: 10px;
		margin: 3px auto;
		background-color: #fff;
		display: block;
		content: ""!important
	}

	label.radio input:checked+span {
		border-color: #012169;
		background-color: #fff
	}

	label.radio input:checked+span:before {
		background-color: #012169
	}

	@font-face {
		/*font-family: 'icomoon';*/
		/*src: url("../fonts/icomoon/icomoon.eot?dwgv5q");*/
		/*src: url("../fonts/icomoon/icomoon.eot?dwgv5q#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?dwgv5q") format("truetype"), url("../fonts/icomoon/icomoon.woff?dwgv5q") format("woff"), url("../fonts/icomoon/icomoon.svg?dwgv5q#icomoon") format("svg");*/
		font-weight: normal;
		font-style: normal
	}

	[class*=" icon-"],
	[class^=icon-] {
		/*font-family: 'icomoon'!important;*/
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
/*
.icon-hexagon:before {
	content: "\e925";
	color: #fff
}

.icon-icon-1:before {
	content: "\e900"
}

.icon-icon-2:before {
	content: "\e901"
}

.icon-icon-3:before {
	content: "\e902"
}

.icon-icon-4:before {
	content: "\e903"
}

.icon-icon-5 .path1:before {
	content: "\e904";
	color: #012169
}

.icon-icon-5 .path2:before {
	content: "\e905";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-5 .path3:before {
	content: "\e906";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-5 .path4:before {
	content: "\e907";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-5 .path5:before {
	content: "\e90d";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-5 .path6:before {
	content: "\e90e";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-5 .path7:before {
	content: "\e90f";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-6 .path1:before {
	content: "\e910";
	color: #012169
}

.icon-icon-6 .path2:before {
	content: "\e911";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-6 .path3:before {
	content: "\e912";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-6 .path4:before {
	content: "\e913";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-6 .path5:before {
	content: "\e914";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-7 .path1:before {
	content: "\e915";
	color: #012169
}

.icon-icon-7 .path2:before {
	content: "\e916";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-7 .path3:before {
	content: "\e917";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-7 .path4:before {
	content: "\e918";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-7 .path5:before {
	content: "\e919";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-7 .path6:before {
	content: "\e91a";
	margin-left: -1.154296875em;
	color: white
}
*/
/*.icon-icon-8 .path1:before {
	content: "\e91b";
	color: #012169
}

.icon-icon-8 .path2:before {
	content: "\e91c";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-9 .path1:before {
	content: "\e91d";
	color: #012169
}

.icon-icon-9 .path2:before {
	content: "\e91e";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-9 .path3:before {
	content: "\e91f";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-9 .path4:before {
	content: "\e920";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-9 .path5:before {
	content: "\e921";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-9 .path6:before {
	content: "\e922";
	margin-left: -1.154296875em;
	color: white
	}*/

/*.icon-icon-9 .path7:before {
	content: "\e923";
	margin-left: -1.154296875em;
	color: white
}

.icon-icon-10:before {
	content: "\e924"
}

.icon-mail:before {
	content: "\e926"
}

.icon-phone:before {
	content: "\e927"
}

.icon-map:before {
	content: "\e90c"
}

.icon-chung-nhan:before {
	content: "\e909"
}

.icon-giai-thuong:before {
	content: "\e90a"
	}*/

/*.icon-close:before {
	content: "\e90b"
}

.icon-check:before {
	content: "\e908"
}
*/

/*! Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/awesome/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #ffffff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

/*.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
	}*/
/*
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
	}*/

/*.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	}*/
/*
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
*/
/*.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	}*/
/*
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
	}*/
/*
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
	}*/

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	.owl-height {
		-webkit-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out
	}
/*
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
	}*/
/*
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 100ms ease;
	transition: -webkit-transform 100ms ease;
	-o-transition: transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
	}*/

	.chosen-container {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 100%!important
	}

	.chosen-container * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.chosen-container .chosen-drop {
		position: absolute;
		top: 100%;
		z-index: 1010;
		width: 100%;
		border: 1px solid #aaa;
		border-top: 0;
		background: #fff;
		-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
		clip: rect(0, 0, 0, 0)
	}

	.chosen-container.chosen-with-drop .chosen-drop {
		clip: auto
	}

	.chosen-container a {
		cursor: pointer
	}

	.chosen-container .chosen-single .group-name,
	.chosen-container .search-choice .group-name {
		margin-right: 4px;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		font-weight: normal;
		color: #999999
	}

	.chosen-container .chosen-single .group-name:after,
	.chosen-container .search-choice .group-name:after {
		content: ":";
		padding-left: 2px;
		vertical-align: top
	}

	.chosen-container-single .chosen-single {
		position: relative;
		display: block;
		overflow: hidden;
		height: 35px;
		text-decoration: none;
		white-space: nowrap;
		line-height: 35px;
		border-bottom: 1px solid #9B9B9B
	}

	.chosen-container-single .chosen-default {
		color: #999
	}

	.chosen-container-single .chosen-single span {
		display: block;
		overflow: hidden;
		margin-right: 26px;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.chosen-container-single .chosen-single-with-deselect span {
		margin-right: 38px
	}

	.chosen-container-single .chosen-single abbr {
		position: absolute;
		top: 6px;
		right: 26px;
		display: block;
		width: 12px;
		height: 12px;
		background: url("chosen-sprite.png") -42px 1px no-repeat;
		font-size: 1px
	}

	.chosen-container-single .chosen-single abbr:hover {
		background-position: -42px -10px
	}

	.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
		background-position: -42px -10px
	}

	.chosen-container-single .chosen-single div {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 18px;
		font-family: FontAwesome;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-size: 18px;
		color: #012169
	}

	.chosen-container-single .chosen-single div:before {
		content: "\f0d7"
	}

	.chosen-container-single .chosen-search {
		position: relative;
		z-index: 1010;
		margin: 0;
		padding: 3px 4px;
		white-space: nowrap
	}

	.chosen-container-single .chosen-search input[type=text] {
		margin: 1px 0;
		padding: 4px 20px 4px 5px;
		width: 100%;
		height: auto;
		outline: 0;
		border: 1px solid #aaa;
		font-size: 1em;
		font-family: sans-serif;
		line-height: normal;
		border-radius: 0
	}

	.chosen-container-single .chosen-search:before {
		content: "\f002";
		font-family: FontAwesome;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 12px;
		text-align: center
	}

	.chosen-container-single .chosen-drop {
		border-radius: 0 0 4px 4px;
		background-clip: padding-box
	}

	.chosen-container-single.chosen-container-single-nosearch .chosen-search {
		position: absolute;
		clip: rect(0, 0, 0, 0)
	}

	.chosen-container .chosen-results {
		color: #444;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
		margin: 0 4px 4px 0;
		padding: 0 0 0 4px;
		max-height: 240px;
		-webkit-overflow-scrolling: touch
	}

	.chosen-container .chosen-results li {
		display: none;
		margin: 0;
		padding: 5px 6px;
		list-style: none;
		line-height: 15px;
		word-wrap: break-word;
		-webkit-touch-callout: none
	}

	.chosen-container .chosen-results li.active-result {
		display: list-item;
		cursor: pointer
	}

	.chosen-container .chosen-results li.disabled-result {
		display: list-item;
		color: #ccc;
		cursor: default
	}

	.chosen-container .chosen-results li.highlighted {
		background-color: #012169;
		color: #fff
	}

	.chosen-container .chosen-results li.no-results {
		color: #777;
		display: list-item;
		background: #f4f4f4
	}

	.chosen-container .chosen-results li.group-result {
		display: list-item;
		font-weight: bold;
		cursor: default
	}

	.chosen-container .chosen-results li.group-option {
		padding-left: 15px
	}

	.chosen-container .chosen-results li em {
		font-style: normal;
		text-decoration: underline
	}

	.chosen-container-multi .chosen-choices {
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0 5px;
		width: 100%;
		height: auto;
		border: 1px solid #aaa;
		background-color: #fff;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
		background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
		background-image: -o-linear-gradient(#eee 1%, #fff 15%);
		background-image: linear-gradient(#eee 1%, #fff 15%);
		cursor: text
	}

	.chosen-container-multi .chosen-choices li {
		float: left;
		list-style: none
	}

	.chosen-container-multi .chosen-choices li.search-field {
		margin: 0;
		padding: 0;
		white-space: nowrap
	}

	.chosen-container-multi .chosen-choices li.search-field input[type=text] {
		margin: 1px 0;
		padding: 0;
		height: 25px;
		outline: 0;
		border: 0!important;
		background: transparent!important;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #999;
		font-size: 100%;
		font-family: sans-serif;
		line-height: normal;
		border-radius: 0;
		width: 25px
	}

	.chosen-container-multi .chosen-choices li.search-choice {
		position: relative;
		margin: 3px 5px 3px 0;
		padding: 3px 20px 3px 5px;
		border: 1px solid #aaa;
		max-width: 100%;
		border-radius: 3px;
		background-color: #eeeeee;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
		background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		background-size: 100% 19px;
		background-repeat: repeat-x;
		background-clip: padding-box;
		-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
		color: #333;
		line-height: 13px;
		cursor: default
	}

	.chosen-container-multi .chosen-choices li.search-choice span {
		word-wrap: break-word
	}

	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
		position: absolute;
		top: 4px;
		right: 3px;
		display: block;
		width: 12px;
		height: 12px;
		background: url("chosen-sprite.png") -42px 1px no-repeat;
		font-size: 1px
	}

	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
		background-position: -42px -10px
	}

	.chosen-container-multi .chosen-choices li.search-choice-disabled {
		padding-right: 5px;
		border: 1px solid #ccc;
		background-color: #e4e4e4;
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
		background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
		color: #666
	}

	.chosen-container-multi .chosen-choices li.search-choice-focus {
		background: #d4d4d4
	}

	.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
		background-position: -42px -10px
	}

	.chosen-container-multi .chosen-results {
		margin: 0;
		padding: 0
	}

	.chosen-container-multi .chosen-drop .result-selected {
		display: list-item;
		color: #ccc;
		cursor: default
	}

	.chosen-container-active.chosen-with-drop .chosen-single {
		color: #012169
	}

	.chosen-container-active.chosen-with-drop .chosen-single div:before {
		content: "\f0d8"
	}

	.chosen-container-active .chosen-choices {
		border: 1px solid #5897fb;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
	}

	.chosen-container-active .chosen-choices li.search-field input[type=text] {
		color: #222!important
	}

	.chosen-disabled {
		opacity: 0.5!important;
		cursor: default
	}

	.chosen-disabled .chosen-single {
		cursor: default
	}

	.chosen-disabled .chosen-choices .search-choice .search-choice-close {
		cursor: default
	}

	.chosen-rtl {
		text-align: right
	}

	.chosen-rtl .chosen-single {
		overflow: visible;
		padding: 0 8px 0 0
	}

	.chosen-rtl .chosen-single span {
		margin-right: 0;
		margin-left: 26px;
		direction: rtl
	}

	.chosen-rtl .chosen-single-with-deselect span {
		margin-left: 38px
	}

	.chosen-rtl .chosen-single div {
		right: auto;
		left: 3px
	}

	.chosen-rtl .chosen-single abbr {
		right: auto;
		left: 26px
	}

	.chosen-rtl .chosen-choices li {
		float: right
	}

	.chosen-rtl .chosen-choices li.search-field input[type=text] {
		direction: rtl
	}

	.chosen-rtl .chosen-choices li.search-choice {
		margin: 3px 5px 3px 0;
		padding: 3px 5px 3px 19px
	}

	.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
		right: auto;
		left: 4px
	}

	.chosen-rtl.chosen-container-single .chosen-results {
		margin: 0 0 4px 4px;
		padding: 0 4px 0 0
	}

	.chosen-rtl .chosen-results li.group-option {
		padding-right: 15px;
		padding-left: 0
	}

	.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
		border-right: none
	}

	.chosen-rtl .chosen-search input[type=text] {
		padding: 4px 5px 4px 20px;
		background: url("chosen-sprite.png") no-repeat -30px -20px;
		direction: rtl
	}

	.chosen-rtl.chosen-container-single .chosen-single div b {
		background-position: 6px 2px
	}

	.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
		background-position: -12px 2px
	}

	@media only screen and (-o-min-device-pixel-ratio:3/2),
	only screen and (-webkit-min-device-pixel-ratio:1.5),
	only screen and (min-resolution:1.5dppx),
	only screen and (min-resolution:144dpi) {
		.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
		.chosen-container-single .chosen-search input[type=text],
		.chosen-container-single .chosen-single abbr,
		.chosen-container-single .chosen-single div b,
		.chosen-container .chosen-results-scroll-down span,
		.chosen-container .chosen-results-scroll-up span,
		.chosen-rtl .chosen-search input[type=text] {
			background-image: url("chosen-sprite@2x.png")!important;
			background-size: 52px 37px!important;
			background-repeat: no-repeat!important
		}
	}

	#header {
		height: 70px;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
		background-color: #F3F3F3;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5)
	}

	#header .container {
		height: 70px
	}

	#header .ggsearch {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 350px;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
	}

	#header .ggsearch .gsc-input-box {
		border: 1px solid #D9D9D9;
		height: 40px
	}

	#header .ggsearch .gsc-search-box-tools .gsc-search-box .gsc-input {
		height: 32px!important;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	#header .ggsearch td.gsc-search-button {
		position: relative;
		vertical-align: middle;
		text-align: center
	}

	#header .ggsearch td.gsc-search-button:before {
		font-family: FontAwesome;
		content: "\f002";
		position: absolute;
		line-height: 38px;
		font-size: 18px;
		width: 56px;
		text-align: center;
		top: 2px;
		left: 2px
	}

	#header .ggsearch input.gsc-search-button {
		height: 38px;
		width: 40px;
		background: none!important;
		position: relative!important;
		z-index: 5;
		border-color: #D9D9D9!important
	}

	#header .ggsearch input.gsc-search-button:hover {
		border-color: #012169!important
	}

	#logo {
		position: absolute;
		top: 0
	}

	.menu-mainmenu {
		margin-left: 160px
	}

	.header-right {
		position: absolute;
		right: 15px;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	.header-right .language {
		overflow: hidden;
		float: left
	}

	.header-right .language .btnT {
		color: #4A4A4A;
		font-size: 14px;
		text-transform: uppercase;
		float: left
	}

	.header-right .language .btnT .text {
		width: 44px;
		padding: 0;
		text-align: center
	}

	.header-right .language .btnT .btnL:after,
	.header-right .language .btnT .btnL:before,
	.header-right .language .btnT .btnR:after,
	.header-right .language .btnT .btnR:before,
	.header-right .language .btnT:after,
	.header-right .language .btnT:before {
		background-color: transparent
	}

	.header-right .language .btnT:hover {
		font-weight: 700;
		color: #012169
	}

	.header-right .language .btnT.active .btnL:after,
	.header-right .language .btnT.active .btnL:before,
	.header-right .language .btnT.active .btnR:after,
	.header-right .language .btnT.active .btnR:before,
	.header-right .language .btnT.active:after,
	.header-right .language .btnT.active:before {
		background-color: #012169
	}

	.header-right div.search {
		float: left;
		position: relative;
		width: 32px;
		height: 32px
	}

	.header-right div.search *>* {
		position: absolute;
		right: 0;
		top: 0;
		height: 32px;
		width: 32px;
		text-align: center;
		line-height: 32px;
		border: none;
		background: none
	}

	.header-right div.search input {
		text-align: left;
		color: #fff;
		padding: 0 15px;
		overflow: hidden;
		line-height: normal
	}

	.header-right div.search input::-webkit-input-placeholder {
		color: #fff;
		opacity: 0.5
	}

	.header-right div.search input:-ms-input-placeholder {
		color: #fff;
		opacity: 0.5
	}

	.header-right div.search input::-ms-input-placeholder {
		color: #fff;
		opacity: 0.5
	}

	.header-right div.search input::placeholder {
		color: #fff;
		opacity: 0.5
	}

	.header-right div.search .btnSearch {
		z-index: 2;
		cursor: pointer
	}

	.header-right div.search .btnSearch:hover {
		color: #0A517B
	}

	.showSearch div.search .btnSearch i:before {
		/*font-family: 'icomoon'!important;*/
		content: "\e90b"
	}

	.showSearch .ggsearch {
		display: block!important
	}

	.menu-btn.overlay {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 70px;
		background: rgba(0, 0, 0, 0.06);
		z-index: 10000;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		opacity: 0;
		visibility: hidden
	}

	#header ul.mainmenu {
		margin: 0;
		padding: 0;
		list-style: none
	}

	#header ul.mainmenu>li {
		display: inline-block;
		height: 70px;
		position: relative;
		float: left
	}

	#header ul.mainmenu>li>a {
		display: block;
		margin-top: 19px;
		color: #251463;
		font-size: 15px;
		font-weight: 400
	}

	#header ul.mainmenu>li>a .text {
		padding: 0 12px
	}

	#header ul.mainmenu>li .btnT .btnL:after,
	#header ul.mainmenu>li .btnT .btnL:before,
	#header ul.mainmenu>li .btnT .btnR:after,
	#header ul.mainmenu>li .btnT .btnR:before,
	#header ul.mainmenu>li .btnT:after,
	#header ul.mainmenu>li .btnT:before {
		opacity: 0
	}

	#header ul.mainmenu>li .btnT .btnL:after,
	#header ul.mainmenu>li .btnT .btnL:before {
		margin-left: 15px
	}

	#header ul.mainmenu>li .btnT .btnR:after,
	#header ul.mainmenu>li .btnT .btnR:before {
		margin-right: 15px
	}

	#header ul.mainmenu>li .btnT:after,
	#header ul.mainmenu>li .btnT:before {
		left: 27px;
		right: 27px
	}

	#header ul.mainmenu>li.active>a,
	#header ul.mainmenu>li:hover>a {
		color: #012169
	}

	#header ul.mainmenu>li.active .btnT .btnL:after,
	#header ul.mainmenu>li.active .btnT .btnL:before,
	#header ul.mainmenu>li.active .btnT .btnR:after,
	#header ul.mainmenu>li.active .btnT .btnR:before,
	#header ul.mainmenu>li.active .btnT:after,
	#header ul.mainmenu>li.active .btnT:before,
	#header ul.mainmenu>li:hover .btnT .btnL:after,
	#header ul.mainmenu>li:hover .btnT .btnL:before,
	#header ul.mainmenu>li:hover .btnT .btnR:after,
	#header ul.mainmenu>li:hover .btnT .btnR:before,
	#header ul.mainmenu>li:hover .btnT:after,
	#header ul.mainmenu>li:hover .btnT:before {
		opacity: 1;
		margin: 0
	}

	#header ul.mainmenu>li.active .btnT:after,
	#header ul.mainmenu>li.active .btnT:before,
	#header ul.mainmenu>li:hover .btnT:after,
	#header ul.mainmenu>li:hover .btnT:before {
		left: 12px;
		right: 12px
	}

	#header ul.mainmenu ul {
		position: absolute;
		margin: 0;
		padding: 20px;
		width: 250px;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		margin: 30px 0 0;
		background-color: #fff;
		border-top: 3px solid #012169;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.6)
	}

	#header ul.mainmenu ul li {
		display: block
	}

	#header ul.mainmenu ul li+li {
		border-top: 1px solid #0A517B
	}

	#header ul.mainmenu ul a {
		line-height: 20px;
		padding: 10px 0;
		display: block;
		font-size: 14px;
		color: #4A4A4A
	}

	#header ul.mainmenu ul li.active>a,
	#header ul.mainmenu ul li:hover>a {
		font-weight: 700;
		color: #251463
	}

	#header ul.mainmenu li:hover>ul {
		margin-top: 0;
		visibility: visible;
		opacity: 1
	}

	#header .menu-btn {
		display: inline-block;
		width: 42px;
		height: 42px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -21px;
		display: none
	}

	#header .menu-btn span {
		position: absolute;
		height: 2px;
		background-color: #5F4B5B;
		left: 5px;
		right: 5px;
		top: calc(50% - 1px);
		-webkit-transition: -webkit-transform 0s ease .2s-webkit-transform 0s ease .2s;
		transition: -webkit-transform 0s ease .2s-webkit-transform 0s ease .2s;
		-o-transition: transform 0s ease .2s-webkit-transform 0s ease .2s;
		transition: transform 0s ease .2s-webkit-transform 0s ease .2s;
		transition: transform 0s ease .2s-webkit-transform 0s ease .2s, -webkit-transform 0s ease .2s-webkit-transform 0s ease .2s
	}

	#header .menu-btn:after,
	#header .menu-btn:before {
		position: absolute;
		height: 2px;
		background-color: #5F4B5B;
		left: 5px;
		right: 5px;
		content: "";
		transition: top .2s ease .2s, transform .2s ease 0s, -webkit-transform .2s ease 0s
	}

	#header .menu-btn:before {
		top: 8px
	}

	#header .menu-btn:after {
		top: calc(100% - 10px)
	}

	@media (max-width:1199px) {
		#header .menu-btn {
			display: block
		}
		#header .header-right {
			padding-right: 60px
		}
		#header .menu-mainmenu {
			position: fixed;
			top: 70px;
			right: 0;
			bottom: 0;
			width: 280px;
			-ms-transform: translateX(100%);
			transform: translateX(100%);
			-webkit-transform: translateX(100%);
			-o-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			-webkit-transition: all 0.4s ease-in-out;
			float: none;
			padding: 0!important;
			margin: 0!important;
			background-color: #fff;
			z-index: 1000!important;
			overflow: auto
		}
		#header ul.mainmenu {
			float: none!important;
			overflow: auto;
			margin: 0
		}
		#header ul.mainmenu li {
			display: block;
			float: none;
			border-top: 1px solid #808080;
			margin: 0;
			height: auto
		}
		#header ul.mainmenu li a {
			color: #333;
			display: block;
			line-height: 50px;
			padding: 0 10px 0 15px;
			margin: 0;
			text-align: left
		}
		#header ul.mainmenu li a .text {
			padding: 0
		}
		#header ul.mainmenu li a .btnL,
		#header ul.mainmenu li a .btnR,
		#header ul.mainmenu li a:after,
		#header ul.mainmenu li a:before {
			display: none!important
		}
		#header ul.mainmenu li:first-child {
			border: none
		}
		#header ul.mainmenu li ul {
			-o-transition: all 0s ease-in-out;
			transition: all 0s ease-in-out;
			-webkit-transition: all 0s ease-in-out;
			visibility: visible;
			display: none;
			position: relative!important;
			margin: 0!important;
			width: auto;
			-webkit-box-shadow: none;
			box-shadow: none;
			opacity: 1;
			padding: 0;
			border: none
		}
		#header ul.mainmenu li ul li {
			border-top: 1px solid #B3B3B3!important
		}
		#header ul.mainmenu li ul li a {
			padding: 0 8px 0 25px
		}
		#header ul.mainmenu li[class*=parent] {
			position: relative
		}
		#header ul.mainmenu li[class*=parent] .showsubmenu {
			font-size: 26px;
			z-index: 10;
			position: absolute;
			right: 0;
			width: 50px;
			height: 50px;
			display: block!important;
			line-height: 50px;
			text-align: center;
			font-family: FontAwesome
		}
		#header ul.mainmenu li[class*=parent] .showsubmenu:before {
			content: "\f107"
		}
		#header ul.mainmenu li[class*=parent].parent-showsub .showsubmenu:before {
			content: "\f106"
		}
		body.showMenu {
			overflow: hidden
		}
		body.showMenu #wrapper {
			overflow: hidden
		}
		body.showMenu .menu-btn.overlay {
			visibility: visible;
			opacity: 1;
			right: 280px
		}
		body.showMenu #header {
			z-index: 1000
		}
		body.showMenu #header .menu-btn span {
			background: none!important
		}
		body.showMenu #header .menu-btn:after {
			-ms-transform: translateY(-12px) rotate(45deg);
			transform: translateY(-12px) rotate(45deg);
			-webkit-transform: translateY(-12px) rotate(45deg)
		}
		body.showMenu #header .menu-btn:before {
			-ms-transform: translateY(12px) rotate(-45deg);
			transform: translateY(12px) rotate(-45deg);
			-webkit-transform: translateY(12px) rotate(-45deg)
		}
		body.showMenu #header .menu-mainmenu {
			-ms-transform: translateY(0);
			transform: translateY(0);
			-webkit-transform: translateY(0);
			opacity: 1;
			visibility: visible
		}
	}

	body {
		color: #4A4A4A;
		background-color: #fff;
		font-size: 18px;
		line-height: 28px;
		font-weight: 300;
		/*padding-top: 70px;*/
		letter-spacing: 0.4px
	}

	#wrapper {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		position: relative;
		overflow-x: hidden
	}

	.bg-1 {
		background: url("../images/bg-1.png") repeat center
	}

	.bg-2 {
		background: url("../images/bg-2.jpg") no-repeat center;
		background-size: cover
	}

	.bg-3 {
		background: url("../images/bg-17.png") no-repeat bottom left;
		padding-bottom: 50px
	}

	#footer .list-social a,
	#header ul.mainmenu ul,
	.block-2 .item,
	.block-8 .block_item,
	.block-8 .block_item .display-table,
	.block-8 .block_item:before,
	.block-8 .block_title3,
	.fb-messenger,
	.fb-messenger .btnFb:after,
	.header-right div.search *>*,
	.item_video:after,
	.item_video:before,
	.share a,
	.single-hexa,
	.single-hexa:before,
	.slide-center .item,
	.TISON003 .item,
	.TISON011 .block_title,
	.TISON015 .block_full,
	.TISON015 .block_full .activecontent,
	.tss {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out
	}

	.item_video {
		background-size: cover;
		-webkit-background-size: cover;
		position: relative
	}

	.item_video:before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.5);
		content: ""
	}

	.item_video:after {
		position: absolute;
		width: 50px;
		height: 50px;
		font-family: FontAwesome;
		color: #fff;
		text-align: center;
		font-size: 14px;
		content: "\f04b";
		left: 50%;
		top: 50%;
		margin-left: -25px;
		margin-top: -25px;
		line-height: 50px;
		border-radius: 100%;
		border: 1px solid #fff
	}

	.item_video:hover:before {
		background-color: rgba(0, 0, 0, 0.2)
	}

	.item_video:hover:after {
		font-size: 18px
	}

	.showsubmenu {
		display: none!important
	}

	.small-line {
		display: block;
		text-align: center;
		margin-bottom: 40px
	}

	.small-line:before {
		width: 100px;
		display: inline-block;
		content: "";
		height: 1px;
		background-color: #4A4A4A
	}

	.section-header {
		text-align: center;
		padding: 20px 0
	}

	.section-header img {
		display: inline-block;
		margin-bottom: 20px;
		height: 100px
	}

	.section-title {
		text-transform: uppercase;
		color: #012169
	}

	#breadcrumbs {
		text-align: center;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10
	}

	.wrap-page-title {
		text-align: center;
		margin-bottom: 70px;
		padding: 0;
		color: #fff;
		background-size: cover
	}

	.wrap-page-title>.container {
		display: table
	}

	.wrap-page-title h1 {
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5)
	}

	.wrap-page-title .table-cell {
		height: 400px;
		padding-top: 50px
	}

	.wrap-page-title .content {
		font-size: 25px;
		font-weight: 100;
		line-height: 45px;
		padding: 50px;
		max-width: 800px;
		margin: 60px auto 0;
		background-color: rgba(255, 255, 255, 0.7)
	}

	.wrap-page-title-emty {
		height: 90px
	}

	ul.breadcrumb {
		background: none;
		margin: 0;
		padding: 0 0 0 170px;
		font-size: 12px;
		text-align: left;
		line-height: 22px;
		color: #fff
	}

	ul.breadcrumb>li br {
		display: none!important
	}

	ul.breadcrumb>li+li:before {
		content: "|"
	}

	.page-title {
		margin-bottom: 25px;
		text-align: center
	}

	.page-title h1.title {
		color: #012169;
		text-transform: uppercase;
		max-width: 700px;
		margin: 0 auto
	}

	.page-title h1.title span {
		display: block
	}

	.page-title h1.title:after {
		width: 160px;
		display: inline-block;
		content: "";
		height: 1px;
		background-color: #4A4A4A;
		margin-top: 40px
	}

	.page-title h1.title-border___ span {
		display: block
	}

	.page-title h1.title-border___:after {
		width: 160px;
		display: inline-block;
		content: "";
		height: 1px;
		background-color: #4A4A4A;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.page-title .desc {
		font-size: 25px;
		text-align: center;
		line-height: 45px;
		max-width: 850px;
		margin: 0 auto;
		padding: 0 15px
	}

	.page-title .desc-2 {
		font-size: 18px;
		font-weight: 700;
		line-height: 26px
	}

	.page-title h1~.desc {
		margin-top: 40px
	}

	.menu-content {
		text-align: center;
		padding-top: 30px
	}

	.menu-content ul {
		margin: 0 0 80px;
		padding: 0 30px;
		border-bottom: 1px solid #E5E5E5
	}

	.menu-content li {
		display: inline-block;
		margin-bottom: -1px;
		padding: 0 40px;
		position: relative
	}

	.menu-content li:not(:first-child):before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #E5E5E5
	}

	.menu-content li.active a,
	.menu-content li:hover a {
		border-color: #012169;
		color: #012169
	}

	.menu-content a {
		display: block;
		border-bottom: 2px solid transparent;
		text-transform: uppercase;
		padding: 10px 20px;
		color: #9B9B9B;
		font-size: 23px;
		font-weight: 700
	}

	.bottom-content {
		margin-top: 50px
	}

	.contentmenu {
		margin: 0 0 50px;
		padding: 0;
		text-align: center;
		border-bottom: 2px solid #E5E5E5
	}

	.contentmenu li {
		display: inline-block;
		margin-bottom: -2px
	}

	.contentmenu a {
		font-size: 23px;
		color: #9B9B9B;
		padding: 0 30px;
		position: relative;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 45px;
		display: block
	}

	.contentmenu a:after {
		content: "";
		height: 2px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0
	}

	.contentmenu li.active>a,
	.contentmenu li:hover>a {
		color: #012169
	}

	.contentmenu li.active>a:after,
	.contentmenu li:hover>a:after {
		background-color: #012169
	}

	.contentmenu-2 {
		margin: 0 0 50px;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #E5E5E5
	}

	.contentmenu-2 li {
		display: inline-block;
		margin: 0 40px -1px
	}

	.contentmenu-2 a {
		font-size: 18px;
		color: #4A4A4A;
		text-transform: capitalize;
		padding: 0 30px;
		position: relative;
		font-weight: 500;
		line-height: 40px;
		display: block
	}

	.contentmenu-2 a:after {
		content: "";
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0
	}

	.contentmenu-2 li.active>a,
	.contentmenu-2 li:hover>a {
		color: #012169
	}

	.contentmenu-2 li.active>a:after,
	.contentmenu-2 li:hover>a:after {
		background-color: #012169
	}

	.pagination {
		display: block;
		margin: 0 0 40px;
		overflow: hidden
	}

	.pagination ul {
		margin: 0;
		padding: 0;
		float: left;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		list-style: none;
		position: relative;
		left: 50%
	}

	.pagination li {
		width: 45px;
		border: 1px solid #9B9B9B;
		float: left;
		display: inline-block
	}

	.pagination li:not(:first-child) {
		border-left: none
	}

	.pagination li.active {
		z-index: 2;
		position: relative;
		background-color: #012169;
		border-color: #012169
	}

	.pagination li.active a {
		color: #fff
	}

	.pagination a {
		display: block;
		text-align: center;
		/*line-height: 40px;*/
		color: #9B9B9B
	}
	.pagination a{
		text-decoration : none !important;
	    line-height : unset !important
	    box-shadow : unset !important;
	    -webkit-box-shadow : unset !important;
	}
	.page-links a, .page-links a .page-number{
		box-shadow : unset !important;
	    -webkit-box-shadow : unset !important;
	}

	.pagination a:hover {
		color: #fff;
		text-decoration : none !important;
	    line-height : unset !important
	    box-shadow : unset !important;
	    -webkit-box-shadow : unset !important;
	}

	.block-1 .item {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		margin-bottom: 20px
	}

	.block-1 .item_img {
		display: block;
		position: relative
	}

	.block-1 .item_img:before {
		content: "";
		display: block;
		padding-top: 75%
	}

	.block-1 .item_img img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0
	}

	.block-1 .item_video {
		display: block;
		position: relative
	}

	.block-1 .item_video:before {
		content: "";
		display: block;
		padding-top: 56%;
		position: relative
	}

	.block-1 .item_content {
		padding: 20px
	}

	.block-1 .item_date {
		font-size: 14px;
		color: #B8B8B8;
		margin-bottom: 5px
	}

	.block-1 .item_title {
		font-size: 18px;
		display: block;
		font-weight: 700
	}

	.block-1 .item:hover {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		overflow: hidden;
		background-color: #fff
	}

	.block-2 .item {
		padding-top: 30px;
		padding-bottom: 30px;
		cursor: pointer;
		margin-bottom: 30px
	}

	.block-2 .item_img {
		display: block;
		text-align: center;
		margin-bottom: 20px
	}

	.block-2 .item_img img {
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover
	}

	.block-2 .item_title {
		cursor: pointer;
		min-height: 50px;
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: 500
	}

	.block-2 .item_date {
		font-size: 13px;
		color: #ACAFB1
	}

	.block-2 .item:hover {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
	}

	.block-2 .item:hover .item_title {
		color: #012169
	}

	.block-3 .item {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		margin-bottom: 50px;
		position: relative
	}

	.block-3 .item_img {
		display: block;
		position: relative
	}

	.block-3 .item_img:before {
		content: "";
		display: block;
		padding-top: 50%
	}

	.block-3 .item_img img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0
	}

	.block-3 .item_content {
		padding: 100px 40px 40px;
		color: #fff;
		background-color: rgba(74, 74, 74, 0.85);
		width: 360px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0
	}

	.block-3 .item_content .btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%)
	}

	.block-3 .item_title {
		font-size: 18px;
		display: block;
		font-weight: 500;
		margin-bottom: 20px
	}

	.block-4 .item {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		margin-bottom: 20px;
		padding: 30px 0
	}

	.block-4 .item_inner {
		margin: 0 auto;
		max-width: 250px
	}

	.block-4 .item_img {
		display: block;
		margin-bottom: 20px;
		text-align: center
	}

	.block-4 .item_title {
		font-size: 18px;
		display: block;
		font-weight: 500;
		margin-bottom: 20px
	}

	.block-4 .item:hover {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		overflow: hidden;
		background-color: #fff
	}

	.block-5 .item {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		margin-bottom: 20px;
		padding: 30px 0
	}

	.block-5 .item_inner {
		margin: 0 auto;
		max-width: 250px
	}

	.block-5 .item_img {
		display: block;
		margin-bottom: 20px;
		text-align: center
	}

	.block-5 .item_img img {
		display: inline!important;
		width: auto!important
	}

	.block-5 .item_title {
		font-size: 18px;
		display: block;
		text-align: center;
		font-weight: 500;
		margin-bottom: 20px
	}

	.block-5 .item:hover {
		-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		overflow: hidden;
		background-color: #fff
	}

	.block-6 .item {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		display: block;
		position: relative;
		min-height: 100px;
		color: #fff;
		background-size: cover
	}

	.block-6 .item_inner {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-weight: 500;
		font-size: 18px;
		text-align: center
	}

	.block-6 .item:before {
		position: absolute;
		content: "";
		background-color: rgba(0, 0, 0, 0.35);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out
	}

	.block-6 .item:hover:before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		background-color: rgba(0, 0, 0, 0.6)
	}

	.block-6.noeffect :before {
		display: none!important
	}

	.block-7 .item {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		margin-bottom: 50px;
		position: relative;
		overflow: hidden
	}

	.block-7 .item_frame {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		margin-right: 360px;
		position: relative
	}

	.block-7 .item_video {
		display: block;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
		-webkit-transition: all 0.9s ease-in-out
	}

	.block-7 .item iframe {
		display: block;
		height: 500px;
		width: 100%;
		position: relative;
		z-index: 2
	}

	.block-7 .item_content {
		padding: 100px 40px 40px;
		background-color: #F2F2F2;
		width: 360px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out
	}

	.block-7 .item_title {
		font-size: 18px;
		display: block;
		font-weight: 500;
		margin-bottom: 20px
	}

	.block-7 .item.show-video .item_frame {
		margin-right: 0
	}

	.block-7 .item.show-video .item_video {
		z-index: 1
	}

	.block-7 .item.show-video .item_content {
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform: translateX(100%)
	}

	.block-8 .block_item {
		display: block;
		position: relative;
		min-height: 100px;
		color: #fff;
		background-size: cover
	}

	.block-8 .block_item .display-table {
		position: relative;
		opacity: 0
	}

	.block-8 .block_item .display-table .table-cell {
		padding-left: 50px
	}

	.block-8 .block_item .display-table .table-cell span {
		display: block
	}

	.block-8 .block_item:before {
		position: absolute;
		content: "";
		background-color: rgba(0, 0, 0, 0.2);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	.block-8 .block_item i {
		color: #F6DC6B
	}

	.block-8 .block_item:hover:before {
		top: 10px;
		right: 10px;
		bottom: 10px;
		left: 10px;
		background-color: rgba(0, 0, 0, 0.6)
	}

	.block-8 .block_item:hover .display-table {
		opacity: 1
	}

	.block-8 .block_item:hover .block_title3 {
		opacity: 0
	}

	.block-8 .block_title2 {
		text-transform: uppercase
	}

	.block-8 .block_title {
		position: relative;
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 10px
	}

	.block-8 .block_title:after {
		content: "";
		background-color: #F6DC6B;
		height: 1px;
		width: 200px;
		display: inline-block;
		clear: both;
		margin-top: 10px
	}

	.block-8 .block_title3 {
		position: absolute;
		display: block;
		font-size: 20px;
		font-weight: 500;
		bottom: 20px;
		left: 20px
	}

	.block-9 .item {
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		margin: 100px 0 20px;
		padding: 30px 40px;
		background-color: #0A517B;
		text-align: center;
		color: #fff
	}

	.block-9 .item_inner {
		margin: 0 auto;
		max-width: 250px
	}

	.block-9 .item_img {
		display: block;
		margin: -100px 0 20px;
		text-align: center
	}

	.block-9 .item_img img {
		display: inline!important;
		width: auto!important;
		height: 143px
	}

	.block-9 .item_title {
		display: block;
		text-align: center;
		font-weight: 500;
		margin-bottom: 5px;
		text-transform: uppercase
	}

	.block-9 .item_desc {
		margin: 0
	}

	.block-10 .item {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		display: block;
		position: relative;
		min-height: 100px;
		color: #fff;
		background-size: cover
	}

	.block-10 .item_title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		text-transform: uppercase;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
		font-weight: 500;
		font-size: 18px;
		text-align: center
	}

	.block-10 .item:before {
		content: "";
		padding-top: 60%;
		display: block
	}

	.TISON001 .container {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.TISON001 .more {
		position: absolute;
		top: 0;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%)
	}

	.TISON002 {
		padding: 0 0 50px
	}

	.TISON002 ul.menu-faq {
		margin: 0;
		padding: 0
	}

	.TISON002 ul.menu-faq li {
		display: block;
		border-bottom: 1px solid #9B9B9B;
		padding-bottom: 15px;
		margin-bottom: 15px
	}

	.TISON002 ul.menu-faq li a {
		display: block
	}

	.TISON002 ul.menu-faq li a:not(:hover) {
		color: #9B9B9B
	}

	.TISON002 ul.menu-faq li.active {
		border-color: #0A517B
	}

	.TISON002 ul.menu-faq li.active a {
		color: #012169
	}

	.TISON002 .content {
		padding-left: 50px
	}

	.TISON002 .row-1 {
		padding-bottom: 30px;
		border-bottom: 1px solid #59595B;
		margin-bottom: 50px
	}

	.TISON002 .row-1 .title {
		font-weight: 700;
		color: #012169;
		max-width: 200px;
		padding-bottom: 15px
	}

	.TISON002 .row-2 h4 {
		text-transform: uppercase;
		color: #012169;
		margin-bottom: 50px;
		font-weight: 700
	}

	.TISON002 .row-2 .row-label {
		margin-bottom: 50px
	}

	.TISON002 .row-2 textarea.input {
		padding: 7px 0 0;
		height: 35px
	}

	.TISON003 .item {
		display: block;
		padding: 50px 0;
		text-align: center
	}

	.TISON003 .item_inner {
		margin: 0 auto;
		display: block
	}

	.TISON003 .item_icon {
		display: block;
		color: #9B9B9B;
		font-size: 64px;
		width: 160px;
		height: 160px;
		position: relative;
		margin: 0 auto 20px;
		line-height: 160px
	}

	.TISON003 .item_icon .hexagon-140 {
		position: absolute;
		top: 0;
		left: 0
	}

	.TISON003 .item_icon [class*=icon-] {
		position: relative;
		z-index: 2
	}

	.TISON003 .item_title {
		display: block
	}

	.TISON003 .item:hover {
		color: #000
	}

	.TISON003 .item:hover .item_title {
		font-weight: 700
	}

	.TISON003 .item_1:hover .item_icon {
		color: #F6DC6B
	}

	.TISON003 .item_1:hover .hexagon-140 {
		background-color: #012169;
		border-color: #012169
	}

	.TISON003 .item_1:hover .hexagon-140:after,
	.TISON003 .item_1:hover .hexagon-140:before {
		border-color: #012169
	}

	.TISON003 .item_2:hover .item_icon {
		color: #F6DC6B
	}

	.TISON003 .item_2:hover .hexagon-140 {
		background-color: #0A517B;
		border-color: #0A517B
	}

	.TISON003 .item_2:hover .hexagon-140:after,
	.TISON003 .item_2:hover .hexagon-140:before {
		border-color: #0A517B
	}

	.TISON003 .item_3:hover .item_icon {
		color: #0A517B
	}

	.TISON003 .item_3:hover .hexagon-140 {
		background-color: #F6DC6B;
		border-color: #F6DC6B
	}

	.TISON003 .item_3:hover .hexagon-140:after,
	.TISON003 .item_3:hover .hexagon-140:before {
		border-color: #F6DC6B
	}

	.TISON003 .item_4:hover .item_icon {
		color: #0A517B
	}

	.TISON003 .item_4:hover .hexagon-140 {
		background-color: #012169;
		border-color: #012169
	}

	.TISON003 .item_4:hover .hexagon-140:after,
	.TISON003 .item_4:hover .hexagon-140:before {
		border-color: #012169
	}

	.TISON004 .readmore {
		text-align: center;
		position: relative;
		margin: 50px 0
	}

	.TISON004 .readmore:before {
		content: "";
		height: 1px;
		background-color: #979797;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%
	}

	.share {
		position: absolute;
		top: 100px;
		width: 50px;
		text-align: center;
		left: 0
	}

	.share a {
		display: inline-block;
		margin-bottom: 20px;
		border-radius: 100%
	}

	.share a:hover {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.7)
	}

	.filter-product {
		margin-bottom: 50px
	}

	.filter-product .item {
		overflow: hidden
	}

	.filter-product .item .title {
		font-weight: 700;
		color: #4A4A4A;
		width: 230px;
		float: left;
		text-transform: uppercase
	}

	.filter-product .item .content {
		overflow: hidden
	}

	.filter-product .item label.checkbox,
	.filter-product .item label.radio {
		margin-right: 25px
	}

	.filter-product .item+.item {
		border-top: 1px dashed #D5D5D5;
		padding-top: 15px;
		margin-top: 10px
	}

	.khuyenmai iframe {
		width: 100%;
		height: 500px
	}

	.product-detail .widget {
		margin-bottom: 50px
	}

	.product-detail .widget-title {
		margin-bottom: 40px;
		text-transform: uppercase
	}

	.top-detail {
		margin-bottom: 30px
	}

	.top-detail .img-full {
		text-align: center;
		margin-bottom: 60px;
		height: 360px
	}

	.top-detail .img-full img {
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto
	}

	.top-detail .more-link {
		text-align: center;
		font-size: 13px;
		color: #ACAFB1;
		position: relative
	}

	.top-detail .more-link img {
		height: 50px;
		display: inline-block;
		margin-bottom: 10px
	}

	.top-detail .more-link>div:not(:first-child):before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: #ACAFB1
	}

	.top-detail .description {
		max-height: 164px;
		overflow: hidden;
		margin-bottom: 20px
	}

	.top-detail .btnshow .less {
		display: none
	}

	.top-detail.showmore-desc .description {
		max-height: none
	}

	.top-detail.showmore-desc .btnshow .less {
		display: block
	}

	.top-detail.showmore-desc .btnshow .more {
		display: none
	}

	.top-detail .col-right .item h4 {
		text-transform: uppercase
	}

	.top-detail .col-right .item+.item {
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px dashed #4A4A4A
	}

	.top-detail .col-right .item:nth-child(2) img {
		height: 60px
	}

	.TISON005 {
		padding: 60px 0 50px;
		background-color: #0A517B;
		color: #fff
	}

	.TISON005 .section-header h2 {
		color: #fff
	}

	@media (min-width:768px) {
	/*.top-arrows.owl-carousel .owl-nav {
		top: -35px;
		left: auto;
		right: 0;
		width: 120px
	}
	.top-arrows.owl-carousel .owl-nav>div {
		width: 46px;
		height: 46px;
		border-radius: 100%;
		line-height: 44px;
		color: #012169;
		font-size: 22px
		}*/
	/*.top-arrows.owl-carousel .owl-nav>div.owl-prev {
		left: 0
	}
	.top-arrows.owl-carousel .owl-nav>div.owl-next {
		right: 0
		}*/
	}

	.TISON006 {
		padding: 60px 0 50px
	}

	.TISON006 .section-header {
		padding: 0;
		text-align: left
	}

	.TISON006 .section-header h2 {
		font-size: 23px
	}

	.TISON006 .block-5 .item {
		margin: 5px
	}

	#modalCNGT .block {
		overflow: hidden
	}

	#modalCNGT .block_img {
		width: 290px;
		float: left;
		margin-right: 30px
	}

	#modalCNGT .block_img img {
		width: 100%;
		height: 400px;
		-o-object-fit: contain;
		object-fit: contain
	}

	#modalCNGT .block_text {
		overflow: hidden
	}

	#modalCNGT .title {
		font-size: 18px;
		font-weight: 500;
		color: #012169;
		display: block;
		margin-bottom: 20px
	}

	#modalCNGT .title:after {
		content: "";
		width: 100px;
		height: 1px;
		background-color: #9B9B9B;
		display: block;
		margin: 15px 0 10px
	}

	#modalCNGT .desc {
		height: 340px;
		overflow: auto
	}

	#modalCNGT .close {
		top: 20px;
		right: 20px
	}

	.TISON007 {
		padding: 50px 0
	}

	.TISON007 .block-item {
		margin-bottom: 50px
	}

	.TISON007 .block-img {
		height: 130px;
		display: table-cell;
		width: 150px;
		vertical-align: bottom;
		padding-bottom: 20px
	}

	.TISON007 .block-img img {
		max-height: 110px;
		max-width: 150px;
		vertical-align: bottom
	}

	.TISON007 .block ul[class*=list-]>li+li {
		margin-top: 20px
	}

	.TISON007 .block>div:nth-child(4) .block-item,
	.TISON007 .block>div:nth-child(5) .block-item,
	.TISON007 .block>div:nth-child(6) .block-item {
		border-top: 1px dashed #9B9B9B;
		padding-top: 50px
	}

	.TISON008 {
		padding: 50px 0
	}

	.TISON008 .section-title {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}

	.TISON008 .select {
		min-width: 360px
	}

	.TISON008 .block-item {
		margin-bottom: 50px;
		position: relative
	}

	.TISON008 .block-item.active {
		z-index: 10
	}

	.TISON008 .block-item.active .block-title:after {
		content: "\f106"
	}

	.TISON008 .block-title {
		position: relative;
		line-height: 30px;
		padding: 15px 50px 15px 0;
		font-weight: 500;
		font-size: 19px;
		background-color: #0A517B;
		text-align: center;
		cursor: pointer;
		color: #fff
	}

	.TISON008 .block-title:after {
		position: absolute;
		font-family: FontAwesome;
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 15px;
		height: 30px;
		width: 30px;
		border-radius: 100%;
		border: 1px solid #fff;
		line-height: 30px
	}

	.TISON008 .block-content {
		padding: 30px;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		border-radius: 0 0 33px 33px;
		background-color: #FFFFFF;
		-webkit-box-shadow: 2px 2px 8px 0 rgba(156, 156, 156, 0.5);
		box-shadow: 2px 2px 8px 0 rgba(156, 156, 156, 0.5)
	}

	.TISON009 {
		background-color: #fff;
		padding: 50px 0
	}

	.slide-center .item {
		-ms-transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		opacity: 0.6
	}

	.slide-center .center.active .item {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1
	}

	.TISON010 {
		margin-bottom: 60px;
		padding: 30px 0 50px;
		position: relative
	}

	.TISON010 .item {
		overflow: hidden;
		line-height: 30px
	}

	.TISON010 .item .title {
		float: left;
		font-weight: 700;
		margin-right: 10px;
		width: 130px
	}

	.TISON010:before {
		content: "";
		position: absolute;
		width: 150px;
		height: 1px;
		background-color: #9B9B9B;
		bottom: 0;
		left: 50%;
		margin-left: -75px
	}

	.TISON011 {
		padding: 70px 0;
		background: url(../images/bg-1.png) repeat center;
		position: relative
	}

	.TISON011 .container {
		position: static
	}

	.TISON011 .block {
		font-size: 18px
	}

	.TISON011 .block_img {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #ddd;
		overflow: hidden
	}

	.TISON011 .block_img img {
		position: absolute;
		min-height: 100%;
		max-height: 100%;
		max-width: none;
		width: auto;
		height: 100%;
		max-width: none;
		top: 0
	}

	.TISON011 .block_title {
		font-size: 18px;
		display: block;
		font-weight: 600;
		margin-bottom: 10px;
		color: #4A4A4A
	}

	.TISON011 .block_title:hover {
		color: #012169
	}

	.TISON011 .block_title_small {
		color: #9B9B9B;
		font-size: 14px
	}

	.TISON011 .block_decs {
		margin-bottom: 40px
	}

	.TISON011.row-1 .block_img {
		right: 0
	}

	.TISON011.row-1 .block_img img {
		left: 0
	}

	.TISON011.row-1 .block_text {
		float: left;
		padding-right: 70px
	}

	.TISON011.row-2 .block_img {
		left: 0
	}

	.TISON011.row-2 .block_img img {
		right: 0
	}

	.TISON011.row-2 .block_text {
		float: right;
		padding-left: 70px
	}

	#myVideo .modal-dialog {
		width: 1140px
	}

	#myVideo .modal-content {
		padding: 5px
	}

	#myVideo iframe {
		width: 100%;
		height: 640px
	}

	.filter-duan {
		text-align: right;
		margin-bottom: 20px
	}

	.filter-duan .select {
		width: 230px
	}

	#google_photo {
		padding: 0 15px;
		overflow: hidden
	}

	#google_photo .photo {
		margin-bottom: 20px;
		cursor: pointer;
		clear: none
	}

	#google_photo .block-1 .item_title {
		height: 58px;
		overflow: hidden
	}

	#google_photo_detail {
		padding-bottom: 50px;
		padding-top: 50px;
		margin-bottom: 30px;
		background-color: #000
	}

	#google_photo_detail .container {
		position: relative
	}

	#google_photo_detail .col-text {
		padding: 30px;
		position: relative;
		height: 600px;
		overflow: hidden
	}

	#google_photo_detail .col-text h3 {
		text-transform: uppercase;
		color: #012169;
		border-bottom: 1px solid #B8B8B8;
		margin-bottom: 20px;
		padding-bottom: 20px
	}

	#google_photo_detail .col-text .click {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		background-color: #012169;
		font-weight: 700;
		color: #fff;
		padding: 10px 25px
	}

	#google_photo_detail .col-text .click:hover {
		background-color: #0A517B
	}

	#google_photo_detail .images .item {
		height: 600px;
		position: relative;
		margin: 0
	}

	#google_photo_detail .images .item:before {
		content: "";
		display: block;
		padding-top: 75%
	}

	#google_photo_detail .images .item img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover
	}

	#google_photo_detail .image {
		float: left;
		height: 100%
	}

	#google_photo_detail .image img {
		height: 100%;
		width: auto
	}

	#google_photo_detail .close {
		position: absolute;
		top: 10px;
		right: 10px;
		color: #4A4A4A;
		font-size: 34px;
		text-shadow: none;
		opacity: 1
	}

	#google_photo_detail .close:hover {
		color: #fff
	}

	#google_photo_detail.animating .display {
		overflow: hidden;
		max-height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	#google_photo_detail .desc {
		max-height: 275px;
		margin-bottom: 20px;
		overflow: auto
	}

	#google_photo_detail .link {
		margin: 0;
		padding: 0
	}

	#google_photo_detail .link li {
		display: block
	}

	#google_photo_detail .link a {
		color: #0A517B;
		font-weight: 400;
		display: block
	}

	#google_photo_detail .link a:hover {
		color: #012169
	}

/*#google_photo_detail .owl-carousel .owl-nav>div {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: none
}

#google_photo_detail .owl-carousel .owl-nav>div.owl-prev {
	left: 0
}

#google_photo_detail .owl-carousel .owl-nav>div.owl-next {
	right: 0
	}*/

	#google_photo_detail .btn-prev {
		position: absolute;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #9B9B9B;
		font-size: 40px;
		left: 0;
		top: 50%;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	#google_photo_detail .btn-prev i {
		line-height: inherit
	}

	#google_photo_detail .btn-prev:hover {
		color: #012169
	}

	#google_photo_detail .btn-next {
		position: absolute;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #9B9B9B;
		font-size: 40px;
		right: 0;
		top: 50%;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	#google_photo_detail .btn-next i {
		line-height: inherit
	}

	#google_photo_detail .btn-next:hover {
		color: #012169
	}

	#google_photo_detail .owl-dots {
		display: none
	}

	#ss-map0 {
		background: url(../images/bg-4.png) no-repeat bottom right;
		padding-bottom: 180px
	}

	#ss-map0 .bootstrap-select {
		width: 100%
	}

	#ss-map0 .bootstrap-select .btn {
		background: none!important;
		display: block;
		text-transform: capitalize;
		border: none;
		border-bottom: 1px solid #ACAFB1;
		padding: 0 30px 0 0;
		height: 40px;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	#ss-map0 .bootstrap-select .btn:after,
	#ss-map0 .bootstrap-select .btn:before {
		display: none
	}

	#ss-map0 .bootstrap-select .btn .bs-caret {
		color: #012169
	}

	#ss-map {
		position: relative;
		height: 600px;
		margin-bottom: 20px
	}

	#ss-map .top {
		position: absolute;
		top: 0;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 90
	}

	#ss-map .top i {
		position: absolute;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		color: #0A517B;
		top: -60px;
		font-size: 40px;
		left: 50%
	}

	#ss-map .map_list {
		max-width: 50%;
		padding-right: 50px;
		padding-top: 50px
	}

	#ss-map .map_list h4 {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #9B9B9B
	}

	#ss-map .map-list-store {
		height: 420px;
		overflow: auto;
		margin: 0;
		padding: 0
	}

	#ss-map .map-list-store li:before {
		content: "\e90c";
		color: #012169
	}

	#ss-map .map-list-store li+li {
		margin-top: 20px
	}

	#ss-map .map-list-store a {
		display: block
	}

	#ss-map .map-list-store a:hover .name {
		color: #012169
	}

	#ss-map .map-list-store .name {
		font-weight: 700;
		display: block;
		text-transform: uppercase;
		margin-bottom: 2px;
		color: #4A4A4A
	}

	#ss-map .map-list-store .address {
		display: block;
		margin-bottom: 2px;
		color: #4A4A4A
	}

	#ss-map .map-list-store .phone {
		display: block;
		margin-bottom: 2px;
		color: #4A4A4A
	}

	#ss-map .wrap-map {
		position: absolute;
		left: 50%;
		top: 0;
		right: 0
	}

	#wrap-slideshow {
		position: relative
	}

	#wrap-slideshow .bg-slide {
		padding-top: 41.7%;
		background-size: cover!important;
		background-position: center center!important
	}

	#wrap-slideshow #slideshow {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0
	}

	#slideshow .item {
		background-size: cover;
		position: relative
	}

	#slideshow .item:before {
		content: "";
		display: block;
		padding-top: 41.7%
	}

	#slideshow .owl-nav>div:not(:hover) {
		border-color: #fff;
		color: #fff
	}

	#slideshow .owl-nav>div.owl-prev {
		left: 50px
	}

	#slideshow .owl-nav>div.owl-next {
		right: 50px
	}

	#slideshow .owl-dots {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0
	}

	#slideshow .owl-dots>div span {
		border: 1px solid #fff
	}

	#slideshow .owl-dots>div.active span:before,
	#slideshow .owl-dots>div:hover span:before {
		background: #fff
	}

	.slide-center2 .item {
		height: 490px;
		position: relative
	}

	.slide-center2 .item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.slide-center2 .item .title {
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 20px;
		color: #fff;
		text-transform: uppercase;
		margin: 0;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)
	}

	.slide-center2 .owl-nav>div:not(:hover) {
		border-color: #fff;
		color: #fff
	}

	.slide-center2 .owl-nav>div.owl-prev {
		left: 50px
	}

	.slide-center2 .owl-nav>div.owl-next {
		right: 50px
	}

	#fullVideo {
		margin-bottom: 30px
	}

	#fullVideo iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}

	#fullVideo .item {
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		margin-bottom: 50px;
		position: relative;
		overflow: hidden;
		height: auto
	}

	#fullVideo .item_video {
		display: block;
		overflow: hidden;
		position: relative;
		margin-right: 360px;
		z-index: 3;
		-o-transition: all 0.9s ease-in-out;
		transition: all 0.9s ease-in-out;
		-webkit-transition: all 0.9s ease-in-out
	}

	#fullVideo .item_video:before {
		display: block;
		position: relative;
		padding-top: 65%
	}

	#fullVideo .item_content {
		padding: 100px 40px 40px;
		overflow: auto;
		background-color: #F2F2F2;
		width: 360px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out
	}

	#fullVideo .item_title {
		font-size: 18px;
		display: block;
		font-weight: 500;
		margin-bottom: 20px
	}

	#fullVideo.cns {
		margin: 0;
		position: relative;
		overflow: hidden
	}

	#fullVideo.cns:before {
		display: block;
		content: "";
		padding-top: 56%
	}

	#fullVideo.cns iframe,
	#fullVideo.cns video {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%!important
	}

	#fullVideo.show-video .item_video {
		-ms-transform: translateX(-60%);
		transform: translateX(-60%);
		-webkit-transform: translateX(-60%);
		opacity: 0;
		visibility: hidden
	}

	#fullVideo.show-video .item_content {
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		opacity: 0;
		visibility: hidden
	}

	#fullVideo.show-video.cns .item_video {
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform: translateX(0);
		opacity: 0;
		visibility: hidden
	}

	#fullVideo.list-video__ .block-1 .item_video:before {
		content: "";
		display: block;
		padding-top: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute
	}

	.TISON012 {
		color: #9B9B9B;
		text-transform: uppercase;
		font-size: 33px;
		font-weight: bold;
		line-height: 39px;
		text-align: center;
		padding: 50px 0
	}

	.TISON013 {
		background: #F2F2F2 url(../images/bg-5.png) no-repeat -50px -50px;
		padding: 50px 0
	}

	.TISON013 .block-1 .item:not(:hover) {
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
	}

	.TISON013 .block-1 .item_content {
		background-color: #fff
	}

	.TISON014 {
		background-color: #fff;
		position: relative;
		background-size: cover;
		line-height: 27px;
		color: #fff
	}

	.TISON014 .block .table-cell {
		height: 768px;
		padding: 30px 0
	}

	.TISON014 .block_title {
		display: block;
		margin-bottom: 45px;
		font-size: 43px;
		font-weight: 800;
		line-height: 60px
	}

	.TISON014 .block_title_small {
		color: #9B9B9B;
		font-size: 14px
	}

	.TISON014 .block_decs {
		margin-bottom: 50px
	}

	.TISON014 .thirdary {
		color: #4A4A4A
	}

	.TISON014 .thirdary .btn:hover:after,
	.TISON014 .thirdary .btn:hover:before,
	.TISON014 .thirdary .btn:hover>.inner {
		background-color: #012169;
		border-color: #012169;
		color: #fff
	}

	.TISON014.row-2 {
		background-color: #fff
	}

	@-webkit-keyframes scaling {
		0% {
			-webkit-transform: scale(1)
		}
		to {
			-webkit-transform: scale(1.15)
		}
	}

	.TISON015 .block {
		position: relative;
		overflow: hidden;
		height: 900px;
		text-align: center
	}

	.TISON015 .block .display-table {
		position: relative
	}

	.TISON015 .block_full {
		opacity: 0;
		position: absolute;
		top: 0;
		background-size: cover;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1
	}

	.TISON015 .block_full .activecontent {
		background-size: cover;
		position: absolute;
		top: 0;
		background-size: cover;
		opacity: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.TISON015 .block_video {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-size: cover
	}

	.TISON015 .block_video .videoholder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}

	.TISON015 .block_item {
		float: left;
		width: 33.33%;
		height: 450px;
		background-color: #999;
		z-index: 2;
		position: relative;
		background-size: cover;
		color: #fff
	}

	.TISON015 .block_item:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.5)
	}

	.TISON015 .block_title {
		position: relative;
		display: block;
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 10px
	}

	.TISON015 .block_title span {
		display: block
	}

	.TISON015 .block_title:after {
		content: "";
		background-color: #fff;
		height: 1px;
		width: 200px;
		display: inline-block;
		clear: both;
		margin-top: 10px
	}

	.TISON015 .block_decs i {
		color: #F6DC6B
	}

	.TISON015 .block .line-1:after,
	.TISON015 .block .line-1:before {
		position: absolute;
		content: "";
		z-index: 10;
		top: 0;
		bottom: 0;
		display: block;
		background-color: rgba(255, 255, 255, 0.6);
		width: 2px
	}

	.TISON015 .block .line-1:before {
		left: 33.33%
	}

	.TISON015 .block .line-1:after {
		right: 33.33%
	}

	.TISON015 .block .line-2:before {
		position: absolute;
		content: "";
		z-index: 10;
		top: 50%;
		left: 0;
		right: 0;
		display: block;
		background-color: rgba(255, 255, 255, 0.6);
		height: 2px
	}

	.TISON015 .block:hover .block_item {
		opacity: 0
	}

	.TISON015 .block:hover .block_item:hover {
		background-color: #f00;
		opacity: 1
	}

	.TISON015 .block:hover .block_full.active {
		opacity: 1!important;
		-webkit-animation: scaling 10s infinite alternate;
		animation: scaling 10s infinite alternate
	}

	.TISON015 .block:hover .block_full.active .activecontent {
		opacity: 1
	}

	.TISON015 .block:hover .block_video.active {
		opacity: 1!important
	}

	.TISON016 {
		background: url(../images/bg-4.png) no-repeat bottom right;
		padding-bottom: 70px
	}

	.TISON017 {
		background-color: #fff;
		position: relative;
		color: #fff
	}

	.TISON017 .container {
		position: static
	}

	.TISON017 .block_img {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #ddd;
		overflow: hidden
	}

	.TISON017 .block_img img {
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		max-width: none;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%)
	}

	.TISON017 .block_text .table-cell {
		height: 600px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.TISON017 .block_title {
		display: block;
		margin-bottom: 40px;
		font-size: 43px;
		font-weight: 800;
		line-height: 60px;
		text-transform: uppercase
	}

	.TISON017 .block_title_small {
		color: #9B9B9B;
		font-size: 14px
	}

	.TISON017 .block_decs {
		margin-bottom: 50px
	}

	.TISON017.row-1 {
		background: #012169 url(../images/bg-9.png) no-repeat left bottom
	}

	.TISON017.row-1 .block_img {
		right: 0
	}

	.TISON017.row-1 .block_text {
		float: left;
		padding-right: 70px
	}

	.TISON017.row-2 {
		background-color: #0A517B
	}

	.TISON017.row-2 .block_img {
		left: 0
	}

	.TISON017.row-2 .block_text {
		float: right;
		padding-left: 70px;
		background: url(../images/bg-10.png) no-repeat -30px bottom
	}

	.TISON018 {
		background-color: #fff;
		padding-top: 0
	}

	.TISON019 {
		padding-top: 50px
	}

	.TISON019 .block {
		width: 728px;
		height: 715px;
		background: url(../images/bg-12.png) no-repeat center center;
		margin: 0 auto;
		padding: 200px 200px 100px;
		text-align: center
	}

	.TISON019 .block p {
		margin-bottom: 30px
	}

	.TISON040 {
		position: relative;
		color: #fff;
		background-color: #012169
	}

	.TISON040 .container {
		position: static
	}

	.TISON040 .block {
		font-size: 18px
	}

	.TISON040 .block_img {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #ddd;
		overflow: hidden;
		left: 0
	}

	.TISON040 .block_img img.full {
		position: absolute;
		max-width: none;
		height: 100%;
		width: auto;
		top: 0;
		right: 0
	}

	.TISON040 .block .display-table {
		position: relative
	}

	.TISON040 .block_text {
		float: right;
		padding-left: 70px
	}

	.TISON040 .block_text .table-cell {
		height: 600px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.TISON040 .block_decs {
		margin-bottom: 40px
	}

	.TISON041 {
		padding: 0
	}

	.TISON042 {
		min-height: 600px;
		padding-top: 140px
	}

	.TISON042 .block {
		max-width: 600px;
		margin: 0 auto;
		text-align: center
	}

	@media only screen and (min-width:992px) {
		.TISON043 .block-9>.col-md-4:nth-child(4) {
			margin-left: 16.66666667%
		}
	}

	@media (min-width:768px) and (max-width:991px) {
		.TISON043 .block-9>.col-md-4:last-child {
			margin-left: 25%
		}
	}

	.mini-line {
		margin-bottom: 20px
	}

	.mini-line:before {
		display: inline-block;
		width: 100px;
		height: 1px;
		background-color: #9B9B9B;
		content: ""
	}

	.TISON044 {
		position: relative;
		padding: 0 15px
	}

	.TISON044 .container {
		position: static
	}

	.TISON044 .block {
		font-size: 18px
	}

	.TISON044 .block_img {
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #ddd;
		overflow: hidden;
		right: 0
	}

	.TISON044 .block_img img.full {
		position: absolute;
		max-width: none;
		height: 100%;
		width: auto;
		top: 0;
		right: 0
	}

	.TISON044 .block .display-table {
		position: relative
	}

	.TISON044 .block_text {
		padding: 0 70px
	}

	.TISON044 .block_text .table-cell {
		height: 700px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.TISON044 .block_text .list-check li {
		padding-left: 40px
	}

	.TISON044 .block_decs {
		margin-bottom: 40px
	}

	.TISON006~.TISON047 {
		padding-top: 0
	}

	.TISON045 {
		background: url(../images/bg-4.png) no-repeat bottom right;
		padding-bottom: 100px
	}

	.TISON045 .container>.row:first-child {
		margin-bottom: 20px
	}

	.TISON045 .title-18 {
		margin-bottom: 10px
	}

	.TISON045 .list-icon {
		margin-bottom: 30px
	}

	.TISON045 .list-icon li+li {
		margin-top: 5px
	}

	.TISON045 ul[class*=list-]>li {
		padding-left: 40px
	}

	.TISON046 {
		padding: 70px 0
	}

	.TISON046 .section-title {
		margin-bottom: 40px
	}

	.TISON046 .row-label {
		margin-bottom: 30px
	}

	.TISON046 .input {
		background-color: transparent
	}

	.TISON046 textarea.input {
		padding: 7px 0 0;
		height: 35px
	}

	#page-404 {
		color: #9B9B9B;
		position: relative
	}

	#page-404:after,
	#page-404:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0
	}

	#page-404:before {
		top: 0;
		bottom: 50%;
		background: url(../images/bg-404.png) repeat-x bottom center
	}

	#page-404:after {
		top: 50%;
		bottom: 0;
		background-color: #fff
	}

	#page-404 .display-table {
		position: relative;
		z-index: 10
	}

	#page-404 h1 {
		font-weight: 300
	}

	#page-404 p {
		margin-bottom: 50px
	}

	#page-404 .table-cell {
		min-height: calc(100vh - 70px);
		position: relative;
		padding: 100px 15px;
		text-align: center;
		vertical-align: middle
	}

	.page-cns {
		height: 1340px;
		padding: 100px 0
	}

	.block-cns {
		position: relative;
		height: 350px;
		width: 750px;
		margin: 120px auto 70px
	}

	.block-cns:after {
		background: url(../images/bg-14.png) no-repeat center center;
		content: "";
		position: absolute;
		bottom: -57px;
		right: -130px;
		width: 222px;
		height: 340px
	}

	.block-cns .table-cell {
		padding: 70px 100px 20px;
		text-align: center;
		z-index: 2;
		position: relative
	}

	.block-cns .btn {
		position: absolute;
		top: -50px;
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}

	.single-hexa {
		width: 262px;
		height: 226px;
		overflow: hidden;
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		display: inline-block;
		position: relative;
		color: #4A4A4A
	}

	.single-hexa:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background: url(../images/icon-svg/hexagon2.svg) no-repeat center center;
		opacity: 0
	}

	.single-hexa>.inner {
		position: absolute;
		left: 10px;
		right: 10px;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}

	.single-hexa>.inner img {
		max-height: 110px;
		width: auto!important;
		display: inline-block!important
	}

	.single-hexa>.inner .title {
		display: block;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
		padding-top: 10px
	}

	.single-hexa:hover {
		color: #F6DC6B
	}

	.single-hexa:hover:before {
		opacity: 1
	}

	.single-hexa-not {
		color: #4A4A4A!important
	}

	.single-hexa-not:before {
		display: none
	}

	.hexa127 {
		width: 146px;
		height: 127px;
		display: inline-block;
		background: url(../images/icon-svg/hexagon4.svg) no-repeat center center;
		background-size: cover;
		position: relative
	}

	.hexa127 .img-main {
		max-height: 95px;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		width: auto!important
	}

	.slide-cns .item {
		height: 400px;
		position: relative
	}

	.slide-cns .item .single-hexa {
		position: absolute
	}

	.slide-cns .item .single-hexa:first-child {
		left: 0;
		top: 0
	}

	.slide-cns .item .single-hexa:nth-child(2) {
		left: 219px;
		top: 113px
	}

	.slide-cns .item .single-hexa:nth-child(3) {
		left: 50%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 0
	}

	.slide-cns .item .single-hexa:nth-child(5) {
		right: 0;
		top: 0
	}

	.slide-cns .item .single-hexa:nth-child(4) {
		right: 219px;
		top: 113px
	}

	.form-ungtuyen .row-label {
		margin-bottom: 30px
	}

	.form-ungtuyen .select {
		width: 100%
	}

	.form-ungtuyen label.checkbox,
	.form-ungtuyen label.radio {
		font-size: 14px;
		line-height: 20px
	}

	.form-ungtuyen .gioitinh .title {
		margin-bottom: 7px
	}

	.form-ungtuyen .gioitinh label+label {
		margin-left: 40px
	}

	#thanksModal .modal-content {
		padding: 100px;
		background: #fff url(../images/bg-16.png) no-repeat bottom right
	}

	#thanksModal .modal-content h3 {
		font-weight: 300
	}

	.TISON047 {
		padding: 80px 0
	}

	.TISON047 .item {
		text-align: center
	}

	.calculator {
		margin-bottom: 30px
	}

	.calculator .row-label {
		margin-bottom: 40px
	}

	.calculator-result {
		padding-top: 30px
	}

	.calculator-result .product {
		max-width: 360px;
		margin: 0 auto;
		text-align: center;
		border: 1px solid #979797;
		padding: 20px
	}

	.calculator-result .product .thumb {
		margin-bottom: 20px
	}

	.calculator-result .product .title {
		font-weight: 500
	}

	.calculator-result .result>.item {
		overflow: hidden;
		margin-bottom: 50px;
		font-size: 22px;
		position: relative
	}

	.calculator-result .result>.item:after {
		border-bottom: 1px dashed #979797;
		content: "";
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0
	}

	.calculator-result .result>.item>span {
		margin-bottom: -1px;
		background-color: #fff;
		position: relative;
		z-index: 2
	}

	.calculator-result .result>.item .title {
		float: left
	}

	.calculator-result .result>.item .value {
		float: right
	}

	.readmore-line {
		text-align: center;
		margin-bottom: 30px;
		position: relative
	}

	.readmore-line:before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		right: 0;
		height: 1px;
		background-color: #979797
	}

	.slide4-arr .item_img img {
		height: 167px;
		max-height: 167px
	}

	.page-list-products .block-4 .item_img img {
		height: 167px
	}

	.TISON048 {
		padding: 80px 0
	}

	.TISON048 .section-title {
		text-align: center;
		color: #333;
		margin-bottom: 40px
	}

	.TISON048 .list-check li {
		padding-left: 35px
	}

	.TISON048 .list-check li+li {
		border-top: 1px dashed #ACAFB1;
		padding-top: 20px;
		margin-top: 20px
	}

	.TISON049 {
		padding: 20px 0 50px;
		position: relative
	}

	.TISON049 .row-label {
		margin-bottom: 50px
	}

	.TISON049 .btn {
		position: absolute;
		left: 50%;
		bottom: -21px;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%)
	}

	.TISON049 .btn .inner {
		min-width: 340px
	}

	.TISON0143 {
		overflow: hidden
	}

	.timeline-gtct {
		max-width: 780px;
		overflow: hidden;
		margin: 0 auto
	}

	.timeline-gtct .item {
		width: 50%;
		position: relative;
		clear: both;
		min-height: 135px
	}

	.timeline-gtct .item .img {
		position: absolute;
		top: 0
	}

	.timeline-gtct .item .text {
		position: relative;
		z-index: 2;
		font-size: 16px;
		padding-top: 20px
	}

	.timeline-gtct .item .text .item_title {
		text-transform: uppercase;
		font-size: 22px;
		margin-bottom: 10px;
		font-weight: 400
	}

	.timeline-gtct .item .text p {
		margin: 0
	}

	.timeline-gtct .item:first-child .item_title {
		color: #E81D27
	}

	.timeline-gtct .item:nth-child(2) .item_title {
		color: #39A5DD
	}

	.timeline-gtct .item:nth-child(3) .item_title {
		color: #E73794
	}

	.timeline-gtct .item:nth-child(4) .item_title {
		color: #1CB14B
	}

	.timeline-gtct .item:nth-child(5) .item_title {
		color: #F89C1C
	}

	.timeline-gtct .item.left {
		float: left;
		text-align: right
	}

	.timeline-gtct .item.left .img {
		right: -90px
	}

	.timeline-gtct .item.left .text {
		padding-right: 60px
	}

	.timeline-gtct .item.left .text .item_title {
		padding-right: 20px
	}

	.timeline-gtct .item.right {
		float: right;
		text-align: left
	}

	.timeline-gtct .item.right .img {
		left: -90px
	}

	.timeline-gtct .item.right .text {
		padding-left: 60px
	}

	.timeline-gtct .item.right .text .item_title {
		padding-left: 20px
	}

	@media (min-width:1200px) {
		.wrap-gtcl {
			position: relative;
			padding-top: 120px
		}
		.wrap-gtcl .gropupimg {
			position: absolute;
			right: 780px;
			top: 200px
		}
		.wrap-gtcl .gropupimg img {
			max-width: inherit
		}
		.wrap-gtcl .gropupimg .img-1 {
			position: absolute;
			right: -500px;
			top: -200px
		}
		.wrap-gtcl .timeline-gtct {
			float: right
		}
	}

	@media (min-width:1200px) and (max-width:1500px) {
		.wrap-gtcl .gropupimg {
			position: absolute;
			right: 700px
		}
		.wrap-gtcl .gropupimg .img-1 {
			max-height: 130px
		}
		.wrap-gtcl .gropupimg .img-2 {
			max-height: 400px
		}
		.wrap-gtcl .timeline-gtct {
			max-width: 700px
		}
	}

	@media (max-width:1199px) {
		.wrap-gtcl {
			position: relative
		}
		.wrap-gtcl .gropupimg {
			margin-bottom: 30px;
			text-align: center
		}
		.wrap-gtcl .gropupimg .img-1 {
			max-height: 100px
		}
		.wrap-gtcl .gropupimg .img-2 {
			max-height: 300px
		}
	}

	@media (max-width:767px) {
		.timeline-gtct .item {
			width: 100%;
			min-height: inherit;
			margin-bottom: 20px
		}
		.timeline-gtct .item .img {
			position: relative;
			right: auto!important;
			left: auto!important;
			display: block;
			margin-bottom: 10px
		}
		.timeline-gtct .item .img img {
			max-height: 115px
		}
		.timeline-gtct .item .text {
			padding: 0!important;
			position: static!important
		}
		.timeline-gtct .item .text .item_title {
			position: absolute;
			top: 50px;
			right: 0;
			padding: 0!important
		}
		.timeline-gtct .item.left .text .item_title {
			right: 120px
		}
		.timeline-gtct .item.right .text .item_title {
			left: 120px
		}
	}

	.show-city {
		position: absolute;
		bottom: 0;
		opacity: 0;
		height: 35px;
		z-index: -1
	}

	.select-color {
		border-bottom: 1px solid #aaa;
		height: 35px
	}

	.select-color:after {
		content: "\f0d7";
		font: normal normal normal 14px/1 FontAwesome;
		color: #012169;
		position: absolute;
		right: 5px;
		top: 10px;
		font-size: 18px
	}

	.select-color .btn {
		width: 100%;
		height: 35px;
		padding: 0 7px 0;
		text-transform: none;
		font-weight: 300;
		text-align: left;
		color: #111;
		line-height: 35px
	}

	.select-color .btn:after,
	.select-color .btn:before {
		display: none
	}

	.select-color .dropdown-menu {
		left: inherit;
		padding: 10px;
		right: 0;
		width: 200px
	}

	.select-color .dropdown-menu .color-select {
		height: 25px;
		width: 25px;
		float: left;
		margin: 0;
		background-color: #012169;
		box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		padding: 0;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.select-color .dropdown-menu .color-select:hover {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.select-color .dropdown-menu .color-select input {
		display: none
	}

	.select-color.open:after {
		content: "\f0d8"
	}

	.send_img {
		margin-bottom: 50px
	}

	.send_img .select-down {
		background-size: 4%;
		height: 35px;
		-webkit-appearance: inherit;
		-moz-appearance: inherit;
		appearance: inherit;
		background-image: url(../images/icon-svg/down.svg);
		width: 100%;
		border: 0;
		background-repeat: no-repeat;
		background-position: right;
		border-bottom: 1px solid #9B9B9B;
		line-height: 38px;
		font-size: 13px
	}

	.send_img .select-down .dropdown-color {
		position: absolute;
		width: 200px;
		right: 15px;
		bottom: -60px
	}

	.send_img .select-down .dropdown-color .header {
		background-color: #fff;
		padding: 10px 15px;
		box-shadow: 1px 1px 6px rgba(17, 17, 17, 0.37);
		-webkit-box-shadow: 1px 1px 6px rgba(17, 17, 17, 0.37);
		-moz-box-shadow: 1px 1px 6px rgba(17, 17, 17, 0.37);
		border-radius: 7px
	}

	.send_img .radio-style span {
		margin-top: 4px
	}

	.send_img .section-header {
		padding-top: 40px
	}

	.send_img .note {
		color: #0A517B;
		font-weight: bold
	}

	.send_img .row-bottom {
		text-align: center;
		margin-top: 30px
	}

	.send_img .row-bottom button {
		margin-top: 0!important
	}

	.send_img .row-bottom .block_dowload {
		float: none;
		display: inline-block;
		margin: 0 30px;
		position: relative
	}

	.send_img .row-bottom .block_dowload span {
		max-width: 160px
	}

	.send_img .row-bottom .block_dowload input {
		position: absolute;
		top: 0px;
		width: 160px;
		height: 60px;
		opacity: 0
	}

	label.radio-style {
		width: 24%;
		margin-top: 15px
	}

	label.radio-style>span {
		border: 1px solid #989898;
		width: 18px;
		height: 18px
	}

	label.radio-style>span:before {
		width: 8px;
		height: 8px;
		margin-top: 4px
	}

	.page-title .border-small:after {
		content: '';
		height: 1px;
		width: 100px;
		background-color: #9B9B9B;
		display: block;
		margin: 40px auto 0
	}

	.section-float .section-title {
		float: left
	}

	.section-float a {
		display: block;
		float: right;
		font-size: 13px;
		text-transform: uppercase
	}

/*.TISON006.default_icon .owl-carousel .owl-nav {
	top: 50%;
	left: 0;
	right: 0;
	width: auto
}

.TISON006.default_icon .owl-carousel .owl-nav div {
	background-color: #fff;
	color: #CECECE
	}*/

	.TISON020 {
		background-image: url(../images/TISON202.jpg);
		background-size: cover;
		background-position: center;
		padding: 70px 0;
		position: relative
	}

	.TISON020:before {
		content: '';
		background-color: rgba(255, 255, 255, 0.6);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0
	}

	.TISON020 h4 {
		text-transform: uppercase
	}

	.TISON020 p {
		line-height: 27px;
		margin-bottom: 50px;
		max-width: 450px
	}

	.TISON020 .logo {
		margin-bottom: 35px
	}

	.TISON020 .logo_social a {
		display: inline-block;
		max-width: 115px;
		min-height: 40px;
		margin-right: 20px
	}

	.block_style-item {
		margin-bottom: 30px;
		height: 200px;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.block_style-item:hover {
		box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.38);
		-webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.38);
		-moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.38);
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
	}

	.block_style-item img {
		width: 100%;
		height: 100%
	}

	.block_style h4 {
		font-size: 23px;
		text-transform: uppercase;
		margin-bottom: 45px;
		float: left
	}

	.block_style .select_filter {
		float: right
	}

	.block_style .select_filter span {
		padding-right: 15px;
		font-size: 18px
	}

	.block_style .select_filter select {
		width: 250px;
		font-size: 16px;
		height: 40px
	}

	.block_regulate {
		padding: 80px 0 50px
	}

	.block_regulate .section-header {
		margin-bottom: 50px
	}

	.block_regulate .section-header .section-title {
		font-size: 32px;
		text-transform: uppercase
	}

	.block_regulate .section-header .desc {
		font-size: 18px;
		font-weight: 500
	}

	.block_regulate blockquote {
		border-left: 0;
		font-size: 27px;
		line-height: 45px;
		margin-top: 45px
	}

	.block_regulate blockquote:before {
		content: "\201C";
		font-family: Georgia, serif;
		font-size: 70px;
		font-weight: bold;
		color: #012169;
		text-align: left;
		margin: auto;
		display: block;
		position: relative;
		left: -8%
	}

	.block_level-item {
		background-color: #0A517B;
		color: #fff;
		padding: 0 35px 20px;
		min-height: 280px
	}

	.block_level-item ul {
		list-style: none
	}

	.block_level-item ul li {
		line-height: 25px
	}

	.block_level-item .top {
		display: block;
		text-align: center;
		position: relative;
		bottom: 23px;
		margin-bottom: 25px
	}

	.block_mess h4 {
		text-transform: uppercase;
		margin-bottom: 50px
	}

	.block_rules {
		padding: 70px 0 100px;
		position: relative
	}

	.block_rules:after {
		content: '';
		background-image: url("../images/hand-and-brush-isolated-on-white-P7D6NFU.jpg");
		height: 400px;
		width: 400px;
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom
	}

	.block_rules h4 {
		text-transform: uppercase;
		margin-bottom: 50px;
		margin-bottom: 50px
	}

	.block_rules span {
		display: block;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 35px;
		line-height: 30px
	}

	.block_rules p {
		line-height: 27px
	}

	.block_rules .list_price {
		margin-left: -35px;
		margin-top: 50px
	}

	.block_rules .list_price-item {
		width: 175px;
		float: left;
		text-align: center;
		border-right: 1px dashed #ddd;
		margin-bottom: 35px
	}

	.block_rules .list_price-item div:first-child {
		font-size: 32px;
		font-weight: bold;
		color: #012169
	}

	.block_rules .list_price-item div:last-child {
		font-size: 20px
	}

	.block_rules .list_price-item:last-child,
	.block_rules .list_price-item:nth-child(3) {
		border-right: 0
	}

	.block_intro {
		line-height: 26px;
		margin-top: 40px
	}

	.block_intro blockquote {
		border-left: 0;
		line-height: 45px;
		font-size: 27px;
		max-width: 500px;
		padding: 0;
		margin: 0;
		position: relative
	}

	.block_intro blockquote:before {
		content: "\f10d";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 70px;
		font-weight: bold;
		color: #0A517B;
		text-align: left;
		margin: auto;
		display: inline-block;
		position: absolute;
		left: 0;
		opacity: 0.2;
		top: -20px;
		height: auto;
		width: auto
	}

	.block_intro blockquote:after {
		display: none
	}

	.gallery .slide .item {
		position: relative;
		display: block;
		height: 520px
	}

	.gallery .slide .item img {
		width: 100%!important;
		height: 100%!important;
		-o-object-fit: cover;
		object-fit: cover
	}

	.gallery .slide .item .title {
		font-size: 23px!important;
		text-transform: uppercase;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 30px;
		display: none
	}

	.gallery .slide .caption {
		margin-top: 40px;
		display: none
	}

	.gallery .slide .caption p {
		text-align: center;
		font-size: 16px;
		line-height: 27px
	}

	.gallery .slide .caption_share {
		border-top: 1px solid #979797;
		color: #ACAFB1;
		font-size: 12px;
		text-align: center
	}

	.gallery .slide .caption_share span {
		display: inline-block;
		padding: 20px 10px
	}

	.gallery .slide .caption_share i {
		color: #251463;
		font-size: 15px;
		padding-right: 5px
	}

	.gallery .slide .owl-nav {
		top: 35%
	}

	.gallery .slide .owl-nav div {
		color: #fff;
		border: 1px solid #fff
	}

	.gallery .slide .owl-nav div.owl-prev {
		left: 3%
	}

	.gallery .slide .owl-nav div.owl-next {
		right: 3%
	}

	.gallery .slide .owl-item.active .caption {
		display: block
	}

	.gallery .slide .owl-item.active .title {
		display: block
	}

	.TISON026 .header {
		padding: 20px 0
	}

	.TISON026 .header .col {
		width: calc(100% / 2);
		float: left
	}

	.TISON026 .header .col a {
		display: block;
		margin-bottom: 15px
	}

	.TISON026 .header .col a span {
		border: 1px solid #9B9B9B;
		width: 17px;
		height: 17px;
		line-height: 15px;
		display: inline-block;
		border-radius: 50%;
		vertical-align: middle
	}

	.TISON026 .header .col a span:before {
		display: inline-block;
		content: "";
		width: 9px;
		height: 9px;
		background-color: #012169;
		visibility: hidden;
		border-radius: 100%;
		margin: 3px 0 0 3px
	}

	.TISON026 .header .col a div {
		display: inline-block;
		vertical-align: middle;
		padding-left: 12px
	}

	.TISON026 .header .col a.active span:before {
		visibility: visible
	}

	.TISON021 {
		text-align: center;
		border-top: 1px dashed #ddd
	}

	.TISON021 .section-header {
		padding: 30px 0 40px
	}

	.TISON021 .section-header h4 {
		margin: 0
	}

	.TISON021 .section-header span {
		font-size: 13px
	}

	.TISON021 .block_color .item {
		height: 100%;
		height: 65px;
		width: 100%;
		text-align: center;
		line-height: 65px;
		display: block;
		background-color: #d23939;
		border-radius: 5px;
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 30px;
		position: relative
	}

	.TISON021 .bottom .pagination {
		text-align: left;
		float: left
	}

	.block_dowload {
		float: right;
		text-align: center
	}

	.block_dowload span {
		display: block;
		background-color: #4A4A4A;
		color: #fff;
		padding: 2px 20px;
		border-radius: 25px;
		font-size: 13px;
		font-weight: 400;
		position: relative;
		max-width: 150px;
		margin: 10px auto 0
	}

	.block_dowload span:before {
		content: '';
		border-top: 8px solid transparent;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		border-bottom: 8px solid #4A4A4A;
		top: -16px;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%
	}

	.block_dowload:hover span {
		background-color: #012169
	}

	.block_dowload:hover span:before {
		border-bottom: 8px solid #012169
	}

	.TISON023 .item {
		min-height: 300px;
		border-radius: 5px
	}

	.block-color {
		right: 5%;
		bottom: 30px;
		background-color: #fff;
	}

	.block-color .content input {
		display: none
	}

	.block-color .tab {
		width: 210px;
		margin: 0 auto;
		background-color: #ACAFB1
	}

	.block-color .content-item {
		display: none;
		position: static;
		background-color: #fff;
		padding: 10px;
		margin-top: 5px;
		width: 210px;
		max-height: 300px;
		overflow-y: scroll;
		overflow-x: hidden
	}
	@media screen and (max-width: 767px) {
		.block-color .content-item {
			height: 300px;
			width: 100%;
		}
		.block-color .tab {
			width: 100%;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.block-color .tab {
			margin: 0 auto;
			width: 300px;
		}
		.block-color .content-item {
			width: 300px;
			max-height: 232px;
			padding: 10px 0 0 0;
		}
	}
	@media screen and (width: 1024px) {
		.block-color .tab {
			margin: 0 auto;
			width: 350px;
		}
		.block-color .content-item {
			width: 350px;
			max-height: 366px;
		}
	}
	@media screen and (min-width: 1025px) {
		.block-color .content-item {
			width: 532px;
			min-height: 671px;
		}
	}
	@media screen and (width: 1366px) {
		.block-color .content-item {
			min-height: 445px;
		}
	}
	@media screen and (min-width: 1536px) and (max-width: 1590px) {
		.block-color .content-item {
			min-height: 580px;
		}
	}
    @media screen and (width: 1440px) {
        .block-color .content-item {
            min-height: 485px;
        }
    }
	.block-color .content-item .color {
		display: inline-block;
		height: 38px;
		width: 38px;
		margin: 0 3px;
		background-color: #d13939
	}

	.block-color input[type=radio]:checked+.content-item {
		display: block
	}

	.block-color .header {
		background-color: #ACAFB1;
		padding: 1px 1px;
	}

/*	.block-color .header label {
		height: 25px;
		width: 25px;
		box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.37);
		border-right: 0;
		background-color: #d13939;
		margin-bottom: 0;
		float: left;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		cursor: pointer
		}*/

/*	.block-color .header label:hover {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out
		}*/
		.block-color .text-name {
			font-size: 10px;
			text-align:center;
			position: absolute;
			width: 100%;
			height: 100%;
			display: none;
		}
		.block-color .text-id {
			font-size: 10px;
			text-align:center;
			position: absolute;
			width: 100%;
			height: 100%;
			display: none;
			margin-top: 5px;
		}
		.block-color .color-hover {
			padding: 40px 20px;text-align: center;background-color: #93ADC2; margin: 10px 10px 0px 10px;font-weight: bold;
		}
		.block-color .btn-primary {
			position: relative;
			left: -40px;
			top: 35px
		}

		.block-color .btn-primary:after,
		.block-color .btn-primary:before {
			width: 30px;
			height: 30px
		}

		.block-color .btn>span {
			padding: 0 5px;
			line-height: 30px
		}

		.block-color .block_dowload {
			text-align: center;
			position: relative;
			top: 15px
		}

		.TISON025 .item {
			position: relative;
			color: #fff;
			min-height: 500px;
			margin-bottom: 30px
		}

		.TISON025 .item .caption {
			position: absolute;
			width: 100%;
			bottom: 0;
			background-color: rgba(17, 17, 17, 0.76);
			left: 0;
			padding: 20px 50px
		}

		.TISON025 .item .title {
			margin-bottom: 10px
		}

		.TISON025 .item .desc {
			overflow: hidden;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			margin: 0;
			line-height: 24px
		}

		.TISON025 .item.thumbnail-half {
			min-height: 250px
		}

		.TISON025 .item.thumbnail-half .caption {
			background-color: transparent;
			z-index: 1;
			padding: 20px
		}

		.TISON025 .item.thumbnail-half:after {
			content: '';
			background: -webkit-linear-gradient(rgba(76, 175, 80, 0), rgba(0, 0, 0, 0.65));
			background: -o-linear-gradient(rgba(76, 175, 80, 0), rgba(0, 0, 0, 0.65));
			background: -moz-linear-gradient(rgba(76, 175, 80, 0), rgba(0, 0, 0, 0.65));
			background: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 175, 80, 0)), to(rgba(0, 0, 0, 0.65)));
			background: linear-gradient(rgba(76, 175, 80, 0), rgba(0, 0, 0, 0.65));
			display: block;
			width: 100%;
			height: 45%;
			position: absolute;
			left: 0;
			bottom: 0
		}

		.TISON025 .color {
			max-width: 735px;
			margin: 0 auto 40px
		}

		.TISON025 .color-item {
			min-height: 80px;
			max-width: 350px;
			float: left;
			width: 50%;
			font-size: 18px;
			font-weight: 500;
			padding-left: 30px
		}

		.TISON025 .color-item:last-child {
			float: right
		}

		.desc-border {
			max-width: 700px;
			margin: auto;
			text-align: center;
			border-bottom: 1px dashed #ddd;
			line-height: 27px;
			padding-bottom: 30px
		}

		.desc-border span {
			font-weight: bold
		}

		.list-standard {
			border-bottom: 1px dashed #ddd;
			padding-bottom: 20px
		}

		.list-standard .section-header {
			padding: 30px 0 0
		}

		.list-standard ul {
			list-style: none;
			max-width: 600px;
			margin: auto
		}

		.content-background {
			position: relative;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: top;
			padding-top: 100px
		}

		.TISON027>p {
			max-width: 750px;
			margin: 0 auto 40px;
			text-align: center
		}

		.TISON027 .item {
			background-color: #012169;
			color: #fff;
			padding: 25px 35px;
			min-height: 235px;
			margin-bottom: 20px
		}

		.TISON027 .item span {
			display: inline-block;
			font-weight: 400;
			border-bottom: 1px solid #fff;
			padding-bottom: 10px;
			margin-bottom: 15px
		}

		.TISON027 .col:first-child .item {
			background-color: #0A517B
		}

		.TISON027 .col:nth-child(3) .item {
			background-color: #F7931E
		}

		.TISON028 .nav-tabs {
			text-align: center;
			border: 0;
			position: relative
		}

		.TISON028 .nav-tabs>li {
			display: inline-block;
			width: 15%;
			margin: 0 15px;
			position: relative;
			float: none
		}

		.TISON028 .nav-tabs>li.active img {
			border: 2px solid #012169
		}

		.TISON028 .nav-tabs>li.active:after {
			content: '';
			border-right: 1px dashed #b7b6b6;
			display: block;
			position: absolute;
			right: -16px;
			height: 100%;
			width: 1px;
			top: 0
		}

		.TISON028 .nav-tabs>li.active>a {
			border: 0
		}

		.TISON028 .nav-tabs>li.active>a:focus,
		.TISON028 .nav-tabs>li.active>a:hover {
			border: 0
		}

		.TISON028 .nav-tabs>li.active .slide-text {
			display: block
		}

		.TISON028 .nav-tabs>li .desc {
			color: #ACAFB1;
			font-size: 13px;
			line-height: 22px;
			margin-top: 10px
		}

		.TISON028 .nav-tabs>li a {
			padding: 0
		}

		.TISON028 .nav-tabs>li:last-child.active:after {
			border-right: 0
		}

		.TISON028 .nav-tabs.nav>li>a:focus,
		.TISON028 .nav-tabs.nav>li>a:hover {
			background-color: transparent;
			border-color: transparent
		}

		.TISON028 .nav-desc .item {
			margin: 40px auto;
			max-width: 800px
		}

		.TISON028 .tab-content .item {
			position: relative
		}

		.TISON028 .tab-content .item .block-color {
			position: absolute
		}

		.TISON028 .tab-content .item img {
			width: 100%;
			height: 100%
		}

		.TISON028 .block-color {
			bottom: 25px
		}

		.TISON028 .block-color .btn-primary {
			top: 40px;
			left: -35px
		}

		.TISON028 .block_dowload {
			right: 20px
		}

		.TISON028 .owl_text .item {
			width: 50%;
			margin: auto;
			text-align: center;
			margin-top: 30px
		}

		.TISON028 .note {
			font-size: 13px;
			display: block;
			position: relative;
			top: 15px
		}

		.modal-thumbnail .modal-dialog {
			width: 1000px
		}

		.modal-thumbnail .modal-content {
			height: 600px;
			padding: 0
		}

		.modal-thumbnail .modal-content img {
			width: 100%;
			height: 100%
		}

		.modal-thumbnail .modal-content .close {
			background-image: url("../images/icon-svg/close-back.svg");
			height: 30px;
			width: 30px;
			background-size: cover;
			background-position: center;
			top: 20px;
			right: 20px
		}

		.modal-thumbnail .button {
			width: 36%;
			position: absolute;
			bottom: 15px;
			right: 15px
		}

		.modal-thumbnail .button .btn {
			margin-top: 24px
		}

		.modal-thumbnail .button .btn>.inner {
			padding: 0 10px;
			line-height: 30px
		}

		.modal-thumbnail .button .btn:after,
		.modal-thumbnail .button .btn:before {
			width: 35px;
			height: 35px
		}

		.select-color .color-select.red {
			background-color: #f83d39
		}

		.select-color .color-select.pink {
			background-color: #de579c
		}

		.select-color .color-select.purple-pink {
			background-color: #af58aa
		}

		.select-color .color-select.purple {
			background-color: #8361c5
		}

		.select-color .color-select.blue {
			background-color: #2c65d2
		}

		.select-color .color-select.light-blue {
			background-color: #38c6c7
		}

		.select-color .color-select.dark-orange {
			background-color: #f8583a
		}

		.select-color .color-select.orange {
			background-color: #f8973b
		}

		.select-color .color-select.light-orange {
			background-color: #ebc93a
		}

		.select-color .color-select.yellow {
			background-color: #e4e73a
		}

		.select-color .color-select.light-green {
			background-color: #92c225
		}

		.select-color .color-select.green {
			background-color: #51ae15
		}

		.paintroom {
			background: #fff;
			position: relative
		}

		.paintroom>button {
			float: right
		}

		.canvas_panel {
			position: relative;
			float: left;
			clear: both;
			width: 100%;
		}

		.canvas_panel canvas {
			display: block
		}

		.paintroom_root {
			width: 100%;
			height: auto
		}

		.paintroom_outlines {
			opacity: 0.3
		}

		.holder,
		.hotspots,
		.paintroom_outlines {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0
		}

		.holder.hasOutline {
			cursor: pointer
		}

		.holder .hotspot {
			position: absolute;
			height: 15px;
			width: 15px;
			margin-left: -7.5px;
			margin-top: -7.5px;
			border: 3px solid #FFFFFF;
			background-color: #E6E6E6;
			-moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
			box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			cursor: pointer
		}
		.TISON028 .nav-tabs {
			clear: both
		}

		.TISON028 .tab-content {
			clear: both
		}

		.TISON028 .block-color {
			position: absolute;
			bottom: 130px;
		}
		@media screen and (max-width: 767px) {
			.TISON028 .block-color {
				bottom: -400px;
				right: 0;
				left: 0;
			}
		}
		@media screen and (min-width: 768px) and (max-width: 991px) {
			.TISON028 .block-color {
				bottom: 0px;
				right: -320px;
			}
		}
		@media screen and (width: 1024px) {
			.TISON028 .block-color {
				bottom: 0px;
				right: -370px;
			}
		}
		@media screen and (min-width: 1025px) {
			.block-color .tab {
				width: 512px;
				margin: 0 auto;
			}
			.TISON028 .block-color {
				bottom: 0;
				right: -550px;
			}
		}
	@media screen and (width: 1440px) {
		.has-sidebar:not(.error404) #primary {
			width: 60% !important;
		}
	}
		.TISON028 .buttons {
			position: absolute;
			bottom: 5px;
			z-index: 1;
			right: 20px;
			color: #fff;
		}

		.TISON028 .block-color .colour-grid li {
			width: 24.3%;
			display: inline-block;
			vertical-align: middle;
			margin: 0 3px 3px 0;
			height: 85px;
		}
		@media screen and (width: 1024px) {
			.block-color .content-item {
				padding: 10px 0 0 0;
			}
			.TISON028 .block-color .colour-grid li {
				width: 31.5%;
				height: 80px;
			}
		}
		@media screen and (min-width: 768px) and (max-width: 991px) {
			.TISON028 .block-color .colour-grid li {
				width: 48.5%;
				height: 110px;
			}
		}
		@media screen and (max-width: 767px) {
			.TISON028 .block-color .colour-grid li {
				width: 32.3%;
    			height: 90px;
			}
		}
		@media screen and ()
		@media (max-width:812px) {
			.colour-grid ul li {
				width: 25%;
			}
		}

		@media (max-width:667px) {
			.colour-grid ul li {
				width: 33.333%;
			}
		}

		.colour-grid .item-list {
			padding-right: 32px;
		}

		@media (max-width:812px) {
			.colour-grid .item-list {
				padding-right: 25px;
			}
		}

		.colour-grid .momento-colour .colour-wrap__field__color {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}

		.colour-grid .colour-wrap {
			cursor: pointer;
			position: relative;
			-webkit-transition: 200ms ease-in-out;
			-o-transition: 200ms ease-in-out;
			transition: 200ms ease-in-out;
		}

		.colour-grid .colour-wrap.active .colour-wrap__field {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		@media (max-width:767px) {
			.colour-grid .colour-wrap.active .colour-wrap__field {
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
			}
		}

		.colour-grid .colour-wrap.active .field-field-colour-identify,.colour-grid .colour-wrap.active .field-field-display-title {
			opacity: 1;
			visibility: visible;
		}

		.colour-grid .colour-wrap:hover .colour-wrap__field {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
		.colour-grid ul li.color-active .colour-wrap .colour-wrap__field {
			opacity: 1;
			visibility: visible;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
		.colour-grid ul li.color-active .colour-wrap .field-field-colour-identify, .colour-grid ul li.color-active .colour-wrap .field-field-display-title {
			opacity: 1;
			visibility: visible;
		}		
		.colour-grid .colour-wrap:hover .field-field-colour-identify,.colour-grid .colour-wrap:hover .field-field-display-title {
			opacity: 1;
			visibility: visible;
		}

		.colour-grid .colour-wrap__field {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			z-index: 10;
			padding: 6px;
			background-color: #fff;
			opacity: 0;
			visibility: hidden;
			-webkit-transform: translateY(10px);
			-ms-transform: translateY(10px);
			transform: translateY(10px);
			-webkit-transition: 200ms ease-in-out;
			-o-transition: 200ms ease-in-out;
			transition: 200ms ease-in-out;
			-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.15);
			box-shadow: 0 5px 5px rgba(0,0,0,0.15);
		}

		@media (max-width:767px) {
			.colour-grid .colour-wrap__field {
				padding: 4px;
				pointer-events: none;
			}
		}

		.colour-grid .colour-wrap__field .colour-wrap__information {
			position: relative;
			z-index: 10;
		}

		.colour-grid .colour-wrap__field__color {
			width: 100%;
			height: 80px;
			display: block;
		}

		@media only screen and (max-width:768px) {
			.colour-grid .colour-wrap__field__color {
				height: 95px;
			}
		}

		@media (max-width:767px) {
			.colour-grid .colour-wrap__field__color {
				height: 65px;
			}
		}

		@media (max-width:414px) {
			.colour-grid .colour-wrap__field__color {
				height: 60px;
			}
		}

		@media (max-width:375px) {
			.colour-grid .colour-wrap__field__color {
				height: 45px;
			}
		}

		.colour-grid .colour-wrap__field .field-field-display-title {
			-webkit-transition: 300ms  0.02s ease-in-out;
			-o-transition: 300ms  0.02s ease-in-out;
			transition: 300ms  0.02s ease-in-out;
			margin-top: 10px;
			opacity: 0;
			visibility: visible;
		}

		.colour-grid .colour-wrap__field .field-field-display-title h3 {
			font-size: 14px;
			margin-bottom: 0;
			line-height: 1.1;
			color: #000;
			letter-spacing: -0.3px;
		}
		@media screen and (min-width: 768px) and (max-width: 991px) {
			.colour-grid .colour-wrap__field .field-field-display-title h3 {
				font-size: 14px !important;
			}
		}

		@media (max-width:414px) {
			.colour-grid .colour-wrap__field .field-field-display-title h3 {
				font-size: 11px;
			}
		}

		.colour-grid .colour-wrap__field .field-field-colour-identify {
			opacity: 0;
			visibility: visible;
			-webkit-transition: 400ms 0.03s  ease-in-out;
			-o-transition: 400ms 0.03s  ease-in-out;
			transition: 400ms 0.03s  ease-in-out;
			margin-top: 3px;
			margin-bottom: 3px;
			color: #000;
			font-size: 12px;
			line-height: 1.1;
		}

		@media (max-width:414px) {
			.colour-grid .colour-wrap__field .field-field-colour-identify {
				font-size: 10px;
			}
		}

		.colour-grid .field-field-colour-code>div {
			width: 100%;
			height: 85px;
			display: block;
		}

		@media only screen and (max-width:768px) {
			.colour-grid .field-field-colour-code>div {
				height: 100px;
			}
		}

		@media (max-width:767px) {
			.colour-grid .field-field-colour-code>div {
				height: 70px;
			}
		}

		@media (max-width:414px) {
			.colour-grid .field-field-colour-code>div {
				height: 65px;
			}
		}

		@media (max-width:375px) {
			.colour-grid .field-field-colour-code>div {
				height: 60px;
			}
		}

		.example .block-color,
		.example .clear,
		.example .holder,
		.example .paintroom_outlines {
			display: none!important
		}

		.TISON028 .block_dowload {
			margin-top: -15px
		}

		@media only screen and (max-width:991px) {
			.canvas_panel {
				z-index: 99;
			}

			.TISON028 .buttons {
				position: relative;
				bottom: 0;
			}
			.TISON028 .buttons .btn {
				padding: .375rem .0rem;
			}
			.TISON028 .buttons>* {
				margin-left: 18px;
			}
			.btn>.inner {
				padding: 0 10px;
				line-height: 30px;
				font-weight: 500;
				font-size: 12px;
			}
			.gallery .slide .caption_share span {
				padding: 5px 10px
			}
			.TISON023 .item {
				margin-bottom: 20px
			}
			.modal-thumbnail .modal-dialog {
				width: auto
			}
			label.radio-style {
				width: 40%
			}
			.block_intro blockquote {
				max-width: inherit
			}
		}

		@media only screen and (max-width:480px) {
			.TISON021 .block_dowload {
				float: none;
				display: inline-block
			}
			.title-style h1 {
				width: 200px;
				margin: auto
			}
			.TISON025 .item {
				min-height: 300px
			}
			.logo_social {
				margin-bottom: 30px
			}
			.block_style-item {
				height: auto
			}
			.block_style .select_filter,
			.block_style h4 {
				margin-bottom: 25px
			}
			.gallery .slide .item {
				height: auto
			}
			.gallery .slide .item .title {
				font-size: 17px!important;
				bottom: 5px;
				left: 5px;
				margin: 0;
				line-height: 25px!important
			}
			.gallery .slide .caption {
				margin-top: 15px;
				padding: 0 10px
			}
			.TISON025 .color-item {
				width: 100%;
				max-width: inherit;
				margin-bottom: 10px
			}
			.TISON026 .header .col {
				width: 100%
			}
			label.radio-style {
				width: 100%
			}
			.send_img .row-bottom .block_dowload {
				margin: 0 30px 25px
			}
			.block_level-item {
				margin-bottom: 30px
			}
			.block_rules:after {
				height: 200px;
				width: 200px
			}
			.modal-thumbnail .button {
				width: 100%;
				right: 0
			}
			.modal-thumbnail .modal-content {
				height: auto
			}
			.TISON028 .nav-tabs {
				margin-top: 30px
			}
			.TISON028 .nav-tabs>li {
				width: 22%;
				float: left
			}
		}

		.error-message {
			font-size: 15px;
			display: inline-block;
			color: #d13939;
			font-weight: bold;
			margin: 0;
			padding-left: 10px
		}

		.block_dowload .error-message {
			position: absolute;
			top: 0;
			right: 30px
		}

		.select-color .btn {
			overflow: visible
		}

		#footer {
			background-color: #4A4A4A;
			padding-top: 50px;
			color: #9B9B9B;
			font-size: 18px
		}

		#footer .row {
			margin-bottom: 20px
		}

		#footer .widget-title {
			color: #fff;
			font-size: 18px;
			font-weight: 300;
			background: none;
			padding: 0 0 12px;
			margin-bottom: 12px
		}

		#footer ul.menu {
			margin: 0;
			padding: 0;
			list-style: none
		}

		#footer ul.menu li {
			display: block;
			position: relative
		}

		#footer ul.menu>li>a {
			display: block;
			color: #fff;
			text-transform: uppercase;
			padding: 10px 0
		}

		#footer ul.menu>li.active>a,
		#footer ul.menu>li:hover>a {
			color: #012169
		}

		#footer ul.menu>li+li {
			padding-top: 5px;
			margin-top: 5px
		}

		#footer ul.menu ul {
			margin: 0;
			padding: 0;
			list-style: none
		}

		#footer ul.menu ul a {
			padding: 3px 0;
			display: block
		}

		#footer .list-info {
			margin: 0;
			padding: 0
		}

		#footer .list-info li {
			padding: 0;
			overflow: hidden
		}

		#footer .list-info li+li {
			border-top: 1px solid #9B9B9B;
			padding-top: 10px;
			margin-top: 10px
		}

		#footer .list-info .title {
			display: inline-block;
			width: 50px;
			color: #fff
		}

		#footer .list-social a {
			height: 45px;
			width: 45px;
			margin-right: 10px;
			background-color: #FFFFFF;
			display: inline-block;
			text-align: center;
			line-height: 45px;
			color: #9B9B9B;
			font-size: 24px;
			border-radius: 100%
		}

		#footer .list-social a i {
			line-height: inherit
		}

		#footer .list-social a:hover {
			background-color: #012169;
			color: #fff
		}

		#footer .copyright {
			color: #fff;
			text-transform: uppercase;
			border-top: 1px solid #9B9B9B;
			font-size: 30px;
			text-align: center;
			font-weight: 700;
			padding: 30px 0
		}

		#footer .copyright2 {
			border-top: 1px solid #9B9B9B;
			font-size: 10px;
			text-align: center;
			padding: 10px 0;
			color: #fff
		}

		#footer .copyright2 a {
			font-weight: 700
		}

		.fb-messenger {
			position: fixed;
			z-index: 110;
			bottom: -1px;
			right: 0;
			width: 300px;
			height: 50px;
			overflow: hidden
		}

		.fb-messenger .btnFb {
			cursor: pointer;
			background-color: #251463;
			position: relative;
			color: #fff;
			display: block;
			line-height: 50px;
			padding: 0 10px;
			font-weight: 500;
			border-radius: 8px 8px 0 0
		}

		.fb-messenger .btnFb i {
			margin-right: 5px
		}

		.fb-messenger .btnFb:after {
			font-family: FontAwesome;
			content: "\f106";
			position: absolute;
			right: 10px;
			top: 0;
			font-size: 24px
		}

		.fb-messenger .fb-page {
			background-color: #fff;
			height: 350px;
			display: block;
			background: #fff url(../images/loading.gif) no-repeat center center!important;
			background-size: 70px!important
		}

		.fb-messenger.active {
			height: 350px
		}

		.fb-messenger.active .btnFb:after {
			content: "\f107"
		}

		.color-main {
			color: #012169
		}

		.color-second {
			color: #F6DC6B
		}

		.color-thirdary {
			color: #0A517B
		}

		.color-white {
			color: #fff
		}

		.bg-main {
			background-color: #012169
		}

		.b {
			font-weight: 700
		}

		.bdb,
		.TISON002 .row-1 .title {
			border: none;
			border-bottom: 1px solid #0A517B
		}

		.mt-0 {
			margin-top: 0px
		}

		.mb-0 {
			margin-bottom: 0px
		}

		.pt-0 {
			padding-top: 0px
		}

		.pb-0 {
			padding-bottom: 0px
		}

		.mt-1 {
			margin-top: 1px
		}

		.mb-1 {
			margin-bottom: 1px
		}

		.pt-1 {
			padding-top: 1px
		}

		.pb-1 {
			padding-bottom: 1px
		}

		.mt-2 {
			margin-top: 2px
		}

		.mb-2 {
			margin-bottom: 2px
		}

		.pt-2 {
			padding-top: 2px
		}

		.pb-2 {
			padding-bottom: 2px
		}

		.mt-3 {
			margin-top: 3px
		}

		.mb-3 {
			margin-bottom: 3px
		}

		.pt-3 {
			padding-top: 3px
		}

		.pb-3 {
			padding-bottom: 3px
		}

		.mt-4 {
			margin-top: 4px
		}

		.mb-4 {
			margin-bottom: 4px
		}

		.pt-4 {
			padding-top: 4px
		}

		.pb-4 {
			padding-bottom: 4px
		}

		.mt-5 {
			margin-top: 5px
		}

		.mb-5 {
			margin-bottom: 5px
		}

		.pt-5 {
			padding-top: 5px
		}

		.pb-5 {
			padding-bottom: 5px
		}

		.mt-6 {
			margin-top: 6px
		}

		.mb-6 {
			margin-bottom: 6px
		}

		.pt-6 {
			padding-top: 6px
		}

		.pb-6 {
			padding-bottom: 6px
		}

		.mt-7 {
			margin-top: 7px
		}

		.mb-7 {
			margin-bottom: 7px
		}

		.pt-7 {
			padding-top: 7px
		}

		.pb-7 {
			padding-bottom: 7px
		}

		.mt-8 {
			margin-top: 8px
		}

		.mb-8 {
			margin-bottom: 8px
		}

		.pt-8 {
			padding-top: 8px
		}

		.pb-8 {
			padding-bottom: 8px
		}

		.mt-9 {
			margin-top: 9px
		}

		.mb-9 {
			margin-bottom: 9px
		}

		.pt-9 {
			padding-top: 9px
		}

		.pb-9 {
			padding-bottom: 9px
		}

		.mt-10 {
			margin-top: 10px
		}

		.mb-10 {
			margin-bottom: 10px
		}

		.pt-10 {
			padding-top: 10px
		}

		.pb-10 {
			padding-bottom: 10px
		}

		.mt-15 {
			margin-top: 15px
		}

		.mb-15 {
			margin-bottom: 15px
		}

		.pt-15 {
			padding-top: 15px
		}

		.pb-15 {
			padding-bottom: 15px
		}

		.mt-20 {
			margin-top: 20px
		}

		.mb-20 {
			margin-bottom: 20px
		}

		.pt-20 {
			padding-top: 20px
		}

		.pb-20 {
			padding-bottom: 20px
		}

		.mt-25 {
			margin-top: 25px
		}

		.mb-25 {
			margin-bottom: 25px
		}

		.pt-25 {
			padding-top: 25px
		}

		.pb-25 {
			padding-bottom: 25px
		}

		.mt-30 {
			margin-top: 30px
		}

		.mb-30 {
			margin-bottom: 30px
		}

		.pt-30 {
			padding-top: 30px
		}

		.pb-30 {
			padding-bottom: 30px
		}

		.mt-40 {
			margin-top: 40px
		}

		.mb-40 {
			margin-bottom: 40px
		}

		.pt-40 {
			padding-top: 40px
		}

		.pb-40 {
			padding-bottom: 40px
		}

		.mt-50 {
			margin-top: 50px
		}

		.mb-50 {
			margin-bottom: 50px
		}

		.pt-50 {
			padding-top: 50px
		}

		.pb-50 {
			padding-bottom: 50px
		}

		.mt-60 {
			margin-top: 60px
		}

		.mb-60 {
			margin-bottom: 60px
		}

		.pt-60 {
			padding-top: 60px
		}

		.pb-60 {
			padding-bottom: 60px
		}

		.mt-70 {
			margin-top: 70px
		}

		.mb-70 {
			margin-bottom: 70px
		}

		.pt-70 {
			padding-top: 70px
		}

		.pb-70 {
			padding-bottom: 70px
		}

		.mt-80 {
			margin-top: 80px
		}

		.mb-80 {
			margin-bottom: 80px
		}

		.pt-80 {
			padding-top: 80px
		}

		.pb-80 {
			padding-bottom: 80px
		}

		.mt-90 {
			margin-top: 90px
		}

		.mb-90 {
			margin-bottom: 90px
		}

		.pt-90 {
			padding-top: 90px
		}

		.pb-90 {
			padding-bottom: 90px
		}

		.mt-100 {
			margin-top: 100px
		}

		.mb-100 {
			margin-bottom: 100px
		}

		.pt-100 {
			padding-top: 100px
		}

		.pb-100 {
			padding-bottom: 100px
		}

		.margin-0 {
			margin: 0!important
		}

		.padding-0 {
			padding: 0!important
		}

		.w-30 {
			width: 30px
		}

		.w-40 {
			width: 40px
		}

		.w-50 {
			width: 50px
		}

		.w-60 {
			width: 60px
		}

		.w-70 {
			width: 70px
		}

		.w-80 {
			width: 80px
		}

		.w-90 {
			width: 90px
		}

		.w-100 {
			width: 100px
		}

		.w-120 {
			width: 120px
		}

		.w-140 {
			width: 140px
		}

		.w-160 {
			width: 160px
		}

		.w-180 {
			width: 180px
		}

		.w-200 {
			width: 200px
		}

		.w-220 {
			width: 220px
		}

		.w-240 {
			width: 240px
		}

		.w-260 {
			width: 260px
		}

		.w-280 {
			width: 280px
		}

		.w-300 {
			width: 300px
		}

		.w-full {
			width: 100%
		}

		.radius-100 {
			border-radius: 100%
		}

		.radius-3 {
			border-radius: 3px
		}

		.radius-4 {
			border-radius: 4px
		}

		.radius-5 {
			border-radius: 5px
		}

		.radius-6 {
			border-radius: 6px
		}

		.radius-7 {
			border-radius: 7px
		}

		.radius-8 {
			border-radius: 8px
		}

		.radius-9 {
			border-radius: 9px
		}

		.radius-10 {
			border-radius: 10px
		}

		.radius-15 {
			border-radius: 15px
		}

		.radius-20 {
			border-radius: 20px
		}

		.radius-25 {
			border-radius: 25px
		}

		.radius-30 {
			border-radius: 30px
		}

		.radius-40 {
			border-radius: 40px
		}

		.radius-50 {
			border-radius: 50px
		}

		.radius-60 {
			border-radius: 60px
		}

		.radius-70 {
			border-radius: 70px
		}

		.radius-80 {
			border-radius: 80px
		}

		.radius-90 {
			border-radius: 90px
		}

		[class*=fs-] {
			line-height: normal
		}

		.fs-8 {
			font-size: 8px;
			line-height: 18px
		}

		.fs-9 {
			font-size: 9px;
			line-height: 19px
		}

		.fs-10 {
			font-size: 10px;
			line-height: 20px
		}

		.fs-11 {
			font-size: 11px;
			line-height: 21px
		}

		.fs-12 {
			font-size: 12px;
			line-height: 22px
		}

		.fs-13 {
			font-size: 13px;
			line-height: 23px
		}

		.fs-14 {
			font-size: 14px;
			line-height: 24px
		}

		.fs-15 {
			font-size: 15px;
			line-height: 25px
		}

		.fs-16 {
			font-size: 16px;
			line-height: 26px
		}

		.fs-17 {
			font-size: 17px;
			line-height: 27px
		}

		.fs-18 {
			font-size: 18px;
			line-height: 28px
		}

		.fs-19 {
			font-size: 19px;
			line-height: 29px
		}

		.fs-20 {
			font-size: 20px;
			line-height: 30px
		}

		.fs-22 {
			font-size: 22px;
			line-height: 32px
		}

		.fs-24 {
			font-size: 24px;
			line-height: 34px
		}

		.fs-26 {
			font-size: 26px;
			line-height: 36px
		}

		.fs-28 {
			font-size: 28px;
			line-height: 38px
		}

		.fs-30 {
			font-size: 30px;
			line-height: 40px
		}

		.fs-32 {
			font-size: 32px;
			line-height: 42px
		}

		.fs-34 {
			font-size: 34px;
			line-height: 44px
		}

		.fs-36 {
			font-size: 36px;
			line-height: 46px
		}

		.fs-38 {
			font-size: 38px;
			line-height: 48px
		}

		.fs-40 {
			font-size: 40px;
			line-height: 50px
		}

		.fs-42 {
			font-size: 42px;
			line-height: 52px
		}

		.fs-44 {
			font-size: 44px;
			line-height: 54px
		}

		.fs-46 {
			font-size: 46px;
			line-height: 56px
		}

		.fs-48 {
			font-size: 48px;
			line-height: 58px
		}

		.fs-50 {
			font-size: 50px;
			line-height: 60px
		}

		.fs-52 {
			font-size: 52px;
			line-height: 62px
		}

		.fs-54 {
			font-size: 54px;
			line-height: 64px
		}

		.fs-56 {
			font-size: 56px;
			line-height: 66px
		}

		.fs-58 {
			font-size: 58px;
			line-height: 68px
		}

		.fs-60 {
			font-size: 60px;
			line-height: 70px
		}

		.fw-1 {
			font-weight: 100
		}

		.fw-2 {
			font-weight: 200
		}

		.fw-3 {
			font-weight: 300
		}

		.fw-4 {
			font-weight: 400
		}

		.fw-5 {
			font-weight: 500
		}

		.fw-6 {
			font-weight: 600
		}

		.fw-7 {
			font-weight: 700
		}

		.grid-space-0 {
			margin-left: 0;
			margin-right: 0
		}

		.grid-space-0>[class*=col-] {
			padding-left: 0;
			padding-right: 0
		}

		.grid-space-2 {
			margin-left: -1px;
			margin-right: -1px
		}

		.grid-space-2>[class*=col-] {
			padding-left: 1px;
			padding-right: 1px
		}

		.grid-space-4 {
			margin-left: -2px;
			margin-right: -2px
		}

		.grid-space-4>[class*=col-] {
			padding-left: 2px;
			padding-right: 2px
		}

		.grid-space-10 {
			margin-left: -5px;
			margin-right: -5px
		}

		.grid-space-10>[class*=col-] {
			padding-left: 5px;
			padding-right: 5px
		}

		.grid-space-16 {
			margin-left: -8px;
			margin-right: -8px
		}

		.grid-space-16>[class*=col-] {
			padding-left: 8px;
			padding-right: 8px
		}

		.grid-space-20 {
			margin-left: -10px;
			margin-right: -10px
		}

		.grid-space-20>[class*=col-] {
			padding-left: 10px;
			padding-right: 10px
		}

		.grid-space-40 {
			margin-left: -20px;
			margin-right: -20px
		}

		.grid-space-40>[class*=col-] {
			padding-left: 20px;
			padding-right: 20px
		}

		@media only screen and (min-width:992px) {
			.col-md-2:nth-child(6n+1),
			.col-md-3:nth-child(4n+1),
			.col-md-4:nth-child(3n+1),
			.col-md-6:nth-child(odd) {
				clear: both
			}
		}

		@media only screen and (min-width:768px) and (max-width:991px) {
			.col-sm-2:nth-child(6n+1),
			.col-sm-3:nth-child(4n+1),
			.col-sm-4:nth-child(3n+1),
			.col-sm-6:nth-child(odd) {
				clear: both
			}
		}

		@media only screen and (max-width:767px) {
			.col-xs-2:nth-child(6n+1),
			.col-xs-3:nth-child(4n+1),
			.col-xs-4:nth-child(3n+1),
			.col-xs-6:nth-child(odd),
			.col-xs-12 {
				clear: both
			}
		}

		@media only screen and (max-width:480px) {
			.col-xxs-12 {
				width: 100%;
				clear: both
			}
		}

		@media (max-width:1199px) {
			.TISON015 .block .block_item {
				opacity: 1!important
			}
			.TISON015 .block_full {
				display: none!important
			}
			.block-8 .block_item:hover .block_title3 {
				opacity: 1
			}
			.block-8 .block_item:hover:before {
				display: none
			}
			.TISON045 .container>.row:first-child .btn>.inner img {
				display: none
			}
			#maincontent .share {
				margin-bottom: 20px;
				position: relative!important;
				display: block;
				width: auto;
				top: auto!important
			}
		}

		@media (min-width:992px) and (max-width:1199px) {
			.TISON015 .block {
				height: 700px
			}
			.TISON015 .block_item {
				height: 350px
			}
			#fullVideo .item_content {
				padding: 20px;
				width: 250px
			}
			#fullVideo .item_video {
				margin-right: 250px
			}
		}

		@media (max-width:991px) {
			#slideshow .owl-nav>div.owl-next,
			.slide-center2 .owl-nav>div.owl-next {
				right: 10px
			}
			#slideshow .owl-nav>div.owl-prev,
			.slide-center2 .owl-nav>div.owl-prev {
				left: 10px
			}
			.block-1 .item_content {
				padding: 10px
			}
			.TISON014 .container {
				width: auto
			}
			.TISON014 .block_title {
				margin-bottom: 20px
			}
			.TISON014 .block_title br {
				display: none
			}
			.TISON014 .block_text {
				width: 50%
			}
			.TISON014 .block .table-cell {
				height: auto;
				padding: 50px 0
			}
			.TISON014.row-2 .block_text {
				float: right
			}
			.TISON011,
			.TISON017,
			.TISON040,
			.TISON044 {
				padding-top: 320px
			}
			.TISON011 .block_title,
			.TISON017 .block_title,
			.TISON040 .block_title,
			.TISON044 .block_title {
				margin-bottom: 20px
			}
			.TISON011 .block_title br,
			.TISON017 .block_title br,
			.TISON040 .block_title br,
			.TISON044 .block_title br {
				display: none!important
			}
			.TISON011 .block_img,
			.TISON017 .block_img,
			.TISON040 .block_img,
			.TISON044 .block_img {
				height: 300px!important;
				left: 0;
				right: 0
			}
			.TISON011 .block_text,
			.TISON017 .block_text,
			.TISON040 .block_text,
			.TISON044 .block_text {
				float: none!important;
				padding: 0 15px!important
			}
			.TISON011 .block_text .table-cell,
			.TISON017 .block_text .table-cell,
			.TISON040 .block_text .table-cell,
			.TISON044 .block_text .table-cell {
				height: auto!important
			}
			.TISON011 {
				padding-bottom: 30px
			}
			.block-8 .block_item .display-table .table-cell {
				padding: 0
			}
			.block-8 .block_item .display-table .table-cell span {
				display: none
			}
			.block-8 .block_title3 {
				font-size: 15px;
				bottom: 10px;
				left: 10px;
				right: 10px
			}
			.wrap-page-title .table-cell {
				height: 250px
			}
			.TISON040 .block_img img.full {
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover
			}
			.top-desc-page {
				font-size: 22px;
				line-height: 40px
			}
			.slide-center2 .item {
				height: 250px
			}
			#breadcrumbs {
				display: none!important
			}
			#google_photo_detail .images .item {
				height: auto
			}
			#google_photo_detail .images .item:before {
				padding-top: 75%
			}
			#google_photo_detail .col-text {
				height: auto
			}
			.page-cns {
				height: 1100px;
				overflow: hidden
			}
			#fullVideo.cns {
				height: 500px
			}
			.contentmenu-2 li {
				margin: 0;
				display: block
			}
			.contentmenu-2 a {
				padding: 0;
				text-align: left;
				text-transform: uppercase
			}
			.contentmenu a {
				font-size: 22px;
				padding: 0 10px
			}
			.filter-product .item .title {
				display: block;
				width: auto;
				float: none;
				margin-bottom: 10px
			}
			.menu-content li {
				padding: 0 10px
			}
			.menu-content a {
				padding: 10px;
				font-size: 20px
			}
			.TISON002 .content {
				padding-left: 0
			}
			.TISON027 .item {
				min-height: 0!important
			}
			.TISON008 .block-item {
				margin-bottom: 30px;
				position: relative
			}
			.TISON009 {
				padding-top: 0
			}
			.TISON007 {
				padding-bottom: 0
			}
			#fullVideo .item {
				height: 300px
			}
			#ss-map0 {
				background-size: 200px
			}
			.block-4 .item,
			.block-5 .item {
				padding: 0!important;
				-webkit-box-shadow: none!important;
				box-shadow: none!important;
				background: none!important
			}
			.block-4 .item_img {
				margin-bottom: 30px
			}
			.section-header {
				padding: 0
			}
			.block-2 .item {
				padding-top: 0!important;
				padding-bottom: 0!important;
				-webkit-box-shadow: none!important;
				box-shadow: none!important;
				background: none!important
			}
			.slide-center2 .item .title {
				font-size: 23px!important;
				font-weight: 600
			}
			.TISON003 .item_icon {
				font-size: 52px
			}
			.TISON011 {
				padding-top: 0
			}
			.TISON011 .block_img {
				position: relative;
				width: 100%;
				padding: 0;
				margin: 0 0 20px;
				height: auto!important
			}
			.TISON011 .block_img img {
				position: relative;
				width: 100%;
				-o-object-fit: cover;
				object-fit: cover
			}
		}

		@media (min-width:768px) and (max-width:991px) {
			body {
				font-size: 17px;
				line-height: 24px
			}
			.h1,
			h1 {
				font-size: 34px!important;
				line-height: 42px!important
			}
			.h2,
			h2 {
				font-size: 30px!important;
				line-height: 38px!important
			}
			.h3,
			h3 {
				font-size: 26px!important;
				line-height: 34px!important
			}
			.h4,
			h4 {
				font-size: 20px!important;
				line-height: 30px!important
			}
			.h5,
			h5 {
				font-size: 18px!important;
				line-height: 100%!important
			}
			.TISON015 .block {
				height: 500px
			}
			.TISON015 .block_item {
				height: 250px
			}
			.single-hexa {
				width: 160px;
				height: 138px
			}
			.single-hexa>.inner img {
				max-height: 60px
			}
			.slide-cns .item {
				height: 250px
			}
			.slide-cns .item .single-hexa:nth-child(2) {
				left: 140px;
				top: 70px
			}
			.slide-cns .item .single-hexa:nth-child(4) {
				right: 140px;
				top: 70px
			}
			#fullVideo .item_content {
				padding: 20px;
				width: 250px
			}
			#fullVideo .item_video {
				margin-right: 250px
			}
			.TISON007 .block>div {
				border: none!important;
				padding-top: 0!important
			}
			.TISON007 .block>div:nth-child(3) .block-item,
			.TISON007 .block>div:nth-child(4) .block-item,
			.TISON007 .block>div:nth-child(5) .block-item,
			.TISON007 .block>div:nth-child(6) .block-item {
				border-top: 1px dashed #9B9B9B!important;
				padding-top: 50px!important
			}
			.TISON007 .block-img {
				height: 85px;
				width: 140px
			}
			.TISON007 .block-img img {
				max-height: 85px;
				max-width: 140px
			}
	/*.owl-carousel .owl-nav>div.owl-next {
		right: 0
	}
	.owl-carousel .owl-nav>div.owl-prev {
		left: 0
		}*/
		.TISON045 .col-sm-6 {
			clear: none!important
		}
		.col-sm-4 .pagination li {
			width: 31px
		}
		.col-sm-4 .pagination li .pagination a {
			line-height: 30px
		}
	}

	@media (max-width:767px) {
		body {
			font-size: 16px;
			line-height: 24px
		}
		.h1,
		h1 {
			font-size: 28px;
		}
		.h2,
		h2 {
			font-size: 26px;
		}
		.h3,
		h3 {
			font-size: 24px;
		}
		.h4,
		h4 {
			font-size: 20px;
		}
		.h5,
		h5 {
			font-size: 18px;
		}
		.mb-bg-primary {
			background: none!important;
			background-color: #012169!important
		}
		.mb-bg-secondary {
			background: none!important;
			background-color: #F6DC6B!important
		}
		.mb-bg-thirdary {
			background: none!important;
			background-color: #0A517B!important
		}
		.TISON017.row-2.mb-bg-thirdary .block_text {
			background: none!important
		}
		.TISON012 {
			font-size: 26px;
			line-height: 30px;
			padding: 30px 0
		}
		.max-830 h2.color-main br {
			display: none!important
		}
		.TISON007 .block>div:not(:first-child) .block-item {
			padding-top: 35px!important
		}
		.TISON007 .block-item {
			margin-bottom: 35px
		}
		.TISON008 .block-item {
			margin-bottom: 20px
		}
		.text-center.mb-50 {
			margin-bottom: 20px
		}
		.row-section,
		.TISON007,
		.TISON008,
		.TISON009 {
			padding: 35px 0
		}
		.TISON009 {
			padding-top: 0
		}
		.section-header {
			padding: 0
		}
		.row-section.pt-0 {
			padding-top: 0!important
		}
		#footer ul.menu {
			margin: 0
		}
		#footer ul.menu>li {
			position: relative;
			margin: 0 0 5px!important;
			padding: 0!important
		}
		#footer ul.menu>li>a {
			line-height: 30px;
			text-align: center;
			background-color: #636363;
			padding: 5px
		}
		#footer ul.menu .showsubmenu {
			position: absolute;
			width: 40px;
			height: 40px;
			right: 0;
			top: 0;
			display: block!important;
			text-align: center;
			line-height: 40px;
			color: #012169
		}
		#footer ul.menu ul {
			display: none;
			padding: 10px 5px 10px 10px;
			background-color: rgba(0, 0, 0, 0.1)
		}
		#page-404 .table-cell {
			padding: 50px 15px
		}
		#page-404 p {
			margin-bottom: 30px
		}
		.wrap-page-title-emty {
			height: 40px
		}
		#footer .copyright {
			font-size: 22px;
			line-height: 30px
		}
		.TISON045 .container>.row:first-child {
			text-align: center
		}
		.TISON008 .section-title {
			margin-bottom: 30px
		}
		.TISON007 .block-img {
			height: auto
		}
		.TISON007 .block-img img {
			height: 70px
		}
		.TISON006 {
			padding-bottom: 0
		}
		.wrap-page-title {
			margin-bottom: 35px
		}
		.page-title {
			margin-bottom: 35px;
			text-align: center
		}
		.page-title h1.title br {
			display: none!important
		}
		.page-title h1.title:after {
			margin-top: 35px
		}
		.page-title h1.title~.desc {
			margin-top: 30px
		}
		.page-title .desc:not(.desc-2) {
			font-size: 22px;
			line-height: 40px
		}
		.pagination li {
			width: 40px
		}
		.pagination a {
			line-height: 36px
		}
		.product-detail .widget-title {
			font-size: 20px!important
		}
		.filter-duan .select {
			width: 100%;
			max-width: 400px
		}
		.TISON042 {
			min-height: 0;
			padding: 30px 0
		}
		#ss-map0 {
			padding-bottom: 140px
		}
		#ss-map0 .row .row>div:first-child {
			margin-bottom: 30px
		}
		.top-detail .img-full {
			height: auto
		}
		.top-detail .img-full img {
			max-height: inherit;
			max-width: 300px;
			width: 100%
		}
		.top-detail .more-link {
			margin-bottom: 30px
		}
		#logo {
			top: 10px
		}
		#logo img {
			height: 50px
		}
		#page-404:before {
			bottom: 60%
		}
		.TISON049 .btn .inner {
			min-width: 140px
		}
		.TISON007 .block>div:not(:first-child) .block-item {
			border-top: 1px dashed #9B9B9B!important;
			padding-top: 50px!important
		}
		.TISON008 .select {
			min-width: 100px;
			max-width: 360px;
			width: 100%
		}
		#fullVideo .item {
			height: auto!important
		}
		#fullVideo iframe {
			height: auto;
			position: absolute;
			top: 0;
			bottom: auto
		}
		#fullVideo .item_video {
			right: 0;
			position: relative!important;
			margin: 0
		}
		#fullVideo .item_video:before {
			position: relative!important;
			padding-top: 70%;
			display: block
		}
		#fullVideo .item_content {
			padding: 20px;
			width: auto;
			position: relative;
			opacity: 1!important
		}
		#fullVideo.show-video .item_content {
			-ms-transform: translateX(0);
			transform: translateX(0);
			-webkit-transform: translateX(0);
			opacity: 1;
			visibility: visible
		}
		.contentmenu li {
			display: block;
			text-align: left
		}
		.contentmenu a {
			padding: 0
		}
		.menu-content li {
			padding: 0
		}
		.menu-content a {
			padding: 10px 0;
			font-size: 20px;
			text-align: left
		}
		.fb-messenger {
			display: none
		}
		.calculator-result .result>.item .title {
			font-size: 18px
		}
		.calculator-result .product {
			margin-bottom: 30px
		}
		#thanksModal .modal-content {
			padding: 30px 10px 20px
		}
		#thanksModal .modal-content .close {
			right: 20px;
			top: 20px
		}
		#thanksModal .row>div {
			margin-bottom: 20px
		}
		.menu-content ul {
			padding: 0
		}
		.menu-content li {
			display: block
		}
		.menu-content li:not(:first-child):before {
			top: 0;
			width: 100%;
			height: 1px
		}
		#ss-map {
			height: auto
		}
		#ss-map .wrap-map {
			position: relative;
			left: auto;
			height: 300px
		}
		#ss-map .wrap-map #map {
			height: 300px!important
		}
		#ss-map .map_list {
			width: auto;
			padding: 50px 0;
			max-width: 100%
		}
		ul.list-border>li {
			padding: 0
		}
		ul.list-border>li .title {
			display: block;
			width: auto!important;
			float: none;
			margin: 0 0 5px
		}
	/*.owl-carousel .owl-nav>div {
		width: 40px;
		height: 40px;
		line-height: 38px;
		font-size: 30px
	}
	.owl-carousel .owl-nav>div.owl-next {
		right: 0
	}
	.owl-carousel .owl-nav>div.owl-prev {
		left: 0
		}*/
		.TISON003 {
			padding: 20px 0
		}
		.TISON003 .item {
			padding: 0
		}
		.TISON014 .block_text {
			width: 100%
		}
		.TISON015 .block {
			height: auto
		}
		.TISON015 .block .block_item {
			float: none;
			width: auto;
			max-height: 400px;
			margin-bottom: 5px;
			display: block;
			position: relative
		}
		.TISON015 .block .line-1,
		.TISON015 .block .line-2 {
			display: none
		}
		.TISON014 {
			background-position: left center!important;
			background-repeat: no-repeat!important
		}
		.TISON014.row-2 {
			background-position: right center!important
		}
		.block-3 .item_content {
			position: relative;
			padding: 20px 10px 40px;
			width: auto
		}
		.TISON019 .block {
			width: auto;
			height: auto;
			background-size: 230px;
			background-position: top center;
			padding: 250px 0 30px
		}
		.wrap-page-title .table-cell {
			height: 200px
		}
		.block-9 .item {
			min-height: 0!important
		}
		.modal-dialog {
			width: auto;
			max-width: 98%
		}
		.modal-content {
			padding: 50px 20px 20px
		}
		#modalCNGT .block_img {
			width: auto;
			text-align: center;
			float: none;
			margin: 0 0 30px
		}
		#modalCNGT .block_img img {
			max-height: 200px;
			width: auto
		}
		#google_photo_detail .col-text {
			padding: 10px
		}
		#google_photo_detail .btn-prev {
			-ms-transform: translateY(0);
			transform: translateY(0);
			-webkit-transform: translateY(0);
			top: 0;
			font-size: 22px
		}
		#google_photo_detail .btn-next {
			-ms-transform: translateY(0);
			transform: translateY(0);
			-webkit-transform: translateY(0);
			top: 0;
			right: auto;
			left: 50px;
			font-size: 22px
		}
		#fullVideo.cns {
			height: auto
		}
		#fullVideo.cns .item {
			margin: 0;
			position: relative;
			height: auto;
			top: auto;
			left: 0;
			right: 0;
			-ms-transform: translateY(0);
			transform: translateY(0);
			-webkit-transform: translateY(0)
		}
		.block-cns {
			position: relative;
			height: 260px;
			width: 290px;
			margin: 80px auto 70px;
			background-size: 100% 100%!important
		}
		.block-cns .table-cell {
			padding: 65px 10px 10px
		}
		.block-cns .table-cell p {
			height: 166px;
			overflow: auto
		}
		.block-cns .btn-100 {
			top: -32px
		}
		.block-cns .btn-100:before {
			width: 56px;
			height: 56px;
			right: 22px;
			top: 6px
		}
		.block-cns .btn-100:after {
			width: 56px;
			height: 56px;
			left: 22px;
			top: 6px
		}
		.block-cns .btn-100>.inner {
			padding: 8px 0 0;
			font-size: 17px!important;
			height: 40px;
			line-height: 16px
		}
		.block-cns .btn-100>.inner span {
			font-size: 17px!important
		}
		.single-hexa_ {
			width: 140px;
			height: 121px
		}
		.single-hexa_>.inner img {
			max-height: 40px
		}
		.page-cns {
			height: auto;
			background-size: auto 100%;
			padding: 50px 0
		}
		.slide-cns .item {
			height: 400px
		}
		.slide-cns .item .single-hexa {
			width: 140px;
			height: 121px
		}
		.slide-cns .item .single-hexa img {
			max-height: 50px
		}
		.slide-cns .item .single-hexa:first-child {
			left: 0;
			right: auto;
			top: 0
		}
		.slide-cns .item .single-hexa:nth-child(2) {
			left: auto;
			right: 0;
			top: 0
		}
		.slide-cns .item .single-hexa:nth-child(3) {
			right: auto;
			left: 50%;
			top: 130px
		}
		.slide-cns .item .single-hexa:nth-child(4) {
			left: 0;
			right: auto;
			top: 260px
		}
		.slide-cns .item .single-hexa:nth-child(5) {
			left: auto;
			right: 0;
			top: 260px
		}
		.block-cns:after {
			display: none
		}
		#google_photo_detail .owl-dots {
			display: block;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0
		}
		.TISON017 {
			padding-top: 0
		}
		.TISON017 .block_img {
			display: none!important
		}
	}

	@media (max-width:359px) {
		.TISON007 .section-title {
			max-width: 200px;
			text-align: center;
			margin-left: auto;
			margin-right: auto
		}
		.TISON003 .item_icon {
			-webkit-transform: scale(0.7) translateX(-10px);
			-ms-transform: scale(0.7) translateX(-10px);
			transform: scale(0.7) translateX(-10px);
			margin: -15px 0
		}
	}
	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}
	.main-navigation ul ul.sub-menu a {
		padding: 0.5em 0em;
		border-bottom: 1px solid;
		font-family:"TisonFontBold";
	}
	.main-navigation ul ul.sub-menu li:last-child a {
		border-bottom: 0;
		padding-bottom: 15px;
	}
	@media screen and (width: 1024px) {
		.navigation-top {
			font-size: 11px;
		}
		.search-container .item-contact .contain-image {
			min-height: 200px;
		}
	}
	.search-container {
		padding-top: 30px;
	}
	.search-container .brach-one {
		margin-bottom: 10px;
	}
	.search-container h2.title {
		padding-bottom: 10px;
	}
	.search-container .item-contact .contain-image {
		min-height: 250px;
	}
	.search-container .item-contact .content-box-paint .title h3 {
		font-size: 22px;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.search-container .item-contact .content-box-paint .description p {
		color: #888;
	}
	.next.page-numbers, .prev.page-numbers {
		float: none;
	}
	@media screen and (max-width: 767px) {
		#wpadminbar {
			position: fixed !important;
		}
	}
	@media screen and (min-width: 768px) and (max-width: 991px) {
		.search-container .item-contact .contain-image {
			min-height: 215px;
		}
	}
	@media screen and (max-width: 1024px) {
		.page-numbers {
			display: inline-block;
			color: #000;
		}

		.page-numbers.current {
			font-size: 15px;
			font-size: 0.9375rem;
			background-color: #193677;
			border-radius: 50%;
			color: #fff;
		}

		.page-numbers.current .screen-reader-text {
			clip: rect(1px, 1px, 1px, 1px);
			height: 1px;
			overflow: hidden;
			position: absolute !important;
			width: 1px;
		}
		.search-container .item-contact .contain-image {
			min-height: auto;
		}