/*
Theme Name: DBP Enterprise
Text Domain: DBP Enterprise
Version: 1.9
Tested up to: 5.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: DBP Enterprise Co., Ltd. is one of Cambodia’s market expansion specialists, offering solutions and market knowledge to clients worldwide since 2023.


Author: Stridec 
Author URI: https://stridec.com/

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit; 
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

html {
	font-size: 100%; /* 1rem = 16px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
*, html, body {
	box-sizing:border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}

a,
path {
	transition: all 0.15s linear;
}

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

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


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

main {
	display: block;
}

p {
	line-height: 1.5;
	margin: 0 0 1em;
}

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

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

a {
	color: #52525b;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
	color:#1c95d3;
}

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


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

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-color: var(--border);
	border-width: 1px;
	box-shadow: none;
	display: block;
	font-size: 1; 
	margin: 0;
	max-width: 100%;
	padding: 15px 24px;
	width: 100%;
	border-radius:16px;
	outline:none;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

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

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: var(--primary);
	border: none; 
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;  
	margin: 0;
	opacity: 1;
	padding: 12px 24px;
	font-weight:var(--font-400);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
	border-radius:8px;
	width:100%;
	position:relative;
	z-index:2;
	border:1px solid var(--primary);
} 

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	/* text-decoration: underline; */
	outline:none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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 {
	/* border-color: currentColor; */
	outline:none;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

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

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

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

@media (max-width: 782px) {

	.admin-bar .menu-modal {
		top: 46px;
	}
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: var(--light-blue);
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width:100%;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li { 
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	/* text-decoration: underline; */
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}

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

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.error404 #site-content {
	padding-top: 4rem;
}

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

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}

/***** CUSTOM STYLE  ****/
html {
	font-size:16px;
}

:root {
	--primary:#4C5755;
	--secondary:#F5E400;
	--brand:#0083E0;
	--white:#fff; 
	--font-16:16px;
	--font-18:18px; 
	--font-26:26px;   
	--font-400:400;
	--font-500:500;
	--font-600:600;
	--font-700:700;   
	--primary-font:'Inter', sans-serif;
	--radius:10px;
	--shadow: 0px 0px 9px 4px #7676761A;
}

button.toggle, .wpcf7-spinner, .post-author, .post-comment-link, .post-meta li .meta-icon, .wpcf7-not-valid-tip, .wpml-ls-item.wpml-ls-current-language {
	display:none
}

body, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: var(--primary-font);
	font-size:var(--font-16);
	color:var(--primary);
	line-height:1.4;
}
a {
	text-decoration:none;
}
h1 { 
	color:var(--dark);
	font-weight: var(--font-700); 
	font-size: 3.5rem;
	font-family: var(--primary-font);
	margin:0 0 20px;
}

h2 { 
	color:var(--dark);
	font-weight: var(--font-500); 
	font-size: var(--font-26);
	font-family: var(--primary-font);
	margin:0 0 20px;
}

h3 { 
	color:var(--dark);
	font-family: var(--primary-font);
	font-size: 2rem;
	margin:0 0 20px;
	font-weight: var(--font-700);
}

h4 {
	color:var(--dark);
	font-family: var(--primary-font);
	font-size: 1.5rem;
	margin:0 0 20px;
	font-weight: var(--font-700);
}
p {
	display:inline-block;
	width:100%;
}

h5 {
	color:var(--secondary);
	font-family: var(--primary-font);
	font-weight: var(--font-700);
	font-size: 16px;
	margin:0 0 20px;
}
.grey-text {
	color:#A2B1AE;
}

.border {
    border: 1px solid var(--border);
}
.font-400 {
	font-weight:var(--font-400);
}
.font-500 {
	font-weight:var(--font-500);
}
.font-600 {
	font-weight:var(--font-600);
}
.font-700 {
	font-weight:var(--font-700);
}
.font-16 {
	font-size:var(--font-16);
}
.font-18 {
	font-size:var(--font-18);
}
.font-26 {
	font-size:var(--font-26);
} 
/****    Background   ***/ 
.bg-brand {
	background-color:var(--brand);
}

/****    Button   ***/ 
a.theme-btn { 
	background-color:var(--secondary);
	padding:15px 30px;
	color:var(--primary);
	border-radius: 10px;
	display:inline-flex;
	position:relative;
	overflow:hidden;
	transition: 0.5s ease-in-out;
	z-index:2;
	justify-content: center;
	border:1px solid var(--secondary);
	font-size:24px;
	font-weight:700;
	
} 
a.theme-btn:hover {  
	color:var(--primary); 
	
} 
a.theme-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid var(--white);
    transform: translateX(-100%);
	transition: 0.5s ease-in-out;
	z-index:-1;
}
a.theme-btn:hover:before {
    transform: translateX(0);
}

/***** HEADER ******/

#site-header {  
	width:100%; 
	padding:20px 20px; 
	background:transparent;  
	position:fixed;
	z-index:9;
	border-bottom:1px solid transparent;
	transition: 0.5s ease-in-out;
} 
#site-header.fixed {   
	background:#fff;  
	border-bottom:1px solid #f2f2f2; 
	transition: 0.5s ease-in-out;
} 
.site-logo {
	display:flex;
	align-items:center;
}
.site-logo img {
	width:80px;
	height:auto;
	margin-right:20px;
}
.site-description-en  {
	color:#4C5755;
	font-size:22px;
	font-weight:700; 
	display:none;
}
.site-description-cn  {
	color:#4C5755;
	font-size:22px;
	font-weight:700; 
	display:none;
}
.home .site-description-en {
	display:block;
}
.cn .site-description-cn {
	display:block;
}
.primary-menu-wrapper {
	display:flex;
	align-items:center; 
}
.header-menu ul {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	list-style:none; 
	margin:0;
}
.header-menu li { 
	margin:0 0 0 20px;
}
.header-menu li a { 
	color:#fff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
#site-header.fixed .header-menu li a {
	color:var(--primary);
}

/***** FOOTER ****/
#site-footer {   
	padding:20px 20px 20px;
	font-size:14px;
}

/****** Body Content *******/
section {  
    width: 100%;
	padding:60px 0;  
}
.home-banner:after {
	background-image:url('./assets/images/banner-shape.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size:cover;	
	content:'';
	position:absolute;
	bottom:0px;
	right:0;
	width:100%;
	height:490px;   
	z-index:0; 
	max-width:70%;
}
.home-section {
	position:relative;
	z-index:1;
}
.home-banner {
	background: linear-gradient(180deg, rgba(244, 244, 244, 0) 25.08%, rgba(244, 244, 244, 0.855) 87.68%, #F4F4F4 90%, #fff 90%, #fff 100%);
	height:80vh;
	display:flex;
	align-items:center;
	position:relative;
	min-height:470px;
	max-height:470px;
}
.shadow-box {
	box-shadow:var(--shadow);
	padding:24px;
	border-radius:10px;
}
.quote-text {
	color: var(--secondary);
    font-size: 84px;
    margin: 0;
    line-height: 82px;
    display: inherit;
    font-weight: 700;
    height: 45px;
}
.map-section {
	margin-top:120px;
}
.bdr-bottom {
	border-bottom:1px solid #fff;
	padding-bottom:15px; 
}
.map-top {
	margin-top:-120px;
}
.image-container {
	width:55%;
}
.content-container {
	padding:4% 7%;
	width:55%;
	margin-top:50px;
	margin-left:-5%;
	position: absolute;
    right: 0;
}
iframe {
	border-radius:16px;
	overflow:hidden;
}
.home .en-lang {
	display:none;
}
.cn .cn-lang {
	display:none;
}

 
@media screen and (max-width:767px) {
	h2,	.font-26 {
		font-size:22px;
	}
	#site-header {
		background-color:#fff;
		border-color:#f2f2f2;
		padding:10px;
	}
	#site-header ul {
		margin:0;
		list-style:none;
	}
	#site-header ul li {
		margin:0 0 0 15px;
	}
	.site-logo img {
		width:60px;
	}
	.site-description-en, .site-description-cn {
		font-size:20px;
	}
	section {
		padding:90px 0 0;
	} 
	section > .container {
		padding-left:30px;
		padding-right:30px;
	} 
	.home-banner {
		background: linear-gradient(180deg, rgba(244, 244, 244, 0) 25.08%, rgba(244, 244, 244, 0.855) 87.68%, #F4F4F4 90%, #F4F4F4 90%, #F4F4F4 100%);  
		padding-bottom:10%;
	}
	.home-banner:after {
		background-position: right 0% top 85px;
		background-size:cover;
		max-width:100%;
	}
	.home-section p {
		color:#fff;
	}
	.shadow-box {
		flex-wrap:wrap;
	}
	.bg-brand {
		padding:40px 0;
	}
	.map-section {
		margin-top:40px;
	}
	.map-top {
		margin-top: 40px;
	}
	.image-container {
		width:100%;
	}
	.content-container {
		padding: 7% 7%; 
		position: relative;
		margin-top: 0;
		width: 100%;
		margin-left: 0;
	}
	#site-footer {
		padding: 20px;
	}
	.wpml-ls-legacy-list-horizontal {
		padding:7px 0 7px 7px;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 0px 6px 10px;
	}
	.wpml-ls-flag {
		width:26px;
	}
	.header-navigation-wrapper {
		display:none !important;
	}
	.header-titles-wrapper {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	a.theme-btn-white {
		width:100%;
		text-align:center;
	}
	button.toggle {
		display:flex;
		outline:none;
		width:initial;
	}
	button.close-nav-toggle {
		width:100%;
		padding:27.5px 20px;
	}
	button.close-nav-toggle svg {
		color:#000;
		fill:var(--primary);
	}
	.nav-toggle .toggle-inner {
		padding-top:0;
		height:inherit;
	}
	.nav-toggle .toggle-icon, .nav-toggle svg {
		height: 25px;
		width: 25px;
		color:#000;
		fill:var(--primary);
	} 
	.menu-modal nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.menu-wrapper .menu-item {
		margin:0;
	}
	.modal-menu ul li {
		border-left-color: #af9675;
		border-left-width:0; 
	}
	.menu-modal nav * {
		border-color:rgba(255,255,255,.8);
	}  
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .menu-wrapper .menu-item a {
		letter-spacing: 0;
		font-size: 24px;
		color: var(--primary);
		font-weight: 400;
		padding: 1rem 2.5rem;
		text-align: left;
		background: transparent;
		justify-content: left;
		display:flex;
		width:100%;
		border:none;
	}
	.modal-menu li.current-menu-item a, .menu-wrapper .menu-item.current-menu-item a {
		color:var(--white);
	}
	button.close-nav-toggle svg {
		width:25px;
		height:25px;
		color:#000;
	} 
	.menu-btn a:before {
		display:none;
	}
	.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a {
		text-decoration:none;
		color:var(--white); 
	}  
	.modal-menu ul li a { 
		font-size:18px;
		padding-left:35px;
		font-weight:700;
	} 
	.modal-menu ul li ul li a {
		padding-left:50px;
	} 
}

@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1600px) {
	.home-banner:after {
		max-width: 62%;
	}
}
@media (min-width: 2500px) {
	.home-banner:after {
		max-width: 58%;
	}
}