@charset "UTF-8";
/*!
Theme Name: Unfinity
Theme URI: http://underscores.me/
Author: nguyenviet
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unfinity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

unfinity is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
	color: #012f5c;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 19px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	border-left: 5px solid #1d5ea8;
	padding: 0 0 0 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 9.375px;
	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: 9.375px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 10px;
}

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

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

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

ul, ol {
	margin: 0;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

p {
	line-height: 1.78;
}

p:last-child {
	margin-bottom: 0;
}

p, a, span {
	word-wrap: break-word;
}

p, ul, li {
	color: #777;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: '';
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -35px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -35px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -35px;
}

[dir="rtl"] .slick-next {
	left: -35px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}

.bootstrap-select {
	width: 220px \0;
	/*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #999;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}

.bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	pointer-events: none;
	opacity: 0.9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox + .bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: "\f099";
}

.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: "\f09a";
}

.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: "\f0e1";
}

/*fadeInLeft slow*/
@-webkit-keyframes fadeInLeftSlow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-5%, 0, 0);
		transform: translate3d(-5%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.preloader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
}

.preloader div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.d-flex {
	display: flex;
	margin: -15px;
}

.d-flex > [class*="col-"] {
	padding: 15px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.form-control {
	font-size: 16px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.finance-theme-btn, .finance-theme-btn-s2 {
	font-family: "Roboto", sans-serif;
	background-color: #012f5c;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	padding: 12px 48px 12px 35px;
	border: 0;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.finance-theme-btn:after, .finance-theme-btn-s2:after {
	font-family: "FontAwesome";
	content: "\f0da";
	color: #fdd415;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.finance-theme-btn:after, .finance-theme-btn-s2:after {
		right: 15px;
	}
}

@media (max-width: 1199px) {
	.finance-theme-btn, .finance-theme-btn-s2 {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px 40px 10px 25px;
	}
}

@media (max-width: 991px) {
	.finance-theme-btn, .finance-theme-btn-s2 {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 9px 30px 9px 15px;
	}
}

@media (max-width: 767px) {
	.finance-theme-btn, .finance-theme-btn-s2 {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 8px 30px 8px 15px;
	}
}

.finance-theme-btn:hover, .finance-theme-btn-s2:hover, .finance-theme-btn:focus, .finance-theme-btn-s2:focus, .finance-theme-btn:active, .finance-theme-btn-s2:active {
	background-color: #fdd415;
	color: #012f5c;
}

.finance-theme-btn:hover:after, .finance-theme-btn-s2:hover:after {
	color: #012f5c;
}

.finance-theme-btn:visited, .finance-theme-btn-s2:visited {
	color: #fff;
}

.finance-theme-btn-s2 {
	background-color: #fdd415;
	color: #012f5c;
}

.finance-theme-btn-s2:after {
	color: #012f5c;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	transition: 0.3s ease all;
}

a:visited {
	color: currentColor;
}

a:hover, a:focus, a:active {
	color: currentColor;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	z-index: 99999;
	transition: all 0.3s;
	background: #fff;
	transition: 0.3s ease all;
	width: 220px;
}

.main-navigation ul ul ul {
	top: 0;
	left: 100%;
}

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

.main-navigation ul ul a {
	color: #333;
	padding: 12px 24px;
	display: flex;
	align-items: flex-start;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
}

.main-navigation .primary-menu {
	display: flex;
	flex-wrap: wrap;
}

.main-navigation .primary-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation .primary-menu > li > a {
	padding: 20px 10px;
	font-size: 15px;
}

.main-navigation .primary-menu > li > a:after {
	content: '';
	background-color: #fdd415;
	width: 0;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s;
}

.main-navigation .primary-menu > li > a:hover:after {
	width: 15px;
	opacity: 1;
}

.main-navigation .primary-menu > .current-menu-item > a:after,
.main-navigation .primary-menu > .current_page_item > a:after {
	width: 15px;
	opacity: 1;
}

@media (min-width: 768px) {
	.main-navigation .mega-menu:after, .main-navigation .mega-menu:before {
		bottom: -2px;
		opacity: 0;
		left: 50%;
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.main-navigation .mega-menu:before {
		z-index: -999;
		border-bottom-color: #ddd;
		border-width: 11px;
		margin-left: -11px;
	}
	.main-navigation .mega-menu:after {
		border-color: rgba(221, 221, 221, 0);
		border-bottom-color: #fff;
		border-width: 8px;
		margin-left: -8px;
	}
	.main-navigation .mega-menu a {
		display: flex;
		align-items: flex-start;
		padding: 12px 5px;
	}
	.main-navigation .mega-menu:hover:after, .main-navigation .mega-menu:hover:before {
		opacity: 1;
	}
	.main-navigation .mega-menu:hover a {
		pointer-events: auto;
	}
	.main-navigation .mega-menu > .sub-menu {
		left: 0;
		min-width: 0;
		display: none;
		padding: 10px;
		border-radius: 5px;
	}
	.main-navigation .mega-menu > .sub-menu li {
		display: block;
	}
	.main-navigation .mega-menu > .sub-menu > li {
		display: table-cell;
	}
	.main-navigation .mega-menu > .sub-menu .sub-menu {
		pointer-events: none;
		position: static;
		opacity: 1;
		visibility: visible;
		background: none;
		box-shadow: none;
		transform: none;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation {
		display: flex;
		justify-content: flex-end;
	}
}

.jetpack-social-navigation.jetpack-social-navigation {
	margin-left: 30px;
}

.jetpack-social-navigation.jetpack-social-navigation ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.jetpack-social-navigation.jetpack-social-navigation ul li + li {
	margin-left: 10px;
}

.jetpack-social-navigation.jetpack-social-navigation ul a {
	color: #fff;
}

.jetpack-social-navigation.jetpack-social-navigation ul a:before {
	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;
}

.jetpack-social-navigation.jetpack-social-navigation ul a:hover {
	color: #fdd415;
}

.slideout-menu {
	width: 278px;
	max-width: 100%;
	transform: translate3d(100%, 0, 0);
	transition: all 0.6s ease;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

.slideout-menu .sub-menu {
	position: fixed;
	opacity: 0;
	left: -99999px;
	transition: all 0.3s;
	transform: translateX(-10px);
}

.slideout-menu ul {
	list-style-type: none;
}

.slideout-menu li.is-active {
	background: rgba(0, 0, 0, 0.05);
}

.slideout-menu li.is-active > a,
.slideout-menu li.is-active > .sub-menu > li > a {
	font-weight: bold;
}

.slideout-menu li.is-active .sub-menu {
	position: inherit;
	opacity: 1;
	left: auto;
	transform: translateX(0);
	margin-left: 13px;
}

.slideout-menu li.is-active .dropdown-toggle {
	transform: rotate(180deg);
}

.slideout-menu .primary-menu > li {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.slideout-menu .primary-menu a {
	display: flex;
	align-items: flex-start;
	color: #777;
	padding: 10px 15px;
	font-size: 14px;
	font-size: 1.4rem;
}

.slideout-menu .dropdown-toggle {
	line-height: inherit;
	position: absolute;
	font-size: 18px;
	top: -3px;
	right: 5px;
	cursor: pointer;
	padding: 10px;
	transition: all 0.3s;
	z-index: 2;
}

.slideout-menu-close {
	background-color: #443f45;
	width: 35px;
	height: 35px;
	color: #fff;
	border: 0;
	padding: 0;
	border-radius: 50%;
	top: 0;
	right: 35px;
	z-index: 20;
	visibility: hidden;
	position: fixed;
	transition: 0.6s ease all;
	z-index: 999;
}

.slideout-sidebar-open .slideout-menu {
	transform: translate3d(0, 0, 0);
}

.slideout-sidebar-open .slideout-menu-close {
	visibility: visible;
	right: 278px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 8.75px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	/* Make sure select elements fit in widgets. */
}

.widget + .widget {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.widget.widget_text:last-of-type {
		position: sticky !important;
		top: 60px;
	}
}

.widget select {
	max-width: 100%;
}

.widget ul, .widget ol {
	list-style-type: none;
}

.widget h3 {
	font-size: 18px;
	font-size: calc-rem-value(20);
	font-weight: 600;
	color: #051829;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: uppercase;
}

.widget .sub-menu {
	position: fixed;
	opacity: 0;
	left: -99999px;
	transition: all 0.3s;
	transform: translateX(-10px);
}

.widget li.is-active .sub-menu {
	position: inherit;
	opacity: 1;
	left: auto;
	transform: translateX(0);
	margin-left: 13px;
}

.widget li.is-active .dropdown-toggle {
	transform: rotate(180deg);
}

aside .widget h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 10px 20px 10px 50px;
	background: #012f5c;
	color: #fff;
}

aside .widget h3:before {
	content: '\f084';
	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;
	position: absolute;
	top: 10px;
	left: 25px;
}

aside.widget-area .widget_categories a span {
	position: absolute;
	right: 0;
}

aside.widget-area ul > li + li {
	border-top: 1px solid #e1e1e1;
}

aside.widget-area ul a,
aside.widget-area .recentcomments {
	display: block;
	color: #5d5c5c;
	padding: 9px 0;
	position: relative;
}

aside.widget-area .recentcomments a {
	display: inline;
	color: #000001;
	font-weight: 600;
}

aside.widget-area .widget:not(.widget_search) {
	padding: 60px 30px 44px;
	border: 1px solid #e5e5e5;
	position: relative;
}

@media (max-width: 767px) {
	aside.widget-area .widget:not(.widget_search) {
		padding: 35px 20px;
	}
}

.widget_search form {
	position: relative;
}

.widget_search input {
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 6px 80px 6px 15px;
	border-radius: 0;
	box-shadow: none;
}

.widget_search button {
	background-color: #051829;
	width: 50px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: 0;
	outline: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

.widget_search button:hover {
	background-color: black;
}

.footer-widgets .widget_search button {
	background: transparent;
	color: #333;
}

@media (max-width: 767px) {
	.footer-widgets .col-md-4 + .col-md-4 {
		margin-top: 20px;
	}
}

.unfinity_recent_posts .recent-post {
	display: flex;
	flex-wrap: wrap;
}

.unfinity_recent_posts .recent-post + .recent-post {
	margin-top: 40px;
}

.unfinity_recent_posts .date {
	font-size: 14px;
	font-size: calc-rem-value(14);
	color: #bebfc0;
}

.recent-post__image {
	flex: 0 0 80px;
	margin-right: 20px;
	position: relative;
}

.recent-post__image img {
	transition: all .3s ease;
	border-radius: 3px;
	height: 70px;
	object-fit: cover;
}

.recent-post__image img:hover {
	opacity: 0.8;
}

.recent-post__text {
	flex: 1;
}

.recent-post__text .entry-title {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 0 0.3em;
}

.recent-post__text .entry-title a {
	color: #51565a;
	font-weight: 600;
}

.recent-post__text .entry-title a:hover {
	color: #051829;
}

.tagcloud a {
	background-color: #f8f8fa;
	font-size: 14px;
	color: #696e71;
	padding: 7px 10px;
	margin: 5px 3px;
	border: 1px solid #f2f2f2;
	display: inline-block;
}

.tagcloud a:hover {
	background-color: #051829;
	color: #fff;
}

aside .widget.jetpack_subscription_widget form {
	margin-top: 30px;
}

.unfinity-product-categories li {
	position: relative;
}

.unfinity-product-categories .dropdown-toggle {
	line-height: inherit;
	position: absolute;
	top: -3px;
	right: 5px;
	cursor: pointer;
	padding: 10px;
	transition: all .3s;
	z-index: 2;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body:not(.home) .site-content {
	padding: 35px 0 60px;
}

@media (max-width: 991px) {
	body:not(.home) .content-area + .widget-area {
		margin-bottom: 70px;
	}
}

.dropdown-toggle::after {
	display: none;
}

.popmake-close {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -15px !important;
	right: -15px !important;
}

.popup-cf7 .wpcf7-response-output {
	margin: 0;
}

.popup-cf7-field input:not([type="submit"]) {
	width: 100%;
	padding: 10px 15px;
}

.popup-cf7-field + .popup-cf7-field {
	margin-top: 10px;
}

#breadcrumbs {
	background: #f3f3f3;
	padding: 8px 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.blog .site-main .row {
	display: flex;
	flex-wrap: wrap;
}

.blog .site-main .row:before, .blog .site-main .row:after {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.single .content-area .entry-header, .page .content-area .entry-header {
	margin: 0 auto 30px;
}

.single .content-area .entry-title, .page .content-area .entry-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 0.6em;
}

@media (max-width: 991px) {
	.single .content-area .entry-title, .page .content-area .entry-title {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.single .content-area .entry-title, .page .content-area .entry-title {
		font-size: 22px;
	}
}

.single .entry-header .byline {
	font-size: 16px;
	color: #999;
}

.single .tags-links {
	margin-top: 20px;
}

.single .tags-links a {
	margin-bottom: 9px;
	line-height: 1.35714;
	color: #fff;
	background: #c5c5c5;
	padding: 5px 14px;
	text-transform: capitalize;
	display: inline-block;
	border-radius: 3px;
}

.single .tags-links a:hover {
	background: rgba(197, 197, 197, 0.6);
}

.single .tags-links a + a {
	margin-left: 8px;
}

.single .post-info {
	padding: 25px 0 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

@media (max-width: 991px) {
	.single .post-info {
		padding: 15px 0 10px;
	}
}

.single .post-info .date {
	font-size: 16px;
	font-size: clac-rem-value(16);
	color: #999;
	float: left;
}

@media (max-width: 767px) {
	.single .post-info .date {
		font-size: 14px;
		font-size: clac-rem-value(14);
	}
}

.single .post-info .entry-meta {
	list-style: none;
	overflow: hidden;
	float: right;
}

.single .post-info .entry-meta li {
	float: left;
}

.single .post-info .entry-meta > li + li {
	margin-left: 25px;
}

@media (max-width: 767px) {
	.single .post-info .entry-meta > li + li {
		margin-left: 15px;
	}
}

.single .post-info .entry-meta li a {
	color: #999999;
}

.tag-share {
	text-align: center;
	overflow: hidden;
	margin: 40px 0 68px;
	position: relative;
}

.tag-share:after {
	content: "";
	background-color: #e7e7e7;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 40%;
}

.tag-share > div {
	background-color: #fff;
	width: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.tag-share > div span {
	font-size: 15px;
	font-weight: 600;
	color: #999;
	position: relative;
	padding-right: 10px;
}

.tag-share div.sharedaddy {
	display: inline-block;
}

.tag-share .sd-content ul li {
	margin: 0;
	padding: 0;
}

.tag-share .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: transparent !important;
	font-size: 16px;
	color: #111111 !important;
	display: inline-block;
	padding: 0 1px 0;
}

@media (max-width: 991px) {
	.tag-share .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
		font-size: 14px;
	}
}

.tag-share .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	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;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	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;
}

.about-author {
	margin-bottom: 50px;
}

.about-author h4 {
	font-size: 18px;
	font-size: calc-rem-value(18);
	font-weight: 600;
	color: #051829;
	margin: 0 0 0.83em;
}

.about-author .entry-author {
	background-color: #f8f8fa;
	padding: 33px 50px;
	border: 1px solid #e6e9ec;
	overflow: hidden;
}

@media (max-width: 991px) {
	.about-author .entry-author {
		padding: 35px;
	}
}

@media (max-width: 767px) {
	.about-author .entry-author {
		padding: 25px 20px;
	}
}

.about-author .author-avatar {
	float: left;
}

@media (max-width: 767px) {
	.about-author .author-avatar {
		float: none;
	}
}

.about-author .author-info {
	width: calc(100% - 73px);
	float: left;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.about-author .author-info {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px;
	}
}

.about-author .author-title {
	font-size: 16px;
	font-weight: 600;
	color: #051829;
	margin: 0;
}

.about-author .author-job {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-bottom: 8px;
}

.about-author .author-bio {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.about-author .author-social {
	list-style-type: none;
}

.about-author .author-social li {
	float: left;
	margin-left: 10px;
}

.about-author .author-social li:first-child {
	margin-left: 0;
}

.about-author .author-social li a {
	font-size: 15px;
	color: #051829;
}

.blog-articles article {
	display: flex;
	flex-direction: column;
}

.blog-articles article .entry-body {
	padding: 25px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
	flex: 1;
}

@media (max-width: 767px) {
	.blog-articles article .entry-body {
		font-size: 14px;
	}
}

.blog-articles article .entry-body p {
	color: #6a6a6a;
	margin-bottom: 24px;
}

.blog-articles article .entry-title {
	font-size: 22px;
	font-size: calc-rem-value(22);
	font-weight: 600;
	line-height: 1.4em;
	margin: 0.36em 0 0.4em;
}

@media (max-width: 991px) {
	.blog-articles article .entry-title {
		font-size: 18px;
		font-size: calc-rem-value(18);
	}
}

.blog-articles article .entry-title a {
	color: #051829;
}

.blog-articles article .date {
	color: #999999;
	display: block;
	margin-bottom: 13px;
}

.blog-articles article .entry-meta {
	list-style: none;
	overflow: hidden;
}

.blog-articles article .entry-meta li {
	float: left;
}

.blog-articles article .entry-meta > li + li {
	margin-left: 25px;
}

@media (max-width: 767px) {
	.blog-articles article .entry-meta > li + li {
		margin-left: 15px;
	}
}

.blog-articles article .entry-meta li a {
	color: #999999;
}

.blog-articles article .more-link {
	color: #051829;
	text-decoration: underline;
}

.blog-articles article .more-link:hover {
	color: #000;
}

.related-pages .service__name {
	font-size: 18px;
	margin-bottom: 0;
}

.related-pages .service__name:after {
	bottom: -4px;
}

.related-page-title {
	margin: 50px 0 25px;
}

.page-title {
	margin-top: 0;
}

.related-pages .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}

.related-pages .row > div {
	padding-bottom: 15px;
}

@media (max-width: 640px) {
	#jp-relatedposts .jp-relatedposts-items-visual {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
	}
}

.widget-posts-content.layout-default .post-title {
	padding-left: 15px;
	position: relative;
}

.widget-posts-content.layout-default .post-title:before {
	color: #fdd415;
	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;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 1px;
	border: none;
}

.auto-listings-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.auto-listings-pagination ul {
	display: flex;
	list-style: none;
}

.auto-listings-pagination ul li a,
.auto-listings-pagination ul li span {
	font-size: 14px;
	display: inline-flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	background: #edeff1;
	color: #2a2a2a;
}

.auto-listings-pagination ul li a.current, .auto-listings-pagination ul li a:hover,
.auto-listings-pagination ul li span.current,
.auto-listings-pagination ul li span:hover {
	background: #012243;
	color: #fff;
}

.auto-listings-pagination ul li:not(:first-child) {
	margin-left: 10px;
}

.auto-listings-pagination ul li span.current {
	pointer-events: none;
	cursor: not-allowed;
}

.auto-listings-pagination ul .prev,
.auto-listings-pagination ul .next {
	width: auto;
	height: 100%;
	padding: 0.5em 0.6em;
	text-transform: uppercase;
}

.auto-listings-pagination ul .prev i {
	margin-right: 5px;
}

.auto-listings-pagination ul .next i {
	margin-left: 5px;
}

.ajax-pagination-wrapper {
	position: relative;
}

.auto-listings-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.auto-listings-spinner i {
	position: absolute;
	font-size: 48px;
	color: #012243;
}

.tax-product-category .page-title {
	font-size: 42px;
}

.entry-content__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: -15px 0 2rem -15px;
}

.entry-content__header > * {
	padding: 15px 0 0 15px;
}

.entry-mota {
	background: #e6eef1;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	text-align: justify;
}

.corify-social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.corify-social-share > * + * {
	margin-left: 5px;
}

.social-share__item {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.social-share__item:hover {
	color: #fff;
	opacity: 0.6;
}

.corify-social-share .social-share--facebook {
	background: #1b4e9b;
}

.corify-social-share .social-share--twitter {
	background: #00aeef;
}

.corify-social-share.zalo-share-button {
	transform: scale(0.9);
}

.site-main .hentry {
	margin-bottom: 0;
}

.site-main .entry-content {
	font-size: 17px;
}

.site-main .entry-content p {
	color: inherit;
}

.site-main .entry-content ul, .site-main .entry-content ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

.site-main .entry-content ul > li + li, .site-main .entry-content ol > li + li {
	margin-top: 5px;
}

.site-main .btn-goi-dien {
	background: #c00;
	color: #fff;
	font-size: 16px;
	padding: 8px 14px;
}

.site-main .btn-goi-dien:hover {
	color: #fff;
}

.site-main .btn-goi-dien i {
	margin-right: 5px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comment-subscription-form {
	display: none;
}

.bypostauthor {
	display: block;
}

.comment-list {
	list-style-type: none;
}

.comments-title {
	font-size: 18px;
	font-weight: 600;
	color: #051829;
	margin: 0 0 1em;
}

.comments-area .logged-in-as {
	display: none;
}

.comments-area ol > li {
	margin-bottom: 35px;
}

.comments-area ol > li:last-child {
	margin-bottom: 0;
}

.comments-area ol > li > ol {
	margin-left: 28px;
	margin-top: 35px;
	padding: 0;
}

@media (max-width: 767px) {
	.comments-area ol > li > ol {
		margin: 30px 0 0 10px;
	}
}

.comments-area ol > li > ol > li {
	background-color: #fafafa;
	margin-bottom: 35px !important;
}

.comments-area ol > li > ol > li:last-child {
	margin-bottom: 0 !important;
}

.comments-area .comment-body {
	overflow: hidden;
	border: 1px solid #d3d7d9;
	padding: 25px;
	position: relative;
}

.comments-area .says {
	display: none;
}

.comments-area .fn a {
	font-size: 15px;
	font-weight: 600;
	color: #051829;
}

.comments-area .comment-metadata a {
	font-size: 12px;
	color: #a3aab2;
}

.comments-area .avatar {
	float: left;
	margin-right: 10px;
	width: 44px;
	height: 44px;
}

.comments-area .comment-content {
	padding-left: 54px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.7;
}

.comments-area .reply a {
	font-size: 14px;
	font-weight: 600;
	color: #051829;
	padding: 0;
	border: 0;
	outline: 0;
	position: absolute;
	right: 25px;
	top: 25px;
}

.comments-area .reply a:before {
	content: "\f112";
	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;
	margin-right: 5px;
}

.comment-notes,
.comment-form-cookies-consent {
	display: none;
}

.comment-respond {
	margin-top: 55px;
}

.comment-respond form {
	margin: 0 -15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.comment-respond .comment-form-comment {
		order: 4;
	}
}

.comment-respond form input,
.comment-respond form textarea {
	background-color: #f8f8fa;
	height: 40px;
	border: 1px solid #e6e9ec;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 12px;
}

.comment-respond form textarea {
	height: 195px;
}

@media (max-width: 767px) {
	.comment-respond form textarea {
		height: 120px;
	}
}

.comment-respond .comment-form-comment {
	margin-bottom: 20px;
}

.comment-respond .form-submit {
	text-align: center;
	margin: 25px 0 0;
}

@media (min-width: 992px) {
	.comment-respond .form-submit {
		position: absolute;
		bottom: -120px;
		right: 15px;
		left: 15px;
	}
}

@media (max-width: 991px) {
	.comment-respond .form-submit {
		margin: 15px 0 0;
	}
}

.comment-respond .form-submit input[type="submit"] {
	width: 100%;
	background-color: #000001;
	padding: 10px 30px;
	color: #fff;
	border: 0;
	outline: 0;
}

@media (max-width: 767px) {
	.comment-respond .form-submit input[type="submit"] {
		padding: 10px 20px;
	}
}

.comment-respond .form-submit input[type="submit"]:hover {
	background-color: #051829;
}

.logged-in .comment-respond .form-submit {
	position: static;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	top: -32px;
	transition: all 0.4s ease;
	background-color: #012f5c;
}

.site-header.sticky-header {
	top: 0;
	position: fixed;
	z-index: 999;
}

.admin-bar .site-header.sticky-header {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .site-header.sticky-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .site-header.sticky-header {
		top: 0;
	}
}

.site-header a {
	color: #fff;
}

.site-header .container {
	display: flex;
	align-items: center;
}

.site-header .container:before {
	display: none;
}

@media (max-width: 991px) {
	.site-header .container {
		width: 100%;
		min-height: 55px;
	}
}

.site-header .site-branding {
	max-width: 200px;
	color: #fff;
}

.site-header .site-branding p {
	margin: 0;
}

.site-header .site-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.site-header .site-title a {
	text-decoration: none;
}

.site-header .navigation-wrap {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.site-header .search-social {
	flex-basis: 10%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 991px) {
	.site-header .search-social {
		flex: 1;
	}
}

@media (max-width: 767px) {
	.site-header .search-social {
		display: none;
	}
}

.site-header .site-search button {
	background: none;
	border: none;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
}

.site-header .menu-toggle {
	margin-left: 20px;
	background-color: #fdd415;
	width: 40px;
	height: 35px;
	border: 0;
	padding: 5px 10px;
	border-radius: 3px;
	outline: 0;
	z-index: 20;
	font-size: 20px;
	color: #fff;
}

.site-header .main-navigation {
	flex: 1;
}

.site-header .jetpack-social-navigation ul a[href*="twitter.com"]:before {
	content: "\f099";
}

.site-header .jetpack-social-navigation ul a[href*="instagram.com"]:before {
	content: "\f16d";
}

.site-header .jetpack-social-navigation ul a[href*="flickr.com"]:before {
	content: "\f16e";
}

.site-header .jetpack-social-navigation ul a[href*="dropbox.com"]:before {
	content: "\f16b";
}

.site-header .jetpack-social-navigation ul a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.site-header .jetpack-social-navigation ul a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.site-header .jetpack-social-navigation ul a[href*="amazon.com"]:before {
	content: "\f270";
}

.site-header .jetpack-social-navigation ul a[href*="facebook.com"]:before {
	content: "\f09a";
}

.site-header .jetpack-social-navigation ul a[href*="google.com"]:before {
	content: "\f1a0";
}

.site-header .jetpack-social-navigation ul a[href*="pinterest.com"]:before {
	content: "\f0d3";
}

.site-header .jetpack-social-navigation ul a[href*="producthunt.com"]:before {
	content: "\f288";
}

.site-header .jetpack-social-navigation ul a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.site-header .jetpack-social-navigation ul a[href*="youtube.com"]:before {
	content: "\f167";
}

.header-search-form {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
	.header-search-form form {
		width: 300px;
	}
}

.header-search-form form input {
	height: 60px;
	font-size: 20px;
	padding: 15px 25px;
}

@media (max-width: 767px) {
	.header-search-form form input {
		height: 45px;
		font-size: 17px;
	}
}

.header-search-form form input:focus {
	box-shadow: none;
}

.header-search-form form button {
	background-color: #9c9c9c;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: 0;
	border-radius: 0;
}

.header-search-form form button:focus,
.header-search-form form button:active {
	outline: none;
	box-shadow: none;
}

.page-header {
	padding: 6% 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	position: relative;
}

.page-header .entry-title {
	color: #fff;
}

.page-header:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.page-header .header-inner {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	color: #7f97ad;
}

.hot-line {
	position: fixed;
	bottom: 30px;
	left: 30px;
	height: 60px;
}

.hot-line a {
	display: flex;
}

.hot-line:hover .hot-line__text, .hot-line:active .hot-line__text {
	opacity: 1;
	width: calc( 100% - 60px);
	padding: 10px 20px;
}

.hot-line:hover .hot-line__icon, .hot-line:active .hot-line__icon {
	border-radius: 0 5px 5px 0;
}

.hot-line:hover .hot-line__icon i, .hot-line:active .hot-line__icon i {
	animation: none;
}

.hot-line:hover .hot-line__icon:before, .hot-line:hover .hot-line__icon:after, .hot-line:active .hot-line__icon:before, .hot-line:active .hot-line__icon:after {
	display: none;
}

.hot-line__text {
	opacity: 0;
	width: 0;
	transition: 0.7s ease all;
	background-color: #373737;
	border-radius: 3px;
	color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}

.hot-line__icon {
	background-color: #1d5ea8;
	font-size: 40px;
	border-radius: 5px;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 67px;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

.hot-line__icon:before, .hot-line__icon:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #00aff2;
	animation: ripple 2s linear infinite;
}

.hot-line__icon:after {
	animation-delay: 1s;
}

.hot-line__icon i {
	animation: ring 1s linear infinite;
}

@media (max-width: 767px) {
	.hot-line__icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.75);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ring {
	0% {
		transform: rotate(0);
	}
	10% {
		transform: rotate(-25deg);
	}
	20% {
		transform: rotate(25deg);
	}
	30% {
		transform: rotate(-25deg);
	}
	40% {
		transform: rotate(25deg);
	}
	50% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(0);
	}
}

.scroll-to-top {
	border-radius: 100%;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	z-index: 99;
	background: #1d5ea8;
	border: 1px solid #1d5ea8;
	transition: 0.3s ease all;
}

.scroll-to-top:hover {
	background: #fdd415;
	border: 1px solid #fdd415;
}

.scroll-to-top:hover i {
	color: #fff;
}

.scroll-to-top:focus {
	color: #fff;
	outline: none;
}

.scroll-to-top i {
	font-size: 20px;
	font-size: 2rem;
	color: inherit;
}

.scroll-to-top.is-hidden {
	bottom: -100px;
}

.footer-widgets {
	padding: 100px 0;
	background: #012243;
}

.footer-widgets ul, .footer-widgets li, .footer-widgets a {
	color: inherit;
}

.footer-widgets li + li {
	margin-top: 15px;
}

.footer-widgets i {
	margin-right: 10px;
	color: #fdd415;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.footer-widgets {
		padding: 80px 0 35px;
	}
}

@media (max-width: 767px) {
	.footer-widgets {
		padding: 30px 0;
	}
}

@media (max-width: 768px) {
	.footer-widgets .row > div + div {
		margin-top: 40px;
	}
}

.footer-widgets .widget-title {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1em;
	padding-bottom: 0.5em;
	position: relative;
	font-size: 18px;
	padding-bottom: 16px;
}

.footer-widgets .widget-title:after {
	content: "";
	background-color: #fdd415;
	width: 30px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-widgets a {
	color: #7f97ad;
}

.footer-widgets a:hover {
	color: #fdd415;
}

.footer-widgets .widget_nav_menu .sub-menu {
	display: none;
}

.footer-widgets .widget_nav_menu.no-arrow li {
	padding-left: 0;
}

.footer-widgets .widget_nav_menu.no-arrow li:before {
	display: none;
}

.footer-widgets .widget_nav_menu ul {
	list-style-type: none;
}

.footer-widgets .widget_nav_menu ul li {
	position: relative;
	padding-left: 20px;
}

.footer-widgets .widget_nav_menu ul li:before {
	color: #fdd415;
	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;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 1px;
}

.footer-widgets .widget_nav_menu ul li + li {
	margin-top: 15px;
}

@media screen and (min-width: 1200px) {
	.about-widget {
		padding-right: 25px;
	}
}

.about-widget p,
.about-widget ul,
.about-widget li {
	color: inherit;
}

.about-widget .footer-logo {
	padding-bottom: 12px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.about-widget .footer-logo {
		padding: 0;
		margin-bottom: 10px;
	}
}

.about-widget .contact-info {
	margin-top: 30px;
	list-style-type: none;
}

@media (max-width: 767px) {
	.about-widget .contact-info {
		margin-top: 10px;
	}
}

.about-widget .contact-info li {
	position: relative;
	padding-left: 38px;
	line-height: 1.78em;
}

.about-widget .contact-info li + li {
	margin-top: 10px;
	border: none;
}

.about-widget .contact-info li i {
	color: #fdd415;
	position: absolute;
	left: 0;
	top: 3px;
}

@media (max-width: 767px) {
	.about-widget img {
		max-width: 160px;
	}
}

.footer-copyright {
	background-color: #00152a;
	padding: 15px 0;
}

.footer-copyright .jetpack-social-navigation {
	margin-left: 2px;
	display: inline-block;
}

.footer-copyright .jetpack-social-navigation ul a[href*="zalo"]:before {
	content: "";
	background: url(./images/stick_zalo.png) 0 0 no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.footer-copyright .jetpack-social-navigation ul a[href*="twitter.com"]:before {
	content: "\f081";
}

.footer-copyright .jetpack-social-navigation ul a[href*="instagram.com"]:before {
	content: "\f16d";
}

.footer-copyright .jetpack-social-navigation ul a[href*="flickr.com"]:before {
	content: "\f16e";
}

.footer-copyright .jetpack-social-navigation ul a[href*="dropbox.com"]:before {
	content: "\f16b";
}

.footer-copyright .jetpack-social-navigation ul a[href*="plus.google.com"]:before {
	content: "\f0d4";
}

.footer-copyright .jetpack-social-navigation ul a[href*="linkedin.com"]:before {
	content: "\f08c";
}

.footer-copyright .jetpack-social-navigation ul a[href*="amazon.com"]:before {
	content: "\f270";
}

.footer-copyright .jetpack-social-navigation ul a[href*="facebook.com"]:before {
	content: "\f082";
}

.footer-copyright .jetpack-social-navigation ul a[href*="/feed"]:before {
	content: "\f143";
}

.footer-copyright .jetpack-social-navigation ul a[href*="pinterest.com"]:before {
	content: "\f0d3";
}

.footer-copyright .jetpack-social-navigation ul a[href*="producthunt.com"]:before {
	content: "\f288";
}

.footer-copyright .jetpack-social-navigation ul a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.footer-copyright .jetpack-social-navigation ul a[href*="youtube.com"]:before {
	content: "\f167";
}

@media (max-width: 767px) {
	.footer-copyright {
		padding: 10px 0;
	}
	.footer-copyright .col-md-6 {
		text-align: center;
	}
	.footer-copyright .col-md-6 + .col-md-6 {
		margin-top: 5px;
	}
}

.footer-social {
	text-align: right;
}

/*--------------------------------------------------------------
## Topbar
--------------------------------------------------------------*/
.topbar {
	background-color: #012c57;
	color: #fff;
	padding: 15px 0;
	border-top: 1px solid #012548;
	border-bottom: 1px solid #012548;
	/*** language ***/
}

.topbar .widget {
	margin: 0;
}

@media (max-width: 991px) {
	.topbar .container {
		width: 100%;
	}
}

.topbar .contact-info {
	list-style: none;
	margin-top: 5px;
}

.topbar .contact-info li {
	display: inline-block;
	color: #fff;
}

@media (max-width: 767px) {
	.topbar .contact-info li {
		display: block;
		text-align: center;
	}
}

.topbar .contact-info > li + li {
	margin-left: 30px;
}

@media (max-width: 767px) {
	.topbar .contact-info > li + li {
		margin-left: 0;
		margin-top: 5px;
	}
}

.topbar .contact-info i {
	display: inline-block;
	padding-right: 3px;
	color: #fdd415;
}

.topbar .language {
	float: right;
}

@media (max-width: 767px) {
	.topbar .language {
		float: none;
		text-align: center;
	}
}

.topbar .language i {
	color: #fdd415;
}

.topbar .select-box {
	display: inline;
}

.topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 65px;
}

.topbar .bootstrap-select > .btn {
	background-color: transparent;
	color: #fff;
	border: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.home .section {
	position: relative;
	padding: 80px 0;
}

@media (max-width: 991px) {
	.home .section {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.home .section {
		padding: 50px 0;
	}
}

.home .row::before,
.home .row::after {
	display: none;
}

.home .section-title {
	text-align: center;
	margin: -5px 0 75px;
	font-size: 36px;
	font-size: 3.6rem;
	padding-bottom: 0.47em;
	position: relative;
	color: #012f5c;
}

@media (max-width: 991px) {
	.home .section-title {
		margin-bottom: 55px;
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.home .section-title {
		margin: -5px 0 45px;
		font-size: 25px;
	}
}

.home .section-title:after {
	content: "";
	background-color: #fdd415;
	width: 30px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.home .section--overlay:before {
	content: "";
	background-color: rgba(1, 47, 92, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.featured-posts {
	overflow: hidden;
	/** slider controls **/
	/*** hero slider animation ***/
}

.featured-posts .slick-track {
	display: flex !important;
}

.featured-posts > article:not(:first-child) {
	display: none;
}

.featured-posts .slide {
	position: relative;
	display: grid;
	cursor: move;
	height: 530px;
}

@media (max-width: 767px) {
	.featured-posts .slide {
		height: 270px;
	}
}

.featured-posts .slide > * {
	grid-area: 1 / -1;
}

.featured-posts .slide-caption {
	margin: auto;
}

.featured-posts .slide > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	min-height: 0;
}

.featured-posts .slick-arrow {
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 50%;
	z-index: 10;
	transition: all 0.3s;
	background-color: #fff;
	opacity: 1;
	box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
}

.featured-posts .slick-arrow:before {
	color: #012f5c;
	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;
	font-size: 20px;
	font-size: 2rem;
	line-height: inherit;
}

.featured-posts .slick-arrow:hover {
	background-color: #012f5c;
}

.featured-posts .slick-arrow:hover:before {
	color: #fff;
}

@media (max-width: 1024px) {
	.featured-posts .slick-arrow {
		opacity: 0;
		visibility: hidden;
	}
}

.featured-posts .slick-prev {
	left: 25px;
}

.featured-posts .slick-prev:before {
	content: '\f104';
}

.featured-posts .slick-next {
	right: 25px;
}

.featured-posts .slick-next:before {
	content: '\f105';
}

.featured-posts .btns > a:first-child {
	margin-right: 10px;
}

.featured-posts .slide-caption h2 {
	font-size: 60px;
	font-size: 6rem;
	color: #fff;
	margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
	.featured-posts .slide-caption h2 {
		font-size: 50px;
		font-size: 5rem;
	}
}

@media (max-width: 991px) {
	.featured-posts .slide-caption h2 {
		font-size: 40px;
		font-size: 4rem;
	}
}

@media (max-width: 767px) {
	.featured-posts .slide-caption h2 {
		font-size: 30px;
		font-size: 3rem;
	}
}

.featured-posts .slide-caption p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	margin: 0 0 2em;
}

@media (max-width: 767px) {
	.featured-posts .slide-caption p {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.featured-posts .slide-caption > h2,
.featured-posts .slide-caption > p,
.featured-posts .slide-caption > .btns {
	color: #fff;
	opacity: 0;
}

.featured-posts .slick-list .slick-current .slide-caption > h2 {
	animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.featured-posts .slick-list .slick-current .slide-caption > p {
	animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.featured-posts .slick-list .slick-current .slide-caption > .btns {
	animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

.popup-video-wrapper {
	color: #fff;
}

.popup-video-wrapper span {
	font-size: 18px;
}

.popup-video-wrapper h3 {
	color: inherit;
	font-size: 30px;
}

.popup-video__button {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}

.popup-video__button span {
	color: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	line-height: 84px;
	padding-left: 6px;
	text-align: center;
	border: 2px solid #fff;
	transition: all 0.3s;
}

.popup-video__button span:hover {
	border-color: #3c7;
	color: #3c7;
}

.popup-video__button i {
	font-size: 30px;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
	background: 0 0;
}

.home .section--services {
	padding-bottom: 45px;
}

.home .section--services h1 {
	margin: 0;
	font-size: 28px;
}

.home .section--services .heading-border {
	position: relative;
	background-image: url("./images/line-black.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}

.home .section--services .section--services__heading {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: -18px;
	color: #012c57;
}

.home .section--services .row {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.home .section--services {
		padding: 35px 0;
	}
}

.home .services__item {
	padding-bottom: 50px;
}

.services__icons {
	display: flex;
	overflow: auto;
	margin-bottom: 30px;
	background: #fff;
}

@media (min-width: 768px) {
	.services__icons {
		display: none;
	}
}

.services__icons img {
	width: 55px;
	height: 55px;
	object-fit: cover;
	border-radius: 50%;
}

.services__icon {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 5px;
}

.services__icon h4 {
	font-size: 16px;
	color: #333;
	width: 110px;
}

.home .service__img {
	margin-bottom: 30px;
}

.service__img {
	margin-bottom: 15px;
	position: relative;
}

.service__img .details-link {
	background-color: rgba(1, 47, 92, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	transform: scale(0.5, 0.5);
	opacity: 0;
}

.service__img .details-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 20px;
	font-size: 2rem;
	transition: all 0.3s;
}

.service__img .details-link i {
	display: inline-block;
	color: #012f5c;
	background-color: #fdd415;
	padding: 8px 10px;
	border-radius: 5px;
}

.service__img:hover .details-link {
	transform: scale(1);
	opacity: 1;
}

.service__img:hover .details-link span {
	top: 50%;
}

@media (max-width: 767px) {
	.home .service__img img {
		border-radius: 50%;
	}
	.service__img .details-link {
		display: none;
	}
}

.service__name {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	margin: 0 0 0.9em;
	padding-bottom: 0.4em;
	position: relative;
}

.service__name a {
	color: #694040;
}

.service__name:after {
	background-color: #fdd415;
	content: "";
	width: 27px;
	height: 4px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.service__desc p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.home .services__item {
		padding-bottom: 30px;
	}
	.home .service__desc {
		display: none;
	}
	.home .service__name {
		margin-bottom: 0;
		font-size: 20px;
		text-align: center;
	}
	.home .service__name:after {
		left: 50%;
		transform: translateX(-50%);
	}
	.home .service__img {
		margin-bottom: 10px;
	}
}

.section--cta {
	padding: 50px 0 60px;
	position: relative;
}

.section--cta .container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.section--cta .container:before, .section--cta .container:after {
	display: none;
}

@media (max-width: 767px) {
	.section--cta {
		padding: 25px 0 35px;
	}
}

.section-cta__text {
	margin-top: 10px;
	font-size: 30px;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}

.section-cta__text span {
	color: #fdd415;
}

@media (max-width: 767px) {
	.section-cta__text {
		font-size: 24px;
	}
}

.section-cta__link a {
	color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.section--cta__scroll {
	background-color: #012f5c;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -25px;
	z-index: 1;
	transform: translateX(-50%);
}

.section--cta__scroll:hover, .section--cta__scroll:visited {
	color: #fff;
}

.features__phone {
	max-width: 250px;
	position: relative;
}

@media (max-width: 991px) {
	.features__phone {
		display: none;
	}
}

.features__phone .phone-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 96%;
	height: 96%;
	position: absolute;
	left: 5px;
	top: 10px;
	border-radius: 25px;
}

.features__phone .phone-bg:before {
	content: "";
	background-color: rgba(1, 47, 92, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	border-radius: 25px;
}

.features__phone .phone-inner {
	width: 165px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.features__phone .phone-inner p {
	color: #fff;
	font-style: italic;
	line-height: 1.29em;
	margin-bottom: 2em;
}

.features__phone .phone-inner h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	margin: 0 0 0.33em;
}

.features__phone .phone-inner h3 span {
	color: #fdd415;
}

.features__phone .phone-inner a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 10px;
}

.features__phone .phone-inner a:after {
	display: none;
}

.features__phone .phone-inner a:hover {
	background-color: #ddb602;
}

@media (max-width: 991px) {
	.section--features .row {
		display: block;
	}
}

@media (min-width: 992px) {
	.features__items {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		margin: 30px -25px 0;
	}
}

.features__item {
	display: flex !important;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.features__item {
		width: 50%;
		float: left;
		padding: 0 25px 80px;
		position: relative;
	}
	.features__item:nth-child(5), .features__item:nth-child(6) {
		padding-bottom: 0;
	}
}

.features__item .item__icon {
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border: 2px solid #fdd415;
	border-radius: 50%;
}

.features__item .item__icon .fi:before {
	font-size: 45px;
	font-size: 4.5rem;
	color: #443f45;
	margin-left: 0;
}

@media (max-width: 767px) {
	.features__item .item__icon .fi:before {
		font-size: 27px;
		font-size: calc-rem-value(27);
	}
}

@media (max-width: 1199px) {
	.features__item .item__icon {
		width: 75px;
		height: 75px;
		line-height: 75px;
	}
}

@media (max-width: 767px) {
	.features__item .item__icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.features__item .item__detail {
	flex: 1;
	margin-left: 30px;
}

.features__item .item__detail h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0.3em 0 0.5em;
}

@media (max-width: 1199px) {
	.features__item .item__detail h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media (max-width: 767px) {
	.features__item .item__detail h3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin: 0.2em 0 0.5em;
	}
}

.features__item .item__detail h3 a {
	color: #012f5c;
}

.features__item .item__detail h3 a:hover {
	color: #fdd415;
}

.features__item .item__detail p:last-child {
	margin: 0;
}

.section--about {
	background-color: #f5f5f5;
}

.section--about .section-title {
	text-align: left;
	margin-bottom: 0.33em;
}

.section--about .section-title:after {
	left: 0;
	transform: none;
}

.section--about .progress {
	background-color: transparent;
	height: 5px;
	margin: 0;
	box-shadow: none;
	overflow: visible;
}

.section--about .progress-bar {
	background-color: #012f5c;
	position: relative;
}

.section--about .progress-bar span {
	font-family: "Roboto", sans-serif;
	background-color: #fdd415;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-size: calc-rem-value(18);
	font-weight: 600;
	color: #012f5c;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

@media (max-width: 991px) {
	.section--about .progress-bar span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		font-size: calc-rem-value(14);
	}
}

.about__detail {
	margin-bottom: 2em;
}

.about__skill + .about__skill {
	margin-top: 40px;
}

@media (max-width: 991px) {
	.about__skill + .about__skill {
		margin-top: 25px;
	}
}

.about__skill h6 {
	font-size: 18px;
	font-size: calc-rem-value(18);
	font-weight: 600;
	margin: 0 0 0.56em;
}

@media (max-width: 991px) {
	.about__skill h6 {
		font-size: 15px;
		font-size: calc-rem-value(15);
	}
}

.about__img {
	box-shadow: 0 0 10px #e6e6e6;
}

@media (max-width: 991px) {
	.about__img {
		display: none;
	}
}

.section--portfolio + .section--portfolio {
	padding-top: 0;
}

@media (min-width: 768px) {
	.portfolio-grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
}

.portfolio-grid .slick-slide img {
	width: 100%;
}

.portfolio-grid .slick-arrow {
	z-index: 1;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 18px;
	background: #012f5c;
	color: #fff;
}

.portfolio-grid .slick-arrow:before {
	display: none;
}

.portfolio-grid .slick-prev {
	left: 0;
}

.portfolio-grid .slick-next {
	right: 0;
}

.portfolio-grid .service__name {
	margin-top: 20px;
}

.portfolio-grid .inner {
	position: relative;
	overflow: hidden;
}

.portfolio-grid .details {
	background-color: rgba(1, 47, 92, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 80%;
	opacity: 0;
	transition: all 0.3s;
}

.portfolio-grid .details .details-inner {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.portfolio-grid .details li {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #fdd415;
	border-radius: 50%;
	position: relative;
	opacity: 0;
	transition: all 0.5s 0.3s;
}

.portfolio-grid .details li:first-child {
	margin-right: 10px;
	top: -30px;
}

.portfolio-grid .details li:last-child {
	margin-right: 10px;
	top: -50px;
}

.portfolio-grid .details a {
	color: #fdd415;
	display: block;
}

.portfolio-grid .details h3 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	margin: 1em 0 0.5em;
}

@media (max-width: 991px) {
	.portfolio-grid .details h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.portfolio-grid .details p {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	margin: 0;
}

.item__inner {
	position: relative;
	overflow: hidden;
}

@media (min-width: 1200px) {
	#section-thiet-bi .portfolio__item {
		width: 33.33%;
	}
}

.portfolio__item {
	width: 25%;
	float: left;
	padding: 0 5px 10px;
}

@media (max-width: 1199px) {
	.portfolio__item {
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	.portfolio__item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.portfolio__item {
		padding: 0;
	}
}

.portfolio__item:hover .details {
	top: 0;
	opacity: 1;
}

.portfolio__item:hover .details li:first-child,
.portfolio__item:hover .details li:last-child {
	top: 0;
	opacity: 1;
}

.section--partners {
	padding: 40px 0;
	background-color: #f5f5f5;
}

@media (max-width: 1199px) {
	.section--testimonials.section--testimonials {
		padding-bottom: 150px;
	}
}

.section--testimonials .client-pic {
	width: 36%;
	float: left;
}

@media (max-width: 991px) {
	.section--testimonials .client-pic {
		width: 100%;
		float: none;
	}
}

@media (max-width: 599px) {
	.section--testimonials .client-pic {
		max-width: 200px;
		margin: 0 auto;
	}
}

.section--testimonials .details {
	width: 64%;
	float: left;
	padding: 0 30px 10px;
	position: relative;
}

@media (max-width: 991px) {
	.section--testimonials .details {
		width: 100%;
		float: none;
		padding: 20px 10px 20px 0;
	}
}

.section--testimonials .details:after {
	content: "";
	background-color: #fdd415;
	width: 30px;
	height: 4px;
	border-radius: 5px;
	position: absolute;
	left: 30px;
	bottom: 0;
}

@media (max-width: 991px) {
	.section--testimonials .details:after {
		left: 0;
	}
}

@media (max-width: 599px) {
	.section--testimonials .details:after {
		left: 50%;
		transform: translateX(-50%);
	}
}

.section--testimonials .details h4 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 0.3em;
}

@media (max-width: 991px) {
	.section--testimonials .details h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.section--testimonials .details p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 10px;
}

.section--testimonials .client-post {
	font-size: 14px;
	font-size: 1.4rem;
	color: #999999;
	display: block;
	margin-bottom: 10px;
}

.section--testimonials .slick-arrow {
	color: #012f5c;
	font-size: 24px;
	font-size: 2.4rem;
}

.section--testimonials .slick-arrow:before {
	display: none;
}

.section--testimonials .slick-arrow i {
	font-size: inherit;
}

.section--testimonials .slick-prev {
	left: -25px;
}

.section--testimonials .slick-next {
	right: -25px;
}

@media (max-width: 1199px) {
	.section--testimonials .slick-prev {
		top: calc(100% + 60px);
		left: calc( 50% - 30px);
	}
	.section--testimonials .slick-next {
		top: calc(100% + 60px);
		right: calc( 50% - 30px);
	}
}

.section--subscription {
	padding: 110px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media (max-width: 991px) {
	.section--subscription {
		padding: 70px 0;
	}
}

@media (max-width: 767px) {
	.section--subscription {
		padding: 60px 0;
	}
}

.section--subscription .container {
	position: relative;
}

.subscription__text {
	font-size: 42px;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0.88em;
}

@media (max-width: 767px) {
	.subscription__text {
		font-size: 36px;
	}
}

.subscription__btn-text {
	background: #fdd415;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 25px;
}

.subscription__btn-text:link, .subscription__btn-text:active, .subscription__btn-text:visited {
	color: #fff;
}

.subscription__img {
	position: absolute;
	right: 0;
	bottom: -110px;
}

@media (max-width: 991px) {
	.subscription__img {
		display: none;
	}
}

.subscription__form h3 {
	font-size: 42px;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0.88em;
}

@media (max-width: 1199px) {
	.subscription__form h3 {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.subscription__form h3 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.subscription__form h3 {
		font-size: 25px;
	}
}

.subscription__form form {
	position: relative;
}

.subscription__form input[type="email"] {
	display: block;
	width: 100%;
	line-height: 1.42857143;
	background-color: transparent;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-size: 16px;
	height: 46px;
	border: 2px solid #fff;
	color: #fff;
	padding: 6px 15px;
	border-radius: 40px;
}

.subscription__form input[type="email"]:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media (max-width: 991px) {
	.subscription__form input[type="email"] {
		height: 40px;
	}
}

@media (max-width: 767px) {
	.subscription__form input[type="email"] {
		height: 37px;
		border: 1px solid #fff;
	}
}

.subscription__form input[type="submit"] {
	font-family: "Roboto", sans-serif;
	background-color: #fdd415;
	width: 205px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #443f45;
	border: 0;
	border-radius: 40px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}

@media (max-width: 1199px) {
	.subscription__form input[type="submit"] {
		width: 185px;
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.subscription__form input[type="submit"] {
		width: 145px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.subscription__form input[type="submit"] {
		width: 115px;
		height: 37px;
		line-height: 37px;
		font-size: 14px;
	}
}

.section--blog .blog__items {
	margin: -15px;
}

.section--blog .blog__item {
	padding: 15px;
}

.section--blog .row {
	display: flex;
	flex-wrap: wrap;
}

.section--blog .col-lg-8 {
	margin-bottom: 45px;
}

@media (max-width: 991px) {
	.section--blog .col-md-4 {
		margin-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.section--blog .col-md-4 {
		width: 100%;
	}
}

.section--blog .section-title {
	margin-bottom: 0.33em;
}

.section--blog .section-desc {
	text-align: center;
	margin-bottom: 10px;
}

.section--blog .entry-body {
	padding: 35px;
}

.section--blog .entry-body .date {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}

.section--blog .entry-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0.2em 0 0.8em;
}

@media (max-width: 1199px) {
	.section--blog .entry-title {
		font-size: 16px;
	}
}

.section--blog .entry-title a {
	color: #443f45;
}

.section--blog .more-link,
.section--blog .comments-link {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.section--blog .more-link,
	.section--blog .comments-link {
		font-size: 13px;
	}
}

.section--blog .more-link {
	float: left;
	color: #012f5c;
}

.section--blog .more-link:hover {
	color: #012f5c;
}

.section--blog .comments-link a {
	float: right;
	color: #fdd415;
}

.section--blog .comments-link a:hover {
	color: #012f5c;
}

.section--blog .see-more {
	margin-top: 50px;
	font-weight: 600;
	text-align: center;
}

@media (max-width: 991px) {
	.section--blog .see-more {
		margin-top: 20px;
	}
}

.blog__item__inner {
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
}

.entry-media img {
	border-radius: 5px;
}

@media (min-width: 768px) {
	.blog__item:last-child {
		display: none;
	}
}

@media (max-width: 767px) {
	.blog__item__inner,
	.entry-media img {
		border-radius: 0 0 5px 5px;
	}
	.section--blog .entry-content {
		display: none;
	}
	.section--blog .entry-body {
		padding: 20px;
	}
}

.section--contact {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #fff;
}

.section--contact iframe {
	border-radius: 5px;
	width: 100%;
}

@media (max-width: 991px) {
	.section--contact iframe {
		margin-bottom: 30px;
	}
}

.section--contact .section-title {
	color: #fff;
	margin-bottom: 0.33em;
	font-size: 28px;
	text-align: left;
}

.section--contact .section-title:after {
	left: 0;
	transform: none;
}

.section--contact p {
	color: inherit;
}

.section--contact label {
	color: #fff;
	text-transform: uppercase;
}

.section--contact input[type="text"] {
	background-color: #fff;
	height: 38px;
	border-radius: 5px;
	border: 0;
	padding: 6px 12px;
	width: 100%;
}

.section--contact textarea {
	width: 100% !important;
}

.section--contact input[type="submit"] {
	font-family: "Roboto", sans-serif;
	background-color: #fdd415;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 600;
	color: #012f5c;
	border: 0;
	border-radius: 5px;
	outline: 0;
	padding: 0;
	margin: 30px 0 0;
}

@media (max-width: 991px) {
	.section--contact input[type="submit"] {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.section--contact input[type="submit"] {
		margin: 15px 0 0;
	}
}

.section--contact input[type="submit"]:hover {
	background-color: #ddb602;
}

.section--contact .contact-form input[type='text'] {
	width: 100%;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery-caption {
	display: block;
}

.socials-chat {
	position: fixed;
	bottom: 50px;
	right: 25px;
	z-index: 9999;
}

.socials-chat__facebook {
	margin-top: 20px;
	position: relative;
}

.socials-chat__facebook .ctrlq2.fb-button {
	cursor: pointer;
	z-index: 999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
	width: 60px;
	height: 60px;
	text-align: center;
	bottom: 50px;
	border: 0;
	outline: 0;
	border-radius: 60px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	background-size: 80%;
	transition: all .2s ease-in-out;
}

.socials-chat__facebook .bubble2 {
	width: 20px;
	height: 20px;
	background: #c00;
	color: #fff;
	position: absolute;
	z-index: 999;
	text-align: center;
	vertical-align: middle;
	top: -2px;
	left: -5px;
	border-radius: 50%;
}

.socials-chat__facebook .bubble-msg {
	width: 160px;
	left: -165px;
	top: 5px;
	position: relative;
	background: rgba(59, 89, 152, 0.8);
	color: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 13px;
}

.socials-chat__zalo {
	position: relative;
}

.socials-chat__zalo:before {
	position: absolute;
	top: 2px;
	left: 12px;
	z-index: 4;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 100%;
	background-color: #7ed321;
	left: 36px !important;
}

.socials-chat__zalo__icon {
	display: block;
	position: relative;
	z-index: 3;
	background: url(./images/stick_zalo.png) 0 0 no-repeat;
	background-size: cover;
	width: 58px;
	height: 58px;
}

@media (max-width: 767px) {
	.socials-chat {
		left: 29px;
		bottom: 100px;
		right: unset;
	}
	.socials-chat__facebook .ctrlq2.fb-button {
		width: 42px;
		height: 42px;
	}
	.socials-chat__zalo__icon {
		width: 50px;
		height: 50px;
		position: relative;
		left: -2px;
	}
	.socials-chat__facebook {
		margin-top: 0px;
	}
	.socials-chat__facebook .bubble2, .socials-chat__facebook .bubble-msg {
		display: none;
	}
}

.product-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-gallery .slick-track {
	display: flex;
}

.product-gallery .slick-slide {
	cursor: pointer;
	height: inherit;
}

.product-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-radius: 3px;
	transform: translate(0, -50%);
	cursor: pointer;
	transition: 0.3s ease;
	background: orange;
	font-size: 24px;
	color: #fff;
	z-index: 1;
}

.product-gallery .slick-arrow:hover {
	color: black;
	background: #fff;
}

.product-gallery .prev {
	left: 27px;
}

.product-gallery .next {
	right: 27px;
}

.image-gallery__slider-nav {
	margin-top: 20px;
}

.image-gallery__slider-nav .slick-list {
	margin: 0 -10px;
}

.image-gallery__slider-nav .slick-slide {
	border: 2px solid #fff;
	margin: 0 10px;
}

@media (min-width: 1280px) {
	.image-gallery__slider-nav img {
		height: 100px;
	}
}

.image-gallery__slider-nav .slick-slide.slick-current {
	border: 2px solid #63ffa5;
}

.image-gallery__slider-nav.slick-is-hold .slick-track {
	transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) {
	.image-gallery__slider-nav.slick-is-hold-desktop .slick-track {
		transform: translate3d(0, 0, 0) !important;
	}
}

.product-header {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

@media (max-width: 768px) {
	.product-header > div {
		width: 100% !important;
	}
	.product-header > div.product-gallery {
		margin-bottom: 24px;
	}
}

.product-header .product-gallery {
	width: 55%;
}

.product-header__text {
	flex: 1;
}

@media (min-width: 768px) {
	.product-header__text {
		padding-left: 20px;
	}
}

.product-header__text ul {
	margin-bottom: 10px;
}

.product-header__text h1 {
	margin-top: 0;
	font-size: 24px;
}

.product-header__text h2 {
	font-size: 20px;
}

.product-header__text ul {
	padding-left: 20px;
}

.product-header__text .product-contact {
	margin-bottom: 10px;
}

.product-header__text .product-contact p {
	margin-bottom: 0;
}

.product-header__text .sd-content ul li {
	padding-left: 0;
}

.product-header__text .sd-social-icon .sd-content ul li[class*=share-] a {
	margin-bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
}

.product-header__text .sd-social-icon .sd-content ul li[class*=share-] a:before {
	font-size: 14px;
}

.product-description {
	border-top: 1px solid #f1f1f1;
}

.product-description span.intro {
	display: table;
	margin: 0 auto 16px;
	padding-top: 10px;
	border-top: 3px solid red;
}

.product-section {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #f1f1f1;
}

.product-section h2 {
	font-size: 20px;
	margin-top: 0;
}

.products-in-category ul {
	padding-left: 20px;
}

.products-related .slick-list {
	margin: 0 -5px;
}

.products-related .slick-slide {
	margin: 0 5px;
}

.product-list__item h3,
.products-related h3 {
	color: #333;
	margin: 10px 0 0;
	font-size: 16px;
}

/*# sourceMappingURL=style.css.map */