/*
	Theme Name: ecohealthvn.com
	Theme URI: http://minhduongads.com
	Description: 
	Author: Minh Dương ADS
	Author URI: http://minhduongads.com
	Version: 1.0
	Template: genesis
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Responsive Design

*/

/* Defaults
------------------------------------------------------------ */
@font-face {
	font-family: Aquarelle;
	src: url('fonts/Tahoma.ttf');
	font-weight: normal;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 120px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: 'Tahoma', Arial, sans-serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 13px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	/* height: 100px; */
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	background-color: transparent;
	clear: both;
	color: #333;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	/* border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd; */
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	/* border-right: 1px solid #ddd; */
	color: #ffffff;
	display: block;
	padding: 14px 16px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #076660;
	color: #ffffff;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #348683e3;
	border: 1px solid #348683e3;
	border-top: none;
	color: #ffffff;
	font-size: 12px;
	padding: 13px 10px 13px 10px;
	position: relative;
	text-transform: uppercase;
	width: 170px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #076660e3;
	color: #ffffff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -45px 0 0 192px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #333;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	/* padding: 20px; */
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 15px;
    padding: 10px 10px;
    background-color: #ffffff;
    border: 0px;
    width: 1000px;
	margin: auto;
	color: #29807c;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 13px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	/* width: 100%; */
	width: 1000px;
	margin: auto;
	float: none;
	padding: 0px;
	overflow: hidden;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 725px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 20px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Tahoma', Arial, sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Tahoma', Arial, sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area h4 {
	color: #fff;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px; 
	padding: 10px 0 10px 10px;
	background: url(images/menu_left_bg.png) no-repeat;
	text-align: left;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 13px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 13px;
	margin: -5px 0 15px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	padding: 5px 0 0;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 13px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 13px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 265px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	/* border: 1px solid #ddd; */
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px #e9e9e9 solid;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 0 15px 10px;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	/* background: url(images/gradient.png) 0 0; */
	border: 1px solid #ccc;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	/* background: url(images/gradient.png) 0 -33px; */
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	/* margin: 10px -7px 0 0; */
	padding: 3px 5px 3px 10px;
    width: 150px;
}

#nav .s {
	background-color: #fff;
    margin: 0px;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ffbe4d;
	color: #a7a7a7;
	padding: 6px 5px 6px 10px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	/* background-color: #f5f5f5;
	border-top: 1px solid #ddd; */
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #0d72c7;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 13px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 13px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

div.gform_wrapper .ginput_complex label {
	font-size: 13px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Block
------------------------------------------------------------ */

.block {
	clear: both;
	margin: 0 0 20px 0;
}

.block .older-posts ul {
	padding-left: 15px;
}

.block-title {
	font-size: 16px;
	background-color: #f5f5f5;
	margin: 0;
	padding: 9px 10px 8px;
}

.block-wrap {
	padding: 10px;
}


/*Caia widget advertise
--------------------------------------------------------------*/
.caia_ads_widget, .sidebar .caia_ads_widget, .caia_ads_widget .widget-wrap{
	text-align:center;
	background:none;
	border:none;
	padding:0px;
}
.caia_ads_widget .widgettitle{
	background:none;
	color:inherit;
	border:none;
	padding:0px;
	width:100%;
	margin:0px;
}

/**
 * SANGMINI Ngày 29 Tháng 08 Năm 2018
 */

#wrapper_contact{
	width: 100%;
	overflow: hidden;
	background: url(images/top_bg.png);
	min-height: 33px;
}
#wrapper_contact .main {
	width: 1000px;
	overflow: hidden;
    margin: auto;
}
#wrapper_contact .main .contact_icon {
	float: right;
	display: flex;
}
#wrapper_contact .main .contact_icon .icon_gg,
#wrapper_contact .main .contact_icon .icon_zl,
#wrapper_contact .main .contact_icon .icon_fb {
	background-image: url(images/top_button_social.png);
	width: 35px;
	height: 31px;
	border: 1px solid #f7f7f7;
}
#wrapper_contact .main .contact_icon .icon_zl {
	background-position: 0px 60px;
}
#wrapper_contact .main .contact_icon .icon_fb {
	background-position: 0px 30px;
}
#header .wrap {
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#header #title-area {
	width: 46%;
	float: left;
	height: 120px;
}
#header #title-area #title,
#header #title-area #title a {
	width: 100%;
	height: 96px;
    margin: 12px 0 12px 0;
}
#title {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}
#header .header-widget-area {
	width: 54%;
	float: left;
	padding: 0px 0px;
	margin: 20px 0px;
}
#header .header-widget-area #media_image-2,
#header .header-widget-area #media_image-3 {
	width: 49.5%;
	float: left;
}
.header-widget-area #media_image-2 {
	border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}
.header-widget-area .widget_media_image .widget-wrap {
	text-align: center;
}
/** Nav **/
#nav {
	width: 100%;
	overflow: hidden;
	background: url(images/top_bg_navigation.png)no-repeat center center;
    height: 48px;
}
#nav .wrap {
	width: 1000px;
	margin: auto;
}
#nav .wrap .searchbox {
	margin-left: 70px;
	padding: 9px 0px;
	float: right;
}
#nav .wrap .searchbox input[type="submit"] {
	width: 25px;
    height: 30px;
    line-height: 22px;
    border-left: none;
    text-indent: -9999px;
    background: #ffbe4d url(images/top_timkiem.png)no-repeat 0px center;
	padding: 0px;
	border: 1px solid #ffbe4d;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/**
 * Footer
 */
#footer {
	background: url(images/top_bg.png);
    width: 100%;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    float: left;
}
#footer .wrap {
	width: 1000px;
	margin: auto;
	padding: 0px;
}
#footer-1 {
	width: 36%;
    float: left;
    margin-right: 4%;
}
#footer-1 h1,
#footer-2 h1{
	font-size: 25px;
	text-transform: uppercase;
	color: #5fb38c;
	font-weight: 600;
	padding: 20px 0 5px 0;
}
#footer-1 h1::before,
#footer-2 h1::before {
	content: "\f192";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f38d8d;
    font-size: 24px;
    padding-right: 10px;
    top: 10px;
    left: 0;
}
#footer-1 ul li{
	list-style-type: none;
    line-height: 33px;
    font-size: 15px;
    background: #fff;
    margin: 0 0 7px 0;
    padding: 3px 10px 3px 10px;
    border-radius: 8px;
}
.fa-map-signs,
.fa-phone-square,
.fa-clock-o,
.fa-envelope {
	font-size: 20px !important;
    color: #ffffff;
    background: #f38d8d;
    padding: 10px;
    border-radius: 50%;
}

.fa-phone-square {
	background: #ebc180;
}
.fa-clock-o {
	background: #9dbd96;
}
.fa-envelope {
	background: #8ec6cb;
}
#footer-2 {
	width: 60%;
	float: left;
}

.custom_copy {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}
.custom_copy .wrap {
	width: 1000px;
	margin: auto;
	padding: 5px 0px;
}

.copy_right {
	font-size: 11px;
	text-align: center;
}
/**
 * Home
 */
.icon_gt {
	background: rgba(0,0,0,0) url(images/content1_icon.png) no-repeat scroll left center;
}
.icon_ut {
	background: rgba(0,0,0,0) url(images/content3_icon.png) no-repeat scroll left center;
}
.icon_dl {
	background: rgba(0,0,0,0) url(images/content6_icon.png) no-repeat scroll left center;
}
.icon_ld {
	background: rgba(0,0,0,0) url(images/content3_icon.png) no-repeat scroll left center;
}
.icon_bv {
	background: rgba(0,0,0,0) url(images/content9_icon.png) no-repeat scroll left center;
}
ul.item-tl {
	width: 100%;
    float: left;
    display: flex;
}
ul.item-tl li {
	list-style-type: none;
	margin: 20px 10px;
}
ul.item-tl li .item-cell {
    overflow: hidden;
    height: 376px;
	position: relative;
}
ul.item-tl li .item-cell:hover .item_content {
	margin-top: -223px;
	animation: wawe 1s infinite linear;
    text-transform: uppercase;
    text-align: center;
	transition: margin-top 1.5s ease 0s;
	visibility: visible;
}
ul.item-tl li .item-cell .item_content {
	position: absolute;
	-webkit-transition: margin-top 1.5s;
	transition: margin-top 1.5s;
	background: #49d683c2;
	margin-top: -47px;
	padding: 15px 10px 100px 10px;
	text-transform: uppercase;
	text-align: center;
	transition: none;
}
ul.item-tl li .item-cell .item_content h3 {
	color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
ul.item-tl li .item-cell .item_content p {
	color: #ffffff;
    text-align: justify;
    font-size: 14px;
    text-transform: none;
}
.item_uu_ph {
	width: 46%;
    background: #eee;
    margin-bottom: 10px;
    margin: 0 1% 20px 1%;
    float: left;
    clear: both;
    padding: 1% 1% 25px;
}
.item_uu_ph img {
	width: 194px;
    height: 135px;
    object-fit: contain;
}
.item_uu_ph p.uuthe {
	color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
.item_uu_ph p {
	margin: 20px 5px 0;
}
.item_uu_ph img {
	float: left;
	margin: 25px 12px 0;
}
.uu_pk .main_content_ld .left {
	width: 40%;
    float: left;
    text-align: center;
    padding: 25px 0 0 1%;
}
.uu_pk .main_content_ld .center {
	width: 18%;
    float: left;
    text-align: center;
    padding-top: 185px;
}
.uu_pk .main_content_ld .right {
	width: 40%;
    float: right;
    text-align: center;
    padding: 25px 1% 0 0;
}
.title .pk_dtr {
	color: #5a5959;
    font-size: 15px;
    margin-top: -5px;
	margin-bottom: 9px;
	text-align: center;
}
.main_content1_left,
.main_content1_right {
	width: 50%;
	float: left;
}
.main_content1_right{
	background: #f5f5f5 none repeat scroll 0 0;
	box-sizing: border-box;
	color: #5a5959;
	float: left;
	font-size: 15.2px;
	line-height: 21px;
	margin-top: 0;
	min-height: 120px;
	padding: 15px;
	text-align: justify;
}
.elementor-slick-slider ul.slick-dots li button:before {
	font-size: 20px !important;
	color: #060606d9 !important;
}
.elementor-slick-slider ul.slick-dots li.slick-active button:before {
	color: #04d616 !important;
}
.div_menu {
	background: rgba(0,0,0,0) url(images/top_bg.png) repeat scroll 0 0;
    float: left;
    padding: 10px 0 20px;
    width: 100%;
}
.div_menu .main .div_mainmenu {
	width: 1000px;
	margin: auto;
}
.div_menu .main .div_mainmenu .wp-caption {
	background-color: transparent;
    border: 0px;
}
.div_menu .main .div_mainmenu .elementor-widget-image .widget-image-caption {
	color: #6a6a6a;
	text-transform: uppercase;
	margin-top: 15px;
}
.Content_Home {
	width: 100%;
	overflow: hidden;
}
.Content_Home .main {
	max-width: 1000px;
	margin: auto;
}
.main>.title {
	border-bottom: 4px solid #f5f5f5;
    box-sizing: border-box;
    color: #404040;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding: 10px 0 0 50px;
    text-transform: uppercase;
	width: 100%;
	float: left;
}
.main .title h2 {
	color: #2691b0;
    font-size: 22px;
    font-weight: 600;
}
.list-1,
.list-2 {
	width: 100%;
	overflow: hidden;
}
.main_content_ld {
	width: 100%;
	float: left;
	display: flex;
    flex-flow: row wrap;
}
.main_content_ld .item_ld {
	float: left;
    width: 23%;
    margin: 20px 1% 25px 1%;
    font-size: 14px;
    background: #eee;
    padding: 0px;
}
.main_content_ld .item_ld .title-col {
	padding: 17px 10px 17px 10px;
    background: #0d9fb1;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.main_content_ld .item_ld p {
	padding: 20px 15px;
}
.main_content_news {
	width: 100%;
	float: left;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
	margin: auto;
	border-radius: 10px; 
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
	animation-duration: 0.4s;
	margin-bottom: 100px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close,
.close_1 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close_1:hover,
.close:focus,
.close_1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 2px 16px;
	background-color: #2691b0;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}
.dang-ky .main .modal-header h2 {
	padding: 20px 0 20px 0;
}
.modal-body {
	padding: 15px 50px;
}
.modal-body #nf-form-1-cont form .nf-form-content nf-fields-wrap nf-field:nth-child(1),
.modal-body #nf-form-1-cont form .nf-form-content nf-fields-wrap nf-field:nth-child(2),
.modal-body #nf-form-1-cont form .nf-form-content nf-fields-wrap nf-field:nth-child(3),
.modal-body #nf-form-1-cont form .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
	width: 50%;
	float: left;
}
.modal-footer {
    padding: 15px 50px;
    background-color: #2691b0;
	color: white;
	padding: 15px 50px;
    background-color: #2691b0;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.modal-footer h3 {
	font-size: 18px;
    text-align: left;
    text-transform: uppercase;
}
.nf-after-field .nf-error-msg {
	text-align: left;
}
.dang-ky .main .modal-content .modal-footer p {
	font-size: 14px;
	color: #333;
	text-transform: none;
	text-align: left;
	line-height: 26px;
    padding-top: 0px;
}
.dang-ky {
	background: rgba(0,0,0,0) url(images/content5_bg.png) no-repeat scroll center center;
    margin-top: 20px;
    text-align: center;
    width: 100%;
	float: left;
	background-size: 100%;
}
.dang-ky .main h2 {
	padding-top: 55px;
    color: #fff;
    font-size: 25px;
    text-shadow: 1px 1px #999;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.dang-ky .main p {
	font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 10px;
}
.dang-ky .main #myBtn,
.dang-ky .main #myBtn_1 {
	background: #ffb94d;
	border: 0px;
	padding: 15px 40px;
	margin: 30px 0;
	border-radius: 20px;
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}
/**
 * Dịch vụ an toàn
 */
.elementor-element-4e5fe81 {
	padding: 20px 0px;
}
.elementor-element-4e5fe81 .elementor-widget-container .elementor-blockquote {
	border: 1px solid #D2EFD4;
    border-radius: 6px;
	color: #505050;
	background: #ffffff url(images/content2_icon.png) no-repeat scroll 13px center;
	padding-left: 100px;
}
.elementor-element-4e5fe81 {
	width: 1000px;
	margin: auto;
}
.elementor-103 .elementor-widget-container .elementor-spacer .elementor-spacer-inner {
	border-bottom: 4px solid #63B16F;
	width: 200px;
	right: 0px;
	height: 0px !important;
}
.elementor-103 .elementor-widget-heading.elementor-widget-heading h1.elementor-heading-title {
	font-size: 18px;
	margin: 10px 0px;
}
.elementor-element-98d0adb .elementor-widget-container {
	background: #4FBAD9;
    width: 1000px;
	margin: auto;
	padding: 20px;
}
.elementor-103 .elementor-element.elementor-element-b883c47 .elementor-blockquote:before {
	font-size: 50px !important;
    float: left;
	width: 35px;
	color: red;
}
.elementor-103 .elementor-element.elementor-element-98d0adb .elementor-blockquote:before {
	font-size: 40px !important;
    float: left;
    width: 35px;
}
.elementor-element-b883c47 .elementor-widget-container .elementor-blockquote .elementor-blockquote__content {
	margin-top: 0px;
}
.elementor-element-98d0adb .elementor-widget-container .elementor-blockquote .elementor-blockquote__content {
	color: #ffffff;
	margin-top: 0px;
}
.elementor-element-efbb103 .elementor-element-81d33e4,
.elementor-element-efbb103 .elementor-element-cad94b3,
.elementor-element-efbb103 .elementor-element-0482fa8 {
	width: 33.333%;
	float: left;
}
.elementor-element.elementor-element-81d33e4 .elementor-widget-container .elementor-button-wrapper,
.elementor-element.elementor-element-cad94b3 .elementor-widget-container .elementor-button-wrapper,
.elementor-element.elementor-element-0482fa8 .elementor-widget-container .elementor-button-wrapper {
	text-align: center;
}
.elementor-element.elementor-element-81d33e4 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	padding: 15px 20px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#e26666),to(#e26666));
    border-radius: 10px;
    color: #fff;
}
.elementor-element.elementor-element-cad94b3 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	padding: 15px 20px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ffb933),to(#ffb933));
    border-radius: 10px;
    color: #fff;
}
.elementor-element.elementor-element-0482fa8 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	padding: 15px 20px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#1d936b),to(#1d936b));
    border-radius: 10px;
    color: #fff;
}
.elementor-element-8d1d917.elementor-widget-heading.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
	color: #505050;
    padding: 15px 50px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}
.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}
.elementor-103>.elementor-inner>.elementor-section-wrap>.elementor-element {
	padding: 20px 0;
}
.elementor-103>.elementor-inner>.elementor-section-wrap .elementor-element.elementor-element-e4099fb {
	padding: 0px;
}
.elementor-element-9035908,
.elementor-element-28af9f2 {
	padding: 0px;
	background: #f5f5f5;
}
.elementor-section.elementor-section-boxed>.elementor-container {
	width: 1000px !important;
}
.elementor-element-4a9f317 .elementor-element .elementor-column-wrap .elementor-widget-wrap {
	background: #ffffff;
}
.elementor-widget-wrap .elementor-element-ce271b4,
.elementor-widget-wrap .elementor-element-260ecf5,
.elementor-widget-wrap .elementor-element-d9af61d,
.elementor-widget-wrap .elementor-element-8bac10a {
	padding: 15px;
    text-align: justify;
}
.elementor-element-b883c47 .elementor-widget-container {
	border: 1px solid red;
    padding: 20px;
    border-radius: 10px;
}
/**
 * Liên hệ
 */
.elementor-element-a6083a9 {
	background: #ffffff;
    padding: 35px 0px;
}
.elementor-element-cb4529d,
.elementor-element-e217643,
.elementor-element-39449b3 {
	background: #e26666;
    border-radius: 15px;
    margin: 10px;
}
.elementor-element-e217643 {
	background: #f4b336;
}
.elementor-element-39449b3 {
	background: #4bc88d;
}
.elementor-element-cb4529d .elementor-column-wrap .elementor-widget-wrap,
.elementor-element-e217643 .elementor-column-wrap .elementor-widget-wrap,
.elementor-element-39449b3 .elementor-column-wrap .elementor-widget-wrap {
	border: 1px solid white;
    border-radius: 15px;
}
.elementor-element-cb4529d .elementor-column-wrap .elementor-widget-wrap .elementor-element-9467fc6,
.elementor-element-e217643 .elementor-column-wrap .elementor-widget-wrap .elementor-element-2730bbf,
.elementor-element-39449b3 .elementor-column-wrap .elementor-widget-wrap .elementor-element-10b72ee {
	margin-top: 10px;
}
.elementor-element-a6083a9 .elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color: #ffffff;
	font-size: 15px;
	text-transform: none;
}
.elementor-element-715a858 {
	padding: 20px 0px;
    background: #eaeaea;
}
.elementor-widget-heading.elementor-widget-heading h1.elementor-heading-title {
	font-weight: bold;
    color: #333333;
    font-size: 25px;
    margin-top: 10px;
}
.elementor-column-wrap .elementor-widget-wrap .elementor-element-70e9ce6 {
	margin-bottom: 10px;
}
.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title {
	color: #d03e3e;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
}
.nf-before-form-content nf-section .nf-form-fields-required {
	color: #e80000;
    margin-bottom: 10px;
    font-weight: 600;
}
.field-wrap .nf-field-element input,
.field-wrap .nf-field-element textarea {
	padding: 10px;
	background: #fff;
	border: 1px solid #29807c;
}
.field-wrap .nf-field-element textarea {
	height: 100px;
}
.field-wrap .nf-field-element input[type="button"]{
	background:#29807c;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}
nf-fields-wrap nf-field .nf-field-container {
	margin-bottom: 10px;
}
.elementor-element-8a884b5 .elementor-widget-container h1.elementor-heading-title {
	background: none repeat scroll 0 0 #cba787;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0px;
}
.elementor-element .elementor-widget-container .elementor-button-wrapper .elementor-button {
	color: #868686;
	padding: 30px 20px 30px 75px;
    font-size: 16px;
	font-weight: 400;
	border-radius: 0px;
}
.elementor-element.elementor-element-a70b061 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/icon_1.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-9912739 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/icon_2.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-e01cc19 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/icon_3.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-313b823 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/icon_4.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-260f65a .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/icon_5.png) 15px center no-repeat #ffffff;
}
/** hover **/
.elementor-element.elementor-element-a70b061 .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	background: url(images/icon_1_hover.png) 15px center no-repeat #92d9ca;
	color: #ffffff;
}
.elementor-element.elementor-element-9912739 .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	background: url(images/icon_2_hover.png) 15px center no-repeat #ffd585;
	color: #ffffff;
}
.elementor-element.elementor-element-e01cc19 .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	background: url(images/icon_3_hover.png) 15px center no-repeat #f8a09e;
	color: #ffffff;
}
.elementor-element.elementor-element-313b823 .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	background: url(images/icon_4_hover.png) 15px center no-repeat #86d8a5;
	color: #ffffff;
}
.elementor-element.elementor-element-260f65a .elementor-widget-container .elementor-button-wrapper .elementor-button:hover {
	background: url(images/icon_5_hover.png) 15px center no-repeat #8f8ea4;
	color: #ffffff;
}
.elementor-element-bafac91 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: #29807c;
    color: #ffffff;
    padding: 20px;
    text-transform: uppercase;
}
/**
 * Giới thiệu
 */
.elementor-element-aab19eb {
	background: rgba(0,0,0,0) url(images/top_bg.png) repeat scroll 0 0;
    padding: 10px 0 20px;
}
.elementor-element-03f937e .elementor-image figure.wp-caption {
	background-color: transparent;
    border: 0px;
}
.elementor-element-03f937e .elementor-widget-image .widget-image-caption {
    color: #6a6a6a;
    text-transform: uppercase;
    margin-top: 15px;
}
.elementor-element-d56210a {
	border-top: 1px solid #F0F0F0;
	background: #EBEBEB;
	padding: 30px 0px;
    border-bottom: 1px solid #F5F5F5;
}
.elementor-element.elementor-element-fc91fa4 .elementor-widget-container .elementor-button-wrapper .elementor-button,
.elementor-element.elementor-element-000b144 .elementor-widget-container .elementor-button-wrapper .elementor-button,
.elementor-element.elementor-element-123a22d .elementor-widget-container .elementor-button-wrapper .elementor-button {
	padding: 20px 40px;
    border-radius: 40px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #50a6a2;
    background-image: -moz-linear-gradient(center top,#fff,#ebebeb);
	background: -webkit-gradient(linear,0 0,0 100%,from(#7adcd7),to(#27716e));
    font-weight: 700;
}
.elementor-element-54fb467,
.elementor-element-fe191eb,
.elementor-element-e688778,
.elementor-element-abfd508 {
	background: #ebebeb;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
}
.elementor-column-wrap .elementor-widget-wrap .elementor-element-fe191eb,
.elementor-column-wrap .elementor-widget-wrap .elementor-element-e688778 {
	background: #00a99d;
}
.elementor-column-wrap .elementor-widget-wrap .elementor-element-fe191eb .elementor-text-editor h3,
.elementor-column-wrap .elementor-widget-wrap .elementor-element-e688778 .elementor-text-editor h3,
.elementor-column-wrap .elementor-widget-wrap .elementor-element-fe191eb .elementor-text-editor p,
.elementor-column-wrap .elementor-widget-wrap .elementor-element-e688778 .elementor-text-editor p {
	color: #ffffff;
}
.elementor .elementor-text-editor img.alignnone {
	margin-bottom: 0px;
}
.elementor-166 .elementor-element .elementor-widget-container h2.elementor-heading-title {
	color: #00a99d;
	font-size: 35px;
}
.elementor-widget-container .elementor-spacer .elementor-spacer-inner {
	border-bottom: 2px dashed #D3D4D4;
    margin: 20px 0px;
    width: 100px;
    position: relative;
    right: 10px;
	margin: auto;
}
.elementor-element-dd0a1b6 {
	padding: 40px 0px 30px 0px;
    background: #f98080;
}
.elementor-element-34ea6ff .elementor-widget-container h1.elementor-heading-title {
    color: white;
    font-size: 30px;
}
.elementor-element-2ae29bd {
	background-color: #00a99d;
    padding: 20px 0px;
    color: white;
}
.elementor-element-590efb2 {
	background: #ffffff;
    padding: 30px 0px;
}
.elementor-element-dcd98d4 .elementor-widget-container h1.elementor-heading-title {
	color: #525252;
    font-size: 30px;
}
.elementor-text-editor p {
	line-height: 25px;
}
.elementor-element-65ccefb .elementor-container .elementor-row .elementor-element .elementor-column-wrap {
	padding: 15px;
}
.elementor-element-54116a5 .elementor-container .elementor-row .elementor-element .elementor-column-wrap {
	border: 1px solid #bdbebe;
}
.elementor-element-54116a5 .elementor-container .elementor-row >.elementor-element {
	padding: 10px;
}
.elementor-element-5abedb3 {
	padding: 30px 0px;
    background: #ffffff;
}
.elementor-166  .elementor-element-a6c07f8 .elementor-widget-container h1.elementor-heading-title,
.elementor-166 .elementor-element-ed062f2 .elementor-widget-container h2.elementor-heading-title {
	color: #ffffff;
}
.elementor-element-3da578d .elementor-widget-container .elementor-spacer .elementor-spacer-inner {
	float: left;
	right: 0px;
	margin: 0px 0 20px 0;
	border-bottom: 4px dashed #ffffff;
}
.elementor-element-fca9d35 .elementor-column-wrap {
	border-left: 2px dashed #ffffff;
	border-right: 2px dashed #ffffff;
}
.elementor-element-1ee1324 .elementor-text-editor p {
	color: #ffffff;
	font-size: 16px;
	text-align: justify;
}
.elementor-element-1ee1324 .elementor-container .elementor-row .elementor-element-8ec8471 .elementor-column-wrap {
	padding: 65px 20px 20px 0px;
}
.elementor-element-1ee1324 .elementor-container .elementor-row .elementor-element-fca9d35 .elementor-column-wrap {
	padding: 65px 20px 20px 20px;
}
.elementor-element-1ee1324 .elementor-container .elementor-row .elementor-element-afb1218 .elementor-column-wrap {
	padding: 20px 0px 20px 20px;
}
.elementor-element.elementor-element-1f801fc .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon1.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-5abc6bf .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon3.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-7880704 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon5.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-7d1d9d9 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon2.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-f802f43 .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon4.png) 15px center no-repeat #ffffff;
}
.elementor-element.elementor-element-51b8d8e .elementor-widget-container .elementor-button-wrapper .elementor-button {
	background: url(images/thaogo_icon6.png) 15px center no-repeat #ffffff;
}
.elementor-element-dbe3cc5 .elementor-element .elementor-widget-container .elementor-button-wrapper .elementor-button {
	padding: 20px 20px 45px 140px;
	line-height: 25px;
	height: 135px;
	color: #f55858;
    font-size: 18px;
}
.elementor-element-f2f4a0b .elementor-widget-container .elementor-spacer .elementor-spacer-inner {
	border-bottom: 2px dashed #ffffff;
}
.elementor-element-000b144 {
	padding: 20px 0px 0px 0px;
}
.elementor-element-79a5a3b {
	justify-content: center;
    flex-direction: column;
}
/**
 * sidebar
 */
ul>li.cat-item>a {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.children>li>a {
	color: #00a99d;
}
ul.children>li>a:hover {
	margin-left: 10px;
    background: url(images/menu_left_bullet_hover.png) no-repeat 0px center;
    color: #ef7862;
	transition: all .3s;
	padding-left: 20px;
}
.sidebar.widget-area ul >li.cat-item {
	background-color: #5dd9bf;
	color: #ffffff;
	cursor: pointer;
	/* padding: 18px; */
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.sidebar.widget-area ul li ul.children li {
	display: none;
	border-bottom: 1px dashed #ccc;
    line-height: 30px;
    margin: 0 auto;
    min-height: 30px;
    overflow: hidden;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
}
.widget-wrap > ul > li.cat-item > a {
	color: #ffffff;
    display: block;
    padding: 14px 16px;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
	background: url(images/menu_left_button_hien.png) no-repeat scroll right 5% center;
}
#sidebar .widget-wrap .main-posts {
	background: #ffffff;
	padding: 20px 10px 10px 10px;
	border: 1px solid #e2e2e2;
}
#sidebar .widget-wrap .main-posts > div {
	width: 100%;
	margin: 0px 0px 25px 0px;
}
#sidebar .widget-wrap .main-posts > div > a {
	width: 30%;
	margin: 0px;
	float: left;
}
#sidebar .widget-wrap .main-posts > div .widget-item-title {
	width: 60%;
	float: left;
}
#sidebar .widget-wrap .main-posts > div .widget-item-title a {
	color: #FB8B82;
    font-size: 13px;
	font-weight: 600;
    text-transform: uppercase;
}
#caia-post-list-2 .widget-wrap .main-posts .post {
	position: relative;
	overflow: hidden;
}
#caia-post-list-2 .widget-wrap .main-posts .post a.alignleft {
	margin:  0px;
}
#caia-post-list-2 .widget-wrap .main-posts .post a.alignleft,
#caia-post-list-2 .widget-wrap .main-posts .post a.alignleft img {
	width: 100%;
}
h3.widget-item-title {
	bottom: -80px;
	margin: 0px;
    z-index: 32;
    background: #ffffff;
    padding: 0px 0px 0px 10px;
}
#caia-post-list-2 .widget-wrap .main-posts .post:hover h3.widget-item-title {
	bottom: 0px;
}
#caia-post-list-2 .widget-wrap .main-posts .post:hover h3.widget-item-title a {
	color: #ffffff;
}
h1.archive-heading {
	border-bottom: 3px solid #fedfdc;
    float: left;
	width: 93%;
    display: block;
    font-size: 26px;
    line-height: 25px;
    color: #fa7469;
    background: url(images/icon1.png) no-repeat left center;
    padding: 12px 0 12px 35px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
h1.archive-heading a {
    color: #fa7469;
}
.chuyen-muc-page {
	width: 100%;
	overflow: hidden;
}
.widget-chuyen-muc {
	margin-bottom: 10px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 15px 15px 20px 0px;
	border-bottom: 1px #e9e9e9 solid;
}
.widget-chuyen-muc:last-child {
	border-bottom: 0px;
	margin-bottom: 30px;
}
.widget-chuyen-muc .chuyenmuc-left {
	width: 30%;
	float: left;
	margin-right: 20px;
}
.widget-chuyen-muc .chuyenmuc-left {
	position: relative;
}
.widget-chuyen-muc .chuyenmuc-left a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.widget-chuyen-muc .chuyenmuc-left a .hover {
	width: 100%;
	height: 150px;
    transition: 0.3s all ease-in-out;
    background: url(images/xemchitiet.png) no-repeat center center #78858e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
	opacity: 0;
}
.widget-chuyen-muc:hover .chuyenmuc-left a .hover {
	opacity: .6;
}
.widget-chuyen-muc .chuyenmuc-right {
	width: 67%;
	float: left;
}
.widget-chuyen-muc .chuyenmuc-right h3 {
	margin-bottom: 10px;
}
.widget-chuyen-muc .chuyenmuc-right h3 a {
	color: #353535;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget-chuyen-muc .chuyenmuc-right h3 a:hover {
	color: #fb7f69;
	text-decoration: none;
}
.widget-chuyen-muc .chuyenmuc-right p a {
	color: #333;
}
.widget-chuyen-muc .chuyenmuc-right p a:hover {
	text-decoration: none;
	color: #777;
}
.widget-chuyen-muc .chuyenmuc-right p {
	color: #505050;
	font-size: 14px;
}
/**
 * breadcrumb
 */
.breadcrumb a {
	color: #c5c9cc;
}
.breadcrumb span {
	color: #c5c9cc;
}
/**
 * Post
 */
#content h1.entry-title {
	background: url(images/page4_icon1.png) 0px 11px no-repeat;
	color: #f7776a;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0 10px 26px;
}
#content .post .entry-content h2 {
	clear: both;
    border: none;
    line-height: 24px;
    padding: 5px 0px 5px 0px;
    text-indent: 30px;
    background: url(images/content_h2.png) left top 5px no-repeat;
    font-family: newFont;
    font-size: 20px;
    color: #2C76D4;
	border-bottom: 2px solid #CDB8B8;
	font-weight: 600;
}
#content .post .entry-content p strong {
	background: url(images/content_bullet1.png) 0px 0px no-repeat;
	padding: 0 0 0 20px;
}
.tintuc-lienquan {
	width: 1000px;
	margin: auto;
}
.tintuc-lienquan .title-shop {
	background: rgba(0,0,0,0) url(images/content9_icon.png) no-repeat scroll left center;
    border-bottom: 4px solid #f5f5f5;
    box-sizing: border-box;
    color: #66c99b;
    float: left;
    font-family: tahoma;
    font-size: 20px;
    margin: 5px 0 10px;
    padding: 12px 10px 12px 50px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}
.tintuc-lienquan .tintuc-page {
	overflow: hidden;
	width: 100%;
	display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 20px 0px;
}
.tintuc-page li.widget-tintuc {
	float: left;
    width: 31.333%;
    margin: 10px 1% 10px 1%;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ddd;
    padding: 15px;
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.09);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.09);
    box-shadow: 4px 4px 5px 0 rgba(50,50,50,0.09);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tintuc-page li.widget-tintuc:hover {
	background: #66c99b;
}
.tintuc-page li.widget-tintuc img {
	width: 100%;
	float: left;
}
.tintuc-page li.widget-tintuc .tintuc-content {
	width: 100%;
	float: left;
}
.tintuc-page li.widget-tintuc .tintuc-content h4 {
	margin: 10px 0;
}
.tintuc-page li.widget-tintuc .tintuc-content h4 a {
	font-size: 14px;
    font-weight: 600;
    color: #66c99b;
}
.tintuc-page li.widget-tintuc:hover .tintuc-content h4 a,
.tintuc-page li.widget-tintuc:hover .tintuc-content p {
	color: #ffffff;
}
.icon_mobile {
	display: none;
}
.icon_mobile {
	position: fixed;
    bottom: 0px;
    z-index: 9999 !important;
	box-shadow: 0 2px 15px 0px #333;
	float: left;
    width: 100%;
}
.icon_mobile .new {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding-top: 20px;
    height: 33px;
	padding-bottom: 3px;
}
.icon_mobile .new .col-bg7 {
    width: 20%;
    float: left;
    justify-content: center;
    margin: 0px;
    align-content: center;
    flex-direction: column;
    display: block;
    min-height: auto;
    height: auto;
}
.icon_mobile .new .col-bg7 img {
    float: none;
    margin: -10px 0px 0px 0px;
}
.icon_mobile .new .col-bg7 p {
    color: #7A7B8A;
    font-size: 9px;
    padding-bottom: 5px;
    margin-top: 2px;
    text-align: center;
}

/** Menu repon
-----------------------------------------------------*/

#header.header-menu-repon {
	display: none;
}
#header.header-menu-repon .wrap #title-area {
	width: 80%;
	float: left;
	height: 85px;
}
#header.header-menu-repon .wrap #title-area #title {
	height: 61px;
}
#header.header-menu-repon .wrap .menu-repon {
	width: 20%;
	float: left;
}
@media screen and (max-width: 768px) {
	button#responsive-menu-button {
		position: relative !important;
		right: -25% !important;
		width: 40px !important;
		height: 40px !important;
		top: 22px !important;
	}
}

body.single-bac-si .entry-content .kk-star-ratings {
	display: none;
}
.content_fs {
	padding: 0px 0px 5px;
}
.content_fs span {
	color: #f7776a;
	font-weight: 600;
}
.img_content img {
	width: 200px;
	float: left;
	padding-right: 10px;
}
/** Facebook **/
.fb_iframe_widget_fluid_desktop iframe {
	min-width: 100% !important;
}
.bl_facebook {
	max-width: 100%;
	padding: 20px 5px 10px 5px;
	display: block;
	float: none;
	clear: both;
	font-size: 22px;
	font-weight: normal;
	margin: 0 auto;
}