@charset "utf-8";


body {
	font-family: 'Roboto', sans-serif;
}





input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
}

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

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
}
#slider-home .owl-nav .fa{
	background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}



html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

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

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


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

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
	background: #fff;
}

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

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

ul {
	list-style: none;
}


/* ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


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

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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


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

a {
	color: #006B47;
}

a:visited {
	color: #006B47;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

.btn {
	cursor: pointer;
}

.center-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (min-width: 37.5em) {
	.md-center-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.cta {
	display: inline-block;
	height: 50px;
	width: 200px;
	background-color: #1c4137;
	border: 2px solid #f8f8f8;
	border-radius: 25px;
	color: white!important;
	line-height: 50px;
	text-decoration: none;
	padding: 0;
	font-weight: 600;
}
.cta:hover {
	color: #006b47!important;
}

.cta:hover {
	background-color: white;
	color: #285d4e;
}

@media screen and (min-width: 37.5em) {
	.cta {
		width: 300px;
	}
}

.circle-padding {
	padding: 30px;
}

@media screen and (min-width: 37.5em) {
	.circle-padding {
		padding: 50px;
	}
}

@media screen and (min-width: 67.5em) {
	.circle-padding {
		padding: 10px;
	}
}

.circle-image {
	border-radius: 50%;
}


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
line-height: 1;
padding: -0.4em 1em 0.4em;
min-height: 43px;
border-radius: 20px;
background-color: #285d4e;
box-shadow: 10.595px 5.634px 31.85px 3.15px rgba(34,46,117,.08);
padding: 15px 20px;
border: none;
margin-bottom: 7px;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #285d4e;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/


/* Bg Color */

.bg-gray {
	background-color: #f8f8f8;
}

.bg-dark {
	background-color: #006B47;
}

.bg-primary {
	

	background: url('../images/bg_lienhe.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
	position: relative;

}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row .col {
	text-align: center;
}

@media screen and (min-width: 37.5em) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1240px;
		margin: 0 auto;
		width: 100%;
	}
	.row {
		display: flex;
	}
	.row .col {
		flex: 1;
		/* max-width: 600px; */
	}
	.md-left {
		text-align: start !important;
	}
	.md-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.content-area .row>.col:not(:first-child) {
		margin-top: 0px !important;
		font-weight: 500;
		font-family: inherit;
	}
	.section-header-underline::after {
		left: 46% !important;
		transform: translate(0) !important;
	}
	.md-6 {
		max-width: 50%;
	}
	.md-12 {
		width: 100%;
	}
}

.content-area {
	position: relative;
}

.content-area .row>.col:not(:first-child) {
	margin-top: 50px;
}

.margin-large-top {
	margin-top: 65px;
}

.margin-large-bottom {
	margin-bottom: 65px;
}

.margin-medium-top {
	margin-top: 50px;
}

.margin-medium-bottom {
	margin-bottom: 50px;
}

.margin-small-top {
	margin-top: 1rem;
}

.margin-small-bottom {
	margin-bottom: 1rem;
}

.margin-small-left {
	margin-left: 10px;
}

.heading-space {
	margin-bottom: 30px;
}

.section-content {
	padding: 35px 0;

}

.section-header-underline,
.section-header-underline-center {
font-size: 35px;
color: #285d4e;
position: relative;
line-height: 43px;
padding-bottom: 15px;
font-weight: 700;
text-transform: uppercase;
padding-bottom: 0;
font-family: roboto;
}
.main-new .item-new .title-1 a {
	color: #285d4e;
	font-weight: bold;
}
.section-header-underline::after {
	/*content: '';*/
	/*width: 100px;*/
	/*height: 2px;*/
	/*background-color: #EDEDED;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	/*transform: translate(-50%);*/
}

.section-header-underline-center::after {
	/*content: '';*/
	/*width: 100px;*/
	/*height: 2px;*/
	/*background-color: #EDEDED;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 50%;*/
	/*transform: translate(-50%);*/
}

.section-header-slogan {
font-size: 26px;
margin-top: 6px;
line-height: 19px;
font-weight: bold;
font-family: roboto;
}

.lead {
	font-size: 21px;
	line-height: 36px;
	font-weight: 400;
	padding: 0;
	margin-bottom: 0 !important;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Branding
--------------------------------------------- */



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

.site-title,
.site-description {
	display: none;
}



.site-branding img {
	/* max-width: 50px; */
	max-height: 70px;
	/*width: auto;*/
}

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


/* Small menu. */


ul li a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}

@media screen and (min-width: 37.5em) {
	ul li a {
		font-size: 16px;
		padding: 0 10px;
	}
}

ul li a:hover,
ul li.current-menu-item a {
	background: none;
	color: #218F70;
}

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

#check {
	display: none;
}

.menu-toggle {
	float: right;
	line-height: 70px;
	cursor: pointer;
}



#check:checked~div {
	left: 0;
}

@media screen and (min-width: 37.5em) {
	nav div {
		position: static;
		background: none;
	}
	nav div ul li {
		display: inline-block;
		
	}
	nav div ul li a {
		color: rgba(102, 102, 102, 0.85);
	}
	
	
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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


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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


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

.widget {
	margin: 0 0 1.5em;
}

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


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

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


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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


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

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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


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


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}


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

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Slider */

.bg-background-1 {
	background: url('../images/background-very-high.jpg') no-repeat;
	background-size: cover;
	/* background-position: center; */
}

.bg-background-2 {
	background: url('../images/background-banner-1.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.intro-bg-image {
	background: url('../images/head-banner-gioi-thieu.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.veneer-bg-image {
	background: url('../images/head-banner-veneer.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.contact-bg-image {
	background: url('../images/head-banner-lien-he.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-background .col {
	padding: 20px 0;
	height: 300px;
}

.bg-background .col h2 {
	margin: 10px 0 20px 0;
	display: inline-block;
	padding: 5px 15px;
}

@media screen and (min-width: 37.5em) {
	.bg-background .col {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.text-left-caption .caption-wapper h2 {
		margin-left: -15px;
	}
	.text-right-caption .caption-wapper h2 {
		margin-right: -15px;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.owl-carousel.main-slider h2,
.owl-carousel.main-slider h3 {
	color: white;
}

.owl-carousel.main-slider h2 {
	font-size: 28px;
	line-height: 45px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
}

.owl-carousel h3 {
	font-size: 18px;
}

@media screen and (min-width: 37.5em) {
	.owl-carousel h2 {
		font-size: 40px;
	}
	.owl-carousel h3 {
		font-size: 25px;
	}
	.owl-carousel p {
		font-size: 18px;
	}
}

.owl-carousel.main-slider p {
	color: #eee;
}

.owl-carousel .row .col {
	text-align: center;
}

.text-left-caption h3 {
	margin-top: 30px;
}

@media screen and (min-width: 37.5em) {
	.text-left-caption {
		text-align: left !important;
	}
	.text-right-caption {
		text-align: right !important;
	}
}

/*.owl-carousel .owl-item img {
	max-width: 85% !important;
	display: inline-block !important;
	width: auto !important;
	max-height: 100%;
}*/

@media screen and (min-width: 37.5em) {
	.owl-carousel .owl-item img {
		max-width: none !important;
		display: block !important;
		width: 100% !important;
		max-height: none;
	}
	.customer-card .customer-logo img {
		height: 107px;
		object-fit: contain;
	}

}

.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #ccc;
	padding: 0 20px;
}

.owl-prev {
	border: 1px solid #ccc !important;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: left;
	    line-height: 30px;
    font-size: 14px;
    border-radius: 50%!important;
    text-align: center;
}

.owl-next {
	border: 1px solid #222 !important;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	float: right;
	    line-height: 30px;
    font-size: 14px;
    border-radius: 50%!important;
     text-align: center;
}

.svg-inline--fa.fa-w-8 {
    width: .5em;
    color: #333;
}
.owl-dots {
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 10px;
	justify-content: center;
}

.owl-dot {
	width: 12px;
	height: 12px;
	border: 3px solid #ccc !important;
	opacity: 0.4;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #285d4e !important;
	opacity: 1;
}

.customer-card {
	padding: 10px;
}

.card-content {
	background-color: white;
	padding: 20px;
}

@media screen and (min-width: 37.5em) {
	.card-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.customer-logo {
		margin-right: 30px;
		width: 250px;
	}
	.customer-logo img {
		width: 200px;
	}
}

.person-name {
	font-size: 24px;
margin-bottom: 30px;
text-align: center;
font-weight: bold;
color: #285d4e;
}



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

.certificate-image img {
	max-height: 100% !important;
	width: auto;
}

.bg-dark h2 {
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

.bg-dark h6 {
	color: #f8f8f8;
	text-align: center;
}

.bg-primary h6,
.bg-primary p {
	color: #285d4e;
font-weight: bold;
}

.bg-primary h2 {
	color: #285d4e;
}


/* Footer */

.site-footer {
	padding: 5px 0;
	background: linear-gradient(45deg,#3c8a74,#132c26)!important;
	padding-top: 10px;
}

.footer-logo {
	height: 70px;
}

@media screen and (min-width: 37.5em) {
	.footer-logo {
		height: 90px;
	}
}

.footer-head {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: start;
}

.info-block {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.contact-info-block {
	padding: 10px 20px;
	border: 1px solid #285d4e;
	border-radius: 35px;
}

.info-block p {
	margin-bottom: 0;
}

.footer-media-wrap h6 {
	font-size: 16px;
color: #fff;
margin: 0;
font-weight: bold;
}

.info-block .info-wrap {
	text-align: start;
	margin-left: 10px;
}

.footer-media-wrap .info {
	font-size: 14px;
	color: white;
}


/* Breadcrumb */

.image-head-wrapper {
	height: 250px;
	position: relative;
}

@media screen and (min-width: 37.5em) {
	.image-head-wrapper {
		height: 500px;
	}
}

.breadcrumb-wrapper {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 20px;
}

.breadcrumb-bg {
	position: relative;
	z-index: 3;
}

.breadcrumb-bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 107, 71, 0.4);
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (min-width: 37.5em) {
	.breadcrumb-bg::after {
		border-radius: 40px;
	}
}

.breadcrumb-box {
	padding: 1em 0;
	display: none;
}

#breadcrumbs {
	/* margin: 1.5em 0; */
	margin: 0;
	color: #d8d8d8;
	text-transform: uppercase;
	font-size: 1.2rem;
}

@media screen and (min-width: 37.5em) {
	#breadcrumbs {
		text-align: center;
		font-size: 15px;
	}
}

#breadcrumbs a {
	color: white;
}

.author {
	font-style: italic;
	color: #285d4e;
	font-weight: bold;
	font-size: 21px;
}

.form-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-form p {
	width: 100%;
	margin-bottom: 0.5rem;
}

.form-input {
	width: 100%;
	background: transparent;
	border-radius: 22px !important;
	line-height: 45px;
	
	padding: 0 20px !important;
}

@media screen and (min-width: 37.5em) {
	.wpcf7-form p:nth-child(3),
	.wpcf7-form p:nth-child(4) {
		width: 50%;
	}
	.wpcf7-form p:nth-child(3) {
		padding: 0 10px 0 0;
	}
	.wpcf7-form p:nth-child(4) {
		padding: 0 0 0 10px;
	}
	.wpcf7-textarea {
		height: 100px;
	}
}

.wpcf7-textarea {
	height: 150px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
textarea,
select {
	
}
.bg-primary {
    color: #333 !important;
   
}

.form-input::placeholder {
	color: #285d4e;
	margin-left: 10px;
	font-size: 18px;
}

.wpcf7-submit {
	width: 27%;
line-height: 45px !important;
padding: 0 !important;
border-radius: 22px !important;
height: 60px;
line-height: 60px !important;
font-size: 20px;
font-weight: bold;
padding: 0 50px;
margin: 0 auto;

}
#sform {
    text-align: center;
}

.wpcf7-submit:hover {
	color: #fff;
background: #2ad38b;
background: linear-gradient(to right,#2ad38b,#0cceb0);
border-radius: 45px;
display: inline-block;
line-height: 63px;
padding: 0 35px;
outline: none;
-webkit-user-select: none;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
white-space: nowrap;
font-size: 22px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}


#dich-vu .section-content .col{
	padding: 0 10px;
}
.chung-chi-kim-dung .certificate-image img{
	height: 475px;
	object-fit: cover;
}
.chung-chi-khac .certificate-image img,.chung-chi-kim-dung img{
	height: 475px;
	object-fit: contain;

}
.thu-vien-anh .item img{
	height: 220px;
	width: 100%;
	object-fit: cover;
}
#lien-he .form-wrapper input[type=text]{
	margin-bottom: 30px;
	font-weight: 500;
	font-family: inherit;
}
#lien-he .form-wrapper textarea{
	margin-bottom: 30px;
	font-weight: 500;
	font-family: inherit;
}
.menu-main-menu-container{
	text-align: right;
}
.menu-main-menu-container ul{
	display: inline-block;
	    margin-top: 2px;
}

#primary-menu  li{
	position: relative;
}
#primary-menu  li a{
	 padding: 14px 15px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
font-weight: bold;
font-family: roboto;
}
#primary-menu li .sub-menu{
	  position: absolute;
    background: #285d4e;
    width: 250px;
    top: 55px;
    left: 0;
    z-index: 11;
    text-align: left;
        visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-top: 0;
}
#primary-menu li:hover .sub-menu{
top: 52px;
visibility: visible;
opacity: 1;
}

.khach-hang .item {
	box-shadow: 0 0 32px 0 rgb(206, 206, 206);
border-radius: 4px;
border: 1px solid #fff;
padding: 15px;
background: #fff;
object-fit: cover;
color: #333;

}
.khach-hang .item .avarta {
	width: 85px;
	display: inline-block;
	float: left;
}
.khach-hang .item .avarta img {
	width: 85px;
	height: 85px;
	border: 1px solid #9bb4a5;
	border-radius: 50%;
}
.khach-hang .item .nav-avarta {
	width: calc(100% - 85px);
	display: inline-block;
	float: right;
	padding-left: 15px;
}
.khach-hang .item .nav-avarta .title {
	margin: 0;
	padding-top: 13px;
	padding-bottom: 4px;
	color: #285d4e;
	font-size: 18px;
	min-height: 55px;
	font-weight: bold;
}
.khach-hang .item .nav-avarta .adress {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.khach-hang .item .nav-avarta .start svg {
	font-size: 11px;
	color: #ffb400;
	margin: 2px;
}
.clearfix {
	clear: both;
}
.khach-hang .item .desc {
	padding-top: 10px;
	margin: 0;
	color: #222;
	min-height: 119px;
}





#primary-menu li .sub-menu li{
	width: 100%;
}
#primary-menu li .sub-menu li a{
	       padding: 8px 10px;
width: 100%;
border-bottom: 1px solid #426f62;
color: #fff;
}
#primary-menu li .sub-menu li:last-child a{
	border-bottom: 0;
}
#primary-menu li a .arrow {
    font-size: 10px;
    margin-left: 3px;
}
#scrollUp {
    background: #006B47;
    color: #fff;
    bottom: 40px;
    right: 40px;
    border-radius: 100px;
    height: 47px;
    width: 47px;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);
    transition: 0.3s;
    display: inline-block;
    position: fixed;
    bottom: 62px;
    right: 10px;
    cursor: pointer;
}
#scrollUp:hover {
    background: #fff;
    color: #006B47; }
    .fix-phone  .phone {
    margin-bottom: 10px;
}
.fix-phone {
    position: fixed;
    bottom:110px;
    top: inherit !important;
    z-index: 999;
    right: 10px;
}
.phone-box img {
    max-width: 25px;
    animation: play0 1.5s ease infinite;
}
.phone-box {
    background: linear-gradient( 90deg , #006B47 0%, #006B47 50%, #006B47 100%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.zalo-box, .fb-box {
    background: linear-gradient( 90deg , #006B47 0%, #006B47 50%, #006B47 100%);
    width: 48px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.zalo-box img, .fb-box img {
    max-width: 33px;
    filter: hue-rotate(
            65deg
    );
}


.about .img img {
  display: block;
 
      width: 100%;
}
.about .img{
	overflow: hidden;
}
.about .img:hover img {
	    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about .text h4 {
  font-size: 18px;
}

.about .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-bottom: 3px;
	font-weight: 500;
	font-family: inherit;
}
.about  .readmore {
    text-transform: uppercase;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
}
.about  .row {
    /*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
   
}
.about .item-about{
	  margin-bottom: 25px; border-bottom: 1px solid #ddd; padding-bottom: 25px;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.about.section-padding .section-header-underline-center{
	text-align: center;
}
.about.section-padding {
	padding-top: 40px;
}
.about.section-padding .section-header-underline-center{
	margin-bottom: 35px;
}
.about.section-padding  .text a{
	color: #333;
}
.about.section-padding  .text h3{
	font-size: 24px;
font-weight: bold;
color: #285d4e;
}
#su-menh .col-md-4{
	text-align: center;
}
.hc-nav-trigger.hc-nav-1{
	display: none!important;
}
.second-nav{
	display: none;
}
a, img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#masthead{
	padding: 10px 0;
}
.about .item-about:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
#su-menh p{
	font-size: 15px;
	font-weight: 500;
	font-family: inherit;
}
.main-product-detail #su-menh .item{
	text-align: center;
}
.main-product-detail #su-menh .item h2{
	font-size: 23px;
	font-weight: bold;
}
.button-config {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
}
.main-new #banner-home h2{
	    margin-top: 0;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.main-new #banner-home p{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	font-family: inherit;
	font-weight: 500;
}

.main-new #banner-home  .button-config{
	    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.main-new .top-new{
	padding: 45px 0;
	background-size: cover;
}
.main-new .item-new .image img{
	    width: 100%;
    height: 270px;
    object-fit: cover;
}
.main-new .item-new .image{
	overflow: hidden;
}
.main-new .item-new  .button-config-2{
border: 1px solid #285d4e;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}
.main-new .item-new  .button-config-2:hover{
	background: #fff;
	color: #fff;
}
.main-new .item-new .image:hover img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.main-new .item-new .title-1{
	font-size: 20px;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    margin-top: 15px;
}
.main-new .item-new  .desc{
	line-height: 22px;
font-size: 16px;
height: 91px;
overflow: hidden;
font-family: inherit;
font-weight: 500;
margin-bottom: 10px;
color: #6c6c6c;

}
.button-config-2 {
        border-radius: 5px;
	background: linear-gradient(45deg,#3c8a74,#132c26)!important;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 15px;
}
.main-new  .grid-content .row{
	display: inline-block;
}
.main-new  .grid-content .item-new{
	margin-bottom: 30px;
}
.main-new  .grid-content{
	margin-top: 50px;
}
.pagenavi {
       padding-bottom: 30px;
       text-align: center;
 


}

.pagenavi ul {
  padding-left: 0;
}

.pagenavi ul li {
  display: inline-block;
}

.pagenavi ul a {
  height: 27px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 27px;
  border: 1px solid #285d4e;
  padding: 0 10px;
}
.pagenavi ul a.active {
  background: #285d4e;
  color: #fff!important;
 
}
.pagenavi ul{
	float: none!important
}
.pagenavi ul li{
	margin-left: 0!important
}
.window-show .title:before {
    position: absolute;
    left: 0;
    width: 50px;
    margin: 0 auto;
    bottom: 0;
    height: 3px;
    content: "";
    border-radius: 5px;
    background:#285d4e;
}
.window-show .title{
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;

    text-transform: uppercase;
    margin-bottom: 20px;
}
.window-show  ul li{
	    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.window-show  ul li:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background: #285d4e;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.window-show  ul li a{
	color: #333;
}
.window-show ol{
	padding-left: 15px;
}
.window-show ol li{
	padding-bottom: 10px;
}
.keywords span {
    margin: 3px;
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #285d4e;
}
.window-show  .item-sb{
	padding-bottom: 15px;
}
.main-new-detail  .content-content .color-light-blue.date{
color: #999;
}
.main-new-detail  .content-content .color-light-blue.date .px-4{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main-new-detail .content-content .color-light-blue.date svg{
	margin-right: 5px;
}
.main-new-detail .content-news{
	padding-top: 15px;
	font-family: Roboto, sans-serif;
}
.main-new-detail .content-detail-section{
	padding:30px 0;
}
.slider-banner-insurance .owl-dot{
	background: #fff;
}
.main-insurance  .form-insurance form{
	    width: 70%;
    margin: auto;
}
.main-insurance .form-insurance form input[type=text]{
	    width: calc(100% - 130px);
    display: inline-block;
    float: left;
    height: 40px;
    padding-left: 15px;
}
.main-insurance .form-insurance form  input[type=submit]{
	    width: 120px;
    background: #006B47;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    float: right;
    border: 1px solid #006B47;
}
.main-insurance .form-insurance{
	padding: 30px 0;
}
.main-insurance  .content-insurance .item img{
	width: 100%;
	height: 238px;

}
.main-insurance  .content-insurance .item {
	margin-bottom: 30px;
}
.main-insurance  .content-insurance   .row{
	display: inline-block;
}
.main-insurance  .view {
   
  
   
   overflow: hidden;
   position: relative;
   text-align: center;
   
   cursor: default;
  /*  background: #fff url(../images/bgimg.jpg) no-repeat center center; */
}
.main-insurance  .view .mask,.view .content {
  /*  width: 300px;
   height: 200px; */
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   width: 100%;
    padding: 10px;
    height: 100%;
}
.main-insurance  .view img {
   display: block;
   position: relative;
   width:100%;
   height: 305px;
   object-fit: cover;
   
}
.main-insurance  .view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
   margin-top: 0;
}
.main-insurance  .view p {
  
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 8px 8px;
   text-align: center;
}
.main-insurance  .view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.main-insurance  .view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-first .title-1{
	   
    font-size: 20px;
}
.view-insurance .row{
	display: inline-block;
}
.view-insurance .view.view-first{
	margin-bottom: 30px;
}
#su-menh .col-md-4 h2 {
	color: #285d4e;
}
.owl-next {
	border: 1px solid #ccc !important;
}
.owl-prev {
	border: 1px solid #ccc !important;
}
.svg-inline--fa.fa-w-8 {
	width: .5em;
	color: #ccc;
}
.main-new-detail .content-news ul {
	list-style: inside;
}
@media  (max-width: 480px) {
	.bg-background .col {
		padding: 20px 0;
		height: auto;
	}
	.content-news img {
		max-width: 100%!important;
		height: auto!important;
	}
	#banner-home img.w-100 {
		margin-top: 25px;
	}
	.circle-padding {
		padding: 0;
	}
	.item-about .text {
		margin-top: 15px;
	}
}