@charset "utf-8";
@import url("woocommerce.css");

@font-face {
    font-family: "UVFNarzissDrops";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/UVFNarzissDrops.ttf");
}

/*
36
30
18
16
14
13
12

*/
:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(163deg, rgba(158,128,83,1) 0%, rgba(196,171,124,1) 30%, rgba(214,191,144,1) 54%, rgba(192,166,119,1) 80%, rgba(158,128,83,1) 100%);
  --d-textg: radial-gradient(108.15% 5708.45% at 100% 100%, #FFEAA2 0%, #DEB05E 22.4%, #FCE3A3 48.96%, #FFECA7 75.52%, #DEB05E 96.87%);
  --d-padding:  var(--bs-gutter-x,.75rem);

  --fz-48: 32px;
  --fz-40: 27px;
  --fz-36: 24px;
  --fz-30: 20px;
  --fz-24: 18px;
  --fz-20: 16px;
  --fz-18: 14px;
  --fz-16: 13px;
  --fz-15: 12px;
  --fz-14: 12px;
  --fz-13: 11px;
  --fz-12: 10px;
  --iz-1: 36px;
  --iz-2: 40px;

  --bs-border-radius: 0.75rem;

}

@media (min-width:1200px) {
   :root {
        --fz-48: 2.5vw;
        --fz-40: 2.083333333333333vw;
        --fz-36: 1.875vw;
        --fz-30: 1.5625vw;
        --fz-24: 1.25vw;
        --fz-20: 18px;
        --fz-18: 16px;
        --fz-16: 15px;
        --fz-15: 14px;
        --fz-14: 13px;
        --fz-13: 12px;
        --fz-12: 11px;

        --d-gutter: 30px; 
        --iz-1: 2.34375vw;
        --iz-2: 3.95833vw;
        --d-padding: 4.6875vw;
        --bs-border-radius: 1.5rem;
    }
}
@media (min-width:1601px) {
    :root {
        --d-gutter: 50px; 
        --fz-20: 1.041666666666667vw;
        --fz-18: 0.9375vw;
        --fz-16: 0.8333333333333333vw;
        --fz-15: 0.78125vw;
        --fz-14: 0.7291666666666667vw;
        --fz-13: 0.6770833333333333vw;
        --fz-12: 0.625vw;
    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #EBE0CF;
} 
html::-webkit-scrollbar-thumb {
    background-color: #B7B7B7;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #B7B7B7; 
    scrollbar-face-color: #B7B7B7;
    scrollbar-3dlight-color: #B7B7B7; 
    scrollbar-highlight-color: #B7B7B7;
    scrollbar-track-color: #EBE0CF; 
    scrollbar-arrow-color: #B7B7B7;
    scrollbar-shadow-color: #B7B7B7;
    scrollbar-dark-shadow-color: #B7B7B7;
}
/*FOR FF*/
html{
     scrollbar-color: #B7B7B7 #EBE0CF;
    scrollbar-width: 8px;
}

body { font-family: 'Montserrat', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-18); line-height: 1.33;  font-weight: 400; color: #fff;
    background: #000;

}
.font-1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.font-2{
    font-family: 'Playfair Display', sans-serif;
}
.font-3{
    font-family: 'UVFNarzissDrops', sans-serif;
}
.color-1{
    color: #fabd59;
}
.color-2{
    color: #e7ce74;
}

/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', sans-serif;;  margin: 0 auto 0.75rem; font-weight: 700; line-height: 1.4; }
h1 { font-size: var(--fz-36); }
h2,h1.sm { font-size: var(--fz-30); }
h2.lg,h3.xxl{ font-size: var(--fz-18);}
h3,h2.md { font-size: var(--fz-16); }
h4,h2.sm,h3.md { font-size: var(--fz-14); margin-bottom: 0.75rem; }
h5,h4.md,h3.sm { font-size: var(--fz-13); margin-bottom: 0.75rem; }
h6 { font-size: var(--fz-13); margin-bottom: 0.5rem; }
p { }
a {transition: var(--d-transition);  text-decoration: none; color: #fff; }
a:hover, a:focus { text-decoration: none; outline: none; color: #fabd59; }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }
.text-shadow{
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }

.gutter-30 {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-30 > [class*='col-'] { 
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.gutter-40 {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-40 > [class*='col-'] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.gutter-50 {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-50 > [class*='col-'] { 
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (min-width:1200px)  
{
    .gutter-30 { margin-left: calc(-1 * 30px); margin-right: calc(-1 * 30px); }
    .gutter-30 > [class*='col-'] { padding-right: calc(1 * 30px); padding-left: calc(1 * 30px); }

    .gutter-40 { margin-left: calc(-1 * 40px); margin-right: calc(-1 * 40px); }
    .gutter-40 > [class*='col-'] { padding-right: calc(1 * 40px); padding-left: calc(1 * 40px); }

    .gutter-50 { margin-left: calc(-1 * 50px); margin-right: calc(-1 * 50px); }
    .gutter-50 > [class*='col-'] { padding-right: calc(1 * 50px); padding-left: calc(1 * 50px); }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
.point-none{pointer-events: none;}
.blur{filter:blur(10px)}
.rounded{

}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 1em auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; /* Image does not overflow the content area */ text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 13px; margin: 0; padding: 5px 5px 0px; }

/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.editor-content h2, .editor-content h3, .editor-content h4 { font-weight: 700; color: #fff; }
.editor-content h4 { font-size: 16px; }
.editor-content h3 { font-size: 18px; }
.editor-content h2 { font-size: 20px; color: #fff;}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 1.5rem; background: #fabd59; border: 0px;  font-size: var(--fz-16);margin: auto; padding: 0.3rem 1rem; transition: var(--d-transition);
    text-decoration: none; font-weight: 700; color: #000000;
}
.btn.btn-icon{padding-left: 60px;}
.btn.btn-primary,
.btn.btn-default{


}
.btn.btn-primary{border-color: #fabd59; color: #000000;}
.btn.btn-primary:hover{background: #fabd59; border-color: #fabd59; color:#fff }
.btn.btn-default{background: transparent; border-color: #2d2d2d; color: #000000; position: relative;
    padding-left: 45px;
}
.btn.btn-default:hover{ background: #fabd59; color: #1a1a1a; border-color: #fabd59;}

.btn.btn-primary.md{padding: 10px 35px 8px;}

.btn .fa { font-size: 22px; margin-right: 5px; vertical-align: text-top; }
.btn.btn-lg { font-size: 24px; line-height: 30px; padding: 22px 50px; }
.btn.btn-sm { font-size: 16px; padding: 8px 25px; }
.btn:hover, .btn:focus { color: #fabd59; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: #fabd59; }
.btn.btn-outline { background: none; color: #fabd59; border: #fabd59 solid 1px; border-radius: 50px; padding: 8px 30px; font-weight: 400; position: relative;}
.btn.btn-outline i{margin-left: 10px;}
.btn.btn-outline:hover { background: #fabd59; color: #fff; }
.btn-transparent { background: transparent; border: solid 1px #fabd59; color: #fabd59; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}

.btn.btn-gradient{position: relative;
    background: #fabd59;
    border-radius: 30px;
    color: #1b1b1b;
    padding: 15px 35px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 1px #fabd59;
}
.btn.btn-gradient{
    position: relative;
    z-index: 1;
}

.btn.btn-gradient:hover,
.btn.btn-gradient:focus{
    color: #1a1a1a;
    background: #e5c573;
    border-color: #e5c573;
}

fieldset legend{}


/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 3; }
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: var(--fz-18); position: relative; }
.form-group.has-error .help-block{color: #fabd59; padding-left: var(--fz-24);}
.form-group-captcha{ font-size: 0.7em;opacity: 0.5; color: #fff;}
.form-group-captcha a{color: #fff;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: transparent; border: 0 none; border-radius: 0px;  box-shadow: none; color: #fff; font-size: 16px; height: 40px; line-height: 30px; padding: 0 15px; }
textarea.form-control { padding: 0px 15px; min-height:90px; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none;  background: transparent; border-color: #8dba3f; outline: none; color: #fff; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: pointer; font-family: fontawesome; font-size: 15px; padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { }
table thead th, table thead td { text-transform: uppercase; font-weight: 700; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #fabd59; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #fabd59; }
.panel-heading:hover .panel-title a { border-color: #fabd59; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/

section { position: relative;  }
[data-scroll-direction=horizontal] section[data-scroll-section]{white-space: normal;}
.section-title,
.editor-content h2,
fieldset legend{
    font-size: var(--fz-40); line-height: 1.3em; color: #fabd59; font-weight: 400; position: relative;
    padding-top: 4px;
    margin-bottom: 1rem;
}
.section-title.color-2{color: #fabd59;}
.section-title em,
.editor-content h2 em{ font-style: italic;
    font-size: var(--fz-30);
    text-transform: none;
    color: #dbc679;
    display: inline-block;
    font-weight: 400;
}
.section-title span{
    font-weight: 400;
}
.section-title strong{
    font-weight: 700;
}
.section-title small{
    font-size: var(--fz-18);
    display: inline-block;
    vertical-align: text-top;
    font-weight: 400;
}
.line{position: relative;}

.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-justify{text-align:justify;}


.section-title.xxl{font-size: calc(2 * var(--fz-40)) ;}
.section-title.xl{font-size: var(--fz-36);}

.section-title.xl em{font-size: var(--fz-36); }
.section-title.sm{font-size: var(--fz-18);}
.section-title.sm em{font-size: var(--fz-18);}
.section-title.lg{font-size: var(--fz-30);}

.section-sub-title{font-size: var(--fz-18); margin-bottom: 15px;}


.section-title.left{text-align: left; padding-left: var(--d-padding-xl);}
.section-title.left em{margin-left: calc(-1 * var(--d-padding-xl));}

.section-title.line-bottom{
    position: relative;
    padding-bottom: 0.5rem;
}
.section-title.line-bottom:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 8em;
    border-bottom: solid 2px #e4ab67;
    transform: translateX(-50%);
}
@media(max-width:767px){
    .section-title{}
}


.section-description p:last-child{margin-bottom: 0;}
.secondary-bg { background: #fabd59; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}
section.dark{color: #fff;}
section.dark .section-title{}
section.dark .btn-default{color: #fff; border-color: #fff;}

.d-bg{
    background:  url('../images/bg.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.d-bg2.left{background-position: left top;}
.page-template-homepage{
    background:  url('../images/bg.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.page-template-homepage .d-bg{background: transparent;}

.ellips{  text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;    overflow: hidden;}

.primary-bg { background: var(--d-gradient); color: #fff; }
.primary-bg .section-title{color: #fff;}
.wpcf7-form .form-control,
.primary-bg .form-control {border-bottom:solid 1px #fff;
    color: #fff; padding: 0;
}
.primary-bg  .btn.btn-outline{border-color: #fff; color: #fff;}

.gray_bg { background: rgba(226, 225, 223, 1); }
.gray_bg_2 { background: #f5f5f5; }
.green-bg{background: rgba(220, 238, 224, 0.5)}
.section-padding { padding: calc(var(--fz-30) * 1.4 ) 0; }
.section-padding-xl { padding: calc(var(--fz-30) * 2.8 ) 0; }
.section-padding-lg { padding: calc(var(--fz-30) * 1.2 ) 0; }
.section-padding-sm { padding: calc(var(--fz-30) * 1 ) 0; }
.section-padding-top{padding-top: calc(var(--fz-30) * 1.4 );}

.disable-fullpage #fullpage section:first-child .section-padding-top,
body:not(.home) #fullpage section:first-child{padding-top: 150px;}
body:not(.home) #fullpage{
    background:  url('../images/bg.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
body.single-post #fullpage:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vw * 980 / 1920);
     background:  url('../images/banner-page.png') no-repeat center top;
     background-size: cover;
     pointer-events: none;
}
.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }

.section-bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}

.section-cover, .cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.icon-logo-lb,
.icon-logo-rb{position: relative;}
.secondary-color{color: #fabd59;}
.primary-color{color: #fabd59;}
.secondary-color .section-title.line-bottom:after{background: #fabd59;}
.mbtt .page-nav.masterplan-nav ul li:nth-child(1){
	display: none;
}
.fancybox-container .fancybox-bg{background: rgba(44,44,44,1);}
.fancybox-navigation .fancybox-button{
    width: 50px;
    height: 50px;
}
.fancybox-navigation .fancybox-button div{
    padding: 0;
}
.fancybox-container .fancybox-button{background: rgba(250,189,89,.5);
    padding: 10px 10px 10px 10px;
    color: #fff;
}



.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: #fabd59; }
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}

.fancybox-container.popupmap .fancybox-content .btn{
    position: absolute;
    bottom: 20px;left: 50%;
    transform: translateX(-50%);
        white-space: nowrap;
}

.p-left{padding-left: var(--d-padding-xl);}
.p-left-sm{padding-left: var(--d-padding);}
.p-right{padding-right: var(--d-padding-xl);}
.p-right-sm{padding-right: var(--d-padding);}
.p-both{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
.p-both-sm{padding-left: var(--d-padding); padding-right: var(--d-padding);}

.m-left{margin-left: var(--d-padding-xl);}
.m-right{margin-right: var(--d-padding-xl);}
.m-both{margin-left: var(--d-padding-xl); margin-right: var(--d-padding-xl);}

.m-left-sm{margin-left: var(--d-padding);}
.m-right-sm{margin-right: var(--d-padding);}
.m-both-sm{margin-left: var(--d-padding); margin-right: var(--d-padding);}
.grecaptcha-badge { visibility: hidden; }

fieldset legend{text-transform: uppercase; margin-bottom: 0.5rem;}


.tab-content {margin-top: 0px; padding: 0px;}
.nicescroll-rails{
        
}
.nicescroll-rails .nicescroll-cursors{}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-thumb{display: block;}
.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
/*.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}*/
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*.item:hover .item-thumb.animation:after {
    -webkit-box-shadow: inset 0px 0px 0px 5px rgba(158, 128, 83, 0.3) ;
    box-shadow: inset 0px 0px 0px 5px rgba(158, 128, 83, 0.3) ;
}*/
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 282 / 282);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.item-thumb.popup{
    position: relative;
}
.item-thumb.popup:before{
    content: "";
    width: var(--iz-2);
    height: var(--iz-2);
    border-radius: 50%;
    background:#fabd59 url('../images/icon-plus.svg') no-repeat center center;
    background-size: auto 50%;
    position: absolute;
    top: 15%;
    right: 15%;
    z-index: 2;
    opacity: 0;
    transition: var(--d-transition);
}
.item-thumb.popup:hover:before{
    opacity: 1;
}

.rectangle-bottom{
    position: relative;
}
.rectangle-bottom:after{
    content: '';
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, #F3F8F4 69.73%, rgba(255, 255, 255, 0) 100%); /*F3F8F4*/
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(65%);
    pointer-events: none;

}


/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/
.modal-header{background: #333333; color: #fff;}
.modal-header h4{color: #fff;}
.modal-header .close{color: #fff; opacity: 1;}
.modal-header .close:hover{opacity: 0.7;}
.modal-content{border-radius: 0px; background: rgba(255,255,255,1);}
.bootbox  .bootbox-body{color: #333333;}
.bootbox.modal .close{position: absolute; margin: 0px !important; right: -15px; top: -15px; border-radius: 50%; width: 30px; height: 30px;
        font-size: 26px; line-height: 0.8;
    background: #fabd59; color: #fff; border: 0;
}
.bootbox.modal .close:hover{ background: #fabd59;}

/*loading-overlay*/
.page-loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f3ef;
    background-image: url('../images/bg-loading.jpg');
    background-size: cover;
    background-position: center center;
}
.page-loading svg {
    max-width: 40%;
    display: block;
    width: 100%;
}
.page-loading svg path {
    opacity: 0;
}
@media(max-width:767px){
   .page-loading svg {
        max-width: 70%;
    } 
}


.loading-overlay{
    position: fixed;   width: 100%;   height: calc(var(--vh, 1vh) * 100 );   left: 0;   top: 0;   
    overflow: hidden;   z-index: 99999999;
    background: #efebe5;
}


.loading-overlay svg,
.loading-overlay .overlay-logo{width: 25vw; height: auto;}
.loading-overlay video{
    position: absolute;
    top: 0;right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;object-fit: cover;
    z-index: 2;
}

.loading-overlay .overlay-content-wrapper{
    position: absolute; 
    left: 50%; top: 40%; 
    transform: translate(-50%,-50%); z-index: 2;
}
.loading-overlay .overlay-content-wrapper .overlay-image{
    width: 32.70833333333333vw;
}

.loading-overlay .overlay-content-wrapper .overlay-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.loading-overlay .overlay-logo{
    width: 17.70833333333333vw;
    margin-bottom: var(--fz-60);
}
.loading-overlay .overlay-logo object{width: 100%; height: auto;}

.loading-overlay .overlay-content-wrapper .overlay-image{
    transition: var(--d-transition);
    opacity: 0;
    transform: scale(0.5);
}
.loading-overlay.step0 .overlay-content-wrapper .overlay-image{
    transform: scale(1);
    opacity: 1;

}
.loading-overlay.step1 .overlay-content-wrapper .overlay-image{
    transform: scale(0.5);
    opacity: 0;
    transition-duration: 0.8s;

}
.loading-overlay .overlay-content-wrapper .overlay-content{
    opacity: 0;
    transform:  translate(-50%,-50%) scale(0.5);
}
.loading-overlay.step1 .overlay-content-wrapper .overlay-content{
    transition: var(--d-transition);
    transition-duration: 0.8s;
    opacity: 1;
    transform:  translate(-50%,-50%) scale(1);
}


body:not(.ready){overflow: hidden !important;}
body.ready .loading-overlay{ transform: translateY(0);  transition:  var(--d-transition);  opacity: 1;}
body.ready .loading-overlay svg, body.ready .loading-overlay .overlay-logo{}
body.done .loading-overlay{
  transition:  var(--d-transition);
  pointer-events: none;  transform: translateY(-100%); 
  transition-duration: 1s;  opacity: 0;
}
body.done .loading-overlay:before,
body.done .loading-overlay:after{height: 0px;}

body.done .loading-overlay svg,
body.done .loading-overlay .overlay-logo,
body.done .loading-overlay .bg,
body.done .loading-overlay .content{/*opacity: 0;*/}




@media (max-width:767px) {
  .loading-overlay svg,
  .loading-overlay .overlay-logo{ width: 200px; max-width: 50vw; height: auto;
   
  }
}



/*Stick*/
.fixed-video{
    position: fixed; left: 5px;
    bottom: 5px;
    width: 90px;
    height: 90px;   
    background: #202020;
    border: solid 4px #b39f84;
    border-radius: 50%;
    z-index: 10;
}
.fixed-video img{position: absolute;
    left: 0px; top: 0px;
    width: calc(100% );
    height: calc(100% );
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.7;
}
.fixed-video:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    height: 40%;
    background: url('../images/icon-play.svg') no-repeat center center;
    background-size: contain;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
}

.fixed-register{
    position: fixed; right: 0px;
    bottom: 0px;
    width: auto; 
    
    z-index: 10;
}
.fixed-register .btn{height: 38px;
    border-radius: 19px 0px 0px 0px;
    background: var(--d-gradient);
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 55px;
    padding-right: 10px;
        position: relative;
        color: #fff;
}
.fixed-register .btn i{
    width: 40px;
    height: 34px;
    position: absolute;
    left: 3px;
    top: 2px;
     border-radius: 17px 17px 17px 0px;
     background: #dbc679 url('../images/icon-register.svg') no-repeat center center;
     background-size: 42% auto;
}
.fixed-register .btn:hover{
    background: #dbc679;
}
.fixed-register .btn:hover i{background-color: #fabd59;}
.fixed-social{position: fixed; right: 5px; bottom: 50px;    z-index: 9;}
.fixed-social .social{
    display: flex;
    flex-direction: column;
}
.fixed-social .social a{margin-top: 5px; margin-right: 0}

@media (min-width:1200px) {
    .fixed-video{
        width: 6.25vw;
        height: 6.25vw;  
        border: solid 8px #b39f84;
        left: 10px;
        bottom: 10px; 
    }
}

.fixed-btn{position: fixed; right: 15px; z-index: 6; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 20px;}
.fixed-btn.left{left: var(--d-gutter); right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 15px 0px; text-align: center; font-size:  20px;}
.fixed-btn .svg,
.fixed-btn svg{max-width: 100px; height: auto;     position: relative;z-index: 3;
        animation: Ringing-call 1s infinite ease-in-out;
}
.fixed-btn.bottom a:last-child{margin-bottom: 0px;}
.fixed-btn.fixed-social-btn{flex-direction: row;}
.fixed-btn.fixed-social-btn a{color: #fff; margin: 0px 0px; margin-right: 15px;}
.fixed-btn.fixed-social-btn a:hover{color: #FACD57;}

.fixed-btn.fixed-action-btn a{width: 42px; height: 42px; background: #8b6c44;
    border-radius: 50%; margin: 5px 0px; padding: 26% 26%; color: #fff;
    display: inline-flex; position: relative; 
    justify-content: center;
}
.fixed-btn.fixed-action-btn a:before{
    content: '';
    position: absolute; z-index: 2;
    width: 100%; height: 100%; left: 0px; top: 0px;
    border: 1px solid #8b6c44; border-radius: 50%;
}
.fixed-btn.fixed-action-btn a.zalo:before{border: 0}
.fixed-btn.fixed-action-btn a:hover{color: #fff;}
.fixed-btn.fixed-action-btn a span{
    transform: translateX(10px);
    opacity: 0;
    transition: var(--d-transition);
    color: #fff;
    position: absolute; height: 100%; top: 0px;
    right: 21px;
    white-space: nowrap;
    padding: 6px 56px 4px 20px;
    background: #12878A;
    border-radius: 20px;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex; align-items: center;


}
.fixed-btn.fixed-action-btn a:hover span{
    transform: translateX(0);
    opacity: 1;
}
.fixed-btn .icongt{
    width: 3.541666666666667vw;
    min-width: 45px;
    height: auto;
}


.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}
.fixed-social-btn{display: flex; margin-bottom: 0px; }
.fixed-social-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    margin-right: 10px;
}
.fixed-social-btn a i{width: 32px; height: 32px; color: #fff; border-radius: 50%;border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-social-btn a i.fa-cube{border: 0; font-size: 18px;}
.fixed-social-btn a span{font-size: 1rem; color: #fff; text-transform: uppercase; margin-left: 3px;}
.fixed-social-btn a.btn-360{border-right: solid 1px #fff; margin-right: 20px; padding-right: 20px;}
.fixed-social-btn a.zalo{
    /*animation: iconbounce 3s infinite;*/
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 3;
    bottom: 5px;
    right: 0px;
}
.fixed-social-btn a.zalo .icon-circle{
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, .8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
    animation-name: zoomIn_zalo;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fixed-social-btn a.zalo .icon-circle-fill{
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
    animation-name: pulse_zalo;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fixed-social-btn a.zalo span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: static;
    margin: 0;
    opacity: 1;
    padding: 0;
    transform: none;
}
@keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulse_zalo {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fixed-btn.bottom .copyright{font-size: 15px;}

.fixed-scroll-downs{position: fixed; transform: translateY(-50%); top: 50%;
     color: #fff; text-transform: uppercase;
    right: 15px;
}
@media(max-width:1199px){
    .fixed-scroll-downs{
        display: none;
    }

}



/*================
2. Header
===========================*/

#header { background: transparent; 
    width: 100%; transition-duration: 0.3s;  z-index: 22; 
    padding: var(--fz-48) 0 var(--fz-18);
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}
#header.sticky{
    padding: 0.5rem 0;
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);*/
    background: rgba(0,0,0,0.8);
}
#header.sticky .navbar-brand{
    width: 8vw;
    min-width: 90px;
}

#fullpage{/*margin-top: -65px;*/}
#header .header-bottom{
     visibility: hidden;
}
#header .header-bottom.show {visibility: visible;}

.navbar-header { position: relative; z-index: 1; }
#header .navbar {padding-left: 0px; padding-right: 0px;align-items: center;    padding: 0;}
#header .navbar-brand { 
    margin: 0px 0; transition-duration: 0.3s;  
    width:  10.9375vw; min-width: 100px;
    height: auto; padding: 0px;
    top: 0;
}

#header .navbar-brand object{pointer-events: none; max-width: 100%; height: auto; display: block;}



@media (min-width: 1201px){
    #header .navbar-brand{ } 
    #header .navbar{align-items: center;}
}

#navigation { padding: 0px; position: relative; text-align: right;}


.header-bottom{}

.header-bottom .navbar{/*padding-top: 30px;*/}

#header .header-right {
    margin-left:auto;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#header .header-right-top{
    display: flex;
        align-items: center;
}
#header .header-right-top a.menu-item{color: #a6a6a6; font-size: var(--fz-13);margin: 0px 0.5rem}
#header .header-right-top a.menu-item:hover{
    color:#fabd59;
}
#header .header-right-top a.menu-item-cart{
    margin-right: 1.5rem;
    color: #ead06c;
}
#header .header-right-top a.menu-item-cart i{
    font-size: 24px;
}
#header .header-right-top a.menu-item-cart span{ font-size: var(--fz-24); position: relative;}
#header .header-right-top a.menu-item-cart span small{
    position: absolute; right: -8px; top: -10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f04f45;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
}
#header .header-right-top .btn-search{margin-right: 0.5rem}
#header .header-right-top .language{
    display: inline-flex;
    align-items: center;
    color: #ead06c;
    font-weight: 700;
    font-size: var(--fz-18);
}
#header .header-right-top .language a{
    text-transform: uppercase;
     width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border:solid 1px #ead06c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    color: #ead06c;
}
#header .header-right-top .language a:hover{
    color: #fff;
    background: #ead06c;
}
#header .header-right-top .hotline{
    display: inline-flex;
    align-items: center;
    color: #ead06c;
    font-weight: 700;
    font-size: var(--fz-18);
    margin-left: 1rem;
}
#header .header-right-top .hotline i,
.menu-content .menu-bottom a i{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border:solid 1px #ead06c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
#header .header-right-top .register{
    color: #df2126; margin-left:1.5rem;
    font-weight: 500;
}


#header .header-right .menu{list-style: none; padding: 0; margin: 0; display: flex;}
#header .header-right .menu li{margin: 0; position: relative;}
#header .header-right .menu li a{
    padding: 5px 0.5rem; display: inline-block;
    font-size: var(--fz-18);
    font-weight: 500;
    color: #f3d670;
}
#header .header-right .menu li:last-child a{padding-right: 0;}
#header .header-right .menu ul:not(.sub-menu) li:not(:last-child) a:after{content: '|'; margin-left: 1rem}
#header .header-right .menu li a:hover{
    color: #fff;
}
#header .header-right .menu > li > a{text-transform: uppercase;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}

#header .header-right .social{
    display: flex;
    align-items: center;
}
.social{display: flex; flex-wrap: wrap; margin-left: -5px;}
.social a{
    width: var(--iz-1);
    height: var(--iz-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    margin: 0px 5px 10px;
    background: transparent;
    border-radius: 50%;
    border: solid 2px #fff;
    color: #fff;
}
.social a:hover{

}
.social a:hover{
   

}
.social a.btn-facebook:hover{color: #4267B2}
.social a.btn-youtube:hover{color: #FF0000}
.social a.btn-zalo:hover svg path{fill: #2196f3;}

#header .header-right > a.hotline{margin-left: 15px;}
#header .header-right > a.hotline i{
    margin-right: 0.5rem;
    animation: phonering 1s infinite ease-in-out;
}



#header:not(.is-alternate) { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }


.header-bottom .navbar-toggler{text-transform: uppercase; font-weight: 400;
      position: relative;  margin-left: 1rem;
     height: 25px; width: 40px;
     display: none;
     padding: 0;
     background: transparent;
}
.header-bottom .navbar-toggler.btn-gradient:before{
    left: 3px;
    right: 3px;
    top: 1px;
    bottom: 2px;
}
.header-bottom .navbar-toggler:focus{outline: none;box-shadow: none;}



#header .navbar-toggler-icon {
    background: transparent; 
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* margin-bottom: 5px; */
    transition: 0.3s ease all;
   
}
#header .navbar-toggler-icon > span {

    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s ease all;
}

#header .navbar-toggler-icon > span:nth-of-type(1) {
  
    width: 100%;
    top: 0;
    left: 0%;
}
#header .navbar-toggler-icon > span:nth-of-type(2) {

    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header .navbar-toggler-icon > span:nth-of-type(3) {
    width: 100%;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
#header .navbar-toggler-icon:hover > span {
    width: 100%;
    transition: 0.3s ease all;
}

body.scroll-down #header,
body.menu-open #header{transform: translateY(0);}

body.menu-open .header-bottom .navbar-toggler{color: #fff;}
body.menu-open #header .navbar-toggler .navbar-toggler-icon {
    margin: 0;

    transform: rotate(180deg) ;
    transition: 0.3s ease all;
    opacity: 1;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span {
    width: 100%;
    height: 2px;
    background-color: #fabd59;
    transition: 0.3s ease all;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(2) {
    opacity: 0;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-content {flex-direction: column; align-items: center;}

.overlay-menu  .menu-bottom{
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    padding-bottom: 1rem;
}
.overlay-menu  .menu-bottom a{
    color: #fabd59;
    font-size: 20px;
}


.swiper:not(.swiper-default) .slide-control{position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);    z-index: 2;
        display: flex;  align-items: center;
}
.swiper:not(.swiper-default) .slide-control .swiper-button-prev,
.swiper:not(.swiper-default) .slide-control .swiper-button-next,
.swiper:not(.swiper-default) .slide-control .swiper-pagination{position: static;}
.swiper .slide-control .swiper-pagination{display: flex;margin: 0px 6px; width: auto; position: static;}
.slide-control .swiper-pagination .swiper-pagination-bullet{
    background: #5C5C5C;
    width: 12px;
    height: 12px;
}
.slide-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fabd59;
}

.swiper.swiper-default .slide-control{
        display: flex;
    align-items: center;
    justify-content: center;
}
.swiper.swiper-default .slide-control .swiper-button-prev,
.swiper.swiper-default .slide-control .swiper-button-next{left: auto; right:auto; top:auto}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width: var(--iz-2); 
    height:  var(--iz-2);
    flex: 0 0 var(--iz-2);  margin: 0px 7px;
    transition: var(--d-transition);
    position: relative;
    background: transparent;
}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{display: none;}

.slide-control .swiper-button-next:before,
.slide-control .swiper-button-prev:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size:  auto 100%; background-repeat: no-repeat; background-position: center center;

}

.slide-control .swiper-button-prev:before{background-image: url('../images/arrow-prev.svg');}
.slide-control .swiper-button-next:before{background-image: url('../images/arrow-next.svg');}
.slide-control .swiper-button-next:hover:before{

   background-image: url('../images/arrow-next-1.svg');
}
.slide-control .swiper-button-prev:hover:before{

    background-image: url('../images/arrow-prev-1.svg');
}

.slide-control-default .slide-control .swiper-button-next, .slide-control-default  .slide-control .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.slide-control-default .slide-control .swiper-button-next{
    right: 0;
}
.slide-control-default .slide-control .swiper-button-prev{
    left: 0;
}





.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;height: 13px;
    flex:  0 0 13px;
    margin: 0px 6px;
    border-radius: 50%; opacity: 1; border: solid 1px #fabd59; background: transparent;

}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fabd59;}

.post-slide-cate.swiper{padding-bottom: 10px;}
.post-list .swiper .swiper-pagination{    position: absolute; bottom: 0; margin: 0px;    justify-content: center;}
.post-list .swiper .slide-control{ bottom: 0px;}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}
.swiper.swiper-control-top .slide-control {justify-content: flex-end; padding-bottom: 40px;}
.swiper.swiper-control-top .slide-control .swiper-button-next{margin-right: 0}

.wpgs-for .slick-arrow.slick-disabled{opacity: 0.2;pointer-events: none;}


.section-home-banner .item-content{
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    color: #fff;
}
.section-home-banner .item-content .title{
    font-size: calc(2.6 * var(--fz-48));
    text-transform: uppercase;
    line-height: 0.75em;
    text-align: center;
    /*padding-right: 1.2em;*/
    white-space: nowrap;
}
.section-home-banner .item-content .subtitle{
    font-size: calc(2.4375 * var(--fz-48));
    text-align: center;
    line-height: 0.75em;
    margin-bottom: 2rem;
}
.section-home-banner .item-content .description{text-align: right; font-size: var(--fz-24);}
.section-home-banner .item-content .title-2{
    font-size: calc(1.46 * var(--fz-48));
    line-height: 0.9em;
}

.section-promotion{margin-top:calc(-2 * var(--fz-48))}
.section-promotion img{border:solid 3px #875d1a; border-radius: 21px 21px 3px 21px; overflow: hidden;}

.section-quality .section-content-wrapper{border-top: solid 2px #fabd59;}

.items-quality .item .item-thumb{
    border-radius: 50%;
    overflow: hidden;
    /*background: #fabd59;*/
    margin-bottom: 1.5rem;
}
.items-quality .item .item-title{
    color: #fff;
    text-align: center;
}

.section-why .section-title{position: relative; padding-left: 3em; text-align: left;}
.section-why .section-title strong{font-size: 4.66em ; position: absolute; left: 0;  line-height: 0.7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section-why .section-title span{font-size: 3.16em;}
.section-why .section-content-wrapper{
    background: url('../images/bg-why.jpg') no-repeat center center;
    background-size: cover;
}
.items-why .item{display: flex; color: #fff; font-size: var(--fz-18); margin: 1rem 0;}
.items-why .item .number{
    width: calc(2* var(--fz-48));
    flex:  0 0 calc(2* var(--fz-48));
    margin-right: 1rem;
    text-align: right;
    font-size: calc(2* var(--fz-40));
    color: #fabd59;
    line-height: 1em;
}
.items-why .item .item-content .title{font-weight: 700; font-size: var(--fz-30);}

.section-quote{color: #fabd59; text-align: center;}
.section-quote p:first-child{display: inline;}
.section-quote:before{content: '"'; font-size: 4em; line-height: 0.8;}


.section-product-list .woocommerce-result-count,
.section-product-list .woocommerce-ordering,
.section-page .woocommerce-result-count,
.section-page .woocommerce-ordering{
    display: none;
}

.section-product-list .item-thumb,
.woocommerce .products .item-thumb{
    padding-top: calc(100% * 404 / 404);
    border-radius: var(--fz-16);
}
.section-product-cate-list .item-thumb{
    padding-top: calc(100% * 358 / 293);
}
.woocommerce ul.products li.product a img{
    height: 100%; margin: 0;
}

.section-product-list .item-title a{
    color: #fabd59;
    font-weight: 400;
    text-align: center;
    padding: 1rem 0 0.5rem;
}
.section-product-cate-list .item-title a{
    color: #fabd59;
    text-transform: uppercase;
}

#fullpage .woocommerce .products,
#fullpage .products[class*=columns-]{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.83 * var(--fz-48));
    margin-left: calc(-.83 * var(--fz-48));
}
#fullpage .woocommerce ul.products li.product,
#fullpage  ul.products[class*=columns-] li.product{
    max-width: 100%;
    padding-right: calc(var(--fz-48) * 0.83);
    padding-left: calc(var(--fz-48) * 0.83);
    margin: 0;
    margin-top: calc(var(--fz-48) * 0.83);
    flex: 0 0 auto;
    width: calc(100% / 3);
}
#fullpage .woocommerce.columns-2 ul.products li.product{
     width: calc(100% / 2);
}

#fullpage ul.products li.product .woocommerce-loop-product__title{
    font-size: var(--fz-16);
    color: #fabd59;
    font-weight: 700;
    padding: 1rem 0 0.5rem;
}
#fullpage ul.products li.product .woocommerce-loop-product__title,
.section-product-cate-list .item-title a{
    font-size: var(--fz-30);
}


#fullpage ul.products li.product .price{
    color: #fabd59;
    font-size: var(--fz-16);
    max-width: 50%; text-align: left;
}
#fullpage  ul.products li.product .price del{
    color: #a5a5a5;
}
#fullpage  ul.products li.product .price ins{
    font-weight: 400;text-decoration: none;
    display: block;
}
#fullpage .woocommerce ul.products li.product .button,
#fullpage ul.products li.product .button,
#fullpage ul.products li.product .ajax_add_to_cart{position: absolute; right: calc(var(--fz-48) * 0.83); bottom: 0em;
    background: #fabd59;
    border-radius: 1rem;
    color: #000000;
    font-weight: 400;
    border: 0;
    padding: 5px 20px;
    margin: 0;
}

@media(max-width:991px){
    #fullpage .woocommerce ul.products li.product,
    #fullpage  ul.products[class*=columns-] li.product,
    #fullpage .woocommerce.columns-2 ul.products li.product{
        width: 50%;
        margin-bottom: 1rem;
    }
    #fullpage .woocommerce .products, #fullpage .products[class*=columns-]{
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }
    #fullpage .woocommerce ul.products li.product, #fullpage ul.products[class*=columns-] li.product{
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);

    }
}
@media(max-width:576px){
    #fullpage .woocommerce ul.products li.product,
    #fullpage ul.products[class*=columns-] li.product,
    #fullpage .woocommerce.columns-2 ul.products li.product{
        --thumb-size:36%;
         width: 100%;
         position: relative;
         padding-left: calc(var(--thumb-size) + 2rem) ;
         min-height: 36vw;
         margin-bottom: 0;
    }
    #fullpage .woocommerce ul.products li.product .item-thumb,
    #fullpage ul.products[class*=columns-] li.product .item-thumb{
        position: absolute;
        left: calc(var(--bs-gutter-x)* .5);
        top: 0;
        width: var(--thumb-size);
        padding-top: calc(var(--thumb-size) * 404 / 404);
    }
    #fullpage ul.products li.product .woocommerce-loop-product__title{
        padding-top: 0;
    }

    #fullpage ul.products li.product .price{
        max-width: 100%;
    }
    #fullpage .woocommerce ul.products li.product .button, #fullpage ul.products li.product .ajax_add_to_cart{
        position: static;
    }


}

.section-product-detail .product-share{display: flex;}
.product-share  .quantity .qty{display: none;}
.product-share .share-box{display:flex; margin-left: auto; align-items: center;}
.section-product-detail .product-share .share-box .items{display: flex; margin-bottom: 0}
.product-share .share-box .items a{width: var(--iz-1); height: var(--iz-1);
    border-radius: 50%;
    background: #d9d9d9;
    color: #9e9e9e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
}
.product-share .share-box .items a:hover{background: #fabd59; color: #fff;}
.woocommerce div.product .product-share form.cart{margin-bottom: 0}

.section-heading-wrapper{
    padding: 2rem 0px 1rem;

}
.section-heading{margin-bottom: 2rem; display: flex; align-items: center; justify-content: space-between;}
.section-heading .section-title{margin-bottom: 0}
.section-heading .section-filter{margin-left: auto; display: flex; align-items: center; font-size: var(--fz-13);}
.section-heading .section-filter .title{color: #fabd59}
.section-heading .section-filter .dropdown{margin-left: 1rem;}
.section-heading .section-filter .btn{padding: 5px 10px; background: transparent; border: solid 1px #fabd59;
    font-size: var(--fz-13);
    text-transform: uppercase;
    color: #fabd59;
    font-weight: 400;
}
.section-heading .section-tabs .nav-item{margin: 0}
.section-heading .section-tabs .nav-link{padding: 0 1rem; color: #fabd59}
.section-heading .section-tabs .nav-link.active{background: transparent; color: #fabd59; border-radius: 0;
    text-decoration: underline;
}
.section-heading .section-title,
.section-heading .section-button-right{min-width: 25%; margin-left: 0; margin-right: 0}
.section-heading .section-button-right{text-align: right;  justify-content: flex-end;}
.section-heading .btn-view-all{color: #a6a6a6}
.section-heading .btn-view-all:hover{color: #fabd59}
.section-heading .btn-view-all i{font-size: 0.85em; margin-right: 2px;}


.section-testimonial{
    background: #7baeb4;
}
.testimonial-slide .item{padding: 0px 20vw;}
.testimonial-slide .item-thumb{
        border: solid 1rem #fff;
}
.testimonial-slide .item-content{
    padding: 2rem 0;
}
.testimonial-slide .item .description{
    padding: 60px 0px 0px 0px;
    position: relative;
    color: #3a5457;
    font-size: var(--fz-36);
}
.testimonial-slide .item .description:before{
    content: '"';
    vertical-align: top;
    font-size: 150px;
    line-height: 0.75em;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: 'Essendine';
    color: #5c696b;
}
.testimonial-slide .item .title{
    color: #5c696b;
    font-size: var(--fz-24);
    font-weight: 500;
}

.items-library .item{position: relative; overflow: hidden;
    margin: calc(var(--bs-gutter-x)* .5) 0;
}
.items-library .item .item-title{position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0,0,0,0.66);
    padding: 0.5rem 1rem 1rem;
    color: #fff;
    font-size: var(--fz-18);
    transform: translateY(100%);
    transition: var(--d-transition);
}
.items-library .item .item-thumb{
    padding-top: calc(100% * 303 / 452);
}
.items-library .item .item-thumb:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 0.5rem #e4ab67;
    opacity: 0;
    transition: var(--d-transition);
    z-index: 2;
}
.items-library .item .item-thumb:after{
    content: '\f302';
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.4);
    border:solid 1px rgba(250, 189, 89, 1);
    border-radius: 50%;
    color: rgba(250, 189, 89, 1);
    width: 4rem;
    aspect-ratio: 1;
    z-index: 2;
    transition: var(--d-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.items-library .item:hover .item-thumb:before,
.items-library .item:hover .item-thumb:after{opacity: 1;}
.items-library .item:hover .item-thumb:after{transform: translate(-50%, -80%) scale(1);}
.items-library .item:hover .item-title{transform: translateY(0);}

.section-content-inside{
    position: relative;
    margin-left: calc(-3 * var(--fz-40));
    margin-right: calc(-3 * var(--fz-40));
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0) 100%);
    padding: var(--fz-40) calc(3 * var(--fz-40));
    border-radius: calc(1.5 * var(--fz-40)) calc(1.5 * var(--fz-40)) 0 0;
}

@media(max-width:1199px){
    .disable-fullpage #fullpage section:first-child .section-padding-top, body:not(.home) #fullpage section:first-child{
        padding-top:80px;
    }
    .section-content-inside{
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px;
        border-radius:30px 30px 0 0;
    }
}
@media(max-width:767px){
    .disable-fullpage #fullpage section:first-child .section-padding-top, body:not(.home) #fullpage section:first-child{
        padding-top:60px;
    }
    .section-content-inside{
        margin-left: calc(1.5rem * -.4);
        margin-right: calc(1.5rem * -.4);
        padding: calc(1.5rem * .4);
        border-radius:calc(1.5rem * .4) calc(1.5rem * .4) 0 0;
    }

}


.post-list .item-title{text-align: center;}
.post-list .item-title a{
    color: #fff;
    padding: 1rem 0 0.5rem;
    font-weight: 400;
}
.post-list .item-thumb{
    padding-top: calc(100% * 370 / 552);
}

.section-aboutus .section-content-wrapper{color: #fff; font-size: var(--fz-20);}
.section-award{
    background-color:  #7c6127;
    background-image:url('../images/bg-giaithuong.jpg');
}
.section-award .award-video .title{
    font-size: var(--fz-16);
    color: #f8c871;
    font-weight: 400;
}
.section-award .award-video .item-thumb{position: relative;
    padding-top: calc(100% * 450 / 667);
}
.section-award .award-video .item-thumb:before{
    content: '\f167';
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size:2em;
    color: #FF0000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#footer{
    color: #fff;
}
#footer .footer-logo img{

    width: 13.80208333333333vw;
    min-width: 120px;
}
#footer .title,
#footer .menu-title > a{
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
}
#footer .footer-menu{display: flex; justify-content: space-around;}
#footer .footer-menu .item{padding: 0px 0.75rem}
#footer .footer-menu ul{list-style: none; margin: 0; padding: 0}
#footer .title,
#footer .footer-menu ul li{margin-bottom: 0.5rem; }
#footer .footer-menu ul li a{color: #fff;}

.section-footer:before{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 130px;
    bottom: 0;
    width: 100%;
    background:  url('../images/bg.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: repeat-y;

}
.footer-nav-wrapper{
    background: #8b6c44;
    padding: calc(1.5 * var(--fz-48));
    border-radius: calc(1.5 * var(--fz-48));
}
.footer-bottom{color: #c3c3c3;}
.footer-bottom strong{color: #fff}

.home .section-post-list,
.section-last {background: rgba(42,42,42,0.88); padding-bottom: 130px;}
.home .footer-nav-wrapper,
.with-section-last .footer-nav-wrapper{ margin-top: -130px;}


.section-product-detail .product-info{display: flex;}
.section-product-detail .product-info .onsale{display: none;}
.section-product-detail .woocommerce-product-gallery,
.section-product-detail .images{flex: 0 0 40%; width: 40%; margin-right: 2rem;}
.section-product-detail .images .slick-list{margin: 0}

.woocommerce .section-product-detail div.product .product_title{
    font-size: var(--fz-30);
    font-weight: 700;;
    color: #fabd59;
}
.section-product-detail .product-promotion .section-title{
    border-bottom: solid 1px #a6a6a6;
    padding-bottom: 0.5rem;
    font-weight: 700;
    font-size: var(--fz-14);
}
.section-product-detail .product-promotion ul{list-style: none; padding: 0; margin: 0}
.section-product-detail .product-promotion ul li{
    padding: 0;
    color: #fabd59;
}
.section-product-detail .product-price-top{display: flex;
     border-bottom: solid 1px #a6a6a6;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    color: #a6a6a6;
}
.section-product-detail .product-price-top strong{color: #fabd59}

.section-product-detail .promotion-content .price{margin-bottom: 2rem;}
.section-product-detail .price{display: flex;color: #a6a6a6;}
.section-product-detail .price del,
.section-product-detail .price ins{text-decoration: none;}
.section-product-detail .price del bdi{text-decoration: line-through;}
.section-product-detail .product-sku:after,
.section-product-detail .price del:after{content: '|'; margin: 0px 0.5rem}
.section-product-detail .price .highlight .amount{font-weight: 700; color: #fabd59;}

.section-product-detail .entry-content h2,
.section-product-detail .entry-content h3,
.section-product-detail .entry-content h4{color: #fabd59}
.section-product-detail .entry-content h2,
.section-product-detail .entry-content h3{font-size: var(--fz-30);}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none;
}

.post-sidebar{
    padding-left: 2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.post-sidebar .sidebar .widget-title{
    font-size: var(--fz-30);
    font-weight: 700;
    color: #fabd59;
}
.post-sidebar .sidebar ul{padding-left: 1rem;}
.post-sidebar .sidebar ul li.cat-item a{text-transform: uppercase;}

.woocommerce-pagination{margin-top: 3rem;}

.woocommerce nav.woocommerce-pagination ul{
   border: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    margin: 0px 0.25rem;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border: solid 1px #fabd59;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{

}



#fullpage{overflow: hidden;}
body:not(.disable-fullpage) section{ position: relative;}


/*intro_section*/



.contact-form-wrapper .contact-image-desktop{align-items: flex-end;     margin-bottom: 80px;}

.primary-bg .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
   font-family: 'Montserrat', sans-serif;
   font-size: var(--fz-16);
}
.primary-bg  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
   font-size: var(--fz-16);
}
.primary-bg .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
   font-size: var(--fz-16);
}
.primary-bg .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-family: 'Montserrat', sans-serif;
   font-size: var(--fz-16);
}



.pagination{padding: 20px 15px;  border-radius: 0px; text-align: center;     width: 100%;}
.pagination ul{list-style: none;padding: 0px; margin: 0px auto;}
.pagination ul li{display: inline-block; margin: 0px 5px;}
.pagination ul li a,
.pagination ul li span{padding: 0px 5px; text-align: center; font-weight: 700;
    color: #fabd59; width: 30px; height: 30px;
    background: transparent;
    border: 1px solid #fabd59;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pagination ul li span.current{
    background: #fabd59;
    color: #000;
}
.pagination ul li a:hover{background: #fabd59; color: #000}
.pagination ul li span.dots{border-color: transparent;}


@keyframes kenburns_custom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/*=======================
11. Responsive-CSS
==============================*/

@media (min-width:1200px) {
    .container{
        max-width: 960px;
    }
}
@media (min-width:1201px) {
    .container{
        max-width: 1040px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}
@media (min-width:1299px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width:1400px) {
    
}
@media (min-width:1601px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1400px;
    }

}
@media (max-width:1699px) {

    .btn-gradient{
            padding: 13px 35px 13px;
    }
}

@media (max-width:1599px) {
    #header .header-right .menu li a{
        font-size: var(--fz-15);
    }
  .items-faqs .accordion-header .accordion-button::after{
        width: 24px;
        height: 24px;
    }

}
@media (max-width:1399px) {
    #header .header-right .menu li a{
        font-size: var(--fz-14);
    }
   .fixed-btn a{    margin: 10px 0px;}
    .fixed-btn.bottom{bottom: 20px;}



    
}

@media (max-width:1299px) {


}

@media (max-width:1200px) {
   
	
}
@media (min-width:1200px) and (max-width:1399px) {
	
}
@media (min-width:992px) and (max-width:1200px) {
	

}
@media (min-width:1200px) {

}
@media (max-width:1199px) {
    .page-menu{display: none;}
    
    .fixed-btn{right: 15px;}
    .fixed-btn.fixed-action-btn a{padding: 3px; justify-content: center; margin: 0px; margin-left: 5px;}
    .fixed-btn.fixed-action-btn a:not(.zalo) span{display: none;}
    .fixed-btn .svg,
    .fixed-btn svg{width: 20px;}
    



     body:not(.disable-fullpage) section{}

     .testimonial-slide .item{    padding: 0px 10vw;}

    

}
@media (max-width:991px) {
    .fixed-btn{    right: 10px;}
    .header-bottom .navbar-toggler{display: block;}
    #header .header-right{flex-direction: row; align-items: center;}
    #header .header-right-top a.menu-item:not(.menu-item-cart),
    #header .header-right-top a.hotline span,
    #header .header-right-top a.register span{display: none;}
    #header .header-right-top a i{font-size: 18px;}
    #header .header-right-top a.hotline{}
    #header .header-right-top a.register{display: inline-flex; margin-left: 1rem}
    #header .header-right-top a.register i{
        width: var(--iz-1);
        height: var(--iz-1);
        border-radius: 50%;
        border: solid 1px #df2126;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.5rem;
    }

    .footer-logo{
        margin-bottom: 2rem;
        text-align: center;
    }
    .footer-social{margin-top: 2rem;}

    .post-list .item-title{padding-left: 0}
    .items-quality{justify-content: center;}
    .items-quality .item {margin-bottom: 1rem;}

    .items-quality .item .item-thumb{
        width: 20vw;
        min-width: 100px;
        padding-top: 0;
        height: auto;
        margin: auto;
        aspect-ratio: 1;

    }



   
}
@media (min-width:767px) and (max-width:991px) {


 }
@media (max-width:767px) {
    #header .navbar-brand{
        margin-left:0;
    }
    .btn-gradient:before{
            left: 3px;
        right: 3px;
        top: 1px;
        bottom: 2px;
    }
    .section-padding,
    .section-padding-xl{    padding: 45px 0px;}
    .section-padding-lg{
        padding: 30px 0px;
    }
    .section-padding-top  {padding-top: 45px;}
    .fixed-btn{    flex-direction: row;}
    .fixed-btn a{margin: 0px 10px; position: relative;}
    
    .fixed-btn.bottom{bottom: 10px;  right:10px; }
    .fixed-btn.left{left: 10px; bottom: 10px; right: auto;}
    .fixed-social-btn a.zalo{
            bottom: 0px;
        right: 5px;
    }
    .fixed-btn.center{top: auto; bottom: 10px; right: 0px; transform: translateY(0); 
        padding-right: 90px;
    }
    .fixed-btn.center:before{content: ''; position: absolute; right: 0px; bottom: -15px; width: 100vw; height: 80px;
        background: linear-gradient(0deg, rgba(16,107,117,0.8) 0%, rgba(22,32,63,0) 100%);

    }

    .section-title{
        font-size: var(--fz-30);
    }
    .section-title,
    .section-title.xl,
    .section-title.xxl{}
    .section-title span,
    .section-title.xl span,
    .section-title.xxl span{}
    .section-title.xxl em{ }
    .section-title.left{padding-left: 0}
    .section-title.xxl{padding-top: 0.5em;}

    .section-title.sm{
        font-size: var(--fz-24);
    }

    .section-testimonial .slide-control-default .slide-control .swiper-button-next{
        top:calc((100vw - 2*(var(--iz-2)) - 0.75rem ) / 2 );
        right: -0.75rem;
    }
    .section-testimonial .slide-control-default .slide-control .swiper-button-prev{
        top:calc((100vw - 2*(var(--iz-2)) - 0.75rem ) / 2 );
        left: -0.75rem;
    }

    .testimonial-slide .item{    padding: 0px calc(var(--iz-2) - 0.75rem );}
    .section-home-banner .item .description,
    .testimonial-slide .item .description{
        padding: 0px 0px 0px 40px;
    }
    .section-home-banner .item .description:before,
    .testimonial-slide .item .description:before{
        font-size: 100px;
    }
    .testimonial-slide .item-content{padding-bottom: 0}
    .testimonial-slide .item .title{
        padding-left: 40px;
    }
    .section-heading .section-title, .section-heading .section-button-right{
        min-width: 35%;
    }
    .section-heading .section-filter{flex-wrap: wrap;    justify-content: flex-end;}
    .section-heading .section-filter .title{
        flex: 100%; width: 100%; text-align: right;
        padding-bottom: 0.5rem;
    }
    .section-product-list:not(.with-occasion-filter) .section-heading{
        flex-wrap: wrap;
    }
    .section-product-list:not(.with-occasion-filter) .section-title{}
    .section-heading .section-tabs{order: 3; width: 100%; margin-top: 1rem}
    .section-heading .section-tabs ul{display: flex; justify-content: center;}
    .section-heading .section-tabs .nav-link{

    }
    .section-heading .section-tabs .nav-item:first-child .nav-link{}


    .section-home-banner .item-content{
        position: static;
        margin-top: -30%;
        font-size: 13px;
    }
    .section-home-banner .item-content .title{
        font-size: 45px;
    }
    .section-home-banner .item-content .subtitle{
        font-size:36px;
        margin-bottom: 10px;
    }
    .section-home-banner .item-content .description{
        font-size: 13px;
    }
    .section-home-banner .item-content .title-2{
        font-size: 27px;
    }
    .section-promotion{margin-top:1rem}

    .footer-nav-wrapper{padding: 1rem 1rem; border-radius: 1rem;}
    .footer-social{
        text-align: center;
    }
    .footer-social .social{    justify-content: center;}
    .footer-social .title br{display: none;}

    .section-heading{

    }
    .section-heading .section-filter .title{
        display: none;
    }
    .section-heading .section-filter .dropdown{
        margin-left: 0.25rem;
    }

    #fullpage ul.products li.product .woocommerce-loop-product__title,
    .section-product-cate-list .item-title a{
        font-size: var(--fz-18);
    }


   
}
@media (max-width:575px) {
	#footer .footer-menu{flex-wrap: wrap;     justify-content: space-between;}
    #footer .footer-menu .item{margin-bottom: 1rem;}
    .section-product-detail .product-info{
        display: block;
    }

}

@media (max-width:374px) {
	.section-why .section-title{
            font-size: 18px;
    }
}


@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}


@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: -200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 5000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.driveInTop {
  -webkit-animation-name: driveInTop;
  animation-name: driveInTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes driveInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0); }
  30% {
    opacity: 1; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } 
}
.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } 
}
.swoopInTop {
  -webkit-animation-name: swoopInTop;
  animation-name: swoopInTop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@keyframes swoopInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scaleY(1.5) translate3d(0, -400px, 0);
    transform: scaleY(1.5) translate3d(0, -400px, 0); }
  40% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
    transform: scaleY(1.2) translate3d(0, 0, 0); }
  65% {
    -webkit-transform: scaleY(1) translate3d(0, 20px, 0);
    transform: scaleY(1) translate3d(0, 20px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleY(1) translate3d(0, 0, 0);
    transform: scaleY(1) translate3d(0, 0, 0); } 
}

@keyframes phonering{
    0%{transform:rotate(0deg)}
    10%{transform:rotate(-25deg)}
    20%{transform:rotate(25deg)}
    30%{transform:rotate(-25deg)}
    40%{transform:rotate(25deg)}
    50%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}




@media (max-width:1399px) {
    
    
}
@media (max-width:1299px) {
   
}

@media (max-width:1199px) {
    

     #header .header-right .submenu{display: none;}

}

@media (max-width:991px) {
    
}


/* Custom ANIMATION  */
.flipInXCustom, .flipInYCustom{
    opacity: 0;
     -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes flipInXCustom { 
    0% { 
        transform: rotateX(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInXCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInXCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInXCustom; 
}

@keyframes flipInYCustom { 
    0% { 
        transform: rotateY(180deg); 
        opacity: 0; 
    } 
    100% { 
        transform: rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInYCustom.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInYCustom; 
    backface-visibility: visible !important; 
    animation-name: flipInYCustom; 
}


.scaleInY{opacity: 0; transform-origin: bottom;}
@-webkit-keyframes scaleInY { 
    0% { 
        opacity: 0; 
        -webkit-transform: scaleY(.1); 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: scaleY(1); 
    } 
} 

@keyframes scaleInY { 
    0% { 
        opacity: 0; 
        transform: scaleY(.1); 
    } 
    100% { 
        opacity: 1; 
        transform: scaleY(1); 
    }
} 

.scaleInY.go { 
    -webkit-animation-name: scaleInY; 
    animation-name: scaleInY; 
}



.zoomIn{
    opacity: 0;
     -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes zoomIn { 
    0% { 
        transform: scale(0);
        opacity: 0; 
    } 
    100% { 
        transform: scale(1); 
        opacity: 1; 
    } 
} 
.zoomIn.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: zoomIn; 
    backface-visibility: visible !important; 
    animation-name: zoomIn; 
}


@-webkit-keyframes custom-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}

@-webkit-keyframes custom-spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: translateY(-50%) rotate(359deg);
  }
}
@keyframes custom-spin-2 {
  0% {
    -webkit-transform:  rotate(0deg);
    transform:  rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:  rotate(359deg);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes arrow-animation{
    0%{
        opacity:1;transform:translateY(0px)
    }
    49%{
        opacity:0;transform:translateY(10px)
    }
    50%{
        opacity:0;transform:translateY(-10px)
    }
    100%{
        opacity:1;transform:translateY(0)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes scaleToIn {
  0% {
    transform:  scale(1);
    opacity: 1;
  }
  100% {
    transform:  scale(2);
    opacity: 0;
  }
}

@keyframes bounceInDown
{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{opacity:1}}
@keyframes bounceIn
{30%,60%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);opacity:1}0%,to{transform:translate3d(0,0,0)}30%,90%{transform:translate3d(0,5px,0)}60%{transform:translate3d(0,-5px,0)}}



/*Overlay Menu*/

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    background: #000 url('../images/bg.jpg') no-repeat center center ;
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.overlay-menu .menu-slogan{
    color: #8A8A8A;
    font-size: var(--fz-35);
    margin: 1.5rem 0px 2rem;
}
.overlay-menu .menu-logo img{opacity: 0;max-width: 25vw; max-height: 45vh;}
.menu-open .overlay-menu .menu-logo img{
    animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
}
.overlay-menu .main-menu-container {
    text-align: center;
    display: flex;
    padding: 0;
    margin: 60px auto;
    list-style-type: none;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}

.overlay-menu .menu a {
   color: #fabd59;
    transition: all ease 0.4s;
    display: block;
    font-size: var(--fz-24);
    text-transform: uppercase;
}
.overlay-menu .menu a:hover,
.overlay-menu .menu .current-menu-item a{color: #B39662; }

/*.overlay-menu .menu .current_page_parent a{color: #d4b88e; }*/

.overlay-menu {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    padding-bottom: 0px;
}

.overlay-menu .copyright{position: absolute; bottom: 15px; width: 100%;color: #939393;
    opacity: 0; transition: var(--d-transition); 
    width: 100%; text-align: center;
    padding: 0px var(--d-padding);
}
body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open .overlay-menu .copyright{opacity: 1; }
body.menu-open .overlay-menu .bg {opacity: 0.04; transition-delay: 0.3s;}
.overlay-menu .menu{
    list-style: none; padding: 0px; margin-left: 0px; margin-bottom: 0px;
    display: flex;
    justify-content: space-between ;
}

.overlay-menu .menu > li {
    opacity: 0;
    transform: translate(50px, 0);
    -webkit-transform: translate3d(50px, 0px, 0);
    transition-delay: 0.6s;
    padding:15px 0px ;
    margin: 0px 15px;
}
body.menu-open .overlay-menu .menu li {
    transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    text-align: right;
}

body.menu-open #header .header-right .submenu{opacity:0; pointer-events: none;
    transition-duration: 0s;
}
@media (min-width:1200px) {
    body.menu-open #header .navbar-brand,
    body.menu-open #header .header-right > a.btn,
    body.menu-open #header .header-right .language{
        opacity:0; pointer-events: none;
        transition-duration: 0s;
    }
    body .overlay-menu .sub-menu{display: none;}
}

.overlay-menu .menu-other{display: flex; display: none;}
.overlay-menu .menu-other a{font-size: 24px; text-transform: none; font-weight: 400;}
.overlay-menu .menu-other > li{margin-right: 85px;}
.overlay-menu .menu-other > li:last-child{margin-right: 0px;}

body.menu-open{overflow: hidden !important;}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(1) {
    transition-delay: 0.2s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(2) {
    transition-delay: 0.3s;
}
body.menu-open .overlay-menu .menu >  li:nth-last-of-type(3) {
    transition-delay: 0.4s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(4) {
    transition-delay: 0.5s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(5) {
    transition-delay: 0.6s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(6) {
    transition-delay: 0.7s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(7) {
    transition-delay: 0.8s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(8) {
    transition-delay: 0.9s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(9) {
    transition-delay: 1s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(10) {
    transition-delay: 1.1s;
}
body.menu-open .overlay-menu .menu > li:nth-last-of-type(11) {
    transition-delay: 1.2s;
}

body.menu-open .overlay-menu .menu.menu-other > li {
     transition-delay: 0.2s;
}

.header-right .sub-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.header-right li.menu-item-has-children > a:after,
.overlay-menu .menu li.menu-item-has-children > a:after{
    content: '\f13a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 0.5rem;
}

.header-right .sub-menu li{margin: 0; position: relative; margin-bottom: 0.5rem;}
.header-right .sub-menu li a{white-space: nowrap;}
.header-right .menu > li > ul{
    position: absolute;
    top:100%;
    right: 0;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    padding: 1.5rem 1rem 1rem;
    border-radius: 4px;

    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    min-width: 180px;
}
.header-right  .menu > li:hover > ul,
.header-right  .menu > li > ul.show {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}



@media (min-width:1200px) {
    .header-bottom .navbar-toggler{display: none;}

    .overlay-menu .menu li:hover a{
        transform: translateY(-4px);
    }
    .overlay-menu .main-menu-container{
        width: 100%;
    }
    .overlay-menu .menu{
        width: 90%;
        margin: auto;
    }
}


@media (max-width:1399px) {
    
}

@media (max-width:1199px) {
    .menu-open .overlay-menu .menu-logo,
    .menu-open .overlay-menu .menu-slogan,
    .overlay-menu .bg-sen-left,
    .overlay-menu .bg-sen-right{display: none;}
    .overlay-menu .menu  li{text-align: right;}

    .overlay-menu{overflow: auto; padding-top: 40px;}
    .overlay-menu .menu-slogan{
        margin: 1rem 0px 1rem;
    }
    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: left;     margin: 0px auto;
        padding-top: 60px;
    }
    body.menu-open .overlay-menu .copyright{
        position: static;
        padding: 15px;
        display: none;
    }
    body.menu-open .overlay-menu .menu li{
        padding: 10px 0px;
    }
    body.menu-open .header-bottom .navbar-toggler{
        
    }
   
    .overlay-menu .menu{flex-direction: column;}  

    body.menu-open .overlay-menu ul{
        margin: 10px 0px 0px; 
        padding: 0;
        list-style: none;

    }
    body .overlay-menu .menu > li > ul{
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
    }
    body.menu-open .overlay-menu .menu > li.showsub > ul{
        max-height: 300px;
    }

    body.menu-open .overlay-menu .sub-menu li {
        margin: 0;
        padding: 5px 0px;
    }
    
    body.menu-open .overlay-menu .sub-menu a{
        color: #fff;
        position: relative;
        margin: 0;
        padding: 2px 0px;
        padding-right: 15px;
        font-size: var(--fz-18);
    }


    
     body.menu-open .overlay-menu .sub-menu li a:before{
        content: '';
        position: absolute;
        width: 8px;height: 8px;
        background: #fff; border-radius: 50%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
     body.menu-open .overlay-menu .sub-menu li a:hover{color: #B39662}
     body.menu-open .overlay-menu .sub-menu li a:hover:before{background: #B39662}

     body.menu-open .overlay-menu .sub-menu ul{
        padding-left: 15px;
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.3s;
    }
    body.menu-open .overlay-menu .sub-menu ul.show{
        max-height: 210px;
    }
     body.menu-open .overlay-menu .sub-menu ul li a:before{
        background: transparent;
        border: 1px solid #fabd59;
    }
     body.menu-open .overlay-menu .sub-menu  ul li a:hover:before{border-color: #B39662; background: transparent;}


}
@media (max-width:767px) {
    
    .overlay-menu .menu:not(.menu-other) a{font-size: 18px;}
    .overlay-menu .menu-other a{font-size: 14px;}
    .overlay-menu .menu-other > li:not(:last-child){    margin-right: 20px;}
    .overlay-menu .copyright{font-size: 12px;}
}


.animated.fadeInUp{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
     -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
     -webkit-transform: translateY(200px); 
    transform: translateY(200px);
}
.animated.fadeInUp.go{
    -webkit-animation-name: fadeInUpMedium;
    animation-name: fadeInUpMedium;
}

@-webkit-keyframes fadeInUpMedium { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(200px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUpMedium { 
    0% { 
        opacity: 0; 
        transform: translateY(200px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 



.animated.revealText{
    opacity: 0;
    transform: translateX(0%);
    animation-duration: 1.5s; 
    animation-fill-mode: forwards;
}

.animated.revealText.go { 
    animation-name: revealText 
}

.animated.revealText2{
    opacity: 0;
    animation-duration: 2s; 
    animation-fill-mode: forwards;
}

.animated.revealText2.go { 
    animation-name: revealText2 
}



@keyframes revealText {
  0% {
    transform: translateX(17%);
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
    
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
     transform: translateX(0%);
     opacity: 1;
  }
}


@keyframes revealLine {
  0% {
    clip-path: inset(0px 50% 0px 50%);
    -webkit-clip-path: inset(0px 50% 0px 50%);
      opacity: 0;
    
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
     opacity: 1;
  }
}

@keyframes revealText2 {
  0% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
    
   }
  20% {
    clip-path: inset(0px 100% 0px 0%);
    -webkit-clip-path: inset(0px 100% 0px 0%);
    
   }
  40% {
      opacity: 1;
   }
  100% {
     clip-path: inset(0px 0px 0px 0px);
     -webkit-clip-path: inset(0px 0px 0px 0px);
      opacity: 1;
  }
}


.animated.scaleOutPic{
    transform: transform: scale(1.4);
    animation-duration: 2s;     
}
.animated.scaleOutPic.go { 
    animation-name: scaleOutPic 
}
@keyframes scaleOutPic {
  0% {
      
        transform: scale(1.4);
    }
    to {
       
        transform: scale(1);
    }
}

@keyframes scrollLine {
    0% {
        top: 30%;
    }
    50% {
        top: 100%;
    }
    99% {
        top: 100%;
    }
    to {
        top: 30%;
    }
}

@keyframes iconbounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    10% {transform: translateY(-30px);}
    30% {transform: translateY(-15px);}
}

@keyframes circleText{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}


.fadeInUpShort.is-inview { 
    -webkit-animation-name: fadeInUpShort; 
    animation-name: fadeInUpShort; 
}
.fadeIn.is-inview { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.lineIn{
    transform: translateY(110%);
}
.lineIn.is-inview { 
    -webkit-animation-name: lineIn; 
    animation-name: lineIn; 
}

@keyframes lineIn {
  0% {
    transform: translateY(110%);
   }
  100% {
    transform: translateY(0%);
  }
}
