/*!
Theme Name: Custom theme
Author: Webseo247
Author URI: https://webseo247.com
Description: A WooCommerce customized theme for Nam Quang Optical Brand in Vietnam.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: amanfood
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- The content
	- Header
	- Footer
	- General
	- Home
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Ws var colors */
/*02 Font-size */
/*03 Ws247 Mixin */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* 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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  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;
  font-size: 1rem;
  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;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

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 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* 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
--------------------------------------------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 15px;
  background-size: 15px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* reset
--------------------------------------------- */
:root {
  --color-blue: #03746e;
  --color-red: #d80027;
  --color-yellow: #ef810a;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

img,
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* Navigation
--------------------------------------------- */
.pages,
.page-numbers {
  margin-top: 20px;
  text-align: center;
}
.pages ul li,
.page-numbers ul li {
  display: inline-block;
  padding: 0px 2.5px;
}
.pages ul li a,
.page-numbers ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #ddd;
  color: #465363;
}
.pages ul li a:hover,
.page-numbers ul li a:hover {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}
.pages ul .active a,
.page-numbers ul .active a {
  border: 1px solid var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}

.list-content-products .woocommerce-pagination ul {
  margin-top: 20px;
  text-align: center;
  border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li {
  display: inline-block;
  padding: 0px 2.5px !important;
  border: 0 !important;
}
.list-content-products .woocommerce-pagination ul li a,
.list-content-products .woocommerce-pagination ul li span {
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 7px 15px !important;
  border: 1px solid #ddd !important;
  color: #465363 !important;
}
.list-content-products .woocommerce-pagination ul li a:hover,
.list-content-products .woocommerce-pagination ul li span:hover {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}
.list-content-products .woocommerce-pagination ul li .current {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}
.list-content-products .woocommerce-pagination ul .active a {
  border: 1px solid var(--color-blue) !important;
  background-color: var(--color-blue) !important;
  color: white !important;
}

/* general
--------------------------------------------- */
.breadcrumb {
  background: #03746e;
  padding: 10px 0px;
  margin: 0;
}
.breadcrumb p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.breadcrumb p a {
  padding-right: 5px;
  color: #fff;
}
.breadcrumb p a:hover {
  color: var(--color-yellow);
}
.breadcrumb p .separator {
  padding-right: 5px;
}
.breadcrumb p .last {
  color: var(--color-yellow);
}
.breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-yellow);
  font-weight: bold;
}
.breadcrumb .woocommerce-breadcrumb a {
  font-weight: 400;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-banner .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .page-banner {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page-banner {
    height: 150px;
  }
}
.site-main {
  padding: 30px 0px;
}
.site-main .page-header {
  margin-bottom: 20px;
}
.site-main .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.site-main .page-header .page-title span {
  color: var(--color-blue);
}

.relative {
  position: relative;
}

.title-main {
  margin-bottom: 30px;
}
.title-main .heading {
  font-size: 50px;
  color: #273030;
}
.title-main p {
  font-size: 15px;
  line-height: 1.5;
  color: #505050;
  margin-top: 20px;
  margin-bottom: 0;
}

.btn-custom {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-yellow);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-custom:hover {
  color: #fff;
  background: var(--color-blue);
}
.btn-custom button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.scroll-top {
  display: none;
}

.active-scroll {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.active-scroll a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: var(--color-yellow);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}
.active-scroll a img {
  width: 30px;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: var(--color-blue);
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: var(--color-blue);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.hc-offcanvas-nav a {
  border-bottom: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  border-left: 0;
  width: 25px;
  height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: -1px;
}

.nav-close a {
  padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
  text-transform: uppercase;
}

.full-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.8);
  left: 0;
  top: 0;
  z-index: 999999999;
  display: none;
}
.full-search .input-search {
  width: 70%;
  margin: 20% auto;
  border-bottom: 1px solid #ffff;
}
.full-search .input-search input {
  width: 100%;
  outline: none;
  background: none;
  width: calc(100% - 110px);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20px 20px;
  border: 0;
}
.full-search .input-search input:focus {
  color: #fff;
}
.full-search .input-search input::-webkit-input-placeholder {
  color: #fff;
}
.full-search .input-search input:-ms-input-placeholder {
  color: #fff;
}
.full-search .input-search input::-ms-input-placeholder {
  color: #fff;
}
.full-search .input-search input::placeholder {
  color: #fff;
}
.full-search .input-search button {
  width: 100px;
  color: #fff;
  font-size: 20px;
  background: none;
  outline: none;
  cursor: pointer;
  border-top: 0px;
  border-left: 0;
  border-right: 0;
  padding: 20.6px 20px;
  border: 0;
}
.full-search .times-search {
  position: absolute;
  top: 50px;
  right: 50px;
}
.full-search .times-search a {
  color: #fff;
  font-size: 30px;
}

/* Posts and pages
--------------------------------------------- */
.the_content {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.the_content div {
  margin-bottom: 1rem;
}
.the_content h2,
.the_content h3,
.the_content h4 {
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.the_content h6 {
  font-size: 15px;
}
.the_content h5 {
  font-size: 15px;
}
.the_content h4 {
  font-size: 16px;
}
.the_content h3 {
  font-size: 18px;
}
.the_content h2 {
  font-size: 20px;
  line-height: 1.5;
}
.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.the_content p {
  color: #333;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 16px;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.the_content ul li a {
  color: #ff5912;
}
.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
}
.the_content ol li a {
  color: #ff5912;
}
.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}
.the_content blockquote p {
  margin: 0 !important;
}
.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 16px;
  line-height: 1.5;
}
.the_content table > tbody > tr > td,
.the_content table > tbody > tr > th,
.the_content table > tfoot > tr > td,
.the_content table > tfoot > tr > th,
.the_content table > thead > tr > td,
.the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.the_content iframe {
  margin: auto;
}
.the_content .syntaxhighlighter {
  padding: 10px 0;
}

/* Header
--------------------------------------------- */
.header {
  background: #fff;
}
.header__logo {
  padding: 10px 0px;
  position: relative;
}
.header__logo .search-mobile,
.search-location {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--color-blue);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: none !important;
}
.header__logo .icon-mobile {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background: none;
  border-radius: 50%;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .header__logo .icon-mobile,
  .header__logo .search-mobile {
    display: block !important;
  }
}
.header__logo .icon-mobile a,
.header__logo .search-mobile a,
.search-location a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__logo .icon-mobile svg,
.header__logo .search-mobile svg,
.search-location svg {
  width: 20px;
  fill: #fff;
}
.header__logo .icon-mobile {
  left: 0;
}
.search-location {
  right: 0;
}
.header__logo .search-mobile {
  right: 40px;
}
.header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__icon .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue);
  font-size: 15px;
  margin-right: 20px;
  cursor: pointer;
}
.header__icon .menu__icon,
.menu__icon-mobile {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__icon .menu__icon span,
.menu__icon-mobile span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-blue);
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon .menu__icon span:nth-child(2),
.menu__icon-mobile span:nth-child(2) {
  width: 25px;
}
.header__icon .menu__icon span:last-child,
.menu__icon-mobile span:last-child {
  margin-bottom: 0;
}
.header__icon .menu .active span {
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon .menu .active span:first-child {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}
.header__icon .menu .active span:nth-child(2) {
  opacity: 0;
}
.header__icon .menu .active span:last-child {
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
  transform: rotate(-45deg) translate(4px, 0px);
}
.header__icon .hotline {
  margin-right: 20px;
}
.header__icon .hotline a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #4d5252;
  font-weight: bold;
}
.header__icon .hotline a:hover {
  color: var(--color-yellow);
}
.header__icon .hotline a i {
  font-size: 20px;
  padding-top: 2px;
  padding-right: 5px;
}
.header__icon .select-cn {
  margin-right: 20px;
}
.header__icon .select-cn select {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px !important;
  border: 1px solid #333;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  padding: 0px 10px;
  padding-right: 20px;
  outline: none;
  background-position: 96% 15px;
  background-size: 10px;
}
.header__icon .tuvan {
  margin-right: 20px;
}
.header__icon .tuvan span {
  display: block;
  cursor: pointer;
  height: 40px;
  background: var(--color-yellow);
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 0px 20px;
  line-height: 40px;
  font-weight: 600;
  border: 1px solid var(--color-yellow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__icon .tuvan span:hover {
  background: transparent;
  color: var(--color-yellow);
}
.header__icon .search span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.header__icon .search span svg {
  width: 20px;
  fill: #fff;
}
.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #f0f6ff;
  min-width: 340px;
  display: none;
  z-index: 999;
}
.header__menu ul {
  position: relative;
}
.header__menu ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #e2e1e6;
}
.header__menu ul li:last-child {
  border-bottom: 0;
}
.header__menu ul li:hover .sub-menu {
  display: block;
}
.header__menu ul li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99;
  display: block;
  margin: 0;
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #f0f6ff;
  min-width: 340px;
  height: 100%;
}
.header__menu ul li .sub-menu li {
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
}
.header__menu ul li .sub-menu li:hover .sub-menu {
  display: block;
}
.header__menu ul li .sub-menu li:last-child {
  border-bottom: 0;
}
.header__menu ul li .sub-menu li a {
  text-transform: none;
  color: #414042;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__menu ul li .sub-menu li a:after {
  display: none;
}
.header__menu ul li .sub-menu li a:hover {
  border-color: var(--color-blue);
  background: var(--color-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.header__menu ul li .sub-menu li span {
  display: inline-block;
}
.header__menu ul li .sub-menu li .sub-menu {
  display: none;
}
.header__menu ul li .sub-menu .current-menu-item a {
  color: var(--color-blue);
}
.header__menu ul li .sub-menu .menu-item-has-children a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 15px;
  padding-left: 5px;
  display: block !important;
}
.header__menu ul li:last-child {
  padding-right: 0;
}
.header__menu ul li a {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__menu ul li a:hover {
  color: var(--color-blue);
}
.header__menu ul li a .fa-home {
  font-size: 25px;
  display: block;
  padding-bottom: 2px;
}
.header__menu ul .current-menu-item a {
  color: var(--color-blue);
}
.header__menu ul .menu-item-has-children a:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 15px;
  padding-left: 5px;
}
.header__menu ul span {
  display: none;
}
.header__menu ul .js-search {
  display: block;
}

/* Home
--------------------------------------------- */
.pd-main {
  padding: 50px 0px;
}

.site-slider .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.site-slider .owl-theme .owl-nav.disabled + .owl-dots button {
  outline: none;
}
.site-slider .owl-theme .owl-nav.disabled + .owl-dots .active span {
  background: var(--color-blue);
}

.site-services {
  background: #f1f0f5;
}
.site-services .title-main {
  text-align: center;
}
.site-services .sl-services {
  margin-top: -200px;
  position: relative;
  z-index: 9;
}
.site-services .item {
  background: #fff;
  position: relative;
}
.site-services .item:hover .text h3 {
  color: var(--color-blue);
}
.site-services .item:hover .images {
  background: rgba(12, 116, 111, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-services .item:hover .images img {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.site-services .item:hover .images:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-services .item .images {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.site-services .item .images:before {
  content: "";
  background: url(../images/hl-hover.png) center 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.site-services .item .abnut {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-services .item .text {
  padding: 5px 20px;
}
.site-services .item .text span {
  display: block;
  color: #797979;
  margin-bottom: 0px;
  font-size: 18px;
}
.site-services .item .text h3 {
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0px;
  padding-top: 10px;
}
.site-services .item .text .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: var(--color-yellow);
}
.site-services .item .text .btn-more i {
  padding-top: 2px;
  padding-left: 5px;
}
.site-services .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.site-services .owl-theme .owl-nav.disabled + .owl-dots button {
  outline: none;
}
.site-services .owl-theme .owl-nav.disabled + .owl-dots .active span {
  background: var(--color-blue);
}

.site-team {
  background: #f1f0f5;
  padding-top: 0;
}
.site-team .title-main {
  width: 45%;
}
.site-team .team-content {
  margin-top: -130px;
  position: relative;
  z-index: 9;
}
.site-team .about-team ul li {
  font-size: 30px;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.site-team .about-team ul li:before {
  content: "";
  background: url(../images/tick.png) center 0 no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: -50px;
  top: 10px;
}
.site-team .list-album-tem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.site-team .list-album-tem ul li {
  padding: 10px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}
.site-team .list-album-tem ul li .overflow {
  overflow: hidden;
  position: relative;
}
.site-team .list-album-tem ul li .overflow:hover:before,
.site-team .list-album-tem ul li .overflow:hover:after {
  opacity: 1;
  width: 90%;
  height: 90%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.site-team .list-album-tem ul li .overflow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-top: 3px solid var(--color-blue);
  border-right: 3px solid var(--color-blue);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}
.site-team .list-album-tem ul li .overflow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-bottom: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.site-video {
  background: #303030;
}
.site-video .title-main {
  text-align: center;
}
.site-video .title-main .heading {
  color: #fff;
}
.site-video .title-main p {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.7;
}
.site-video .slider-nav .item {
  padding: 10px 0px;
  cursor: pointer;
}
.site-video .slider-nav .item span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--color-blue);
  font-weight: 600;
}
.site-video .slider-nav .slick-current .item span {
  color: var(--color-yellow);
}
.site-video .slider-nav .slick-list {
  padding: 0 !important;
}
.site-video .custom-lefft {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-video .custom-lefft .btn-custom {
  margin-top: auto;
}

.site-gallery {
  background: #f1f0f5;
}
.site-gallery .nav-top {
  margin-bottom: 20px;
}
.site-gallery .nav-top ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-gallery .nav-top ul li a {
  width: auto;
  padding: 10px 20px;
  margin: 4px;
  color: #ef800a;
  font-size: 18px;
  border: 1px solid #ef800a;
  border-radius: 30px;
  outline: unset;
  display: block;
  background: transparent;
}
.site-gallery .nav-top ul li a:hover {
  border-color: var(--color-blue);
  color: #fff;
  background: var(--color-blue);
}
.site-gallery .nav-top ul li .active {
  border-color: var(--color-blue);
  color: #fff;
  background: var(--color-blue);
}
.site-gallery .tab-content {
  max-width: 730px;
  margin: 0 auto;
}
.site-gallery .tab-content .item span {
  font-size: 20px;
  text-transform: uppercase;
  color: #505050;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}
.site-gallery .tab-content .owl-theme .owl-nav {
  margin-top: 0;
}
.site-gallery .tab-content .owl-theme .owl-nav .owl-prev,
.site-gallery .tab-content .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none !important;
  outline: none;
  margin: 0 !important;
}
.site-gallery .tab-content .owl-theme .owl-nav .owl-prev span,
.site-gallery .tab-content .owl-theme .owl-nav .owl-next span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  background: var(--color-blue);
}
.site-gallery .tab-content .owl-theme .owl-nav .owl-prev {
  left: -60px;
}
.site-gallery .tab-content .owl-theme .owl-nav .owl-next {
  right: -60px;
}
.site-gallery .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 40px;
}

.site-news .col-custom {
  margin-bottom: 20px;
}
.site-news .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.item-news {
  background: #f1f1f4;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-news:hover {
  background: var(--color-blue);
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.item-news:hover h3 a {
  color: #fff;
}
.item-news:hover .date-link span {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-news:hover .date-link a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-news img {
  width: 100%;
  display: block;
}
.item-news .text {
  padding: 10px 15px;
}
.item-news h3 a {
  font-size: 15px;
  color: #303030;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
.item-news .date-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-news .date-link span {
  font-size: 14px;
  color: #303030;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item-news .date-link a {
  font-size: 14px;
  color: var(--color-yellow);
  font-weight: 600;
}

.site-information {
  padding-top: 0;
}
.site-information .title-main .heading {
  font-size: 35px;
}
.site-information .information__content {
  background: var(--color-blue);
  text-align: center;
  padding: 20px 10px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.site-information .information__content i {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.site-information .information__content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.site-information .information__content p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}
.site-information .information__content a {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-yellow);
  display: block;
  margin-top: auto;
}
.site-information .information__content .btn-custom {
  margin-top: auto;
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--color-yellow);
}
.site-information .information-sc .information__scroll .top {
  background: var(--color-blue);
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0px;
}
.site-information .information-sc .information__scroll .contact {
  display: block;
  width: 100%;
  background: #f1f0f5;
  height: 200px;
  overflow-y: scroll;
  padding: 15px;
}
.site-information
  .information-sc
  .information__scroll
  .contact
  .contact__content {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.site-information
  .information-sc
  .information__scroll
  .contact
  .contact__content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.site-information
  .information-sc
  .information__scroll
  .contact
  .contact__content
  p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.site-information
  .information-sc
  .information__scroll
  .contact
  .contact__content
  span {
  display: block;
  font-size: 15px;
  color: #333;
}

/* Footer
--------------------------------------------- */
.footer {
  padding: 30px 0px;
  background: var(--color-blue);
}
.footer__content {
  margin-bottom: 20px;
}
.footer .the_content {
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}
.footer .the_content p {
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .title-footer {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer ul li {
  padding-bottom: 15px;
  font-size: 15px;
  color: #fff;
}
.footer ul li:last-child {
  padding-bottom: 0;
}
.footer ul li span {
  color: var(--color-yellow);
}
.footer .contact .content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #009c95;
}
.footer .contact .content:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.footer .contact .content p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.footer .pages {
  margin-bottom: 15px;
}
.footer .pages iframe {
  width: 100%;
}
.footer .mxh img {
  border-radius: 50%;
  margin-right: 3px;
}

.luuy {
  color: #eeee;
  text-align: center;
  font-size: 15px;
  background: #014d4b;
  padding: 10px 0;
}

.form-tuvan {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(2, 2, 2, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-tuvan p {
  margin-bottom: 0;
}
.form-tuvan .content {
  background: url(../images/popup-rg-1.jpg) center 0 no-repeat;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  position: relative;
  width: 100%;
}
.form-tuvan .content .js-times {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
}
.form-tuvan .content .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.form-tuvan .content .form {
  margin-bottom: 20px;
}
.form-tuvan .content .form .form-control {
  height: 40px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  color: #333;
  padding-left: 10px;
}
.form-tuvan .content .form textarea.form-control {
  height: 80px;
}
.form-tuvan .content .form .btn-custom {
  color: #fff;
  background: var(--color-yellow);
  line-height: 40px;
  font-size: 15px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 auto;
}
.form-tuvan .hotline {
  display: block;
  font-size: 16px;
  color: #fff;
}
.form-tuvan .hotline b {
  color: var(--color-yellow);
}
.form-tuvan div.wpcf7 .ajax-loader {
  display: none;
}

.pp-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(2, 2, 2, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pp-custom .content {
  max-width: 400px;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}
.pp-custom .content .times {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #333;
  z-index: 9;
  cursor: pointer;
}
.pp-custom .content .js-title {
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.pp-custom .content .btn-custom {
  margin: 0 auto;
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
}

.active-tv {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  background: var(--color-blue);
  z-index: 9;
}

/* page
--------------------------------------------- */
.page-archive {
  background: #f1f1f4;
}
.page-archive .title {
  margin-bottom: 20px;
}
.page-archive .title h2 {
  color: #323232;
  font-size: 40px;
  font-weight: bold;
}
.page-archive .title-single .heading {
  font-size: 25px;
  font-weight: bold;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.page-archive .item-news {
  background: #fff;
  color: #333;
  font-size: 14px;
}
.page-archive .item-news:hover {
  background: var(--color-blue);
  color: #fff;
}
.page-archive .item-news .date {
  font-style: italic;
}
.page-archive .col-custom {
  margin-bottom: 30px;
}

.news-hightlight {
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.news-hightlight:hover {
  background: var(--color-blue);
  color: #fff;
}
.news-hightlight:hover h3 a {
  color: #fff;
}
.news-hightlight img {
  width: 100%;
  display: block;
}
.news-hightlight .text {
  padding: 20px;
}
.news-hightlight h3 a {
  display: block;
  font-size: 16px;
  color: var(--color-blue);
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.news-hightlight p {
  font-size: 15px;
  line-height: 1.5;
}
.news-hightlight .date {
  display: block;
  font-style: italic;
  font-size: 15px;
}

.sidebar {
  padding-top: 29px;
}
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget-title {
  color: #323232;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sidebar .content_item {
  margin-bottom: 20px;
}
.sidebar .content_item:last-child {
  margin-bottom: 0;
}
.sidebar .content_item img {
  width: 100%;
}
.sidebar .content_item .text {
  padding-left: 10px;
}
.sidebar .content_item .text h3 a {
  display: block;
  font-size: 14px;
  color: var(--color-yellow);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  margin-top: -3px;
}
.sidebar .content_item .text span {
  display: block;
  font-size: 13px;
}
.sidebar .col-custom {
  margin-bottom: 20px;
}
.sidebar .item-news:last-child {
  margin-bottom: 0;
}

.single-dv {
  background: #fff;
  padding: 20px;
}

.flex-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-custom .nh-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-right: 30px;
}
.flex-custom .nd-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.flex-custom .menu-dv {
  background: #fff;
  height: 100%;
}
.flex-custom .menu-dv > ul > li > a {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-custom .menu-dv > ul > li > a:hover {
  background: var(--color-blue);
  color: #fff;
}
.flex-custom .menu-dv > ul .current-menu-ancestor a:after {
  content: "\f068" !important;
}
.flex-custom .menu-dv > ul .current-menu-ancestor .sub-menu {
  display: block !important;
}
.flex-custom .menu-dv > ul .menu-item-has-children a:after {
  content: "\f067";
  font-family: fontawesome;
  font-size: 15px;
  padding-left: 5px;
  display: block !important;
  color: var(--color-yellow);
}
.flex-custom .menu-dv > ul .current-menu-item a {
  color: var(--color-blue) !important;
}
.flex-custom .menu-dv > ul .sub-menu {
  margin: 0;
  background: #e7e7e9;
  display: none;
}
.flex-custom .menu-dv > ul .sub-menu li a {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px 15px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-custom .menu-dv > ul .sub-menu li a:hover {
  background: var(--color-blue);
  color: #fff !important;
}
.flex-custom .menu-dv > ul .sub-menu li a:after {
  display: none !important;
}

.page-library {
  background: #f1f0f5;
}
.page-library .title {
  margin-bottom: 30px;
}
.page-library .title .heading {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.page-library .tab-content .title-top {
  margin-bottom: 10px;
}
.page-library .tab-content .title-top .tt {
  background: #015b59;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  display: block;
}
.page-library .tab-content .kqtk {
  padding: 10px;
  background: #fff;
  font-size: 15px;
  color: #333;
}
.page-library .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.page-library .col-custom {
  margin-bottom: 20px;
}

.sidebar-library .title-sidebar {
  background: #015b59;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  display: block;
}
.sidebar-library ul li {
  margin-bottom: 5px;
}
.sidebar-library ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  font-size: 15px;
  color: #333;
}
.sidebar-library ul li .active {
  color: var(--color-yellow);
}

.item-images {
  background: #fff;
  margin-bottom: 20px;
}
.item-images .text {
  padding: 20px;
}
.item-images h3 {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 20px;
}
.item-images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-images ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 15px;
  font-size: 15px;
  color: #333;
}
.item-images ul li span {
  color: var(--color-blue);
}
.item-images .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.item-video {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.item-video:hover {
  background: var(--color-blue);
}
.item-video:hover h3 a {
  color: #fff;
}
.item-video .images a {
  position: relative;
  display: block;
}
.item-video .images a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.item-video img {
  width: 100%;
}
.item-video h3 a {
  display: block;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--color-blue);
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-right {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-bottom: 20px;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-right #ftwp-contents {
  width: 100% !important;
}

#ftwp-container.ftwp-wrap #ftwp-header {
  color: #03746e;
}

.font-custom {
  font-family: "Barlow Condensed", sans-serif;
}

.landing-banner {
  position: relative;
}
.landing-banner .btn-ab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 50px;
}
.landing-banner .btn-ab .btn-custom {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 30px;
  font-size: 20px;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  margin-left: 115px;
}

.pulse_regist {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: won 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes won {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}

@keyframes won {
  to {
    -webkit-box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.landing-sales {
  background: #ebebeb;
  padding-bottom: 30px;
}
.landing-sales .background {
  position: relative;
}
.landing-sales .sales-ud {
  position: absolute;
  top: 380px;
  right: 350px;
}
.landing-sales .sales-ud ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}
.landing-sales .sales-ud ul li:last-child {
  padding-bottom: 0;
}
.landing-sales .sales-ud ul li p {
  font-size: 25px;
}
.landing-sales .sales-ud ul li span {
  color: #ffb321;
}
.landing-sales .combo-sales {
  padding: 30px 0px;
  padding-bottom: 50px;
}
.landing-sales .combo-sales__flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.landing-sales .combo-sales__flex li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px;
}
.landing-sales .combo-sales__flex li img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.landing-sales .combo-sales__flex li img:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.custom-bottom .slogan {
  font-style: italic;
  text-align: center;
  font-size: 16px;
  color: #454545;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.custom-bottom .btn-custom {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 30px;
  font-weight: bold;
}

.pulse_color {
  -webkit-animation: my 1000ms infinite;
  animation: my 1000ms infinite;
}

@-webkit-keyframes my {
  0% {
    color: #ffb321;
  }
  50% {
    color: #37a688;
  }
  100% {
    color: #ffb321;
  }
}

@keyframes my {
  0% {
    color: #ffb321;
  }
  50% {
    color: #37a688;
  }
  100% {
    color: #ffb321;
  }
}
.title-landing {
  margin-bottom: 30px;
  text-align: center;
}
.title-landing .heading {
  text-transform: uppercase;
  color: #06847d;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
}
.title-landing p {
  text-transform: none;
  color: #585858;
  font-size: 30px;
  margin-top: 20px;
}

.services__combo {
  margin-bottom: 30px;
}

.services__combo--item {
  position: relative;
}
.services__combo--item img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services__combo--item .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: var(--color-blue);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  padding: 0px 30px;
  padding-left: 40px;
}
.services__combo--item .content .price {
  background: -webkit-linear-gradient(top, #ffcb52, #ffb742, #ff9a2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 80px;
  margin-bottom: 10px;
  font-weight: bold;
}
.services__combo--item .content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 10px;
}
.services__combo--item .content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.services__combo--item .content .btn-more {
  display: inline-block;
  color: #fff;
  border: 1px dashed #01c4a2;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 10px auto 0;
}

.services__content--item {
  position: relative;
  text-align: center;
  background: var(--color-blue);
  margin-bottom: 30px;
}
.services__content--item img {
  width: 100%;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
}
.services__content--item .content {
  background: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 0px;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
}
.services__content--item .content h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.services__content--item .content .price {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.services__content--item .content .price ins {
  background: -webkit-linear-gradient(top, #ffcb52, #ffb742, #ff9a2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  padding: 0px 5px;
}
.services__content--item .content .price del {
  text-decoration: line-through !important;
  font-style: normal;
  font-size: 20px;
}
.services__content--item .content .btn-more {
  display: inline-block;
  color: #fff;
  border: 1px dashed #01c4a2;
  border-radius: 30px;
  padding: 10px 20px;
  margin: 10px auto 0;
}

.landing-team {
  background: url(../images/t6-bg.jpg?ver=11) center 0 no-repeat;
}
.landing-team .title-landing .heading {
  color: var(--color-yellow);
}
.landing-team .title-landing p {
  color: #fff;
}
.landing-team .team__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.landing-team .team__content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px;
}
.landing-team .team__content ul .item-team {
  position: relative;
  text-align: center;
}
.landing-team .team__content ul .item-team .text {
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  position: absolute;
  bottom: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0px 20px;
}
.landing-team .team__content ul .item-team .text h3 {
  font-size: 18px;
  color: #ffca51;
  margin-bottom: 5px;
  font-weight: bold;
}
.landing-team .team__content ul .item-team .text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.5;
}

.landing-res {
  background-repeat: no-repeat;
  background-position: center 0;
  padding: 90px 0px;
}
.landing-res .box-res {
  background: #136f6b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
  padding: 50px 20px;
}
.landing-res .box-res h3 {
  margin: 0 0 10px;
  font-size: 40px;
  text-transform: uppercase;
  color: #f3b761;
  padding: 10px 0 30px;
  font-weight: 600;
  text-decoration: underline;
}
.landing-res .box-res p {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}
.landing-res .box-res form p {
  margin-bottom: 0;
}
.landing-res .box-res input {
  width: 100%;
  margin: 8px 0 2px;
  border: none;
  padding: 12px 10px;
  background: #fff;
  color: #333;
  outline: none;
}
.landing-res .box-res .btn-custom {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-yellow);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 20px;
  margin: 0 auto;
  margin-top: 30px;
}
.landing-res .box-res .btn-custom:hover {
  color: #fff;
  background: var(--color-blue);
}
.landing-res .box-res .btn-custom button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.landing-res div.wpcf7 .ajax-loader {
  display: none !important;
}
.gnws-menu {
  color: #000;
  width: 280px;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0px !important;
  background-color: #f1f0f6;
  overflow: scroll;
  -webkit-box-shadow: 0px 2px 11px 1px rgba(168, 168, 168, 0.54);
  -moz-box-shadow: 0px 2px 11px 1px rgba(168, 168, 168, 0.54);
  box-shadow: 0px 2px 11px 1px rgba(168, 168, 168, 0.54);
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
  padding: 0 20px;
}
.gnws-menu.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.open_opacity.opacity_menu {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 999999;
}
.opacity_menu {
  display: none;
}
.gnws-menu ul li {
  padding: 5px 0;
  border-bottom: none;
  transition: all 0.3s;
  position: relative;
}
.gnws-menu ul li a {
  line-height: 1.5;
  display: block;
  padding: 5px 0;
  color: #ef9025;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
}
.gnws-menu ul li .sub-menu {
  display: none;
}
.gnws-menu .nav-boxMenu {
  color: #ef9025;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: right;
}

.gnws-menu .nav-boxMenu.icon-angle-right:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 0px;
  padding: 10px 20px;
  top: -10px;
}
.gnws-menu .nav-boxMenu.show_open:before {
  content: "\f107";
}
.gnws-menu ul ul {
  padding-left: 10px;
  margin: 0;
}
.gnws-menu ul ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e1e6;
  padding-bottom: 0;
  transition: all 0.3s;
  padding: 5px 0;
}
.gnws-menu ul ul li a {
  text-transform: initial;
  font-weight: 400;
}
.gnws-menu ul ul ul li {
  border: none;
}
.gnws-menu ul ul ul li a {
  font-size: 12px;
  color: #333;
}
.gnws-menu .js-tuvan {
  background: #ef810a;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.header-ld .bvda-call {
  color: #4d5252;
  font-weight: 500;
  margin-left: 10px;
}

.header-ld .bvda-tv {
  background: #ef810a;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-ld .angle-right {
  width: 6px;
  height: 6px;
  border-top: 2px solid #ef9025;
  border-left: 2px solid #ef9025;
  transform: rotate(135deg);
  margin-right: 5px;
}

.header-ld .icon-mobile {
  display: block;
  font-size: 20px;
  background-color: #03746e;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .header-ld .icon-mobile {
    font-size: 15px;
  }
}

.header-ld .ld-call {
  color: #fff;
  background: #37a688;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
}

.header-ld .ld-register {
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(to right, #e09b30, #f9e17b);
  color: #000;
  border-radius: 20px;
}

.header-ld .ml-10 {
  margin-left: 10px;
}

.header-ld .ld-call__mobile {
  display: block;
  margin: 0 5px;
  text-align: center;
  margin-top: 10px;
}

.header-ld .overlay-ld {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  cursor: pointer;
  animation: opac 0.5s;
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes opac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header-ld .logo {
  max-width: 294px;
}

.header-ld .logo-mobile {
  max-width: 200px;
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .header-ld .logo {
    max-width: 250px;
  }
}

@media (max-width: 992px) {
  .header-ld .logo {
    max-width: 230px;
  }
}

@media (max-width: 768px) {
  .header-ld .logo {
    max-width: 210px;
  }
}

.header-ld .burger {
  position: relative;
  width: 29px;
  height: 29px;
  margin-left: 10px;
}

.header-ld .burger div {
  width: 100%;
  height: 3px;
  background: #03746e;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.header-ld .line-one {
  top: 3px;
}

.header-ld .line-two {
  width: 80% !important;
  display: block;
  transition-delay: 0s;
}

.header-ld .line-three {
  bottom: 3px;
}

.header-ld .toggle .line-one {
  transform: translate(0px, 8px) rotate(45deg);
}

.header-ld .toggle .line-two {
  opacity: 0;
  display: none;
}

.header-ld .toggle .line-three {
  transform: translate(0px, -3px) rotate(-45deg);
}

.header-ld .nav {
  position: absolute;
  top: 77px;
  background-color: #f0f6ff;
  width: 33%;
  min-height: auto;
  color: #000;
  background-size: 100%;
  padding: 10px 20px;
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.05, 0.01, 0.06, 0.09);
  display: none;
}

.header-ld .nav__list {
  padding-left: 0;
  list-style: none;
}

.header-ld .nav__item {
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e1e6;
  transition: all 0.3s;
}
.header-ld .nav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  color: #ef9025;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}

.header-ld .nav__item:hover {
  background: #0b756f;
}

.header-ld .nav__item:hover .nav__link {
  color: #fff;
  padding-left: 10px;
}

.header-ld .nav__item .nav__link::after {
  content: "";
  width: 30px;
  height: 30px;
  border-left: solid 10px #0b756f;
  border-bottom: solid 21px transparent;
  border-top: solid 22px transparent;
  position: absolute;
  right: -30px;
  top: -6px;
  opacity: 0;
  transition: all 0.3s;
}

.header-ld .nav__item:hover .nav__link::after {
  opacity: 1;
  z-index: 1;
}

.header-ld .nav__item:hover .nav-child {
  transition: all 0.5s;
  opacity: 1;
  display: block;
}

.header-ld .nav-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 87px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  cursor: pointer;
}

.header-ld .nav-active {
  display: block;
}

.header-ld .nav-child {
  position: absolute;
  left: 376px;
  width: 100%;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  background-color: #f0f6ff;
  min-height: auto;
  display: none;
  opacity: 0;
}

.header-ld .nav-child__list {
  padding-left: 10px;
  margin: 15px 0;
  list-style: none;
}

.header-ld .nav-child__item {
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e1e6;
  transition: all 0.3s;
}

.header-ld .nav-child__item .nav-child__link::after {
  content: "";
  width: 30px;
  height: 30px;
  border-left: solid 10px #0b756f;
  border-bottom: solid 21px transparent;
  border-top: solid 22px transparent;
  position: absolute;
  right: -30px;
  top: -6px;
  opacity: 0;
  transition: all 0.3s;
}

.nav-child__item:hover {
  background: #0b756f;
}

.nav-child__item:hover .nav-child__link::after {
  opacity: 1;
  z-index: 1;
}

.nav-child-2 {
  position: absolute;
  width: 110%;
  left: 376px;
  top: 0px;
  padding-left: 0px;
  height: auto;
  display: none;
  opacity: 0;
  background: #f0f6ff;
  transition: all 0.5s;
}

.nav-child__item:hover .nav-child-2 {
  transition: all 0.5s;
  opacity: 1;
  display: block;
}

.nav-child-2__list {
  list-style: none;
  padding-left: 60px;
  min-height: 620px;
}

.nav-child-2__list::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0f7762;
  position: absolute;
  left: 40px;
  top: 0;
}

.nav-child-2__item {
  padding: 5px 0;
}

.nav-child-2__link {
  color: #393f41 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.nav-child-2__item:hover .nav-child-2__link {
  color: #ef9025 !important;
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .nav-child {
    left: 305px;
  }
  .nav-child-2 {
    left: 305px;
  }
}

.header-ld .icon-search-mobile {
  margin-left: 5px;
}

.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s ease-in;
  background-color: #f1f0f6;
}

@media (max-width: 576px) {
  .nav-mobile {
    width: 65%;
  }
}

.nav-mobile__list {
  padding-left: 0;
  padding: 0 10px;
}

.nav-mobile__item {
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e1e6;
  transition: all 0.3s;
  list-style: none;
}
.nav-mobile__item a {
  color: #ef9025;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 576px) {
  a {
    font-size: 14px;
  }
}

.nav-mobile__link {
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s;
}

.nav-mobile-child {
  padding: 5px 20px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.nav-mobile-child-active {
  position: static;
  visibility: visible;
  opacity: 1;
}

.nav-mobile-child__list {
  list-style: none;
  padding-left: 0;
}

.nav-mobile-child__item {
  padding: 5px 0;
  margin-bottom: 10px;
}

.nav-mobile-child__link {
  font-weight: 400;
}

.nav-mobile-child2 {
  padding: 5px 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.nav-mobile-child2__list {
  padding-left: 30px;
}

.nav-mobile-child2__item {
  list-style: none;
  padding: 10px 5px;
}

.nav-mobile-child2__link {
  color: #393f41 !important;
}

.nav-mobile-child__item:hover .nav-mobile-child__link {
  color: #393f41 !important;
}

.nav-mobile-child__item:hover .angle-right {
  border-top: 2px solid #393f41;
  border-left: 2px solid #393f41;
}

.nav-actives {
  transform: translateX(0%);
}

.nav-mobile-child2-active {
  position: static;
  visibility: visible;
  opacity: 1;
}

.logo-ld__icon {
  display: inline-block;
  animation: spin 2s linear infinite;
}

.logo-ld__text {
  display: inline-block;
  margin-left: 10px;
}

.logo-ld__icon img {
  max-width: 70px;
}

.logo-ld__text img {
  max-width: 160px;
}

@media (max-width: 1024px) {
  .logo-ld {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .logo-ld__text {
    margin-left: 5px;
  }
  .logo-ld__icon img {
    max-width: 40px;
  }
  .logo-ld__text img {
    max-width: 130px;
  }
}

@media (max-width: 576px) {
  .logo-ld__text {
    margin-left: 2px;
  }
  .logo-ld__icon img {
    max-width: 35px;
  }
  .logo-ld__text img {
    max-width: 120px;
  }
}

.nav-ld__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-ld__item {
  display: inline-block;
}
.nav-ld__item a {
  padding: 26px 10px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .nav-ld {
    display: none;
  }
}

.nav-ld-mobile__nav {
  display: block;
  color: #0d705b;
  padding-right: 17px;
  border-right: 1px solid #eee;
  font-size: 30px;
  margin-left: -25px;
}

.nav-ld-mobile__location {
  font-size: 17px;
  width: 35px;
  height: 35px;
  right: -15px;
  line-height: 16px;
  border-radius: 4px;
  background: #0d705b;
  color: #f9c452;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -25px;
}

@media (min-width: 1025px) {
  .nav-ld-mobile__nav {
    display: none;
  }
  .nav-ld-mobile__location {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-ld-mobile__nav {
    margin-left: -10px;
  }
  .nav-ld-mobile__location {
    margin-right: -10px;
  }
}

.nav-ld-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s ease-in;
  background-color: #ffffff;
  z-index: 99;
}

@media (max-width: 576px) {
  .nav-ld-mobile {
    width: 270px;
  }
}

.nav-ld-mobile__logo {
  display: block;
  padding: 10px 0;
}

.nav-ld-mobile__list {
  list-style: none;
  padding: 0;
}
.nav-ld-mobile__list a {
  padding: 9px 12px;
  display: block;
  font-weight: 600;
  border-top: 1px dotted #ccc;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  font-size: 14px;
}

.header-ld .nav-ld-actives {
  transform: translateX(0%);
  display: block;
}

.header-ld .header {
  background-color: #ffffff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header__layout {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__content {
  display: flex;
  align-items: center;
}

.header__btnMenu {
  margin-top: 5px;
}

.header__btnMenu #toggle {
  display: flex;
  align-items: center;
  color: #03746e;
  text-transform: uppercase;
  cursor: pointer;
}

.header__languages {
  padding: 0 25px;
}
.header__languages a {
  display: inline-block;
  margin: 0 5px;
}

.header__hotline {
  display: flex;
  padding: 0 20px;
  align-items: center;
}
.header__hotline i {
  color: #4d5252;
}

.header__address {
  margin-right: 15px;
}

.header__address select {
  padding: 12px 0;
  margin-bottom: 0;
}

.heaader__tv a {
  display: block;
}

.header__search a {
  background: #ef810a;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-left: 10px;
}

.header__mobile {
  display: flex;
  align-items: center;
}

@media (min-width: 769px) {
  .header__mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .header__content {
    display: none;
  }
}

.header-ld {
  padding: 10px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #eee;
}

.header-ld__layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-ld__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .header-ld-lg-hidden {
    display: none;
  }
}
.contact-wrapper {
  padding-bottom: 60px;
}
.contact-wrapper p {
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact-wrapper .contact-text h2 {
  text-transform: uppercase;
  font-size: 17px;
  padding: 15px 0;
}
.contact-wrapper .contact-text ul {
  margin-bottom: 20px;
}
.contact-wrapper .contact-text ul li {
  padding: 5px 0;
}
.contact-wrapper .contact-text .gg-map {
  padding: 3px;
  border: 1px solid #ddd;
}
.contact-wrapper #contact-form {
  margin-top: 20px;
}
.contact-wrapper #contact-form .form-control {
  font-size: 14px;
  border-radius: 2px;
  padding: 0.475rem 0.75rem;
}
.contact-wrapper #contact-form input[type="submit"] {
  background: #ff9b00;
  color: #fff;
  cursor: pointer;
  border-color: #ff9b00;
  width: 30%;
  font-weight: 500;
}

.customers-wrapper {
  padding-top: 20px;
}
.customers-wrapper .item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customers-wrapper .item img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.customers-wrapper .item .content h5 {
  color: #0088de;
  margin-bottom: 10px;
}
.customers-wrapper .item .content p {
  text-align: justify;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .customers-wrapper .item {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customers-wrapper .item img {
    margin-bottom: 15px;
  }
}
