/* AMAZ GROUP V2 - Unified CSS */
/* Bundled from ../wp-content/plugins/contact-form-7/includes/css/stylesfc7a.css?ver=6.0.6 */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/* Bundled from ../wp-content/plugins/fullwidth-templates/assets/css/fullwidth-template-no-sidebarb34e.css?ver=6.9.4 */
.page-template-template-page-builder-no-sidebar .side-pull-left .main-content-inner {
	width: 100%;
	float: none;
}
/* Bundled from ../wp-content/themes/flatsome/assets/css/flatsomeb946.css?ver=3.15.6 */
@charset "UTF-8";html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:none}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%;display:inline-block}img{border-style:none}svg:not(:root){overflow:hidden}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{cursor:pointer}[disabled]{cursor:default}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-box-sizing:border-box;box-sizing:border-box;background-attachment:fixed;-webkit-tap-highlight-color:transparent}body{color:#777;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xdebug-var-dump{position:relative;z-index:1000}hr{margin:15px 0;border-width:0;border-top:1px solid currentColor;opacity:.1}img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}figure{margin:0}pre{background-color:#f1f1f1;border:1px solid #ddd;padding:20px;width:100%;overflow-x:auto}p:empty{display:none}a,button,input{-ms-touch-action:manipulation;touch-action:manipulation}ins{text-decoration:none}embed,iframe,object{max-width:100%}.col,.gallery-item,.columns{position:relative;margin:0;padding:0 15px 30px;width:100%}.col-fit{-webkit-box-flex:1;-ms-flex:1;flex:1}.col-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.col-last{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.col-inner{position:relative;margin-left:auto;margin-right:auto;width:100%;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.col-has-radius{overflow:hidden}@media screen and (min-width: 850px){.col:first-child .col-inner{margin-left:auto;margin-right:0}.col+.col .col-inner{margin-right:auto;margin-left:0}}@media screen and (max-width: 549px){.small-col-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (min-width: 850px){.large-col-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media screen and (max-width: 849px){.medium-col-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.col{padding-bottom:30px}}@media screen and (min-width: 850px){.row-divided>.col+.col:not(.large-12){border-left:1px solid #ececec}.row-divided.row-reverse>.col+.col:not(.large-12){border-left:0;border-right:1px solid #ececec}.col-divided{padding-right:30px;border-right:1px solid #ececec}.col.col-divided:not(.col-first):last-child{border-right:0;padding-right:0;padding-left:30px;border-left:1px solid #ececec}.col-border{padding-right:0;border-right:1px solid #ececec}.col-border+.col,.col-divided+.col{padding-left:30px}}.dark .col-divided{border-color:rgba(255,255,255,.2)}.align-equal>.col{display:-webkit-box;display:-ms-flexbox;display:flex}.align-middle{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-ms-flex-item-align:center !important;align-self:center !important;vertical-align:middle !important}.align-bottom{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important;vertical-align:bottom !important}.align-top{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important;vertical-align:top !important}.align-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.align-right{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.small-1{max-width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%}.small-2{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.small-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.small-4{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.small-5{max-width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%}.small-6{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.small-7{max-width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%}.small-8{max-width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%}.small-9{max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.small-10{max-width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%}.small-11{max-width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%}.small-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.small-columns-1>.col,.small-columns-1 .flickity-slider>.col{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.small-columns-2>.col,.small-columns-2 .flickity-slider>.col{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.small-columns-3>.col,.small-columns-3 .flickity-slider>.col{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.small-columns-4>.col,.small-columns-4 .flickity-slider>.col{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.small-columns-5>.col,.small-columns-5 .flickity-slider>.col{max-width:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.small-columns-6>.col,.small-columns-6 .flickity-slider>.col{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.small-columns-7>.col,.small-columns-7 .flickity-slider>.col{max-width:14.2857142857%;-ms-flex-preferred-size:14.2857142857%;flex-basis:14.2857142857%}.small-columns-8>.col,.small-columns-8 .flickity-slider>.col{max-width:12.5%;-ms-flex-preferred-size:12.5%;flex-basis:12.5%}@media screen and (min-width: 550px){.medium-1{max-width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%}.medium-2{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.medium-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.medium-4{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.medium-5{max-width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%}.medium-6{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.medium-7{max-width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%}.medium-8{max-width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%}.medium-9{max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.medium-10{max-width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%}.medium-11{max-width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%}.medium-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.medium-columns-1>.col,.medium-columns-1 .flickity-slider>.col{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.medium-columns-2>.col,.medium-columns-2 .flickity-slider>.col{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.medium-columns-3>.col,.medium-columns-3 .flickity-slider>.col{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.medium-columns-4>.col,.medium-columns-4 .flickity-slider>.col{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.medium-columns-5>.col,.medium-columns-5 .flickity-slider>.col{max-width:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.medium-columns-6>.col,.medium-columns-6 .flickity-slider>.col{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.medium-columns-7>.col,.medium-columns-7 .flickity-slider>.col{max-width:14.2857142857%;-ms-flex-preferred-size:14.2857142857%;flex-basis:14.2857142857%}.medium-columns-8>.col,.medium-columns-8 .flickity-slider>.col{max-width:12.5%;-ms-flex-preferred-size:12.5%;flex-basis:12.5%}}@media screen and (min-width: 850px){.large-1{max-width:8.3333333333%;-ms-flex-preferred-size:8.3333333333%;flex-basis:8.3333333333%}.large-2{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.large-3{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.large-4{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.large-5{max-width:41.6666666667%;-ms-flex-preferred-size:41.6666666667%;flex-basis:41.6666666667%}.large-6{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.large-7{max-width:58.3333333333%;-ms-flex-preferred-size:58.3333333333%;flex-basis:58.3333333333%}.large-8{max-width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%}.large-9{max-width:75%;-ms-flex-preferred-size:75%;flex-basis:75%}.large-10{max-width:83.3333333333%;-ms-flex-preferred-size:83.3333333333%;flex-basis:83.3333333333%}.large-11{max-width:91.6666666667%;-ms-flex-preferred-size:91.6666666667%;flex-basis:91.6666666667%}.large-12{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.gallery-columns-1 .gallery-item,.large-columns-1>.col,.large-columns-1 .flickity-slider>.col{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.gallery-columns-2 .gallery-item,.large-columns-2>.col,.large-columns-2 .flickity-slider>.col{max-width:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.gallery-columns-3 .gallery-item,.large-columns-3>.col,.large-columns-3 .flickity-slider>.col{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}.gallery-columns-4 .gallery-item,.large-columns-4>.col,.large-columns-4 .flickity-slider>.col{max-width:25%;-ms-flex-preferred-size:25%;flex-basis:25%}.gallery-columns-5 .gallery-item,.large-columns-5>.col,.large-columns-5 .flickity-slider>.col{max-width:20%;-ms-flex-preferred-size:20%;flex-basis:20%}.gallery-columns-6 .gallery-item,.large-columns-6>.col,.large-columns-6 .flickity-slider>.col{max-width:16.6666666667%;-ms-flex-preferred-size:16.6666666667%;flex-basis:16.6666666667%}.gallery-columns-7 .gallery-item,.large-columns-7>.col,.large-columns-7 .flickity-slider>.col{max-width:14.2857142857%;-ms-flex-preferred-size:14.2857142857%;flex-basis:14.2857142857%}.gallery-columns-8 .gallery-item,.large-columns-8>.col,.large-columns-8 .flickity-slider>.col{max-width:12.5%;-ms-flex-preferred-size:12.5%;flex-basis:12.5%}}.has-shadow>.col>.col-inner{background-color:#fff}.col-hover-focus .col-inner,.col-hover-fade .col-inner,.col-hover-blur .col-inner{-webkit-transition:all,.2s;-o-transition:all,.2s;transition:all,.2s}.col-hover-fade .col-inner{opacity:.6}.col-hover-fade:hover .col-inner{opacity:1}.col-hover-blur .col-inner{-webkit-filter:blur(3px);filter:blur(3px)}.col-hover-blur:hover .col-inner{-webkit-filter:blur(0px);filter:blur(0px)}.col-hover-focus:hover .col-inner{opacity:1}.row:hover .col-hover-focus .col:not(:hover){opacity:.6}body,.container,.full-width .ubermenu-nav,.container-width,.row{width:100%;margin-left:auto;margin-right:auto}.container{padding-left:15px;padding-right:15px}.container-width,.full-width .ubermenu-nav,.container,.row{max-width:1080px}.row.row-collapse{max-width:1050px}.row.row-small{max-width:1065px}.row.row-large{max-width:1110px}body.framed,body.framed header,body.framed .header-wrapper,body.boxed,body.boxed header,body.boxed .header-wrapper,body.boxed .is-sticky-section{max-width:1170px}@media screen and (min-width: 850px){body.framed{margin:30px auto}}.flex-row{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.flex-row-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-row-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-row-col{-js-display:flex;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:start;-ms-flex-pack:start;justify-content:flex-start}.text-center .flex-row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .flex-row{height:100%}.flex-col{max-height:100%}.flex-grow{-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-negative:1;-ms-flex-preferred-size:auto !important}.flex-center{margin:0 auto}.flex-left{margin-right:auto}.flex-right{margin-left:auto}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-has-center>.nav-row>.flex-col:not(.flex-center),.flex-has-center>.flex-row>.flex-col:not(.flex-center),.flex-has-center>.flex-col:not(.flex-center){-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width: 849px){.medium-flex-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.medium-flex-wrap .flex-col{padding-top:5px;padding-bottom:5px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:100%}}@media(max-width: 549px){.small-flex-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.small-flex-wrap .flex-col{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:100%}}@media(min-width: 850px){.col2-set,.u-columns{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}.col2-set>div+div,.u-columns>div+div{padding-left:30px}}.row-grid .box .image-cover{padding:0;height:100%}.grid-col>.col-inner{height:100%}.grid-col .slider:not(.flickity-enabled),.grid-col>.col-inner>.img,.grid-col>.col-inner>.img div,.grid-col>.col-inner>.img .img-inner>img,.grid-col .slider>.img,.grid-col .flickity-slider>.img,.grid-col .col-inner>.img,.grid-col .slider-wrapper,.grid-col .slider,.grid-col .banner,.grid-col .box,.grid-col .box-image,.grid-col .box-image img,.grid-col .image-cover,.grid-col .image-cover img{-o-object-fit:cover;object-fit:cover;width:100%;position:absolute !important;top:0;bottom:0;height:100%;padding:0 !important}.grid-col .box-image img{font-family:"object-fit: cover;"}.grid-col .flickity-viewport{height:100% !important}.grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text{background-color:rgba(255,255,255,.95);position:absolute;bottom:0;padding-left:1.5em;padding-right:1.5em}@media all and (-ms-high-contrast: none){.payment-icon svg{max-width:50px}.slider-nav-circle .flickity-prev-next-button svg{height:36px !important}.nav>li>a>i{top:-1px}}.row,.gallery{width:100%;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.row>div:not(.col):not([class^=col-]){width:100% !important}.row.row-masonry,.row.row-grid{display:block}.row.row-masonry>.col,.row.row-grid>.col{float:left}.row .gallery,.row .row:not(.row-collapse),.container .row:not(.row-collapse),.lightbox-content .row:not(.row-collapse){padding-left:0;padding-right:0;margin-left:-15px;margin-right:-15px;width:auto}.row .container{padding-left:0;padding-right:0}.slider-wrapper+.row:not(.row-collapse),.banner-grid-wrapper+.row:not(.row-collapse),.banner+.row:not(.row-collapse),.section+.row:not(.row-collapse){margin-top:30px}.row-full-width{max-width:100% !important}.row-isotope{-webkit-transition:height .3s;-o-transition:height .3s;transition:height .3s}.row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width: 549px){.small-row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (max-width: 849px){.medium-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.row-collapse{padding:0}.row-collapse>.flickity-viewport>.flickity-slider>.col,.row-collapse>.col{padding:0 !important}.row-collapse>.col .container{max-width:100%}.row .row-small:not(.row-collapse),.container .row-small:not(.row-collapse){margin-left:-10px;margin-right:-10px;margin-bottom:0}.row-small>.flickity-viewport>.flickity-slider>.col,.row-small>.col{padding:0 9.8px 19.6px;margin-bottom:0}.row .row-xsmall:not(.row-collapse),.container .row-xsmall:not(.row-collapse){margin-left:-2px;margin-right:-2px;margin-bottom:0}.row-xsmall>.flickity-viewport>.flickity-slider>.col,.row-xsmall>.col{padding:0 2px 3px;margin-bottom:0}@media screen and (min-width: 850px){.row-large{padding-left:0;padding-right:0}.row .row-large:not(.row-collapse),.container .row-large:not(.row-collapse){margin-left:-30px;margin-right:-30px;margin-bottom:0}.row-large>.flickity-viewport>.flickity-slider>.col,.row-large>.col{padding:0 30px 30px;margin-bottom:0}}.row-dashed,.row-solid{overflow:hidden}.row-dashed .col,.row-solid .col{position:relative;padding:0}.row-dashed .col-inner,.row-solid .col-inner{padding:15px}.row-dashed .col:before,.row-solid .col:before{position:absolute;content:" ";height:100%;top:0;left:-1px;border-left:1px dashed #ddd}.row-dashed .col:after,.row-solid .col:after{position:absolute;content:" ";width:100%;height:0;top:auto;left:0;bottom:-1px;border-bottom:1px dashed #ddd}.row-solid .col:before{border-left-style:solid}.row-solid .col:after{border-bottom-style:solid}.dark .row-solid .col:before,.dark .row-solid .col:after,.dark .row-dashed .col:before,.dark .row-dashed .col:after{border-color:rgba(255,255,255,.2)}.block-html-after-header .row .col{padding-bottom:0}.wpb-js-composer .row:before{display:block !important}.section{padding:30px 0;position:relative;min-height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.dark{background-color:#666}.section-bg{overflow:hidden}.section-bg,.section-content{width:100%}.section-content{z-index:1}.has-parallax{overflow:hidden}.container .section,.row .section{padding-left:30px;padding-right:30px}.is-sticky-section+.sticky-section-helper{min-height:100vh !important;background-color:#000}.sticky-section-helper+div{position:relative;background-color:#fff;-webkit-box-shadow:15px 15px 15px 15px rgba(0,0,0,.1);box-shadow:15px 15px 15px 15px rgba(0,0,0,.1)}.sticky-section{padding:0 !important;height:100% !important;height:100vh !important;width:100% !important;top:0;left:0;right:0;margin:0 auto;background-color:#fff;position:relative;overflow:hidden}.is-sticky-section{position:fixed !important}.nav-dropdown{position:absolute;min-width:260px;max-height:0;z-index:9;padding:20px 0 20px;opacity:0;margin:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;color:#777;background-color:#fff;text-align:left;display:table;left:-99999px}.dark.nav-dropdown{color:#f1f1f1}.nav-dropdown:after{visibility:hidden;display:block;content:"";clear:both;height:0}.nav-dropdown li{display:block;margin:0;vertical-align:top}.nav-dropdown li ul{margin:0;padding:0}.nav-dropdown>li.html{min-width:260px}li.current-dropdown>.nav-dropdown,.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown,.no-js li.has-dropdown:hover>.nav-dropdown{opacity:1;max-height:inherit;left:-15px}.nav-right li.current-dropdown:last-child>.nav-dropdown,.nav-right li.has-dropdown:hover:last-child>.nav-dropdown{left:auto;right:-15px}.nav-column li>a,.nav-dropdown>li>a{width:auto;display:block;padding:10px 20px;line-height:1.3}.nav-column>li:last-child:not(.nav-dropdown-col)>a,.nav-dropdown>li:last-child:not(.nav-dropdown-col)>a{border-bottom:0 !important}.dropdown-uppercase.nav-dropdown .nav-column>li>a,.nav-dropdown.dropdown-uppercase>li>a{text-transform:uppercase;font-size:.85em}.nav-dropdown>li.nav-dropdown-col,.nav-dropdown>li.image-column{text-align:left;display:table-cell;white-space:nowrap;width:160px;min-width:160px}.nav-dropdown>li.nav-dropdown-col:not(:last-child),.nav-dropdown>li.image-column:not(:last-child){border-right:1px solid transparent}.nav-dropdown .menu-item-has-children>a,.nav-dropdown .title>a,.nav-dropdown .nav-dropdown-col>a{text-transform:uppercase;font-size:.8em;font-weight:bolder;color:#000}.nav-dropdown .nav-dropdown-col .menu-item-has-children{margin-top:5px}.nav-dropdown li.image-column{margin:0 !important;padding:0 !important;border:0 !important}.nav-dropdown li.image-column>a{line-height:0 !important;font-size:0 !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important;margin-top:-20px !important;margin-bottom:-20px !important}.nav-dropdown li.image-column>a img{margin:0;display:block;width:100%}.nav-dropdown li.image-column>a:hover{opacity:.8}.nav-dropdown-default li.image-column:first-child>a{margin-left:-20px !important;margin-right:20px !important}.nav-dropdown-default li.image-column:last-child>a{margin-right:-20px !important}.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col{border-color:#f1f1f1}.nav-dropdown-default .nav-column li>a,.nav-dropdown.nav-dropdown-default>li>a{padding-left:0;padding-right:0;margin:0 10px;border-bottom:1px solid #ececec}.nav-dropdown-default{padding:20px}.nav-dropdown-bold .nav-column li>a,.nav-dropdown.nav-dropdown-bold>li>a{margin:0 10px;padding-left:10px;border-radius:10px;padding-right:5px}.nav-dropdown-bold .nav-column li>a:hover,.nav-dropdown.nav-dropdown-bold>li>a:hover,.nav-dropdown-bold.dark .nav-column li>a:hover,.nav-dropdown.nav-dropdown-bold.dark>li>a:hover{color:#fff !important;background-color:#446084}.nav-dropdown-simple .nav-column li>a:hover,.nav-dropdown.nav-dropdown-simple>li>a:hover{background-color:rgba(0,0,0,.03)}.nav-dropdown.nav-dropdown-simple li.html,.nav-dropdown.nav-dropdown-bold li.html{padding:0 20px 10px}.menu-item-has-block .nav-dropdown{padding:0}li.current-dropdown>.nav-dropdown-full,li.has-dropdown:hover>.nav-dropdown-full{position:fixed;margin-left:0 !important;margin-right:0 !important;left:50% !important;-webkit-transition:opacity .3s !important;-o-transition:opacity .3s !important;transition:opacity .3s !important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);right:auto;width:100%;max-width:1150px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav-dropdown-full>li.nav-dropdown-col{white-space:normal}.nav-dropdown-has-arrow li.has-dropdown:after,.nav-dropdown-has-arrow li.has-dropdown:before{bottom:-2px;z-index:10;opacity:0;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none}.nav-dropdown-has-arrow li.has-dropdown:after{border-color:rgba(221,221,221,0);border-bottom-color:#fff;border-width:8px;margin-left:-8px}.nav-dropdown-has-arrow li.has-dropdown:before{z-index:-999;border-width:11px;margin-left:-11px}.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:after,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-container-width:before,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:after,.nav-dropdown-has-arrow li.has-dropdown.menu-item-design-full-width:before{display:none}.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:after,.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-default:before,.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-custom-size:after,.nav-dropdown-has-arrow .ux-nav-vertical-menu .menu-item-design-custom-size:before{display:none}.nav-dropdown-has-shadow .nav-dropdown{-webkit-box-shadow:1px 1px 15px rgba(0,0,0,.15);box-shadow:1px 1px 15px rgba(0,0,0,.15)}.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{border-bottom-color:#ddd}.nav-dropdown-has-border .nav-dropdown{border:2px solid #ddd}.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after{-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s;opacity:1}.label-new.menu-item>a:after,.label-hot.menu-item>a:after,.label-sale.menu-item>a:after,.label-popular.menu-item>a:after{content:"";display:inline-block;font-size:9px;line-height:9px;text-transform:uppercase;letter-spacing:-0.1px;margin-left:4px;background-color:#000;font-weight:bolder;border-radius:2px;color:#fff;padding:2px 3px 3px;position:relative;top:-2px}.label-new.menu-item>a:after{background-color:#446084}.label-sale.menu-item>a:after{background-color:#d26e4b}.label-popular.menu-item>a:after{background-color:#7a9c59}.label-hot.menu-item>a:after{background-color:#b20000}.nav p{margin:0;padding-bottom:0}.nav,.nav ul:not(.nav-dropdown){margin:0;padding:0}.nav>li>a.button,.nav>li>button{margin-bottom:0}.nav{width:100%;position:relative;display:inline-block;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav>li{display:inline-block;list-style:none;margin:0;padding:0;position:relative;margin:0 7px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.nav>li>a{padding:10px 0;display:inline-block;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.html .nav>li>a{padding-top:0;padding-bottom:0}.nav-small .nav>li>a,.nav.nav-small>li>a{vertical-align:top;padding-top:5px;padding-bottom:5px;font-weight:normal}.nav-small.nav>li.html{font-size:.75em}.nav-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-fill{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nav-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 849px){.medium-nav-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width: 549px){.small-nav-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.nav>li>a,.nav-dropdown>li>a,.nav-column>li>a,.nav-vertical-fly-out>li>a{color:rgba(102,102,102,.85);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.nav-dropdown>li>a,.nav-column>li>a{display:block}.nav>li>a:hover,.nav>li.active>a,.nav>li.current>a,.nav>li>a.active,.nav>li>a.current,.nav-dropdown li.active>a,.nav-column li.active>a,.nav-dropdown>li>a:hover,.nav-column li>a:hover,.nav-vertical-fly-out>li>a:hover{color:rgba(17,17,17,.85)}.nav li:first-child{margin-left:0 !important}.nav li:last-child{margin-right:0 !important}.nav-uppercase>li>a{letter-spacing:.02em;text-transform:uppercase;font-weight:bolder}.nav-thin>li>a{font-weight:thin !important}@media(min-width: 850px){.nav-divided>li{margin:0 .7em}.nav-divided>li+li>a:after{content:"";position:absolute;top:50%;width:1px;border-left:1px solid rgba(0,0,0,.1);height:15px;margin-top:-7px;left:-1em}.nav-divided>li+li.icon-top>a:after{height:50px;margin-top:-25px}}li.html .row,li.html form,li.html select,li.html input{margin:0}li.html>.button{margin-bottom:0}li.hide-title>a{display:none !important}.nav-pagination>li>span,.nav-pagination>li>a{font-size:1.1em;display:block;height:2.25em;line-height:2em;text-align:center;width:auto;min-width:2.25em;padding:0 7px;font-weight:bolder;border-radius:99px;border:2px solid currentColor;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;vertical-align:top}.nav-pagination>li i{font-size:1.2em;vertical-align:middle;top:-1px}.nav-pagination>li>.current,.nav-pagination>li>span:hover,.nav-pagination>li>a:hover{border-color:#446084;background-color:#446084;color:#fff}.off-canvas .mobile-sidebar-slide{position:fixed;top:0;bottom:0;width:100%;overflow:hidden}.off-canvas .mobile-sidebar-slide .sidebar-menu{height:100%;padding-top:0;padding-bottom:0;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);will-change:transform}.mobile-sidebar-levels-1 .nav-slide>li>ul.children,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu{position:fixed;top:0;bottom:0;width:100%;padding-top:20px;padding-right:0;padding-bottom:20px;left:100%;opacity:1;display:none;overflow:visible;overflow-y:auto;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-overflow-scrolling:touch}.mobile-sidebar-levels-1 .nav-slide>li>ul.children>li,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-slide,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-slide{display:block}.mobile-sidebar-levels-1 .nav-slide>li>ul.children.is-current-parent,.mobile-sidebar-levels-1 .nav-slide>li>.sub-menu.is-current-parent{overflow-y:hidden;width:200%;padding-right:100%}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header),.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header){margin-top:0;margin-bottom:0;border-top:1px solid #ececec;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a{padding-top:15px;padding-bottom:15px;padding-left:20px;text-transform:uppercase;font-size:.8em;letter-spacing:.02em;color:rgba(102,102,102,.85)}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header).active,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header):hover,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header).active,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header):hover{background-color:rgba(0,0,0,.05)}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu{position:fixed;top:0;bottom:0;width:100%;padding-top:20px;padding-right:0;padding-bottom:20px;left:200%;opacity:1;display:none;overflow:visible;overflow-y:auto;-webkit-transform:none;-ms-transform:none;transform:none;-webkit-overflow-scrolling:touch}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children>li,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu>li,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children>li,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-slide,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-slide{display:block}.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>ul.children.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>.sub-menu.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>ul.children.is-current-parent,.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>.sub-menu.is-current-parent{overflow-y:hidden;width:200%;padding-right:100%}.nav-slide{height:100%;padding-top:20px;overflow:visible;overflow-y:auto;-webkit-overflow-scrolling:auto}.nav-slide .active>.toggle{-webkit-transform:none;-ms-transform:none;transform:none}.nav-slide>li{-ms-flex-negative:0;flex-shrink:0}.nav-slide-header .toggle{position:relative !important;top:0 !important;margin-left:0 !important;padding-left:5px;text-align:left;width:100%}.nav-slide-header .toggle i{margin-right:2px;font-size:1.4em}.text-center .nav-slide-header .toggle{width:auto;margin-left:auto !important;margin-right:auto !important}.nav-line-bottom>li>a:before,.nav-line-grow>li>a:before,.nav-line>li>a:before{content:" ";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;background-color:#446084;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:0;height:3px}.nav-line-bottom>li:hover>a:before,.nav-line-grow>li:hover>a:before,.nav-line-bottom>li.active>a:before,.nav-line-grow>li.active>a:before,.nav-line>li.active>a:before,.nav-line>li:hover>a:before{opacity:1}.nav:hover>li:not(:hover)>a:before{opacity:0}.tabbed-content .nav-line-bottom:before{top:auto;bottom:0}.nav-line-grow>li>a:before{width:0%}.nav-line-grow>li.active>a:before,.nav-line-grow>li:hover>a:before{width:100%}.nav-line-bottom>li:before,.nav-line-bottom>li:after{display:none}.nav-line-bottom>li>a:before{top:auto;bottom:0}.nav-box>li.active>a,.nav-pills>li.active>a{opacity:1;color:#fff;background-color:#446084}.nav-tabs>li.active>a{background-color:#fff}.nav-dark .nav.nav-tabs>li.active>a{color:#000}.nav-outline>li.active>a{color:#446084;border-color:currentColor}.tabbed-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.tabbed-content .nav,.tabbed-content .tab-panels{width:100%}.tab-panels{padding-top:1em}.tab-panels .entry-content{padding:0}.tab-panels .panel:not(.active){zoom:1;visibility:hidden;height:0;padding:0;display:block;overflow:hidden;opacity:0}.tab-panels .panel.active{display:block !important}.nav-box>li,.nav-tabs>li,.nav-outline>li,.nav-pills>li{margin:0}.nav-box>li>a{padding:0 .75em;line-height:2.5em}.nav-pills>li>a{padding:0 .75em;border-radius:99px;line-height:2.5em}.nav-tabs>li>a{border-top:2px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;background-color:rgba(0,0,0,.04);padding-left:15px;padding-right:15px}.nav-tabs>li.active>a{border-top-color:#446084}.nav-dark .nav-tabs>li:not(.active)>a{background-color:rgba(255,255,255,.1);border-color:transparent}.tabbed-content .nav-tabs>li{margin:0 .1em;margin-bottom:-1px}.nav-tabs+.tab-panels{border:1px solid #ddd;background-color:#fff;padding:30px}.nav-outline>li>a{line-height:2.4em;padding:0 .75em;position:relative;z-index:10;border:2px solid transparent;border-radius:32px}@media(min-width: 850px){.tabbed-content .nav-vertical{padding-top:0;width:25%}.nav-vertical+.tab-panels{margin-top:0 !important;border-left:1px solid #ddd;padding:0 30px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1}.tabbed-content .nav-vertical.nav-outline{padding-right:15px}}@media(max-width: 549px){.small-nav-collapse>li{width:100%;margin:0 !important}.small-nav-collapse>li a{width:100%;display:block}}@media(max-width: 549px){.small-nav-touch{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-ms-flex-flow:nowrap;flex-flow:nowrap}.small-nav-touch>li{display:inline-block}}.sidebar-menu-tabs__tab{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;max-width:50%;list-style-type:none;background-color:rgba(0,0,0,.02);text-align:center}.sidebar-menu-tabs__tab.active{background-color:rgba(0,0,0,.05)}.sidebar-menu-tabs__tab-text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.sidebar-menu-tabs.nav>li{margin:0}.sidebar-menu-tabs.nav>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 10px}.toggle{height:auto;width:45px;line-height:1;-webkit-box-shadow:none !important;box-shadow:none !important;padding:0;color:currentColor;opacity:.6;margin:0 5px 0 0}.toggle i{font-size:1.8em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.toggle:focus{color:currentColor}.toggle:hover{cursor:pointer;opacity:1}.active>.toggle{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.active>ul.children{display:block !important}.active>ul.sub-menu:not(.nav-dropdown){display:block !important}.widget .toggle{width:1em;min-height:1em;margin:0 0 0 5px}.widget .toggle i{top:1px;font-size:1.2em}.nav.nav-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.nav.nav-vertical li{list-style:none;margin:0;width:100%}.nav-vertical li li{font-size:1em;padding-left:.5em}.nav-vertical .image-column{display:none !important}.nav-vertical>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-vertical>li ul{width:100%}.nav-vertical li li.menu-item-has-children{margin-bottom:1em}.nav-vertical li li.menu-item-has-children:not(:first-child){margin-top:1em}.nav-vertical>li>ul>li a,.nav-vertical>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.nav-vertical li li.menu-item-has-children>a{color:#000;text-transform:uppercase;font-size:.8em;font-weight:bolder}.nav-vertical>li.html{padding-top:1em;padding-bottom:1em}.nav-vertical>li>ul li a{-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s;color:#666}.nav-vertical>li>ul li a:hover{opacity:1;color:#111}.nav-vertical>li>ul{margin:0 0 2em;padding-left:1em}.nav .children{position:fixed;opacity:0;left:-99999px;-webkit-transition:background-color .6s,opacity .3s,-webkit-transform .3s;transition:background-color .6s,opacity .3s,-webkit-transform .3s;-o-transition:background-color .6s,transform .3s,opacity .3s;transition:background-color .6s,transform .3s,opacity .3s;transition:background-color .6s,transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.nav:not(.nav-slide) .active>.children{position:inherit;opacity:1;left:auto;padding-bottom:30px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nav-sidebar.nav-vertical>li.menu-item.active,.nav-sidebar.nav-vertical>li.menu-item:hover{background-color:rgba(0,0,0,.05)}.nav-sidebar.nav-vertical>li+li{border-top:1px solid #ececec}.dark .nav-sidebar.nav-vertical>li+li{border-color:rgba(255,255,255,.2)}.nav-vertical>li+li,.nav-vertical-fly-out>li+li{border-top:1px solid #ececec}.nav-vertical.nav-line>li>a:before{right:-2px;z-index:1;left:auto;width:3px;height:100%}.nav-vertical.nav-tabs>li>a{border:0}.nav-vertical.nav-tabs>li.active>a{border-left:3px solid #446084}.text-center .toggle{margin-left:-35px}.text-center .nav-vertical li{border:0}.text-center.nav-vertical li li,.text-center .nav-vertical li li{padding-left:0}@media screen and (max-width: 549px){.small-nav-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;margin-bottom:20px}.small-nav-vertical>li{list-style:none;margin:0 !important;width:100%;border-bottom:1px solid #ececec}}.nav-vertical .mega-menu-item{width:100%}.nav-vertical .social-icons,.nav-vertical .header-button{display:block;width:100%}@media screen and (min-width: 849px){.col-divided>.col-inner>.nav-wrapper>.nav-vertical{width:calc(100% + 31px)}}.header-vertical-menu__opener{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:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 15px;width:250px;height:50px;font-weight:600;font-size:.9em;background-color:#446084}.header-vertical-menu__opener .icon-menu{font-size:1.7em;margin-right:10px}.header-vertical-menu__tagline{display:block;font-size:.9em;font-weight:normal;line-height:1.3}.header-vertical-menu__title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.header-vertical-menu__fly-out{position:absolute;z-index:9;opacity:0;visibility:hidden;width:250px;background-color:#fff}.header-vertical-menu__fly-out .nav-vertical-fly-out{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item{position:static;margin:0;list-style:none}.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item[class^=label-]>a:after,.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item[class*=" label-"]>a:after{top:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a>i.icon-angle-down{margin-left:auto;margin-right:-0.1em;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px}.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>i,.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>svg,.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left>a>img{margin-right:10px}.header-vertical-menu__fly-out .nav-top-link{font-size:.9em;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header-vertical-menu__fly-out .current-dropdown .nav-dropdown{top:0;left:100% !important}.header-vertical-menu__fly-out .current-dropdown.menu-item .nav-dropdown{min-height:100%}.header-vertical-menu__fly-out--open{opacity:1;visibility:visible}.stuck .header-vertical-menu__fly-out,.sticky-hide-on-scroll--active .header-vertical-menu__fly-out{opacity:0;visibility:hidden}.header-wrapper:not(.stuck) .header-vertical-menu__fly-out{-webkit-transition:opacity .25s,visibility .25s;-o-transition:opacity .25s,visibility .25s;transition:opacity .25s,visibility .25s}.header-vertical-menu__fly-out.has-shadow{-webkit-box-shadow:1px 1px 15px rgba(0,0,0,.15);box-shadow:1px 1px 15px rgba(0,0,0,.15)}.header-vertical-menu:hover .header-vertical-menu__fly-out{opacity:1;visibility:visible}.badge-container{margin:30px 0 0 0}.badge{display:table;z-index:20;pointer-events:none;height:2.8em;width:2.8em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.badge.top{left:0}.badge-inner{display:table-cell;vertical-align:middle;text-align:center;width:100%;height:100%;background-color:#446084;line-height:.85;color:#fff;font-weight:bolder;padding:2px;white-space:nowrap;-webkit-transition:background-color .3s,color .3s,border .3s;-o-transition:background-color .3s,color .3s,border .3s;transition:background-color .3s,color .3s,border .3s}.badge-small{width:2.3em;height:2.3em}.badge-small .badge-inner{line-height:.7}.badge+.badge{opacity:.9;width:2.5em;height:2.5em}.badge+.badge+.badge{opacity:.8}.badge-frame .badge-inner,.badge-outline .badge-inner{color:#446084;background-color:#fff;border:2px solid currentColor}.has-hover:hover .badge-outline .badge-inner{border-color:#446084;background-color:#446084;color:#fff}.badge-outline,.badge-circle{margin-left:-0.4em}.badge-circle-inside{margin-left:1em}.badge-circle+.badge{margin-top:-0.4em;margin-left:-0.4em}.badge-circle-inside .badge-inner,.badge-circle .badge-inner{border-radius:999px}.badge-frame .badge-inner,.widget .badge-outline .badge-inner{background-color:transparent}.badge-frame{height:2em;margin-left:-4px}.widget .badge{margin:0 !important}.dark .widget .badge-outline .badge-inner{color:#fff;opacity:.7}.row-collapse .badge-circle{margin-left:15px}.banner{position:relative;background-color:#446084;width:100%;min-height:30px}.banner-bg{overflow:hidden}.banner-layers{max-height:100%;height:100%;position:relative}@media(max-width: 549px){.banner-layers{overflow:auto;-webkit-overflow-scrolling:touch}}.banner-layers>*{position:absolute !important}.dark .banner a{color:#fff}.video-bg{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;font-family:"object-fit: cover; object-position: center center;";position:absolute;width:100%;height:100%}@media(min-width: 549px){.has-video .bg{display:none}}.box{width:100%;position:relative;margin:0 auto}.box>a{width:100%;display:block}.box a{display:inline-block}.box,.box-image,.box-text{-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s,background-color .3s;transition:opacity .3s,transform .3s,background-color .3s;transition:opacity .3s,transform .3s,background-color .3s,-webkit-transform .3s}.box-image>a,.box-image>div>a{display:block}.box-text{padding-top:.7em;padding-bottom:1.4em;position:relative;width:100%;font-size:.9em}.has-shadow .box-text{padding-left:1.2em;padding-right:1.2em}@media(max-width: 549px){.box-text{font-size:85%}}.box-image{position:relative;height:auto;margin:0 auto;overflow:hidden}.box-image[style*=-radius]{-webkit-mask-image:-webkit-radial-gradient(white, black)}.box-image-inner{position:relative;overflow:hidden;z-index:0}.box-text.text-center{padding-left:10px;padding-right:10px}.box-image img{max-width:100%;width:100%;margin:0 auto}.box-label{overflow:hidden}.box-label .box-text.text-center{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin:10% 0}.box-label .box-text.text-right{right:0;left:auto}.box-label .box-text{position:absolute;bottom:0;width:auto;padding:0;margin:10%;padding:.5em 1.5em .55em;background-color:#fff;opacity:.95;-webkit-box-shadow:1px 1px 3px 0 rgba(0,0,0,.1);box-shadow:1px 1px 3px 0 rgba(0,0,0,.1)}.box-label:hover .box-text{opacity:1}.box-badge{overflow:hidden}.box-badge .box-text{background-color:rgba(255,255,255,.95);padding:.8em 1em 1em;position:absolute;bottom:15%;-webkit-transition:background .3s;-o-transition:background .3s;transition:background .3s;z-index:1}.dark .box-badge .box-text{background-color:rgba(0,0,0,.95)}.box-badge:hover .box-text{background-color:#446084}.box-bounce .box-text{padding:15px 15px 20px;z-index:1}.box-bounce:hover .box-text{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);background-color:#fff}.dark .box-bounce:hover .box-text{background-color:#222}.box-bounce:hover .box-image{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.box-push .box-text{padding:15px 20px;background-color:rgba(255,255,255,.95);max-width:85%;margin:-15% auto 0}.box-overlay .box-text,.box-shade .box-text{position:absolute;width:100%;max-height:100%;bottom:0;padding-left:1.5em;padding-right:1.5em}.box-overlay.dark .box-text,.box-shade.dark .box-text{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.box-none .box-text{display:none !important}.has-post-icon:hover .box-shade .box-text,.has-post-icon:hover .box-overlay .box-text{opacity:0 !important}.box-text-middle.box-overlay .box-text,.box-text-middle.box-shade .box-text{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;bottom:auto !important;z-index:16;left:0;right:0}.box-text-top.box-overlay .box-text,.box-text-top.box-shade .box-text{position:absolute;top:0;bottom:auto !important;z-index:16;left:0;right:0}.box-vertical .box-text-middle .box-text{position:relative;top:auto;bottom:auto;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.has-box-vertical .col{width:100% !important;max-width:100% !important}@media screen and (max-width: 549px){.box-vertical .box-image{width:100% !important}}@media screen and (min-width: 550px){.box-list-view .col{-ms-flex-preferred-size:100% !important;flex-basis:100% !important;max-width:100% !important}.box-list-view .box,.box-vertical{display:table;width:100%}.box-list-view .box .image-right,.box-vertical .image-right{direction:rtl}.box-list-view .box .box-image,.box-list-view .box .box-text,.box-vertical .box-image,.box-vertical .box-text{direction:ltr;display:table-cell;vertical-align:middle}.box-list-view .box .box-text,.box-vertical .box-text{padding-left:1.5em;padding-right:1.5em}.box-list-view .box .box-image,.box-vertical .box-image{width:50%}.box-list-view .box.align-top .box-text,.box-vertical.align-top .box-text{vertical-align:top}}.button,button,input[type=submit],input[type=reset],input[type=button]{position:relative;display:inline-block;background-color:transparent;text-transform:uppercase;font-size:.97em;letter-spacing:.03em;cursor:pointer;font-weight:bolder;text-align:center;color:currentColor;text-decoration:none;border:1px solid transparent;vertical-align:middle;border-radius:0;margin-top:0;margin-right:1em;text-shadow:none;line-height:2.4em;min-height:2.5em;padding:0 1.2em;max-width:100%;-webkit-transition:border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;transition:border .3s,background .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;-o-transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;transition:transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s,-webkit-box-shadow .3s;text-rendering:optimizeLegibility;-webkit-box-sizing:border-box;box-sizing:border-box}.button span{display:inline-block;line-height:1.6}.button.is-outline{line-height:2.19em}.nav>li>a.button:hover,.nav>li>a.button{padding-top:0;padding-bottom:0}.nav>li>a.button:hover{color:#fff}.button,input[type=submit],input[type=submit].button,input[type=reset].button,input[type=button].button{color:#fff;background-color:#446084;background-color:var(--primary-color);border-color:rgba(0,0,0,.05)}.button.is-outline,input[type=submit].is-outline,input[type=reset].is-outline,input[type=button].is-outline{border:2px solid currentColor;background-color:transparent}.dark .button.is-form:hover,.button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover{outline:none;opacity:1;color:#fff;-webkit-box-shadow:inset 0 0 0 100px rgba(0,0,0,.2);box-shadow:inset 0 0 0 100px rgba(0,0,0,.2)}.button.is-underline,.button.is-link{background-color:transparent !important;border-color:transparent !important;padding-left:.15em;padding-right:.15em}.button.is-underline:before{content:"";height:2px;background-color:currentColor;opacity:.3;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:absolute;bottom:0;left:20%;width:60%}.button.is-underline:hover:before{left:0%;width:100%;opacity:1}.is-link,.is-underline{color:#666}.dark .button.is-underline:hover,.dark .button.is-link:hover{color:#fff;opacity:.8}.button.is-underline:hover,.button.is-link:hover{color:#333;-webkit-box-shadow:none;box-shadow:none}.is-form,button.is-form,input[type=submit].is-form,input[type=reset].is-form,input[type=button].is-form{overflow:hidden;position:relative;background-color:#f9f9f9;text-shadow:1px 1px 1px #fff;color:#666;border:1px solid #ddd;text-transform:none;font-weight:normal}.button.is-form:hover{color:#000;background-color:#f1f1f1}.dark .button,.dark input[type=submit],.dark input[type=reset],.dark input[type=button]{color:#fff}.dark .button.is-form,.dark input[type=submit].is-form,.dark input[type=reset].is-form,.dark input[type=button].is-form{color:#000}.is-round{border-radius:99px}.is-shade,.is-bevel,.is-gloss{overflow:hidden}.is-gloss:after,.is-shade:after,.is-bevel:after{content:"";position:absolute;top:0;left:-25%;height:100%;width:150%;-webkit-box-shadow:inset 0 1.2em 0 0 rgba(255,255,255,.1);box-shadow:inset 0 1.2em 0 0 rgba(255,255,255,.1)}.is-shade:after{-webkit-box-shadow:inset 1px 1px 0 0 rgba(255,255,255,.1),inset 0 2em 15px 0 rgba(255,255,255,.2);box-shadow:inset 1px 1px 0 0 rgba(255,255,255,.1),inset 0 2em 15px 0 rgba(255,255,255,.2)}.is-bevel:after{left:0;width:100%;-webkit-box-shadow:inset -0.01em -0.1em 0 0 rgba(0,0,0,.15);box-shadow:inset -0.01em -0.1em 0 0 rgba(0,0,0,.15)}.is-outline{color:silver}.is-outline:hover{-webkit-box-shadow:none !important;box-shadow:none !important}input[type=submit],input[type=submit].button,input[type=submit],.primary{background-color:#446084}.primary.is-underline,.primary.is-link,.primary.is-outline{color:#446084}.is-outline:hover,.primary.is-outline:hover{color:#fff;background-color:#446084;border-color:#446084}.success{background-color:#7a9c59}.success.is-underline,.success.is-link,.success.is-outline{color:#7a9c59}.success.is-outline:hover{background-color:#7a9c59;border-color:#7a9c59;color:#fff}.white{background-color:#fff !important;color:#666 !important}.white.button.is-outline{background-color:transparent;color:currentColor !important}.white.is-underline,.white.is-link,.white.is-outline{color:#fff !important;background-color:transparent !important}.white.is-outline:hover{background-color:#fff !important;border-color:#fff;color:#666 !important}.secondary,.checkout-button,.button.checkout,.button.alt{background-color:#d26e4b}.secondary.is-underline,.secondary.is-link,.secondary.is-outline{color:#d26e4b}.secondary.is-outline:hover{background-color:#d26e4b;border-color:#d26e4b;color:#fff}a.primary:not(.button),a.secondary:not(.button){background-color:transparent}.alert{background-color:#b20000}.alert.is-underline,.alert.is-link,.alert.is-outline{color:#b20000}.alert.is-outline:hover{background-color:#b20000;border-color:#b20000;color:#fff}.text-center .button:first-of-type{margin-left:0 !important}.text-right .button:last-of-type,.text-center .button:last-of-type{margin-right:0 !important}.button.disabled,button.disabled,.button[disabled],button[disabled]{opacity:.6}.header-buttons .button{margin-bottom:0;margin-right:.65em}.header-button{display:inline-block}.header-button .plain.is-outline:not(:hover){color:#999}.nav-dark .header-button .plain.is-outline:not(:hover){color:#fff}.header-button .button{margin:0}.scroll-for-more{margin-left:0 !important}.scroll-for-more:not(:hover){opacity:.7}.flex-col button,.flex-col .button,.flex-col input{margin-bottom:0}code{padding:.2rem .5rem;margin:0 .2rem;font-size:.9em;background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}.dark code{border-color:#000;background-color:rgba(0,0,0,.5)}.is-divider{height:3px;display:block;background-color:rgba(0,0,0,.1);margin:1em 0 1em;width:100%;max-width:30px}.widget .is-divider{margin-top:.66em}.dark .is-divider{background-color:rgba(255,255,255,.3)}form{margin-bottom:0}input[type=email],input[type=date],input[type=search],input[type=number],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select,.select-resize-ghost,.select2-container .select2-choice,.select2-container .select2-selection{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;padding:0 .75em;height:2.507em;font-size:.97em;border-radius:0;max-width:100%;width:100%;vertical-align:middle;background-color:#fff;color:#333;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-transition:color .3s,border .3s,background .3s,opacity .3s;-o-transition:color .3s,border .3s,background .3s,opacity .3s;transition:color .3s,border .3s,background .3s,opacity .3s}input:hover,textarea:hover,select:hover{-webkit-box-shadow:inset 0 -1.8em 1em 0 rgba(0,0,0,0);box-shadow:inset 0 -1.8em 1em 0 rgba(0,0,0,0)}input[type=email],input[type=search],input[type=number],input[type=url],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{padding-top:.7em;min-height:120px}input[type=email]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus{-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;opacity:1 !important;outline:0;color:#333;background-color:#fff}label,legend{font-weight:bold;display:block;font-size:.9em;margin-bottom:.4em}legend{width:100%;font-size:1em;text-transform:uppercase;font-weight:bold;border-bottom:1px solid #f1f1f1;padding-bottom:10px;margin:30px 0 15px}fieldset{border-width:0;padding:0}input[type=checkbox],input[type=radio]{display:inline;margin-right:10px;font-size:16px}label>.label-body{display:inline-block;font-weight:normal;margin-left:.5em}abbr[title=required]{color:#b20000}input[type=checkbox]+label,input[type=radio]+label{display:inline}select,.select-resize-ghost,.select2-container .select2-choice,.select2-container .select2-selection{-webkit-box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);box-shadow:inset 0 -1.4em 1em 0 rgba(0,0,0,.02);background-color:#fff;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .45em top 50%;background-repeat:no-repeat;padding-right:1.4em;background-size:auto 16px;border-radius:0;display:block}.select-resize-ghost{display:inline-block;width:auto;position:absolute;opacity:0}select.resize-select{width:55px}.select2-selection__arrow b{border-color:transparent !important}.select2-container .selection .select2-selection--multiple{padding:10px;height:auto;background-image:none;line-height:1.7em}.select2-container .selection .select2-selection--multiple .select2-selection__choice{padding:5px}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){select::-ms-expand{display:none}select:focus::-ms-value{background:transparent;color:currentColor}}.form-flat input:not([type=submit]),.form-flat textarea,.form-flat select{background-color:rgba(0,0,0,.03);-webkit-box-shadow:none;box-shadow:none;border-color:rgba(0,0,0,.09);color:currentColor !important;border-radius:99px}.form-flat button,.form-flat input{border-radius:99px}.form-flat textarea{border-radius:15px}.form-flat .flex-row .flex-col,.flex-row.form-flat .flex-col{padding-right:4px}.dark .form-flat input:not([type=submit]),.dark .form-flat textarea,.dark .form-flat select,.nav-dark .form-flat input:not([type=submit]),.nav-dark .form-flat textarea,.nav-dark .form-flat select{background-color:rgba(255,255,255,.2) !important;border-color:rgba(255,255,255,.09);color:#fff}.dark .form-flat select option{color:#333}.nav-dark .form-flat select,.dark .form-flat select{background-image:url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.nav-dark .form-flat input::-webkit-input-placeholder,.dark .form-flat input::-webkit-input-placeholder{color:#fff}.form-flat .button.icon{color:currentColor !important;border-color:transparent !important;background-color:transparent !important;-webkit-box-shadow:none;box-shadow:none}.form-minimal input:not([type=submit]),.form-minimal textarea,.form-minimal select{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.form-minimal.quantity .qty{max-width:2em;border-left:0;border-right:0}input.wpcf7-not-valid,.woocommerce-invalid input{border-color:#b20000;color:#b20000}.woocommerce-invalid select{border-color:#b20000}.woocommerce-invalid input.input-checkbox{outline:1px solid #b20000;outline-offset:1px}.select2-container{text-align:left}.form-row .select2-container{margin-bottom:1em}.select2-search__field{margin-bottom:0}.select2-container--default .select2-selection--single .select2-selection__arrow{width:30px}.select2-container .select2-choice>.select2-chosen,.select2-container .select2-selection--single .select2-selection__rendered,.select2-selection{padding:0;line-height:2.507em}.select2-container--default .select2-selection--single .select2-selection__arrow{height:2.507em}.fl-wrap{position:relative}.loading-site .fl-labels label[for]:first-child{display:none}.fl-labels .fl-wrap label[for]:first-child{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:12px;white-space:nowrap;position:absolute;line-height:1;top:.5em;opacity:0;pointer-events:none;left:1.1em;font-weight:normal}.dark .fl-wrap label{color:#000}.fl-wrap.fl-is-active>label[for]:first-child{z-index:1;opacity:.8}.fl-labels .form-row input:not([type=checkbox]),.fl-labels .form-row textarea,.fl-labels .form-row select{height:3.0084em;-webkit-transition:padding .3s;-o-transition:padding .3s;transition:padding .3s}.form-row .fl-is-active input,.form-row .fl-is-active textarea{padding-top:1.1em;padding-bottom:.5em}.form-row .fl-is-active select{padding-top:1.1em;padding-bottom:.4em}.icon-box .icon-box-img{margin-bottom:1em;max-width:100%;position:relative}.slider>.icon-box,.flickity-slider>.icon-box{padding-right:3% !important;padding-left:3% !important}.icon-box-img svg,.icon-box-img img{padding-top:.2em;width:100%}.icon-box-img svg{width:100%;height:100%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;fill:currentColor}.icon-box-img svg path{fill:currentColor}.icon-box:hover .has-icon-bg svg path,.icon-box:hover .has-icon-bg svg,.icon-box:hover .has-icon-bg i{fill:#fff}.has-icon-bg .icon{padding-top:100%;height:0;overflow:hidden;position:relative}.has-icon-bg .icon .icon-inner{color:#446084;position:absolute;height:100%;width:100%;top:0;border:2px solid currentColor;border-radius:100%;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.icon-box:hover .has-icon-bg .icon .icon-inner{background-color:currentColor}.has-icon-bg .icon svg,.has-icon-bg .icon i,.has-icon-bg .icon img{position:absolute;left:0;-o-object-fit:cover;object-fit:cover;padding:0;top:50%;margin:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:60%;margin-left:20%;margin-right:20%}.icon-box-left .has-icon-bg .icon{position:absolute;width:100%}.icon-box-left,.icon-box-right{-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:100%}.icon-box-left .icon-box-img,.icon-box-right .icon-box-img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-bottom:0;max-width:200px}.icon-box-left .icon-box-text,.icon-box-right .icon-box-text{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px}.icon-box-right .icon-box-text{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.icon-box-left .icon-box-img+.icon-box-text{padding-left:1em}.icon-box-right .icon-box-img+.icon-box-text{padding-right:1em}.icon-box-center .icon-box-img{margin:0 auto 1em}.links>li>a:before,i[class^=icon-],i[class*=" icon-"]{font-family:"fl-icons" !important;font-display:block;speak:none !important;margin:0;padding:0;display:inline-block;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;position:relative;line-height:1.2}.widget-title i{opacity:.35;margin-right:4px}button i,.button i{vertical-align:middle;top:-1.5px}.button.open-video i{top:-0.027em}a.remove,a.icon-remove{display:block;width:24px;height:24px;font-size:15px !important;line-height:19px !important;border-radius:100%;color:#ccc;font-weight:bold;text-align:center;border:2px solid currentColor}button.icon:not(.button),a.icon:not(.button){font-family:sans-serif;margin-left:.25em;margin-right:.25em;font-size:1.2em}.header a.icon:not(.button){margin-left:.3em;margin-right:.3em}.header .nav-small a.icon:not(.button){font-size:1em}.button.icon{margin-left:.12em;margin-right:.12em;min-width:2.5em;padding-left:.6em;padding-right:.6em;display:inline-block}.button.icon i{font-size:1.2em}.button.icon i+span{padding-right:.5em}.button.icon.is-small{border-width:1px}.button.icon.is-small i{top:-1px}.button.icon.circle{padding-left:0;padding-right:0}.button.icon.circle>span{margin:0 8px}.button.icon.circle>span+i{margin-left:-4px}.button.icon.circle>i{margin:0 8px}.button.icon.circle>i+span{margin-left:-4px}.button.icon.circle>i:only-child{margin:0}.nav>li>a>i{vertical-align:middle;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;font-size:20px}.nav>li>a>i+span{margin-left:5px}.nav li.has-icon-left>a>i,.nav li.has-icon-left>a>svg,.nav li.has-icon-left>a>img{margin-right:5px}.nav>li>a>span+i{margin-left:5px}.nav-small>li>a>i{font-size:1em}.nav>li>a>i.icon-search{font-size:1.2em}.nav>li>a>i.icon-menu{font-size:1.9em}.nav>li.has-icon>a>i{min-width:1em}.nav-vertical>li>a>i{font-size:16px;opacity:.6}.header-button a.icon:not(.button){display:inline-block;padding:6px 0}.header-button a.icon:not(.button) i{font-size:24px}.header-button a.icon:not(.button) i.icon-search{font-size:16px}.nav-small .header-button a.icon:not(.button){padding:3px 0}.button:not(.icon)>i{margin-left:-0.15em;margin-right:.4em}.button:not(.icon)>span+i{margin-right:-0.15em;margin-left:.4em}.has-dropdown .icon-angle-down{font-size:16px;margin-left:.2em;opacity:.6}.overlay-icon{background-color:rgba(0,0,0,.2);width:3em;color:#fff;height:3em;line-height:2.8em;border-radius:100%;text-align:center;border:2px solid #fff;opacity:.8;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;-o-transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s}.overlay-icon i{font-size:1.3em;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s;top:3px}.has-hover:hover .overlay-icon{opacity:1;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.box-shade .overlay-icon,.box-overlay .overlay-icon{opacity:0}.image-icon{display:inline-block;height:auto;vertical-align:middle;position:relative}span+.image-icon{margin-left:10px}.image-icon img{max-width:32px;min-width:100%}.nav-small .image-icon{width:16px;height:16px;margin:0 5px}.nav-small .image-icon img{vertical-align:top}[data-icon-label]{position:relative}[data-icon-label="0"]:after{display:none}[data-icon-label]:after{content:attr(data-icon-label);position:absolute;font-style:normal;font-family:Arial,Sans-serif !important;top:-10px;right:-10px;font-weight:bolder;background-color:#d26e4b;-webkit-box-shadow:1px 1px 3px 0px rgba(0,0,0,.3);box-shadow:1px 1px 3px 0px rgba(0,0,0,.3);font-size:11px;padding-left:2px;padding-right:2px;opacity:.9;line-height:17px;letter-spacing:-0.5px;height:17px;min-width:17px;border-radius:99px;color:#fff;text-align:center;z-index:1;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s}.nav-small [data-icon-label]:after{min-width:13px;top:-4px;right:-10px;height:13px;font-size:10px;line-height:13px}.button [data-icon-label]:after{top:-12px;right:-12px}.reveal-icon i{width:1em}.reveal-icon i,.reveal-icon span{display:inline-block;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.reveal-icon span{-webkit-transform:translateX(0.75em);-ms-transform:translateX(0.75em);transform:translateX(0.75em)}.reveal-icon i+span{-webkit-transform:translateX(-0.75em);-ms-transform:translateX(-0.75em);transform:translateX(-0.75em)}.reveal-icon:hover>span{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.reveal-icon:not(:hover) i{opacity:0}img{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;opacity:1}.col-inner>.img:not(:last-child),.col>.img:not(:last-child){margin-bottom:1em}.img{position:relative}.img .img-inner{position:relative;overflow:hidden}.img,.img img{width:100%}.overlay{position:absolute;top:0;bottom:0;height:100%;left:-1px;right:-1px;background-color:rgba(0,0,0,.15);-webkit-transition:opacity .6s,-webkit-transform .3s;transition:opacity .6s,-webkit-transform .3s;-o-transition:transform .3s,opacity .6s;transition:transform .3s,opacity .6s;transition:transform .3s,opacity .6s,-webkit-transform .3s;pointer-events:none}.img .caption{position:absolute;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);max-height:100% !important;overflow-y:auto;bottom:0;padding:4px 10px;font-size:14px;color:#fff;width:100%;background-color:rgba(0,0,0,.3)}.img .caption-show,.img:hover .caption{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.lazy-load{background-color:rgba(0,0,0,.03)}.has-format,.video-fit,.image-cover{position:relative;height:auto;overflow:hidden;padding-top:100%;background-position:50% 50%;background-size:cover}.video-fit{padding-top:56.5%}.video-fit video,.video-fit iframe,img.back-image,.image-cover img,.has-format img,.has-equal-box-heights .box-image img{right:0;width:100%;height:100%;bottom:0;left:0;top:0;position:absolute;-o-object-position:50% 50%;object-position:50% 50%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.has-equal-box-heights .box-image{padding-top:100%}.video-fit iframe{-o-object-fit:fill;object-fit:fill}.image-tools{padding:10px;position:absolute}.image-tools a:last-child{margin-bottom:0}.image-tools a.button{display:block}.image-tools.bottom.left{padding-top:0;padding-right:0}.image-tools.top.right{padding-bottom:0;padding-left:0}.image-tools .cart-icon{position:absolute;left:10px;margin:5px;bottom:100%}.image-tools .wishlist-button:hover{background-color:#b20000;border-color:#b20000}@media only screen and (max-device-width: 1024px){.image-tools{opacity:1 !important;padding:5px}}.overlay-tools{margin-top:10px}.overlay-tools a{display:inline-block;font-size:.8em;background-color:rgba(0,0,0,.4);padding:2px 10px 3px;margin-right:5px;border-radius:99px;text-shadow:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.overlay-tools a:hover{background-color:#fff;color:#000 !important}.tag-label{text-transform:uppercase;display:inline-block;font-size:.65em;line-height:1;letter-spacing:1.1px;font-weight:bold;border-radius:2px;padding:2px 5px;color:#fff;background-color:rgba(0,0,0,.4);-webkit-transition:background-color .3s,opacity .3s;-o-transition:background-color .3s,opacity .3s;transition:background-color .3s,opacity .3s}.has-hover:hover .tag-label{opacity:1;background-color:#d26e4b}.lightbox-content{background-color:#fff;max-width:875px;margin:0 auto;-webkit-box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);box-shadow:3px 3px 20px 0 rgba(0,0,0,.15);position:relative}.lightbox-content .lightbox-inner{padding:30px 20px}.pswp__bg{background-color:rgba(0,0,0,.6)}@media(min-width: 549px){.pswp__top-bar{background-color:transparent !important}}.pswp__item{-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;opacity:0}.pswp--visible .pswp__item{opacity:1}.pswp__caption__center{text-align:center}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0;-webkit-transition:opacity .25s;-o-transition:opacity .25s;transition:opacity .25s}.mfp-bg.mfp-ready{opacity:.6}.mfp-bg.mfp-removing{opacity:0 !important}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-image-holder{padding:40px 6.66%}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;max-width:100%;margin:0 auto;text-align:left;z-index:1045;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .5s;transition:opacity .3s,-webkit-transform .5s;-o-transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s}.mfp-content-inner{-webkit-box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);box-shadow:1px 1px 5px 0 rgba(0,0,0,.2)}.mfp-ready .mfp-content{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.mfp-ready.mfp-removing .mfp-content{opacity:0}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}.mfp-close{cursor:pointer;outline:none;z-index:1046;-webkit-box-shadow:none;box-shadow:none;position:fixed;top:0;right:0;text-decoration:none;text-align:center;opacity:0;padding:0;mix-blend-mode:difference;margin:0 !important;color:#fff;font-style:normal;font-weight:300;font-size:40px;min-height:0;width:40px;-webkit-backface-visibility:hidden;height:40px;line-height:40px;font-family:Arial,monospace;-webkit-transition:opacity .6s,-webkit-transform .6s;transition:opacity .6s,-webkit-transform .6s;-o-transition:opacity .6s,transform .6s;transition:opacity .6s,transform .6s;transition:opacity .6s,transform .6s,-webkit-transform .6s;-webkit-transform:translateY(50%) translateZ(1px);transform:translateY(50%) translateZ(1px)}.mfp-close svg{pointer-events:none}.mfp-content .mfp-close{position:absolute}.mfp-ready .mfp-close{opacity:.6;-webkit-transform:translateY(0) translateZ(1px);transform:translateY(0) translateZ(1px)}.mfp-removing .mfp-close{display:none !important}.mfp-close:hover{opacity:1}.mfp-close-btn-in .mfp-close{top:0 !important;color:currentColor}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:fixed;opacity:.6;color:#fff;mix-blend-mode:difference;top:50%;z-index:1046;margin:0;text-align:center;width:50px;height:50px}.mfp-arrow i{pointer-events:none;font-size:42px !important}.mfp-arrow:hover{opacity:1}.mfp-arrow:active{top:50.1%}.mfp-arrow-left{left:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.mfp-arrow-right{right:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.mfp-ready .mfp-arrow-right,.mfp-ready .mfp-arrow-left{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;max-height:calc(100vh - 80px);display:block;-webkit-backface-visibility:hidden;backface-visibility:hidden;line-height:0;padding:0 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:0;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{font-size:11px;text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-title a{text-decoration:underline;color:#f3f3f3}.mfp-title a:hover{text-decoration:none;color:#f3f3f3;opacity:.8}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}}@media(max-width: 849px){body.body-scroll-lock--active .mfp-wrap{position:fixed !important;overflow:auto}}.processing,.loading-spin{position:relative}.processing:before,.loading-spin{content:"";margin:0px auto;font-size:10px;text-indent:-9999em;border-top:3px solid rgba(0,0,0,.1) !important;border-right:3px solid rgba(0,0,0,.1) !important;border-bottom:3px solid rgba(0,0,0,.1) !important;opacity:.8;border-left:3px solid #446084;-webkit-animation:spin .6s infinite linear;animation:spin .6s infinite linear;border-radius:50%;width:30px;height:30px;pointer-events:none}.box-image.processing:before,.dark .processing:before,.dark.processing:before,.dark.loading-spin,.dark .loading-spin{border-top:3px solid rgba(0,0,0,.1) !important;border-right:3px solid rgba(0,0,0,.1) !important;border-bottom:3px solid rgba(0,0,0,.1) !important;border-left:3px solid #fff !important}.box-image.processing:after{content:"";background-color:#000;opacity:.1;position:absolute;top:0;left:0;right:0;bottom:0}.box-image.processing .image-tools{opacity:0 !important}.woocommerce-checkout.processing:before{position:fixed}.processing:before,.loading-spin.centered{position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px;z-index:99}.loading-spin{border-radius:50%;width:30px;height:30px}.button.loading{opacity:1 !important;position:relative;color:rgba(255,255,255,.05);pointer-events:none !important}.button.loading:after{-webkit-animation:spin 500ms infinite linear;animation:spin 500ms infinite linear;border:2px solid #fff;border-radius:32px;border-right-color:transparent !important;border-top-color:transparent !important;content:"";display:block;height:16px;top:50%;margin-top:-8px;left:50%;margin-left:-8px;position:absolute;width:16px}.is-outline .button.loading:after{border-color:#446084}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ux-menu-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ux-menu-link--active .ux-menu-link__link,.ux-menu-link:hover .ux-menu-link__link{color:rgba(17,17,17,.85)}.dark .ux-menu-link__link{border-bottom-color:rgba(255,255,255,.2)}.dark .ux-menu-link--active .ux-menu-link__link,.dark .ux-menu-link:hover .ux-menu-link__link{color:rgba(255,255,255,.85)}.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link{border-bottom-style:solid}.ux-menu-link__link{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:2.5em;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding-top:.3em;padding-bottom:.3em;color:currentColor;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;border-bottom-color:#ececec;border-bottom-width:1px}.ux-menu-link__icon{width:16px;-ms-flex-negative:0;flex-shrink:0;vertical-align:middle}.ux-menu-link__icon+.ux-menu-link__text{padding-left:.5em}.ux-menu-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;font-size:.8em;font-weight:bolder;margin-top:5px;color:#000;min-height:3.125em;padding-top:.3em;padding-bottom:.3em}.ux-menu-link+.ux-menu-title{margin-top:5px !important}.dark .ux-menu-title{color:currentColor}.off-canvas .mfp-content{-ms-scrollbar-base-color:#000;-ms-scrollbar-arrow-color:#000;-ms-overflow-style:-ms-autohiding-scrollbar}.off-canvas .nav-vertical>li>a{padding-top:15px;padding-bottom:15px}.off-canvas .nav-vertical li li>a{padding-top:5px;padding-bottom:5px}.off-canvas .hide-for-off-canvas{display:none !important}.off-canvas .hide-for-small,.off-canvas .hide-for-medium{display:inline-block !important}.off-canvas-right .mfp-content,.off-canvas-left .mfp-content{position:fixed;top:0;bottom:0;width:260px;background-color:rgba(255,255,255,.95);left:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;-webkit-transform:translateX(-270px);-ms-transform:translateX(-270px);transform:translateX(-270px);-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.5);box-shadow:0px 0px 10px 0px rgba(0,0,0,.5)}.off-canvas-right.dark .mfp-content,.off-canvas-left.dark .mfp-content{background-color:rgba(0,0,0,.95)}.off-canvas-right .mfp-content{left:auto;right:0;-webkit-transform:translateX(270px);-ms-transform:translateX(270px);transform:translateX(270px)}.off-canvas-center .nav-vertical>li>ul>li a,.off-canvas-center .nav-vertical>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.off-canvas-center .nav-vertical>li>a{font-size:1.5em}.off-canvas-center .mfp-container{padding:0}.off-canvas-center .mfp-content{padding-top:50px;max-width:700px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.off-canvas-center .mfp-content .searchform{max-width:260px;margin:0 auto}.off-canvas-center.mfp-bg.mfp-ready{opacity:.85}.mfp-bg.off-canvas-center:not(.dark){background-color:#fff;opacity:.95}.off-canvas-center .nav-sidebar.nav-vertical>li{border:0}.off-canvas-center .nav-sidebar.nav-vertical>li>a{padding-right:30px;padding-left:30px}.off-canvas-center .nav-sidebar.nav-vertical>li .toggle{position:absolute;top:15px;right:0}.off-canvas-center:not(.dark) .mfp-close{color:currentColor}.off-canvas.mfp-removing .mfp-content{opacity:0 !important}.off-canvas-left.mfp-ready .mfp-content,.off-canvas-right.mfp-ready .mfp-content{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);opacity:1}.has-off-canvas .off-canvas-blur{-webkit-filter:blur(5px);filter:blur(5px)}.has-off-canvas .off-canvas-zoom{-webkit-transform:scale(0.98);-ms-transform:scale(0.98);transform:scale(0.98)}.has-off-canvas .current-lightbox-clicked{opacity:0 !important;-webkit-transform:translateY(-7px);-ms-transform:translateY(-7px);transform:translateY(-7px)}.has-off-canvas.has-off-canvas-right .current-lightbox-clicked,.has-off-canvas.has-off-canvas-left .current-lightbox-clicked{-webkit-transform:translateX(-7px);-ms-transform:translateX(-7px);transform:translateX(-7px)}.off-canvas .sidebar-menu{padding:30px 0}.off-canvas .sidebar-inner{padding:30px 20px}.off-canvas:not(.off-canvas-center) .nav-vertical li>a{padding-left:20px}.off-canvas:not(.off-canvas-center) li.html{padding:20px}.slider-wrapper{position:relative}.slider>.img,.flickity-slider>.img,.slider-wrapper:last-child{margin-bottom:0}.slider,.row-slider{position:relative;scrollbar-width:none}.slider-full .flickity-slider>.col{padding:0 !important}.slider-load-first{-webkit-transition:max-height 2s;-o-transition:max-height 2s;transition:max-height 2s;max-height:999px}.slider-load-first:not(.flickity-enabled){max-height:500px}.slider-load-first:not(.flickity-enabled)>div{opacity:0}.slider:not(.flickity-enabled){white-space:nowrap;overflow-y:hidden;overflow-x:scroll;width:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.slider::-webkit-scrollbar,.row-slider::-webkit-scrollbar{width:0px !important;height:0px !important}.row.row-slider:not(.flickity-enabled){display:block}.slider:not(.flickity-enabled)>*{display:inline-block !important;white-space:normal !important;vertical-align:top}.slider:not(.flickity-enabled)>a{width:100%}.slider>div:not(.col),.slider>a,.slider>p,.slider>a>img,.slider>img{width:100%}.flickity-slider>div:not(.col),.flickity-slider>a,.flickity-slider>p,.flickity-slider>a>img,.flickity-slider>img,.flickity-slider>figure{width:100% !important;padding:0;margin:0;-webkit-transition:opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;transition:opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;-o-transition:transform .6s,opacity .6s,box-shadow .6s;transition:transform .6s,opacity .6s,box-shadow .6s;transition:transform .6s,opacity .6s,box-shadow .6s,-webkit-transform .6s,-webkit-box-shadow .6s}.flickity-slider>.row:not(.is-selected){opacity:0}.flickity-enabled{position:relative;display:block}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%;width:100%}.flickity-slider{position:absolute;width:100%;height:100%}.slider-has-parallax .bg{-webkit-transition:opacity .3s !important;-o-transition:opacity .3s !important;transition:opacity .3s !important}.is-dragging .flickity-viewport .flickity-slider{pointer-events:none}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:40%;bottom:40%;background-color:transparent;margin:0;padding:0;width:36px;color:#111;border:none;cursor:pointer;opacity:0;-webkit-transition:opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;transition:opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;-o-transition:transform .3s,opacity .3s,background .3s,box-shadow .3s;transition:transform .3s,opacity .3s,background .3s,box-shadow .3s;transition:transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s}.flickity-prev-next-button.next{-webkit-transform:translateX(-20%);-ms-transform:translateX(-20%);transform:translateX(-20%);right:2%}.flickity-prev-next-button.previous{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);left:2%}.slider-show-nav .flickity-prev-next-button,.slider:hover .flickity-prev-next-button{opacity:.7;-webkit-transform:translateX(0) !important;-ms-transform:translateX(0) !important;transform:translateX(0) !important}.slider .flickity-prev-next-button:hover{-webkit-box-shadow:none;box-shadow:none;opacity:1}.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill:#446084}@media(min-width: 850px){.slider-nav-outside .flickity-prev-next-button.next{right:auto;left:100%}.slider-nav-outside .flickity-prev-next-button.previous{left:auto;right:100%}}.flickity-prev-next-button:disabled,button.flickity-prev-next-button[disabled]{opacity:0 !important;background:none !important;cursor:auto;-webkit-box-shadow:none !important;box-shadow:none !important;pointer-events:none}.flickity-prev-next-button svg{position:absolute;padding:5px;left:50%;top:50%;width:100%;max-width:100%;padding:20%;max-height:100%;height:auto;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{margin-top:-10%}.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg{margin-top:-40px}.flickity-prev-next-button svg,.flickity-prev-next-button .arrow{border-color:currentColor;fill:currentColor;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.slider-auto-height,.animate-height{-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s}.flickity-prev-next-button.no-svg{color:#111;font-size:26px}.slider-no-arrows .flickity-prev-next-button{display:none !important}.slider-type-fade .flickity-slider{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.slider-type-fade .flickity-slider>*{opacity:0;z-index:1;left:0 !important}.slider-type-fade .flickity-slider>*.is-selected{opacity:1;z-index:2}.slider-type-fade .flickity-prev-next-button,.slider-type-fade .flickity-page-dots{z-index:3}.flickity-page-dots{position:absolute;bottom:15px;left:20%;right:20%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.slider-nav-outside .flickity-page-dots,.row-slider .flickity-page-dots{bottom:0}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:12px;height:12px;margin:0 5px;border:3px solid #111;border-radius:50%;opacity:.4;cursor:pointer;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.nav-dots-small .flickity-page-dots .dot,.row-slider .flickity-page-dots .dot{opacity:.2;width:10px;height:10px;border:0;background-color:#111}.flickity-page-dots .dot:hover{opacity:.7}.flickity-page-dots .dot.is-selected{background-color:#111;opacity:1 !important}.slider-nav-dots-dashes .flickity-page-dots .dot{height:4px;width:40px;margin:0;border-radius:0}.slider-nav-dots-dashes-spaced .flickity-page-dots .dot{height:4px;width:40px;border-radius:0}.slider-nav-dots-simple .flickity-page-dots .dot{background-color:#111}.slider-nav-dots-square .flickity-page-dots .dot{border-radius:0}.slider-nav-circle .flickity-prev-next-button svg,.slider-nav-circle .flickity-prev-next-button .arrow{border-radius:100%;border:2px solid currentColor}.slider-nav-circle .flickity-prev-next-button:hover svg,.slider-nav-circle .flickity-prev-next-button:hover .arrow{background-color:#446084;border-color:#446084;fill:#fff !important}.slider-nav-outside.slider-nav-circle .next{-webkit-transform:translateX(-50%) !important;-ms-transform:translateX(-50%) !important;transform:translateX(-50%) !important}.slider-nav-outside.slider-nav-circle .previous{-webkit-transform:translateX(50%) !important;-ms-transform:translateX(50%) !important;transform:translateX(50%) !important}.slider-nav-reveal{padding-top:0;overflow:hidden}.slider-nav-reveal .flickity-prev-next-button:hover,.slider-nav-reveal .flickity-prev-next-button{width:30px;top:-2px;bottom:0;height:100%;background-color:#fff;-webkit-box-shadow:0 -150px 15px 0 rgba(0,0,0,.3);box-shadow:0 -150px 15px 0 rgba(0,0,0,.3);margin:0 !important}.dark .slider-nav-reveal .flickity-prev-next-button{border-radius:99px;background-color:rgba(0,0,0,.3);color:#fff}.slider-nav-reveal .flickity-prev-next-button.next{-webkit-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%);left:auto !important;right:-1px !important}.slider-nav-reveal .flickity-prev-next-button.previous{-webkit-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%);transform:translateX(-10%);right:auto !important;left:-1px !important}.slider-nav-light .flickity-prev-next-button{color:#fff}.slider-nav-light .flickity-prev-next-button svg,.slider-nav-light .flickity-prev-next-button .arrow{fill:#fff}.slider-nav-light .flickity-page-dots .dot{border-color:#fff}.slider-nav-light .flickity-page-dots .dot.is-selected{background-color:#fff}.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot{background-color:#fff}.slider-style-container .flickity-slider>*,.slider-style-shadow .flickity-slider>*,.slider-style-focus .flickity-slider>*{max-width:1080px;margin:0 auto}.slider-style-container:not(.flickity-enabled) .ux_banner,.slider-style-shadow:not(.flickity-enabled) .ux_banner,.slider-style-focus:not(.flickity-enabled) .ux_banner{opacity:0 !important}.slider-style-container .ux_banner,.slider-style-shadow .ux_banner,.slider-style-focus .ux_banner{opacity:1}.slider-style-container .flickity-slider>*:not(.is-selected),.slider-style-shadow .flickity-slider>*:not(.is-selected),.slider-style-focus .flickity-slider>*:not(.is-selected){opacity:.5}.slider-style-shadow{padding:15px 0 25px}.slider-style-shadow .flickity-slider>*:before{content:"";position:absolute;bottom:-6px;height:100px;left:-10%;right:-10%;background-size:100% 100%;z-index:-2;background-image:url("../img/shadow%402x.png")}.slider-style-shadow .flickity-slider>*:not(.is-selected){-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);z-index:-1;opacity:1}.slider-style-shadow .flickity-slider>*:not(.is-selected):before{height:200px;opacity:.5}.slider-style-shadow .flickity-slider>.is-selected{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}.slider-style-focus{background-color:transparent;padding:30px 0}.slider-style-focus .flickity-page-dots{bottom:6px}.slider-style-focus .flickity-slider>*{max-width:1050px}.slider-style-focus .flickity-slider>*:not(.is-selected){-webkit-transform:scale(0.93);-ms-transform:scale(0.93);transform:scale(0.93)}@media screen and (max-width: 549px){.slider-wrapper .flickity-prev-next-button{display:none}.row-slider .flickity-prev-next-button{width:20px !important;opacity:.8;background-color:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;-webkit-transform:translateX(0) !important;-ms-transform:translateX(0) !important;transform:translateX(0) !important}.row-slider .flickity-prev-next-button svg{padding:3px !important;border:0 !important}.flickity-page-dots{pointer-events:none}.flickity-slider .banner-layers{overflow:hidden}}.stack{--stack-gap: 0;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex}.stack>.text>*:first-child{margin-top:0}.stack>.text>*:last-child{margin-bottom:0}.stack-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.stack-row>*{margin:0 !important}.stack-row>*~*{margin-left:var(--stack-gap) !important}.stack-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.stack-col>*{margin:0 !important}.stack-col>*~*{margin-top:var(--stack-gap) !important}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}@media(max-width: 849px){.md\:stack-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.md\:stack-row>*{margin:0 !important}.md\:stack-row>*~*{margin-left:var(--stack-gap) !important}.md\:stack-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.md\:stack-col>*{margin:0 !important}.md\:stack-col>*~*{margin-top:var(--stack-gap) !important}.md\:items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.md\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.md\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md\:items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.md\:items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.md\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.md\:justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.md\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.md\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md\:justify-around{-ms-flex-pack:distribute;justify-content:space-around}}@media(max-width: 549px){.sm\:stack-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sm\:stack-row>*{margin:0 !important}.sm\:stack-row>*~*{margin-left:var(--stack-gap) !important}.sm\:stack-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sm\:stack-col>*{margin:0 !important}.sm\:stack-col>*~*{margin-top:var(--stack-gap) !important}.sm\:items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.sm\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.sm\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sm\:items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.sm\:items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.sm\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.sm\:justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.sm\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.sm\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sm\:justify-around{-ms-flex-pack:distribute;justify-content:space-around}}table{width:100%;margin-bottom:1em;border-color:#ececec;border-spacing:0}th,td{padding:.5em;text-align:left;border-bottom:1px solid #ececec;line-height:1.3;font-size:.9em}td{color:#666}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}.dark th,.dark td{border-color:rgba(255,255,255,.08)}td label,td .label,td input,td select,td form,td dl,td p{margin:.5em 0}label{color:#222}.table{display:table}.table-cell{display:table-cell;vertical-align:middle}@media(max-width: 849px){.touch-scroll-table{width:calc(100% + 30px);padding:15px;position:relative;overflow-y:hidden;margin-left:-15px;overflow-x:scroll;-webkit-box-shadow:inset -2px 0px 18px -5px rgba(0,0,0,.5);box-shadow:inset -2px 0px 18px -5px rgba(0,0,0,.5)}.touch-scroll-table table{width:100%}}.text-box{max-height:100%}.text-box .text-box-content{position:relative;z-index:10;-webkit-backface-visibility:hidden;backface-visibility:hidden}.text-box-square .text,.text-box-circle .text{height:0;padding:100% 0 0 0 !important;background-color:rgba(0,0,0,.9)}.text-box-square .text-inner,.text-box-circle .text-inner{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.text-box-circle .border,.text-box-circle .text-box-content{border-radius:100% !important}a{color:#334862;text-decoration:none}a:focus,.button:focus,button:focus,input:focus{outline:none}a.plain{color:currentColor;-webkit-transition:color .3s,opacity .3s,-webkit-transform .3s;transition:color .3s,opacity .3s,-webkit-transform .3s;-o-transition:color .3s,opacity .3s,transform .3s;transition:color .3s,opacity .3s,transform .3s;transition:color .3s,opacity .3s,transform .3s,-webkit-transform .3s}.nav-dark a.plain:hover{opacity:.7}a:hover,a.remove:hover,a.icon-circle:hover{color:#000}.dark a,.dark .widget a{color:currentColor}.dark a:hover,.dark .widget a:hover{color:#fff}ul.links{margin:5px 0;font-size:.85em}ul.links li{margin:0 .4em;display:inline-block}ul.links li a{color:currentColor}ul.links li:before{font-family:"fl-icons";display:inline-block;margin-right:5px}ul.links li:first-child{margin-left:0}ul.links li:last-child{margin-right:0}.next-prev-nav .flex-col{padding:.7em 0}.next-prev-nav i{font-size:2em;margin:0 10px !important;top:-1px;vertical-align:middle}.next-prev-nav .flex-col+.flex-col{border-left:1px solid #ececec}ul{list-style:disc}ol{list-style:decimal}ol,ul{margin-top:0;padding:0}ul ul,ul ol,ol ol,ol ul{margin:1.5em 0 1.5em 3em}li{margin-bottom:.6em}dl dt,dl dd{display:inline-block;margin:0 5px 0 0}dl dt p,dl dd p{margin:0;padding:0}dl{opacity:.8;text-transform:uppercase;font-size:.85em}ul.ul-reset{margin:0;padding:0}ul.ul-reset>li{margin:0;padding:0;list-style:none}.entry-content ol li,.entry-summary ol li,.col-inner ol li,.entry-content ul li,.entry-summary ul li,.col-inner ul li{margin-left:1.3em}.entry-content ol li.tab,.entry-summary ol li.tab,.col-inner ol li.tab,.entry-content ul li.tab,.entry-summary ul li.tab,.col-inner ul li.tab{margin-left:0}ul li.bullet-checkmark,ul li.bullet-arrow,ul li.bullet-star{list-style:none;position:relative;padding:7px 0 7px 25px;margin:0;border-bottom:1px solid #ececec}.dark ul li.bullet-checkmark,.dark ul li.bullet-arrow,.dark ul li.bullet-star{border-color:rgba(255,255,255,.2)}ul li.bullet-checkmark:before,ul li.bullet-arrow:before,ul li.bullet-star:before{font-family:"fl-icons";left:0;position:absolute;font-size:16px;color:#7a9c59}ul li.bullet-checkmark:before{content:"" !important}ul li.bullet-arrow:before{content:"" !important}ul li.bullet-star:before{content:"" !important}.button,button,input,textarea,select,fieldset{margin-bottom:1em}pre,blockquote,form,figure,p,dl,ul,ol{margin-bottom:1.3em}form p{margin-bottom:.5em}body{line-height:1.6}h1,h2,h3,h4,h5,h6{color:#555;width:100%;margin-top:0;margin-bottom:.5em;text-rendering:optimizeSpeed}.h1,h1{font-size:1.7em;line-height:1.3}.h2,h2{font-size:1.6em;line-height:1.3}.h3,h3{font-size:1.25em}.h4,h4{font-size:1.125em}.h5,h5{font-size:1em}.h6,h6{font-size:.85em;opacity:.8}h1.entry-title.mb{margin-bottom:30px}@media(max-width: 549px){h1{font-size:1.4em}h2{font-size:1.2em}h3{font-size:1em}}h6 span{font-weight:normal;font-weight:500}h3 label{display:inline-block;margin-right:10px}p{margin-top:0}h1>span,h2>span,h3>span,h4>span,h5>span,h6>span,p.headline>span{-webkit-box-decoration-break:clone;box-decoration-break:clone}p.lead,a.lead{font-size:1.3em}.uppercase,h6,th,span.widget-title{line-height:1.05;letter-spacing:.05em;text-transform:uppercase}.lowercase{text-transform:none !important}span.widget-title{font-size:1em;font-weight:600}.is-normal{font-weight:normal}.is-bold{font-weight:bold}.thin-font,.is-thin{font-weight:300 !important}.thin-font strong,.is-thin strong{font-weight:700 !important}.is-italic{font-style:italic !important}.is-uppercase,.uppercase{line-height:1.2;text-transform:uppercase}.is-alt-font,.alt-font{font-family:Georgia}.is-xxxlarge{font-size:2.5em}.is-xxlarge{font-size:2em}.is-xlarge{font-size:1.5em}.is-larger{font-size:1.3em}.is-large{font-size:1.15em}.is-small,.is-small.button{font-size:.8em}.is-smaller{font-size:.75em}.is-xsmall{font-size:.7em}.is-xxsmall{font-size:.6em}@media(max-width: 549px){.is-xxlarge{font-size:2.5em}.is-xlarge{font-size:1.8em}.is-larger{font-size:1.2em}.is-large{font-size:1em}}.box-text h1,.box-text h2,.box-text h3,.box-text h4,.box-text h5,.box-text h6,.box-text a:not(.button){line-height:1.3;margin-top:.1em;margin-bottom:.1em}.box-text p{margin-top:.1em;margin-bottom:.1em}.box-text .button{margin-top:1em}.banner .button{margin-top:.5em;margin-bottom:.5em}.banner .is-divider,.banner .text-center .is-divider{margin-top:1em;margin-bottom:1em}.banner h1{font-size:3.5em}.banner h2{font-size:2.9em}.banner h3{font-size:2em}.banner h2,.banner h3,.banner h1{padding:0;font-weight:normal;margin-top:.2em;margin-bottom:.2em;line-height:1}.banner h4{padding:0;font-size:1.5em;margin-top:.6em;margin-bottom:.6em}.banner h6,.banner h5,.banner p{padding:0;margin-top:1em;margin-bottom:1em}.line-height-small{line-height:1.4em}[data-line-height=xs]{line-height:.85 !important}[data-line-height=s]{line-height:1 !important}[data-line-height=m]{line-height:1.2 !important}[data-line-height=l]{line-height:1.4 !important}[data-line-height=xl]{line-height:1.6 !important}.nav>li>a{font-size:.8em}.nav>li.html{font-size:.85em}.nav-size-xsmall>li>a{font-size:.65em}.nav-size-small>li>a{font-size:.7em}.nav-size-medium>li>a{font-size:.9em}.nav-size-large>li>a{font-size:1em}.nav-size-xlarge>li>a{font-size:1.1em}.nav-spacing-xsmall>li{margin:0}.nav-spacing-small>li{margin:0 5px}.nav-spacing-medium>li{margin:0 9px}.nav-spacing-large>li{margin:0 11px}.nav-spacing-xlarge>li{margin:0 13px}.fancy-underline{position:relative}.fancy-underline:after{content:"";color:green;position:absolute;left:0;border-radius:999px;right:0;top:100%;height:9px;image-rendering:-webkit-optimize-contrast;background:url('../../image/underline.png') 50% top no-repeat;background-size:100% 9px}span.count-up{opacity:0;-webkit-transition:opacity 2s;-o-transition:opacity 2s;transition:opacity 2s}span.count-up.active{opacity:1}[data-text-color=primary]{color:#446084 !important}[data-text-color=secondary]{color:#d26e4b !important}[data-text-color=alert]{color:#b20000 !important}[data-text-color=success]{color:#7a9c59 !important}[data-text-bg=primary]{background-color:#446084}[data-text-bg=secondary]{background-color:#d26e4b}[data-text-bg=alert]{background-color:#b20000}[data-text-bg=success]{background-color:#7a9c59}.text-bordered-white,.text-bordered-primary,.text-bordered-dark{border:2px solid #fff;padding:5px;display:inline-block}.text-bordered-dark{border-color:#000}h1.text-bordered-white,h1.text-bordered-primary,h1.text-bordered-dark{padding:15px}.text-boarder-top-bottom-white,.text-boarder-top-bottom-dark{border-top:3px solid #fff;padding-top:15px;border-bottom:3px solid #fff;padding-bottom:15px;display:inline-block}.text-boarder-top-bottom-dark{border-color:#000}blockquote{position:relative;font-size:1.2em;margin:0 0 1.25em;padding:0 1.25em 0 1.875em;border-left:2px solid #446084;font-style:italic;color:#333}.dark blockquote{color:#fff}.container:after,.row:after,.clearfix:after,.clear:after{content:"";display:table;clear:both}@media(max-width: 549px){[data-show=hide-for-small],.hide-for-small{display:none !important}.small-text-center{text-align:center !important;width:100% !important;float:none !important}}@media(min-width: 550px){[data-show=show-for-small],.show-for-small{display:none !important}}@media(min-width: 850px){[data-show=show-for-medium],.show-for-medium{display:none !important}}@media(max-width: 849px){[data-show=hide-for-medium],.hide-for-medium{display:none !important}.medium-text-center .pull-left,.medium-text-center .pull-right{float:none}.medium-text-center .ml{margin-left:auto}.medium-text-center .mr{margin-right:auto}.medium-text-center{text-align:center !important;width:100% !important;float:none !important}}@media(min-width: 850px){[data-show=hide-for-large],.hide-for-large{display:none !important}}.full-width,.expand{width:100% !important;max-width:100% !important;padding-left:0 !important;padding-right:0 !important;display:block}.pull-right{float:right;margin-right:0 !important}.pull-left{float:left;margin-left:0 !important}.mb{margin-bottom:30px}.mt{margin-top:30px}.mr{margin-right:30px}.ml{margin-left:30px}.mb-0{margin-bottom:0 !important}.ml-0{margin-left:0 !important}.mr-0{margin-right:0 !important}.mt-0{margin-top:0 !important}.mb-half{margin-bottom:15px}.mt-half{margin-top:15px}.mr-half{margin-right:15px}.ml-half{margin-left:15px}.mb-half:last-child,.mb:last-child{margin-bottom:0}.pb{padding-bottom:30px}.pt{padding-top:30px}.pb-half{padding-bottom:15px}.pt-half{padding-top:15px}.pb-0{padding-bottom:0 !important}.pt-0{padding-top:0 !important}.no-margin{margin:0 !important}.no-padding{padding:0 !important}.inner-padding{padding:30px}.first-reset *:first-child{margin-top:0}.last-reset *:last-child{margin-bottom:0}.no-select{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-center>div,.text-center>div>div,.text-center .is-divider,.text-center .star-rating,.text-center .is-star-rating{margin-left:auto;margin-right:auto}.text-center .pull-right,.text-center .pull-left{float:none}.text-left .is-divider,.text-left .star-rating,.text-left .is-star-rating{margin-right:auto;margin-left:0}.text-right>div,.text-right>div>div,.text-right .is-divider,.text-right .star-rating,.text-right .is-star-rating{margin-left:auto;margin-right:0}.relative{position:relative !important}.absolute{position:absolute !important}.fixed{position:fixed !important;z-index:12}.top{top:0}.right{right:0}.left{left:0}.bottom{bottom:0}.fill{position:absolute;top:0;left:0;height:100%;right:0;bottom:0;padding:0 !important;margin:0 !important}.v-center{bottom:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.h-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.h-center.v-center{left:auto !important;bottom:auto !important;right:50%;top:50%;-webkit-transform:translate(50%, -50%);-ms-transform:translate(50%, -50%);transform:translate(50%, -50%)}.pull-right{float:right}.pull-left{float:left}.is-full-height{min-height:550px;height:100%;height:100vh;padding-top:0 !important;padding-bottom:0 !important}.bg-fill{background-size:cover !important;background-repeat:no-repeat !important;background-position:50% 50%}.bg-top{background-position:top;-o-object-position:top;object-position:top}.circle{border-radius:999px !important;-o-object-fit:cover;object-fit:cover}.circle img{border-radius:999px !important;-o-object-fit:cover;object-fit:cover}.round{border-radius:5px}.has-border{border:2px solid #446084;padding:15px 30px 30px}.dashed-border{border-style:dashed}.success-border{border-color:#7a9c59}.bt{border-top:1px solid #ececec}.bb{border-bottom:1px solid #ececec}.bl{border-left:1px solid #ececec}.br{border-right:1px solid #ececec}.hidden{display:none !important;visibility:hidden !important}.is-invisible{visibility:hidden;opacity:0}.z-1{z-index:21}.z-2{z-index:22}.z-3{z-index:23}.z-4{z-index:24}.z-5{z-index:25}.z-top{z-index:9995}.z-top-2{z-index:9996}.z-top-3{z-index:9997}.no-click{pointer-events:none}.no-wrap{white-space:nowrap}.primary-color{color:#446084}.secondary-color{color:#d26e4b}.success-color{color:#7a9c59}.alert-color{color:#b20000}.bg-primary-color{background-color:#446084}.bg-secondary-color{background-color:#d26e4b}.bg-success-color{background-color:#7a9c59}.bg-alert-color{background-color:#b20000}.is-transparent{background-color:transparent !important}.inline{display:inline}.block{display:block}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-js-display:flex}@media(max-width: 549px){.small-block{display:block}}.inline-block{display:inline-block}.inline-images img,img.inline{display:inline-block !important}.is-well{padding:30px;background-color:rgba(0,0,0,.02);-webkit-box-shadow:1px 1px 3px 0px rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.07),inset 0 0 0 1px rgba(0,0,0,.05);box-shadow:1px 1px 3px 0px rgba(0,0,0,.2),0 1px 0 rgba(0,0,0,.07),inset 0 0 0 1px rgba(0,0,0,.05)}.no-overflow{overflow:hidden}.no-text-overflow{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.strong{font-weight:bold}.op-4{opacity:.4}.op-5{opacity:.5}.op-6{opacity:.6}.op-7{opacity:.7}.op-8{opacity:.8}@media(max-width: 549px){.sm-touch-scroll{overflow-y:none;overflow-x:auto;-webkit-overflow-scrolling:touch}}.no-scrollbar{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{width:0px !important;height:0px !important}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media screen and (max-width: 549px){.x5{left:5%}.x15{left:15%}.x25{left:25%}.x35{left:35%}.x45{left:45%}.x55{right:45%}.x65{right:35%}.x75{right:25%}.x85{right:15%}.x95{right:5%}.x0{left:0%}.x10{left:10%}.x20{left:20%}.x30{left:30%}.x40{left:40%}.x60{right:40%}.x70{right:30%}.x80{right:20%}.x90{right:10%}.x100{right:0%}.y0{top:0%}.y10{top:10%}.y20{top:20%}.y30{top:30%}.y40{top:40%}.y60{bottom:40%}.y70{bottom:30%}.y80{bottom:20%}.y90{bottom:10%}.y100{bottom:0%}.y5{top:5%}.y15{top:15%}.y25{top:25%}.y35{top:35%}.y45{top:45%}.y55{bottom:45%}.y65{bottom:35%}.y75{bottom:25%}.y85{bottom:15%}.y95{bottom:5%}.x50{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.y50{top:50.3%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.y50.x50{-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}}@media screen and (min-width: 550px)and (max-width: 849px){.md-x5{left:5%}.md-x15{left:15%}.md-x25{left:25%}.md-x35{left:35%}.md-x45{left:45%}.md-x55{right:45%}.md-x65{right:35%}.md-x75{right:25%}.md-x85{right:15%}.md-x95{right:5%}.md-y5{top:5%}.md-y15{top:15%}.md-y25{top:25%}.md-y35{top:35%}.md-y45{top:45%}.md-y55{bottom:45%}.md-y65{bottom:35%}.md-y75{bottom:25%}.md-y85{bottom:15%}.md-y95{bottom:5%}.md-x0{left:0%}.md-x10{left:10%}.md-x20{left:20%}.md-x30{left:30%}.md-x40{left:40%}.md-x60{right:40%}.md-x70{right:30%}.md-x80{right:20%}.md-x90{right:10%}.md-x100{right:0%}.md-y0{top:0%}.md-y10{top:10%}.md-y20{top:20%}.md-y30{top:30%}.md-y40{top:40%}.md-y60{bottom:40%}.md-y70{bottom:30%}.md-y80{bottom:20%}.md-y90{bottom:10%}.md-y100{bottom:0%}.md-x50{left:50%;-webkit-transform:translateX(-50%) !important;-ms-transform:translateX(-50%) !important;transform:translateX(-50%) !important}.md-y50{top:50%;-webkit-transform:translateY(-50%) !important;-ms-transform:translateY(-50%) !important;transform:translateY(-50%) !important}.md-x50.md-y50{-webkit-transform:translate(-50%, -50%) !important;-ms-transform:translate(-50%, -50%) !important;transform:translate(-50%, -50%) !important}}@media screen and (min-width: 850px){.lg-x5{left:5%}.lg-x15{left:15%}.lg-x25{left:25%}.lg-x35{left:35%}.lg-x45{left:45%}.lg-x55{right:45%}.lg-x65{right:35%}.lg-x75{right:25%}.lg-x85{right:15%}.lg-x95{right:5%}.lg-y5{top:5%}.lg-y15{top:15%}.lg-y25{top:25%}.lg-y35{top:35%}.lg-y45{top:45%}.lg-y55{bottom:45%}.lg-y65{bottom:35%}.lg-y75{bottom:25%}.lg-y85{bottom:15%}.lg-y95{bottom:5%}.lg-x0{left:0%}.lg-x10{left:10%}.lg-x20{left:20%}.lg-x30{left:30%}.lg-x40{left:40%}.lg-x60{right:40%}.lg-x70{right:30%}.lg-x80{right:20%}.lg-x90{right:10%}.lg-x100{right:0%}.lg-y0{top:0%}.lg-y10{top:10%}.lg-y20{top:20%}.lg-y30{top:30%}.lg-y40{top:40%}.lg-y60{bottom:40%}.lg-y70{bottom:30%}.lg-y80{bottom:20%}.lg-y90{bottom:10%}.lg-y100{bottom:0%}.lg-x50{left:50%;-webkit-transform:translateX(-50%) !important;-ms-transform:translateX(-50%) !important;transform:translateX(-50%) !important}.lg-y50{top:50%;-webkit-transform:translateY(-50%) !important;-ms-transform:translateY(-50%) !important;transform:translateY(-50%) !important}.lg-x50.lg-y50{-webkit-transform:translate(-50%, -50%) !important;-ms-transform:translate(-50%, -50%) !important;transform:translate(-50%, -50%) !important}}.res-text{font-size:11px}.widget-area .res-text,.small-1 .res-text,.small-2 .res-text,.small-3 .res-text{font-size:8px}.small-1 .res-text h6,.small-2 .res-text h6,.small-3 .res-text h6{font-size:10px}.small-1 .res-text p.lead,.small-2 .res-text p.lead,.small-3 .res-text p.lead{font-size:16px}.small-4 .res-text{font-size:8.5px}.small-5 .res-text{font-size:9px}.small-6 .res-text{font-size:10px}.small-7 .res-text{font-size:11px}.small-8 .res-text{font-size:12px}.small-9 .res-text{font-size:13px}.small-10 .res-text{font-size:14px}.small-11 .res-text{font-size:15px}@media screen and (min-width: 550px){.medium-1 .res-text,.medium-2 .res-text,.medium-3 .res-text,.medium-4 .res-text,.medium-5 .res-text,.medium-6 .res-text,.medium-7 .res-text{font-size:.8vw}.medium-8 .res-text{font-size:.9vw}.medium-9 .res-text{font-size:1.15vw}.medium-10 .res-text{font-size:1.3vw}.medium-11 .res-text{font-size:1.5vw}.res-text{font-size:1.8vw}}@media screen and (min-width: 850px){.res-text{font-size:16px}.widget-area .res-text,.large-1 .res-text,.large-2 .res-text,.large-3 .res-text{font-size:8px}.large-1 .res-text h6,.large-2 .res-text h6,.large-3 .res-text h6{font-size:10px}.large-1 .res-text p.lead,.large-2 .res-text p.lead,.large-3 .res-text p.lead{font-size:16px}.large-4 .res-text{font-size:8.5px}.large-5 .res-text{font-size:9px}.large-6 .res-text{font-size:10px}.large-7 .res-text{font-size:11px}.large-8 .res-text{font-size:12px}.large-9 .res-text{font-size:13px}.large-10 .res-text{font-size:14px}.large-11 .res-text{font-size:15px}}[data-animate],.slider [data-animate]{will-change:filter,transform,opacity;-webkit-backface-visibility:hidden;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0 !important;-webkit-transition:opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;transition:opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;-o-transition:filter 1.3s,transform 1.6s,opacity .7s ease-in;transition:filter 1.3s,transform 1.6s,opacity .7s ease-in;transition:filter 1.3s,transform 1.6s,opacity .7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s}[data-animate=bounceInLeft],[data-animate=bounceInUp],[data-animate=bounceInDown],[data-animate=bounceInRight],.slider [data-animate=bounceInLeft],.slider [data-animate=bounceInUp],.slider [data-animate=bounceInDown],.slider [data-animate=bounceInRight]{-webkit-transition:opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0, 0.195, 0, 1.465);transition:opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0, 0.195, 0, 1.465);-o-transition:transform .8s cubic-bezier(0, 0.195, 0, 1.465),opacity .5s ease-in;transition:transform .8s cubic-bezier(0, 0.195, 0, 1.465),opacity .5s ease-in;transition:transform .8s cubic-bezier(0, 0.195, 0, 1.465),opacity .5s ease-in,-webkit-transform .8s cubic-bezier(0, 0.195, 0, 1.465)}[data-animate=bounceInLeft],.slider [data-animate=bounceInLeft]{-webkit-transform:translate3d(-300px, 0, 0);transform:translate3d(-300px, 0, 0)}[data-animate=blurIn],.slider [data-animate=blurIn]{-webkit-filter:blur(15px);filter:blur(15px)}[data-animate=fadeInLeft],.slider [data-animate=fadeInLeft]{-webkit-transform:translate3d(-70px, 0, 0);transform:translate3d(-70px, 0, 0)}[data-animate=fadeInRight],.slider [data-animate=fadeInRight]{-webkit-transform:translate3d(70px, 0, 0);transform:translate3d(70px, 0, 0)}[data-animate=bounceInUp],[data-animate=fadeInUp],.slider [data-animate=bounceInUp],.slider [data-animate=fadeInUp]{-webkit-transform:translate3d(0, 70px, 0);transform:translate3d(0, 70px, 0)}[data-animate=bounceInRight],.slider [data-animate=bounceInRight]{-webkit-transform:translate3d(300px, 0, 0);transform:translate3d(300px, 0, 0)}[data-animate=bounceIn],.slider [data-animate=bounceIn]{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}[data-animate=bounceInDown],[data-animate=fadeInDown],.slider [data-animate=bounceInDown],.slider [data-animate=fadeInDown]{-webkit-transform:translate3d(0, -70px, 0);transform:translate3d(0, -70px, 0)}[data-animate=flipInY],.slider [data-animate=flipInY]{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);transform:perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);-webkit-backface-visibility:visible;backface-visibility:visible}[data-animate=flipInX],.slider [data-animate=flipInX]{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);transform:perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);-webkit-backface-visibility:visible;backface-visibility:visible}[data-animated=true],.slider .is-selected [data-animated=true],.row-slider.slider [data-animated=true]{-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-transform:translate3d(0, 0, 0) scale(1);transform:translate3d(0, 0, 0) scale(1);opacity:1 !important}.flickity-slider>*:not(.is-selected) [data-animated=true]{-webkit-transition:opacity .3s !important;-o-transition:opacity .3s !important;transition:opacity .3s !important}[data-animate=none],.slider [data-animate=none]{opacity:1 !important}[data-animated=true][data-animate=blurIn],.slider [data-animate=blurIn][data-animated=true]{-webkit-filter:blur(0);filter:blur(0)}[data-animated=false]{-webkit-transition:none !important;-o-transition:none !important;transition:none !important}.has-shadow [data-animate],[data-animate]:hover{-webkit-transition-delay:0s !important;-o-transition-delay:0s !important;transition-delay:0s !important}[data-animate-delay="100"]{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.nav-anim>li{-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;-o-transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);opacity:0}.active .nav-anim>li,.nav-anim.active>li,.mfp-ready .nav-anim>li{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}.nav-anim>li,.col+.col [data-animate],[data-animate-delay="200"],[data-animate]+[data-animate]{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.nav-anim>li+li,[data-animate-delay="300"]{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.nav-anim>li+li+li,.col+.col+.col [data-animate],[data-animate-delay="400"],[data-animate]+[data-animate]+[data-animate]{-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.nav-anim>li+li+li+li,[data-animate-delay="500"]{-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.nav-anim>li+li+li+li+li,.col+.col+.col+.col [data-animate],[data-animate-delay="600"],[data-animate]+[data-animate]+[data-animate]+[data-animate]{-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.nav-anim>li+li+li+li+li+li,[data-animate-delay="700"]{-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.nav-anim>li+li+li+li+li+li+li,.col+.col+.col+.col+.col [data-animate],[data-animate]+[data-animate]+[data-animate]+[data-animate]+[data-animate],[data-animate-delay="800"]{-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.nav-anim>li+li+li+li+li+li+li+li,.col+.col+.col+.col+.col+.col [data-animate],[data-animate-delay="900"]{-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}.nav-anim>li+li+li+li+li+li+li+li+li,.col+.col+.col+.col+.col+.col+.col [data-animate],[data-animate-delay="1000"]{-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.slider-type-fade .flickity-slider>*:not(.is-selected) [data-animate]{opacity:0 !important;-webkit-transition:none !important;-o-transition:none !important;transition:none !important}@-webkit-keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes stuckMoveUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes stuckMoveUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes stuckFadeIn{0%{opacity:0}100%{opacity:1}}@keyframes stuckFadeIn{0%{opacity:0}100%{opacity:1}}.is-border{border-width:1px;border-style:solid;border-color:#ececec;position:absolute;pointer-events:none;border-radius:0;margin:0;top:0;bottom:0;right:0;left:0}.is-dashed{border-style:dashed}.is-dotted{border-style:dotted}.has-shadow.box:not(.box-overlay):not(.box-shade),.has-shadow .box:not(.box-overlay):not(.box-shade){background-color:#fff}.dark .has-shadow.box:not(.box-overlay):not(.box-shade),.dark .has-shadow .box:not(.box-overlay):not(.box-shade){background-color:#333}.row-box-shadow-1 .col-inner,.row-box-shadow-2 .col-inner,.row-box-shadow-3 .col-inner,.row-box-shadow-4 .col-inner,.row-box-shadow-5 .col-inner,.row-box-shadow-1-hover .col-inner,.row-box-shadow-2-hover .col-inner,.row-box-shadow-3-hover .col-inner,.row-box-shadow-4-hover .col-inner,.row-box-shadow-5-hover .col-inner,.box-shadow-1,.box-shadow-2,.box-shadow-3,.box-shadow-4,.box-shadow-5,.box-shadow-1-hover,.box-shadow-2-hover,.box-shadow-3-hover,.box-shadow-4-hover,.box-shadow-5-hover{-webkit-transition:background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s;transition:background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s;-o-transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;transition:transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s,-webkit-transform .3s,-webkit-box-shadow .3s}.row-box-shadow-1 .col-inner,.row-box-shadow-1-hover .col-inner:hover,.box-shadow-1,.box-shadow-1-hover:hover{-webkit-box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.box-shadow,.row-box-shadow-2 .col-inner,.row-box-shadow-2-hover .col-inner:hover,.box-shadow-2,.box-shadow-2-hover:hover{-webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)}.row-box-shadow-3 .col-inner,.row-box-shadow-3-hover .col-inner:hover,.box-shadow-3,.box-shadow-3-hover:hover{-webkit-box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22);box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.22)}.row-box-shadow-4 .col-inner,.row-box-shadow-4-hover .col-inner:hover,.box-shadow-4,.box-shadow-4-hover:hover{-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1)}.row-box-shadow-5 .col-inner,.row-box-shadow-5-hover .col-inner:hover,.box-shadow-5,.box-shadow-5-hover:hover{-webkit-box-shadow:0px 30px 40px 0px rgba(0,0,0,.2);box-shadow:0px 30px 40px 0px rgba(0,0,0,.2)}.row-box-shadow-5-hover .col-inner:hover,.box-shadow-5-hover:hover,.box-shadow-4-hover:hover,.row-box-shadow-4-hover .col-inner:hover{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}.text-shadow,.text-shadow-1{text-shadow:1px 1px 1px rgba(0,0,0,.3)}.text-shadow-2{text-shadow:2px 2px 5px rgba(0,0,0,.4)}.text-shadow-3{text-shadow:3px 3px 8px rgba(0,0,0,.4)}.text-shadow-4{text-shadow:3px 3px 12px rgba(0,0,0,.5)}.text-shadow-5{text-shadow:5px 5px 16px rgba(0,0,0,.6)}a.hotspot{background-color:#000;color:#fff;border-radius:99px;opacity:.8;font-weight:bolder;display:block;padding:0;line-height:1.5em;text-align:center;height:1.5em;width:1.5em;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}a.hotspot i{font-size:.8em}a.hotspot:hover{opacity:1;color:#000 !important;background-color:#fff !important}.has-hover .bg,.has-hover [class*=image-] img{-webkit-transition:opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;transition:opacity .6s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s;-o-transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s;transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s;transition:filter .6s,opacity .6s,transform .6s,box-shadow .3s,-webkit-filter .6s,-webkit-transform .6s,-webkit-box-shadow .3s}.bg-color .bg,.bg-grayscale:hover .bg,.has-hover .image-color img,.has-hover:hover .image-grayscale img{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.bg-color:hover .bg,.has-hover:hover .image-color img{-webkit-filter:grayscale(0);filter:grayscale(0)}.bg-zoom:hover .bg,.has-hover:hover .image-zoom img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bg-zoom-long .bg,.has-hover .image-zoom-long img{-webkit-transition:-webkit-transform 5s !important;transition:-webkit-transform 5s !important;-o-transition:transform 5s !important;transition:transform 5s !important;transition:transform 5s, -webkit-transform 5s !important}.bg-zoom-long .bg,.has-hover:hover .image-zoom-long img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.bg-zoom-fade:hover .bg,.has-hover:hover .image-zoom-fade img{opacity:.7;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bg-glow:hover .bg,.has-hover:hover .image-glow img{-webkit-filter:brightness(1.1);filter:brightness(1.1)}.bg-fade-out:hover .bg,.has-hover:hover .image-fade-out img{opacity:.7}.image-fade:hover .bg,.has-hover:hover .image-fade img{opacity:.6}.bg-fade-in .bg,.image-fade-in img{opacity:.7}.bg-fade-in:hover .bg,.has-hover:hover .image-fade-in img{opacity:1}.bg-blur:hover .bg,.has-hover:hover .image-blur img{-webkit-filter:blur(5px);filter:blur(5px)}.bg-overlay-remove:hover .overlay,.bg-overlay-add:not(:hover) .overlay,.has-hover:hover .image-overlay-remove .overlay,.has-hover:not(:hover) .image-overlay-add .overlay{opacity:0}.bg-overlay-remove-50:hover .overlay,.bg-overlay-add-50:not(:hover) .overlay,.has-hover:hover .image-overlay-remove-50 .overlay,.has-hover:not(:hover) .image-overlay-add-50 .overlay{opacity:.5}.has-mask{overflow:hidden;-webkit-transform:translateZ(0px);transform:translateZ(0px)}.mask-circle{-webkit-clip-path:circle(50% at center);clip-path:circle(50% at center)}.mask-angled{-webkit-clip-path:polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 calc(0% + 30px), 100% 0, 100% 100%, 0 100%)}.mask-angled-right{-webkit-clip-path:polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%);clip-path:polygon(0 0, 100% calc(0% + 30px), 100% 100%, 0 100%)}.mask-arrow{-webkit-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% calc(0% + 30px), calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, calc(50% - 30px) 0, 50% calc(0% + 30px), calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%)}.mask-angled-large{-webkit-clip-path:polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 calc(0% + 60px), 100% 0, 100% 100%, 0 100%)}.mask-angled-right-large{-webkit-clip-path:polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);clip-path:polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%)}.mask-arrow-large{-webkit-clip-path:polygon(0 0, calc(50% - 60px) 0, 50% calc(0% + 60px), calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 0, calc(50% - 60px) 0, 50% calc(0% + 60px), calc(50% + 60px) 0, 100% 0, 100% 100%, 0 100%)}.mask-angled-right,.mask-arrow,.mask-angled{margin-top:-30px}.mask-angled-right-large,.mask-arrow-large,.mask-angled-large{margin-top:-60px}[data-parallax]:not(.parallax-active){opacity:0}[data-parallax]{will-change:transform !important}[data-parallax-container]{overflow:hidden}[data-parallax]:not(.parallax-active) .bg{opacity:0}.shade{content:" ";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.2);background:-webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(33%, rgba(50, 50, 50, 0)));background:-o-linear-gradient(bottom, #323232 0%, rgba(50, 50, 50, 0) 33%);background:linear-gradient(to top, #323232 0%, rgba(50, 50, 50, 0) 33%);opacity:.3;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.shade-top{opacity:.4;background:rgba(0,0,0,.2);background:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, rgba(0, 0, 0, 0)));background:-o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 70%);background:linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 70%)}.box:hover .shade{opacity:.5}.box-shade:not(.dark) .shade{opacity:.8;background:rgba(255,255,255,.2);background:-webkit-gradient(linear, left bottom, left top, from(white), color-stop(33%, rgba(255, 255, 255, 0)));background:-o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 33%);background:linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 33%)}.show-on-hover,.hover-slide,.hover-slide-in,.hover-zoom,.hover-zoom-in{opacity:0;-webkit-transition:opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;transition:opacity .5s,max-height .6s,-webkit-transform .3s,-webkit-filter .6s;-o-transition:opacity .5s,transform .3s,max-height .6s,filter .6s;transition:opacity .5s,transform .3s,max-height .6s,filter .6s;transition:opacity .5s,transform .3s,max-height .6s,filter .6s,-webkit-transform .3s,-webkit-filter .6s;-webkit-filter:blur(0);filter:blur(0);pointer-events:none}.hover-slide{-webkit-transform:translateY(15%) translateZ(0);transform:translateY(15%) translateZ(0)}.hover-slide-in{-webkit-transform:translateY(100%) translateZ(0);transform:translateY(100%) translateZ(0)}.box-text-middle .box-text.hover-slide{-webkit-transform:translateY(-40%) translateZ(0);transform:translateY(-40%) translateZ(0)}.hover-fade-out{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.has-hover:hover .hover-fade-out{opacity:0}.hover-invert{opacity:1 !important;-webkit-filter:invert(0);filter:invert(0)}.has-hover:hover .hover-invert{-webkit-filter:invert(100%);filter:invert(100%)}.hover-reveal{-webkit-transition:all .6s;-o-transition:all .6s;transition:all .6s;opacity:0;-webkit-transform:translateY(15%) translateZ(0);transform:translateY(15%) translateZ(0);max-height:0}.has-hover:hover .hover-reveal{opacity:1;max-height:150px}.has-hover:hover .hover-reveal.reveal-small{max-height:30px}.hover-blur{opacity:0;-webkit-transition:opacity .3s,-webkit-filter .3s;transition:opacity .3s,-webkit-filter .3s;-o-transition:filter .3s,opacity .3s;transition:filter .3s,opacity .3s;transition:filter .3s,opacity .3s,-webkit-filter .3s;-webkit-filter:blur(10px);filter:blur(10px)}.has-hover:hover .hover-blur{opacity:1;-webkit-filter:blur(0) !important;filter:blur(0) !important}.hover-zoom{-webkit-transform:scale(1.1) translateZ(0);transform:scale(1.1) translateZ(0)}.box-text-middle .box-text.hover-zoom{-webkit-transform:scale(1.1) translateZ(0) translateY(-50%);transform:scale(1.1) translateZ(0) translateY(-50%)}.hover-zoom-in{-webkit-transform:scale(0.9) translateZ(0);transform:scale(0.9) translateZ(0)}.box-text-middle .box-text.hover-zoom-in{-webkit-transform:scale(0.9) translateZ(0) translateY(-50%);transform:scale(0.9) translateZ(0) translateY(-50%)}.hover-bounce{opacity:1 !important;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;-webkit-transform:scale(1) translateZ(0) translateY(10px) !important;transform:scale(1) translateZ(0) translateY(10px) !important}.has-hover:hover .hover-bounce{-webkit-transform:scale(1) translateZ(0) translateY(0) !important;transform:scale(1) translateZ(0) translateY(0) !important}.box-text-middle .hover-bounce{-webkit-transform:scale(1) translateZ(0) translateY(-40%) !important;transform:scale(1) translateZ(0) translateY(-40%) !important}.box-text-middle:hover .box-text.hover-bounce{-webkit-transform:scale(1) translateZ(0) translateY(-50%) !important;transform:scale(1) translateZ(0) translateY(-50%) !important}.has-hover:hover img.show-on-hover{opacity:1}.has-hover:hover .hover-slide,.has-hover:hover .hover-slide-in,.has-hover:hover .hover-zoom,.has-hover:hover .hover-zoom-in,.has-hover:hover .show-on-hover{opacity:1;-webkit-transform:scale(1) translateZ(0) translateY(0) !important;transform:scale(1) translateZ(0) translateY(0) !important;pointer-events:inherit}.has-hover:hover .show-on-hover.center,.box-text-middle:hover .show-on-hover.box-text{-webkit-transform:scale(1) translateZ(0) translateY(-50%) !important;transform:scale(1) translateZ(0) translateY(-50%) !important}.slider .has-slide-effect{overflow:hidden;background-color:transparent !important}.slider .has-slide-effect .bg{opacity:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.slide-zoom-in .bg,.slide-zoom-in-fast .bg{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.slide-zoom-out-fast .bg,.slide-zoom-out .bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.has-slide-effect.is-selected .bg{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity 1s,-webkit-transform 20s ease-out;transition:opacity 1s,-webkit-transform 20s ease-out;-o-transition:opacity 1s,transform 20s ease-out;transition:opacity 1s,transform 20s ease-out;transition:opacity 1s,transform 20s ease-out,-webkit-transform 20s ease-out}.slide-fade-in.is-selected .bg{-webkit-transition:opacity 3.5s;-o-transition:opacity 3.5s;transition:opacity 3.5s}.slide-fade-in-fast.is-selected .bg{-webkit-transition:opacity 1.5s;-o-transition:opacity 1.5s;transition:opacity 1.5s}.slide-zoom-in-fast.is-selected .bg,.slide-zoom-in.is-selected .bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.slide-zoom-out-fast.is-selected .bg{-webkit-transition:opacity 1s,-webkit-transform 5s ease-out;transition:opacity 1s,-webkit-transform 5s ease-out;-o-transition:opacity 1s,transform 5s ease-out;transition:opacity 1s,transform 5s ease-out;transition:opacity 1s,transform 5s ease-out,-webkit-transform 5s ease-out}.button.tooltip{opacity:1}.tooltipster-default{border-radius:5px;background:#111;color:#fff;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;opacity:0}.tooltipster-default a{color:#eee}.tooltipster-default:hover{color:#fff}.tooltipster-fade-show{opacity:1}.tooltipster-default .tooltipster-content{font-family:Arial,sans-serif;font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden}.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible}.tooltipster-base .tooltipster-content{overflow:hidden}.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.tooltipster-arrow span,.tooltipster-arrow-border{display:block;width:0;height:0;position:absolute}.tooltipster-arrow-top span,.tooltipster-arrow-top-right span,.tooltipster-arrow-top-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px}.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px}.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom-right span,.tooltipster-arrow-bottom-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px}.tooltipster-arrow-bottom .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px}.tooltipster-arrow-top span,.tooltipster-arrow-top .tooltipster-arrow-border,.tooltipster-arrow-bottom span,.tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto}.tooltipster-arrow-top-left span,.tooltipster-arrow-bottom-left span{left:6px}.tooltipster-arrow-top-left .tooltipster-arrow-border,.tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px}.tooltipster-arrow-top-right span,.tooltipster-arrow-bottom-right span{right:6px}.tooltipster-arrow-top-right .tooltipster-arrow-border,.tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px}.tooltipster-arrow-left span,.tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px}.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px}.tooltipster-arrow-right span,.tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px}.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px}.dark,.dark p,.dark td{color:#f1f1f1}.dark a.lead,.dark label,.dark .heading-font,.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.hover-dark:hover p,.hover-dark:hover h1,.hover-dark:hover h2,.hover-dark:hover h3,.hover-dark:hover h4,.hover-dark:hover h5,.hover-dark:hover h6,.hover-dark:hover a{color:#fff}.dark .stars a+a,.dark .product-section,.dark .product-footer .woocommerce-tabs{border-color:rgba(255,255,255,.2)}.nav-dark .is-outline,.dark .nav>li>a,.dark .nav>li.html,.dark .nav-vertical li li.menu-item-has-children>a,.dark .nav-vertical>li>ul li a,.dark .nav-vertical-fly-out>li>a,.nav-dropdown.dark>li>a,.nav-dropdown.dark .nav-column>li>a,.nav-dark .nav>li>a,.nav-dark .nav>li>button{color:rgba(255,255,255,.8)}.dark .nav>li>a:hover,.dark .nav>li.active>a,.dark .nav>li>a.active,.nav-dark .nav>li.current>a,.nav-dark .nav>li>a:hover,.nav-dark .nav>li.active>a,.nav-dropdown.dark>li>a:hover,.nav-dropdown.dark .nav-column>li>a:hover,.dark .nav-vertical-fly-out>li>a:hover,.nav-dark a.plain:hover,.nav-dark .nav>li>a.active{color:#fff}.dark.nav-dropdown.nav-dropdown-bold>li.nav-dropdown-col,.dark.nav-dropdown.nav-dropdown-simple>li.nav-dropdown-col,.nav-dropdown.dark .nav-column>li>a,.nav-dropdown.dark>li>a,.nav-dark .nav>li.header-divider,.nav-dark .header-divider:after,.nav-dark .nav-divided>li+li>a:after{border-color:rgba(255,255,255,.2)}.dark .nav-vertical li li.menu-item-has-children>a,.nav-dark .nav-vertical li li.menu-item-has-children>a,.nav-dark .nav>li.html,.nav-dark .header-button{color:#fff}.nav-box a:hover span.amount,.nav-dark span.amount{color:currentColor}html{overflow-x:hidden}@media(max-width: 849px){body{overflow-x:hidden}}#wrapper,#main{background-color:#fff;position:relative}#main.dark{background-color:#333}.page-wrapper{padding-top:30px;padding-bottom:30px}.page-wrapper-full{padding-top:0}.is-sticky-column{will-change:min-height}.is-sticky-column__inner{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);will-change:position,transform}.ux-body-overlay{display:block;position:fixed;top:0;left:0;bottom:0;right:0;height:100%;width:100%;background-color:rgba(0,0,0,.3);z-index:29;opacity:0;visibility:hidden;-webkit-transition:visibility .3s,opacity .3s ease-in-out;-o-transition:visibility .3s,opacity .3s ease-in-out;transition:visibility .3s,opacity .3s ease-in-out}.ux-body-overlay--hover-active,.ux-body-overlay--click-active{opacity:1;visibility:visible}.header,.header-wrapper{width:100%;z-index:30;position:relative;background-size:cover;background-position:50% 0;-webkit-transition:background-color .3s,opacity .3s;-o-transition:background-color .3s,opacity .3s;transition:background-color .3s,opacity .3s}.header-bg-color{background-color:rgba(255,255,255,.9)}.header-top,.header-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:no-wrap;flex-wrap:no-wrap}.header.show-on-scroll,.header.has-transparent,.header.transparent{position:absolute}.header.show-on-scroll:not(.stuck),.header.transparent:not(.stuck){left:auto;right:auto}.header.show-on-scroll .header-wrapper{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;visibility:hidden;opacity:0}.header.show-on-scroll .header-wrapper.stuck{visibility:visible;opacity:1}.header.transparent .header-wrapper,.header.transparent .header-bg-image,.header.transparent .header-bg-color,.header.transparent .header-bottom{-webkit-box-shadow:none;box-shadow:none;background-color:transparent;background-image:none !important}.header-bg-image,.header-bg-color{background-position:50% 0;-webkit-transition:background .4s;-o-transition:background .4s;transition:background .4s}.header-top{background-color:#446084;z-index:11;position:relative;min-height:20px}.header-main{z-index:10;position:relative}.header-bottom{z-index:9;position:relative;min-height:35px}.top-divider{margin-bottom:-1px;border-top:1px solid currentColor;opacity:.1}.nav-dark .top-divider{display:none}.stuck{top:0;position:fixed;left:0;right:0;margin:0 auto}.sticky-jump .stuck{-webkit-animation:stuckMoveDown .6s;animation:stuckMoveDown .6s}.sticky-fade .stuck{-webkit-animation:stuckFadeIn .6s;animation:stuckFadeIn .6s}.sticky-shrink .stuck .header-main{-webkit-transition:height .8s;-o-transition:height .8s;transition:height .8s}.stuck .header-inner,.stuck .logo,.stuck .logo img{padding-top:0;margin-top:0}.header-wrapper:not(.stuck) .logo img{-webkit-transition:max-height .5s;-o-transition:max-height .5s;transition:max-height .5s}.header.show-on-scroll .hide-for-sticky,.stuck .hide-for-sticky{display:none}.header-wrapper.stuck,.header-shadow .header-wrapper,.layout-shadow #wrapper{-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.15);box-shadow:1px 1px 10px rgba(0,0,0,.15)}.nav>li.header-divider{border-left:1px solid rgba(0,0,0,.1);height:30px;vertical-align:middle;position:relative;margin:0 7.5px}.nav-dark .nav>li.header-divider{border-color:rgba(255,255,255,.1)}.header-block{width:100%;min-height:15px}.header-full-width .container{max-width:100% !important}@media(max-width: 849px){.header-main li.html.custom{display:none}}@media(max-width: 549px){.nav-mobile>li>a:not(.button){line-height:5em}}.post{margin:0 0 30px}.masonery .post{margin-bottom:0}.entry-header-text{padding:1.5em 0 1.5em}.entry-header-text.text-center{padding-left:1.5em;padding-right:1.5em}.entry-header-text-top{padding-top:0}.entry-header-text-bottom{padding-bottom:0px}.entry-content{padding-top:1.5em;padding-bottom:1.5em}.masonery .article-inner .box{margin-bottom:1.5em}.article-inner{-webkit-transition:opacity .3s,-webkit-box-shadow .5s,-webkit-transform .3s;transition:opacity .3s,-webkit-box-shadow .5s,-webkit-transform .3s;-o-transition:opacity .3s,box-shadow .5s,transform .3s;transition:opacity .3s,box-shadow .5s,transform .3s;transition:opacity .3s,box-shadow .5s,transform .3s,-webkit-box-shadow .5s,-webkit-transform .3s}.blog-featured-title+#main .post-sidebar{padding-top:30px}.from_the_blog_comments{padding-top:7px;opacity:.8}.article-inner.has-shadow{background-color:#fff}.article-inner.has-shadow .entry-content,.article-inner.has-shadow footer.entry-meta,.article-inner.has-shadow .entry-header-text,.article-inner.has-shadow .author-box{padding-left:1.5em;padding-right:1.5em}.article-inner.has-shadow .entry-header-text-top{padding-top:1.5em}.entry-author{padding:2em 0}.banner h2.entry-title{font-size:2em}.badge.post-date{top:7%}.entry-image img{width:100%}.entry-image-float{position:relative}@media(min-width: 850px){.entry-image-float{max-width:50%;float:left;margin-right:2em}.entry-image-float+.entry-content{padding-top:0}}.post .entry-summary p:last-of-type{margin-bottom:0}footer.entry-meta{font-size:.8em;border-top:1px solid #ececec;border-bottom:2px solid #ececec;padding:.5em 0 .6em}li.recentcomments{padding:7px 0}li.recentcomments a{display:inline !important}.box-blog-post .is-divider{margin-top:.5em;margin-bottom:.5em;height:2px}.bypostauthor{display:block}.more-link{margin-top:1.5em}.updated:not(.published){display:none}@media(min-width: 850px){.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}}.wp-caption{margin-bottom:2em;max-width:100%}.wp-caption .wp-caption-text{padding:.4em;font-size:.9em;background:rgba(0,0,0,.05);font-style:italic}.wp-caption-text{text-align:center}img.size-full.alignnone{margin-bottom:2em}.row .entry-content .gallery{padding:0}.gallery-caption{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.widget{margin-bottom:1.5em}.widget ul{margin:0}.widget li{list-style:none}.widgets-framed .widget,.widgets-boxed .widget{padding:15px 20px 15px;background-color:#fff;border:1px solid #ddd;-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.05);box-shadow:2px 2px 10px 0 rgba(0,0,0,.05)}.widgets-boxed .widget h3{background-color:#446084;margin-left:-21px;margin-top:-16px;padding:10px 20px 10px;width:calc(100% + 42px);color:#fff}.widgets-boxed h3+.is-divider{display:none}ul.menu>li,.widget>ul>li{list-style:none;margin-bottom:.3em;text-align:left;margin:0}ul.menu>li li,.widget>ul>li li{list-style:none}ul.menu>li>a,ul.menu>li>span:first-child,.widget>ul>li>a,.widget>ul>li>span:first-child{display:inline-block;padding:6px 0;-webkit-box-flex:1;-ms-flex:1;flex:1}ul.menu>li:before,.widget>ul>li:before{font-family:"fl-icons";display:inline-block;opacity:.6;margin-right:6px}ul.menu>li li>a,.widget>ul>li li>a{font-size:.9em;padding:3px 0;display:inline-block}ul.menu>li+li,.widget>ul>li+li{border-top:1px solid #ececec}.dark ul.menu>li+li,.dark .widget>ul>li+li{border-color:rgba(255,255,255,.08)}ul.menu>li ul,.widget>ul>li ul{border-left:1px solid #ddd;margin:0 0 10px 3px;padding-left:15px;width:100%;display:none}ul.menu>li ul li,.widget>ul>li ul li{border:0;margin:0}.dark ul.menu>li ul,.dark .widget>ul>li ul{border-color:rgba(255,255,255,.08)}.dark ul.menu>li>a:hover,.dark ul.menu>li.active>a,.dark ul.menu>li.current-cat>a,.dark .widget>ul>li>a:hover,.dark .widget>ul>li.active>a,.dark .widget>ul>li.current-cat>a{color:#fff}ul.menu>li.has-child,.widget>ul>li.has-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget>ul>li .count{opacity:.5;font-size:.7em;line-height:3em}.widget .current>ul,.widget .current-cat-parent>ul{display:block}.widget .current-cat>a{color:#000;font-weight:bolder}.recent-blog-posts{padding:10px 0 10px}.recent-blog-posts a{line-height:1.2;display:block;margin-bottom:6px}.widget .instagram-pics:after{content:"";display:table;clear:both}.widget .instagram-pics>li{border:0;list-style:none;float:left;width:33.333333%;margin:0;padding:0}.widget .instagram-pics>li a{padding:0;margin:0;display:block}.widget .instagram-pics>li img{display:block;width:100%}.widget_layered_nav li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget_display-latest-tweets li{font-style:italic;font-size:.9em}.widget_display-latest-tweets a{display:inline !important}.widget_display-latest-tweets span{font-weight:bolder;display:block}.wpcf7{color:#333;position:relative}.wpcf7 .ajax-loader{display:none !important}.dark .wpcf7{color:#fff}.wpcf7 p{padding:0;margin:0}.wpcf7 br{display:none}.wpcf7 label{display:inline-block;width:100%}.wpcf7 span.wpcf7-list-item{margin-left:0;margin-right:1.2em}.wpcf7 .wpcf7-form-control-wrap{display:block}.wpcf7 .ajax-loader{position:absolute;right:0;background-color:#fff;border-radius:99px}.wpcf7 .wpcf7-not-valid-tip{margin-top:-10px;position:relative;padding:5px 8px;line-height:1.2em;border-radius:3px;opacity:.8;background-color:#f1f1f1;color:#b20000}.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-10px}.wpcf7 .wpcf7-validation-errors{display:none !important}.wpcf7 .flex-col .wpcf7-not-valid-tip{position:absolute;z-index:99;margin-top:5px;width:100%}.wpcf7 .wpcf7-response-output{margin:5px 0 0 0;border-radius:10px}.wpcf7-form .processing *{opacity:.8}.password-required form.post-password-form{max-width:620px;margin:0 auto;padding:30px 15px 30px}.portfolio-inner img{width:100%}.portfolio-bottom{margin-bottom:-1px}.row+.portfolio-related .portfolio-element-wrapper{margin-top:30px}.accordion-inner{padding:1em 2.3em;display:none}.accordion-title{font-size:110%;padding:.6em 2.3em;display:block;position:relative;border-top:1px solid #ddd;-webkit-transition:border 200ms ease-out,background-color .3s;-o-transition:border 200ms ease-out,background-color .3s;transition:border 200ms ease-out,background-color .3s}.dark .accordion-title{border-color:rgba(255,255,255,.2)}.accordion-title.active{border-color:#446084;color:#446084;font-weight:bold;background-color:rgba(0,0,0,.03)}.dark .accordion-title.active{color:#fff}.accordion .toggle{width:2.3em;height:1.5em;margin-right:5px;top:.3em;border-radius:999px;position:absolute;-webkit-transform-origin:50% 47%;-ms-transform-origin:50% 47%;transform-origin:50% 47%;left:0}.accordion .active .toggle{opacity:1;color:currentColor}.breadcrumbs{color:#222;font-weight:bold;letter-spacing:0;padding:0}.product-info .breadcrumbs{font-size:.85em;margin:0 0 .5em}.breadcrumbs .divider,.breadcrumbs .separator{position:relative;top:0;opacity:.35;margin:0 .3em;font-weight:300}.dark .breadcrumbs{color:#fff}.breadcrumbs a{color:rgba(102,102,102,.7);font-weight:normal}.breadcrumbs a:first-of-type{margin-left:0}.breadcrumbs a.current,.breadcrumbs a:hover{color:#111}.dark .breadcrumbs a{color:#fff}.checkout-breadcrumbs{padding:15px 0}.checkout-breadcrumbs a{color:#ccc;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkout-breadcrumbs .divider{top:2px;margin:0 .5em}.breadcrumb-step{display:inline-block;background-color:#ccc;color:#fff;margin:0 .5em;font-weight:bolder;text-align:center;height:1.5em;width:1.5em;font-size:.7em;line-height:1.5em;border-radius:99px;position:relative;top:1px}.current .breadcrumb-step{background-color:#d26e4b}@media(min-width: 850px){.comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.comment-form>div{padding:0 15px;width:100%}.comment-form>p{padding:0 15px;width:100%}.comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url{-webkit-box-flex:1;-ms-flex:1;flex:1}}.comment-inner:target{padding:15px;background-color:#f1f1f1;border-radius:10px}.commentlist li,.comment-list li{list-style:none;padding:1em 0 0 0}.commentlist li .meta,.comment-list li .meta{margin-bottom:0}.commentlist li .avatar,.comment-list li .avatar{border-radius:100%}.commentlist li .description,.comment-list li .description{font-style:italic}.commentlist li .comment-text,.comment-list li .comment-text{padding:0 1.5em}.commentlist>li:not(:first-child),.comment-list>li:not(:first-child){border-top:1px dashed #ddd}#comments .comment-respond{background-color:rgba(0,0,0,.05);margin-top:15px;padding:15px 25px 0}#comments .comment-respond .comment-reply-title{font-size:1.2em}#comments .comment-respond small{text-transform:uppercase;margin-left:10px;font-size:.6em}.footer-wrapper{width:100%;position:relative}.footer{padding:30px 0 0}.footer-1{background-color:#fff}.footer-2{background-color:#777}.footer-1,.footer-2{border-top:1px solid rgba(0,0,0,.05)}.footer-secondary{padding:7.5px 0}.absolute-footer,html{background-color:#5b5b5b}.footer ul{margin:0}.absolute-footer{color:rgba(0,0,0,.5);padding:10px 0 15px;font-size:.9em}.absolute-footer.dark{color:rgba(255,255,255,.5)}.absolute-footer.fixed{left:0;right:0;bottom:0;padding:7.5px 15px;z-index:101;color:#fff;background-color:transparent;text-shadow:1px 1px 1px rgba(0,0,0,.7)}.absolute-footer ul{padding-bottom:5px;opacity:.8;border-bottom:1px solid #ddd}.absolute-footer.dark ul{border-color:rgba(255,255,255,.08)}.absolute-footer.text-center ul{border:0;padding-top:5px}.reveal-footer{z-index:1;margin-bottom:100px;position:relative;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.5);box-shadow:0 0 20px 0 rgba(0,0,0,.5)}.reveal-footer+.footer-wrapper{position:fixed;bottom:0;z-index:0}.back-to-top{margin:0;opacity:0;bottom:20px;right:20px;pointer-events:none;-webkit-transform:translateY(30%);-ms-transform:translateY(30%);transform:translateY(30%)}.back-to-top.left{left:20px;right:unset}.back-to-top.active{opacity:1;pointer-events:inherit;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.instagram-image-container{display:block;padding-bottom:100%}.instagram-image-container a>img{position:absolute;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.logo{line-height:1;margin:0}.logo-tagline{font-style:italic;font-size:.9em;line-height:1;margin:.85em 0}.logo a{text-decoration:none;display:block;color:#446084;font-size:32px;text-transform:uppercase;font-weight:bolder;margin:0}.logo img{display:block;width:auto}.header-logo-dark,.nav-dark .header-logo,.header-logo-sticky,.sticky .dark .header-logo-dark,.sticky .has-sticky-logo .header-logo{display:none !important}.nav-dark .header-logo-dark,.stuck .header-logo-sticky{display:block !important}.stuck .header-logo-sticky+img,.stuck .header-logo-sticky+img+img{display:none !important}.nav-dark .logo a{color:#fff}.logo-left .logo{margin-left:0;margin-right:30px}.logo-center .flex-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.logo-center .logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:center;margin:0 30px}.logo-center .logo img{margin:0 auto}.logo-center .flex-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}@media screen and (max-width: 849px){.header-inner .nav{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.medium-logo-left .flex-left{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;-webkit-box-flex:0;-ms-flex:0;flex:0}.medium-logo-left .logo{-webkit-box-flex:1;-ms-flex:1;flex:1}.medium-logo-center .flex-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.medium-logo-center .logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:center;margin:0 15px}.medium-logo-center .logo img{margin:0 auto}.medium-logo-center .flex-right{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.map-height{height:400px}.map-inner{background-color:#fff;background-color:rgba(255,255,255,.9);padding:20px}.message-box{padding-left:30px;padding-right:30px;background-color:#f1f1f1}.message-box.dark{background-color:#333}.message-box .col,.message-box .col-inner,.message-box .row{padding-top:0 !important;padding-bottom:0 !important}.next-prev-thumbs li{position:relative;display:inline-block;margin:0 1px 0 !important}.next-prev-thumbs li .button{margin-bottom:0}.next-prev-thumbs .nav-dropdown{padding:2px;width:90px;min-width:90px}.page-title{position:relative}.page-title .widget{margin:0 .3em;vertical-align:middle}.page-title-bg{overflow:hidden}.title-bg{-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.title-overlay{background-color:rgba(0,0,0,.25)}.page-title-inner{position:relative;padding-top:20px;min-height:60px}.page-title-inner ul,.page-title-inner select,.page-title-inner form,.page-title-inner button,.page-title-inner p{margin-top:0;margin-bottom:0}.normal-title{background-color:#f7f7f7;border-top:1px solid #ececec;border-bottom:1px solid #ececec}.normal-title .page-title-inner{padding-top:15px;padding-bottom:15px}.featured-title{background-color:#446084;text-shadow:1px 1px 1px rgba(0,0,0,.2)}.featured-title .page-title-inner{padding-bottom:20px}.featured-title .page-title-bg{-webkit-box-shadow:inset 0 0 30px 0px rgba(0,0,0,.1);box-shadow:inset 0 0 30px 0px rgba(0,0,0,.1)}.featured-title .overlay{background-color:rgba(0,0,0,.4)}.payment-icons .payment-icon{display:inline-block;opacity:.6;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;border-radius:5px;background-color:rgba(0,0,0,.1);padding-bottom:0;padding:3px 5px 5px;margin:3px 3px 0}.payment-icons .payment-icon svg{vertical-align:middle;height:20px;width:auto !important}.payment-icons .payment-icon:hover{opacity:1}.dark .payment-icons .payment-icon{background-color:rgba(255,255,255,.1)}.dark .payment-icons .payment-icon svg{fill:#fff}.pricing-table{border:1px solid #ececec;background-color:#fff;padding-bottom:15px;overflow:hidden}.dark .pricing-table{border-color:rgba(255,255,255,.2)}.pricing-table .title{padding:.5em 15%;border-bottom:1px solid #ececec}.dark .pricing-table .title{border-color:rgba(255,255,255,.2)}.pricing-table .price{color:#000;padding:.6em 15% 0;font-weight:300}.pricing-table .description{padding:15px 15px 0}.pricing-table .items{padding:10px 15%}.pricing-table .is-disabled{text-decoration:line-through;opacity:.6}.pricing-table .items .button:last-child{margin:30px 0 0}.pricing-table .bullet-more-info{font-size:14px;margin-left:10px}.pricing-table .items>div{padding:7.5px 0;border-bottom:1px solid #ececec}.dark .pricing-table .items>div{border-color:rgba(255,255,255,.08)}.dark .pricing-table{background-color:#333}.pricing-table .title{background-color:rgba(0,0,0,.02)}.featured-table{margin-top:-15px;border-color:#446084;border-width:2px}.featured-table .title{color:#fff;border-color:#446084;background-color:#446084}.scroll-to{width:100%}.scroll-to-bullets{right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:999;max-height:100vh;overflow:hidden;position:fixed}.scroll-to-bullets a{display:block;border:3px solid transparent;background-color:#446084;margin:10px 15px;width:15px;height:15px;border-radius:30px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);box-shadow:1px 1px 1px rgba(0,0,0,.3)}.scroll-to-bullets a:hover{opacity:1;background-color:#fff}.scroll-to-bullets a.active{opacity:1;border-color:#446084;background-color:#fff}.sidebar-menu .search-form{display:block !important}.searchform-wrapper form{margin-bottom:0}.mobile-nav>.search-form,.sidebar-menu .search-form{padding:5px 0;width:100%}.form-flat .search-form-categories{padding-right:5px}.widget_search .submit-button,.searchform-wrapper:not(.form-flat) .submit-button{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}.searchform{position:relative}.searchform .button.icon{margin:0}.searchform .button.icon i{font-size:1.2em}.searchform-wrapper{width:100%}.searchform-wrapper.form-flat .submit-button.loading .icon-search{opacity:0}.searchform-wrapper.form-flat .submit-button.loading:after{border-color:currentColor}.searchform-wrapper.form-flat .flex-col:last-of-type{margin-left:-2.9em}.searchform-wrapper .autocomplete-suggestions{overflow-y:scroll;-webkit-overflow-scrolling:touch;max-height:50vh;overflow-y:auto}.header-block .autocomplete-suggestions,.header .search-form .autocomplete-suggestions{max-height:80vh}.col .live-search-results,.header-block .live-search-results,.header .search-form .live-search-results{text-align:left;color:#111;top:105%;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);left:0;right:0;background-color:rgba(255,255,255,.95);position:absolute}.header li .html .live-search-results{top:0;position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.autocomplete-suggestion{padding:10px .75em;border-bottom:1px solid rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:default}.autocomplete-suggestion .search-name{-webkit-box-flex:1;-ms-flex:1;flex:1}.autocomplete-suggestion img{width:40px;border-radius:99px;height:40px;display:inline-block;margin-right:10px}.autocomplete-suggestion img+.search-name{margin-top:-0.15em;padding-left:.5em}.autocomplete-suggestion .search-price{padding-top:3px;margin-left:5px;font-size:.8em}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-selected{background-color:rgba(0,0,0,.05)}#search-lightbox{font-size:1.5em;margin:0 auto;max-width:600px}.section-title-container{margin-bottom:1.5em}.row-collapse+.section-title-container,.slider-wrapper+.section-title-container,.banner+.section-title-container{margin-top:30px}.section-title{position:relative;-js-display:flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.section-title i{opacity:.6;margin-right:.5em}.section-title i.icon-angle-right{margin-right:0;margin-left:10px}.section-title span{text-transform:uppercase}.section-title small{text-transform:none;font-weight:normal;padding-left:15px;font-size:1em;opacity:.7}.section-title b{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;height:2px;opacity:.1;background-color:currentColor}.section-title a{display:block;padding-left:15px;font-size:.8em;margin-left:auto}.section-title-normal{border-bottom:2px solid #ececec}.section-title-normal span{margin-right:15px;padding-bottom:7.5px;border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:-2px}.dark .section-title-normal span,.dark .section-title-normal{border-color:rgba(255,255,255,.2)}.section-title-normal b{display:none}.section-title-center span{margin:0 15px}.section-title-center span,.section-title-bold-center span{text-align:center}.section-title-center small,.section-title-bold-center small{padding:0 15px;display:block}.section-title-bold-center span,.section-title-bold span{border:2px solid rgba(0,0,0,.1);padding:.3em .8em}.section-title-bold b:first-of-type{display:none}.flatsome-cookies{position:fixed;top:auto;right:0;bottom:0;left:0;z-index:999;padding:15px 30px;background-color:#fff;-webkit-box-shadow:0 0 9px rgba(0,0,0,.14);box-shadow:0 0 9px rgba(0,0,0,.14);-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;-o-transition:transform .35s ease;transition:transform .35s ease;transition:transform .35s ease, -webkit-transform .35s ease;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.flatsome-cookies__inner{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}.flatsome-cookies__text{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-right:30px}.flatsome-cookies__buttons{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.flatsome-cookies__buttons>a{margin-right:20px;margin-bottom:0}.flatsome-cookies__buttons>a:last-child{margin-right:0}.flatsome-cookies--inactive{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.flatsome-cookies--active{-webkit-transform:none;-ms-transform:none;transform:none}@media(max-width: 849px){.flatsome-cookies__inner{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-size:.9em}.flatsome-cookies__buttons{margin-top:15px}.flatsome-cookies__text{padding-right:0}}.icon-lock:before{content:""}.icon-user-o:before{content:""}.icon-line:before,.icon-chat:before{content:""}.icon-user:before{content:""}.icon-shopping-cart:before{content:""}.icon-tumblr:before{content:""}.icon-gift:before{content:""}.icon-phone:before{content:""}.icon-play:before{content:""}.icon-menu:before{content:""}.icon-equalizer:before{content:""}.icon-shopping-basket:before{content:""}.icon-shopping-bag:before{content:""}.icon-google-plus:before{content:""}.icon-heart-o:before{content:""}.icon-heart:before{content:""}.icon-500px:before{content:""}.icon-vk:before{content:""}.icon-angle-left:before{content:""}.icon-angle-right:before{content:""}.icon-angle-up:before{content:""}.icon-angle-down:before{content:""}.icon-twitter:before{content:""}.icon-envelop:before{content:""}.icon-tag:before{content:""}.icon-star:before{content:""}.icon-star-o:before{content:""}.icon-facebook:before{content:""}.icon-feed:before{content:""}.icon-checkmark:before{content:""}.icon-plus:before{content:""}.icon-instagram:before{content:""}.icon-tiktok:before{content:""}.icon-pinterest:before{content:""}.icon-search:before{content:""}.icon-skype:before{content:""}.icon-dribbble:before{content:""}.icon-certificate:before{content:""}.icon-expand:before{content:""}.icon-linkedin:before{content:""}.icon-map-pin-fill:before{content:""}.icon-pen-alt-fill:before{content:""}.icon-youtube:before{content:""}.icon-flickr:before{content:""}.icon-clock:before{content:""}.icon-snapchat:before{content:""}.icon-whatsapp:before{content:""}.icon-telegram:before{content:""}.icon-twitch:before{content:""}.icon-discord:before{content:""}.ux-shape-divider{--divider-top-width: 100%;--divider-width: 100%;position:absolute;left:0;width:100%;overflow:hidden;line-height:0}.ux-shape-divider svg{display:block;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:150px}.ux-shape-divider--top{top:-1px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.ux-shape-divider--top svg{width:calc(var(--divider-top-width) + 2px)}.ux-shape-divider--bottom{bottom:-1px}.ux-shape-divider--bottom svg{width:calc(var(--divider-width) + 2px)}.ux-shape-divider--flip svg{-webkit-transform:translateX(-50%) rotateY(180deg);transform:translateX(-50%) rotateY(180deg)}.ux-shape-divider--to-front{z-index:2}.ux-shape-divider .ux-shape-fill{fill:#fff}.text-center .social-icons{margin-left:auto;margin-right:auto}.social-icons{display:inline-block;vertical-align:middle;font-size:.85em;color:#999}.html .social-icons{font-size:1em}.html .social-icons .button{margin-bottom:0}.social-icons span{font-weight:bold;padding-right:10px}.social-icons i{min-width:1em}.nav-dark .social-icons,.dark .social-icons{color:#fff}.nav-dark .social-icons .button.is-outline,.dark .social-icons .button.is-outline{border-color:rgba(255,255,255,.5)}.social-button,.social-icons .button.icon:not(.is-outline),.social-icons .button.icon:hover{background-color:currentColor !important;border-color:currentColor !important}.social-button>i,.social-button>span,.social-icons .button.icon:not(.is-outline)>i,.social-icons .button.icon:not(.is-outline)>span,.social-icons .button.icon:hover>i,.social-icons .button.icon:hover>span{color:#fff !important}.button.facebook:not(.is-outline),.button.facebook:hover{color:#3a589d !important}.button.instagram:not(.is-outline),.button.instagram:hover{color:#3b6994 !important}.button.whatsapp:not(.is-outline),.button.whatsapp:hover{color:#51cb5a !important}.button.twitter:not(.is-outline),.button.twitter:hover{color:#2478ba !important}.button.tiktok:not(.is-outline),.button.tiktok:hover,.button.email:not(.is-outline),.button.email:hover{color:#111 !important}.button.phone:not(.is-outline),.button.phone:hover{color:#51cb5a !important}.button.pinterest:not(.is-outline),.button.pinterest:hover{color:#cb2320 !important}.button.rss:not(.is-outline),.button.rss:hover{color:#fc7600 !important}.button.tumblr:not(.is-outline),.button.tumblr:hover{color:#36455d !important}.button.vk:not(.is-outline),.button.vk:hover{color:#527498 !important}.button.google-plus:not(.is-outline),.button.google-plus:hover{color:#dd4e31 !important}.button.linkedin:not(.is-outline),.button.linkedin:hover{color:#0072b7 !important}.button.youtube:not(.is-outline),.button.youtube:hover{color:#c33223 !important}.button.flickr:not(.is-outline),.button.flickr:hover{color:#e5086f !important}.button.snapchat:not(.is-outline),.button.snapchat:hover{color:#fff600 !important}.button.snapchat:not(.is-outline) i,.button.snapchat:hover i{text-shadow:0px 0px 6px rgba(0,0,0,.4)}.button.px500:not(.is-outline),.button.px500:hover{color:#0099e5 !important}.button.telegram:not(.is-outline),.button.telegram:hover{color:#54a9ea !important}.button.twitch:not(.is-outline),.button.twitch:hover{color:#9146fe !important}.button.discord:not(.is-outline),.button.discord:hover{color:#7189d9 !important}.woocommerce-product-rating{visibility:visible;position:relative}.star-rating{text-align:left;font-size:16px;display:block;overflow:hidden;position:relative;height:1em;line-height:1em;letter-spacing:0;margin:.5em 0;width:5.06em;font-family:"fl-icons" !important;font-weight:normal !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.star-rating:before,.woocommerce-page .star-rating:before{content:"";color:#d26e4b;float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;width:10px;height:10px;top:0;left:0;font-family:"fl-icons" !important;font-weight:normal !important;position:absolute;padding-top:1.5em}.star-rating span:before{content:"";color:#d26e4b;top:0;position:absolute;left:0}.star-rating--inline{display:inline-block;vertical-align:middle;height:18px}.woocommerce-review-link{font-size:90%}li.wc-layered-nav-rating{font-size:.8em}li.wc-layered-nav-rating .star-rating{margin-bottom:0;display:inline-block}.stars a{font-size:16px;margin-left:-10px;display:inline-block;color:transparent !important;overflow:hidden;font-family:"fl-icons"}.stars a+a{margin-left:.3em;border-left:1px solid #ececec}.stars a:hover:after,.stars a.active:after{color:#d26e4b}.stars a:after{color:#ddd;content:""}.stars a.star-2:after{content:""}.stars a.star-3:after{content:""}.stars a.star-4:after{content:""}.stars a.star-5:after{content:""}
/* Bundled from ../wp-content/themes/flatsome/styleb946.css?ver=3.15.6 */
/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.6
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-174060081 {
  color: #494848;
}
#text-174060081 > * {
  color: #494848;
}

/* Inline style bundled */

#text-box-1013222643 {
  width: 91%;
}
#text-box-1013222643 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1013222643 {
    width: 93%;
  }
}

/* Inline style bundled */

#banner-1008486258 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1008486258 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1008486258 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1008486258 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1008486258 {
    padding-top: 115px;
  }
}

/* Inline style bundled */

#gap-1796033927 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-1227713267 {
  padding-top: 30px;
}

/* Inline style bundled */

#image_1682721193 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1682721193 {
    width: 100%;
  }
}

/* Inline style bundled */

#gap-1061920956 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-629951581 {
  padding-top: 30px;
}

/* Inline style bundled */

#image_106359591 {
  width: 100%;
}
@media (min-width:550px) {
  #image_106359591 {
    width: 100%;
  }
}

/* Inline style bundled */

#gap-146293886 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-516607144 {
  padding-top: 30px;
}

/* Inline style bundled */

#image_1710362891 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1710362891 {
    width: 100%;
  }
}

/* Inline style bundled */

#gap-2030732062 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-654253903 {
  padding-top: 30px;
}

/* Inline style bundled */

#image_1228298670 {
  width: 100%;
}

/* Inline style bundled */

#image_114557181 {
  width: 100%;
}

/* Inline style bundled */

#gap-199528507 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-1987701787 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1987701787 {
    padding-top: 30px;
  }
}

/* Inline style bundled */

#image_594657122 {
  width: 100%;
}

/* Inline style bundled */

#gap-377330335 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-3502250440 {
  color: rgb(255,255,255);
}
#text-3502250440 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-1510408042 {
  width: 95%;
}
#text-box-1510408042 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1510408042 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1510408042 {
    width: 79%;
  }
}

/* Inline style bundled */

#banner-895674907 {
  padding-top: 300px;
  background-color: rgb(60, 0, 0);
}
#banner-895674907 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-895674907 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1678934793 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-242344928 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-4044072910 {
  color: #494848;
}
#text-4044072910 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1145841739 {
  color: #494848;
}
#text-1145841739 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1309091646 {
  color: #494848;
}
#text-1309091646 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1939491537 {
  color: rgb(0,0,0);
}
#text-1939491537 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_815732846 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_815732846 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_815732846 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-1817488784 {
  color: rgb(255,255,255);
}
#text-1817488784 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-2046016527 {
  width: 60%;
}
#text-box-2046016527 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-2046016527 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-2046016527 {
    width: 32%;
  }
}

/* Inline style bundled */

#banner-1923412774 {
  padding-top: 500px;
  background-color: rgb(255, 255, 255);
}
#banner-1923412774 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN68.jpg');
}
#banner-1923412774 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1923412774 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1923412774 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1668517109 {
  padding-top: 60px;
}

/* Inline style bundled */

#text-577645253 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-577645253 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#banner-459933621 {
  padding-top: 50%;
}
#banner-459933621 .bg.bg-loaded {
  background-image: url('../../image/van-phong-kien-truc-amaz-resort-in-home-scaled.jpg');
}
#banner-459933621 .overlay {
  background-color: rgba(0, 0, 0, 0.622);
}
#banner-459933621 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-459933621 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-459933621 {
    padding-top: 50%;
  }
}

/* Inline style bundled */

#gap-725694468 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-2029136441 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-2029136441 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-2957475327 {
  text-align: left;
}

/* Inline style bundled */

#text-2314102493 {
  line-height: 3;
}

/* Inline style bundled */

#col-681530326 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled */

#row-1625639563 > .col > .col-inner {
  padding: 0px 10px 10px 10px;
  background-color: rgb(255,255,255);
}

/* Inline style bundled */

#text-1286969586 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-187886465 {
  width: 60%;
}
#text-box-187886465 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-1652832351 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-1652832351 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1652832351 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1652832351 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1176223692 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-1596537717 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-1007123269 {
  color: #494848;
}
#text-1007123269 > * {
  color: #494848;
}

/* Inline style bundled */

#text-2119971242 {
  color: #494848;
}
#text-2119971242 > * {
  color: #494848;
}

/* Inline style bundled */

#text-78047311 {
  color: #494848;
}
#text-78047311 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3512412627 {
  color: rgb(0,0,0);
}
#text-3512412627 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_401697347 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_401697347 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_401697347 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-1500541740 {
  color: rgb(255,255,255);
}
#text-1500541740 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-1675331919 {
  width: 60%;
}
#text-box-1675331919 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1675331919 {
    width: 40%;
  }
}

/* Inline style bundled */

#banner-1424151608 {
  padding-top: 200px;
}
#banner-1424151608 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN-scaled.jpg');
}
#banner-1424151608 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1424151608 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1424151608 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1424151608 {
    padding-top: 500px;
  }
}

/* Inline style bundled */

#gap-1753984122 {
  padding-top: 100px;
}

/* Inline style bundled */

#gap-1521747939 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-2926346467 {
  line-height: 3;
}

/* Inline style bundled */

#col-220312803 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled */

#row-605868558 > .col > .col-inner {
  padding: 0px 10px 10px 10px;
  background-color: rgb(255,255,255);
}

/* Inline style bundled */

#gap-1006410723 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-4288722754 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-1656320901 {
  width: 60%;
}
#text-box-1656320901 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-1989080920 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-1989080920 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1989080920 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1989080920 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1083155345 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-1321952824 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-1797545015 {
  color: #494848;
}
#text-1797545015 > * {
  color: #494848;
}

/* Inline style bundled */

#text-176247760 {
  color: #494848;
}
#text-176247760 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1925472310 {
  color: #494848;
}
#text-1925472310 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1686979071 {
  color: rgb(0,0,0);
}
#text-1686979071 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_2060194423 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_2060194423 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2060194423 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-1165137696 {
  color: rgb(255,255,255);
}
#text-1165137696 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-148061024 {
  width: 60%;
}
#text-box-148061024 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-148061024 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-148061024 {
    width: 32%;
  }
}

/* Inline style bundled */

#banner-517924800 {
  padding-top: 15%;
  background-color: rgb(255, 255, 255);
}
#banner-517924800 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN122.jpg');
}
#banner-517924800 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-517924800 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-517924800 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1408493046 {
  padding-top: 60px;
}

/* Inline style bundled */

#text-3148859010 {
  line-height: 1.5;
}

/* Inline style bundled */

#col-1852103496 > .col-inner {
  padding: 30px 30px 30px 30px;
}

/* Inline style bundled */

#text-2492947160 {
  line-height: 1.5;
}

/* Inline style bundled */

#col-1214221638 > .col-inner {
  padding: 30px 30px 30px 30px;
}

/* Inline style bundled */

#text-2313610823 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-1084768259 {
  width: 60%;
}
#text-box-1084768259 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-1650641691 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-1650641691 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1650641691 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1650641691 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-636086603 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-195759141 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-1608673270 {
  color: #494848;
}
#text-1608673270 > * {
  color: #494848;
}

/* Inline style bundled */

#text-2774561161 {
  color: #494848;
}
#text-2774561161 > * {
  color: #494848;
}

/* Inline style bundled */

#text-930661440 {
  color: #494848;
}
#text-930661440 > * {
  color: #494848;
}

/* Inline style bundled */

#text-2105698317 {
  color: rgb(0,0,0);
}
#text-2105698317 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_663422754 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_663422754 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_663422754 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#banner-1395249705 {
  padding-top: 48%;
}
#banner-1395249705 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1395249705 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#banner-2118797902 {
  padding-top: 170%;
}
#banner-2118797902 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2118797902 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-2118797902 {
    padding-top: 40%;
  }
}

/* Inline style bundled */

#gap-851201668 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-851201668 {
    padding-top: 30px;
  }
}

/* Inline style bundled */

#text-178745811 {
  text-align: left;
}

/* Inline style bundled */

#text-1148342580 {
  text-align: left;
  color: rgb(0, 0, 0);
}
#text-1148342580 > * {
  color: rgb(0, 0, 0);
}

/* Inline style bundled */

#text-3200589646 {
  text-align: right;
  color: #3a593b;
}
#text-3200589646 > * {
  color: #3a593b;
}

/* Inline style bundled */

#text-3132916445 {
  text-align: right;
  color: rgb(0,0,0);
}
#text-3132916445 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-1012255307 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-1279840555 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1279840555 {
    padding-top: 30px;
  }
}

/* Inline style bundled */

#section_658870522 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_658870522 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_658870522 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-3100884127 {
  color: rgb(0,0,0);
}
#text-3100884127 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-3755087981 {
  color: #3a593b;
}
#text-3755087981 > * {
  color: #3a593b;
}

/* Inline style bundled */

#text-2209265312 {
  text-align: center;
  color: rgb(0,0,0);
}
#text-2209265312 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_1923257058 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1923257058 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1923257058 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-1838478777 {
  text-align: center;
  color: rgb(0,0,0);
}
#text-1838478777 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-362475686 {
  padding-top: 30px;
}

/* Inline style bundled */

#section_801550987 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_801550987 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_801550987 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-3201226402 {
  text-align: center;
  color: rgb(0,0,0);
}
#text-3201226402 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#banner-329267877 {
  padding-top: 50%;
}
#banner-329267877 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN123.jpg');
}
#banner-329267877 .bg {
  background-position: 53% 4%;
}
#banner-329267877 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-329267877 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-329267877 {
    padding-top: 99.99%;
  }
}

/* Inline style bundled */

#text-2636572965 {
  color: rgb(0,0,0);
}
#text-2636572965 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-1072328596 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-4235133791 {
  color: rgb(0,0,0);
}
#text-4235133791 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#banner-1645743909 {
  padding-top: 50%;
}
#banner-1645743909 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN127.jpg');
}
#banner-1645743909 .bg {
  background-position: 50% 0%;
}
#banner-1645743909 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1645743909 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1645743909 {
    padding-top: 99.99%;
  }
}

/* Inline style bundled */

#section_1273807647 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1273807647 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1273807647 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1833362747 {
  padding-top: 20px;
}

/* Inline style bundled */

#text-2356535976 {
  line-height: 2;
  text-align: left;
  color: #494848;
}
#text-2356535976 > * {
  color: #494848;
}

/* Inline style bundled */

#section_115585380 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(247, 247, 247);
}
#section_115585380 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_115585380 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-1064225307 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-709522684 {
  width: 60%;
}
#text-box-709522684 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-2092331835 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-2092331835 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-2092331835 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2092331835 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-2098114959 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-354353805 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-921614032 {
  color: #494848;
}
#text-921614032 > * {
  color: #494848;
}

/* Inline style bundled */

#text-875591769 {
  color: #494848;
}
#text-875591769 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1812635435 {
  color: #494848;
}
#text-1812635435 > * {
  color: #494848;
}

/* Inline style bundled */

#text-980599856 {
  color: rgb(0,0,0);
}
#text-980599856 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_819021185 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_819021185 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_819021185 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-749749217 {
  color: rgb(255,255,255);
}
#text-749749217 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-1782572184 {
  width: 60%;
}
#text-box-1782572184 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1782572184 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-1782572184 {
    width: 35%;
  }
}

/* Inline style bundled */

#banner-723668973 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-723668973 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-723668973 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-723668973 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-723668973 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-723668973 {
    padding-top: 500px;
  }
}

/* Inline style bundled */

#gap-1001818350 {
  padding-top: 60px;
}

/* Inline style bundled */

#text-894818286 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-894818286 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-94117915 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-2006969004 {
  line-height: 3;
}

/* Inline style bundled */

#col-126863634 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled */

#row-1885275414 > .col > .col-inner {
  padding: 0px 10px 10px 10px;
  background-color: rgb(255,255,255);
}

/* Inline style bundled */

#gap-1237926420 {
  padding-top: 30px;
}

/* Inline style bundled */

#gap-900917926 {
  padding-top: 16px;
}
@media (min-width:850px) {
  #gap-900917926 {
    padding-top: 30px;
  }
}

/* Inline style bundled */

#text-2016210878 {
  line-height: 2;
  text-align: center;
  color: rgb(255,255,255);
}
#text-2016210878 > * {
  color: rgb(255,255,255);
}
@media (min-width:550px) {
  #text-2016210878 {
    line-height: 0.75;
  }
}

/* Inline style bundled */

#text-box-1323042699 {
  width: 89%;
}
#text-box-1323042699 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1323042699 {
    width: 100%;
  }
}

/* Inline style bundled */

#banner-1769333915 {
  padding-top: 42%;
  background-color: rgb(255, 255, 255);
}
#banner-1769333915 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN120.jpg');
}
#banner-1769333915 .overlay {
  background-color: rgba(0, 0, 0, 0.64);
}
#banner-1769333915 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1769333915 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1769333915 {
    padding-top: 20%;
  }
}

/* Inline style bundled */

#gap-205190698 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-645725109 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-2541552801 {
  color: #494848;
}
#text-2541552801 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3965509459 {
  color: #494848;
}
#text-3965509459 > * {
  color: #494848;
}

/* Inline style bundled */

#text-274332613 {
  color: #494848;
}
#text-274332613 > * {
  color: #494848;
}

/* Inline style bundled */

#text-2366391520 {
  color: rgb(0,0,0);
}
#text-2366391520 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_1512974805 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_1512974805 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1512974805 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-535069420 {
  color: rgb(255,255,255);
}
#text-535069420 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-1327579294 {
  width: 60%;
}
#text-box-1327579294 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1327579294 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-1327579294 {
    width: 35%;
  }
}

/* Inline style bundled */

#banner-1535758584 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-1535758584 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-1535758584 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-1535758584 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1535758584 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1535758584 {
    padding-top: 500px;
  }
}

/* Inline style bundled */

#gap-1879818434 {
  padding-top: 60px;
}

/* Inline style bundled */

#text-2365644351 {
  text-align: left;
}

/* Inline style bundled */

#text-2605526839 {
  text-align: left;
  color: #494848;
}
#text-2605526839 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3391007221 {
  color: rgb(0,0,0);
}
#text-3391007221 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-3198222527 {
  color: rgb(0,0,0);
}
#text-3198222527 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-487215751 {
  color: rgb(0,0,0);
}
#text-487215751 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-3719295688 {
  color: rgb(0,0,0);
}
#text-3719295688 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-193645000 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-1745829571 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-1435652186 {
  color: #494848;
}
#text-1435652186 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3691439238 {
  color: #494848;
}
#text-3691439238 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1615878535 {
  color: #494848;
}
#text-1615878535 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3256995288 {
  color: rgb(0,0,0);
}
#text-3256995288 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_1009779662 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_1009779662 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1009779662 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Bundled from ../wp-content/plugins/visual-portfolio/build/assets/css/main63eb.css?ver=1729845701 */
:root{--vp-color-brand:#2540cc;--vp-color-gray:#6c7781;--vp-color-gray-darken:#4b4b4b;--vp-color-gray-light:#e8e8e8;--vp-color-gray-lighten:#f7f7f7;--vp-color-red:#b71515;--vp-border-radius:5px;--vp-items__gap:0;--vp-transition-duration:0.3s;--vp-transition-easing:ease-in-out;--vp-interactive__transition-duration:0.2s;--vp-interactive__transition-easing:ease-in-out}.vp-portfolio__items{--vp-items__gap-vertical:var(--vp-items__gap)}.vp-portfolio{--vp-wrap__min-height:114px;--vp-elements__gap:20px;--vp-images__object-fit:cover;--vp-images__object-position:50% 50%}.vp-spinner{--vp-spinner__color:currentcolor;--vp-spinner__size:20px;--vp-spinner__border-size:2px;--vp-spinner__speed:0.3s;--vp-spinner--background__color:var(--vp-spinner__color);--vp-spinner--background__opacity:0.3}.vp-portfolio{box-sizing:border-box;min-height:var(--vp-wrap__min-height);overflow-wrap:break-word;position:relative}.vp-portfolio *,.vp-portfolio .swiper-wrapper,.vp-portfolio :after,.vp-portfolio :before{box-sizing:inherit}.vp-portfolio__items{transition:var(--vp-transition-duration) height var(--vp-transition-easing),var(--vp-transition-duration) transform var(--vp-transition-easing)}.vp-portfolio:after,.vp-portfolio__items:after{clear:both;content:"";display:block}.vp-portfolio__filter-wrap,.vp-portfolio__item,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap,.vp-portfolio__thumbnails-wrap{overflow:hidden;position:relative}.vp-portfolio__items-wrap,.vp-portfolio__layout-elements,.vp-portfolio__thumbnails-wrap{margin-bottom:var(--vp-elements__gap);opacity:0;transition:var(--vp-transition-duration) opacity,var(--vp-transition-duration) visibility;visibility:hidden}.vp-portfolio>:last-child{margin-bottom:0}.vp-portfolio__item-wrap{float:left;position:relative;width:33.333%}.vp-svg-icon{display:inline-block;font-size:inherit;height:1em;overflow:visible;vertical-align:-.125em;width:1em}.vp-screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-break:normal;word-wrap:normal!important;border:0}.vp-screen-reader-text:focus{display:block;height:auto;padding:15px 23px 14px;right:5px;top:5px;width:auto;z-index:100000;clip:auto!important;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:var(--vp-color-brand);font-size:14px;font-size:.875rem;font-weight:700;line-height:normal;text-decoration:none}[data-vp-layout]:not([data-vp-layout=slider]) .vp-portfolio__item-wrap{margin:0!important;padding:0!important}[data-vp-layout=slider] .vp-portfolio__item-wrap{display:block;float:none;margin-bottom:0!important;margin-left:0!important;margin-top:0!important;padding:0!important}.vp-portfolio__item .vp-portfolio__item-img a,.vp-portfolio__item .vp-portfolio__item-img img,.vp-portfolio__item .vp-portfolio__thumbnail-img img{display:block;height:auto;width:100%}.vp-portfolio__item-img,.vp-portfolio__thumbnail-img{position:relative}.vp-portfolio__item .vp-portfolio__item-img a{position:unset}.vp-portfolio__layout-elements{display:flex;flex-wrap:wrap;gap:var(--vp-elements__gap)}.vp-portfolio__layout-elements-align-left{justify-content:flex-start}.vp-portfolio__layout-elements-align-center{justify-content:center}.vp-portfolio__layout-elements-align-right{justify-content:flex-end}.vp-portfolio__layout-elements-align-between{justify-content:space-between}.vp-portfolio figure.vp-portfolio__item{display:block;margin:0}.vp-portfolio figcaption.vp-portfolio__item-meta,[class^=wp-block-]:not(.wp-block-gallery) figcaption.vp-portfolio__item-meta{font-style:inherit;margin-bottom:0}.vp-portfolio__preloader-wrap{opacity:1;transition:var(--vp-transition-duration) opacity,var(--vp-transition-duration) visibility;visibility:visible}.vp-portfolio__preloader{height:20px;left:50%;margin-left:-10px;margin-top:45px;position:absolute;width:20px}.vp-portfolio__preloader img,.vp-portfolio__preloader svg{border-radius:20px;display:block;height:100%;width:100%}.vp-portfolio__preloader:after{animation:vp-preloader-spinner .3s linear infinite;border:1px solid rgba(0,0,0,.2);border-left-color:#000;border-radius:50%;content:"";display:block;height:24px;left:-2px;position:absolute;text-indent:-9999em;top:-2px;width:24px}@keyframes vp-preloader-spinner{to{transform:rotate(1turn)}}.vp-portfolio.vp-portfolio__ready{min-height:auto}.vp-portfolio.vp-portfolio__ready .vp-portfolio__items-wrap,.vp-portfolio.vp-portfolio__ready .vp-portfolio__layout-elements,.vp-portfolio.vp-portfolio__ready .vp-portfolio__thumbnails-wrap{opacity:1;visibility:visible}.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap{opacity:0;visibility:hidden}.vp-portfolio.vp-portfolio__ready .vp-portfolio__preloader-wrap .vp-portfolio__preloader{animation:none}.vp-portfolio__layout-elements__ready,.vp-single-filter.vp-single-filter__ready .vp-portfolio__filter-wrap,.vp-single-sort.vp-single-sort__ready .vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio.vp-portfolio__loading .vp-portfolio__layout-elements{opacity:.5}.vp-portfolio__item-popup{display:none}.vp-spinner{animation:vp-spinner var(--vp-spinner__speed) infinite linear;border:var(--vp-spinner__border-size) solid transparent;border-left:var(--vp-spinner__border-size) solid var(--vp-spinner__color);border-radius:50%;display:block;height:var(--vp-spinner__size);position:relative;text-indent:-9999em;width:var(--vp-spinner__size)}.vp-spinner:after{border:var(--vp-spinner__border-size) solid var(--vp-spinner--background__color);border-radius:50%;bottom:calc(var(--vp-spinner__border-size)*-1);content:"";display:block;left:calc(var(--vp-spinner__border-size)*-1);opacity:var(--vp-spinner--background__opacity);position:absolute;right:calc(var(--vp-spinner__border-size)*-1);top:calc(var(--vp-spinner__border-size)*-1)}@keyframes vp-spinner{to{transform:rotate(1turn)}}

/* Bundled from ../wp-content/plugins/visual-portfolio/assets/vendor/fancybox/dist/jquery.fancybox.minf8ee.css?ver=3.5.7 */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Bundled from ../wp-content/plugins/visual-portfolio/build/assets/css/popup-fancybox63eb.css?ver=1729845701 */
.vp-fancybox,.vp-pswp{--vp-popup__z-index:1500;--vp-popup--thumbnails__size:160px;--vp-popup--thumbnails__aspect-ratio:10/7;--vp-popup--thumbnails__background-color:#1e1e1e;--vp-popup--thumbnails--items__border-color:var(--vp-color-brand);--vp-popup--thumbnails--scrollbar__size:7px;--vp-popup--thumbnails--scrollbar-track__background-color:#1f1f1f;--vp-popup--thumbnails--scrollbar-thumb__background-color:#424242;--vp-popup--thumbnails--scrollbar-thumb__border-radius:10px}.vp-fancybox{height:calc(100% - var(--wp-admin--admin-bar--height, 0px));top:var(--wp-admin--admin-bar--height,0);z-index:var(--vp-popup__z-index)}.vp-fancybox .fancybox-slide--iframe .fancybox-content{background:none}.vp-fancybox .fancybox-caption__body{color:#fff;font-size:12px}.vp-fancybox .fancybox-caption__body a,.vp-fancybox .fancybox-caption__body h3{color:inherit}.vp-fancybox .fancybox-caption__body a:hover{opacity:.8}.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title{color:inherit;font-size:14px;margin-bottom:3px;margin-top:0}.vp-fancybox .fancybox-caption__body .vp-portfolio__item-meta-title a{text-decoration:none}.vp-fancybox .fancybox-thumbs{background:var(--vp-popup--thumbnails__background-color);width:var(--vp-popup--thumbnails__size)}.vp-fancybox.fancybox-show-thumbs .fancybox-inner{right:var(--vp-popup--thumbnails__size)}.vp-fancybox .fancybox-thumbs__list a{aspect-ratio:var(--vp-popup--thumbnails__aspect-ratio);height:auto;max-height:none;max-width:none;width:calc(100% - 4px)}.vp-fancybox .fancybox-thumbs__list a:before{border:2px solid var(--vp-popup--thumbnails--items__border-color)}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:var(--vp-popup--thumbnails--scrollbar__size)}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:var(--vp-popup--thumbnails--scrollbar-track__background-color);box-shadow:none}.vp-fancybox .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:var(--vp-popup--thumbnails--scrollbar-thumb__background-color);border-radius:var(--vp-popup--thumbnails--scrollbar-thumb__border-radius)}

/* Bundled from ../wp-content/plugins/visual-portfolio/build/assets/css/lazyload63eb.css?ver=1729845701 */
:root{--vp-lazyload-images__background:linear-gradient(270deg,hsla(0,0%,55%,.15),hsla(0,0%,55%,.05),hsla(0,0%,55%,.05),hsla(0,0%,55%,.15));--vp-lazyload-images__background-size:400% 100%;--vp-lazyload-images__animation-duration:7s;--vp-lazyload-transition-duration:0.3s;--vp-lazyload-transition-easing:ease-in-out}img.vp-lazyload,img.vp-lazyloaded,img.vp-lazyloading,img.vp-lazypreload{opacity:0;transition:var(--vp-lazyload-transition-duration) opacity}img.vp-lazyloaded{opacity:1}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type:is(.vp-lazyload,.vp-lazyloading,.vp-lazyloaded)):before{background-image:var(--vp-lazyload-images__background);background-size:var(--vp-lazyload-images__background-size);bottom:0;content:"";left:0;opacity:1;pointer-events:none;position:absolute;right:0;top:0;transition:var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) opacity,var(--vp-lazyload-transition-duration) var(--vp-lazyload-transition-duration) visibility;visibility:visible}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type.vp-lazyloading):before{animation:vp-lazyload-placeholder var(--vp-lazyload-images__animation-duration) ease-in-out infinite}:is(.vp-portfolio__item-img,.vp-portfolio__thumbnail-img):has(img:first-of-type.vp-lazyloaded):before{opacity:0;visibility:hidden}@keyframes vp-lazyload-placeholder{0%{background-position:200% 0}to{background-position:-200% 0}}

/* Bundled from ../wp-content/plugins/visual-portfolio/assets/vendor/simplebar/dist/simplebar.min9a8d.css?ver=5.3.0 */
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

/* Bundled from ../wp-content/plugins/visual-portfolio/build/assets/css/custom-scrollbar63eb.css?ver=1729845701 */
.vp-portfolio__custom-scrollbar{--vp-custom-scrollbar__background-color:#888}.vp-portfolio__custom-scrollbar .simplebar-scrollbar:before{background-color:var(--vp-custom-scrollbar__background-color)}

/* Bundled from ../wp-content/plugins/visual-portfolio/assets/vendor/swiper/swiper-bundle.min1055.css?ver=8.4.7 */
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* Bundled from ../wp-content/plugins/visual-portfolio/build/assets/css/layout-slider63eb.css?ver=1729845701 */
.vp-portfolio{--vp-layout-slider--arrows__width:2em;--vp-layout-slider--arrows__height:2em;--vp-layout-slider--arrows__offset:10px;--vp-layout-slider--arrows__compensation:10px;--vp-layout-slider--arrows__color:var(--vp-color-gray);--vp-layout-slider--arrows__background-color:#fff;--vp-layout-slider--arrows__border-radius:50%;--vp-layout-slider--arrows__box-shadow:0 0 7px 2px rgba(0,0,0,.04);--vp-layout-slider--arrows__opacity:0.5;--vp-layout-slider--arrows-hover__box-shadow:0 2px 15px 2px rgba(0,0,0,.04);--vp-layout-slider--arrows-hover__opacity:1;--vp-layout-slider--bullets__margin-top:2em;--vp-layout-slider--bullets__width:0.4em;--vp-layout-slider--bullets__height:0.4em;--vp-layout-slider--bullets__gap:0.4em;--vp-layout-slider--bullets__compensation:4px;--vp-layout-slider--bullets__background-color:currentcolor;--vp-layout-slider--bullets__border-radius:50%;--vp-layout-slider--bullets__opacity:0.2;--vp-layout-slider--bullets-hover__opacity:0.5;--vp-layout-slider--bullets-active__opacity:1;--vp-layout-slider--thumbnails__opacity:0.5;--vp-layout-slider--thumbnails-hover__opacity:1;--vp-layout-slider--thumbnails-active__opacity:1;--vp-layout-slider__transition-duration:var(--vp-interactive__transition-duration);--vp-layout-slider__transition-easing:var(--vp-interactive__transition-easing)}[data-vp-layout=slider] .vp-portfolio__items-wrap:not(.swiper) .vp-portfolio__items,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap:not(.swiper) .vp-portfolio__thumbnails{box-sizing:content-box;display:flex;position:relative}[data-vp-layout=slider] .vp-portfolio__items-wrap:not(.swiper) .vp-portfolio__items .vp-portfolio__item-wrap,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap:not(.swiper) .vp-portfolio__thumbnails .vp-portfolio__thumbnail-wrap{min-width:calc(100%/var(--vp-layout-slider__initial-slides-per-view, 8));width:calc(100%/var(--vp-layout-slider__initial-slides-per-view, 8))}[data-vp-layout=slider][data-vp-slider-slides-per-view="1"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="1"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:1}[data-vp-layout=slider][data-vp-slider-slides-per-view="2"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="2"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:2}[data-vp-layout=slider][data-vp-slider-slides-per-view="3"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="3"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:3}[data-vp-layout=slider][data-vp-slider-slides-per-view="4"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="4"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:4}[data-vp-layout=slider][data-vp-slider-slides-per-view="5"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="5"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:5}[data-vp-layout=slider][data-vp-slider-slides-per-view="6"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="6"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:6}[data-vp-layout=slider][data-vp-slider-slides-per-view="7"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="7"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:7}[data-vp-layout=slider][data-vp-slider-slides-per-view="8"] .vp-portfolio__items-wrap:not(.swiper),[data-vp-layout=slider][data-vp-slider-thumbnails-per-view="8"] .vp-portfolio__thumbnails-wrap:not(.swiper){--vp-layout-slider__initial-slides-per-view:8}[data-vp-layout=slider] .vp-portfolio__thumbnail-img-wrap{display:block;overflow:hidden;position:relative}[data-vp-layout=slider] .vp-portfolio__item-img-wrap:before,[data-vp-layout=slider] .vp-portfolio__thumbnail-img-wrap:before{content:"";display:block}[data-vp-layout=slider] .vp-portfolio__item-img img,[data-vp-layout=slider] .vp-portfolio__thumbnail-img img{-o-object-fit:var(--vp-images__object-fit);object-fit:var(--vp-images__object-fit);-o-object-position:var(--vp-images__object-position);object-position:var(--vp-images__object-position)}[data-vp-layout=slider] .vp-portfolio__items-arrow{align-items:center;background-color:var(--vp-layout-slider--arrows__background-color);border-radius:var(--vp-layout-slider--arrows__border-radius);box-shadow:var(--vp-layout-slider--arrows__box-shadow);color:var(--vp-layout-slider--arrows__color);cursor:pointer;display:flex;height:var(--vp-layout-slider--arrows__height);justify-content:center;margin-top:calc(var(--vp-layout-slider--arrows__height)*-1/2);opacity:var(--vp-layout-slider--arrows__opacity);position:absolute;top:50%;transition:var(--vp-layout-slider__transition-duration) opacity var(--vp-layout-slider__transition-easing),var(--vp-layout-slider__transition-duration) box-shadow var(--vp-layout-slider__transition-easing);width:var(--vp-layout-slider--arrows__width);z-index:1}[data-vp-layout=slider] .vp-portfolio__items-arrow:after{bottom:calc(var(--vp-layout-slider--arrows__compensation)*-1);content:"";display:block;left:calc(var(--vp-layout-slider--arrows__compensation)*-1);position:absolute;right:calc(var(--vp-layout-slider--arrows__compensation)*-1);top:calc(var(--vp-layout-slider--arrows__compensation)*-1)}[data-vp-layout=slider] .vp-portfolio__items-arrow:hover{box-shadow:var(--vp-layout-slider--arrows-hover__box-shadow);opacity:var(--vp-layout-slider--arrows-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__items-arrow-prev{left:var(--vp-layout-slider--arrows__offset)}[data-vp-layout=slider] .vp-portfolio__items-arrow-next{right:var(--vp-layout-slider--arrows__offset)}[data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap{padding-bottom:var(--vp-layout-slider--bullets__margin-top)}[data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow{transform:translateY(calc(var(--vp-layout-slider--bullets__margin-top)/-2))}[data-vp-layout=slider] .vp-portfolio__items-bullets{bottom:0;position:absolute;text-align:center;z-index:1}[data-vp-layout=slider] .vp-portfolio__items-bullets.swiper-pagination-bullets-dynamic{font-size:1em}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet{background-color:var(--vp-layout-slider--bullets__background-color);border-radius:var(--vp-layout-slider--bullets__border-radius);cursor:pointer;height:var(--vp-layout-slider--bullets__height);margin:0 calc(var(--vp-layout-slider--bullets__gap)/2);opacity:var(--vp-layout-slider--bullets__opacity);position:relative;transition:var(--vp-layout-slider__transition-duration) opacity var(--vp-layout-slider__transition-easing);width:var(--vp-layout-slider--bullets__width)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:focus,[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:hover{opacity:var(--vp-layout-slider--bullets-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:var(--vp-layout-slider--bullets-active__opacity)}[data-vp-layout=slider] .vp-portfolio__items-bullets>.swiper-pagination-bullet:after{bottom:calc(var(--vp-layout-slider--bullets__compensation)*-1);content:"";display:block;left:calc(var(--vp-layout-slider--bullets__compensation)*-1);position:absolute;right:calc(var(--vp-layout-slider--bullets__compensation)*-1);top:calc(var(--vp-layout-slider--bullets__compensation)*-1)}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap{cursor:pointer;opacity:var(--vp-layout-slider--thumbnails__opacity);transition:var(--vp-layout-slider__transition-duration) opacity}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap:focus,[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap:hover{opacity:var(--vp-layout-slider--thumbnails-hover__opacity)}[data-vp-layout=slider] .vp-portfolio__thumbnails-wrap .vp-portfolio__thumbnail-wrap.swiper-slide-thumb-active{opacity:var(--vp-layout-slider--thumbnails-active__opacity)}

/* Bundled from ../wp-content/plugins/visual-portfolio/templates/errors/style63eb.css?ver=1729845701 */
.vp-error{--vp-error_margin-b:1em;--vp-error__padding-v:1em;--vp-error__padding-h:1.3em;--vp-error__color:var(--vp-color-red);--vp-error__background-color:var(--vp-color-gray-lighten);--vp-error__border-width:1px;--vp-error__border-left-width:3px;--vp-error__border-color:var(--vp-color-red);--vp-error__border-radius:var(--vp-border-radius);background-color:var(--vp-error__background-color);border:var(--vp-error__border-width) solid var(--vp-error__border-color);border-left-width:var(--vp-error__border-left-width);border-radius:var(--vp-error__border-radius);color:var(--vp-error__color);margin-bottom:var(--vp-error_margin-b);padding:var(--vp-error__padding-v) var(--vp-error__padding-h)}

/* Bundled from ../wp-content/plugins/visual-portfolio/templates/items-list/items-style/style63eb.css?ver=1729845701 */
.vp-portfolio__items-style-default{--vp-items-style-default--image__border-radius:0;--vp-items-style-default--image-transform:none;--vp-items-style-default--image-hover__transform:scale(1.05);--vp-items-style-default--caption__color:inherit;--vp-items-style-default--caption__padding:1.5em 2em;--vp-items-style-default--caption-items__gap:1.5em;--vp-items-style-default--caption-links__color:inherit;--vp-items-style-default--caption-links__text-decoration:none;--vp-items-style-default--caption-links-hover__color:var(--vp-color-brand);--vp-items-style-default--overlay__color:#fff;--vp-items-style-default--overlay__background:rgba(0,0,0,.2);--vp-items-style-default--overlay__border-radius:0;--vp-items-style-default--overlay__margin:0;--vp-items-style-default--meta-icon__font-size:2em;--vp-items-style-default--meta-categories__font-size:0.9em;--vp-items-style-default--meta-categories__font-weight:500;--vp-items-style-default--meta-categories__text-transform:uppercase;--vp-items-style-default--meta-categories__text-decoration:none;--vp-items-style-default--meta-categories__opacity:0.8;--vp-items-style-default--meta-categories__gap:0 0.4em;--vp-items-style-default--meta-categories__separator:", ";--vp-items-style-default--meta-inline__font-weight:400;--vp-items-style-default--meta-inline__line-height:2;--vp-items-style-default--meta-inline__font-opacity:0.8;--vp-items-style-default--meta-inline__gap:0 1em;--vp-items-style-default--meta-part-icon__offset:0.5em;--vp-items-style-default--meta-title__font-size:1.3em;--vp-items-style-default--meta-excerpt__line-height:1.5;--vp-items-style-default--meta-excerpt__opacity:0.8;--vp-items-style-default-transition-duration:var(--vp-interactive__transition-duration);--vp-items-style-default-transition-easing:var(--vp-interactive__transition-easing);--vp-items-style-default--image__transition-duration:var(--vp-items-style-default-transition-duration);--vp-items-style-default--image__transition-easing:var(--vp-items-style-default-transition-easing);--vp-items-style-default--overlay__transition-duration:var(--vp-items-style-default-transition-duration);--vp-items-style-default--overlay__transition-easing:var(--vp-items-style-default-transition-easing)}.vp-portfolio__items-style-default .vp-portfolio__item-overlay{align-items:center;background:var(--vp-items-style-default--overlay__background);bottom:0;clip-path:inset(0 round var(--vp-items-style-default--overlay__border-radius));color:var(--vp-items-style-default--overlay__color);display:flex;justify-content:center;left:0;margin:var(--vp-items-style-default--overlay__margin);opacity:0;position:absolute;right:0;-webkit-text-decoration:var(--vp-items-style-default--overlay__text-decoration);text-decoration:var(--vp-items-style-default--overlay__text-decoration);top:0;transition-duration:var(--vp-items-style-default--overlay__transition-duration);transition-property:opacity,transform;transition-timing-function:var(--vp-items-style-default--overlay__transition-easing);z-index:2}.vp-portfolio__items-style-default .vp-portfolio__item-caption a{box-shadow:none;color:var(--vp-items-style-default--caption-links__color);outline:none;-webkit-text-decoration:var(--vp-items-style-default--caption-links__text-decoration);text-decoration:var(--vp-items-style-default--caption-links__text-decoration);transition-duration:var(--vp-items-style-default-transition-duration);transition-property:color,opacity,transform;transition-timing-function:var(--vp-items-style-default-transition-easing)}.vp-portfolio__items-style-default .vp-portfolio__item-caption a:focus,.vp-portfolio__items-style-default .vp-portfolio__item-caption a:hover{color:var(--vp-items-style-default--caption-links-hover__color)}.vp-portfolio__items-style-default .vp-portfolio__item-img{clip-path:inset(0 round var(--vp-items-style-default--image__border-radius));overflow:hidden;transition-duration:var(--vp-items-style-default--image__transition-duration);transition-property:clip-path;transition-timing-function:var(--vp-items-style-default--image__transition-easing);z-index:0}.vp-portfolio__items-style-default .vp-portfolio__item-img img{transform:var(--vp-items-style-default--image__transform);transition-duration:var(--vp-items-style-default--image__transition-duration);transition-property:opacity,transform;transition-timing-function:var(--vp-items-style-default--image__transition-easing)}.vp-portfolio__items-style-default .vp-portfolio__item-focus-visible .vp-portfolio__item-img img,.vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img{transform:var(--vp-items-style-default--image-hover__transform)}.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item-overlay,.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-hover .vp-portfolio__item-focus-visible .vp-portfolio__item-overlay,.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-hover .vp-portfolio__item:hover .vp-portfolio__item-overlay{opacity:1}.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item-focus-visible .vp-portfolio__item-overlay,.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-default .vp-portfolio__item:hover .vp-portfolio__item-overlay{opacity:0}.vp-portfolio__items-style-default.vp-portfolio__items-show-overlay-always .vp-portfolio__item-overlay{opacity:1}.vp-portfolio__items-style-default figcaption.vp-portfolio__item-caption{color:var(--vp-items-style-default--caption__color);font-style:inherit}.vp-portfolio__items-style-default .vp-portfolio__item-meta{padding:var(--vp-items-style-default--caption__padding);position:relative}.vp-portfolio__items-style-default .vp-portfolio__item-meta>*{margin-bottom:var(--vp-items-style-default--caption-items__gap);margin-top:0}.vp-portfolio__items-style-default .vp-portfolio__item-meta>:last-child{margin-bottom:0}.vp-portfolio__items-style-default .vp-portfolio__item-meta-icon{font-size:var(--vp-items-style-default--meta-icon__font-size)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories{display:inline-flex;flex-wrap:wrap;font-size:var(--vp-items-style-default--meta-categories__font-size);font-weight:var(--vp-items-style-default--meta-categories__font-weight);gap:var(--vp-items-style-default--meta-categories__gap);max-width:100%;text-transform:var(--vp-items-style-default--meta-categories__text-transform)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category{display:flex;flex:0 0 auto;max-width:100%;opacity:var(--vp-items-style-default--meta-categories__opacity)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:after{content:var(--vp-items-style-default--meta-categories__separator)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category:last-of-type:after{content:none}.vp-portfolio__items-style-default .vp-portfolio__item-meta-categories .vp-portfolio__item-meta-category a{max-width:100%;-webkit-text-decoration:var(--vp-items-style-default--meta-categories__text-decoration);text-decoration:var(--vp-items-style-default--meta-categories__text-decoration)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-title{font-size:var(--vp-items-style-default--meta-title__font-size);margin-left:0;margin-right:0}.vp-portfolio__items-style-default .vp-portfolio__item-meta-inline{align-items:center;display:flex;flex-wrap:wrap;font-weight:var(--vp-items-style-default--meta-inline__font-weight);gap:var(--vp-items-style-default--meta-inline__gap);justify-content:center;line-height:var(--vp-items-style-default--meta-inline__line-height)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-inline>*{opacity:var(--vp-items-style-default--meta-inline__font-opacity)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-part-icon{margin-right:var(--vp-items-style-default--meta-part-icon__offset)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-author{align-items:center;display:flex}.vp-portfolio__items-style-default .vp-portfolio__item-meta-author img{border-radius:1em;height:auto;width:1em}.vp-portfolio__items-style-default .vp-portfolio__item-meta-excerpt{line-height:var(--vp-items-style-default--meta-excerpt__line-height);opacity:var(--vp-items-style-default--meta-excerpt__opacity)}.vp-portfolio__items-style-default .vp-portfolio__item-meta-read-more{display:inline-block}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-left{text-align:left}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-left .vp-portfolio__item-meta-categories,.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-left .vp-portfolio__item-meta-inline{justify-content:flex-start}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-center{text-align:center}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-center .vp-portfolio__item-meta-categories,.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-center .vp-portfolio__item-meta-inline{justify-content:center}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-right{text-align:right}.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-right .vp-portfolio__item-meta-categories,.vp-portfolio__items-style-default .vp-portfolio__item-caption-text-align-right .vp-portfolio__item-meta-inline{justify-content:flex-end}[data-vp-layout=slider] .vp-portfolio__items-style-default .vp-portfolio__item-img-wrap{padding-bottom:.02px;padding-top:.02px;position:relative}[data-vp-slider-slides-per-view=auto] .vp-portfolio__items-style-default .vp-portfolio__item-caption{min-width:100%;width:0}

/* Bundled from ../wp-content/plugins/visual-portfolio/templates/notices/style63eb.css?ver=1729845701 */
.vp-notice{--vp-notice__padding-v:1em;--vp-notice__padding-h:1.3em;--vp-notice__color:var(--vp-color-brand);--vp-notice__background-color:var(--vp-color-gray-lighten);--vp-notice__border-width:1px;--vp-notice__border-left-width:3px;--vp-notice__border-color:var(--vp-color-brand);--vp-notice__border-radius:var(--vp-border-radius);background-color:var(--vp-notice__background-color);border:var(--vp-notice__border-width) solid var(--vp-notice__border-color);border-left-width:var(--vp-notice__border-left-width);border-radius:var(--vp-notice__border-radius);color:var(--vp-notice__color);padding:var(--vp-notice__padding-v) var(--vp-notice__padding-h)}

/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

.vp-fancybox .fancybox-bg { background-color: #1e1e1e; }
/*# sourceURL=visual-portfolio-popup-fancybox-inline-css */

/* Inline style bundled */

#gap-584232523 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-584232523 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-584232523 {
    padding-top: 200px;
  }
}

/* Inline style bundled */

#gap-936448938 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-936448938 {
    padding-top: 72px;
  }
}

/* Inline style bundled */

#image_904026323 {
  width: 100%;
}

/* Inline style bundled */

#gap-69329845 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-69329845 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-69329845 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-1262279564 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1262279564 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1262279564 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#image_337726852 {
  width: 100%;
}

/* Inline style bundled */

#gap-1275353779 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1275353779 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1275353779 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-758738285 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-758738285 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-758738285 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-778280557 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-778280557 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-304176769 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-304176769 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-1386728189 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1386728189 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-1699181695 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1699181695 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-2002327655 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2002327655 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-146569272 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-146569272 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-873312103 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-873312103 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-19568591 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-19568591 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-1405570097 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1405570097 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-529909203 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-529909203 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-2132711314 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2132711314 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-574862888 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-574862888 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-1121056647 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1121056647 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#gap-678516751 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-678516751 {
    padding-top: 176px;
  }
}

/* Inline style bundled */

#section_516374697 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_516374697 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_516374697 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-3632547481 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled */

#col-2024366063 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled */

#row-302911762 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled */

#row-1394938564 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled */

#section_823887341 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_823887341 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_823887341 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-1357776413 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-1628266070 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-3179070528 {
  color: #494848;
}
#text-3179070528 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3579039427 {
  color: #494848;
}
#text-3579039427 > * {
  color: #494848;
}

/* Inline style bundled */

#text-2973153147 {
  color: #494848;
}
#text-2973153147 > * {
  color: #494848;
}

/* Inline style bundled */

#text-4052201269 {
  color: rgb(0,0,0);
}
#text-4052201269 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_414522842 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_414522842 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_414522842 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-2948802480 {
  color: rgb(255,255,255);
}
#text-2948802480 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled */

#text-box-1421340454 {
  width: 60%;
}
#text-box-1421340454 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1421340454 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-1421340454 {
    width: 49%;
  }
}

/* Inline style bundled */

#banner-1482092547 {
  padding-top: 500px;
  background-color: rgb(255, 255, 255);
}
#banner-1482092547 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN102.jpg');
}
#banner-1482092547 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1482092547 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1482092547 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-715012180 {
  padding-top: 60px;
}

/* Inline style bundled */

#gap-383487100 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-1742855692 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-1742855692 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-1334812976 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-1317535397 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-1317535397 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-10909040 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-4099204218 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-4099204218 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-2020817430 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-778618757 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-778618757 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-714912447 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-1347400789 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-1347400789 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-32312385 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-2986866076 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-2986866076 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#gap-79726428 {
  padding-top: 30px;
}

/* Inline style bundled */

#text-1235812348 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-1235812348 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#text-988112505 {
  line-height: 3;
}

/* Inline style bundled */

#col-164081 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled */

#row-1778289123 > .col > .col-inner {
  padding: 0px 10px 10px 10px;
  background-color: rgb(255,255,255);
}

/* Inline style bundled */

#text-376044388 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-2002593849 {
  width: 60%;
}
#text-box-2002593849 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-1174631107 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-1174631107 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-1174631107 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1174631107 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-470309022 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-640275113 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-690791588 {
  color: #494848;
}
#text-690791588 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1386167422 {
  color: #494848;
}
#text-1386167422 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1656466439 {
  color: #494848;
}
#text-1656466439 > * {
  color: #494848;
}

/* Inline style bundled */

#text-1571377158 {
  color: rgb(0,0,0);
}
#text-1571377158 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_572072161 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_572072161 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_572072161 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    
/* Inline style bundled */

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
	content: "\f160";
	color: #02CA02;
	top: 3px;
}
#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
	transform: rotate(45deg);
}

/* Inline style bundled */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */

/* Inline style bundled */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */

/* Inline style bundled */

:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=wp-block-library-inline-css */

/* Inline style bundled */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

/* Inline style bundled */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */

/* Inline style bundled */

@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url('../../image/fl-iconsccdc.eot');
				src:
					url('../../image/fl-icons.eot') format("embedded-opentype"),
					url('../../image/fl-iconsccdc.woff2') format("woff2"),
					url('../../image/fl-iconsccdc.ttf') format("truetype"),
					url('../../image/fl-iconsccdc.woff') format("woff"),
					url('../../image/fl-iconsccdc.svg') format("svg");
			}
/*# sourceURL=flatsome-main-inline-css */

/* Inline style bundled */

				.vp-portfolio__preloader-wrap{display:none}.vp-portfolio__filter-wrap,.vp-portfolio__items-wrap,.vp-portfolio__pagination-wrap,.vp-portfolio__sort-wrap{opacity:1;visibility:visible}.vp-portfolio__item .vp-portfolio__item-img noscript+img,.vp-portfolio__thumbnails-wrap{display:none}
			
/* Inline style bundled */

.unselectable
{
-moz-user-select:none;
-webkit-user-select:none;
cursor: default;
}
html
{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Inline style bundled */
.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}
/* Inline style bundled */

			/* If html does not have either class, do not show lazy loaded images. */
			html:not(.vp-lazyload-enabled):not(.js) .vp-lazyload {
				display: none;
			}
		
/* Inline style bundled */
:root {--primary-color: #494848;}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:80px;}#logo img{padding:10px 0;}.stuck #logo img{padding:12px 0;}.header-bottom{min-height: 10px}.header-top{min-height: 20px}.transparent .header-main{height: 70px}.transparent #logo img{max-height: 70px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 70px;}.transparent .header-wrapper{background-color: rgba(10,10,10,0.5)!important;}.transparent .top-divider{display: none;}.header.show-on-scroll,.stuck .header-main{height:84px!important}.stuck #logo img{max-height: 84px!important}.search-form{ width: 100%;}.header-bg-color {background-color: rgba(255,255,255,0.9)}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 28px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 94px}#logo img{max-height: 94px}}.nav-dropdown{font-size:100%}/* Color */.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{color: #494848;}/* Color !important */[data-text-color="primary"]{color: #494848!important;}/* Background Color */[data-text-bg="primary"]{background-color: #494848;}/* Background */.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener ,.is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{background-color: #494848;}/* Border */.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.nav-pagination > li > .current,.nav-pagination > li > span:hover,.nav-pagination > li > a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{border-color: #494848}.nav-tabs > li.active > a{border-top-color: #494848}.widget_shopping_cart_content .blockUI.blockOverlay:before { border-left-color: #494848 }.woocommerce-checkout-review-order .blockUI.blockOverlay:before { border-left-color: #494848 }/* Fill */.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{fill: #494848;}/* Background Color */[data-icon-label]:after, .secondary.is-underline:hover,.secondary.is-outline:hover,.icon-label,.button.secondary:not(.is-outline),.button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step{ background-color:#dbdbdb; }[data-text-bg="secondary"]{background-color: #dbdbdb;}/* Color */.secondary.is-underline,.secondary.is-link, .secondary.is-outline,.stars a.active, .star-rating:before, .woocommerce-page .star-rating:before,.star-rating span:before, .color-secondary{color: #dbdbdb}/* Color !important */[data-text-color="secondary"]{color: #dbdbdb!important;}/* Border */.secondary.is-outline:hover{border-color:#dbdbdb}.success.is-underline:hover,.success.is-outline:hover,.success{background-color: #3a593b}.success-color, .success.is-link, .success.is-outline{color: #3a593b;}.success-border{border-color: #3a593b!important;}/* Color !important */[data-text-color="success"]{color: #3a593b!important;}/* Background Color */[data-text-bg="success"]{background-color: #3a593b;}.alert.is-underline:hover,.alert.is-outline:hover,.alert{background-color: #754646}.alert.is-link, .alert.is-outline, .color-alert{color: #754646;}/* Color !important */[data-text-color="alert"]{color: #754646!important;}/* Background Color */[data-text-bg="alert"]{background-color: #754646;}body{font-size: 100%;}@media screen and (max-width: 549px){body{font-size: 100%;}}body{font-family:"Questrial", sans-serif}body{font-weight: 0}.nav > li > a {font-family:"Questrial", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:"Questrial", sans-serif;}.nav > li > a {font-weight: 0;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 0;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Questrial", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{font-weight: 0;}.alt-font{font-family: "Questrial", sans-serif;}.alt-font{font-weight: 0!important;}a{color: #555555;}a:hover{color: #555555;}.tagcloud a:hover{border-color: #555555;background-color: #555555;}.pswp__bg,.mfp-bg.mfp-ready{background-color: #ffffff}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}
/* Inline style bundled */

			h1.entry-title {
    display: none;
}
input.wpcf7-form-control.wpcf7-submit.btn-amaz {
  border-radius: 8px;
  text-transform: none;
  font-weight: normal;
  background-color: #333;
  color: #fff;
  padding: 4px 40px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.btn-amaz:hover {
  background-color: #555;
}
/* Radio value size */
.form-radio {
  font-size: 14px;
	margin-bottom: 16px;
  display: block;
}
/* Xuống dòng Radio value */
.wpcf7 .list-block .wpcf7-list-item {
  display: block;
	 font-size: 14px;
}
/* Bo góc cho text-box */
input.rounded-box,
textarea.rounded-box {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
		
/* Inline style bundled */

#text-598384896 {
  color: rgb(255, 255, 255);
}
#text-598384896 > * {
  color: rgb(255, 255, 255);
}

/* Inline style bundled */

#text-box-1802701203 {
  width: 71%;
}
#text-box-1802701203 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1802701203 {
    width: 43%;
  }
}
@media (min-width:850px) {
  #text-box-1802701203 {
    width: 39%;
  }
}

/* Inline style bundled */

#banner-1512550318 {
  padding-top: 200px;
}
#banner-1512550318 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN71.jpg');
}
#banner-1512550318 .overlay {
  background-color: rgba(0, 0, 0, 0.55);
}
#banner-1512550318 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1512550318 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1512550318 {
    padding-top: 500px;
  }
}

/* Inline style bundled */

#gap-1920357597 {
  padding-top: 60px;
}

/* Inline style bundled */

#text-2094490170 {
  line-height: 0.75;
  color: rgb(0,0,0);
}
#text-2094490170 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#col-489840537 > .col-inner {
  padding: 46px 0px 0px 20px;
}

/* Inline style bundled */

#gap-861673720 {
  padding-top: 30px;
}

/* Inline style bundled */

#section_1914489497 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1914489497 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1914489497 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#text-3198711042 {
  line-height: 1.5;
}

/* Inline style bundled */

#text-box-1351629909 {
  width: 60%;
}
#text-box-1351629909 .text-box-content {
  font-size: 100%;
}

/* Inline style bundled */

#banner-643793815 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-HN-house-03-e1747904821768.jpg');
}
#banner-643793815 .overlay {
  background-color: rgba(0,0,0,.5);
}
#banner-643793815 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-643793815 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

#gap-614813602 {
  padding-top: 20px;
}

/* Inline style bundled */

#gap-1843362851 {
  padding-top: 16px;
}

/* Inline style bundled */

#text-3067101595 {
  color: #494848;
}
#text-3067101595 > * {
  color: #494848;
}

/* Inline style bundled */

#text-179838104 {
  color: #494848;
}
#text-179838104 > * {
  color: #494848;
}

/* Inline style bundled */

#text-3394229632 {
  color: #494848;
}
#text-3394229632 > * {
  color: #494848;
}

/* Inline style bundled */

#text-4192193619 {
  color: rgb(0,0,0);
}
#text-4192193619 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled */

#section_1891130082 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  min-height: 0px;
  background-color: #dbdbdb;
}
#section_1891130082 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1891130082 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled */

	@media print {
	body * {display: none !important;}
		body:after {
		content: "You are not allowed to print preview this page, Thank you"; }
	}
	
/* Inline style bundled */

	#wpcp-error-message {
	    direction: ltr;
	    text-align: center;
	    transition: opacity 900ms ease 0s;
	    z-index: 99999999;
	}
	.hideme {
    	opacity:0;
    	visibility: hidden;
	}
	.showme {
    	opacity:1;
    	visibility: visible;
	}
	.msgmsg-box-wpcp {
		border:1px solid #f5aca6;
		border-radius: 10px;
		color: #555;
		font-family: Tahoma;
		font-size: 11px;
		margin: 10px;
		padding: 10px 36px;
		position: fixed;
		width: 255px;
		top: 50%;
  		left: 50%;
  		margin-top: -10px;
  		margin-left: -130px;
  		-webkit-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		-moz-box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
		box-shadow: 0px 0px 34px 2px rgba(242,191,191,1);
	}
	.msgmsg-box-wpcp span {
		font-weight:bold;
		text-transform:uppercase;
	}
		.warning-wpcp {
		background:#ffecec url('../../image/warning.png') no-repeat 10px 50%;
	}
    

/* --- CUSTOM V2 CSS OVERRIDES --- */
/* Custom Overrides */
html { scroll-behavior: smooth; }

/* Inline style bundled from post resort-in-home-la-gi */

#text-1103213614 {
  color: #494848;
}
#text-1103213614 > * {
  color: #494848;
}

/* Inline style bundled from post resort-in-home-la-gi */

#text-box-1737387930 {
  width: 95%;
}
#text-box-1737387930 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1737387930 {
    width: 93%;
  }
}

/* Inline style bundled from post resort-in-home-la-gi */

#banner-136894542 {
  padding-top: 56.25%;
  background-color: #dbdbdb;
}
#banner-136894542 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-136894542 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-136894542 {
    padding-top: 199px;
  }
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_1539370857 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1776314920 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_815639899 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1602728994 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_2073213605 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1986002811 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_1789218869 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-670837333 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-670837333 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_261387898 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-514976411 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-514976411 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_350645811 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_2060781349 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1721388334 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-1721388334 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_1861876399 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1738771320 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_337916338 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_1072617980 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-2017763407 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1459612005 {
  padding-top: 30px;
}

/* Inline style bundled from post resort-in-home-la-gi */

#image_1445589230 {
  width: 100%;
}

/* Inline style bundled from post resort-in-home-la-gi */

#gap-1493557939 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#text-1898079420 {
  color: #494848;
}
#text-1898079420 > * {
  color: #494848;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#text-box-151317008 {
  width: 91%;
}
#text-box-151317008 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-151317008 {
    width: 93%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#banner-350238069 {
  padding-top: 56.25%;
  background-color: rgb(239, 239, 239);
}
#banner-350238069 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-350238069 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-350238069 {
    padding-top: 199px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_120528431 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_24272975 {
  width: 100%;
}
@media (min-width:550px) {
  #image_24272975 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_961151154 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1208797345 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-988036981 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1560192336 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1560192336 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1990603881 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_14397426 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1172458872 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1265322458 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1265322458 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_735560897 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1087645767 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1577339637 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_172710195 {
  width: 100%;
}
@media (min-width:550px) {
  #image_172710195 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1872215925 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1885932654 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-368268746 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1593835555 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1593835555 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_629822662 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1776575241 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1701227897 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1823390870 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1823390870 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1324291661 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1596802812 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-600029341 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_512765978 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_297711860 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_595003054 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_46955169 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-63171558 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_152836076 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_583815773 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_903754329 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-60311607 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-60311607 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_652698862 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_580700061 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1140761922 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1679469126 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1679469126 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_129052045 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1188289720 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2123470580 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-499918102 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-499918102 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1420308777 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1230995264 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_395379583 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1614777443 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1614777443 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1811297531 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1664918694 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_551466221 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1469222417 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1469222417 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1779781454 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1003936393 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_182985928 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2015310998 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1117887689 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_487254475 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1501839947 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_513469766 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1430041555 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1430041555 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1020834430 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_48166112 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1893585580 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1998960661 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1998960661 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_602034016 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_781327919 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_223676518 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1856065130 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1856065130 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_293038643 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_534467332 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_544666331 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-2055355029 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2055355029 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_500850858 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_655970766 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1522686953 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1898409730 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1898409730 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_993391904 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2066303441 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_296699532 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1700155490 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1700155490 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2023138064 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1714307826 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1538913873 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_764196958 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-509747844 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1810145462 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1360840229 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_163331688 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1465410850 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1465410850 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_491179070 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_641191585 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1509380520 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1862932811 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1862932811 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1847290921 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1711993127 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_875165460 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-509120308 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-509120308 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1812957019 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1064118436 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_160268869 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1018000757 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1018000757 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1981026225 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1659979771 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_803262076 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1218780400 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1218780400 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_288588517 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2036879534 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_697413052 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-135515668 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-135515668 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2060135581 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_596553511 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_333525094 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1144206396 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1144206396 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_395137816 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2104088929 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_7082919 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_513160523 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1452329112 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_379943361 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_917285138 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1684397963 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-299606175 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-299606175 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_490682063 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_783733152 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_603539552 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-127047038 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-127047038 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_373459031 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1851440715 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_134848440 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1317459026 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1317459026 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1727918646 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1056419039 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2045659328 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_107032698 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-352923599 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_831815015 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_480199081 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_972007876 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1552371874 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-1552371874 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_366065795 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2102186492 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1201723757 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-316807953 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-316807953 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1977087517 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1396415261 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2019656547 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-257207890 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-257207890 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_983673145 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1919083737 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_584918 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1074910921 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-1074910921 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1343684316 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1434519542 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2054206928 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-739078457 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-739078457 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_585623019 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_237297663 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_508569241 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1443438662 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-2015335404 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_958183483 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1803072007 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1672251148 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-198092135 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-198092135 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1690659151 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1722830199 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_290893008 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1308276822 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-1308276822 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1332847423 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1109714633 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1729970261 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-410117510 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-410117510 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1214296823 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1001082794 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1783675915 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_274876674 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-1020863832 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1700573915 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1632453393 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1825333527 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-823370379 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-823370379 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_834696790 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1583414916 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1226557206 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-2058819723 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-2058819723 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_600208849 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1884976897 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1100334864 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-699098811 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-699098811 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_496938176 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_864186226 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_571790303 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-844620879 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-844620879 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_580792339 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1933289294 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1085988690 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-167185693 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-167185693 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1516919433 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_240072384 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1845048022 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_2088495186 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-999478948 {
  padding-top: 30px;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1938844743 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1258840051 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_634474647 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-629125520 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-629125520 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1712546160 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1624627533 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_511519484 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-891329531 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-891329531 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_1181463724 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_501740432 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#image_600627704 {
  width: 100%;
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-401135419 {
  padding-top: 15px;
}
@media (min-width:550px) {
  #gap-401135419 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#gap-324507193 {
  padding-top: 16px;
}
@media (min-width:850px) {
  #gap-324507193 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#text-1110846005 {
  line-height: 2;
  text-align: center;
  color: rgb(255,255,255);
}
#text-1110846005 > * {
  color: rgb(255,255,255);
}
@media (min-width:550px) {
  #text-1110846005 {
    line-height: 0.75;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#text-box-209366667 {
  width: 89%;
}
#text-box-209366667 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-209366667 {
    width: 100%;
  }
}

/* Inline style bundled from post top-9-phong-cach-kien-truc-noi-tien */

#banner-1606222447 {
  padding-top: 42%;
  background-color: rgb(255, 255, 255);
}
#banner-1606222447 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN120.jpg');
}
#banner-1606222447 .overlay {
  background-color: rgba(0, 0, 0, 0.64);
}
#banner-1606222447 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1606222447 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1606222447 {
    padding-top: 20%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#text-3794577792 {
  color: #494848;
}
#text-3794577792 > * {
  color: #494848;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#text-box-693573506 {
  width: 91%;
}
#text-box-693573506 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-693573506 {
    width: 93%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#banner-448351892 {
  padding-top: 56.25%;
  background-color: rgb(239, 239, 239);
}
#banner-448351892 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-448351892 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-448351892 {
    padding-top: 199px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1776771477 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1776771477 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_900859876 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-192162391 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_2037180134 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2037180134 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_591699375 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-295489122 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_890021446 {
  width: 100%;
}
@media (min-width:550px) {
  #image_890021446 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1236470900 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-591274584 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_488009159 {
  width: 100%;
}
@media (min-width:550px) {
  #image_488009159 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_310389625 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-45971816 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_100668914 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_946395646 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_349332484 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-1477745855 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_38346132 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_176506110 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_677091610 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-1923552141 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1923552141 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1006665959 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1336835302 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1476412346 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-1133051900 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1133051900 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_720648223 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_186540359 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_114586176 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-114161582 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-114161582 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_877655393 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1374768315 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_428107842 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_1957562873 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#image_895068888 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#gap-1627651199 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1627651199 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#text-509598562 {
  color: rgb(255,255,255);
}
#text-509598562 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#text-box-915683177 {
  width: 95%;
}
#text-box-915683177 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-915683177 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-915683177 {
    width: 79%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-co-dien-va-kien-truc-tan-co-dien */

#banner-263221504 {
  padding-top: 29%;
  background-color: rgb(60, 0, 0);
}
#banner-263221504 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-263221504 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-263221504 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#text-3087089430 {
  color: #494848;
}
#text-3087089430 > * {
  color: #494848;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#text-box-968101039 {
  width: 91%;
}
#text-box-968101039 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-968101039 {
    width: 93%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#banner-1422770220 {
  padding-top: 56.25%;
  background-color: rgb(239, 239, 239);
}
#banner-1422770220 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1422770220 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1422770220 {
    padding-top: 199px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_702605314 {
  width: 100%;
}
@media (min-width:550px) {
  #image_702605314 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_883349476 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#gap-934109982 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_36085013 {
  width: 100%;
}
@media (min-width:550px) {
  #image_36085013 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_1163194278 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#gap-144635716 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_542414828 {
  width: 100%;
}
@media (min-width:550px) {
  #image_542414828 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_94441885 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#gap-1917719767 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_481152096 {
  width: 100%;
}
@media (min-width:550px) {
  #image_481152096 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_78063534 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_432230881 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#image_1258744896 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#gap-385246576 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-385246576 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#text-204212133 {
  color: rgb(255,255,255);
}
#text-204212133 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#text-box-272093311 {
  width: 95%;
}
#text-box-272093311 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-272093311 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-272093311 {
    width: 79%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-truyen-thong-viet-nam-va-kien-truc-dong-duong */

#banner-367367689 {
  padding-top: 29%;
  background-color: rgb(60, 0, 0);
}
#banner-367367689 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-367367689 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-367367689 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#text-3888606881 {
  color: #494848;
}
#text-3888606881 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#text-box-274307573 {
  width: 91%;
}
#text-box-274307573 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-274307573 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#banner-589681939 {
  padding-top: 41%;
  background-color: rgb(239, 239, 239);
}
#banner-589681939 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-589681939 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-589681939 {
    padding-top: 110px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1575716969 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1575716969 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1349511624 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_874152371 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-2000705912 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1357677851 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1357677851 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1710581348 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_2117440892 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-1825545235 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_2064409377 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2064409377 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1724953178 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_518365562 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-509885937 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_263312232 {
  width: 100%;
}
@media (min-width:550px) {
  #image_263312232 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1157575274 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1691202055 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_719117756 {
  width: 100%;
}
@media (min-width:550px) {
  #image_719117756 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1341687955 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1341687955 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1130072293 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1130072293 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_524209498 {
  width: 100%;
}
@media (min-width:550px) {
  #image_524209498 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_987277469 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_474377883 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-2072302012 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_868228047 {
  width: 100%;
}
@media (min-width:550px) {
  #image_868228047 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_2145212221 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_147843277 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-1295381358 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1567875677 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1567875677 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_869584904 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_2086330516 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-160580436 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_1703940497 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1703940497 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_210894622 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_690225491 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_539894983 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#image_920362201 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#gap-2006211958 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2006211958 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#text-1462060397 {
  color: rgb(255,255,255);
}
#text-1462060397 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#text-box-1479215815 {
  width: 95%;
}
#text-box-1479215815 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1479215815 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1479215815 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-noi */

#banner-1476528195 {
  padding-top: 35%;
  background-color: rgb(60, 0, 0);
}
#banner-1476528195 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1476528195 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1476528195 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#text-2759640538 {
  color: #494848;
}
#text-2759640538 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#text-box-91120345 {
  width: 91%;
}
#text-box-91120345 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-91120345 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#banner-1762392206 {
  padding-top: 41%;
  background-color: rgb(239, 239, 239);
}
#banner-1762392206 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1762392206 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1762392206 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1762392206 {
    padding-top: 110px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1467309358 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1467309358 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1677785274 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_2085518356 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-308339854 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_262668012 {
  width: 100%;
}
@media (min-width:550px) {
  #image_262668012 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1246856498 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1457164647 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-1367603354 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1817793836 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1817793836 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_354926991 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_2140758608 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-1914504270 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1452515351 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1452515351 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_2049982965 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1897323773 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_226474217 {
  width: 100%;
}
@media (min-width:550px) {
  #image_226474217 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_317265775 {
  width: 100%;
}
@media (min-width:550px) {
  #image_317265775 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_231694082 {
  width: 100%;
}
@media (min-width:550px) {
  #image_231694082 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1197560747 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1197560747 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1706686772 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_641581960 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-1828641049 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_392802144 {
  width: 100%;
}
@media (min-width:550px) {
  #image_392802144 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_737501590 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1716822087 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-524359475 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1585893614 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1585893614 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_689083228 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1771196236 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-1171635613 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1828497551 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1828497551 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_619449126 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_840002044 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_426144346 {
  width: 100%;
}
@media (min-width:550px) {
  #image_426144346 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1525769418 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1525769418 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_167797317 {
  width: 100%;
}
@media (min-width:550px) {
  #image_167797317 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_1001175498 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#image_473844329 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#gap-1291533716 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1291533716 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#text-3634058732 {
  color: rgb(255,255,255);
}
#text-3634058732 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#text-box-995891419 {
  width: 95%;
}
#text-box-995891419 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-995891419 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-995891419 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-khong-gian-song-cho-nguoi-huong-ngoai */

#banner-1574372931 {
  padding-top: 30%;
  background-color: rgb(60, 0, 0);
}
#banner-1574372931 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1574372931 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1574372931 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#text-4072543113 {
  color: #494848;
}
#text-4072543113 > * {
  color: #494848;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#text-box-296177363 {
  width: 91%;
}
#text-box-296177363 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-296177363 {
    width: 93%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#banner-1293952025 {
  padding-top: 56.25%;
  background-color: rgb(239, 239, 239);
}
#banner-1293952025 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1293952025 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1293952025 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1293952025 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1290163631 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1290163631 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1632782660 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#gap-2073524305 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1705899276 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1705899276 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_2129678556 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#gap-100391092 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1434487542 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1434487542 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1570614276 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#gap-949667918 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_826614329 {
  width: 100%;
}
@media (min-width:550px) {
  #image_826614329 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_144154223 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#gap-1124087612 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_824915855 {
  width: 100%;
}
@media (min-width:550px) {
  #image_824915855 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1710386290 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1710386290 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_273647606 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#image_1621198752 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#gap-2112292007 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2112292007 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#text-337181216 {
  color: rgb(255,255,255);
}
#text-337181216 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#text-box-2089981549 {
  width: 95%;
}
#text-box-2089981549 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-2089981549 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-2089981549 {
    width: 79%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-hau-hien-dai */

#banner-305276712 {
  padding-top: 29%;
  background-color: rgb(60, 0, 0);
}
#banner-305276712 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-305276712 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-305276712 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#text-1785458262 {
  color: #494848;
}
#text-1785458262 > * {
  color: #494848;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#text-box-1329248344 {
  width: 91%;
}
#text-box-1329248344 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1329248344 {
    width: 93%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#banner-1866434204 {
  padding-top: 40%;
  background-color: rgb(239, 239, 239);
}
#banner-1866434204 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1866434204 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1866434204 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1866434204 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_2076822182 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2076822182 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_119122281 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#gap-1158445553 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_435379320 {
  width: 100%;
}
@media (min-width:550px) {
  #image_435379320 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_2053510145 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#gap-1585575670 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_1553526788 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1553526788 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_1853392825 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#gap-1382990189 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_1057331132 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_1731526980 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#image_258981153 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#gap-425776046 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-425776046 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#text-4150966651 {
  color: rgb(255,255,255);
}
#text-4150966651 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#text-box-327702807 {
  width: 95%;
}
#text-box-327702807 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-327702807 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-327702807 {
    width: 79%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-hien-dai-va-kien-truc-toi-gian */

#banner-1521773611 {
  padding-top: 29%;
  background-color: rgb(60, 0, 0);
}
#banner-1521773611 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1521773611 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1521773611 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#text-4070248778 {
  color: #494848;
}
#text-4070248778 > * {
  color: #494848;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#text-box-81532383 {
  width: 91%;
}
#text-box-81532383 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-81532383 {
    width: 93%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#banner-308024299 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-308024299 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-308024299 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-308024299 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-308024299 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_910826481 {
  width: 100%;
}
@media (min-width:550px) {
  #image_910826481 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1624483607 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1153653442 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#gap-1726359691 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_203360700 {
  width: 100%;
}
@media (min-width:550px) {
  #image_203360700 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_674356550 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_443258300 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#gap-132825681 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1750077893 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1750077893 {
    width: 100%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1144324374 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_858653525 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#gap-299633138 {
  padding-top: 30px;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_2128530503 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1098432366 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_452853922 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_1198820307 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#image_589635531 {
  width: 100%;
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#gap-1521501433 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1521501433 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#text-1612135767 {
  color: rgb(255,255,255);
}
#text-1612135767 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#text-box-2003373630 {
  width: 95%;
}
#text-box-2003373630 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-2003373630 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-2003373630 {
    width: 79%;
  }
}

/* Inline style bundled from post phan-biet-kien-truc-bac-au-toi-gian-wabi-sabi */

#banner-1910771629 {
  padding-top: 23%;
  background-color: rgb(60, 0, 0);
}
#banner-1910771629 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1910771629 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1910771629 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#text-41856593 {
  color: #494848;
}
#text-41856593 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#text-box-793982909 {
  width: 91%;
}
#text-box-793982909 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-793982909 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#banner-1189968665 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1189968665 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1189968665 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1189968665 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1189968665 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1787548212 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1787548212 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_381294032 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_559706632 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-558343380 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_41191208 {
  width: 100%;
}
@media (min-width:550px) {
  #image_41191208 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1104939828 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_724505434 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-501175636 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1179436212 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1179436212 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1538084708 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1019263993 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-1932477199 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_328340672 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1093565361 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1541210995 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_364021422 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1596036013 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1573274563 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1556243312 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1582538328 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1782731723 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1103924149 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1344912506 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1580400961 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-1159018366 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1159018366 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1615391978 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_15473201 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_68354613 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-2111471332 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2111471332 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1791718307 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1208428768 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_545769180 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-1877993626 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1877993626 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_134103772 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1616917634 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1712653628 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-2103586172 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2103586172 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_243466383 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_1959486150 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#image_43376501 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#gap-1314968596 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1314968596 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#text-2800894024 {
  color: rgb(255,255,255);
}
#text-2800894024 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#text-box-1002758875 {
  width: 95%;
}
#text-box-1002758875 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1002758875 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1002758875 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-noi */

#banner-2030329987 {
  padding-top: 34%;
  background-color: rgb(60, 0, 0);
}
#banner-2030329987 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2030329987 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-2030329987 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#text-2984174054 {
  color: #494848;
}
#text-2984174054 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#text-box-109465816 {
  width: 91%;
}
#text-box-109465816 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-109465816 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#banner-963962533 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-963962533 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-963962533 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-963962533 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-963962533 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1699085727 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1699085727 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_608888281 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_998840797 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-694154827 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1544098759 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1544098759 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1302398833 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1768352052 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-101903120 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1782806111 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1782806111 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1748039416 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_659785752 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-604625941 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1303630927 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1836799987 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_583320943 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_210276385 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_2034904301 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_159229297 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1070469563 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1716056059 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1715810221 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_79132787 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1507916858 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_326403188 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-253190410 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-253190410 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_2042237729 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_843434888 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_546416256 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-1825026777 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1825026777 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_317880633 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_883500388 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_59921414 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-1894362066 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1894362066 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_234465216 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_912327567 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_467683130 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-287014717 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-287014717 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1428656258 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_570908790 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_97362502 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-2040074604 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-2040074604 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_731415467 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_2061461307 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#image_1397397698 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#gap-1461314441 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1461314441 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#text-2892093405 {
  color: rgb(255,255,255);
}
#text-2892093405 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#text-box-1369625331 {
  width: 95%;
}
#text-box-1369625331 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1369625331 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1369625331 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-noi-that-cho-nha-nguoi-huong-ngoai */

#banner-1313810565 {
  padding-top: 34%;
  background-color: rgb(60, 0, 0);
}
#banner-1313810565 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1313810565 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1313810565 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#text-178227825 {
  color: #494848;
}
#text-178227825 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#text-box-1383798273 {
  width: 91%;
}
#text-box-1383798273 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1383798273 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#banner-2140921191 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-2140921191 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2140921191 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-2140921191 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-2140921191 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1696839691 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1696839691 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_536787182 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_987994378 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-406464791 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1424663963 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1424663963 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_252598851 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_575716600 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-935818880 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_2095301305 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2095301305 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1147742219 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1419885018 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-1428685662 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_781329789 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1307163548 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_547540487 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-131816241 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1896861669 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1904364589 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1613600132 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-177712640 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_614436605 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1529482420 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_79270331 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_322270037 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_757159247 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_935938641 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-1791491137 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_367667236 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_455092332 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1373132894 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-118305386 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1686347377 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_451162868 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_446125782 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#gap-1680630829 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1680630829 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1960138426 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_1264881371 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#image_562020174 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#text-838640578 {
  color: rgb(255,255,255);
}
#text-838640578 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#text-box-1732293570 {
  width: 95%;
}
#text-box-1732293570 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1732293570 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1732293570 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-noi-2 */

#banner-1093724645 {
  padding-top: 34%;
  background-color: rgb(60, 0, 0);
}
#banner-1093724645 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1093724645 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1093724645 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#text-632898729 {
  color: #494848;
}
#text-632898729 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#text-box-1206913321 {
  width: 91%;
}
#text-box-1206913321 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1206913321 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#banner-1469797311 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1469797311 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1469797311 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1469797311 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1469797311 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_863050805 {
  width: 100%;
}
@media (min-width:550px) {
  #image_863050805 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1857628946 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1785351719 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-1859752061 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_906812838 {
  width: 100%;
}
@media (min-width:550px) {
  #image_906812838 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_602569276 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1463117502 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-1271495344 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_350017455 {
  width: 100%;
}
@media (min-width:550px) {
  #image_350017455 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1105865259 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_2096110325 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-550882109 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1633485791 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_2101816685 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_476610997 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-1674798986 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_696046162 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_221606773 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_852500942 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-505440714 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1446787088 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1663167438 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_837478968 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1951429619 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1994533056 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1402478044 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-1142599921 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1867281906 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_91531480 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_645723082 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-2131196016 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_908998418 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1406194194 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1777925768 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#gap-1362202273 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-1362202273 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1820592981 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1365260931 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#image_1016115244 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#text-2953802891 {
  color: rgb(255,255,255);
}
#text-2953802891 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#text-box-61955672 {
  width: 95%;
}
#text-box-61955672 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-61955672 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-61955672 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-san-vuon-cho-nha-nguoi-huong-ngoai */

#banner-738938097 {
  padding-top: 34%;
  background-color: rgb(60, 0, 0);
}
#banner-738938097 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-738938097 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-738938097 {
    padding-top: 99px;
  }
}

/* Inline style bundled from post wind-villa */

#gap-988314596 {
  padding-top: 200px;
}

/* Inline style bundled from post wind-villa */

#gap-1887064065 {
  padding-top: 72px;
}

/* Inline style bundled from post wind-villa */

#image_643191648 {
  width: 100%;
}

/* Inline style bundled from post wind-villa */

#gap-389256881 {
  padding-top: 176px;
}

/* Inline style bundled from post wind-villa */

#gap-2075048184 {
  padding-top: 176px;
}

/* Inline style bundled from post wind-villa */

#image_2111680041 {
  width: 100%;
}

/* Inline style bundled from post wind-villa */

#gap-698841594 {
  padding-top: 176px;
}

/* Inline style bundled from post wind-villa */

#gap-1339766845 {
  padding-top: 176px;
}

/* Inline style bundled from post wind-villa */

#gap-890307484 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-890307484 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post wind-villa */

#section_129908705 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_129908705 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_129908705 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post wind-villa */

#gap-1092131294 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1092131294 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post wind-villa */

#gap-556261246 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-556261246 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post wind-villa */

#gap-1149403166 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1149403166 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post wind-villa */

#image_1080968978 {
  width: 100%;
}

/* Inline style bundled from post wind-villa */

#gap-320370017 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-320370017 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post wind-villa */

#gap-1172940560 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1172940560 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post wind-villa */

#image_492728382 {
  width: 100%;
}

/* Inline style bundled from post wind-villa */

#gap-2070269728 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2070269728 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post wind-villa */

#gap-1772692612 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1772692612 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post wind-villa */

#section_873029868 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_873029868 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_873029868 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post wind-villa */

#text-561960764 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post wind-villa */

#col-633742918 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post wind-villa */

#row-302258875 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post wind-villa */

#row-1698478701 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post wind-villa */

#section_4856387 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_4856387 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_4856387 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-796909178 {
  padding-top: 200px;
}

/* Inline style bundled from post tl-house */

#gap-993342401 {
  padding-top: 72px;
}

/* Inline style bundled from post tl-house */

#image_127589987 {
  width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-1480375604 {
  padding-top: 176px;
}

/* Inline style bundled from post tl-house */

#gap-2094205274 {
  padding-top: 176px;
}

/* Inline style bundled from post tl-house */

#image_1518789232 {
  width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-1085534930 {
  padding-top: 176px;
}

/* Inline style bundled from post tl-house */

#gap-1926151899 {
  padding-top: 176px;
}

/* Inline style bundled from post tl-house */

#gap-292365103 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-292365103 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-124882455 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-124882455 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1442131785 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1442131785 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1466422753 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1466422753 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1139650047 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1139650047 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-289740361 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-289740361 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1123980612 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1123980612 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-888270628 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-888270628 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-113673210 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-113673210 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post tl-house */

#section_644081605 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_644081605 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_644081605 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-1747765047 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1747765047 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1415483081 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1415483081 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post tl-house */

#gap-2139555180 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-2139555180 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tl-house */

#image_45877140 {
  width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-1446333422 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1446333422 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1622227168 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1622227168 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#image_997659660 {
  width: 100%;
}

/* Inline style bundled from post tl-house */

#gap-1192806654 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1192806654 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1167301390 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1167301390 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-974353066 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-974353066 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-553055200 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-553055200 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1207396710 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1207396710 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1685897197 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1685897197 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1045678682 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1045678682 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-2020402882 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2020402882 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1873183150 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1873183150 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#gap-1465255811 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1465255811 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tl-house */

#section_226251593 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_226251593 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_226251593 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tl-house */

#text-2468899418 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post tl-house */

#col-886868139 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post tl-house */

#row-1784090269 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post tl-house */

#row-749763097 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post tl-house */

#section_211988901 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_211988901 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_211988901 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-1895749645 {
  padding-top: 200px;
}

/* Inline style bundled from post alz-villa */

#gap-1223623949 {
  padding-top: 72px;
}

/* Inline style bundled from post alz-villa */

#image_888612217 {
  width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-1540246374 {
  padding-top: 176px;
}

/* Inline style bundled from post alz-villa */

#gap-269662101 {
  padding-top: 176px;
}

/* Inline style bundled from post alz-villa */

#image_1066042269 {
  width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-839115585 {
  padding-top: 176px;
}

/* Inline style bundled from post alz-villa */

#gap-1769801252 {
  padding-top: 176px;
}

/* Inline style bundled from post alz-villa */

#gap-179789680 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-179789680 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-964571684 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-964571684 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1665275262 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1665275262 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1488746409 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1488746409 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-2136663209 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2136663209 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1479557163 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1479557163 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1680014903 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1680014903 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-145136119 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-145136119 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#section_1978641412 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1978641412 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1978641412 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-1735840722 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1735840722 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1877527953 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1877527953 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-857080698 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-857080698 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post alz-villa */

#image_129976730 {
  width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-2037521300 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2037521300 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1947996438 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1947996438 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#image_1964154951 {
  width: 100%;
}

/* Inline style bundled from post alz-villa */

#gap-858099817 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-858099817 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1716563657 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1716563657 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-859460985 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-859460985 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1428981750 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1428981750 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1136374150 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1136374150 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-279449117 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-279449117 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1946158564 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1946158564 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-1704522018 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1704522018 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#gap-2103115367 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2103115367 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post alz-villa */

#section_1900166338 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1900166338 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1900166338 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post alz-villa */

#text-198457909 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post alz-villa */

#col-97285671 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post alz-villa */

#row-239319437 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post alz-villa */

#row-473698419 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post alz-villa */

#section_1253629571 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1253629571 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1253629571 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-625224694 {
  padding-top: 200px;
}

/* Inline style bundled from post tdt-house */

#gap-2005280453 {
  padding-top: 72px;
}

/* Inline style bundled from post tdt-house */

#image_561417960 {
  width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-2058734444 {
  padding-top: 176px;
}

/* Inline style bundled from post tdt-house */

#gap-1245717810 {
  padding-top: 176px;
}

/* Inline style bundled from post tdt-house */

#image_1073458545 {
  width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-1388188306 {
  padding-top: 176px;
}

/* Inline style bundled from post tdt-house */

#gap-855429680 {
  padding-top: 176px;
}

/* Inline style bundled from post tdt-house */

#gap-925437331 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-925437331 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-3508579 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-3508579 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-930899174 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-930899174 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-59910862 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-59910862 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-297146715 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-297146715 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1727809973 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1727809973 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1354386681 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1354386681 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post tdt-house */

#section_1975239432 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1975239432 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1975239432 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-2011764756 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-2011764756 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-145851024 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-145851024 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1373192558 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1373192558 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tdt-house */

#image_1946475122 {
  width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-471531894 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-471531894 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1210967224 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1210967224 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#image_2131870006 {
  width: 100%;
}

/* Inline style bundled from post tdt-house */

#gap-1950814615 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1950814615 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-504298024 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-504298024 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1986574248 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1986574248 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-555091557 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-555091557 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-1740674586 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1740674586 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-601512210 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-601512210 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-483846995 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-483846995 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-96919590 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-96919590 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#gap-728218695 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-728218695 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tdt-house */

#section_365872984 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_365872984 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_365872984 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tdt-house */

#text-2778930789 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post tdt-house */

#col-357564399 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post tdt-house */

#row-496002807 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post tdt-house */

#row-910640943 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post tdt-house */

#section_2023841284 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2023841284 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2023841284 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1183089779 {
  padding-top: 200px;
}

/* Inline style bundled from post birdnest-villa */

#gap-1429289686 {
  padding-top: 72px;
}

/* Inline style bundled from post birdnest-villa */

#image_2142568508 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-784767647 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#gap-1887652689 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#image_2018287285 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1145224282 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#image_508015451 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1849604232 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#gap-984459716 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#gap-1299994712 {
  padding-top: 176px;
}

/* Inline style bundled from post birdnest-villa */

#image_1007584013 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-885447136 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-885447136 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1368158899 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1368158899 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1751374410 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1751374410 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1086494028 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1086494028 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-68719065 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-68719065 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-140208313 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-140208313 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1400117343 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1400117343 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-127385508 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-127385508 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-261646304 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-261646304 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post birdnest-villa */

#section_1096099049 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1096099049 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1096099049 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1225959038 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1225959038 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1437625444 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1437625444 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-827168533 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-827168533 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post birdnest-villa */

#image_441148612 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-952292134 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-952292134 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1169047170 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1169047170 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#image_1435801399 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1822799533 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1822799533 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post birdnest-villa */

#image_208202063 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1224668761 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1224668761 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1685522051 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1685522051 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#image_566172883 {
  width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#gap-1204522654 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1204522654 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-626863250 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-626863250 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-685962253 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-685962253 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1231794338 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1231794338 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-2073587798 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2073587798 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-657880953 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-657880953 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-1689953621 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1689953621 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#gap-27216435 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-27216435 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post birdnest-villa */

#section_2132318039 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2132318039 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2132318039 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post birdnest-villa */

#text-2444870993 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post birdnest-villa */

#col-376893161 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post birdnest-villa */

#row-2084456840 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post birdnest-villa */

#row-797972527 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post birdnest-villa */

#section_2139528962 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2139528962 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2139528962 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-huong-tam */

#gap-854338722 {
  padding-top: 200px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-98706181 {
  padding-top: 72px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-1772715102 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-85559011 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-1322010742 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-1432328608 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-1489146862 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-huong-tam */

#gap-1493993336 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1493993336 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-862641980 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-862641980 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-847231119 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-847231119 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1275634886 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1275634886 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1425237830 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1425237830 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-281844000 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-281844000 {
    padding-top: 60;
  }
}
@media (min-width:850px) {
  #gap-281844000 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#section_303578178 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_303578178 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_303578178 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-huong-tam */

#gap-217126053 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-217126053 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1216686662 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1216686662 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-439741081 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-439741081 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-918308220 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-918308220 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-544908283 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-544908283 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-2031967362 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2031967362 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1377585745 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1377585745 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-253504862 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-253504862 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1828916642 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1828916642 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1607487629 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1607487629 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1407356059 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1407356059 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1850158572 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1850158572 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#gap-1758610542 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1758610542 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-huong-tam */

#section_378510630 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_378510630 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_378510630 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-huong-tam */

#text-2743859481 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post nha-huong-tam */

#col-1244039956 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post nha-huong-tam */

#row-1791792964 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post nha-huong-tam */

#row-1550015977 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post nha-huong-tam */

#section_1876427158 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1876427158 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1876427158 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-1602894168 {
  padding-top: 200px;
}

/* Inline style bundled from post minad-villa */

#gap-1980572455 {
  padding-top: 72px;
}

/* Inline style bundled from post minad-villa */

#image_340710940 {
  width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-1146470977 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-1603617380 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#image_1649121603 {
  width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-436377949 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-1279753580 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-1601338824 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-1750756244 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-1196059629 {
  padding-top: 176px;
}

/* Inline style bundled from post minad-villa */

#gap-404910497 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-404910497 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1717443929 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1717443929 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1750841504 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1750841504 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1802220512 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1802220512 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#section_889975660 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_889975660 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_889975660 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-565204297 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-565204297 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-924896573 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-924896573 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1238321017 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1238321017 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post minad-villa */

#image_918523502 {
  width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-1327885466 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1327885466 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1318073387 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1318073387 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#image_1388983138 {
  width: 100%;
}

/* Inline style bundled from post minad-villa */

#gap-555307956 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-555307956 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-356207037 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-356207037 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-2039293804 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2039293804 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-1572803673 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1572803673 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-197652260 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-197652260 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-54198570 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-54198570 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-97766813 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-97766813 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-585920307 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-585920307 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#gap-2123540871 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2123540871 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post minad-villa */

#section_647368979 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_647368979 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_647368979 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post minad-villa */

#text-1222341304 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post minad-villa */

#col-964923017 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post minad-villa */

#row-1584430107 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post minad-villa */

#row-690912522 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post minad-villa */

#section_856229742 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_856229742 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_856229742 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1717253015 {
  padding-top: 200px;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-469090496 {
  padding-top: 72px;
}

/* Inline style bundled from post nha-nghi-xuan */

#image_1692438274 {
  width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-939751124 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1668993100 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-nghi-xuan */

#image_1046785129 {
  width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-517377808 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-478816656 {
  padding-top: 176px;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1170292642 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1170292642 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-618245914 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-618245914 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-2012919400 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2012919400 {
    padding-top: 60px;
  }
}
@media (min-width:850px) {
  #gap-2012919400 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#section_1847839606 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1847839606 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1847839606 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-413684418 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-413684418 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1637808403 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1637808403 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-815860111 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-815860111 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#image_1469754058 {
  width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-953877331 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-953877331 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1203211122 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1203211122 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#image_1366595525 {
  width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-185747697 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-185747697 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1732198451 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1732198451 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-841430732 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-841430732 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-1290797909 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1290797909 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#gap-594027145 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-594027145 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nha-nghi-xuan */

#section_691985499 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_691985499 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_691985499 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nha-nghi-xuan */

#text-675633274 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post nha-nghi-xuan */

#col-1600500269 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post nha-nghi-xuan */

#row-1492389784 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post nha-nghi-xuan */

#row-548326139 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post nha-nghi-xuan */

#section_759916754 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_759916754 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_759916754 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post t-house */

#gap-80981199 {
  padding-top: 200px;
}

/* Inline style bundled from post t-house */

#gap-295422537 {
  padding-top: 72px;
}

/* Inline style bundled from post t-house */

#image_1963195265 {
  width: 100%;
}

/* Inline style bundled from post t-house */

#gap-683021479 {
  padding-top: 176px;
}

/* Inline style bundled from post t-house */

#gap-1666307399 {
  padding-top: 176px;
}

/* Inline style bundled from post t-house */

#image_1377830657 {
  width: 100%;
}

/* Inline style bundled from post t-house */

#gap-1645622165 {
  padding-top: 176px;
}

/* Inline style bundled from post t-house */

#gap-1791320896 {
  padding-top: 176px;
}

/* Inline style bundled from post t-house */

#gap-1106879260 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1106879260 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-297522561 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-297522561 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-336312953 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-336312953 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-792202528 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-792202528 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-322447146 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-322447146 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-392654081 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-392654081 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post t-house */

#gap-1891096767 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1891096767 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post t-house */

#section_1238380597 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1238380597 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1238380597 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post t-house */

#gap-1315283203 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1315283203 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post t-house */

#gap-988298844 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-988298844 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post t-house */

#gap-1276718697 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1276718697 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post t-house */

#image_1897854818 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1897854818 {
    width: 100%;
  }
}

/* Inline style bundled from post t-house */

#gap-1589983103 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1589983103 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-2125677942 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2125677942 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#image_440615513 {
  width: 100%;
}

/* Inline style bundled from post t-house */

#gap-573470770 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-573470770 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-987600541 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-987600541 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-881255072 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-881255072 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-1161970062 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1161970062 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-957488590 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-957488590 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-1409000473 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1409000473 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-545171766 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-545171766 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-482086787 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-482086787 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#gap-985513213 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-985513213 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post t-house */

#section_1134788456 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1134788456 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1134788456 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post t-house */

#text-867523422 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post t-house */

#col-761152776 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post t-house */

#row-1695223604 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post t-house */

#row-1884569824 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post t-house */

#section_1044039880 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1044039880 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1044039880 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cl-villa */

#gap-218701868 {
  padding-top: 200px;
}

/* Inline style bundled from post cl-villa */

#gap-1653705889 {
  padding-top: 72px;
}

/* Inline style bundled from post cl-villa */

#gap-858196887 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-1293424333 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#image_1230008572 {
  width: 100%;
}

/* Inline style bundled from post cl-villa */

#gap-2093981366 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-1129772247 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-1149017814 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-502207887 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-71437746 {
  padding-top: 176px;
}

/* Inline style bundled from post cl-villa */

#gap-1282983032 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1282983032 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post cl-villa */

#section_653870509 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_653870509 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_653870509 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cl-villa */

#gap-895549114 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-895549114 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1792998120 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1792998120 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1572751799 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1572751799 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1974966936 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1974966936 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-841513707 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-841513707 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cl-villa */

#image_1312608437 {
  width: 100%;
}

/* Inline style bundled from post cl-villa */

#gap-1350859873 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1350859873 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1518608470 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1518608470 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1076235381 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1076235381 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1761307769 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1761307769 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1673332215 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1673332215 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cl-villa */

#gap-1787729344 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1787729344 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cl-villa */

#section_1636636953 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1636636953 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1636636953 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cl-villa */

#text-1360872694 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post cl-villa */

#col-1538896084 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post cl-villa */

#row-1343121678 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post cl-villa */

#row-1172766683 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post cl-villa */

#section_1975007735 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1975007735 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1975007735 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-1377152960 {
  padding-top: 200px;
}

/* Inline style bundled from post frodo-villa */

#gap-779152565 {
  padding-top: 72px;
}

/* Inline style bundled from post frodo-villa */

#image_756286872 {
  width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-598592598 {
  padding-top: 176px;
}

/* Inline style bundled from post frodo-villa */

#gap-1671339761 {
  padding-top: 176px;
}

/* Inline style bundled from post frodo-villa */

#image_241903877 {
  width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-203700294 {
  padding-top: 176px;
}

/* Inline style bundled from post frodo-villa */

#gap-641955299 {
  padding-top: 176px;
}

/* Inline style bundled from post frodo-villa */

#gap-876001231 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-876001231 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-1074471503 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1074471503 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post frodo-villa */

#section_896586402 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_896586402 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_896586402 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-1161690258 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1161690258 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-580668220 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-580668220 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-691237733 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-691237733 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post frodo-villa */

#image_1168555852 {
  width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-1486080650 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1486080650 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-467468328 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-467468328 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#image_1943486092 {
  width: 100%;
}

/* Inline style bundled from post frodo-villa */

#gap-1523067234 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1523067234 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-1734896705 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1734896705 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-1252994310 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1252994310 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#gap-1220074359 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1220074359 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post frodo-villa */

#section_965338014 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_965338014 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_965338014 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post frodo-villa */

#text-2165268921 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post frodo-villa */

#col-30792650 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post frodo-villa */

#row-1385102344 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post frodo-villa */

#row-1949222019 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post frodo-villa */

#section_1631685172 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1631685172 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1631685172 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-229492288 {
  padding-top: 200px;
}

/* Inline style bundled from post dt-villa */

#gap-1285726716 {
  padding-top: 72px;
}

/* Inline style bundled from post dt-villa */

#image_2113170691 {
  width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-415218642 {
  padding-top: 176px;
}

/* Inline style bundled from post dt-villa */

#gap-447032108 {
  padding-top: 176px;
}

/* Inline style bundled from post dt-villa */

#image_1431245781 {
  width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-327052957 {
  padding-top: 176px;
}

/* Inline style bundled from post dt-villa */

#gap-1448121136 {
  padding-top: 176px;
}

/* Inline style bundled from post dt-villa */

#gap-482993778 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-482993778 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1133175512 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1133175512 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1570832768 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1570832768 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1611721161 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1611721161 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-512368115 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-512368115 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1716903792 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1716903792 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1456580388 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1456580388 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1164302815 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1164302815 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post dt-villa */

#section_1583061142 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1583061142 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1583061142 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-227677371 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-227677371 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1531285976 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1531285976 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1068636064 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1068636064 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post dt-villa */

#image_1475046359 {
  width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-1083736643 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1083736643 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1724965017 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1724965017 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#image_1773956972 {
  width: 100%;
}

/* Inline style bundled from post dt-villa */

#gap-642127813 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-642127813 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1062948407 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1062948407 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-960140452 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-960140452 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-260632602 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-260632602 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-699002902 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-699002902 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1462439594 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1462439594 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1730305547 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1730305547 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-97038672 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-97038672 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-397843274 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-397843274 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#gap-1465978377 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1465978377 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post dt-villa */

#section_697345077 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_697345077 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_697345077 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post dt-villa */

#text-1722361050 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post dt-villa */

#col-709452631 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post dt-villa */

#row-901180489 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post dt-villa */

#row-1237835606 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post dt-villa */

#section_525752278 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_525752278 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_525752278 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ecp-mansion */

#gap-425554284 {
  padding-top: 200px;
}

/* Inline style bundled from post ecp-mansion */

#gap-13589136 {
  padding-top: 72px;
}

/* Inline style bundled from post ecp-mansion */

#gap-1261586019 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-326786968 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#image_1192856535 {
  width: 100%;
}

/* Inline style bundled from post ecp-mansion */

#gap-1143868918 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-912285320 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-1363518170 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-1176205806 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-1792883630 {
  padding-top: 176px;
}

/* Inline style bundled from post ecp-mansion */

#gap-1997236865 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1997236865 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-247931679 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-247931679 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-869123622 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-869123622 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1994575197 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1994575197 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-844413126 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-844413126 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-687601241 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-687601241 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-92279681 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-92279681 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-231030198 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-231030198 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1499428900 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1499428900 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1181541625 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1181541625 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-135116634 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-135116634 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-795026783 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-795026783 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-2132480268 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2132480268 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1746411124 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1746411124 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post ecp-mansion */

#section_1044023066 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1044023066 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1044023066 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ecp-mansion */

#gap-2084002845 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-2084002845 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1611171254 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1611171254 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-380790931 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-380790931 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-501639662 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-501639662 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1408341197 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1408341197 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#image_482126884 {
  width: 100%;
}

/* Inline style bundled from post ecp-mansion */

#gap-2112005813 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-2112005813 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-583633088 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-583633088 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1662435512 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1662435512 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-2084207186 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2084207186 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1704927715 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1704927715 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-895096130 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-895096130 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-771881612 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-771881612 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1853536821 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1853536821 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-2083853290 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2083853290 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-148784939 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-148784939 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-25907266 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-25907266 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1079651920 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1079651920 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-896087283 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-896087283 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1389823328 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1389823328 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-870759070 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-870759070 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-681427395 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-681427395 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-174389068 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-174389068 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-730222686 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-730222686 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#gap-1120091997 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1120091997 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ecp-mansion */

#section_1447223914 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1447223914 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1447223914 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ecp-mansion */

#text-652110942 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post ecp-mansion */

#col-232737912 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post ecp-mansion */

#row-1938933265 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post ecp-mansion */

#row-2003887822 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post ecp-mansion */

#section_938424754 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_938424754 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_938424754 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-298569240 {
  padding-top: 200px;
}

/* Inline style bundled from post legend-villa */

#gap-106622903 {
  padding-top: 72px;
}

/* Inline style bundled from post legend-villa */

#image_4663732 {
  width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-574229585 {
  padding-top: 176px;
}

/* Inline style bundled from post legend-villa */

#gap-725424296 {
  padding-top: 176px;
}

/* Inline style bundled from post legend-villa */

#image_388409500 {
  width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-727810973 {
  padding-top: 176px;
}

/* Inline style bundled from post legend-villa */

#gap-1029588733 {
  padding-top: 176px;
}

/* Inline style bundled from post legend-villa */

#gap-1332721911 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1332721911 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-1420971368 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1420971368 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post legend-villa */

#section_2127176853 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2127176853 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2127176853 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-1778562308 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1778562308 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-772128531 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-772128531 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-314090077 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-314090077 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post legend-villa */

#image_1170793760 {
  width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-1187824148 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1187824148 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-1644810075 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1644810075 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#image_2085641798 {
  width: 100%;
}

/* Inline style bundled from post legend-villa */

#gap-516803894 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-516803894 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-1447914356 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1447914356 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-983123706 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-983123706 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#gap-1025402233 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1025402233 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post legend-villa */

#section_544834465 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_544834465 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_544834465 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post legend-villa */

#text-744257742 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post legend-villa */

#col-1087032465 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post legend-villa */

#row-1691241942 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post legend-villa */

#row-992483943 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post legend-villa */

#section_770094104 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_770094104 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_770094104 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-1748903586 {
  padding-top: 200px;
}

/* Inline style bundled from post lotus-villa */

#gap-1651455910 {
  padding-top: 72px;
}

/* Inline style bundled from post lotus-villa */

#image_141653078 {
  width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-196386059 {
  padding-top: 176px;
}

/* Inline style bundled from post lotus-villa */

#gap-209773498 {
  padding-top: 176px;
}

/* Inline style bundled from post lotus-villa */

#image_1563298451 {
  width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-152863916 {
  padding-top: 176px;
}

/* Inline style bundled from post lotus-villa */

#gap-1102433195 {
  padding-top: 176px;
}

/* Inline style bundled from post lotus-villa */

#gap-1218848776 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1218848776 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-171409131 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-171409131 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-547118239 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-547118239 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1241748328 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1241748328 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1943195427 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1943195427 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1728914630 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1728914630 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-557928624 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-557928624 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-2018763142 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2018763142 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-855500837 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-855500837 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-2029493159 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2029493159 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post lotus-villa */

#section_566609685 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_566609685 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_566609685 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-1599963168 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1599963168 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1412341986 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1412341986 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1500478808 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1500478808 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post lotus-villa */

#image_253628206 {
  width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-412847514 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-412847514 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-476789554 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-476789554 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#image_1624373732 {
  width: 100%;
}

/* Inline style bundled from post lotus-villa */

#gap-375126116 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-375126116 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1946145606 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1946145606 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1191410162 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1191410162 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1422229629 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1422229629 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-2007840227 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2007840227 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1675011824 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1675011824 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1655361409 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1655361409 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1503384069 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1503384069 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1604997169 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1604997169 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1125630221 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1125630221 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-1552109157 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1552109157 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#gap-576165630 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-576165630 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lotus-villa */

#section_2120918375 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2120918375 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2120918375 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lotus-villa */

#text-2877818474 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post lotus-villa */

#col-1398893324 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post lotus-villa */

#row-1536926164 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post lotus-villa */

#row-1921171404 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post lotus-villa */

#section_1731560493 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1731560493 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1731560493 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-1039038370 {
  padding-top: 200px;
}

/* Inline style bundled from post nk-villa */

#gap-89788361 {
  padding-top: 72px;
}

/* Inline style bundled from post nk-villa */

#image_1348414779 {
  width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-397450902 {
  padding-top: 176px;
}

/* Inline style bundled from post nk-villa */

#gap-1750066428 {
  padding-top: 176px;
}

/* Inline style bundled from post nk-villa */

#image_1044317219 {
  width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-1197820892 {
  padding-top: 176px;
}

/* Inline style bundled from post nk-villa */

#gap-1536826 {
  padding-top: 176px;
}

/* Inline style bundled from post nk-villa */

#gap-721794969 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-721794969 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-874516504 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-874516504 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1677883617 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1677883617 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-424399022 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-424399022 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-759223623 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-759223623 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1669054116 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1669054116 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-176886045 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-176886045 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-379574859 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-379574859 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1352185206 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1352185206 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-2060637649 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2060637649 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post nk-villa */

#section_2071218608 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2071218608 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2071218608 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-2129153894 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-2129153894 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1142122709 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1142122709 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-723507192 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-723507192 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nk-villa */

#image_1538495547 {
  width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-434231246 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-434231246 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-905809999 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-905809999 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#image_1578314800 {
  width: 100%;
}

/* Inline style bundled from post nk-villa */

#gap-1660596905 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1660596905 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-94683173 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-94683173 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-141403906 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-141403906 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1057030262 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1057030262 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1293399922 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1293399922 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-632847407 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-632847407 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1943050464 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1943050464 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-1376520419 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1376520419 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-477186466 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-477186466 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-195049572 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-195049572 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-89458415 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-89458415 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#gap-353716526 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-353716526 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nk-villa */

#section_1392212813 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1392212813 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1392212813 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nk-villa */

#text-2456838919 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post nk-villa */

#col-1395730650 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post nk-villa */

#row-500202524 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post nk-villa */

#row-189582592 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post nk-villa */

#section_881145072 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_881145072 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_881145072 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-1958560138 {
  padding-top: 200px;
}

/* Inline style bundled from post mansion-t */

#gap-990505863 {
  padding-top: 72px;
}

/* Inline style bundled from post mansion-t */

#image_1836340373 {
  width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-293646421 {
  padding-top: 176px;
}

/* Inline style bundled from post mansion-t */

#gap-1127989322 {
  padding-top: 176px;
}

/* Inline style bundled from post mansion-t */

#image_2080552891 {
  width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-176248398 {
  padding-top: 176px;
}

/* Inline style bundled from post mansion-t */

#gap-106964490 {
  padding-top: 176px;
}

/* Inline style bundled from post mansion-t */

#gap-2078014189 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2078014189 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1730669095 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1730669095 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1751912812 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1751912812 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-870117476 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-870117476 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1304539301 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1304539301 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1954639268 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1954639268 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-245135740 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-245135740 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1898235590 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1898235590 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-386995082 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-386995082 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-156454477 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-156454477 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-639579832 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-639579832 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-981199644 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-981199644 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1694064883 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1694064883 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1288242386 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1288242386 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-294770410 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-294770410 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-2075266834 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2075266834 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1262297247 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1262297247 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-690949142 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-690949142 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1832599393 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1832599393 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-689856165 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-689856165 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post mansion-t */

#section_952097127 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_952097127 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_952097127 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-660754282 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-660754282 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-480720707 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-480720707 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-2092004387 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-2092004387 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post mansion-t */

#image_1171722594 {
  width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-1873204023 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1873204023 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1816052041 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1816052041 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#image_1635146367 {
  width: 100%;
}

/* Inline style bundled from post mansion-t */

#gap-1032252098 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1032252098 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-854329536 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-854329536 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1364884386 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1364884386 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-18237380 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-18237380 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-606682185 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-606682185 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-446825394 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-446825394 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-42029448 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-42029448 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1445187419 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1445187419 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-676753753 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-676753753 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-657922445 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-657922445 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1454629976 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1454629976 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-2056084595 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2056084595 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-334624793 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-334624793 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1999121601 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1999121601 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1782029713 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1782029713 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1487067262 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1487067262 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1540935488 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1540935488 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-169463293 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-169463293 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-121286568 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-121286568 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1414079215 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1414079215 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1789698987 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1789698987 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#gap-1167393384 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1167393384 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mansion-t */

#section_1436291327 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1436291327 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1436291327 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mansion-t */

#text-3258188359 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post mansion-t */

#col-679955892 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post mansion-t */

#row-1398469824 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post mansion-t */

#row-1934510055 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post mansion-t */

#section_660714273 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_660714273 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_660714273 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mina-house */

#gap-1189302817 {
  padding-top: 200px;
}

/* Inline style bundled from post mina-house */

#gap-595181715 {
  padding-top: 72px;
}

/* Inline style bundled from post mina-house */

#image_1524577025 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#gap-2120570859 {
  padding-top: 176px;
}

/* Inline style bundled from post mina-house */

#gap-1492299386 {
  padding-top: 176px;
}

/* Inline style bundled from post mina-house */

#image_1097166784 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#text-3544174340 {
  text-align: center;
}

/* Inline style bundled from post mina-house */

#image_743670562 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#text-919610058 {
  text-align: center;
}

/* Inline style bundled from post mina-house */

#gap-1909251285 {
  padding-top: 176px;
}

/* Inline style bundled from post mina-house */

#gap-1895710844 {
  padding-top: 176px;
}

/* Inline style bundled from post mina-house */

#gap-1582042590 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1582042590 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1786073279 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1786073279 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-599786922 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-599786922 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1902321402 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1902321402 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-2085369344 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2085369344 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-85687891 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-85687891 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mina-house */

#gap-639099485 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-639099485 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post mina-house */

#section_1730348601 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1730348601 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1730348601 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mina-house */

#gap-1341890792 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1341890792 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1450233599 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1450233599 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post mina-house */

#gap-314438680 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-314438680 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post mina-house */

#image_1240201306 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#gap-929861782 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-929861782 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1937181875 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1937181875 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#image_1258348688 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#text-3779841827 {
  text-align: center;
}

/* Inline style bundled from post mina-house */

#image_1825878149 {
  width: 100%;
}

/* Inline style bundled from post mina-house */

#text-4167388496 {
  text-align: center;
}

/* Inline style bundled from post mina-house */

#gap-15026405 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-15026405 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1779851577 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1779851577 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-325694655 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-325694655 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-252824098 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-252824098 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1953565554 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1953565554 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-1529895429 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1529895429 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-2059922370 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2059922370 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-744917249 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-744917249 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#gap-559155757 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-559155757 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post mina-house */

#section_1092392028 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1092392028 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1092392028 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mina-house */

#text-262370617 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post mina-house */

#col-408252384 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post mina-house */

#row-408319727 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post mina-house */

#row-304485512 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post mina-house */

#section_1608825537 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1608825537 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1608825537 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-752832362 {
  padding-top: 200px;
}

/* Inline style bundled from post kl-villa */

#gap-2046347692 {
  padding-top: 72px;
}

/* Inline style bundled from post kl-villa */

#image_1308600754 {
  width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-1550991284 {
  padding-top: 176px;
}

/* Inline style bundled from post kl-villa */

#gap-1486873044 {
  padding-top: 176px;
}

/* Inline style bundled from post kl-villa */

#image_926777981 {
  width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-1491184975 {
  padding-top: 176px;
}

/* Inline style bundled from post kl-villa */

#gap-1604578815 {
  padding-top: 176px;
}

/* Inline style bundled from post kl-villa */

#gap-1093868090 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1093868090 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-882946345 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-882946345 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1510066032 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1510066032 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1788745819 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1788745819 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-980519513 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-980519513 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1472744653 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1472744653 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1719121058 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1719121058 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1669839443 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1669839443 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-773146416 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-773146416 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-896638779 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-896638779 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-28375257 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-28375257 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1094380272 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1094380272 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-816718063 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-816718063 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-270108518 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-270108518 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1490238944 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1490238944 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post kl-villa */

#section_1553192964 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1553192964 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1553192964 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-187652935 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-187652935 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-487292446 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-487292446 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-2055165168 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-2055165168 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post kl-villa */

#image_767039765 {
  width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-1561019259 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1561019259 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1812193078 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1812193078 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#image_1494168694 {
  width: 100%;
}

/* Inline style bundled from post kl-villa */

#gap-197726167 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-197726167 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-169413703 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-169413703 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-2035525441 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2035525441 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-547342498 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-547342498 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1997095576 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1997095576 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1632173924 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1632173924 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-716877635 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-716877635 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-413588130 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-413588130 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1597294413 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1597294413 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-137868362 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-137868362 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1830337675 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1830337675 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1301494456 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1301494456 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-570780421 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-570780421 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1348870547 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1348870547 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-142362549 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-142362549 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1509030394 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1509030394 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#gap-1630259503 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1630259503 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kl-villa */

#section_662044783 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_662044783 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_662044783 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post kl-villa */

#text-2044621624 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post kl-villa */

#col-1649616894 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post kl-villa */

#row-1191100626 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post kl-villa */

#row-765849771 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post kl-villa */

#section_1969841882 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1969841882 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1969841882 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1452284923 {
  padding-top: 200px;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1460301857 {
  padding-top: 72px;
}

/* Inline style bundled from post phu-ninh-villa */

#image_2141629208 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-151122955 {
  padding-top: 176px;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1090162320 {
  padding-top: 176px;
}

/* Inline style bundled from post phu-ninh-villa */

#image_1187191020 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-2040494951 {
  padding-top: 176px;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-586991681 {
  padding-top: 176px;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1688792888 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1688792888 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-608720215 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-608720215 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1452793001 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1452793001 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1020788869 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1020788869 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_1750553136 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-102948625 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-102948625 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_783531263 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-735660611 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-735660611 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1760705809 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1760705809 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-527684101 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-527684101 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1131697835 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1131697835 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-964923909 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-964923909 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-801458502 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-801458502 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#section_1278223583 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1278223583 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1278223583 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-487564607 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-487564607 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1405613475 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1405613475 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1959416400 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1959416400 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_753388339 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-880705666 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-880705666 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-868100600 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-868100600 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_173997544 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-347862681 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-347862681 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-913472456 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-913472456 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1125625483 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1125625483 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-699877736 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-699877736 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1928190313 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1928190313 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-159652067 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-159652067 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_1415331045 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-308042017 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-308042017 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#image_121822290 {
  width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#gap-548651073 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-548651073 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1733619942 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1733619942 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-32024709 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-32024709 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-1520362430 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1520362430 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-752492834 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-752492834 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#gap-616695271 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-616695271 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post phu-ninh-villa */

#section_242866817 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_242866817 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_242866817 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post phu-ninh-villa */

#text-2080888686 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post phu-ninh-villa */

#col-1016602181 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post phu-ninh-villa */

#row-1971164537 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post phu-ninh-villa */

#row-1713844349 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post phu-ninh-villa */

#section_183754797 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_183754797 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_183754797 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-664943826 {
  padding-top: 200px;
}

/* Inline style bundled from post cr-villa */

#gap-1845377326 {
  padding-top: 72px;
}

/* Inline style bundled from post cr-villa */

#image_1015907788 {
  width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-561571878 {
  padding-top: 176px;
}

/* Inline style bundled from post cr-villa */

#gap-2114776897 {
  padding-top: 176px;
}

/* Inline style bundled from post cr-villa */

#image_1363098066 {
  width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-1425079957 {
  padding-top: 176px;
}

/* Inline style bundled from post cr-villa */

#gap-1044124293 {
  padding-top: 176px;
}

/* Inline style bundled from post cr-villa */

#gap-1540848889 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1540848889 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-58197197 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-58197197 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1217176251 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1217176251 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1192269068 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1192269068 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-559927655 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-559927655 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1018943652 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1018943652 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-535085953 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-535085953 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1570174652 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1570174652 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post cr-villa */

#section_1813412279 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1813412279 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1813412279 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-84691367 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-84691367 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-945084908 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-945084908 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-63614594 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-63614594 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post cr-villa */

#image_766915707 {
  width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-1062423651 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1062423651 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1585766596 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1585766596 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#image_243236784 {
  width: 100%;
}

/* Inline style bundled from post cr-villa */

#gap-2059918294 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-2059918294 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1989619679 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1989619679 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1358378636 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1358378636 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-801306718 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-801306718 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1213629123 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1213629123 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-1662376181 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1662376181 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-532053851 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-532053851 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-375685021 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-375685021 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-948322007 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-948322007 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#gap-204140102 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-204140102 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post cr-villa */

#section_335155202 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_335155202 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_335155202 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post cr-villa */

#text-3338475781 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post cr-villa */

#col-1528770462 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post cr-villa */

#row-151732646 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post cr-villa */

#row-575561995 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post cr-villa */

#section_2141157428 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2141157428 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2141157428 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-399781734 {
  padding-top: 200px;
}

/* Inline style bundled from post y-villa */

#gap-1152324014 {
  padding-top: 72px;
}

/* Inline style bundled from post y-villa */

#image_731499312 {
  width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-1312476837 {
  padding-top: 176px;
}

/* Inline style bundled from post y-villa */

#gap-871118199 {
  padding-top: 176px;
}

/* Inline style bundled from post y-villa */

#image_1276365786 {
  width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-697717425 {
  padding-top: 176px;
}

/* Inline style bundled from post y-villa */

#gap-1863046026 {
  padding-top: 176px;
}

/* Inline style bundled from post y-villa */

#gap-1732279191 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1732279191 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1369493570 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1369493570 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-2120097337 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2120097337 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1248982622 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1248982622 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-285780252 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-285780252 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1174242413 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1174242413 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-282682154 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-282682154 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1668693311 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1668693311 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-2080915085 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2080915085 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1985569214 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1985569214 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-978702371 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-978702371 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-521632522 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-521632522 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post y-villa */

#gap-958815021 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-958815021 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post y-villa */

#section_1981688759 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1981688759 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1981688759 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-318157039 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-318157039 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post y-villa */

#gap-170203883 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-170203883 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post y-villa */

#gap-425141442 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-425141442 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post y-villa */

#image_1878591652 {
  width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-566452519 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-566452519 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1836686952 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1836686952 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#image_964575343 {
  width: 100%;
}

/* Inline style bundled from post y-villa */

#gap-438069948 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-438069948 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1172266065 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1172266065 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-2069538577 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2069538577 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1143415847 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1143415847 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-830002729 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-830002729 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1276531483 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1276531483 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-2006453152 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2006453152 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-473729724 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-473729724 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1504660899 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1504660899 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-313083853 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-313083853 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-784235836 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-784235836 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-653173962 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-653173962 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-957750466 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-957750466 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1261802766 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1261802766 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#gap-1382768106 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1382768106 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post y-villa */

#section_1362630622 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1362630622 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1362630622 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post y-villa */

#text-3599824736 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post y-villa */

#col-1260533534 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post y-villa */

#row-1668791809 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post y-villa */

#row-121395641 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post y-villa */

#section_1609976946 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1609976946 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1609976946 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-425696101 {
  padding-top: 200px;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-718128384 {
  padding-top: 72px;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1875876899 {
  padding-top: 176px;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1189153268 {
  padding-top: 176px;
}

/* Inline style bundled from post vu-gia-mansion */

#image_1660583291 {
  width: 100%;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1182183547 {
  padding-top: 176px;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-786850329 {
  padding-top: 176px;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-313667898 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-313667898 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-169922864 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-169922864 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1586197027 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1586197027 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#section_925968087 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_925968087 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_925968087 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-475887003 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-475887003 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1458796781 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1458796781 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-27578596 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-27578596 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-275364223 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-275364223 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-17839961 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-17839961 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#image_1849137662 {
  width: 100%;
}

/* Inline style bundled from post vu-gia-mansion */

#gap-3444290 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-3444290 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1899561793 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1899561793 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1092726723 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1092726723 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-1279599640 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1279599640 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#gap-371389807 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-371389807 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vu-gia-mansion */

#section_1350629969 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1350629969 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1350629969 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vu-gia-mansion */

#text-2134743107 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post vu-gia-mansion */

#col-386035743 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post vu-gia-mansion */

#row-2057710498 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post vu-gia-mansion */

#row-1362894014 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post vu-gia-mansion */

#section_2124758168 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2124758168 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2124758168 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-1930446767 {
  padding-top: 200px;
}

/* Inline style bundled from post hn-villa */

#gap-435667949 {
  padding-top: 72px;
}

/* Inline style bundled from post hn-villa */

#image_1940613143 {
  width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-161249793 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-villa */

#gap-821697248 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-villa */

#image_1235754703 {
  width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-843510762 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-villa */

#gap-35723286 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-villa */

#gap-1623598120 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1623598120 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-2075556139 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2075556139 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1326647956 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1326647956 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1153335108 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1153335108 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-907715033 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-907715033 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-463172077 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-463172077 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1940365745 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1940365745 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-2010685871 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2010685871 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1354463982 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1354463982 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-449422445 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-449422445 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1748186056 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1748186056 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1535371859 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1535371859 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-2010017870 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2010017870 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post hn-villa */

#section_1546583629 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1546583629 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1546583629 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-1244388952 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1244388952 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-478826778 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-478826778 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1029894804 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1029894804 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post hn-villa */

#image_1243702069 {
  width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-1815068917 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1815068917 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-389908815 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-389908815 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#image_589963999 {
  width: 100%;
}

/* Inline style bundled from post hn-villa */

#gap-1130572148 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1130572148 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1144010517 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1144010517 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1815585409 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1815585409 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-665622083 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-665622083 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-781603428 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-781603428 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-776446604 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-776446604 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1017594578 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1017594578 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-393978206 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-393978206 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-886907768 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-886907768 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-732767001 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-732767001 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-604440844 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-604440844 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-142309740 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-142309740 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1621884588 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1621884588 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-1411517020 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1411517020 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#gap-498816913 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-498816913 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-villa */

#section_503830641 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_503830641 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_503830641 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-villa */

#text-1145379208 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post hn-villa */

#col-2009378032 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post hn-villa */

#row-2102196297 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post hn-villa */

#row-538697833 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post hn-villa */

#section_1634221196 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1634221196 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1634221196 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-662577208 {
  padding-top: 200px;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1143323417 {
  padding-top: 72px;
}

/* Inline style bundled from post oc-tieu-maison */

#image_1724407736 {
  width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1038614413 {
  padding-top: 176px;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-991434205 {
  padding-top: 176px;
}

/* Inline style bundled from post oc-tieu-maison */

#image_670411602 {
  width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1181184581 {
  padding-top: 176px;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1077546493 {
  padding-top: 176px;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1919485355 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1919485355 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-578671257 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-578671257 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#section_1440172624 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1440172624 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1440172624 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1566823249 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1566823249 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-951157291 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-951157291 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1524497741 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1524497741 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#image_1519966875 {
  width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-666807527 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-666807527 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1985878244 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1985878244 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#image_836417361 {
  width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#gap-957982162 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-957982162 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-168920530 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-168920530 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-1595546626 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1595546626 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#gap-135953063 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-135953063 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post oc-tieu-maison */

#section_2043871850 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2043871850 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2043871850 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post oc-tieu-maison */

#text-232795706 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post oc-tieu-maison */

#col-1431861116 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post oc-tieu-maison */

#row-736080757 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post oc-tieu-maison */

#row-157633111 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post oc-tieu-maison */

#section_1943215815 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1943215815 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1943215815 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lm-house */

#gap-594067463 {
  padding-top: 200px;
}

/* Inline style bundled from post lm-house */

#gap-1364440476 {
  padding-top: 72px;
}

/* Inline style bundled from post lm-house */

#image_1887233222 {
  width: 100%;
}

/* Inline style bundled from post lm-house */

#gap-2136844855 {
  padding-top: 176px;
}

/* Inline style bundled from post lm-house */

#gap-1698940191 {
  padding-top: 176px;
}

/* Inline style bundled from post lm-house */

#image_483152497 {
  width: 100%;
}

/* Inline style bundled from post lm-house */

#gap-174903980 {
  padding-top: 176px;
}

/* Inline style bundled from post lm-house */

#gap-527347903 {
  padding-top: 176px;
}

/* Inline style bundled from post lm-house */

#gap-556245706 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-556245706 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1104718161 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1104718161 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1429199905 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1429199905 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-2119980162 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2119980162 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1211684564 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1211684564 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-53384145 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-53384145 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-2087878459 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2087878459 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1472712170 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1472712170 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post lm-house */

#section_965084370 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_965084370 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_965084370 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lm-house */

#gap-762296262 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-762296262 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1246891746 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1246891746 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post lm-house */

#gap-746737663 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-746737663 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post lm-house */

#image_1704840530 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1704840530 {
    width: 100%;
  }
}

/* Inline style bundled from post lm-house */

#gap-1598660712 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1598660712 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-333515990 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-333515990 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#image_815443170 {
  width: 100%;
}

/* Inline style bundled from post lm-house */

#gap-1410145219 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1410145219 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1223867483 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1223867483 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-417563083 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-417563083 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1299521635 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1299521635 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-466467266 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-466467266 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1467908007 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1467908007 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-960442554 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-960442554 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-1247919744 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1247919744 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-188073480 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-188073480 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#gap-595266816 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-595266816 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post lm-house */

#section_156096441 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_156096441 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_156096441 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post lm-house */

#text-3793114248 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post lm-house */

#col-522610706 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post lm-house */

#row-816926063 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post lm-house */

#row-2123918410 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post lm-house */

#section_1001639248 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1001639248 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1001639248 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#gap-1384638337 {
  padding-top: 200px;
}

/* Inline style bundled from post long-binh-villa */

#gap-2097520598 {
  padding-top: 72px;
}

/* Inline style bundled from post long-binh-villa */

#image_1656987982 {
  width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#gap-158600519 {
  padding-top: 176px;
}

/* Inline style bundled from post long-binh-villa */

#gap-589934008 {
  padding-top: 176px;
}

/* Inline style bundled from post long-binh-villa */

#image_1644289441 {
  width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#gap-1522345784 {
  padding-top: 176px;
}

/* Inline style bundled from post long-binh-villa */

#gap-2077074676 {
  padding-top: 176px;
}

/* Inline style bundled from post long-binh-villa */

#gap-1705576946 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1705576946 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-296446990 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-296446990 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-1869612442 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1869612442 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post long-binh-villa */

#section_1755971241 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1755971241 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1755971241 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#gap-1201827586 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1201827586 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-438933119 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-438933119 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-1640080883 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1640080883 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post long-binh-villa */

#image_183052132 {
  width: 100%;
}
@media (min-width:550px) {
  #image_183052132 {
    width: 100%;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-1201368348 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1201368348 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-459680313 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-459680313 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#image_1728285843 {
  width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#gap-1578840120 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1578840120 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-1050219888 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1050219888 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-783467662 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-783467662 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-184538679 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-184538679 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#gap-1815296750 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1815296750 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post long-binh-villa */

#section_19690091 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_19690091 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_19690091 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post long-binh-villa */

#text-3488066661 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post long-binh-villa */

#col-1727742964 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post long-binh-villa */

#row-1381404104 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post long-binh-villa */

#row-1468833844 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post long-binh-villa */

#section_1821487252 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1821487252 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1821487252 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post td-mansion */

#gap-1621653849 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1621653849 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1621653849 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-1253370821 {
  padding-top: 72px;
}

/* Inline style bundled from post td-mansion */

#section_604681719 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_604681719 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_604681719 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post td-mansion */

#image_572769292 {
  width: 100%;
}

/* Inline style bundled from post td-mansion */

#gap-1667903134 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1667903134 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1667903134 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-277405256 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-277405256 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-277405256 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#image_1416411768 {
  width: 100%;
}

/* Inline style bundled from post td-mansion */

#gap-2065440693 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-2065440693 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-2065440693 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-1664425292 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1664425292 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1664425292 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#section_1264950242 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1264950242 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1264950242 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post td-mansion */

#gap-1733306773 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1733306773 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-1932294583 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1932294583 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-1522841480 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1522841480 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-199636981 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-199636981 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#gap-1701443207 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1701443207 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post td-mansion */

#section_1114312431 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1114312431 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1114312431 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post td-mansion */

#text-2479575094 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post td-mansion */

#col-1540462865 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post td-mansion */

#row-1049940588 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post td-mansion */

#row-812841600 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post td-mansion */

#section_1468045720 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1468045720 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1468045720 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-736986491 {
  padding-top: 200px;
}

/* Inline style bundled from post tc-mansion */

#gap-1610019107 {
  padding-top: 72px;
}

/* Inline style bundled from post tc-mansion */

#image_1499004288 {
  width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-238213458 {
  padding-top: 176px;
}

/* Inline style bundled from post tc-mansion */

#gap-819380121 {
  padding-top: 176px;
}

/* Inline style bundled from post tc-mansion */

#image_1984274389 {
  width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-2111118966 {
  padding-top: 176px;
}

/* Inline style bundled from post tc-mansion */

#gap-1363917614 {
  padding-top: 176px;
}

/* Inline style bundled from post tc-mansion */

#gap-1046751977 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1046751977 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1621844919 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1621844919 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1070694609 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1070694609 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-324887848 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-324887848 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1189394914 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1189394914 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-313990132 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-313990132 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-75762440 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-75762440 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-2074376176 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2074376176 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-521515243 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-521515243 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1586845708 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1586845708 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-2064817846 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2064817846 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1090610287 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1090610287 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1529216806 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1529216806 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1676038969 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1676038969 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post tc-mansion */

#section_1335965753 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1335965753 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1335965753 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-365000840 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-365000840 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-741002670 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-741002670 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1504978652 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1504978652 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post tc-mansion */

#image_1586470033 {
  width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-528012569 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-528012569 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1352959017 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1352959017 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#image_993809316 {
  width: 100%;
}

/* Inline style bundled from post tc-mansion */

#gap-308498797 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-308498797 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-2104062827 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2104062827 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-54133167 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-54133167 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-42683219 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-42683219 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-635603919 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-635603919 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1020468676 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1020468676 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-2012662892 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2012662892 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1266080081 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1266080081 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1909774263 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1909774263 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1696899561 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1696899561 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-730553661 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-730553661 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1987839979 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1987839979 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-188588757 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-188588757 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-1512537247 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1512537247 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-756611078 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-756611078 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#gap-2059079608 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2059079608 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post tc-mansion */

#section_1007484445 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1007484445 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1007484445 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post tc-mansion */

#text-888563800 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post tc-mansion */

#col-1239285855 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post tc-mansion */

#row-1091188172 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post tc-mansion */

#row-1407658880 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post tc-mansion */

#section_928865547 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_928865547 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_928865547 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-2085911242 {
  padding-top: 200px;
}

/* Inline style bundled from post maison-de-blanc */

#gap-270194016 {
  padding-top: 72px;
}

/* Inline style bundled from post maison-de-blanc */

#image_1881281007 {
  width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-1157673115 {
  padding-top: 176px;
}

/* Inline style bundled from post maison-de-blanc */

#gap-1320941832 {
  padding-top: 176px;
}

/* Inline style bundled from post maison-de-blanc */

#image_1738816837 {
  width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-458355440 {
  padding-top: 176px;
}

/* Inline style bundled from post maison-de-blanc */

#gap-133192265 {
  padding-top: 176px;
}

/* Inline style bundled from post maison-de-blanc */

#gap-770531288 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-770531288 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1499551192 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1499551192 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-35870180 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-35870180 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1520484593 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1520484593 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1863828610 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1863828610 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-529005718 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-529005718 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-85086849 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-85086849 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1707805483 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1707805483 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-251465847 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-251465847 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-2101708987 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2101708987 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1590835881 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1590835881 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-342223305 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-342223305 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-826193684 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-826193684 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-407400876 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-407400876 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#section_2042305147 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2042305147 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2042305147 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-1124013966 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1124013966 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-361432462 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-361432462 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1766833447 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1766833447 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#image_1801550292 {
  width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-583438089 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-583438089 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-811945210 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-811945210 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#image_986608422 {
  width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#gap-1053064926 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1053064926 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1930320474 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1930320474 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1795791959 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1795791959 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1511704738 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1511704738 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1874395531 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1874395531 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1563275408 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1563275408 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1928575083 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1928575083 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-2102521393 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2102521393 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1925591991 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1925591991 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-727092336 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-727092336 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-875415701 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-875415701 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-2060949941 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2060949941 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1888007813 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1888007813 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-469507326 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-469507326 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-1167263348 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1167263348 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#gap-655306035 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-655306035 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post maison-de-blanc */

#section_387055070 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_387055070 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_387055070 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post maison-de-blanc */

#text-3136079702 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post maison-de-blanc */

#col-1983902429 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post maison-de-blanc */

#row-1471899463 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post maison-de-blanc */

#row-1467490202 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post maison-de-blanc */

#section_503272961 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_503272961 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_503272961 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-21902483 {
  padding-top: 200px;
}

/* Inline style bundled from post vi-villa */

#gap-716780702 {
  padding-top: 72px;
}

/* Inline style bundled from post vi-villa */

#image_625805664 {
  width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-213766027 {
  padding-top: 176px;
}

/* Inline style bundled from post vi-villa */

#gap-1572972213 {
  padding-top: 176px;
}

/* Inline style bundled from post vi-villa */

#image_1601125817 {
  width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-1772610684 {
  padding-top: 176px;
}

/* Inline style bundled from post vi-villa */

#gap-483932088 {
  padding-top: 176px;
}

/* Inline style bundled from post vi-villa */

#gap-2030044429 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2030044429 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-364532032 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-364532032 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post vi-villa */

#section_1137904043 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1137904043 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1137904043 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-1670625521 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1670625521 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-1950391507 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1950391507 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-1304913271 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1304913271 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post vi-villa */

#image_629726002 {
  width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-137365252 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-137365252 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-630039600 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-630039600 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#image_585377364 {
  width: 100%;
}

/* Inline style bundled from post vi-villa */

#gap-1374198242 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1374198242 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-965508607 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-965508607 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-487023378 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-487023378 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#gap-1383424920 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1383424920 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post vi-villa */

#section_331092662 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_331092662 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_331092662 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post vi-villa */

#text-319911762 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post vi-villa */

#col-1311127839 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post vi-villa */

#row-1426969687 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post vi-villa */

#row-709584234 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post vi-villa */

#section_566807621 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_566807621 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_566807621 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nx-house */

#gap-1062657080 {
  padding-top: 200px;
}

/* Inline style bundled from post nx-house */

#gap-543817820 {
  padding-top: 72px;
}

/* Inline style bundled from post nx-house */

#image_143005059 {
  width: 100%;
}

/* Inline style bundled from post nx-house */

#gap-2127608523 {
  padding-top: 176px;
}

/* Inline style bundled from post nx-house */

#gap-867842706 {
  padding-top: 176px;
}

/* Inline style bundled from post nx-house */

#gap-1687948613 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1687948613 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post nx-house */

#gap-267784358 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-267784358 {
    padding-top: 60;
  }
}

/* Inline style bundled from post nx-house */

#section_461830591 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_461830591 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_461830591 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nx-house */

#gap-1779027556 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-1779027556 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nx-house */

#gap-684931691 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-684931691 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post nx-house */

#gap-1428534447 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1428534447 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post nx-house */

#image_1701671198 {
  width: 100%;
}

/* Inline style bundled from post nx-house */

#gap-106822267 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-106822267 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nx-house */

#gap-1805643847 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1805643847 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nx-house */

#gap-2064414032 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2064414032 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nx-house */

#gap-1390935349 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1390935349 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nx-house */

#gap-49096876 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-49096876 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post nx-house */

#section_854297215 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_854297215 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_854297215 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post nx-house */

#text-3581085060 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post nx-house */

#col-426090461 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post nx-house */

#row-91796410 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post nx-house */

#row-725826194 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post nx-house */

#section_1711351109 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1711351109 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1711351109 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-1229396794 {
  padding-top: 200px;
}

/* Inline style bundled from post ld-villa */

#gap-1056412463 {
  padding-top: 72px;
}

/* Inline style bundled from post ld-villa */

#image_931319382 {
  width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-389124091 {
  padding-top: 176px;
}

/* Inline style bundled from post ld-villa */

#gap-715622447 {
  padding-top: 176px;
}

/* Inline style bundled from post ld-villa */

#image_1590501443 {
  width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-1935560427 {
  padding-top: 176px;
}

/* Inline style bundled from post ld-villa */

#gap-119594669 {
  padding-top: 176px;
}

/* Inline style bundled from post ld-villa */

#gap-1511270211 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1511270211 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-45587773 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-45587773 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1171200247 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1171200247 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1619338002 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1619338002 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1214529238 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1214529238 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-960818173 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-960818173 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-15349888 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-15349888 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1725969597 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1725969597 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-170443145 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-170443145 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1159984472 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1159984472 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-886165794 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-886165794 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-577836668 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-577836668 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1058740314 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1058740314 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-379235485 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-379235485 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1032522267 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1032522267 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-861040710 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-861040710 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post ld-villa */

#section_1001459302 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1001459302 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1001459302 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-81105483 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-81105483 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-406901375 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-406901375 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-821577225 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-821577225 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post ld-villa */

#image_541149347 {
  width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-977831252 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-977831252 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1455277616 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1455277616 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#image_146254466 {
  width: 100%;
}

/* Inline style bundled from post ld-villa */

#gap-1679144544 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1679144544 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-443644093 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-443644093 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-941265303 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-941265303 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-223083333 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-223083333 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-642255312 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-642255312 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-831340365 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-831340365 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-36634766 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-36634766 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1886923229 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1886923229 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-919893417 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-919893417 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1838265491 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1838265491 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-379982182 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-379982182 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1521348781 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1521348781 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-107645154 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-107645154 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-670895312 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-670895312 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1122466988 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1122466988 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-1637713561 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1637713561 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-42672035 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-42672035 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#gap-822134943 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-822134943 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post ld-villa */

#section_1532456367 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1532456367 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1532456367 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post ld-villa */

#text-1866338750 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post ld-villa */

#col-1900836747 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post ld-villa */

#row-1877011871 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post ld-villa */

#row-13963559 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post ld-villa */

#section_307817107 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_307817107 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_307817107 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-1923318255 {
  padding-top: 200px;
}

/* Inline style bundled from post hn-house */

#gap-13593646 {
  padding-top: 72px;
}

/* Inline style bundled from post hn-house */

#image_367094554 {
  width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-6483824 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-house */

#gap-995500836 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-house */

#image_490943928 {
  width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-850727430 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-house */

#gap-1727334607 {
  padding-top: 176px;
}

/* Inline style bundled from post hn-house */

#gap-1398584914 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1398584914 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1447214901 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1447214901 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1718941650 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1718941650 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-597671304 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-597671304 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-856484254 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-856484254 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-764140678 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-764140678 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1558191882 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1558191882 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-461113245 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-461113245 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1852029707 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1852029707 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post hn-house */

#gap-293534606 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-293534606 {
    padding-top: 60px;
  }
}

/* Inline style bundled from post hn-house */

#section_1172922961 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1172922961 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1172922961 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-730709908 {
  padding-top: 140px;
}
@media (min-width:550px) {
  #gap-730709908 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1025202899 {
  padding-top: 75px;
}
@media (min-width:550px) {
  #gap-1025202899 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1747120482 {
  padding-top: 50px;
}
@media (min-width:550px) {
  #gap-1747120482 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post hn-house */

#image_1604501493 {
  width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-1993884400 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1993884400 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-2144969536 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-2144969536 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#image_1909913021 {
  width: 100%;
}

/* Inline style bundled from post hn-house */

#gap-1360769724 {
  padding-top: 70px;
}
@media (min-width:550px) {
  #gap-1360769724 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1451953081 {
  padding-top: 45px;
}
@media (min-width:550px) {
  #gap-1451953081 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-854949885 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-854949885 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1973048149 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1973048149 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-699173984 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-699173984 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-1316107227 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1316107227 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-917746338 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-917746338 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-374707853 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-374707853 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-845056450 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-845056450 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-612297196 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-612297196 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-541884584 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-541884584 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#gap-269565024 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-269565024 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post hn-house */

#section_2062777225 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_2062777225 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_2062777225 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post hn-house */

#text-1197755834 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post hn-house */

#col-789774291 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post hn-house */

#row-850115259 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post hn-house */

#row-1583788390 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post hn-house */

#section_909507515 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_909507515 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_909507515 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mh-mansion */

#gap-955116952 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-955116952 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-955116952 {
    padding-top: 200px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-123608075 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-123608075 {
    padding-top: 72px;
  }
}

/* Inline style bundled from post mh-mansion */

#image_1754114918 {
  width: 100%;
}

/* Inline style bundled from post mh-mansion */

#gap-159642852 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-159642852 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-159642852 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-632724273 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-632724273 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-632724273 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#image_973370529 {
  width: 100%;
}

/* Inline style bundled from post mh-mansion */

#gap-397751938 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-397751938 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-397751938 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1831265736 {
  padding-top: 60px;
}
@media (min-width:550px) {
  #gap-1831265736 {
    padding-top: 120px;
  }
}
@media (min-width:850px) {
  #gap-1831265736 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-926585956 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-926585956 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1818143284 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1818143284 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-418655552 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-418655552 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1302478110 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1302478110 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1639251820 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1639251820 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-2016151811 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-2016151811 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1506212363 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1506212363 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1742105558 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1742105558 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1387471027 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1387471027 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1351491424 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1351491424 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-784611908 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-784611908 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-1375788339 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-1375788339 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-429705861 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-429705861 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#gap-264422272 {
  padding-top: 95px;
}
@media (min-width:550px) {
  #gap-264422272 {
    padding-top: 176px;
  }
}

/* Inline style bundled from post mh-mansion */

#section_1769696021 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_1769696021 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_1769696021 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post mh-mansion */

#text-2957269596 {
  line-height: 3;
  text-align: left;
}

/* Inline style bundled from post mh-mansion */

#col-520507784 > .col-inner {
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 0 0px;
}

/* Inline style bundled from post mh-mansion */

#row-1681468386 > .col > .col-inner {
  padding: 30px 0px 0px 0px;
}

/* Inline style bundled from post mh-mansion */

#row-245677968 > .col > .col-inner {
  background-color: rgb(255,255,255);
}

/* Inline style bundled from post mh-mansion */

#section_747308329 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#section_747308329 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#section_747308329 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-4066797037 {
  color: rgb(255,255,255);
}
#text-4066797037 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-box-352255984 {
  width: 60%;
}
#text-box-352255984 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-352255984 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-352255984 {
    width: 35%;
  }
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#banner-2037177413 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-2037177413 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-2037177413 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-2037177413 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2037177413 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-2037177413 {
    padding-top: 500px;
  }
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#gap-776065190 {
  padding-top: 60px;
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-315046151 {
  text-align: left;
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-1469192963 {
  text-align: left;
  color: #494848;
}
#text-1469192963 > * {
  color: #494848;
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-4114198073 {
  color: rgb(0,0,0);
}
#text-4114198073 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-168594638 {
  color: rgb(0,0,0);
}
#text-168594638 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-3962836709 {
  color: rgb(0,0,0);
}
#text-3962836709 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post giam-sat-thi-cong-xay-dung */

#text-712122801 {
  color: rgb(0,0,0);
}
#text-712122801 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-trien-khai */

#text-3354904603 {
  color: rgb(255,255,255);
}
#text-3354904603 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post kts-trien-khai */

#text-box-1970913347 {
  width: 60%;
}
#text-box-1970913347 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1970913347 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-1970913347 {
    width: 35%;
  }
}

/* Inline style bundled from post kts-trien-khai */

#banner-1722551993 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-1722551993 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-1722551993 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-1722551993 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1722551993 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1722551993 {
    padding-top: 500px;
  }
}

/* Inline style bundled from post kts-trien-khai */

#gap-2112153 {
  padding-top: 60px;
}

/* Inline style bundled from post kts-trien-khai */

#text-2227788185 {
  text-align: left;
}

/* Inline style bundled from post kts-trien-khai */

#text-235264494 {
  text-align: left;
  color: #494848;
}
#text-235264494 > * {
  color: #494848;
}

/* Inline style bundled from post kts-trien-khai */

#text-3507745517 {
  color: rgb(0,0,0);
}
#text-3507745517 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-trien-khai */

#text-1158725523 {
  color: rgb(0,0,0);
}
#text-1158725523 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-trien-khai */

#text-4102324388 {
  color: rgb(0,0,0);
}
#text-4102324388 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-trien-khai */

#text-4057683702 {
  color: rgb(0,0,0);
}
#text-4057683702 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-1214465277 {
  color: rgb(255,255,255);
}
#text-1214465277 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-box-597301791 {
  width: 60%;
}
#text-box-597301791 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-597301791 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-597301791 {
    width: 35%;
  }
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#banner-1960636772 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-1960636772 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-1960636772 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-1960636772 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1960636772 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1960636772 {
    padding-top: 500px;
  }
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#gap-1596258977 {
  padding-top: 60px;
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-1358312421 {
  text-align: left;
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-3549247614 {
  text-align: left;
  color: #494848;
}
#text-3549247614 > * {
  color: #494848;
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-1760508973 {
  color: rgb(0,0,0);
}
#text-1760508973 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-147247603 {
  color: rgb(0,0,0);
}
#text-147247603 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-611503494 {
  color: rgb(0,0,0);
}
#text-611503494 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post chu-tri-thiet-ke-noi-that */

#text-3299572374 {
  color: rgb(0,0,0);
}
#text-3299572374 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-chu-tri */

#text-4087036214 {
  color: rgb(255,255,255);
}
#text-4087036214 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post kts-chu-tri */

#text-box-13392737 {
  width: 60%;
}
#text-box-13392737 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-13392737 {
    width: 39%;
  }
}
@media (min-width:850px) {
  #text-box-13392737 {
    width: 35%;
  }
}

/* Inline style bundled from post kts-chu-tri */

#banner-934055786 {
  padding-top: 200px;
  background-color: rgb(255, 255, 255);
}
#banner-934055786 .bg.bg-loaded {
  background-image: url('../../image/Tuyen-dung-amazgroup-scaled.webp');
}
#banner-934055786 .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
#banner-934055786 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-934055786 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-934055786 {
    padding-top: 500px;
  }
}

/* Inline style bundled from post kts-chu-tri */

#gap-1220888737 {
  padding-top: 60px;
}

/* Inline style bundled from post kts-chu-tri */

#text-4221467750 {
  text-align: left;
}

/* Inline style bundled from post kts-chu-tri */

#text-1118466941 {
  text-align: left;
  color: #494848;
}
#text-1118466941 > * {
  color: #494848;
}

/* Inline style bundled from post kts-chu-tri */

#text-2082154161 {
  color: rgb(0,0,0);
}
#text-2082154161 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-chu-tri */

#text-2432654930 {
  color: rgb(0,0,0);
}
#text-2432654930 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-chu-tri */

#text-1913994609 {
  color: rgb(0,0,0);
}
#text-1913994609 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post kts-chu-tri */

#text-3394253354 {
  color: rgb(0,0,0);
}
#text-3394253354 > * {
  color: rgb(0,0,0);
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#text-141824075 {
  color: #494848;
}
#text-141824075 > * {
  color: #494848;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#text-box-202792228 {
  width: 91%;
}
#text-box-202792228 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-202792228 {
    width: 93%;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#banner-1720616188 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1720616188 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1720616188 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1720616188 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1720616188 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-247171711 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-1058669563 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_240277806 {
  width: 100%;
}
@media (min-width:550px) {
  #image_240277806 {
    width: 100%;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-1492415024 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-966317647 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_703193389 {
  width: 100%;
}
@media (min-width:550px) {
  #image_703193389 {
    width: 100%;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-862219856 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-781980906 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_1255774433 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1255774433 {
    width: 100%;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-1761757119 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-650614437 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_739092703 {
  width: 100%;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_945934805 {
  width: 100%;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-873685630 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-140880607 {
  padding-top: 30px;
}
@media (min-width:550px) {
  #gap-140880607 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#image_593573618 {
  width: 100%;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#gap-158548492 {
  padding-top: 30px;
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#text-4141032705 {
  color: rgb(255,255,255);
}
#text-4141032705 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#text-box-105621337 {
  width: 95%;
}
#text-box-105621337 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-105621337 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-105621337 {
    width: 79%;
  }
}

/* Inline style bundled from post 5-ly-do-nen-lam-ham-cho-nha-pho */

#banner-1018781340 {
  padding-top: 300px;
  background-color: rgb(60, 0, 0);
}
#banner-1018781340 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1018781340 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#text-1407127179 {
  color: #494848;
}
#text-1407127179 > * {
  color: #494848;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#text-box-312543653 {
  width: 91%;
}
#text-box-312543653 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-312543653 {
    width: 93%;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#banner-266154199 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-266154199 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-266154199 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-266154199 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-266154199 {
    padding-top: 115px;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-495416953 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-354847184 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#image_388862938 {
  width: 100%;
}
@media (min-width:550px) {
  #image_388862938 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-2025176227 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-1173608784 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#image_517232304 {
  width: 100%;
}
@media (min-width:550px) {
  #image_517232304 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-2073052981 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-23129686 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#image_341528107 {
  width: 100%;
}
@media (min-width:550px) {
  #image_341528107 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-2129359220 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-1864592374 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#image_1292436881 {
  width: 100%;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#gap-304921177 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#text-820160853 {
  color: rgb(255,255,255);
}
#text-820160853 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#text-box-1997708537 {
  width: 95%;
}
#text-box-1997708537 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1997708537 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1997708537 {
    width: 79%;
  }
}

/* Inline style bundled from post 4-dieu-can-nho-khi-thiet-ke-mat-bang */

#banner-540713220 {
  padding-top: 210px;
  background-color: rgb(60, 0, 0);
}
#banner-540713220 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-540713220 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-540713220 {
    padding-top: 190px;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#text-2741566657 {
  color: #494848;
}
#text-2741566657 > * {
  color: #494848;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#text-box-1648264177 {
  width: 91%;
}
#text-box-1648264177 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1648264177 {
    width: 93%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#banner-1811386075 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1811386075 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1811386075 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1811386075 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1811386075 {
    padding-top: 130px;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-1633592971 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-838112628 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_574900538 {
  width: 100%;
}
@media (min-width:550px) {
  #image_574900538 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-719216473 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-557416009 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_890739439 {
  width: 100%;
}
@media (min-width:550px) {
  #image_890739439 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_1105959922 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1105959922 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-1971167658 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_461042344 {
  width: 100%;
}
@media (min-width:550px) {
  #image_461042344 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_1072236756 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1072236756 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-1435278825 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_2024192695 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2024192695 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_428958957 {
  width: 100%;
}
@media (min-width:550px) {
  #image_428958957 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-1698415907 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-571532684 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_1674097013 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1674097013 {
    width: 100%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-1955133347 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-870575282 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#image_367181036 {
  width: 100%;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#gap-718002741 {
  padding-top: 30px;
}

/* Inline style bundled from post thiet-ke-anh-sang */

#text-3692117568 {
  color: rgb(255,255,255);
}
#text-3692117568 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post thiet-ke-anh-sang */

#text-box-638275486 {
  width: 95%;
}
#text-box-638275486 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-638275486 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-638275486 {
    width: 79%;
  }
}

/* Inline style bundled from post thiet-ke-anh-sang */

#banner-2096060378 {
  padding-top: 240px;
  background-color: rgb(60, 0, 0);
}
#banner-2096060378 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-2096060378 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-2096060378 {
    padding-top: 250px;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#text-1191730533 {
  color: #494848;
}
#text-1191730533 > * {
  color: #494848;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#text-box-329935530 {
  width: 91%;
}
#text-box-329935530 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-329935530 {
    width: 93%;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#banner-1561170829 {
  padding-top: 57%;
  background-color: rgb(239, 239, 239);
}
#banner-1561170829 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1561170829 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1561170829 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1561170829 {
    padding-top: 130px;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-53699521 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-150031866 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#image_1491521323 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1491521323 {
    width: 100%;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-444209167 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-1694225671 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#image_1415975258 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1415975258 {
    width: 100%;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-2107103599 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-1432544481 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#image_2091550874 {
  width: 100%;
}
@media (min-width:550px) {
  #image_2091550874 {
    width: 100%;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-129807814 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-1528886835 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#image_1429943225 {
  width: 100%;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#gap-99461168 {
  padding-top: 30px;
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#text-3517646409 {
  color: rgb(255,255,255);
}
#text-3517646409 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#text-box-749598270 {
  width: 95%;
}
#text-box-749598270 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-749598270 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-749598270 {
    width: 79%;
  }
}

/* Inline style bundled from post nha-3-tang-co-can-thang-may-khong */

#banner-252727228 {
  padding-top: 295px;
  background-color: rgb(60, 0, 0);
}
#banner-252727228 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-252727228 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-252727228 {
    padding-top: 250px;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#text-1683851865 {
  color: #494848;
}
#text-1683851865 > * {
  color: #494848;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#text-box-869413451 {
  width: 91%;
}
#text-box-869413451 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-869413451 {
    width: 93%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#banner-617130462 {
  padding-top: 40%;
  background-color: rgb(239, 239, 239);
}
#banner-617130462 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-617130462 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-617130462 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-617130462 {
    padding-top: 100px;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1956187379 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1508549866 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#image_1687973623 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1687973623 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#image_845525183 {
  width: 100%;
}
@media (min-width:550px) {
  #image_845525183 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1271009904 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#image_1551502125 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1551502125 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#image_158422630 {
  width: 100%;
}
@media (min-width:550px) {
  #image_158422630 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#image_1018477686 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1018477686 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1050825447 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1659294597 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-1566680885 {
  padding-top: 30px;
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#gap-460168590 {
  padding-top: 16px;
}
@media (min-width:850px) {
  #gap-460168590 {
    padding-top: 30px;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#text-2719372208 {
  line-height: 2;
  text-align: center;
  color: rgb(255,255,255);
}
#text-2719372208 > * {
  color: rgb(255,255,255);
}
@media (min-width:550px) {
  #text-2719372208 {
    line-height: 0.75;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#text-box-646208979 {
  width: 89%;
}
#text-box-646208979 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-646208979 {
    width: 100%;
  }
}

/* Inline style bundled from post kien-truc-dong-ngoai-mo-trong-2 */

#banner-355763577 {
  padding-top: 42%;
  background-color: rgb(255, 255, 255);
}
#banner-355763577 .bg.bg-loaded {
  background-image: url('../../image/amaz-resort-in-home-thiet-ke-kien-truc-noi-that-biet-thu-BN120.jpg');
}
#banner-355763577 .overlay {
  background-color: rgba(0, 0, 0, 0.64);
}
#banner-355763577 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-355763577 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-355763577 {
    padding-top: 20%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#text-404350009 {
  color: #494848;
}
#text-404350009 > * {
  color: #494848;
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#text-box-43324257 {
  width: 91%;
}
#text-box-43324257 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-43324257 {
    width: 93%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#banner-1631850070 {
  padding-top: 40%;
  background-color: rgb(239, 239, 239);
}
#banner-1631850070 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1631850070 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1631850070 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1631850070 {
    padding-top: 130px;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#gap-91736996 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#gap-593597807 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#image_1889710446 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1889710446 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#gap-1474884401 {
  padding-top: 30px;
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#image_57729215 {
  width: 100%;
}
@media (min-width:550px) {
  #image_57729215 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#image_1637616088 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1637616088 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#image_1906660009 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1906660009 {
    width: 100%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#text-3196128228 {
  color: rgb(255,255,255);
}
#text-3196128228 > * {
  color: rgb(255,255,255);
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#text-box-1001578936 {
  width: 95%;
}
#text-box-1001578936 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-1001578936 {
    width: 94%;
  }
}
@media (min-width:850px) {
  #text-box-1001578936 {
    width: 79%;
  }
}

/* Inline style bundled from post 4-luu-y-thi-cong-thang-xoan */

#banner-1291411294 {
  padding-top: 400px;
  background-color: rgb(60, 0, 0);
}
#banner-1291411294 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1291411294 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1291411294 {
    padding-top: 360px;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#text-302577656 {
  color: #494848;
}
#text-302577656 > * {
  color: #494848;
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#text-box-953479148 {
  width: 91%;
}
#text-box-953479148 .text-box-content {
  font-size: 100%;
}
@media (min-width:550px) {
  #text-box-953479148 {
    width: 93%;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#banner-1426475991 {
  padding-top: 60%;
  background-color: rgb(239, 239, 239);
}
#banner-1426475991 .ux-shape-divider--top svg {
  height: 150px;
  --divider-top-width: 100%;
}
#banner-1426475991 .ux-shape-divider--bottom svg {
  height: 150px;
  --divider-width: 100%;
}
@media (min-width:550px) {
  #banner-1426475991 {
    padding-top: 125px;
  }
}
@media (min-width:850px) {
  #banner-1426475991 {
    padding-top: 130px;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#gap-2060961837 {
  padding-top: 30px;
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#gap-1825617200 {
  padding-top: 30px;
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#image_983948903 {
  width: 100%;
}
@media (min-width:550px) {
  #image_983948903 {
    width: 100%;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#image_55372180 {
  width: 100%;
}
@media (min-width:550px) {
  #image_55372180 {
    width: 100%;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#image_741025360 {
  width: 100%;
}
@media (min-width:550px) {
  #image_741025360 {
    width: 100%;
  }
}

/* Inline style bundled from post co-nen-lam-thong-tang */

#image_1117432042 {
  width: 100%;
}
@media (min-width:550px) {
  #image_1117432042 {
    width: 100%;
  }
}

