/*
Theme Name: netsa.vn_v2.0
Theme URI: http://netsa.vn
Version: 2.3.10
Author: Đinh Văn Tấn
Author URI: http://dinhvantan.com
Tags: den, do, trang...
Description: hosting, vps ssd, web design, email maketing...
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.4;
}
html{
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
 text-decoration:  none;
 color: var(--mau1);
 transition: all 1s;
}
a:hover, a:focus{
  color: #111;
  text-decoration: none;
  outline: none;
}
img{
  display: inline-block;
  max-width: 100%;
}
body{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #111;
}
.btn, .wpforms-submit{
  font-weight: 400;
  color: var(--mau3);
  font-size: 19px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border-radius: 100vmax;
  background-color: var(--mau1);
  color: #fff;
  border: 1px solid var(--mau1);
}
.btn-warning{
  color: white;
}
.fb_customer_chat_bubble_animated_no_badge{
  right: 90px !important;
  bottom: 13px !important;
}
.mw100pc, iframe{
  max-width: 100%;
}
.container{
  max-width: 1200px;
  position: relative;
  z-index: 10;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 900;
  line-height: 1.5;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 2.375rem;
}
h4 {
  font-size: 1.5rem;
}
img{
  max-width: 100%;
  display: block;
}
.row5px{
  margin-left: -5px;
  margin-right: -5px;
}
.row5px [class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}
.btn.radius{
  border-radius: 20px;
}
.logo{
  max-height: 35px;
}
.modal-header{
  padding: 5px 15px;
}
.section{
  position: relative;
}

/*** loading ***/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  width: 60px;
  height: 60px;
  position: relative;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--mau1);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  animation-delay: -1.0s;
}
@keyframes sk-bounce {
  0%, 100% { 
      transform: scale(0.0);
  } 
  50% { 
      transform: scale(1.0);
  }
}

/*** end style input ***/
input[type="time"],input[type="date"], input[type="tel"], select, input[type="text"], input[type="email"],input[type="password"],input[type="number"]{
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  font-size: 15px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="password"]:focus,input[type="number"]:focus{
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea:focus{
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
input[type="button"], input[type="reset"], input[type="submit"], button{

  background-color: var(--mau3);
  color: white;
  text-transform: uppercase;
  transition: all 0.7s;
  border: 1px solid transparent;
  padding: 7px 50px;
}
.row-20px{
  margin-left: -20px;
  margin-right: -20px;
}
.row-20px [class*="col-"]{
  padding-left: 20px;
  padding-right: 20px;
}
.wpcf7 form .wpcf7-response-output{
  margin: 10px 0px;
}


/*** menu ***/
.navbar{
  margin: 0px;
  border:0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-height: 30px;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
#menuh ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}
#menuh  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}
#menuh  ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.navbar-brand{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
  color: #111;
}
nav li.bold > ul > li > a{
  font-weight: bold;
}
.dropdown-toggle::after{
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 15px;
  content: "\f107";
  padding-left: 3px;
  padding-right: 3px;
  border: none;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: none !important;
}
#top-menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  float: right;
}
.navbar-nav > li > a{
  font-size: 0.8rem;
}
@media ( max-width: 767px ){
  nav{
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 444;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
  }
  .navbar{
    background-color: #f5f5f5;
  }
  .wp-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .dropdown-menu{
    display: unset;
  }
  .right-mobile{
    margin-left: auto;
    margin-right: 10px;
  }
  .menu-banner{
    display: none;
  }
  .navbar-toggler{
    border: none;
    color: #222;
  }
  .navbar-brand{
    padding: 5px 0px 5px 5px;
  }
  .navbar-brand>img{
    height: 30px;
  }
  nav a{
    color: #222;
  }
  #menu-main-menu{
    max-height: 330px;
    overflow-y: auto;
  }
  .ico-menu{
    margin: 0px 10px 0px 0px;
    color: white;
  }
  .navbar-toggle .icon-bar{
    background: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .depth_1 > li > a{
    padding-left: 50px !important;
    font-weight: bold;
  }
  .depth_2 > li > a{
    padding-left: 70px !important;
  }
  /* ANIMATED X */
  .navbar-toggle.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }

  .navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .navbar-toggle.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }

  /* ANIMATED X COLLAPSED */
  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  /* END ANIMATED X */
  .navbar-collapse{
    border: none;
    float: none;
    width: 100%;
    padding: 0px;
  }
  .navbar-nav{
    position: relative;
    z-index: 999;
    background: #f5f5f5;
  }
  .navbar-nav{
    margin-top: 0px;
    margin-bottom: 0px;
    max-height: 350px;
    overflow-y: auto;
  }
  .navbar-header{
    background: #333;
  }
  .navbar{
    margin-bottom: 0px;
    min-height: 40px;
  }
  .navbar-nav > li > a{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 10px !important;
  }
  .navbar-nav br{
    display: none;
  }
  .navbar-nav br:before{
    content: " ";
  }
  .navbar-nav > li:first > a{
    border-top: 0px;
  }
  .navbar-nav > li:last > a{
    border-bottom: 0px;
  }
  .navbar-nav > .current-menu-item > a, .navbar-nav > li > a:focus, .navbar-nav > .current-menu-parent > a, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    background: #e5e5e5;
    color: #000;
  }
  .dropdown-menu{
    padding: 0px;
    border: none;
    background-color: transparent !important;
    margin: 0px !important;
  }
  .dropdown-menu > li > a{
    padding: 7px 10px 7px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: #ccc !important;
    color: #222 !important;
  }
  .modal-dialog{
    width: 90%;
  }
  nav .right a{
    color: #fff !important;
  }
  .menu-login{
    background-color: #fee3e3;
  }
  .menu-logout{
    background-color: #fee3e3;
  }
  body:not(.logged-in) .menu-login{
    display: none !important;
  }
  body.logged-in .menu-login{
    display: block !important;
  }
}

@media ( min-width: 768px ){
  .wpfixed{
    position: relative;
  }
  .wpfixed-inner{
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 4px #777;
    -moz-box-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: 0px 0px 4px #777;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
  }
  .logged-in .wpfixed-inner{
    padding-top: 32px;
  }
  #top-menu{
    padding-top: 10px;
    padding-right: 20px;
  }
  .navbar{
    position: static !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .truot{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
  }
  .logged-in .wpfixed-inner.truot{
    padding-top: 32px;
  }
  nav{
    margin-bottom: 10px;
    padding: 15px 0px;
  }
  #main-menu{
    justify-content: flex-end;
  }
  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus{
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 20px;
  }
  .navbar-nav {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-items: center;
    float: right;
  }
  .navbar-brand{
    height: 100%;
  }
  .navbar-nav > li > a{
    padding: 12px 22px 28px 22px !important;
    color: #111;
  }
  span.dropdown-toggle{
    color: #111;
    margin-left: -10px;
  }
  .nav>li:hover>ul{
    display: block;
  }
  .nav>li:last-child>a:before{
    background: none;
  }
  .navbar-nav > .current-menu-item > a, .current-menu-parent > a, .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active, .navbar-nav > .current-menu-item > a{
    color: var(--mau1) !important;
  }
  .dropdown-item.active, .dropdown-item:active{
    background-color: var(--mau1) !important;
    color: #fff !important;
  }
  .navbar-nav > li{
    display: flex;
    flex-direction: row;
    position: static;
  }
  .navbar-nav > li.dacbiet > a{
    padding: 0px 10px !important;
    font-weight: bold;
    line-height: 1.1;
  }
  nav .dropdown-menu{
    padding: 30px 0px;
    top: 144px !important;
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100vw;
    background-color: transparent !important;
    z-index: 1000;
    visibility: visible;
    max-width: 1264px;
    border: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    margin: 0px !important;
  }
  .logged-in nav .dropdown-menu{
    top: 174px !important;
  }
  nav .dropdown-menu a{
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
  }
  nav .dropdown-menu a:hover, nav .dropdown-menu a:focus, nav .dropdown-menu a:active{
    background: transparent !important;
  }
  .navbar-nav > li > a.dropdown-toggle:after{
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 150px;
    z-index: 1;
    background-color: var(--mau1);
    padding: 0px;
    margin: 0px;
  }
  .navbar-nav li:hover > .dropdown-menu, .navbar-nav > li > .dropdown-menu.show{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .navbar-nav li:hover > a.dropdown-toggle:after, .navbar-nav > li > a.dropdown-toggle.show:after{
    display: block !important;
  }
  .dropdown-menu > li > a{
    padding: 3px 12px;
  }
  .dropdown-menu > li:last-child > a{
    border: none;
  }
}
nav .right{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
nav .search-box{
  position: relative;
}
.container{
  max-width: 1100px;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #141414;
  --bs-btn-border-color: #141414;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #373737;
  --bs-btn-hover-border-color: #2c2c2c;
  --bs-btn-focus-shadow-rgb: 55,55,55;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #434343;
  --bs-btn-active-border-color: #2c2c2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #141414;
  --bs-btn-disabled-border-color: #141414
}
.btn-white,.section-dark .btn:not(.btn-edit-section):not(.btn-no-override):not(.btn-link):not(.leadership-view-profile) {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 217,217,217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  background: #fff;
  border-radius: 100vmax;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  color: var(--mau1);
}
.btn-container{
  margin-top: 3rem;
}


/*** home-section-1 ***/
#home-section-1{
  padding-top: 0px;

}
.page-header{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-header .pre-headline-text {
  color: var(--mau1);
  display: block;
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.page-header-no-image{
  background-color: #111;
  color: #fff;
}
.radius-img{
  border-radius: 3.125rem;
}

/*** home-section-2 ***/
#home-section-2{
  padding-bottom: 90px;
}

/*** home-section-3 ***/
#home-section-3 {
  background-color: var(--mau1);
  padding-bottom: 90px;
}
#home-section-3 .video-wrapper {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}
#home-section-3 .ratio:before {
  content: "";
  padding-top: 56.1%
}
#home-section-3 .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
@media (min-width: 768px) {
  .video-wrapper .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(var(--r1), var(--g1), var(--b1), 1);
    -webkit-mask-image:
      linear-gradient(to right, var(--mau1), transparent 20%, transparent 80%, var(--mau1)),
      linear-gradient(to bottom, var(--mau1), transparent 20%, transparent 80%, var(--mau1));
    -webkit-mask-composite: intersect;
            mask-composite: intersect;
  }
  .video-wrapper .blur-top-bottom::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(var(--r1),var(--g1),var(--b1),1), rgba(var(--r1),var(--g1),var(--b1),0));
  }
  .video-wrapper .blur-top-bottom::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to top, rgba(var(--r1),var(--g1),var(--b1),1), rgba(var(--r1),var(--g1),var(--b1),0));
  }
  .video-wrapper .blur-left-right::before{
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 100px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(var(--r1),var(--g1),var(--b1),1), rgba(var(--r1),var(--g1),var(--b1),0));
  }
  .video-wrapper .blur-left-right::after{
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    width: 100px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to left, rgba(var(--r1),var(--g1),var(--b1),1), rgba(var(--r1),var(--g1),var(--b1),0));
  }
}

/*** home-section-4 ***/
#home-section-4{
  padding-bottom: 90px;
  background-size: cover;
  background-color: rgb(0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 135px;
  padding-bottom: 135px;
  color: #fff;
  position: relative;
  /* background: linear-gradient(0deg, var(--mau1), rgba(var(--r1),var(--g1),var(--b1),0.5)); */
}
#home-section-4 .title-video{
  font-size: 2rem;
}
#home-section-4:before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(var(--mau1),rgba(var(--r1),var(--g1),var(--b1),0));
  z-index: 1;
}
@media (max-width: 767px) {
  #home-section-4 .title-video{
    font-size: 1.2rem;
  }
  #home-section-8{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*** home-section-5 ***/
#home-section-5{
  padding-bottom: 90px;
  background-size: 370px;
  background-position: right top;
  background-repeat: no-repeat;
  min-height: 45%;
}
#home-section-5 .content-bg{
  background-size: cover;
}
#home-section-5-content{
  padding-top: 200px;
  padding-bottom: 200px;
}
.section-text-center-container-bg .content-bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
#modal-video-iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border: none;
}
.btn-close {
  z-index: 1;
  position: absolute;
  top: -1.75rem;
  right: 2.5rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2.1875rem;
  background-color: var(--mau1);
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23fff' d='M315.3 411.3c-6.253 6.253-16.37 6.253-22.63 0L160 278.6l-132.7 132.7c-6.253 6.253-16.37 6.253-22.63 0c-6.253-6.253-6.253-16.37 0-22.63L137.4 256L4.69 123.3c-6.253-6.253-6.253-16.37 0-22.63c6.253-6.253 16.37-6.253 22.63 0L160 233.4l132.7-132.7c6.253-6.253 16.37-6.253 22.63 0c6.253 6.253 6.253 16.37 0 22.63L182.6 256l132.7 132.7C321.6 394.9 321.6 405.1 315.3 411.3z'%3e%3c/path%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 1.25rem;
}
.modal-content{
  border-radius: 1.125rem;
  background-color: transparent;
}
.owlvideos{
  padding-left: 76px;
  padding-right: 76px;
}
.owlvideos .item-video{
  position: relative;
}
.owlvideos a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  opacity: .8;
}
.owlvideos .icon-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: var(--mau1);
  border-radius: 100vmax;
  text-align: center;
}
.icon-play i{
  margin-left: 8px;
}
.owlvideos img{
  border-radius: 1.125rem;
}
.owl-next, .owl-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  padding: 0px;
  margin: 0px;
  font-size: 1.5rem !important;
  color: var(--mau1);
  background-color: #111;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) !important;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-theme .owl-dots .owl-dot span{
  height: 6px;
  width: 68px;
  border-radius: 100vmax;
  background-color: #999;
  opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span{
  background-color: var(--mau1);
}
@media (max-width: 767px) {
  .owl-theme .owl-dots .owl-dot span{
    width: 40px;
  }
  .owlvideos .icon-play{
    font-size: 1rem;
  }
  .owlvideos a:before{
    width: 50px;
    height: 50px;
  }
  .icon-play i{
    margin-left: 5px;
  }
}

/*** home-section-8 ***/
#home-section-8{
  padding-top: 120px;
  padding-bottom: 120px;
}
img.radius{
  border-radius: 15px;
}
.btn-primary, button.btn-primary{ 
  background-color: var(--mau1);
  color: #fff;
  border-radius: 100vmax;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-color: var(--mau1);
}
form div.wpforms-container-full .wpforms-form input[type=submit], form div.wpforms-container-full .wpforms-form button[type=submit], form div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: var(--mau1);
  color: #fff;
  border-radius: 100vmax;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-color: var(--mau1);
}

/*** home-section-9 ***/
#home-section-9 img{
  border-radius: 1.125rem;
}

/*** home-section-10 ***/
#home-section-10{
  background-color: #f6f6f6;
}
.team-item{
  margin-bottom: 1.5rem;
}
.team-item p{
  font-style: italic;
}
.team-item img{
  border-radius: 1.125rem;
  margin-bottom: 1rem;
  display: block;
}
.team-item h3{
  font-size: 1.25rem;
  line-height: 1.4;
}

/*** home-section-11 ***/
#home-section-11{
  background-color: var(--mau1);
  color: #fff;
}

/*** financials ***/
#financial-section-1{
  padding-top: 0px;
}
#financial-section-2{
  padding-top: 0px;
}
.card-financing{
  border-radius: 1.125rem;
  overflow: hidden;
  background-color: rgba(0,0,0,.27);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
}
.card-financing img{
  border-radius: 1.125rem;
}
#financial-section-3 .bg-section{
  background-size: 620px;
  background-position: left center;
  background-repeat: no-repeat;
  top: 45px;
  position: absolute;
  inset: 0;
}
#financial-section-4{
  background-color: var(--mau1);
  color: #fff;
}

/* model-section-3 */
#model-section-3 .sub-sections-nav ul {
  position: relative;
  padding-left: 70px;
}
#model-section-3 .sub-sections-nav ul li {
  margin-bottom: 10px;
  position: relative;
}
#model-section-3 .sub-sections-nav ul li a {
  font-size: 1.25rem;
}
#model-section-3 .sub-sections-nav ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 6px;
  background-color: #9d9d9d;
  border-radius: 3px;
}
#model-section-3 .sub-sections-nav .nav-item.active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -70px;
  display: block;
  content: "";
  width: 6px;
  background-color: var(--mau1);
  border-radius: 3px;
}
#model-section-3 .nav-item.active .nav-link {
  color: var(--mau1);
}
.sub-section-image{
  margin-bottom: 2.5rem;
}
.item-content-model{
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.list-content-model .item-content-model:last-child {
  border-bottom: none;
}
#model-section-5 .section-item-container{
  position: relative;
  padding-left: 90px;
  margin-bottom: 2rem;
}
#model-section-5 .section-item-image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.video-section-container{
  position: relative;
  z-index: 10;
  width: 100%;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fade {
  transition: opacity .15s linear;
}
.bg-dark {
  background-color: #111 !important;
  color: #fff;
}
.section-video-bg {
  overflow: hidden;
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-video-bg .video-section-container video.fade {
  opacity: .45;
}
.section-video-bg .video-section-container video {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  aspect-ratio: 16/9;
}
.section-video-bg .section-content-container {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) !important;
}
@media (min-width: 768px) {
  .section-video-bg .video-section-container .section-video-desktop {
    display: block;
  }
  .section-video-bg .video-section-container .ratio:before {
    padding-top: 56.25%;
  }
}

/*** innovation ***/
#innovation-section-4 {
  background-color: var(--mau1)
}
#innovation-section-2 .item{
  padding-bottom: 30px;
  padding-top: 30px;
}
#innovation-section-3{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#innovation-section-4 .section-image-set {
  overflow: hidden;
  padding-bottom: 0
}
.item-img-innovation{
  min-width: 100px;
  min-height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.125rem;
}
.item-img-innovation-1{
  aspect-ratio: 69/43;
  width: 483px;
}
.item-img-innovation-2{
  aspect-ratio: 129/128;
  width: 258px;
}
.item-img-innovation-3{
  aspect-ratio: 481/243;
  width: 481px;
}
.item-img-innovation-4{
  aspect-ratio: 111/182;
  width: 222px;
}
.item-img-innovation-5{
  aspect-ratio: 111/182;
  width: 222px;
}
.item-img-innovation-6{
  aspect-ratio: 129/128;
  width: 258px;
}

@media(max-width: 575.98px) {
  #innovation-section-4 .section-image-set {
      padding-bottom:2rem
  }
}

@media(min-width: 576px) {
  #innovation-section-4 {
      margin-bottom:-35px;
      background-color: var(--mau1)
  }
}

@media(max-width: 575.98px) {
  #innovation-section-4 .section-image-set {
      width:calc((100% + 4rem)*2.54);
      margin-top: 2rem;
  }
}

@media(min-width: 576px) {
  #innovation-section-4 .section-image-set {
      margin-top:3rem
  }
}

#innovation-section-4 .section-image-set .ratio:before {
  padding-top: 54.65867%
}

#innovation-section-4 .section-image-set img {
  position: absolute;
  height: auto
}

@media(max-width: 991.98px) {
  #innovation-section-4 .section-image-set img {
      border-radius:.5rem
  }
}

@media(min-width: 992px) {
  #innovation-section-4 .section-image-set img {
      border-radius:2.1875rem
  }
}

#innovation-section-4 .section-image-set img:first-of-type {
  top: 0;
  left: 0;
  width: 37.5%
}

#innovation-section-4 .section-image-set img:nth-of-type(2) {
  top: 0;
  left: 40.54428%;
  width: 19.09594%
}

#innovation-section-4 .section-image-set img:nth-of-type(3) {
  top: 0;
  left: auto;
  right: 0;
  width: 37.3155%
}

#innovation-section-4 .section-image-set img:nth-of-type(4) {
  top: auto;
  bottom: 0;
  left: 0;
  width: 17.2048%
}

#innovation-section-4 .section-image-set img:nth-of-type(5) {
  top: auto;
  bottom: 0;
  left: 20.24908%;
  width: 17.25092%
}

#innovation-section-4 .section-image-set img:nth-of-type(6) {
  top: auto;
  bottom: 0;
  left: 40.54428%;
  width: 37.40775%
}

#innovation-section-4 .section-image-set img:nth-of-type(7) {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 19.00369%
}

/*** Franchise Process ***/
.franchise-item-sec-2{
  border-radius: 3.125rem;
  overflow: hidden;
  background-color: var(--mau1);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  height: 100%;
  margin: 0px auto 2rem;
}
.franchise-item-sec-2 img{
  display: inline-block;
  height: 100px;
  width: auto;
  margin-bottom: 2rem;
}
.ScrollingSteps_step-list {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  
}
.ScrollingSteps_step-list .step-item {
  position: relative;
}
.ScrollingSteps_step-list .progress {
  position: absolute;
  top: 0;
  bottom: 10px;
  width: 6px;
  height: calc( 100% - 36px);
  background-color: #a7a7a7;
  border-radius: 3px;
}
.ScrollingSteps_step-list .progress-bar {
  width: 100%;
  background-color: var(--mau1);
  border-radius: 3px;
}
.ScrollingSteps_step-list .step-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #a7a7a7;
  border-radius: 50%;
}
.ScrollingSteps_step-list .step-item.active:before {
  background-color: var(--mau1);
}
.ScrollingSteps_step-list .step-item.step-item-last {
  padding-bottom: 0;
}
.ScrollingSteps_step-list{
  padding: 1rem 1rem;
}
.ScrollingSteps_step-list .progress {
  left: 25%;
}
.ScrollingSteps_step-list .step-item {
  width: 70%;
  margin: 0 0 0 auto;
  padding: 50px 0;
}
.ScrollingSteps_step-list .step-title {
  position: relative;
  margin: 0px;
}
.ScrollingSteps_step-list .step-title .step-title-number {
  position: absolute;
  left: -200px;
}
.ScrollingSteps_step-list .step-item:before {
  right: calc(108.3% - 16px);
  top: 63px;
}
@media (max-width: 767px) {
  .ScrollingSteps_step-list .progress{
    left: 30px;
  }
  .ScrollingSteps_step-list .step-item{
    width: calc(100% - 50px);
  }
  .ScrollingSteps_step-list .step-item:before{
    left: -46px;
  }
  .ScrollingSteps_step-list .step-title .step-title-number{
    position: static;
    color: var(--mau1);
  }
}

/*** store ***/
#title-page{
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.single #title-page{
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.store-item{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.store-item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
}
.store-item{
  text-align: center;
}
.store-item h3{
  font-size: 20px;
  font-weight: 600;
}
.store-item p{
  font-size: 16px;
  margin-bottom: 10px;
}
.store-item span{
  font-size: 16px;
  font-weight: 600;
}

/*** category ***/
#content{
  margin-bottom: 20px;
}
.poscat{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex: 0 0 auto;
  width: auto;
}
.poscat img{
  border-radius: 10px;
  margin-bottom: 15px;
}
.thumbnail-post-cat{
  flex: 0 0 auto;
}
.title-post-cat{
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .poscat{
    flex-direction: row;
  }
  .thumbnail-post-cat{
    width: 150px;
  }
  .poscat img{
    width: 100%;
  }
}

/*** single ***/
.content ul{
  list-style: disc;
  padding-left: 40px;
  margin-bottom: 20px;
}
.content ol{
  list-style: decimal;
  margin-bottom: 20px;
}
.content ul li{
  margin-bottom: 10px;
}
.content ol li{
  margin-bottom: 10px;
}
.content img{
  margin-bottom: 20px;
  border-radius: 10px;
}
.content p, .content div{
  margin-bottom: 20px;
}


/*** footer ***/
footer{
  padding-top: 120px;
  color: #fff;
  font-size: 1rem;
  background-color: #111;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer .row-info-footer a{
  color: #fff;
}
footer .row-info-footer a:hover{
  color: var(--mau1);
  text-decoration: underline;
}
footer .footer-1 a, footer .footer-2 a{
  color: #999;
}
footer .footer-3{
  font-weight: 600; 
}
footer .footer-4 h2, footer .footer-4 h3{
  margin-bottom: 1rem;
}
footer .box-f{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .box-f .title-f{
  font-size: 1.25rem;
}
footer li{
  margin-bottom: 10px;
}
.text-32 {
  font-size: 2rem !important;
}
#logo-footer{
  max-height: 100px;
  width: auto;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
}
.copyright, .copyright a {
  font-size: .75rem;
  color: #a7a7a7;
}
.copyright.text-end ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.copyright.text-end li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  list-style: none;
}
.wp-link-next{
  position: relative;
}
.footer-next {
  padding: 3.125rem 4.25rem 5.75rem;
  border-radius: 3.125rem 3.125rem 0 0;
  background-color: var(--mau1);
  text-decoration: none !important;
  color: #111;
  border: none;
}
.footer-next:hover{
  background-color: var(--mau1);
  color: #111;
  border: none;
}
.footer-next-text{
  text-align: left;
}
.footer-next-text-1 {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: .25em;
}
.footer-next-text-2 {
  font-size: 3rem;
  color: #fff;
}
.legal{
  margin-top: 3.375rem;
  padding-bottom: 1.75rem;
}


.floating-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  animation: float 2s ease-in-out infinite;
}

.floating-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: var(--mau1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.floating-call a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

.floating-call i {
  color: #fff;
  font-size: 20px;
  animation: shake 1.5s ease-in-out infinite;
}
.floating-call svg{
  animation: shake 1.5s ease-in-out infinite;
  width: 20px;
  height: 20px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*** responsive ***/
@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1025px) {
  .page-header.page-header-no-image {
    border-radius: 0 0 3.125rem 3.125rem;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .cot5{
    width: 20%;
  }
  .navbar-nav {
    position: static !important;
  }
  .h1, h1 {
    font-size: 3.75rem;
  }
  .page-header .pre-headline-text {
    font-size: 1.8rem;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-text-center-container-bg .content-bg {
    padding-top: 120px;
    padding-bottom: 120px;
    border-radius: 3.125rem;
  }
  .modal-content {
    border-radius: 3.125rem;
  }
  #modal-video-iframe{
    border-radius: 2.1875rem;
    min-width: 700px;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .row-100px{
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100px [class*="col-"]{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .hidden-mm{
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-desktop{
    display: none !important;
  }
  .modal-dialog{
    margin-top: 100px;
  }
  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1.5rem;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    opacity: 1;
  }
  footer .footer-3{
    font-size: 1.75rem;
  }
  footer .footer-4 h2, footer .footer-4 h3{
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .nav>li>a{
    padding: 5px 6.4px;
  }
}
@media (max-width: 767px) {
  .hidden-mobile, #top-bar{
    display: none !important;
  }
  body{
    padding-top:50px;
  }
  nav .container-fluid{
    padding: 0px;
  }
  .container-fluid{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row{
    margin-left: -10px;
    margin-right: -10px;
  }
  .row5pxmb{
    margin-left: -5px;
    margin-right: -5px;
  }
  .row5pxmb [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
  }

  .modal-body .btn-close{
    align-items: center;
    background-color: #fff;
    border: 1.125px solid #fff;
    border-radius: 100vmax;
    box-shadow: 0 4.5px 5px rgba(0, 0, 0, .251);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    height: 40px;
    width: 40px;
    justify-content: center;
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .nav-middle .owl-next{
    right: 10px;
  }
  .nav-middle .owl-prev{
    left: 10px;
  }
  .modal-body iframe{
    width: calc(100vw - 60px);
    min-height: 250px;
  }
  .nav-tabs.no-border{
    gap: 10px;
  }
  footer{
    padding-top: 60px;
  }
  .page-header{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-header .pre-headline-text{
    font-size: 1rem;
  }
  .section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wp-link-next{
    margin-top: 1.5rem !important;
  }
  .wp-link-next{
    height: 112px;
  }
  .footer-next {
    border-radius: 2.1875rem 2.1875rem 0 0 !important;
    opacity: 1;
    padding: 2rem !important;
    transform: none;
  }
  .footer-next .footer-next-text-2 {
    font-size: 1.25rem;
  }
  .footer-next .footer-next-text-1 {
    font-size: .875rem;
  }
  .section{
    padding-bottom: 0px !important;
  }
  .owlvideos{
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn, .wpforms-submit{
    font-size: 1rem;
  }
  #home-section-8{
    padding-top: 60px;
  }
  h1{
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3{
    font-size: 1.2rem;
  }
  h4{
    font-size: 1.2rem;
  }
  #innovation-section-2 .item{
    margin-bottom: 10px !important;
  }
  .franchise-item-sec-2{
    height: auto;
  }
  .ScrollingSteps_step-list .step-item{
    padding: 10px 0px;
  }
  .ScrollingSteps_step-list .step-title{
    margin-bottom: 15px;
  }
  .single #title-page{
    font-size: 1.7rem;
  }
  #title-page{
    font-size: 1.7rem;
  }
}
@media (max-width: 580px) {
    
}
@media (max-width: 480px) {
  .title-post{
      height: 68px;
      overflow: hidden;
  }
  .title-product{
      height: 85px;
      overflow: hidden;
  }
}
@media (max-width: 480px) {
  
}
