/*
Theme Name: Enesti Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@charset "UTF-8";@font-face {
    font-display: swap;
    font-family: SVN-Gilroy Thin;
    font-style: normal;
    font-weight: 400;
    src: url(./static/fonts/svn-gilroy_regular.ttf)
}
@font-face {
    font-display: swap;
    font-family: SVN-Gilroy Light;
    font-style: normal;
    font-weight: 400;
    src: url(./static/fonts/svn-gilroy_regular.ttf)
}
@font-face {
    font-display: swap;
    font-family: SVN-Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(./static/fonts/svn-gilroy_medium.ttf)
}
@font-face {
    font-display: swap;
    font-family: SVN-Gilroy Med;
    font-style: normal;
    font-weight: 700;
    src: url(./static/fonts/svn-gilroy_med.ttf)
}
@font-face {
    font-display: swap;
    font-family: SVN-Gilroy Semi;
    font-style: normal;
    font-weight: 700;
    src: url(./static/fonts/svn-gilroy_semibold.ttf)
}
@font-face {
    font-display: swap;
    font-family: SVN-Gilroy Bold;
    font-style: normal;
    font-weight: 700;
    src: url(./static/fonts/svn-gilroy_semibold.ttf)
}
@keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}
body {
    color: #345;
    font-family: SVN-Gilroy,Verdana,Roboto,Tahoma,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1.58;
    margin: 0;
    padding: 0
}
.fw-400 {
	font-weight: 400;
}
.fw-500 {
	font-weight: 500;
}
.m-auto {
	margin: 0 auto;
}
.text-justify {
	text-align: justify;
}
.entry-boxshadow {
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
}
.w-100 {
	width: 100%;
}
.full-width .ubermenu-nav, .container, .row {
    max-width: 1250px;
}
.last-reset *:last-child {
    margin-bottom: 0;
}
.flickity-page-dots .dot {
	height: 8px;
	width: 8px;
	margin: 0 2px;
}
.f-4 {
	font-size: 4em !important;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-05em {
	margin-bottom: 0.5em;
}
.mb-30 {
	margin-bottom: 30px;
}
.d-flex {
	display: flex;
}
.align-item-center {
	align-items: center;
}
.color-second {
	color: #D2B686 !important;
}
.header-main .header-nav-main {
	justify-content: center;
}
.header-nav-main>li>a {
    color: #000;
    padding: 0 10px;
}
.head-contact {
	white-space: nowrap;
}
.head-contact i {
	background-color: #dfb17e;
    padding: 6px;
    border-radius: 99px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
}
.rt03{
	padding: 90px 0 !important;
}
.rt03 .col{
	padding-bottom: 0 !important;
}
.rt03 .row{
	max-width: 1500px;
}
.rt03  .left .col-inner{
	padding-top: 100px;
	padding-left: 100px;
	padding-right: 50px;
}
.rt03  .left .col-inner h2{
	font-size: 44px;
	color: #fff;
/* 	font-family: "SVN-MillerBanner" !important; */
	margin-bottom: 10px;
}
.rt03  .left .col-inner h4{
	text-transform: uppercase;
	font-size: 20px;
	color: #f1899a;
/* 	font-family: "SVN-GILROY-LIGHT" !important; */
}
.rt03  .left .col-inner p{
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
}
@media (max-width: 1500px) {
	.rt03 .row {
	    max-width: 1290px;
	}	
}
@media (max-width: 1450px) {
	.rt03 .row {
	    max-width: 1290px;
	}
}
@media (max-width: 1024px) {
	.rt03 .row{
		max-width: 900px !important;
	}
	.rt03 .left .col-inner{
		padding-left: 0;
		padding-top: 0;
	}
	
}
@media (max-width: 812px) {
	.rt03 .left{
		max-width: 100%;
	    flex-basis: 100%;
	    order: 2;
	    text-align: center;
	}
	.rt03 .right{
		max-width: 100%;
	    flex-basis: 100%;
	    order: 1;
	    margin-bottom: 20px !important;
	}
}
@media (max-width: 480px) {
	.rt03{
		padding: 40px 0 !important;
	}
	.rt03 .left .col-inner h2{
		font-size: 24px;
	}
	.news-block-widget-style-61 .news-item-clear-a h2{
		font-size: 24px;
	}
	.rt03 .left .col-inner{
		padding-right: 0;
	}
	.rt03 .left .col-inner h4{
		font-size: 14px;
	}
	.news-block-widget-style-61 .news-item-clear-a h4{
		font-size: 14px;
	}
	.rt03 .left .col-inner p{
		line-height: 18px;
		text-align: center;
	}
}
/* HOME */
.absolute-footer {
    color: white !important;
    padding: 0px 0 15px !important;
    font-size: .9em;
    background: black;
}
.form-home input.wpcf7-submit {
	width: 100%;
	background-color: #dfb17e;
}
.form-home .wpcf7-spinner {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.form-home input[name="phone"] {
	text-align: center;
}
form.wpcf7-form {
	margin-bottom: 0;
}
/* FOOTER */
.follow-footer .facebook {
	color: #3a589d !important;
}
.follow-footer a.instagram i {
	background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.follow-footer .tiktok {
	color: #111 !important;
}
.follow-footer .shopee i.icon-shopee {
	width: 45px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 48 48"><path fill="%23f4511e" d="M36.683,43H11.317c-2.136,0-3.896-1.679-3.996-3.813l-1.272-27.14C6.022,11.477,6.477,11,7.048,11 h33.904c0.571,0,1.026,0.477,0.999,1.047l-1.272,27.14C40.579,41.321,38.819,43,36.683,43z"></path><path fill="%23f4511e" d="M32.5,11.5h-2C30.5,7.364,27.584,4,24,4s-6.5,3.364-6.5,7.5h-2C15.5,6.262,19.313,2,24,2 S32.5,6.262,32.5,11.5z"></path><path fill="%23fafafa" d="M24.248,25.688c-2.741-1.002-4.405-1.743-4.405-3.577c0-1.851,1.776-3.195,4.224-3.195 c1.685,0,3.159,0.66,3.888,1.052c0.124,0.067,0.474,0.277,0.672,0.41l0.13,0.087l0.958-1.558l-0.157-0.103 c-0.772-0.521-2.854-1.733-5.49-1.733c-3.459,0-6.067,2.166-6.067,5.039c0,3.257,2.983,4.347,5.615,5.309 c3.07,1.122,4.934,1.975,4.934,4.349c0,1.828-2.067,3.314-4.609,3.314c-2.864,0-5.326-2.105-5.349-2.125l-0.128-0.118l-1.046,1.542 l0.106,0.087c0.712,0.577,3.276,2.458,6.416,2.458c3.619,0,6.454-2.266,6.454-5.158C30.393,27.933,27.128,26.741,24.248,25.688z"></path></svg>');
}
/* CONTACT */
.contact-section .icon-box {
	position: relative;
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,.06);
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	padding: 50px 40px 43px;
	z-index: 1;
	transition: all .3s ease-in-out;
	height: 100%;
}
.contact-section .icon-box:before, .contact-section .icon-box:after, .contact-section .icon-box span:before, .contact-section .icon-box span:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-width: 1px 0 0 1px;
	border-radius: 10px 0 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}
.contact-section .icon-box:after {
	top: auto;
	bottom: 0;
	border-radius: 0 0 0 10px;
	border-width: 0 0 1px 1px;
}
.contact-section .icon-box span:before {
	left: auto;
	right: 0;
	border-radius: 0 10px 0 0;
	border-width: 1px 1px 0 0;
}
.contact-section .icon-box span:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	border-radius: 0 0 10px;
	border-width: 0 1px 1px 0;
}
.contact-section .icon-box:hover:before, .contact-section .icon-box:hover:after, .contact-section .icon-box:hover span:before, .contact-section .icon-box:hover span:after {
	width: 90px;
	height: 60px;
	border-color: rgb(223, 177, 126);
}
.contact-section .icon-box p {
	margin: 0;
	font-size: 20px;
}
.contact-section .icon-box h3 {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 17px;
	font-size: 26px;
	color: #222;
	font-weight: 600;
}
.blog-archive h1.page-title {
	margin-bottom: 0;
	font-size: 25px;
	letter-spacing: 0;
}
.contact-section .icon-box h3:before, .contact-section .icon-box h3:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 104px;
	height: 1px;
	background-color: rgb(223, 177, 126);
}
.contact-section .icon-box h3:after {
	width: 56px;
	top: calc(100% + 5px);
}
.page-form input, .page-form textarea {
    display: block;
    height: 56px;
    background-color: #efefef;
    border: none;
    color: #545454;
    font-size: 14px;
    padding-left: 24px;
    width: 100%;
    box-shadow: none;
    border:none;
}
.page-form input[type="submit"] {
    width: auto;
    border-radius: 99px;
    margin: 0 auto;
    color: #fff;
    padding: 0 50px;
    font-weight: bold;
	background-color: #dfb17e;
}
.page-form .row > .col {
    padding-bottom: 0;
}
.wpcf7-spinner {
    position: absolute;
}
/* CONTACT VR */
#button-contact-vr {
    position: fixed;
    bottom: 0;
	right: 0;
    z-index: 99999
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}
#instagram-vr .phone-vr-circle-fill {
    background: rgb(17,143,253);
    background: linear-gradient(160deg,rgba(17,143,253,1) 20%,rgba(188,60,218,1) 50%,rgba(253,223,5,1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}
#instagram-vr .phone-vr-img-circle {
    background: transparent
}
#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}
#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    } 10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    } 20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    } 30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    } 40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    } 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    } 100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    } 70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    } 100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
@keyframes zoom {
    0% {
        transform: scale(.9)
    } 70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    } 100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
.phone-bar a {
    position: absolute;
    margin-top: -65px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}
.phone-bar a:hover {
    opacity: .8;
    color: #fff
}
@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}
#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,.8)
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}
div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}
div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}
#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}
#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}
#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}
#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}
#popup-showroom-vr,div#popup-form-contact-vr {
    display: none
}
#popup-showroom-vr.active,div#popup-form-contact-vr.active {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999
}
.bg-popup-vr {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(51 51 51 / 50%);
    width: 100%;
    height: 100vh
}
.content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%);
    max-width: 600px;
    display: flex
}
.content-popup-vr input,.content-popup-vr textarea {
    width: 100%;
    max-height: 100px;
    min-height: 38px;
    border: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding: 0 7px;
    background: #fff
}
.content-popup-vr label {
    width: 100%
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
    padding: 5px 32px 2px;
    background: #2196f3;
    border: 0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: block;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 29%);
    font-weight: 400;
    min-height: auto;
    line-height: 30px
}
.content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7
}
.content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer
}
.content-popup-vr .close-popup-vr:hover {
    background: #b50000
}
.content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px
}
.content-popup-vr .content-popup-img-vr {
    width: 100%;
    max-width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden
}
#loco-top,#loco-bottom {
    display: block
}
#loco-top .content-popup-img-vr,div#popup-form-contact-vr #loco-bottom .content-popup-img-vr {
    max-width: 100%;
    text-align: center
}
#contact-showroom.no-event a {
    pointer-events: none
}
.content-popup-vr .content-popup-div-vr ul {
    color: #333;
    list-style: none;
    font-size: 15px
}
@media(max-width: 673px) {
    div#popup-form-contact-vr .content-popup-vr {
        display:block
    }
    div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr {
        max-width: 100%;
        display: none
    }
}
#ftiktok-vr .phone-vr-img-circle {
    background-color: #020202
}
#tiktok-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(2 2 2 / 55%);
    background-color: rgb(2 2 2 / 60%)
}
#tiktok-vr .phone-vr-img-circle img {
    max-width: 90%;
    max-height: 90%
}
#tiktok-vr .phone-vr-img-circle {
    background: #020202
}