/*!
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: 98% 20px;
    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: #1d3a7b;
    --color-primary: #e76410;
    --color-yellow: #fdc624;
}

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: "SF Pro", 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-primary);
    background-color: var(--color-primary);
    color: white;
}

.pages ul .active a,
.page-numbers ul .active a {
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    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-primary) !important;
    background-color: var(--color-primary) !important;
    color: white !important;
}

.list-content-products .woocommerce-pagination ul li .current {
    border: 1px solid var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    color: white !important;
}

.list-content-products .woocommerce-pagination ul .active a {
    border: 1px solid var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    color: white !important;
}

/* general
--------------------------------------------- */
.breadcrumb {
    background: #f1f2f2;
    padding: 10px 0px;
    margin: 0;
}

.breadcrumb p {
    margin: 0;
    font-size: 15px;
    color: #a7a9ac;
}

.breadcrumb p a {
    padding-right: 5px;
    color: #a7a9ac;
}

.breadcrumb p a:hover {
    color: var(--color-primary);
}

.breadcrumb p .separator {
    padding-right: 5px;
}

.breadcrumb p .last {
    color: var(--color-primary);
}

.breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-primary);
    font-weight: bold;
}

.breadcrumb .woocommerce-breadcrumb a {
    font-weight: 400;
}

.page-banner .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}


.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-primary);
}

.title-main {
    text-align: center;
    margin-bottom: 50px;
}

.page-template-about .title-main .heading {
    color: #e76410;
}
.title-main .heading {
    color: #e76410;
    font-size: 30px;
    font-weight: bold;
}

.title-main p {
    width: 80%;
    margin: 0 auto;
    color: #999;
    margin-top: 16px;
    font-size: 20px;
}

.btn-custom {
    height: 40px;
    display: block;
    background: var(--color-primary);
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid var(--color-primary);
}

.btn-custom:hover {
    background: #fff;
    color: var(--color-primary);
}

.btn-more {
    height: 40px;
    display: block;
    background: #fff;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 50px;
}

.btn-more:hover {
    background: var(--color-primary);
    color: #fff;
}

.btn-book {
    background: var(--color-primary);
    ;
    border-radius: 16px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    border: 1px solid var(--color-primary);
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.btn-book:hover {
    background: #fff;
    color: var(--color-primary);
}

.mg-bottom {
    margin-bottom: 30px;
}

.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-primary);
    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-primary);
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: var(--color-primary);
    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;
}

.hc-offcanvas-nav li {
    color: #fff;
}

/* Posts and pages
--------------------------------------------- */
.the_content {
    text-align: justify;
}

.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;
}
section.site-combo.bg-custom.pd-main h2.heading {
    color: #fff;
}
.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;
}

.the_content figure {
    margin-bottom: 1rem;
}

.the_content figure figcaption {
    display: block;
    padding-top: 5px;
    text-align: center;
}

/* Header
--------------------------------------------- */
.header {
    position: relative;
    z-index: 99;
    background: #fff;
}

.header-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}

.header-active .header__menu ul li a {
    color: #333;
}

.header-active .header__menu ul .current-menu-item a {
    color: var(--color-primary);
}

.header__logo {
    padding: 10px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
    width: 100px;
}

.header__logo .icon-mobile {
    background: var(--color-primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: none !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.header__logo .search-mobile {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: var(--color-primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: none !important;
}

.header__logo-right {
    display: none;
    align-items: center;
    gap: 20px;
}

.header__logo-right > ul{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-weight: 700;
}

.header__logo-right > ul a{
	color: #e76410;
}


@media screen and (max-width: 991px) {
	.lang-item-vi:after {
		font-size: 16px !important;
		color: #e76410;
		margin: 0 2px;
	}
    .header__logo-right {
        display: flex;
    }

    .header__logo .icon-mobile,
    .header__logo .search-mobile {
        display: block !important;
    }
}

.header__logo .icon-mobile a,
.header__logo .search-mobile 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 {
    width: 20px;
    fill: #fff;
}

.header__logo .search-mobile {
    right: 40px;
}

.header__menu ul {
    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;
    flex-wrap: wrap;
}

.header__menu ul li {
    display: flex;
    padding: 1px 10px;
    position: relative;
    line-height: 50px;
    color: #000;
}

.header__menu ul li:hover {
    color: var(--color-primary);
}

.header__menu ul li:hover .sub-menu {
    display: block;
}

.header__menu ul li .sub-menu {
    position: absolute;
    top: 80%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 180px;
    max-width: 200px;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    display: block;
    margin: 0;
    display: none;
}

.header__menu ul li .sub-menu li {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__menu ul li .sub-menu li:hover {
    border-color: var(--color-primary);
    background: var(--color-primary);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__menu ul li .sub-menu li:hover a {
    display: block;
    color: #fff;
}

.header__menu ul li .sub-menu li a {
    text-transform: none;
    color: #414042;
}

.header__menu ul li .sub-menu li a:after {
    display: none;
}

.header__menu ul li .sub-menu li span {
    display: inline-block;
}

.header__menu ul li:last-child {
    padding-right: 0;
}

.header__menu ul li a {
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.header__menu ul li a:hover {
    color: var(--color-primary);
}

.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-primary);
}

.header__menu ul .menu-item-has-children a:after {
    content: "\f107";
    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: 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-custom {
    background: #e76410;
    position: relative;
}

.bg-custom:before {
    content: "";
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(/wp-content/uploads/2023/02/Untitled-1-2-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
    background-position: center top;
}

.bg-custom:after {
    content: "";
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(/wp-content/uploads/2023/02/Untitled-1-1-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
    background-position: center bottom;
}

.site-services {
    padding-bottom: 150px;
}

.item-services {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
}

.item-services .img {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item-services h3 {
    color: var(--color-primary);
    padding: 20px 0px 10px 0px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.item-services p {
    font-weight: 500;
    font-size: 17px;
    color: #677788;
    line-height: 1.5;
    margin-bottom: 0;
}

.stars {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stars:hover .star polygon {
    fill: #ffd055 !important;
}

.stars .star polygon {
    fill: #d8d8d8;
}

.stars .star:hover~.star polygon {
    fill: #d8d8d8 !important;
}

.stars[data-stars] .star polygon {
    fill: #ffd055;
}

.stars[data-stars="1"] .star:nth-child(1)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="2"] .star:nth-child(2)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="3"] .star:nth-child(3)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="4"] .star:nth-child(4)~.star polygon {
    fill: #d8d8d8;
}

.stars[data-stars="5"] .star:nth-child(5)~.star polygon {
    fill: #d8d8d8;
}

.item-combo {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    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;
}

.item-combo img {
    width: 100%;
}

.item-combo .pd-content {
    padding: 0px 20px;
}

.item-combo .content {
    padding: 20px;
    padding-top: 0;
}

.item-combo .stars {
    margin-bottom: 15px;
}

.item-combo h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.item-combo h3 a {
    color: var(--color-primary);
}

.item-combo .people {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.item-combo .price {
    margin-bottom: 30px;
}

.item-combo .price del {
    color: var(--color-yellow);
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.item-combo .price ins {
    font-weight: 600;
    font-size: 30px;
    color: #ff0000;
    background: none;
}

.item-combo .the_content {
    margin-bottom: 40px;
}

.item-combo .the_content p {
    color: #677788;
    margin-bottom: 10px;
}

.item-combo .the_content ul li,
.item-combo .the_content ol li {
    color: #677788;
    margin-bottom: 10px;
}

.item-combo .btn-custom {
    margin: 0px 20px 20px 20px;
    margin-top: auto;
}

.site-menu {
    padding-top: 200px;
}

.site-menu .nav-content .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
}

.site-menu .nav-content .nav li {
    padding: 0px 5px;
}

.site-menu .nav-content .nav li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid var(--color-primary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    color: var(--color-primary);
    font-weight: 500;
}

.site-menu .nav-content .nav li a:hover {
    background: var(--color-primary);
    color: #fff;
}

.site-menu .nav-content .nav li .active {
    background: var(--color-primary);
    color: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.item-menu {
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-menu:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.item-menu img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.item-menu .content {
    padding: 20px;
    padding-top: 10px;
}

.item-menu h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 10px 20px 0px 20px;
}

.item-menu h3 a {
    color: var(--color-primary);
}

.item-menu .price {
    padding: 0px 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.item-menu .price del {
    color: var(--color-yellow);
    font-weight: bold;
    font-size: 16px;
    display: block;
    padding-left: 15px;
}

.item-menu .price ins {
    font-weight: 600;
    font-size: 18px;
    color: #ff0000;
    background: none;
}

.item-menu .btn-custom {
    margin: 0 auto;
    margin-top: auto;
    width: 85%;
}

.site-book {
    position: relative;
}

.site-book .content-book {
    position: absolute;
    top: 0;
    left: 0;
    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;
}

.site-book .form-group {
    margin-bottom: 20px;
}

.site-book h3 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.site-book p {
    margin-bottom: 0;
}

.site-book label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.site-book .form-control {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 55px !important;
    padding-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.site-book .btn-book {
    background: var(--color-primary);
    ;
    border-radius: 16px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.site-book .btn-book:hover {
    background: #fff;
    color: var(--color-primary);
}

.site-about {
    padding: 60px 0px;
    padding-bottom: 200px;
}

.site-about .content h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}

.site-about .content p {
    font-size: 16px;
    line-height: 28px;
    color: #677788;
    margin-bottom: 25px;
}

.site-album {
    background: #e76410;
    position: relative;
}

.site-album:before {
    content: "";
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url(/wp-content/uploads/2023/02/Untitled-1-2-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
    background-position: center center;
}

.site-album:after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url(/wp-content/uploads/2023/02/Untitled-1-1-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
    background-position: center bottom;
}

.site-album .grid:after {
    content: "";
    display: block;
    clear: both;
}

.site-album .grid {
    margin: 0px -15px;
}

.site-album .grid-sizer,
.site-album .grid-item {
    width: 33.333%;
    padding: 15px;
}

.site-album .grid-item {
    float: left;
}

.site-album .grid-item .images {
    position: relative;
    overflow: hidden;
    display: block;
}

.site-album .grid-item .images:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-album .grid-item .images:hover:before {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.site-album .grid-item .images:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.site-album .grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.site-album .btn-book {
    margin: 0 auto;
}

.site-customer {
    padding-top: 250px;
    padding-bottom: 150px;
}

.site-customer .item {
    text-align: center;
    max-width: 910px;
    margin: 0 auto;
}

.site-customer .item p {
    font-weight: bold;
    font-size: 40px;
    color: #6e798c;
    line-height: 1.5;
}

.site-customer .item .avata {
    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;
}

.site-customer .item .avata img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    border-radius: 50%;
}

.site-customer .item .avata span {
    padding-left: 15px;
    color: #081f32;
    font-size: 30px;
    font-weight: 600;
}

.site-customer .owl-theme .owl-nav {
    margin: 0;
}

.site-customer .owl-theme .owl-nav .owl-prev,
.site-customer .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: none !important;
    border: 0;
    outline: none !important;
}

.site-customer .owl-theme .owl-nav .owl-prev span,
.site-customer .owl-theme .owl-nav .owl-next span {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-primary);
    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;
    font-size: 25px;
    color: var(--color-primary);
    border-radius: 50%;
}

.site-customer .owl-theme .owl-nav .owl-prev {
    left: 0;
}

.site-customer .owl-theme .owl-nav .owl-next {
    right: 0;
}

/* Footer
--------------------------------------------- */
.site-footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 0px 50px 0px;
    position: relative;
}

.rg-30 {
    row-gap: 30px;
}

.site-footer .footer-content {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .site-footer {
        background-position: 44%;
    }

}

.site-footer .title-ft {
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.site-footer .title-ft2 {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.site-footer .title-ft2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.site-footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.site-footer ul li:last-child {
    margin-bottom: 0;
}

.site-footer ul li i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    font-size: 18px;
}

.site-footer iframe {
    width: 100%;
    height: 170px;
}

.footer-item a {
    color: #fff;
    font-weight: 300;
}

.footer-item a:hover {
    color: var(--color-yellow);
}

.footer-title {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.pp-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    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;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pp-content .js-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.5);
}

.pp-content .content {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 15px;
    background-image: url(../images/bg-pp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .pp-content .content {
        max-width: 95%;
        height: 550px;
        background: rgba(255, 255, 255, 0.9);
    }

    .pp-content .content:before {
        display: none;
    }
}

.pp-content .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.pp-content .content .js-times {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--color-primary);
    cursor: pointer;
    z-index: 99;
}

.pp-content .form-group {
    margin-bottom: 20px;
}

.pp-content h3 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.pp-content p {
    margin-bottom: 0;
}

.pp-content label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-primary);
}
.col-md-12 .pp-content label {
    text-align: left;
    text-transform: initial;
}
.pp-content .form-control {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 55px !important;
    padding-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.pp-content .btn-book {
    background: var(--color-primary);
    ;
    border-radius: 16px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.pp-content .btn-book:hover {
    background: #fff;
    color: var(--color-primary);
}

.pp-content2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    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;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pp-content2 .js-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.5);
}

.pp-content2 .content {
    max-width: 600px;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 15px;
    background-image: url(../images/bg-pp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
}

@media screen and (max-width: 767px) {
    .pp-content2 .content {
        max-width: 95%;
        height: 550px;
    }
}

.pp-content2 .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.pp-content2 .content .js-times {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: var(--color-primary);
    cursor: pointer;
    z-index: 99;
}

.pp-content2 .form-group {
    margin-bottom: 20px;
}

.pp-content2 h3 {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.pp-content2 p {
    margin-bottom: 0;
}

.pp-content2 label {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--color-primary);
}

.pp-content2 .form-control {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 55px !important;
    padding-left: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.pp-content2 .btn-book {
    background: var(--color-primary);
    ;
    border-radius: 16px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    border: 1px solid var(--color-primary);
    margin: 0 auto;
    font-size: 17px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.pp-content2 .btn-book:hover {
    background: #fff;
    color: var(--color-primary);
}

.active-pp {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wpcf7-response-output {
    border-color: var(--color-primary) !important;
    position: relative !important;
    padding: 10px !important;
    margin: 0 !important;
}

.wpcf7-not-valid-tip {
    display: block;
    padding-top: 10px;
}

/* ganeral
--------------------------------------------- */
.album-about {
    padding-bottom: 100px;
}

.album-about .site-album {
    background: none;
}

.album-about .site-album:before,
.album-about .site-album:after {
    display: none;
}

.single-products .slider-single .slider-for .item {
    border-radius: 5px;
    overflow: hidden;
}

.single-products .slider-single .slider-for img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-products .slider-single .slider-nav {
    margin: 0px -5px;
    margin-top: 10px;
}

.single-products .slider-single .slider-nav .slick-list {
    padding: 0 !important;
}

.single-products .slider-single .slider-nav .slick-slide {
    padding: 0px 5px;
}

.single-products .slider-single .slider-nav .item {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.single-products .slider-single .slider-nav .item img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-products .single-content {
    padding-left: 30px;
}

.single-products .single-content h1 {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.single-products .single-content .stars {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-primary);
    ;
}

.single-products .single-content .price {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-products .single-content .price del {
    color: var(--color-yellow);
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding-left: 15px;
}

.single-products .single-content .price ins {
    font-weight: 600;
    font-size: 30px;
    color: #d0143c;
    background: none;
}

.single-products .single-content .the_content {
    margin-bottom: 30px;
}

.single-products .single-content .lienhe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-products .single-content .lienhe .bg-yellow {
    background: #f58100;
    border-color: #f58100;
    margin-left: 10px;
    line-height: initial;
    padding: 5px 0px;
}

.single-products .single-content .lienhe .bg-yellow:hover {
    background: var(--color-yellow);
}

.single-products .single-content .lienhe .bg-yellow span {
    display: block;
    font-size: 12px;
    padding-bottom: 3px;
}

.single-products .single-content .lienhe .bg-yellow small {
    font-weight: bold;
}

.single-products .single-content .btn-custom {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 45px;
}

.page-single-content {
    padding-bottom: 50px;
}

.page-single-content .nav-top {
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 25px;
}

.page-single-content .nav-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-single-content .nav-top ul li {
    padding-right: 5px;
}

.page-single-content .nav-top ul li a {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 40px;
    background: var(--color-primary);
    min-width: 120px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.page-single-content .comment span {
    display: block;
    width: 100%;
}

.page-single-content .comment iframe {
    width: 100%;
}

.products-lq {
    padding-bottom: 50px;
}

.item-news {
    margin-bottom: 20px;
}

.item-news:hover .text h3 a {
    color: var(--color-primary);
}

.item-news .text {
    padding-left: 30px;
}

.item-news .text h3 a {
    display: block;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.item-news .text .date {
    display: block;
    margin-bottom: 15px;
    color: #777;
}

.item-news .text .date i {
    padding-right: 10px;
    color: var(--color-primary);
}

.item-news .text p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 25px;
}

.sidebar .widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.sidebar .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ccc;
}

.sidebar .widget_search span {
    display: none;
}

.sidebar .widget_search form {
    position: relative;
}

.sidebar .widget_search form label {
    display: block;
    width: 100%;
}

.sidebar .widget_search form .search-field {
    height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 16px;
    width: 100%;
    outline: none;
    display: block;
}

.sidebar .widget_search form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
    background: var(--color-primary);
    font-size: 15px;
    color: #fff;
    padding: 0px 15px;
    cursor: pointer;
}

.sidebar ul li {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar ul li:last-child {
    border: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    padding-right: 5px;
}

.sidebar ul li a:hover {
    color: var(--color-primary);
}

.single-archive-news .title-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-primary);
}

.single-archive-news .title-top h1 {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.single-archive-news .title-top .date {
    font-size: 15px;
    display: block;
    color: #777;
}

.single-archive-news .title-top .date i {
    padding-right: 5px;
    color: var(--color-primary);
}

.news-lq .item-menu .content .date {
    margin-bottom: 10px;
    display: block;
    color: #777;
}

.news-lq .item-menu .content .date i {
    padding-right: 5px;
    color: var(--color-primary);
}

.news-lq .item-menu .content p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.page-album .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.page-album .nav li {
    padding: 0px 5px;
}

.page-album .nav li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid var(--color-primary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    color: var(--color-primary);
    font-weight: 500;
}

.page-album .nav li a:hover {
    background: var(--color-primary);
    color: #fff;
}

.page-album .nav li .active {
    background: var(--color-primary);
    color: #fff;
}

.page-album .nav .current-menu-item a {
    background: var(--color-primary);
    color: #fff;
}

.page-album .grid:after {
    content: "";
    display: block;
    clear: both;
}

.page-album .grid {
    margin: 0px -15px;
}

.page-album .grid-sizer,
.page-album .grid-item {
    width: 25%;
    padding: 15px;
}

.page-album .grid-item {
    float: left;
}

.page-album .grid-item .images {
    position: relative;
    overflow: hidden;
    display: block;
}

.page-album .grid-item .images:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 100;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            to(rgba(255, 255, 255, 0.5)));
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-album .grid-item .images:hover:before {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-album .grid-item .images:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.page-album .grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.page-contact {
    padding: 50px 0px;
}

.page-contact__content .des {
    text-align: center;
    margin-bottom: 30px;
}

.page-contact__content .des h2 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.page-contact__content .des p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    color: var(--color-primary);
}

.page-contact .form-contact {
    margin-top: 30px;
    background: #f4f4f4;
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .page-contact .form-contact {
        padding: 20px 10px;
        padding-bottom: 0;
    }
}

.page-contact .form-contact h2 {
    text-align: center;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.page-contact .form-contact .contact-address {
    background: #fff;
    padding: 20px;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .page-contact .form-contact .contact-address {
        padding: 20px 10px;
        margin-bottom: 20px;
        height: auto;
    }
}

.page-contact .form-contact .contact-address h3,
.page-contact .form-contact .contact-address h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
}

.page-contact .form-contact .contact-address ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.page-contact .form-contact .contact-address ul li:last-child {
    margin-bottom: 0;
}

.page-contact .form-contact .contact-address ul li .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    border: 1px solid var(--color-primary);
    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;
    color: var(--color-primary);
    font-size: 17px;
}

.page-contact .form-contact .contact-address ul li .text {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 20px;
}

.page-contact .form-contact .contact-address ul li .text span {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.page-contact .form-contact .contact-address ul li .text p {
    font-size: 14px;
    color: #333;
}

.page-contact .form-contact .contact-address form p {
    margin-bottom: 0;
}

.page-contact .form-contact .contact-address form input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 15px;
}

.page-contact .form-contact .contact-address form textarea {
    border-radius: 0;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 15px;
    height: 150px;
}

.page-contact .form-contact .contact-address form .btn-custom {
    cursor: pointer;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page-contact .form-contact .contact-address form .btn-custom:hover {
    background: #fff;
    color: var(--color-primary);
}

.page-contact .maps {
    margin-top: 30px;
}

.page-contact .maps iframe {
    height: 400px;
}

.content-custom .title {
    margin-bottom: 20px;
}

.content-custom .title h2 a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.query-post {
    margin-bottom: 30px;
}

.query-post .item-menu {
    box-shadow: none;
    background: rgba(210, 210, 210, 0.15);
}

.query-post .owl-carousel .owl-stage {
    display: flex;
}

.query-post .owl-carousel .owl-item .item,
.query-post .owl-carousel .owl-item .item-menu {
    height: 100%;
}

.query-post .owl-theme .owl-nav .owl-prev,
.query-post .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: none !important;
    outline: none;
    margin: 0 !important;
}

.query-post .owl-theme .owl-nav .owl-prev span,
.query-post .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: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px;
    color: var(--color-blue);
    background: #fff;
    border: 1px solid var(--color-blue);
}

.query-post .owl-theme .owl-nav .owl-prev {
    left: -50px;
}

.query-post .owl-theme .owl-nav .owl-next {
    right: -50px;
}

.item-news img {
    height: 200px;
    object-fit: cover;
}

.phone-vr-img-circle a {
    line-height: 55px;
}

.page-template-default .header__menu ul li a {
    color: #333;
}

.page-template-default .header__menu ul li a:hover {
    color: var(--color-primary);
}

.title-default h1 {
    font-size: 30px;
    margin: 20px 0;
    font-weight: 700;
    color: var(--color-primary);
    text-align: center;
}

.search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-icon form {
    position: absolute;
    right: 0;
    top: 100%;
    width: 190px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.search-icon:hover form {
    opacity: 1;
    visibility: visible;
}
.lang-item-vi:after {
    content: '/';
    padding-left: 2px;
    font-size: 24px;
}

.header__menu ul li.lang-item {
    padding: 0 1px !important;
}
section.site-album h2.heading{
	color: #fff;
}
.col-md-12 .pp-content label {
    text-align: left;
    text-transform: initial;
}