@charset "utf-8";

@font-face {
    font-family: "Matter";
    font-weight: 300;
    src: url("../fonts/Matter-TRIAL-Light.otf");
}
@font-face {
    font-family: "Matter";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/Matter-TRIAL-LightItalic.otf");
}

@font-face {
    font-family: "Matter";
    font-weight: 400;
    src: url("../fonts/Matter-TRIAL-Regular.otf");
}
@font-face {
    font-family: "Matter";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/Matter-TRIAL-RegularItalic.otf");
}

@font-face {
    font-family: "Matter";
    font-weight: 500;
    src: url("../fonts/Matter-TRIAL-Medium.otf");
}
@font-face {
    font-family: "Matter";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/Matter-TRIAL-MediumItalic.otf");
}

@font-face {
    font-family: "Matter";
    font-weight: 600;
    src: url("../fonts/Matter-TRIAL-SemiBold.otf");
}
@font-face {
    font-family: "Matter";
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/Matter-TRIAL-SemiBoldItalic.otf");
}

@font-face {
    font-family: "Matter";
    font-weight: 700;
    src: url("../fonts/Matter-TRIAL-Bold.otf");
}
@font-face {
    font-family: "Matter";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/Matter-TRIAL-BoldItalic.otf");
}

@font-face {
    font-family: "1FTV-VIP-Ergisa";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/1FTV-VIP-Ergisa-Regular.otf");
}

/*
    16
    17
    18
    26
    29
    30

    55
*/




:root {

  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: radial-gradient(118.65% 210.94% at 99.96% 99.62%, #FDD194 0%, #F3624E 53.37%, #F95FAF 100%);
  --d-textg: linear-gradient(90deg, #EA379B 0%, #F87F52 103.03%);
  --d-gradient2: radial-gradient(118.65% 210.94% at 99.96% 99.62%, #FDD194 0%, #F3624E 53.37%, #F95FAF 100%);
  --d-gradient3: radial-gradient(118.65% 210.94% at 99.96% 99.62%, #F95FAF 0%, #F3624E 53.37%, #FDD194 100%);
  --d-shadow: 5px 4px 4px rgba(0, 0, 0, 0.15);

  --bs-gutter-x: .75rem;
  --d-padding: var(--bs-gutter-x,.75rem);
  --d-padding-xl: var(--bs-gutter-x,.75rem);
  --d-padding-xxl: var(--bs-gutter-x,.75rem);
  --location-size: 15deg;
    --d-gutter: var(--bs-gutter-x,.75rem);

    --fz-12: 12px;
    --fz-14: 12px;
    --fz-16: 13px;
    --fz-17: 14px;
    --fz-18: 15px;
    --fz-20: 16px;
    --fz-22: 16px;
    --fz-25: 17px;
    --fz-26: 17px;
    --fz-29: 18px;
    --fz-30: 20px;
    --fz-32: 21px;
    --fz-35: 24px;
    --fz-40: 25px;
    --fz-50: 27px;
    --fz-55: 30px;
    --fz-60: 30px;
    --fz-70: 32px;

    --iz-1: 32px;
    --iz-2: 32px;
    --iz-3: 32px;

    --color-1:#A46F29;
}

@media (min-width:768px) {
    :root {
        --fz-26: 18px;
        --fz-29: 19px;
        --fz-30: 20px;

      --d-padding-xl: 1.5rem;
      --d-padding-xxl: 1.5rem;
    }
}



@media (min-width:1200px) {
   :root {
        --d-padding:  2.604166666666667vw;
        --d-padding-xl: 7.291666666666667vw;
        --d-padding-xxl: 10.9375vw;
        --fz-14:12px;
        --fz-20 :1.041666666666667vw;
        --fz-22: 1.145833333333333vw;
        --fz-25: 1.302083333333333vw;
        --fz-26: 1.354166666666667vw;
        --fz-29: 1.510416666666667vw;
        --fz-30: 1.5625vw;
        --fz-32: 1.666666666666667vw;
        --fz-35: 1.822916666666667vw;
        --fz-40: 2.083333333333333vw;
        --fz-50: 2.604166666666667vw;
        --fz-55: 2.58vw;
        --fz-60: 3.125vw;
        --fz-70: 3.645833333333333vw;


    }
}
@media (min-width:1601px) {
    :root {
        --d-gutter: 50px;
        --fz-12: 0.625vw;
        --fz-14: 0.7291666666666667vw;
        --fz-16: 0.8333333333333333vw;
        --fz-17: 0.8854166666666667vw;
        --fz-18: 0.9375vw;


        --iz-1: 2.604166666666667vw;
        --iz-2: 1.875vw;
        --iz-3: 2.34375vw;

    }
}


.font-2{font-family: 'Matter' , sans-serif}
.font-1{font-family: '1FTV-VIP-Ergisa', sans-serif}
.d-bg{background: var(--d-gradient);}

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

body { font-family: 'Matter', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-17); line-height: 1.47; overflow-x: hidden;
    color: #555555;
    background: #E8E5DC;
}
body:not(.ready){overflow: hidden !important;}
body.disable-fullpage{background: #fff}
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Matter', sans-serif;  margin: 0 auto 0.7rem;  font-weight: 700; line-height: 1.4; }
h1 { font-size: var(--fz-55); }
h2,h1.sm,h3.xxl { font-size: var(--fz-30); }
h2.lg,h3.xl{ font-size: var(--fz-26);}
h3,h2.md { font-size: var(--fz-18); }
h4,h2.sm { font-size: var(--fz-17); margin-bottom: 0.7rem; }
h5 { font-size: var(--fz-16); margin-bottom: 0.7rem;  }
h6 { font-size: var(--fz-16); margin-bottom: 0.7rem; }
p { }
a {transition: var(--d-transition);  text-decoration: none; color: #333; }
a:hover, a:focus { text-decoration: none; outline: none; }
ul, ol { margin: 0 auto 1rem; }
ul li, ol li { margin: 0 auto 0.5rem; }
blockquote { background: #f5f5f5; }
strong,b{font-weight: 700;}
*: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; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }

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-50,
.gutter-xxl,
.gutter-xl {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-50 > [class*='col-'],
.gutter-xxl > [class*='col-'],
.gutter-xl > [class*='col-'] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

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

    .gutter-xxl { margin-left: -2.34375vw; margin-right: -2.34375vw; }
    .gutter-xxl > [class*='col-'] { padding-right: 2.34375vw; padding-left: 2.34375vw; }

    .gutter-xl { margin-left: -1.45vw; margin-right: -1.45vw; }
    .gutter-xl > [class*='col-'] { padding-right: 1.45vw; padding-left: 1.45vw; }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
/* =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; }
.editor-content h4 { font-size: var(--fz-17); }
.editor-content h3 { font-size: var(--fz-18); }
.editor-content h2 { font-size: var(--fz-26);}
.text-justify {
  text-align: justify;
}
.point-event-none{pointer-events: none;}
.point-event-auto{pointer-events: auto;}

/*-----------------
1.2. Button
-------------------------*/
.btn {
    border: 0;
    border-radius: 0px;
    background: transparent;
    border: 0px; font-size: var(--fz-18);
    padding: 0.5rem 2.375rem ;
    transition: var(--d-transition);
    text-decoration: none;
    font-weight: 500;

}
.btn *{
    transition: var(--d-transition);
}


.btn.btn-primary,
.btn.btn-default{
    position: relative;
    display: inline-flex;
    border-radius: 3rem;
    text-transform: uppercase;
}
.btn.btn-primary i,
.btn.btn-default i{
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    aspect-ratio: 1;
    display: block;
    background: #c6d4dd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #A46F29;
}
.item:hover .btn.btn-default,
.btn.btn-default:hover{
    background: var(--color-1);
    color: #fff;
    border-color: var(--color-1);
}

.btn.btn-primary{background: var(--d-gradient); color: #fff;}
.btn.btn-primary i{background: transparent; color: #fff}

.item:hover .btn.btn-primary,
.btn.btn-primary:hover{
   /*background: var(--d-gradient);*/
   color: #fff;
}


.item:hover .btn.btn-default i,
.btn.btn-default:hover i,
.item:hover .btn.btn-primary i,
.btn.btn-primary:hover i{
    background: var(--color-2);;
    color: #fff;
}
.btn.btn-default span,
.btn.btn-default i{}

.btn.btn-icon{display: inline-flex; padding: 0;
    gap: 0.8em;
    align-items: center;
    color: #9C14DE;
    font-weight: 700;
}
.btn.btn-icon .icon{
    display: inline-flex;
    width: calc(var(--iz-2));
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid 1px #fff;
    align-items: center;
    justify-content: center;
    transition: var(--d-transition);
    background: var(--d-gradient);
}
.btn.btn-icon .icon img{
    max-width: calc(0.4* var(--iz-2));
    max-height: calc(0.4* var(--iz-2));
}
.btn.btn-icon:hover{
    color: #F87F52;
}

.btn.btn-gradient{
    background: linear-gradient(90deg, #08377C 0%, #155AAD 100%);
    color: #fff;
    border: 0;
    border-radius: 3rem;
    padding: 0.75rem 2.375rem 0.75rem 2.375rem ;
}
.btn.btn-gradient:hover{
    background: linear-gradient(90.67deg, #E7CE6F -23.83%, #D4B35B 37.34%, #BA8F40 98.5%);
    color: #fff;
}
.btn.btn-outline{
    border-radius: 2rem;
    color: #fff;
    text-transform: uppercase;
    background: var(--d-gradient);
    overflow: hidden;
    position: relative;
    font-weight: 700;
}
.btn.btn-outline:before{
    content: '';
    position: absolute;
    inset: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    border-radius: calc(2rem + 1px);
}
.btn.btn-outline span{
    position: relative;
}
.btn.btn-outline:hover:before{
    background: transparent;
}
.btn.btn-outline:hover span{
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.btn-flasheffect:not(:hover){
    animation: btnFlashEffect 0.75s linear infinite;
}
@keyframes btnFlashEffect {
  0% {
    background-image: linear-gradient(90.67deg, rgba(231, 206, 111, 0) -23.83%, rgba(212, 179, 91, 0) 37.34%, rgba(186, 143, 64, 0) 98.5%);
    border-color: #fff;
   }
  100% {
    background-image: linear-gradient(90.67deg, rgba(231, 206, 111, 1) -23.83%, rgba(212, 179, 91, 1) 37.34%, rgba(186, 143, 64, 1) 98.5%);
    border-color: #D4B35B;
  }
}


.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: #ff6b4a; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: 17px; color: #ff6b4a; }

.btn-back-home{}
.btn-detail{margin-top: var(--fz-22);}
/*-------------------------
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: 0.6rem; position: relative; }
.contact-info-wrapper .submit,
.form-popup-modal .submit {}
.footer-top .contact-form {margin-top: 20px;}
.form-group.has-error .help-block{color: #FF6B4A;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control { background: #F8EFDE; border: 0 none; border-radius: 2em;
    box-shadow: none; color: #57768C; font-size: var(--fz-18); height: 3em; padding: 0 15px;
}
textarea.form-control { padding: 15px 20px; height:4.5rem; }
input.form-control:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder { opacity: 0; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none;  background: #F8EFDE; outline: none; color: #9A8457; }
.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; }
.form-select{border-radius: 1.5rem; border-color: #ACC0CC;}
/*-----------------
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 { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
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: #ff6b4a; }
.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: #ff6b4a; }
.panel-heading:hover .panel-title a { border-color: #ff6b4a; }
.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; }



.section-footer{
    background: #F0DEBA;
}


.footer-form .btn.btn-default {
   /* vang-gra */
    background: linear-gradient(270deg, #EFD876 0%, #AD7A30 100%);
    border-radius: 0px 0.4rem 0.4rem 0px;
    border: 0;
    height: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    text-transform: none;
}
.footer-form .form-group.has-error .help-block{
    color: #E8C79B;
}

.section-title{
    font-style: normal;
    font-size: var(--fz-70);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5em;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}


.section-title small{
    font-size: 0.7142857142857143em;
    display: inline-block;

}
.section-title strong{
     font-size:  0.7142857142857143em;
     line-height: 0.8;
     display: inline-block;
     padding: 0.36em 0.72em;
     border-radius: 2em;
     background: var(--d-gradient);
     font-family: '1FTV-VIP-Ergisa' , sans-serif;
     text-transform: none;
     font-weight: 400;
     color: #fff;
 }

.section-title em{
    font-family: 'NVN-Motherland-Signature', sans-serif;
    text-transform: none; font-weight: 400;
     font-style: italic; font-size: 1.1667em;  line-height: 1;
     color: #fff;
}
.section-title.xl{font-size: var(--fz-50);}
.section-title.lg{font-size: var(--fz-30);}
.section-title.md{font-size: var(--fz-26); padding-bottom: 0}
.section-title.md:before{display: none;}

.section-title.line-0{padding-bottom: 0}
.section-title.line-0:before{display: none; }
.section-subtitle{
    font-size: var(--fz-30); font-weight: 600;
    font-family: 'Matter';
    text-transform: uppercase;
}

.subtitle{
    color: #EBEBEB;
    font-size: var(--fz-26);
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-top: 0.2em;
}
.btn .text-g{padding-top: 0}
.section-info p:last-child{margin-bottom: 0}



.line{position: relative;}

.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 9 / 16);}
.fit-ratio img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}


.section-description p:last-child{margin-bottom: 0;}



.secondary-bg { background: #ff6b4a; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}
section.dark{color: #fff;}
section.dark a{color: #fff}
section.dark a:hover{
    color: #fff;
}
section.dark .section-title{color: #fff; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);}
section.dark .btn-default{color: #fff; border-color: #fff;}
section.dark .section-title:before{background: #fff;}

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

.primary-bg { background: var(--d-gradient2); color: #fff; }

.gray_bg { background: #fafaf9; }
.gray_bg_2 { background-color: #ededed !important; }
.section-padding { padding: 4rem 0; }
.section-padding-xl{padding: 6rem 0; }
.section-padding-lg{padding: 3rem 0; }
.section-padding-md{padding: 2.5rem 0; }
.section-padding-top{padding-top: 4rem;}
.section-padding-sm { padding: 1.5rem 0; }

.section-top{
    margin-top: calc(var(--navH) - 1px);
}

.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%; pointer-events: none;}
.section-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-bg.bg-1:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920 / 636;
    background: url('../images/bg/bg-1.svg') no-repeat center center;
    background-size: cover;
    mix-blend-mode: overlay;
    opacity: 0.5;
}
.section-cover, .cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}


@media (max-width:767px) {
    .cover-md{background: transparent !important;}
}


.fancybox-is-open.fancybox-container .fancybox-bg{ opacity: 1;}
.fancybox-container .fancybox-infobar{color: #fff; mix-blend-mode:normal;}
.fancybox-container .fancybox-bg{
    background: rgba(0, 0, 0, 0.85);
    opacity:0.95
}
.fancybox-container .fancybox-button{background: transparent; color: #fff;}
.fancybox-container .fancybox-navigation button{color: #ff6b4a; background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px 15px;
    background-color: #fff;
    border-radius: 50%;
    background-size: auto 50%;
    border: solid 1px #fff;
    transition: var(--d-transition);
}
.fancybox-container .fancybox-navigation button:hover{background-color: #ff6b4a;}
.fancybox-container .fancybox-navigation button:before{background: transparent}
.fancybox-container .fancybox-navigation button svg{display: none;}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left{
    background-image: url('../images/arrow-prev-xxl.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right{
    background-image: url('../images/arrow-next-xxl.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left:hover{
    background-image: url('../images/arrow-prev-xxl-white.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right:hover{
    background-image: url('../images/arrow-next-xxl-white.svg');
}
@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 30px; height: 30px; transition-duration: 0s}
}



.fancybox-slide .fancybox-image-wrap{
    /*max-height: calc(100vh - 140px);
    transform: translateX(-50%) translateY(-50%) !important;
    top: 50% !important;
    left: 50% !important;*/
}
.fancybox-container .fancybox-slide .fancybox-image-wrap .fancybox-image{
   object-fit: contain;
}
.fancybox-container .fancybox-caption-wrap{
    background: var(--d-gradient);
}
.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: #fff; text-align:center; text-transform:uppercase;
    border-top: 0;
    padding-bottom: 1rem;
    font-size: var(--fz-14);

 }
.fancybox-container .fancybox-caption-wrap strong.album-title{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem 1rem;
    font-weight: 400;
    font-size: var(--fz-30);
}
@media(max-width:1199px){
    .fancybox-slide--image .fancybox-close-small{right: 0 !important}
}
@media(max-width:767px){
    .fancybox-container .fancybox-caption-wrap strong.album-title{
        top: 1.5rem;
    }
}

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

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

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

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

.dropdown-menu{width: 100%;     border-color: #ff6b4a;}
.dropdown-menu li a{color: #0b1c3e; cursor: pointer;}
.dropdown-menu li a:hover,
.dropdown-menu li a.active{background: transparent; color: #BE9978;}


/*--------------------
1.9. Tabs 
------------------------------*/
/*.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: 18px; font-weight: 400; margin-right: 5px; text-align: center; 
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #ff6b4a; border:0px; border-bottom: solid 2px #ff6b4a; background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #ff6b4a;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/

.nav-tabs-style-1{
    background: var(--d-gradient);
    border: 1px solid rgba(255, 210, 187, 0.7);
    backdrop-filter: blur(2px);

    border-radius: 2rem;
    display: inline-flex;

}
.nav-tabs-style-1 .nav-item{
    margin:0;
}
.nav-tabs-style-1 .nav-item .nav-link{
    color: #fff;
    font-size: var(--fz-22);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.36em 1.65em;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}
.nav-tabs-style-1 .nav-item:not(:last-child) .nav-link:after{
    content: '';
    width: 1px; height: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    background: #FFBCB3;
}
.nav-tabs-style-1 .nav-link:focus, .nav-tabs-style-1 .nav-link:hover{
    border: 0;
    color: #FDE894;
}



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

.nicescroll-rails{ background: transparent !important; }
.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.animation{ overflow: hidden;position: relative;display: block;}

.item-thumb.animation > img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover > img,
.item:not(.no-trigger-ani):hover .item-thumb.animation > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*--------------------------------------------
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: 1;}
.modal-content{border-radius: 0.5rem; background: rgba(255,255,255,1);
    border: solid 1px #FF425D;
}
.bootbox .bootbox-body{color: #555555;}

.modal .close{position: absolute; margin: 0px !important;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
     transition: var(--d-transition);
     opacity: 1;
     z-index: 4;
     border-radius: 50%;
     transform: none;
     border: 0;
     text-indent: -9999px;
     color: #EA379B;
     background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EA379B'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.modal .close:hover{transform:  rotate(180deg);}
.modal-dialog{
    margin: .5rem 1rem;
    padding-top: 1rem;
}

.hide-modal-header .modal-header {
    padding: 0;
    background: transparent;
}
.modal-info .modal-content{
    border: 0;
    background: #fff url('../images/bg/bg-4.svg') no-repeat;
    background-size: cover;
    font-size: var(--fz-18);
    line-height: 1.62em;
    border-radius:2.7em;

}
.modal-info .bootbox-body{
    padding: 0.5rem;
}
.modal-info.modal .close{
    top: 1em;
    right: 1em;
}

.bootbox.popup-full .modal-body{padding: 0;}
.bootbox.popup-full .modal-dialog{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.bootbox.popup-full .close{
    top: var(--fz-45);
    right: var(--d-padding);
}
.modal-product .close{
    top: 0.5rem;
    right: 0.5rem;
}
@media (min-width: 576px) {
    .modal-dialog{
        margin: 1.75rem auto;
        padding-top: 0;
    }
}
@media(min-width: 1200px){
    .modal-info .bootbox-body{
        padding: var(--fz-30) var(--fz-30);
    }
    .modal-info .modal-dialog{
        min-width: 46vw;
    }
}


/*------------------------
1.12. LoadingMask
--------------------------------*/
.mask {
    position: fixed;left: 0; top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99999;
    transition: var(--d-transition);
    transition-duration: 1s;
}

.mask.up{transform: scale(2);  opacity: 0;}

.mask .mask-bg{position: absolute; left: 0; top: 0; width: 100%;  height: 100vh;
   background: var(--d-gradient);
    background-size: cover;
    transition: var(--d-transition);
    z-index: 4;

}
.mask .mask-bg svg{position: absolute;width: 320px; max-width: 45vw; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%);
    transition: var(--d-transition);
    transition-duration: 1s;
}

.mask.up .mask-bg svg{opacity: 0; filter: blur(15px);}
body.ready .mask {
    pointer-events: none;
    z-index: -99999;
}
#logo_vivus path{fill-opacity: 0; stroke: #fff; stroke-width: 1px; }
#logo_vivus.done path{fill-opacity: 1; stroke-width: 0;}


/*Stick*/
.fixed-btn{position: fixed; right: 30px; 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: calc(2 * var(--fz-50)); left: auto; right: var(--fz-30); color: #fff;width: auto; }
.fixed-btn.left{right: auto; left: var(--d-padding);}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn .svg,
.fixed-btn svg{max-width: 90%; height: auto;z-index: 2;}

.fixed-link{position: fixed; right: 0; bottom: calc(3.8 * var(--fz-20));
        z-index: 3;
}
.fixed-link span{
    position: absolute;
    left: 100%;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    color: rgb(255, 255, 255);
    height: calc(2.5* var(--fz-20));
    line-height: calc(2.5* var(--fz-20));
    font-size: var(--fz-20);
    background: none;
    white-space: nowrap;
    background: #C48C5E;
    border-radius: 0.3333rem 0.3333rem 0 0;
    padding: 0 1rem;
    margin-top: calc(-2.5 * var(--fz-20));
}

.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}

.icon-hover-group{position: relative; display: inline-flex;}
.icon-hover-group .svg-hover{
    position: absolute; opacity: 0;
    inset: 0;
    width: 100%; height: 100%;
}
.btn:hover .icon-hover-group .svg{opacity: 0}
.btn:hover .icon-hover-group .svg-hover{
    opacity: 1;
}

.icon-animation{
    width: var(--iz-2); height: var(--iz-2);
    color: #fff; border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    margin-right: 10px;
    position: relative;
}

.icon-animation:before,
.icon-animation:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    /*background: var(--d-gradient);
     mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude;*/
    box-shadow: 0px 0px 0px 1.5px #DDBE7A inset;
    padding: 1.5px;
    opacity: 0;
    transform: scale(0.8);
    transition: var(--d-transition);
}
.icon-animation:after{
    margin: -4px;
}

.btn:hover .icon-animation{border-color: transparent;}
.btn:hover .icon-animation:before,
.btn:hover .icon-animation:after,
.icon-animation:hover:before,
.icon-animation:hover:after{
    transform: scale(1);
    opacity: 1;
}


.fixed-social-btn{display: flex; margin-bottom: 0px; }
.fixed-social-btn a{color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.5rem;
     margin-right: 1.5rem;
}


.fixed-btn.fixed-action-btn{display: flex;}
.fixed-btn.fixed-action-btn a{
    width: var(--iz-3);
    height: var(--iz-3);
    border-radius: 50%; margin: 0.3125rem 0px; padding: 26% 15%; color: #fff;
    display: inline-flex; position: relative;
    justify-content: center;
    background: #0369C1;
    border: solid 1px #C0AE95;
}
.fixed-btn.fixed-action-btn a.zalo{
    padding: 0;
    margin-bottom: 0;
}
.fixed-btn.fixed-action-btn a.zalo .svg{max-width: 100%; width: 100%;}
.fixed-btn.fixed-action-btn a.zalo:hover .svg{}


.fixed-btn.fixed-action-btn a:hover{border-color: #C0AE95;}
.fixed-btn.fixed-action-btn a:hover:before,
.fixed-btn.fixed-action-btn a:hover:after{
    transform: scale(1);
    opacity: 1;
}

.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);
    text-transform: uppercase;
    position: absolute; height: 100%; top: 0px;
    right: calc(100% + 0.5rem);
    white-space: nowrap;
    pointer-events: none;
    display: inline-flex; align-items: center;
}
.fixed-btn.fixed-action-btn a:hover span{
    transform: translateX(0);
    opacity: 1;
}

.fixed-btn.fixed-action-btn a#gotop{
    background: #FF6B4A;
}


.fixed-btn.bottom .copyright{font-size: var(--fz-12);}

.fixed-social-link{
     left:  var(--d-padding);
}
.fixed-social-link .inner{
    flex-wrap: nowrap;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
}
.fixed-social-link a{color: #fff; margin: 0px 1em; text-transform: uppercase; font-size: var(--fz-12);}
.fixed-social-link a:hover{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




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

#header {
    position: fixed; top: 0; width: 100%; transition-duration: 0.3s;  z-index: 22;
    visibility: hidden;
    font-size: var(--fz-20);
    font-weight: 500;
    text-transform: uppercase;
    padding-top: var(--fz-40);
}
#header:before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    /* mau */
    background: transparent;
    opacity: 0.95;
}

body.home-page #header:not(.sticky){

}
#header.show{opacity: 1; visibility: visible;}
#header.sticky {

}
.navbar-header { position: relative; z-index: 1; }
#header .navbar {
    align-items: center; padding: 0;
}
#header .navbar-brand {
    margin: 0;
    width: 10.83333333333333vw; min-width: 100px;
    height: auto; padding: 1rem;
    pointer-events:auto;
    position: absolute;
    left: var(--d-padding);
    top: 0;
    transition: var(--d-transition);
    transition-duration: 0.3s;
}
#header .navbar-brand:before{
    content: '';
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
    width: 120%;
    aspect-ratio: 1;
    background: #D7D8D9;
    opacity: 0.8;
    filter: blur(75px);
    opacity: 1;
    transition: var(--d-transition);
}
#header .navbar-brand img{
    position: relative;
}

.fp-viewing-cara365 #header .navbar-brand{
    left: calc(100% - 6.25rem);
    transform: translateX(-100%);
}
.fp-viewing-cara365 #header .navbar-brand:before{
    opacity: 0;
}

@media(min-width: 1200px){
    #header .navbar-brand:before{
        width: 189%;
    }
    .disable-fullpage #header .navbar-brand:before{
        width: 120%;
    }
    .fp-viewing-tong-quan #header .navbar-brand{
        left: calc(100% - 6.25rem);
        transform: translateX(-100%);
    }

    .fp-viewing-tong-quan #header .navbar-brand:before,
    .fp-viewing-doi-tac #header .navbar-brand:before,
    .fp-viewing-lien-he #header .navbar-brand:before{
        opacity: 0;
    }
    .fp-viewing-san-pham #header .navbar-brand,
    .fp-viewing-lien-he  #header .navbar-brand{
        left: 50%;
        transform: translateX(-50%);
    }
    .fp-viewing-san-pham #header .navbar-brand:before{
        background-color: #7D2B99;
    }
    .fp-viewing-tin-tuc #header .navbar-brand:before{
        background-color: #FDD194;
    }
    .fp-viewing-doi-tac  #header .navbar-brand img,
    .fp-viewing-lien-he  #header .navbar-brand img{
        filter: brightness(0) invert(1);
    }
    .fp-viewing-lien-he  #header .navbar-brand{
        width: 14.84375vw;
        min-width: 180px;
    }
    /*.disable-fullpage #header .navbar-brand:before{display: none;}*/
}

@media(max-width: 767px){
    .fp-viewing-cara365 #header .navbar-brand{
        left: calc(100% - 4.25rem);
    }
}



#header .navbar-brand svg,
#header .navbar-brand img{width: 100%; height: auto; }
#header .navbar-brand object{pointer-events: none;}
@media (min-width: 1201px){

}

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


.header-bottom{
    padding: 0.2rem 0;
}
@media(min-width: 1200px){
    #header.sticky .header-bottom{

    }
    #header.sticky .navbar-brand{

    }
}


.header-bottom .header-right{
    position: absolute;
    right: 0;
    top: 0;
}
.header-bottom .header-right .btn{
    background: radial-gradient(118.65% 210.94% at 99.96% 99.62%, #FDD194 0%, #F3624E 53.37%, #F95FAF 100%);
    border: 1px solid #FED186;
    border-radius: 50px 0px 0px 50px;
}



#header .menu{list-style: none; padding: 0; margin: 0; display: flex; }
#header .menu li{
    margin: 0px var(--fz-40);
}
#header .menu li a{
    color: #fff;
    position: relative;
}
#header .menu li a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: -0.5rem;
    background: #D8B055;
    transition: var(--d-transition);
}
#header .menu li:hover a{
    color: #D8B055;
}
#header .menu li:hover a:before{
    width: 100%;
}

#header .header-left .menu {
    justify-content: flex-end;
}
#header .header-right{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 0.8125rem;
}
#header .header-right .btn{
    height: 2.625rem;
    padding: 0.5rem 0.5rem 0.5rem 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#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{
    border: 0px;  color: #fff; text-transform: uppercase; font-size: var(--fz-18); font-weight: 500;
     padding: 0;position: relative;
     transition: var(--d-transition);
     height: 2.625rem;

}
.header-bottom .navbar-toggler:focus{outline: none;box-shadow: none;}


#header .navbar-toggler-icon {
    background: transparent;
    position: relative;
     width: 100%;
     height: auto;
     aspect-ratio: 19 / 11;
    cursor: pointer;
    /* margin-bottom: 5px; */
    transition: 0.3s ease all;
}
#header .navbar-toggler-icon > span {
    display: block;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.25rem;
    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: 60%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header .navbar-toggler-icon > span:nth-of-type(3) {
    width: 90%;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
#header .navbar-toggler:hover .navbar-toggler-icon > span {
    width: 100%;
    transition: 0.3s ease all;
}


#header:before{
    opacity: 0;
    transition: var(--d-transition);
    transform: translateX(50%);
}
#header .desktop-menu{
    opacity: 0;
    transform: translateX(1rem);
    transition: var(--d-transition);
}



.menu-open #header .desktop-menu{
    opacity: 1;
    transform: translateX(0);
}
.menu-open #header .navbar-brand img{
    filter: brightness(0) invert(1);
}


@media(min-width: 1200px){

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


}

body.menu-open #header .navbar-toggler .navbar-toggler-icon {
    margin: 0;

    aspect-ratio: 1;
    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: #fff;
    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);
}

@media(min-width:1200px){

}


@media(min-width:1200px){

}


.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 0px;}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width:var(--iz-1);
    height:var(--iz-1);
    background-color: #1067B2;
    background-size: 50% auto; background-repeat: no-repeat; background-position: center center;
    flex: 0 0 var(--iz-1);    margin: 0px; margin: 0px 10px;
    transition: var(--d-transition);
    border-radius: 50%;
    border: 0;

}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{display: none;}
.slide-control .swiper-button-prev{background-image: url('../images/arrow-prev.svg'); left: 0}
.slide-control .swiper-button-next{background-image: url('../images/arrow-next.svg'); right: 0}
.slide-control .swiper-button-next:hover{
     background-color: #BFA32C;
}
.slide-control .swiper-button-prev:hover{
     background-color: #BFA32C;
}
.slide-control .swiper-scrollbar{background: #B37D29 ; padding-top: 1px; height: 0px;}
.slide-control .swiper-scrollbar .swiper-scrollbar-drag{
    height: 3px; background: #E2B063;
    margin-top: -2px;
    border-radius: 0;
    cursor: pointer;
}


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

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

}

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

.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{transform: none; bottom: 0px;}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}

.section-slide-style-2 .slide-control{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.section-slide-style-2 .slide-control .swiper-button-prev,
.section-slide-style-2 .slide-control .swiper-button-next,
.section-slide-style-2 .slide-control .swiper-pagination{
    position: static;
    margin: 0;
    margin-top: 1rem;
}
.section-slide-style-2 .swiper-pagination{}

.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width:0.8rem;
    height:0.8rem;
    margin:0 .3rem;
    border-radius:50%;
    opacity:1;
    position:relative;
    border:0;
    border: solid 1px #FF425D;
    background: transparent;
}
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    transform: none;
}

.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before{
    display: none;
}
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border:0;
    background: #FF425D;
}
@media(max-width: 991px){
    .slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 0.75rem;
        height: 0.75rem;
        margin: 0 .2rem;
    }
}



@media (min-width: 768px) {
    .navbar-brand.abs
    {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}



.scroll-downs{
    position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%);
    transition: var(--d-transition);
    transition-delay: 1s;
    color: #fff;
}
.scroll-downs .mousey{
    width: 1.25rem;
    margin: auto;
}
.scroll-downs .scroll-text{
    white-space: nowrap;
    font-size: var(--fz-18);
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.6rem;
}
.scroll-downs  {}



.section-home-slide.with-video
{
     --plyr-color-main:var(--color-1);
}

.section-home-slide .section-image{
    position: relative;
}


.section-home-slide .banner-content-wrapper{
    position: absolute;
    top: 0;
    left: var(--d-padding);
    width: 36.51041666666667vw;
    min-width: 100px;
}
.section-home-slide .section-items{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}



.section-home-slide.with-video .video-background .plyr:before{

}

.section-home-slide .plyr--full-ui.plyr--video .plyr__control--overlaid{
    display: none;
}

.section-home-slide .section-items{
    position: absolute;
    left: var(--d-padding);
    bottom: calc(var(--d-padding) / 2 );
}
.section-home-slide  .section-items .item{
    position: absolute;
    bottom: 0;
    transition: var(--d-transition);
}
.section-home-slide  .section-items .item .item-body{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(1rem);
    opacity: 0;
    display: flex;
    justify-content: center;
    transition: var(--d-transition);
}
.section-home-slide .section-items .item .item-thumb img{
    transition: var(--d-transition);
    width: 100%;
}


.section-home-slide  .section-items .item.item-1{
    width: 8.385416666666667vw;
    left: 0;
    --shadowColor: #9C14DE;
}
.section-home-slide  .section-items .item.item-2{
    width: 11.82291666666667vw;
    left: 4.114583333333333%;
    bottom: -0.5729166666666667vw;
    --shadowColor: #FF1492;
}
.section-home-slide  .section-items .item.item-3{
    width: 17.55208333333333vw;
    left: 14.42708333333333%;
    bottom: -0.625vw;
    z-index: 2;
    --shadowColor: #F37731;
}
.section-home-slide  .section-items .item.item-4{
    width: 16.14583333333333vw;
    left: 25.46875%;
    bottom: 5.15625vw;
    --shadowColor: #FFE562;
}

.section-home-slide  .section-items .item:hover{
    transform: translateY(calc(-1 * var(--fz-20)));
}
.section-home-slide  .section-items .item:hover .item-thumb img{
    filter: drop-shadow(0px 0px 0.625rem var(--shadowColor));
}
.section-home-slide  .section-items .item:hover .item-body{
    opacity: 1;
    transform: translateY(-50%);
}


.plyr iframe {
    transition: var(--d-transition);
}

.plyr.plyr--paused iframe {
    opacity: 0;
}
.plyr.plyr--youtube .plyr__poster{
    background-size:cover;
}
.plyr.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{
    display: block; opacity: 1;
}

.video-background .plyr__video-embed iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}
.section-home-slide .video-background {
    width: 100%;
    height: calc(100vw * 1 );
    position: relative;
    background-position:bottom ;
}
.section-home-slide .video-background video{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
@media (min-width:992px){
    .section-home-slide .video-background {
        height: 100vh;
    }

    .section-home-slide .video-background .plyr {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .video-background .plyr__video-embed iframe{
        width: 100vw;
        height: 100vh;
    }

}
@media (min-width:1200px) and (min-aspect-ratio: 16/9) {
  .video-background .plyr__video-embed iframe {
    height: calc(100vw * 9 / 16);
  }
}
@media (min-width:1200px) and (max-aspect-ratio: 16/9) {
  .video-background .plyr__video-embed iframe {
    width: calc(100vh / (9 / 16));
  }
}

.section-content-fitbottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.utilities-slide-items .swiper-slide,
.utilities-slide-items .item{height: 100%; position: relative;}
.utilities-slide-items .item .item-thumb{
    padding-top: 0;
    height: 100%;
}
.utilities-slide-items .item .item-body{
    position: absolute;
    bottom: 2rem;
    right: var(--d-padding-xl);
    text-align: center;
}
.utilities-slide-items .item .item-body span{display: inline-block;}

.utilities-slide-items .swiper-slide {
  position: relative;
  overflow: hidden;
}



.product-type-items .item{
    height: 100dvh;
    position: relative;
}
.product-type-items .item-thumb{
    height: 100%;
    position: relative;
}
.product-type-items .item-thumb:after{
    pointer-events: none;
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--bgcolor) 0%, var(--bgcolor1) 48.74%, var(--bgcolor2) 100%);
    z-index: 3;
}
.product-type-items .item-thumb .over,
.product-type-items .item-thumb img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.product-type-items .item-thumb .over{
    z-index: 2;
    opacity: 0;
    transition: var(--d-transition);
    transition-duration: 0.5s;
}
.product-type-items .item-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--fz-55) var(--fz-35);
    text-align: center;
    z-index: 3;
}
.product-type-items .item:hover .item-thumb .over{
    opacity: 1;
}
.product-type-items .item-body .title{
    font-size: var(--fz-50);
}

.livestyle-items{
    display: flex;
}
.livestyle-items .item{
    height: 100dvh;
    position: relative;
    flex: 1;
}
.livestyle-items .item-thumb{
    height: 100%;
    padding-top: 0;
    position: relative;
}
.livestyle-items .item-thumb img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.livestyle-items .item-body{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: var(--d-padding);
}
.livestyle-items .item-body .title{
    display: inline-block;
    text-transform: none;
    text-align: left;
}
.livestyle-items .item-body .title small{
    text-align: right;
    padding-left: 3em;
    font-size: 0.8em;
    font-weight: 500;
    display: block;
}
.livestyle-items .item:nth-child(even){
    text-align: right;
}

.section-livestyle .section-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 4;
}
.section-livestyle .section-content{
     height: 100dvh;
     display: flex;
     flex-direction: column;
     position: relative;
}
.section-livestyle .section-items-wrapper:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    aspect-ratio: 1920 / 785;
    background: url('../images/bg/bg-2.png') no-repeat center bottom;
    background-size: contain;
    z-index: 2;
}
.section-livestyle .section-items-wrapper .section-image{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    text-align: center;
    pointer-events: none;
}
.section-livestyle .section-items-wrapper .section-image img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.section-livestyle .section-bottom{
    z-index: 2;
}
.section-livestyle .section-bottom .btn{pointer-events: auto;}


.section-interior .section-content {
    height: 100dvh;
    display: flex;
    flex-direction: column;
}
.section-interior .section-bg:before{
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    aspect-ratio: 1920 / 502;
    background: url('../images/bg/bg-3.png') no-repeat center bottom;
    background-size: contain;
    z-index: 2;*/
}


.box-style-1{
    padding: var(--fz-55) calc(0.8 * var(--fz-55));
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FF425D;
    box-shadow: 10px 20px 10px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: calc(0.9 * var(--fz-55));
    height: 100%;
}
.box-style-1 .title{
    color: #393939;
    font-size: var(--fz-25);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}
.item-development{
    text-align: center;
}
.item-development .item-thumb{
    padding: 0px var(--fz-40);
    margin-bottom: 2rem;
}

.section-partner{
    background-image: var(--bgImage, url('../images/bg/doi-tac.webp')) ;
}
.section-partner .partner-slide .swiper-wrapper {
    height: 40dvh;
}
.section-partner .partner-slide .swiper-slide{
    height:  calc((100%) / 3) !important;
}
.partner-items .item{
    height: 100%; padding: var(--fz-20) calc(1.5 * var(--fz-20));
}
.partner-items .item-thumb{
    padding-top: 0;
    height: 100%;
}
.partner-items .item-thumb img{
    inset:0;
    width: calc(100%);
    height: calc(100%);
    object-fit: contain;
}

.section-home-news {
    background-image: url('../images/bg/tin-tuc.webp');
}



.post-list .item h3{font-size: var(--fz-18); margin:0 0 0.5rem 0; }
.post-list .item .item-date{
    margin-bottom: 0.5rem;
}

.post-list.items{padding-left: 0px;}

.post-list .item{
    margin-bottom: 2rem;
     display: block;
    color: #fff;
    font-size: var(--fz-18);
}
.post-list .item .item-thumb{
    padding-top: calc(100% * 337 / 540);
    border-radius: var(--fz-30);
    transition-duration: 0s;
}

.post-list .item .item-thumb img{}
.post-list .item .item-body{ position: relative;
    display: flex;
    flex-direction: column;
    padding: var(--fz-30);
    transition: var(--d-transition);
    border-radius: 0 0 var(--fz-30) var(--fz-30);
}
.post-list .item h3 a{
    font-weight: 500;
     color: #fff;
     font-size: var(--fz-25);
}
.post-list .item h3 a:hover{}

.post-list .item h3 a{ -webkit-line-clamp: 2;}
.post-list .item .description{ -webkit-line-clamp: 3;
    text-align: justify;
    margin-bottom: 0.5rem;
}
.post-list .item:hover .item-thumb{
    /*border-radius: var(--fz-30) var(--fz-30) 0 0;*/
}
.post-list .item:hover .item-body{
    /*background: #000;*/
}
.post-list .item:hover .item-title a{

}
.post-list .item.item-format-video .item-thumb{
    border-radius: var(--fz-30) var(--fz-30) 0 0;
}
.post-list .item.item-format-video .item-body{
    background: #000;
}
.post-list.section-slide .item{margin-bottom: 0}


.post-detail .page-title{
    font-size: var(--fz-30);
    color: #FF6B4A;
    font-weight: 500;
    text-transform: uppercase;
}
.post-detail .date-time{margin-bottom: 0.7rem; font-size: var(--fz-16);}


.pagination{}
.pagination .page-numbers{list-style: none; margin: 60px auto 0px; padding: 0px;}
.pagination .page-numbers li{display: inline;}
.pagination .page-numbers li a,
.pagination .page-numbers li span{display: inline-flex; width: 36px; height: 36px; border-radius: 50%; border: solid 1px  #DDBE7A ; color: #DDBE7A ; opacity: 0.5;
    margin: 0px 5px; justify-content: center; align-items: center; font-weight: 500;
}
.pagination .page-numbers li a:hover,
.pagination .page-numbers li span{background:#DDBE7A ; color: #fff; opacity: 1;}

.section-form-register{

}
@media(min-width: 768px){
    .section-form-register .section-image {margin-bottom: -2.5vw}
}

.section-form-register .form-control{
    border-bottom: solid 1px #fff;
    border-radius: 0;
    background: transparent;
    padding: 0.5rem 0;
    color: #fff;
}
.section-form-register .section-form {

}
.section-form-register .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,1);
}
.section-form-register .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,1);
}
.section-form-register .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,1);
}
.section-form-register .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,1);
}


#footer{
    background-image: url('../images/bg/lien-he.webp');
    color: #fff;
}
#footer:before{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 4.32%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;

}

#footer .footer-top{
    padding: var(--fz-55) calc(1.2 * var(--fz-55));
    background: radial-gradient(118.65% 210.94% at 99.96% 99.62%, rgba(253, 209, 148, 0.6) 0%, rgba(251, 197, 135, 0.6) 2%, rgba(247, 163, 98, 0.6) 10%, rgba(245, 139, 71, 0.6) 17%, rgba(243, 124, 54, 0.6) 23%, rgba(243, 119, 49, 0.6) 28%, rgba(243, 113, 56, 0.6) 36%, rgba(243, 98, 78, 0.6) 49%, rgba(244, 92, 87, 0.6) 53%, rgba(234, 104, 122, 0.6) 66%, rgba(228, 114, 148, 0.6) 75%, rgba(213, 105, 138, 0.6) 82%, rgba(174, 81, 112, 0.6) 96%);
    border: 1px solid #FBC587;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    border-radius: calc(0.6 * var(--fz-55));
    font-size: var(--fz-20);
    font-weight: 300;
}

#footer h5.title{
    font-size: var(--fz-22);
    font-weight: 600;
    text-transform: uppercase;
}
#footer .menu-items{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .section-fix-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.9375em;
    color: #fff;
}
#footer .section-fix-bottom p{margin-bottom: 0.75em;    font-size: 1.1rem;    font-weight: 300;}
.disable-fullpage #footer .section-fix-bottom{
    position: relative;
    z-index: 2;
    bottom: auto;
    left: auto;
}

.social{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.social a{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border: solid 1px rgba(255,255,255,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.social a:hover{
    background: rgba(255,255,255, 0.3);
    border-color: rgba(255,255,255, 1);
    color: #FF425D;
    opacity: 1;
}
.social a img{
    max-width: 90%;
    max-height: 90%;
}

.contact-items{list-style: none; padding: 0; margin-bottom: 2rem; text-align: left;}
.contact-items li{display: flex; gap: 0.75rem;}
.contact-items li,
.contact-items li a{color: #fff; font-weight: 300}
.contact-items li a:hover{color: #E8C79B}
.contact-items li .icon{
    flex:0 0 var(--fz-18);
    width: var(--fz-18);
    color: #fff;
}

.social-btn .inner{
    display: flex;
    gap: 1.5rem;
}
.social-btn a{
    width: var(--iz-2);
    height: var(--iz-2);
    flex: 0 0 var(--iz-2);
    border-radius: 50%;
    font-size: calc(var(--iz-2) / 2);

    color: #EBD39E;
    border: solid 1px #EBD39E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer .social-btn a:hover{
    background: #EBD39E;
    color: #153D6D;
}



.modal-form-popup .modal-content{
    background: #FFFFFF;
    border: 1px solid #FF425D;
    border-radius: var(--fz-40);

}
.form-popup-modal{
    border-radius: 0;
    padding: 0.5rem;
    position: relative;
}

.modal-form-popup .section-title{}
.form-popup{ 

}
.form-popup .inner{
   text-align: center;
}
.form-popup.show{/*opacity: 1;*/ }
.form-popup.show .inner{

}

.modal-form-popup .close{
     position: absolute; top: 0; right: 0; width: var(--iz-1); height:  var(--iz-1);
     background: var(--d-gradient2);
     transition: var(--d-transition);
     opacity: 1;
     z-index: 4;
     border-radius: 50%;
     transform: translate(50%, -50%);
}
.modal-form-popup .close:after{content: ''; position: absolute; left: 25%; top: 25%; width: 50%; height: 50%;
    background: url('../images/icon-close.svg') no-repeat center center; background-size: contain;
}
.modal-form-popup .close:hover{transform: translate(50%, -50%) rotate(180deg);}


.form-popup .form-control{
    border-bottom: 1px solid rgba(208, 208, 208,0.5);
    padding: 0px;
    border-radius: 0px;
    color: #555555;
    background: transparent;
}
.form-popup .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(85, 85, 85,0.9);
}
.form-popup .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(85, 85, 85,0.9);
}
.form-popup .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(85, 85, 85,0.9);
}
.form-popup .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(85, 85, 85,0.9);
}
/*Modal*/
.modal-content .modal-logo{
    margin: 0px 0;
    transition-duration: 0.3s;
    height: auto;
    padding: 0px;
    position: fixed;
    top: 30px;
    width: 12.14vw;
    min-width: 90px;
}
@media (max-width: 1699px){
    .modal-content .modal-logo {
        width: 11vw;
        top: 10px;
    }    
}

.modal-content .form-popup,
.modal-content .form-popup .section-title{
     color:#555555;
}

@media (min-width: 1200px) and (max-width:1599px){
    
}
@media (min-width: 1200px) {
    .form-popup-modal{
        padding: var(--fz-30) var(--fz-30);
    }
    .modal-form-popup  .modal-dialog{
        min-width: 28vw;
    }
    .modal-form-popup .close{
        transform: translateX(100%);
    }
    .modal-form-popup .close:hover{transform: translateX(100%) rotate(180deg);}
}
@media (min-width: 576px) {

}

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



/**/

.image-map-svg{overflow: hidden;}
.image-map-svg svg{position: absolute; left: 0px; top: 0px; width: 100%; height: auto;z-index: 2; }
.image-map-svg svg .item-maker.haslink{cursor: pointer;}
.image-map-svg svg .item-maker .ani{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.image-map-svg svg .item-maker circle{
    fill: rgba(86,70,68,1); stroke:#fff;stroke-width: 1;
}
.image-map-svg svg .item-maker text{fill: #fff;font-size: 1rem; font-weight: 400;
    baseline-shift: -1px;
}
.image-map-svg svg .item-maker:hover circle,
.image-map-svg svg .item-maker.active circle{fill: #28448C;}
.image-map-svg svg .item-maker:hover circle,
.image-map-svg svg .item-maker.active circle{stroke:#F2D47F;
    stroke-miterlimit: 5;
    stroke-width: 2;
    stroke-dasharray: 5;
    stroke-dashoffset: 0;
    animation: StrokeLine 4s infinite linear;
}
.image-map-svg svg .item-maker:hover text,
.image-map-svg svg .item-maker.active text{
    fill: #F2D47F;
}




@keyframes MakerCircle{
    0%{
        filter: drop-shadow(0 0 0 rgba(255,255,255,0));
        stroke:rgba(255,255,255,0);
        stroke-width:1;
        border:1px solid var(--color-white-zero);
        transform:scale(0)
    }
    70%{
        filter: drop-shadow(0 0 50px rgba(255,255,255,1));
        stroke:rgba(255,255,255,1);
        stroke-width:1;
        transform:scale(1);
    }
    100%{
        filter: drop-shadow(0 0 60px rgba(255,255,255,0));
        stroke:rgba(255,255,255,0);
        stroke-width:0;
        transform: scale(2);
    }
}



/*=======================
11. Responsive-CSS
==============================*/
@media (min-width:768px) {

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


}

.container-d{
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
}
@media(min-width:992px){
    .col-lg-46{  width: 46%;}
    .col-lg-54{  width: 54%;  }
}
@media (min-width:1201px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 980px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
   .container-d{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
}
@media (min-width:1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: calc(100vw - 25vw);
    }
}
@media (min-width:1601px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{

    }


}

@media (max-width:1699px) {

     
}

@media (max-width:1699px) and (max-height:770px) {

}

@media (max-width:1599px) {
    .section-padding-xl{
        padding: 5rem 0;
    }
    .section-padding{padding: 4rem 0;}
    .section-padding-lg{padding: 3rem 0;}
    .section-padding-md{padding: 2rem 0;}
    .section-padding-top{padding-top: 4rem;}

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


}

@media (max-width:1299px) {
    


}

@media (max-width:1299px) and (max-height:580px) {

    
}

@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) {
    .section-aboutus .section-content-wrapper{
        min-height: 100dvh;
    }
    .section-with-content{min-height: calc(100vw * 1080 / 1920 );}
    .utilities-slide-items .item .item-thumb{
        height: calc(100vw * 1080 / 1920 );
    }


}
@media (max-width:991px) {
    .btn{ font-size: var(--fz-16);}
    .btn,.btn.btn-primary, .btn.btn-default{
        border-radius: 2rem;
        padding: 0.5rem 1.375rem 0.5rem 1.375rem;
        font-size: var(--fz-16);
    }

    .header-bottom{
        padding: 0.25rem 0;
    }
    #header .header-left,
    #header .header-bottom  .menu{display: none;}
    #header .header-right{
        justify-content: flex-end;
        gap: 1rem;
    }
    #header .navbar-brand{
        margin: 0;
        padding: 0;
    }

    .nav-tabs-style-1{
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
    }
    .nav-tabs-style-1 li{
        display: inline-flex;
    }
    .nav-tabs-style-1 .nav-item .nav-link{
        white-space: nowrap;
        font-size: var(--fz-18);
    }

    .section-aboutus .section-bg,
    .section-masterplain .section-bg,
    .section-interior .section-bg{
        position: static;
    }
    .section-aboutus .section-content-wrapper{
        min-height: auto;
        background: var(--d-gradient);
    }
    .section-livestyle .section-content-wrapper,
    .section-masterplain .section-content-wrapper,
    .section-interior .section-content-wrapper {
        position: static;
        background: var(--d-gradient);
    }
    .livestyle-items .item-body .title{
        font-size: var(--fz-30);
    }
    .section-livestyle .section-content,
    .section-interior .section-content{
        height: auto;
    }

    .livestyle-items .item,
    .product-type-items .item{
        height: auto;
    }
    .livestyle-items .item .item-thumb,
    .product-type-items .item .item-thumb{
        height: 0;
        padding-top: calc(100% * 1050 / 960);
    }
    .product-type-items .item .item-thumb{
        padding-top: calc(100% * 1050 / (960 / 2) );
    }

    #footer .section-fix-bottom{
        position: relative;
        left: auto;
        bottom: auto;
    }

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


 }
@media (max-width:767px) {
    .section-padding{
        padding: 2rem 0;
    }

    .footer-bottom .copyright{
        text-align: center;
    }
    .footer-bottom .copyright a{display: block;}
    .footer-bottom .social-btn{
        justify-content: center;
    }

    .fixed-btn.bottom{
        flex-direction: row;
        transform: none;
        gap: 0.25rem;
        right: 0.75rem;
        bottom: 0.75rem;

    }
    .fixed-btn.fixed-action-btn a{
        padding: calc(0.2* var(--iz-3));
    }

     .section-home-slide .section-items .item:hover{
        z-index: 3;
     }
     .section-home-slide .section-items .item .item-body .btn{
        font-size: 9px;
        padding: 0.2rem 0.4rem;
        border-radius: 1rem;
     }


    .utilities-slide-items .item .item-body{
        position: static;
        padding: 1rem 1rem 2rem;
        text-align: center;
        background: #99312d;
    }

    .product-type-items .item-body{
        padding: var(--fz-55) var(--fz-14);
    }


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

}


@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;
    }
}
@keyframes DrawStroke3 {
    0% {
        stroke-dashoffset: 5000;
    }
    40% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 5000;
    }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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


@keyframes RotateBG {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    33% {
        transform: rotate(90deg) scale(0.95);
        opacity: 0.3;
    }
    60% {
        transform: rotate(135deg) scale(1.05);
        opacity: 0.4;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}



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


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




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

@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 scaleOutShow {
    0% {
        opacity: 1;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.scaleOutShow.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: scaleOutShow;
    backface-visibility: visible !important;
    animation-name: scaleOutShow;
}


@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;
  }
}


/*Overlay Menu*/

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(118.65% 210.94% at 99.96% 99.62%, rgba(253, 209, 148, 0.95) 0%, rgba(251, 197, 135, 0.95) 2%, rgba(247, 163, 98, 0.95) 10%, rgba(245, 139, 71, 0.95) 17%, rgba(243, 124, 54, 0.95) 23%, rgba(243, 119, 49, 0.95) 28%, rgba(243, 113, 56, 0.95) 36%, rgba(243, 98, 78, 0.95) 49%, rgba(244, 92, 87, 0.95) 53%, rgba(234, 104, 122, 0.95) 66%, rgba(228, 114, 148, 0.95) 75%, rgba(213, 105, 138, 0.95) 82%, rgba(174, 81, 112, 0.95) 96%);


}

.menu-logo-wrapper{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    width: 50%;
}
.menu-logo-wrapper .inner{
    padding: 0;
    height: 100%;
    justify-content: center;
    position: absolute;
    left: var(--d-padding-lg);
}
.menu-social.social{justify-content: center;}
.menu-social.social a:not(:hover){border-color: #fff;color: #fff;}



body.menu-open #header{background: transparent;}
body.menu-open #header .header-right .btn.btn-icon{
    color: #fff;
}
body.menu-open #header .header-right .svg{
    filter: brightness(0) invert(1);
}


.overlay-menu .menu-logo{
    pointer-events: none;
    width: 26.30208333333333vw;
    z-index: 2;
}
.overlay-menu .menu-logo img{width: 100%; height: auto;
    opacity: 0;
}
.menu-open .overlay-menu .menu-logo img{
    animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: 0.75s;
    animation-fill-mode: forwards;
}
.overlay-menu .menu-social{
    opacity: 0;
    transition: var(--d-transition);
    transition-delay: 0.5s;
}
.menu-open .overlay-menu .menu-social{
    opacity: 1;

}

.overlay-menu .main-menu-container {
    text-align: center;
    display: flex;
    padding: 0;
    margin: 0; margin-left: auto;
    list-style-type: none;
    flex-direction: column;
    width: 100%;
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}

.overlay-menu .menu a {
    color: rgba(255,255,255,0.8);
    transition: all ease 0.4s;
    text-transform: uppercase;
    position: relative;
    font-size: var(--fz-30);
}

.overlay-menu .menu li:hover > a,
.overlay-menu .menu .current-menu-item > a{
    color: #fff;
}

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


body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open .overlay-menu .copyright {
    opacity: 1;
    transition-delay: 1s;
}

.overlay-menu .menu{
    list-style: none; padding: 0px;  margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;
}

.overlay-menu .menu > li {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate3d(0, 50px, 0);
    transition-delay: 0.6s;
    padding:0 0;
    margin: 0px 0px 1.25em;
    text-align: center;
}


.overlay-menu .menu > li a strong{font-size: 1.3em; font-weight: 600;}
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);
    position: relative; /*padding-right: 45px;*/
    display: flex;
    flex-direction: column;
}

.overlay-menu .sub-menu {

    flex-direction: column;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;

    transition: all 0.85s ease;
    min-width: 200px;
    max-height: 0;
    margin-left: 0;
}

.overlay-menu .menu > li.showsub > ul {

    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    max-height: 12rem;
}
@media(min-width: 992px){
    .overlay-menu .menu > li:hover > ul {
        transform: translate(0, 0) scale(1,1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-height: 12rem;
    }
}

.overlay-menu .sub-menu li{
    margin: 1em 0;
}
.overlay-menu .sub-menu li a{
    color: #D1F2F8;
    font-size: var(--fz-20);
    text-transform: none;
    font-weight: 600;
    white-space: nowrap;
}
.overlay-menu .sub-menu{

}
.overlay-menu .sub-menu li a:before{
    content: '\f0da';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-right: 0.6em;
    color: #fff;
    font-size: 1em ;
}

.overlay-menu .menu li.menu-item-has-children > a:after{
    content: '\f0dd';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 0.6em;
    color: #fff;
    font-size: 1em ;
}
.overlay-menu .menu > li.menu-item-has-children:hover > a:after, .overlay-menu .menu > li.menu-item-has-children.showsub > ul > a:after {
    content: "\f0d8";
    color: var(--color-2);
}


body.menu-open #header .navbar-brand{opacity: 0;}


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

body.menu-open .overlay-menu .menu.menu-other > li {
     transition-delay: 0.2s;
}
@media (max-width:1699px) {


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


}

@media (max-width:1199px) {
    .overlay-menu .menu > li a{font-size: var(--fz-20);}
    .overlay-menu .sub-menu li a{font-size: var(--fz-16);}
}
@media (max-width:991px) {

    .overlay-menu{display: flex; flex-direction: column; padding-top:6rem;}
    .menu-logo-wrapper{
        position: static;
        order: 2;
        height: auto;
        background: transparent;
    }
    .menu-logo-wrapper .inner{
        height: auto;
        position: static;
        transform: none;
        width: 100%;
    }
    .overlay-menu .menu-logo{
       display: none;
    }

    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: center;}
    .overlay-menu .menu{
        flex-direction: column;
        gap: 1rem;
    }



    body .overlay-menu .menu li{

    }
    .overlay-menu .menu li{
        text-align: center;
        justify-content: center;
         margin-bottom: 1rem;
    }
    .overlay-menu .menu > li a{font-size: var(--fz-35);}
    .overlay-menu .sub-menu li a{font-size: var(--fz-20);}

    body.menu-open .overlay-menu .menu li{
        flex-direction: column;
        align-items:center;

    }
    .overlay-menu .sub-menu {
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
        position: static;
        transform: none;
        visibility: visible;

        opacity: 1;
    }

    .overlay-menu  li.showsub > ul {
        max-height: 300px;
        pointer-events: auto;
    }
    .overlay-menu  li.menu-item-has-children > ul li:last-child{margin-bottom: 0; padding-bottom: 0}



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


}



.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 
}

.animated.headerCarousel{
    opacity: 0;
    transform: translateY(150%);
    transition: transform .6s cubic-bezier(.65,.05,.36,1), opacity .6s cubic-bezier(.65,.05,.36,1);
}

.animated.headerCarousel.go {
    animation-name: headerCarousel;
}
.headerCarousel-wrapper{overflow: hidden; display: inline-block;     vertical-align: top;}

.animated.js-split-text .line{
    overflow: hidden;
}
.animated.js-split-text .word{
    opacity: 0;
    transform: translateY(150%);

}
.animated.js-split-text.go .word{
    animation-duration: 0.7s;
    animation-name: textSlideIn;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes textSlideIn {
  0% {
    opacity: 0;
    transform: translateY(150%);

   }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


@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;
  }
}

@keyframes headerCarousel {
  0% {
    opacity: 0;
    transform: translateY(150%);

   }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.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 bounce {
  0%, 100% {top: 54%; opacity: 0.5}
  25% {top: 60%; opacity: 1}
  50% {opacity: 0.8}
}

@keyframes scrollLine {
0% {
    transform-origin:right;
    transform:scaleX(0)
}
50% {
transform-origin:right;
transform:scaleX(1)
}
51% {
transform-origin:left;
transform:scaleX(1)
}
to {
    transform-origin:left;
    transform:scaleX(0)
}
}

/*Custom for Fullpage*/
@media(min-width: 768px){


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


}

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



}



@media (min-width: 1200px){
    /*.fp-custom{ transform: translate3d(0px, 0px, 0px) !important;}
    .fp-custom .fp-section {
        width: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
        z-index: 1 ;
        transform: translateY(100%);
        transform-origin: bottom;
        transition-duration: 0s;
        opacity: 1;
        background-color: #E8E5DC;
    }
    .fp-custom .fp-section.up{
        transform: translateY(-100%);
        transform-origin: top;
    }
    .fp-custom .fp-section.fp-completely{
        transition-duration: 0s;
         z-index: 6 ;
         opacity: 1;
        transform: translateY(0);
    }
    .fp-custom .fp-section.active {
        transition-duration: 0.5s;
        transition: transform ease-in-out 1250ms;
        z-index: 8 ;
        opacity: 1;
        transform: translateY(0);

    }*/


    .fp-custom{ transform: translate3d(0px, 0px, 0px) !important;}
    .fp-custom .fp-section {
        width: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
        z-index: 1 ;
        animation: 1300ms ease;
        background-color: #E8E5DC;
    }

    .fp-section.fp-completely.active{
        z-index: 9;
    }

    .fp-section.prev.down{
        animation-name: toup;
    }
    .fp-section.active.up{
        animation-name: fromup;
    }
    .fp-section.active.down{
        animation-name: fromdown;
        z-index: 6;
    }
    .fp-section.next.up{
        animation-name: todown;
        z-index: 6;
    }
    @keyframes fromdown {
      from {
        transform:translateY(100%);
      }
      100% {
        transform:translateY(0%);
      }
    }

    @keyframes toup {
      from {
        z-index: 6;
        transform:translateY(0%);
      }
      100% {
        z-index: 6;
        transform:translateY(-68%);
      }
    }

    @keyframes fromup {
      from {
        z-index: 10;
        transform:translateY(-100%);
      }
      100% {
        z-index: 10;
        transform:translateY(0%);
      }
    }
    @keyframes todown {
      from {
        transform:translateY(0%);
      }
      100% {
        transform:translateY(68%);
      }
    }
}