/*
	Theme Name: RINKU
	Theme URI: https://banghieumientrung.vn/
	Description: This is RINKU genesis child theme created based on the Genesis Framework.
	Author: WAT Design Express
	Author URI: https://www.watdesignexpress.com/

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: wat
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

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

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

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

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

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

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

figure {
	margin: 1em 40px
}

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

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

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

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

textarea {
	overflow: auto
}

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

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

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

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

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

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

::-webkit-scrollbar-thumb {
	background: #ddd;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}



/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}


/* Chrome fix */

body>div {
	font-size: 14px;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'MyriadPro-Regular', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	letter-spacing: 0.5px;
}

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

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

p {
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 20px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

input,
[type="search"],
select,
textarea {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
}

[type="search"],
[type="text"],
select,
[type="tel"],
[type="email"],
textarea,
[type="password"],
[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
}

select::-ms-expand {
	display: none;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'UTMAvo', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;

}

h2 {
	font-size: 30px;

}

h3 {
	font-size: 24px;

}

h4 {
	font-size: 20px;

}

h5 {
	font-size: 17px;

}

h6 {
	font-size: 16px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
	font-weight: 400;
	padding: 8px 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder,
::-moz-input-placeholder {
	color: #000;
	opacity: 1;
}

* {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-weight: 500;
	text-decoration: none;
	white-space: normal;
	padding: 10px 25px;
    font-size: 13px;
	width:auto;
    color: #fff;
    background-color: #00652E;
    text-transform: uppercase;
    border: 1px solid #00652E;
    box-sizing: border-box;
    border-radius: 68px !important;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #BA131A;
	color: #fff;
	border: 1px solid #ba131a;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 3px 5px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

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


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	word-wrap: break-word;
	margin: 0 auto;
	max-width: 1180px; 

}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Content */

.content {
	float: right;
	width: 68%;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 28%;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear,
.clearfix {
	clear: both;
}

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "UTMCoolBlue";
  src: url("./fonts/UTMCoolBlue.eot"); /* IE9 Compat Modes */
  src: url("./fonts/UTMCoolBlue.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/UTMCoolBlue.otf") format("opentype"), /* Open Type Font */
    url("./fonts/UTMCoolBlue.svg") format("svg"), /* Legacy iOS */
    url("./fonts/UTMCoolBlue.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/UTMCoolBlue.woff") format("woff"), /* Modern Browsers */
    url("./fonts/UTMCoolBlue.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("./fonts/MYRIADPRO-REGULAR.eot"); /* IE9 Compat Modes */
  src: url("./fonts/MYRIADPRO-REGULAR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/MYRIADPRO-REGULAR.otf") format("opentype"), /* Open Type Font */
    url("./fonts/MYRIADPRO-REGULAR.svg") format("svg"), /* Legacy iOS */
    url("./fonts/MYRIADPRO-REGULAR.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/MYRIADPRO-REGULAR.woff") format("woff"), /* Modern Browsers */
    url("./fonts/MYRIADPRO-REGULAR.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "UTMAvo";
  src: url("./fonts/UTMAvo.eot"); /* IE9 Compat Modes */
  src: url("./fonts/UTMAvo.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/UTMAvo.otf") format("opentype"), /* Open Type Font */
    url("./fonts/UTMAvo.svg") format("svg"), /* Legacy iOS */
    url("./fonts/UTMAvo.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/UTMAvo.woff") format("woff"), /* Modern Browsers */
    url("./fonts/UTMAvo.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* Back to top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding-top: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 9999999;
	color: #fff !important;
	background: #00652E;
	border-radius: 50%;
}

.to-top:hover{
	background: #ba131a;
}
.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .to-top:hover {
	opacity: 1;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.breadcrumbs {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.7px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
}

.breadcrumbs,
.breadcrumbs a {
	color: white;
}

.breadcrumbs a:hover span {
	text-decoration: underline;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 18px;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */



.lightbox-search {
position: fixed;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    display: none;
}

.lightbox-search .search-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 480px;
}
.lightbox-search form.search-form {
    border-bottom: 1px solid #b6a799;
}
.lightbox-search .search-form input {
    background: transparent;
    font-size: 18px;
    letter-spacing: .8px;
    padding: 8px 10px;
    padding-right: 0;
    width: calc( 100% - 34px);
    float: left;
    border: 0;
}
.lightbox-search .search-form input[type="submit"] {
    width: auto;
    height: auto;
    position: static;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    max-width: 44px;
    background: transparent;
    margin: 0;
    color: #3B3B3B;
    font-family: 'FontAwesome';
}

.lightbox-search span {
    position: absolute;
    top: 50px;
    right: 50px;
}
.lightbox-search span:before{
	height: 30px;
	width: 30px;
}



/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

ul.wp-block-gallery {
	margin: 0 !important;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	position: relative;
}

.site-header>.wrap {
	width: 100%;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	width: 100%;
	letter-spacing: 1.2px;
	font-family: 'UTMAvo', sans-serif;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 25px 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
	color: #ba131a;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	padding: 10px 20px;
	position: relative;
	width: 240px;
	word-wrap: break-word;
	line-height: 1.5;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -60px 0 0 240px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
	content: '+';
	margin-left: 7px;
	width: 14px;
	display: inline-block;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children.sfHover>a:after,
.genesis-nav-menu .sub-menu li.menu-item-has-children.sfHover>a:hover:after,
.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children.sfHover>a:hover:after,
.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children.sfHover>a:after {
	content: '-';
}

.genesis-nav-menu .sub-menu li.menu-item-has-children>a::after {
	content: '+';
	margin-left: 7px;
	float: right;
	width: 14px;
	display: inline-block;
}

.genesis-nav-menu li.logo {
	background-size: contain !important;
}

.genesis-nav-menu li.logo a {
	color: transparent !important;
	padding: 30px 35px 25px;
}
.nav-primary .genesis-nav-menu>.search {
	margin-top: 19px;
    display: inline-block;
}
.nav-primary li a.icon-search {
    cursor: pointer;
    padding: 0px 0px 0 40px !important;
}
.nav-primary li a.icon-search:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    content: "\f002";
    font-size: 11px;
    z-index: 9999;
}
/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* ## Before Navigation
--------------------------------------------- */
.before-menu {
	background-color: #00652e;
	width: 100%;
}

.before-menu .widget {
	margin-bottom: 0;
}

.before-menu  .wrap{
	max-width: 1180px;
	margin: 0 auto;
}
.before-menu .widget_custom_html .widget-wrap {
	max-width: 1180px;
	margin: 0 auto;
}
.before-menu .widget_custom_html {
	font-size: 14px;
	padding: 14px 0;
	text-align: center;
	background: #00652E;
	color: white;
	float: left;
	width: 80%;
}

.before-menu  .before-menu-information .phone,
.before-menu  .before-menu-information .email,
.before-menu  .before-menu-information .map{
	font-weight: 600;
	float: left;
	text-align: left;
	margin-right:10px;
}
.before-menu  .before-menu-information .email{
	width: 30%;
}
.before-menu  .before-menu-information .phone{
	width: 25%;
	padding-right: 0;
}

.before-menu  .before-menu-information .map{
	width: 40%;
}

.before-menu  .before-menu-information .phone .fa-phone,
.before-menu  .before-menu-information .email .fa-envelope,
.before-menu  .before-menu-information .map .fa-map-marker{
 	clear: both;
    font-family: 'FontAwesome';
    display: inline-block;
    font-weight: 400;
    color: #fff;
    margin-right: 12px;
    background-color: #BA131A;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.before-menu .simple-social-icons{
	width: 20%;
	float: left;
	text-align: left;
}

.before-menu  .simple-social-icons ul li{
	margin: 0 0px 0px !important;
    padding: 12px 0 !important;
}
.before-menu .widget_text p:last-of-type {
	margin-bottom: 0;
}

.before-menu .widget_text strong {
	font-size: 16px;
}

.before-menu .search-form {
	text-align: right;
	margin-top: 10px;
}

.before-menu .widget_search input[type="search"] {
	height: 35px;
	padding: 3px 15px;
	padding-right: 40px;
	border-radius: 20px !important;
	max-width: 250px;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

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

.mysticky-nav {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 999;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
}

.mysticky-nav.sticky-menu {
	background: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.nav-primary {
	text-align: center;
}

.nav-primary .wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 0;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Page Title & Archive Title 
-------------------------------------------- */
.page-title, .archive-title {
    font-size: 30px;
    line-height: 1.6;
   	margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.elementor-page .page-title {
	display: none;
}

/* ## Entries
--------------------------------------------- */

.post-content ul>li,
.page-content ul>li {
	list-style-type: disc;
}

.post-content ol>li,
.page-content ol>li {
	list-style-type: decimal;
}

.post-content ol,
.post-content ul,
.page-content ol,
.page-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;

	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid;
	color: #00652E;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .4px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	margin: 5px;
	font-family: 'UTMAvo', sans-serif;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: #00652E;
	border-color: #00652E;
	color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 21px;
	margin-bottom: 0px;
	clear: both;
}

.comment-respond{
	padding: 50px 0 10px;
}
.entry-pings {
	padding: 50px 0;
}

.entry-comments {
	padding-top: 60px;
}

.entry-comments h3,
h3#reply-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h3#reply-title small {
	margin-left: 20px;
}

.comment-list li {
	padding: 30px 0;
	clear: both;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-form {
	font-size: 14px;
}

.comment-header {
	margin-bottom: 20px;
	font-size: 14px;
}

.comment-content {
	clear: both;
	font-size: 14px;
	float: left;
}

.comment-reply {
	clear: both;
	float: right;
}

.comment-reply a {
font-weight: 500;
    text-decoration: none;
    white-space: normal;
    padding: 13px 30px; 
    font-size: 13px;
    width: auto;
    color: #fff;
    background-color: #00652E;
    text-transform: uppercase;
    border: 1px solid #00652E;
    box-sizing: border-box;
    border-radius: 68px !important;
}

.comment-reply a:hover {
	background: #ba131a;
	color: #fff;
    border: 1px solid #ba131a;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	margin-right: 12px;
	font-size: 14px;
	letter-spacing: 1px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

#commentform p {
	margin-bottom: 22px;
}

#commentform .form-submit {
	margin-top: 15px;
}

#comments .children {
	width: 95%;
	float: right;
}

.comment-respond input[type="checkbox"] {
	margin-right: 12px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	margin-bottom: 20px;
}

.sidebar .featuredpost .widget-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: uppercase;
	color: #00652E;
}

.sidebar .featuredpost .entry-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.sidebar .featuredpost .entry-title a:hover{
	color: #ba131a;
}

.sidebar .featuredpost .entry-content {
	font-size: 13px;
	letter-spacing: 0.5px;
}

.sidebar .featuredpost .entry-title,
.sidebar .featuredpost .entry-content {
	padding-left: 40px;
}

.sidebar .featuredpost .widget-wrap {
	counter-reset: my-sec-counter;
}

.sidebar .featuredpost article.post::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	clear: both;
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	font-family: sans-serif;
	float: left;
	color: #BA131A;
}
.sidebar .widget:last-of-type {
    margin-bottom: 0;
}

.sidebar .featuredpost article.post:nth-child(0) {

}

.sidebar .featuredpost article.post:nth-child(0) {

}

.sidebar .featuredpost article.post:nth-child(0) {

}

.sidebar .featuredpost article.post:nth-child(0) {

}

.sidebar .featuredpost article.post:nth-child(0) {

}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 50px 0 40px;
	margin-top: 60px;
	background: #F8FFF8;
	font-size: 14px;
}

.footer-widgets .wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.footer-widget-area .menu {
	display: block;
}

.footer-widgets-1 .widget.widget_media_image {
	margin-bottom: 10px;
}
.footer-widgets-1 .widget_text p {
    text-align: justify;
}

.footer-widget-area .widget {
	margin-bottom: 20px;
}

.footer-widget-area .widget:last-of-type,
.footer-widget-area .widget_text p:last-of-type {
	margin-bottom: 0;
}

.footer-widget-area .widget_text {
	line-height: 1.7;
}

.footer-widget-area .widget_nav_menu ul>li {
	margin-bottom: 0
}

.footer-widget-area .widget_nav_menu ul>li a{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 70px 0 0;
	display: inline-block;
	letter-spacing: 1.2px;
    font-family: 'UTMAvo', sans-serif;
}

.footer-widget-area .widget_nav_menu ul>li a:hover{
	color: #ba131a;
}
.footer-widgets-3 .simple-social-icons ul>li {
	margin: 0 !important;
}

.footer-widgets-4 .enews-widget .widget-title{
		font-size: 17px;
		font-weight: 700;
    	color: #00652E;
    	text-transform: uppercase;
    	margin-bottom: 40px;
}
.footer-widgets-4 .enews-widget .enews input{
		border: 1px solid #00652E;
		box-sizing: border-box;
		border-radius: 68px !important;
		margin-bottom: 15px;
		width: 100%;
		background:#F8FFF8;
}
.footer-widgets-4 .enews-widget .enews input[type="submit"] {
		background: #00652E;
		color: white; 
}
.footer-widgets-4 .enews-widget .enews input[type="submit"]:hover {
		background: #ba131a;
		color: white; 
	    border: 1px solid #ba131a;
}

.footer-office .footer-location .ft-content .map i,
.footer-office .footer-location .ft-content .email i{
    color: #fff;
    margin-right: 12px;
    background-color: #BA131A;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	clear: both;
    font-family: 'FontAwesome';
}

.footer-office .footer-location .ft-content .map i {
	float: left;
}

.footer-office .footer-hotline .phone .ft-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.footer-office .footer-hotline .phone .sdt{
	font-size: 22px;
    color: #BA131A;
}

.footer-office .footer-hotline .phone,
.footer-office .footer-hotline .ft-title {
	font-size: 15px;
	text-align: center;
}

.footer-office .ft-title {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #00652E;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-office .email{
    padding-bottom: 10px;
	text-transform:lowercase;
}
.footer-office .glv{
	padding-top: 8px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.menu {
	display: none;
}

.nav-primary .menu,
.nav-secondary .menu,
.nav-footer .menu {
	display: block;
}

.site-footer {
	padding: 10px 0;
	background: #ba131a;
}
.site-footer .wrap{
	margin: 0 auto;
	max-width: 1180px;
}

.site-footer,
.site-footer a {
	color: white;
}


.site-footer a:hover{
	color: #e2e2e2;
}
.site-footer .footer-bar{
	float: right;
    max-width: 50%;
}

.site-footer .footer-bar .simple-social-icons{
	margin-bottom: 0;
}
.site-footer .footer-bar .simple-social-icons ul li{
	margin: 0px !important;
}
.site-footer p {
	margin-bottom: 0;
    float: left;
    text-align: left;
    max-width: 50%;
    letter-spacing: .5px;
    font-size: 12px;
    padding-top: 10px;
}


/* Pricing Table
--------------------------------------------- */

.pricing-table .one-third {
	border: 1px solid #f5f5f4;
	margin: 20px 0;
	padding: 40px;
	width: 33.33%;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pricing-table .one-third:nth-child(3n+1) {
	margin: 20px 0;
}

.pricing-table .one-third:nth-child(3n+2) {
	margin-bottom: 0;
	margin-top: 0;
}

.pricing-table ul {
	margin-left: 0 !important;
}

.pricing-table .one-third:nth-child(3n) {
	margin: 20px 0;
}

.pricing-table ul>li {
	border-bottom: 1px solid #f5f5f4;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-type: none !important;
	text-align: center;
	font-size: 13px;
}

.pricing-table a.button {
	text-align: center;
	display: block;
}

.pricing-table h4 {
	border-bottom: 1px solid #f5f5f4;
	margin: -40px -40px 40px;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 40px;
	text-align: center;
	font-style: italic;
}

.pricing-table .price {
	font-size: 25px !important;
}


/* Portfolio */

.genesis-pro-portfolio .single-portfolio .post-title {
	text-align: center;
	font-size: 24PX;
	letter-spacing: 1px;
	margin-bottom: 7px;
}

.style-portfolio h2.post-title a {
	color: #fff;
}

.single-portfolio .content-sidebar-wrap {
	margin: 0 auto !important;
}

.single-portfolio .content {
	width: 100%;
	float: none;
}

.post-type-archive-portfolio .img-portfolio img {
	margin-bottom: 0px;
}

.genesis-pro-portfolio .pro-portfolio {
	margin-right: 0 !important;
    width: calc(25% - 20px) !important;
    padding: 0 !important;
    margin: 0 10px 20px !important;
}


.genesis-pro-portfolio .pro-portfolio:nth-of-type(3n+1) {
	clear: inherit !important;
}

.genesis-pro-portfolio .post-title,
.post-type-archive-portfolio .post-title {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .4px;
	color: white;
	line-height: 1.3;
}

.style-portfolio .post-title:before {
	content: "";
	display: block;
	clear: both;
	margin: 0 auto 10px;
	width: 120px;
    height: 50px;
    background-size: contain !important;
}

.post-type-archive-portfolio .archive-description {
	display: none;
}

.tax-portfolio-type h1.archive-title{
	color: #ba131a;
}
.tax-portfolio-type .img-portfolio img {
	margin-bottom: 0px;
}

/* Portfolio - Paginate */

#fs-pagination {
    margin-top: 20px;
    text-align: right;
}

#fs-pagination .page-numbers {
	border: 1px solid #00652E;
	color: #00652e;
	padding: 4px 0px;
    min-width: 29px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    margin-left: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

#fs-pagination .page-numbers:hover,
#fs-pagination .page-numbers.current {
	background: #00652e;
	color: #fff;
}


/* Portfolio - Home */

/* Portfolio 2 Column */
.home-portfolio-2column .portfolio {
	width: 50%;
	float: left;
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}

.home-portfolio-2column .portfolio>a,
.portfolio-3column .portfolio>a,
.portfolio-4column .portfolio>a {
	margin-bottom: 0;
	position: relative;
	line-height: 0;
	display: block;
}

.home-portfolio-2column .portfolio>a::before,
.portfolio-3column .portfolio>a::before,
.portfolio-4column .portfolio>a::before {
	content: "";
	clear: both;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00652E;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .portfolio:nth-child(2n+3) {
	clear: both;
}

.home-portfolio-2column .portfolio .entry-header,
.portfolio-3column .portfolio .entry-header,
.portfolio-4column .portfolio .entry-header {
	width: 85%;
	padding: 0 15px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.home-portfolio-2column .portfolio:hover .entry-header,
.portfolio-3column .portfolio:hover .entry-header,
.portfolio-4column .portfolio:hover .entry-header,
.home-portfolio-2column .portfolio:hover>a::before,
.portfolio-3column .portfolio:hover>a::before,
.portfolio-4column .portfolio:hover>a::before {
	opacity: 1;
}

.home-portfolio-2column .portfolio .entry-title,
.portfolio-3column .portfolio .entry-title,
.portfolio-4column .portfolio .entry-title{
	font-size: 18px;
	margin-bottom: 0;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.4;
}

.home-portfolio-2column .portfolio .entry-title a,
.portfolio-3column .portfolio .entry-title a,
.portfolio-4column .portfolio .entry-title a {
	color: white;
}

.home-portfolio-2column .portfolio .entry-title a::before,
.portfolio-3column .portfolio .entry-title a::before,
.portfolio-4column .portfolio .entry-title a::before{
	content: "";
	display: block;
	clear: both;
	margin: 0 auto 20px;
	width: 120px;
    height: 50px;
    background-size: contain !important;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio,
.portfolio-3column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio,
.portfolio-4column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio {
	display: inline-block;
	width: 100%;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio,
.portfolio-3column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio,
.portfolio-4column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio{
	margin-bottom: 0;
	text-align: right;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a,
.portfolio-3column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a,
.portfolio-4column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a {
	border: 1px solid #00652E;
    color: #00652E;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 10px;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a:hover,
.portfolio-3column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a:hover,
.portfolio-4column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a:hover {
	background: #00652E;
	color: #fff;
}

.home-portfolio-2column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a::after,
.portfolio-3column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a::after,
.portfolio-4column .elementor-widget-wp-widget-featured-portfolio .view-all-portfolio a::after {
	content: "";
    display: block;
    position: absolute;
    border: 1px solid #00652E;
    top: 2px;
    right: 2px;
    bottom: -4px;
    left: -4px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.style-portfolio .post-title:before,
.home-portfolio-2column .portfolio .entry-title a::before,
.portfolio-3column .portfolio .entry-title a::before,
.portfolio-4column .portfolio .entry-title a::before {
	background: url('images/logo-rinku.png') no-repeat center center;
}


/* Portfolio 3 Column */
.portfolio-3column .portfolio {
	width: 33.3%;
	float: left;
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}

/* Portfolio 4 Column */
.portfolio-4column .portfolio {
	width: 25%;
	float: left;
	padding: 0 10px;
	position: relative;
	margin-bottom: 20px;
}


/* Header Single Post & Header Portfolio & Header Page
----------------------------------------*/
/*.header-portfolio .widget:last-of-type,*/
.header-woo .widget:last-of-type,
.header-post .widget:last-of-type {
	margin-bottom: 0;
}
/*.header-page*/
.header-image-page {
	padding: 80px 0 !important;
}

/*.header-portfolio,*/
.header-woo,
.header-post {
	padding: 80px 0;
	text-align: center;
	background: url('images/header-img-single-post.jpg');
	margin-bottom: 30px;
	position: relative;
}

/*.header-portfolio::after,*/
.header-woo::after,
.header-post::after {
	content: "";
	clear: both;
	display: block;
	background: #333;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*.header-portfolio .wrap,*/
.header-woo .wrap,
.header-post .wrap {
	max-width: 1180px;
	margin: 0 auto;
}

/*.header-portfolio .widget_breadcrumb_navxt,*/
.header-woo .widget_breadcrumb_navxt,
.header-post .widget_breadcrumb_navxt {
	position: relative;
	z-index: 1;
}

.header-portfolio .widget_breadcrumb_navxt .widget-title,
.header-woo .widget_breadcrumb_navxt .widget-title,
.header-post .widget_breadcrumb_navxt .widget-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
}

.header-portfolio {
	margin-bottom: 30px;
}
.header-portfolio .widget {
	margin-bottom: 0;	
}
.header-portfolio .wrap {
	position: relative;
}
.header-portfolio .widget_media_image {
	line-height: 0;
}
.header-portfolio .widget_breadcrumb_navxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

/* About - Home - Contact */

.home_section3 .home_section3_inner2 .inner2_button{
	width: 50%;
}
.home_section3 .home_section3_inner2 .inner2_phone{
	width: 50%;
}
.home_section3 .section3_rinku{
	display: inline-block;
	color: #ba131a;
	margin-bottom: 0;
	padding-right: 5px;
	font-weight: 600;
}

.home_section4 .uport-wrapout .owl-stage .owl-item{
	float: left !important;
}
.home_section4 .uport-wrapout .owl-stage .owl-item .uport-title a,
.home_section4 .uport-wrapout .owl-stage .owl-item .uport-title span{
	font-family: 'UTMAvo', sans-serif !important;
}

.home_section4 .uport-wrapout .owl-dots{
	display:none;
}
.home_section4 .uport-wrapout .owl-nav{
    top: 50%;
    transition: translate(-50px);
    transform: translate(0px, -50px);
    position: absolute;
    width: 100%;
}
.home_section4 .uport-wrapout .owl-nav .owl-prev,
.home_section4 .uport-wrapout .owl-nav .owl-next{
    border-radius: 40px;
    background: rgb(253 252 252 / 80%) !important;
    color: #00652e !important;
    font-size: 30px;
    margin-bottom: 30px;
    width: 43px;
    height: 43px;
    line-height: 1px;
    border: 0px;
}

.home_section4 .uport-ch-grid li img {
    position: relative;
    width: 400px !important;
    vertical-align: top !important;
    height: 400px !important;
    object-fit: cover !important;
}

.home_section4 .uport-wrapout .uport-title{
	text-transform: capitalize !important;
	font-size:22px;
}

.home_section4 .uport-wrapout .uport-title a{
	font-family: 'UTMAvo', sans-serif;
	font-size:22px;
}

.home_section4 .uport-wrapout .uport-slug{
    font-size: 12px !important;
    font-style: italic !important;
    font-family: 'MyriadPro-Regular', sans-serif !important;
}

.home_section4 .uport-wrapout .owl-nav .owl-prev{
	float: left;
    margin-left: 2%;
}

.home_section4 .uport-wrapout .owl-nav .owl-next{
	float: right;
    margin-right: 2%;
}
.home_section4 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    border: 0 solid;
    border-radius: 50%;
    font-size: 0;
    margin: 3px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #eaeaea;
}
.home_section4 .owl-theme .owl-controls .owl-page.active{
	background: #00652e;
}
.home_section4 .uport-cats .uport-slide-playstop{
	display:none;
}
.home_section4 .uport-cats{
	top: 35%;
	width: 100%;
    position: absolute;
    z-index: 1;
}	
.home_section4 .uport-cats a:first-child{
	margin-left: 14px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #006523;
    text-align: center;
}
.home_section4 .uport-cats a:first-child:hover,
.home_section4 .uport-cats a:last-child:hover{
	background: #ba131a;
}
.home_section4 .uport-cats a:last-child{
	float:right;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #006523;
    text-align: center;
}
.home_section4 .uport-cats a:last-child span{
	    margin-right: 0px;
}
.home_section4 .uport-cats a span{
	font-size: 18px;
    line-height: 23px;
    text-align: left;
    margin-left: -2px;
}
.home_section5 .slick-arrow{
	top:35% !important;
}
.home_section5 .wpcp-carousel-section.slick-initialized .slick-slide{
	vertical-align: top !important;
}
.home_section5 .wpcp-carousel-section .slick-arrow{
	border-radius: 40px !important;
    background: #00652e !important;
    font-size: 22px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 1px !important;
    border: 0px;
    text-align:center;
    margin:0 20px;
}
.home_section5 .wpcp-carousel-section.nav-vertical-center{
	padding:0 ;
}
.home_section5 .wpcp-carousel-section .slick-arrow:hover{
	    background: #ba131a !important;
}
.home_section5 .wpcp-carousel-section .slick-arrow .fa-angle-left{
	color: #ffffff !important;
    text-align: center;
    line-height: 38px;
    padding-right: 4px;
}
.home_section5 .wpcp-carousel-section .slick-arrow .fa-angle-right{
	color: #ffffff !important;
    text-align: center;
    line-height: 38px;
    padding-right: 13px;
}
.home_section5 .wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2{
	text-transform: capitalize !important;
	font-size: 22px !important;
}

.home_section5 .wpcp-post-carousel .wpcp-single-item .wpcp-all-captions h2 a{
	color:#00652e;
}


.home_section5 .psac-slider-and-carousel .owl-nav .owl-prev,
.home_section5 .psac-slider-and-carousel .owl-nav .owl-next{
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.8);
    color: #00652e;
    font-size: 30px;
    margin-bottom: 30px;
    width:43px;
    height: 43px;
    line-height: 1px;
    border: 0px;
}

.home_section5 .psac-slider-and-carousel .owl-nav .owl-prev{
	margin-left: 10px;
	position: initial;
}

.home_section5 .psac-slider-and-carousel .owl-nav .owl-next{

   margin-right: 10px;
}


.home_section5 .psac-slider-and-carousel .owl-nav .owl-prev:hover,
.home_section5 .psac-slider-and-carousel .owl-nav .owl-next:hover,
.home_section5 .psac-slider-and-carousel .owl-nav .owl-prev:focus,
.home_section5 .psac-slider-and-carousel .owl-nav .owl-next:focus{
	background-color: #00652e;
	color: #fff;
}

.home_section5 .psac-slider-and-carousel .psac-post-margin-content{
	text-align: left;
	padding: 15px 0 !important;
}

.home_section5 .psac-slider-and-carousel .psac-readmorebtn{
	border-radius: 68px !important;
    margin-bottom: 15px;
    background-color: #00652E;
    border: #00652e solid 1px;
    color: #fff;
    font-size: 0px;
    padding: 10px 20px;
}

.home_section5 .psac-slider-and-carousel .psac-readmorebtn:hover{
	background: #BA131A;
	transition: all .3s;
    -webkit-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    -moz-transform: all .3s;
	border: #ba131a solid 1px;
}


.home_section5 .psac-slider-and-carousel .owl-dots{
	margin-top: -25px !important;
}
.home_section5 .psac-slider-and-carousel .owl-dots .owl-dot{
	background: #ababab;
}

.home_section5 .psac-slider-and-carousel .owl-dots  .owl-dot.active{
	background-color: #00652E;
}
.home_section5  .psac-post-carousel.psac-design-2 .psac-post-carousel-content{
	border: none;
}

.home_section5 .psac-post-carousel-content .psac-post-img-wrap a:hover{
	opacity: 0.6 !important;
}
.home_section5 .psac-post-carousel .psac-post-title a{
	color: #00652e !important;
}

.home_section5 .psac-post-carousel .psac-post-title{
	text-transform: capitalize !important;
	font-size: 22px !important;
}

.home_section5 .psac-slider-and-carousel .psac-readmorebtn:after{
	clear: both;
	display: inline-block;
	content: 'Xem thêm »';
  	font-size:14px;
}

.home_section5 .psac-slider-and-carousel .owl-nav{
	top: 35% !important;
}

.home_section6 .nxkh-hinh img{
	border-radius: 50% !important;
	border: 2px solid #fff !important;
}

.lien-he{
	float: left;
}
.lien-he .map i,
.lien-he .email i,
.lien-he .phone i{
    color: #fff;
    margin-right: 7px;
    margin-bottom: 12px;
    background-color: #BA131A;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
	clear: both;
    font-family: 'FontAwesome';
}
 
.home_section2 .section2_colum .san_pham_img,
.home_section2 .section2_colum .san_pham_tieude {
	opacity: 0
}
.home_section2 .section2_colum:hover .san_pham_img,
.home_section2 .section2_colum:hover .san_pham_tieude{
	opacity: 1
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1201px) {
	.genesis-nav-menu .sub-menu::before,
	.genesis-nav-menu .sub-menu::after {
		content: "";
		display: block;
		clear: both;
		height: 20px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #ba131a;
	    box-shadow: 0 2px 5px rgba(0,0,0,.2);
	    background: white;
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
	.nav-primary .wrap,
	.before-menu .widget-wrap,
	.footer-widgets .wrap,
	.nav-primary .wrap,
	.genesis-pro-portfolio .site-inner,
	.post-type-archive-portfolio .site-inner,
	.single-portfolio .site-inner,
	.header-post .wrap,.site-footer .wrap {
		max-width: 92%;
	}
	.before-menu{
		display: none;
	}

	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.sidebar {
	    padding-top: 40px;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	/* ### Genesis Responsive Menus */
	#nav-primary-wrapper.remove-sticky .mysticky-nav {
		position: static;
	}
	#nav-primary-wrapper {
		height: unset !important;
		margin-top: 0;
		z-index: 9999;
	}
	.genesis-nav-menu li.logo {
		display: none !important;
	}
	/*.logo-nav {
		background-size: contain !important;
		background-color: #fff !important;
		width: 120px;
		height: 48px;
		float: left;
	}
	.mysticky-nav.sticky-menu .logo-nav {
		width: 120px;
		height: 48px;
	}*/
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #ba131a;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}
	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {}
	.menu-toggle::before {
		font-size: 1.5em;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	/* Portfolio */
	.genesis-pro-portfolio .site-inner,
	.single-portfolio .site-inner,
	.post-type-archive-portfolio .site-inner {
		max-width: 92%;
	}
	.style-portfolio .wrap-title::before,
	.style-portfolio .wrap-title,
	{
		position: static !important;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	}

	.style-portfolio .wrap-title::before {
		border: 0 !important;
	}
	.style-portfolio .img-portfolio {
		margin-bottom: 15px !important;
	}
	.nav-primary .genesis-nav-menu>.search{
		display: none;
	}
}

@media only screen and (min-width: 1025px) {
	.footer-widgets .wrap {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(4, 1fr);
		grid-template-areas:
		'footer_1 footer_2 footer_2 footer_4'
		'footer_1 footer_3 footer_3 footer_4';
	}

	.footer-widgets-1 {
		grid-area: footer_1;
		padding-right: 10%;
	}

	.footer-widgets-1 .widget.widget_media_image {
		margin-bottom: 10px;
	}

	.footer-widgets-2 {
		grid-area: footer_2;
		padding-right: 30px;
	}

	.footer-widgets-3 {
		grid-area: footer_3;
		padding-right: 30px;
	}

	.footer-widget-area .menu {
		display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}

	.footer-widgets-3 .widget_custom_html {

		padding-right: 15px;
		float: left;
	}

	.footer-widgets-3 .simple-social-icons {
		width: 15%;
	}
	.footer-widgets-4 {
		grid-area: footer_4;
		padding: 70px 0 0px;
   		text-align: center;
	}
	
	.footer-office .footer-location {
		width: 65%;
		float: left;
		padding-right: 30px;
	}

	.footer-office .footer-hotline {
		width: 35%;
		float: left;
		padding-left: 15px;
	}
	.genesis-pro-portfolio .pro-portfolio.first {
		clear: inherit;
	}
}

@media only screen and (max-width: 1025px){
	.portfolio-3column .portfolio{
		width: 50%;
	}

	.portfolio-4column .portfolio{
		width: 50%;
	}
	.footer-office .footer-location .ft-content{
		text-align:left;
	}
}

@media only screen and (max-width: 1024px) {
	.to-top {
		right: 30px;
		bottom: 30px;
	}

	.footer-widget-area {
		max-width: 460px;
		margin: 0 auto;
		text-align: center;
	}
	.footer-widget-area:not(:last-child) {
		margin-bottom: 30px;
	}
	.footer-widget-area .widget_nav_menu {
		margin-left: -15px;
	}
	.footer-widget-area .widget_nav_menu ul>li a {
		float: left;
		padding: 10px 15px ;
	}

	.footer-widget-area .simple-social-icons ul {
		float: none;
	}

	.footer-office .footer-location,
	.footer-office .footer-hotline {
		margin-bottom: 30px;
	}
	.footer-office .footer-hotline{
		margin-bottom:0;
	}
	.footer-widgets-2{
		display: none;
	}
	.footer-widgets-3 .footer-office .ft-title {
		text-align: center;
	}
	
	.footer-widgets-4 .enews-widget .widget-title{
		margin-bottom:20px;
	}
	.site-footer p {
		max-width: 100%;
		text-align: center;
		float: none;
		padding-top: 5px;
	}
	.site-footer .footer-bar{
		max-width: 100%;
		float: none;
		text-align: center;
	}
	.footer-office .footer-location .ft-content .map i {
    	float: none;
	}
	.genesis-pro-portfolio .pro-portfolio {
    	width: calc((100% / 3) - 20px) !important;
	}
	.genesis-pro-portfolio .clear.hiden-1024 {
    	clear: inherit;
	}

}

@media only screen and (max-width: 860px) {
	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
}

@media only screen and (max-width: 782px) {
	.to-top {
		right: 20px;
		bottom: 20px;
	}
	.genesis-pro-portfolio .post-title,
	.post-type-archive-portfolio .post-title {
		font-size: 18px;
	}
	.admin-bar .sticky-menu {
		top: 46px;
	}
}

@media only screen and (max-width: 768px){
	.genesis-pro-portfolio .pro-portfolio {
	    width: calc(50% - 10px) !important;
	    margin: 0 5px 10px !important;
	}
	.genesis-pro-portfolio .pro-portfolio.first {
    	clear: inherit;
	}
	.header-post{
		padding:50px 0;
	}
	.header-image-page {
		padding: 50px 0 !important;
	}
	.header-post .widget_breadcrumb_navxt .widget-title{
		font-size:26px;
	}
	.header-portfolio .widget_breadcrumb_navxt .widget-title{
		font-size:22px;
	}
}

@media only screen and (max-width: 640px) {
	.pricing-table {
		max-width: 80%;
		margin: 0 auto;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}

	.before-menu .widget_search input[type="search"] {
		max-width: 100%;
	}
	.home-portfolio-2column .portfolio .entry-title{
		font-size: 13px;
	}
	.home-portfolio-2column .portfolio .entry-title a::before{
		margin: 0 auto 10px;
    	width: 100px;
   		height: 40px;
	}

	.home_section5 .psac-post-carousel .psac-post-title{
		font-size: 18px !important;
	}
	.home-portfolio-2column .portfolio{
		width: 100%;
	}

	.portfolio-3column .portfolio{
		width: 100%;
	}

	.portfolio-4column .portfolio{
		width: 100%;
	}
	.footer-widgets {
	    margin-top: 30px;
	}
	.header-portfolio .widget_breadcrumb_navxt .widget-title{
		font-size:18px;
	}
}

@media only screen and (max-width: 520px) {
	.lien-he .map i{
		float:left;
	}
}
@media only screen and (max-width: 480px) {
	.pricing-table {
		max-width: 100%;
		margin: 0 auto;
	}
	.genesis-pro-portfolio .pro-portfolio {
		width: 100% !important;
		margin-bottom: 15px !important;
	}
	.genesis-pro-portfolio .post-title,
	.post-type-archive-portfolio .post-title {
		font-size: 23px;
	}
	.footer-office .footer-location .ft-content .map i{
		float:left;
	}
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}