@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Back";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-display: swap;
}
:root {
  --r-globalnav-flyout-height: 290px;
  --r-globalnav-flyout-height-zero: 0;
  --r-globalnav-flyout-rate: 240ms;
}

h1 {
  font-family: "Montserrat Bold";
  color: #000;
}

.container {
  max-width: 1280px !important;
}

.owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  opacity: 0.6;
}

.owl-carousel .owl-item .hall-item .hall-content {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

html,
body {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

header.main-header .nav-header-top {
  padding: 10px 0;
  background: #5c6573;
}
header.main-header .nav-header-top .container ul.nav-header-flex {
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-header-top .container ul.nav-header-flex {
    text-align: left;
    border: 0;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  header.main-header .nav-header-top .container ul.nav-header-flex {
    text-align: right;
  }
}
header.main-header .nav-header-top .container ul.nav-header-flex li {
  display: inline-block;
  padding: 5px 16px;
  background-color: #727f97;
  border-radius: 70px;
  margin-left: 15px;
  transition: background-color 1s ease;
}
@media screen and (max-width: 767px) {
  header.main-header .nav-header-top .container ul.nav-header-flex li {
    margin-left: 10px;
    padding: 5px 13px;
  }
}
header.main-header .nav-header-top .container ul.nav-header-flex li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat Medium";
  display: block;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  header.main-header .nav-header-top .container ul.nav-header-flex li a {
    font-size: 10px;
  }
}
header.main-header .nav-header-top .container ul.nav-header-flex li:hover {
  background-color: #2b378b;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap {
  z-index: 99;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap button {
  position: relative;
  top: 0;
  right: inherit;
  width: inherit;
  height: inherit;
  cursor: pointer;
  outline: none;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  line-height: 33px;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap button i {
  font-size: 18px;
  line-height: 18px;
  color: #000;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap button i:hover {
  color: #2b378b;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap #searchbox {
  position: relative;
  width: inherit;
  height: inherit;
  padding: 0;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap #searchbox input {
  position: absolute;
  width: 150px;
  height: 33px;
  right: 0;
  top: 0;
  border-radius: 20px;
  background-color: #fff;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  padding: 0 10px;
  border: none;
  outline: none;
  font-family: "Montserrat Regular";
  font-size: 14px;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap #searchbox input:focus + button i {
  color: #2b378b;
}
header.main-header .nav-header-top .container ul.nav-header-flex li .searchform-wrap #searchbox.active input {
  width: 250px;
  opacity: 1;
  visibility: visible;
}
header.main-header .nav-header-top .container ul.nav-header-flex li:first-child {
  background-color: unset;
  padding: 0;
}
@media screen and (max-width: 576px) {
  header.main-header .nav-header-top .container ul.nav-header-flex li:first-child {
    order: 999;
  }
}
@media screen and (min-width: 1200px) {
  header.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
header.main-header .navbar-mobile {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  header.main-header .navbar-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .navbar-mobile {
    padding: 0;
  }
}
header.main-header .navbar-mobile .row .icon-bar-mobile {
  text-align: right;
}
header.main-header .navbar-mobile .row .icon-bar-mobile i {
  font-size: 40px;
}
header.main-header .nav-main-menu {
  background: #fff;
  backdrop-filter: blur(4px);
  padding: 15px 0;
  box-shadow: 0 0 4px 0 rgba(179, 179, 179, 0.5);
}
header.main-header .nav-main-menu .container .navbar-menu {
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 100%;
}
@media screen and (width: 1280px) {
  header.main-header .nav-main-menu .container .navbar-menu {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    transition: all 0.3s;
    will-change: transform;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header.main-header .nav-main-menu .container .navbar-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s;
    will-change: transform;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
header.main-header .nav-main-menu .container .navbar-menu a {
  float: left;
  font-size: 15px;
  color: #111;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Montserrat SemiBold", sans-serif;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu a {
    position: relative;
    width: 100%;
    text-align: left;
  }
}
header.main-header .nav-main-menu .container .navbar-menu a.active {
  color: #c60c30;
}
header.main-header .nav-main-menu .container .navbar-menu .menu-icon-close {
  padding: 15px;
  text-align: right;
  width: 50px;
  margin: 0 0 0 auto;
}
header.main-header .nav-main-menu .container .navbar-menu .menu-icon-close i {
  font-size: 30px;
}
@media screen and (min-width: 1200px) {
  header.main-header .nav-main-menu .container .navbar-menu .menu-icon-close {
    display: none;
  }
}
header.main-header .nav-main-menu .container .navbar-menu a.flag-icon {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu a.flag-icon {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu a.menu-item-blog i {
    position: absolute;
    right: 15px;
    top: 12px;
  }
}
header.main-header .nav-main-menu .container .navbar-menu a.logo-header {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu a.logo-header {
    display: none;
  }
}
header.main-header .nav-main-menu .container .navbar-dropdown-item {
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-dropdown-item {
    width: 100%;
    position: relative;
  }
}
header.main-header .nav-main-menu .container .navbar-dropdown-item .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: #111;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  font-family: "Montserrat SemiBold", sans-serif;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-dropdown-item .dropbtn {
    padding: 10px 20px;
    width: 100%;
    text-align: left;
  }
  header.main-header .nav-main-menu .container .navbar-dropdown-item .dropbtn i {
    position: absolute;
    right: 15px;
    top: 12px;
    transform: rotate(0deg);
    transition: transform 0.55s ease;
    -moz-transition: -moz-transform 0.55s ease;
    -ms-transition: -ms-transform 0.55s ease;
    -o-transition: -o-transform 0.55s ease;
    -webkit-transition: -webkit-transform 0.55s ease;
  }
  header.main-header .nav-main-menu .container .navbar-dropdown-item .dropbtn.active {
    color: #c60c30;
  }
  header.main-header .nav-main-menu .container .navbar-dropdown-item .dropbtn.active i.fa-angle-down {
    transform: rotate(180deg);
    transition: transform 0.55s ease;
    -moz-transition: -moz-transform 0.55s ease;
    -ms-transition: -ms-transform 0.55s ease;
    -o-transition: -o-transform 0.55s ease;
    -webkit-transition: -webkit-transform 0.55s ease;
  }
}
@media screen and (min-width: 1200px) {
  header.main-header .nav-main-menu .container .navbar-menu a:hover,
  header.main-header .nav-main-menu .container .navbar-dropdown-item:hover .dropbtn {
    color: #c60c30;
  }
  header.main-header .nav-main-menu .container .navbar-menu a:hover i.fa-angle-down,
  header.main-header .nav-main-menu .container .navbar-dropdown-item:hover .dropbtn i.fa-angle-down {
    transform: rotate(180deg);
    transition: transform 0.55s ease;
    -moz-transition: -moz-transform 0.55s ease;
    -ms-transition: -ms-transform 0.55s ease;
    -o-transition: -o-transform 0.55s ease;
    -webkit-transition: -webkit-transform 0.55s ease;
  }
}
header.main-header .nav-main-menu .container .navbar-menu .item-white-space {
  width: 29px;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu .item-white-space {
    display: none;
  }
}
@media screen and (width: 1280px) {
  header.main-header .nav-main-menu .container .navbar-menu .item-white-space {
    width: 0;
  }
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register {
  border: none;
  background: #2b378b;
  border-radius: 50px;
  width: 225px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register::before {
  content: "";
  height: 450px;
  width: 450px;
  background: #c60c30;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 83%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
@media screen and (width: 1280px) {
  header.main-header .nav-main-menu .container .navbar-menu button.btn-register {
    width: 237px;
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .navbar-menu button.btn-register {
    left: 20px;
  }
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat Bold", sans-serif;
  padding: 12px 25px;
  text-align: center;
}
@media screen and (width: 1280px) {
  header.main-header .nav-main-menu .container .navbar-menu button.btn-register a {
    padding: 12px 25px;
  }
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #c60c30;
  position: absolute;
  border-radius: 50%;
  right: 20px;
  top: calc(50% - 5px);
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register a:after:hover {
  background-color: #fff;
}
header.main-header .nav-main-menu .container .navbar-menu button.btn-register:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
header.main-header .nav-main-menu .container .dropdown-content {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  header.main-header .nav-main-menu .container .dropdown-content {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    transition: var(--r-globalnav-flyout-rate) cubic-bezier(0.4, 0, 0.6, 1);
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .dropdown-content {
    display: none;
    position: relative;
  }
}
header.main-header .nav-main-menu .container .dropdown-content .header {
  padding: 16px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  header.main-header .nav-main-menu .container .navbar-dropdown-item:hover .dropdown-content {
    visibility: visible;
    height: var(--r-globalnav-flyout-height);
    transition: height var(--r-globalnav-flyout-rate) cubic-bezier(0.4, 0, 0.6, 1);
  }
}
header.main-header .nav-main-menu .container .column {
  float: left;
  width: 28%;
  padding: 45px 0 30px 45px;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .column {
    padding: 0 0 10px 35px;
  }
}
header.main-header .nav-main-menu .container .column:first-child {
  width: 33%;
}
header.main-header .nav-main-menu .container .column a {
  float: none;
  color: #111;
  padding: 5px 0 0 0;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: "Montserrat Medium", sans-serif;
  text-decoration: none;
}
header.main-header .nav-main-menu .container .column a:hover {
  text-decoration: underline;
}
header.main-header .nav-main-menu .container .column a h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Montserrat Bold", sans-serif;
}
header.main-header .nav-main-menu .container .column a,
header.main-header .nav-main-menu .container .column h2 {
  font-size: 15px;
}
header.main-header .nav-main-menu .container .column h2 {
  margin-bottom: 0;
  font-family: "Montserrat Bold", sans-serif;
}
header.main-header .nav-main-menu .container .row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu .container .column {
    width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  header.main-header .nav-main-menu {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  header.main-header .nav-main-menu.top-scroll {
    top: 0;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  header.main-header .nav-main-menu.top-scroll .navbar-menu {
    top: 0;
  }
}
header.main-header .sticky {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (min-width: 1200px) {
  header.main-header .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

body:not(.safari) header.main-header .nav-main-menu.top-scroll {
  top: 0;
}
@media screen and (max-width: 1024px) {
  body:not(.safari) header.main-header .nav-main-menu.top-scroll .navbar-menu {
    top: 0;
  }
}

#return-to-top {
  z-index: 99;
  position: fixed;
  bottom: 10px;
  background: #2b378b;
  width: 37px;
  height: 37px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #return-to-top {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #return-to-top {
    bottom: 3%;
    right: 10px;
  }
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 10px;
  top: 7px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #c60c30;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
    color: #000;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=url] {
    font-size: 16px;
    color: #000;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
    color: #000;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
  select,
  textarea,
  input[type=text],
  input[type=password],
  input[type=datetime],
  input[type=datetime-local],
  input[type=date],
  input[type=month],
  input[type=time],
  input[type=week],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=url] {
    font-size: 16px;
    color: #000;
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@font-face {
  font-family: "Montserrat ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Black";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype");
  font-display: swap;
}
#form-submit-register.section-footer {
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer {
    background: none;
    padding-bottom: 100px;
  }
}
#form-submit-register.section-footer .img-background-mb {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #form-submit-register.section-footer .img-background-mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer .form-content {
    padding: 15px 0;
  }
}
#form-submit-register.section-footer .form-content .container .form-register {
  max-width: 520px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  padding: 58px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #form-submit-register.section-footer .form-content .container .form-register {
    padding: 58px 30px;
    background: #ffffff;
    backdrop-filter: unset;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register {
    padding: 30px;
    background: rgba(255, 255, 255, 0.53);
    border-radius: 24px;
  }
}
#form-submit-register.section-footer .form-content .container .form-register .form-title {
  font-size: 22px !important;
  font-family: "Montserrat Regular";
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #29387d;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register .form-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
#form-submit-register.section-footer .form-content .container .form-register p.subtitle_1 {
  font-size: 2.2em;
  line-height: 1.2;
  font-family: "Montserrat Back";
  text-align: center;
  margin: 0;
}
#form-submit-register.section-footer .form-content .container .form-register p.subtitle {
  font-size: 2em;
  line-height: 1.2;
  color: black;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Montserrat Medium";
}
@media screen and (max-width: 576px) {
  #form-submit-register.section-footer .form-content .container .form-register p.subtitle {
    font-size: 1.8em;
    line-height: 1;
  }
}
#form-submit-register.section-footer .form-content .container .form-register .time-counter {
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}
#form-submit-register.section-footer .form-content .container .form-register .time-counter .time_element {
  font-size: 4em;
  color: #ea0029 !important;
  font-family: "Montserrat Bold";
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group {
  margin-bottom: 16px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group:nth-child(6) {
  margin-bottom: 32px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control {
  padding: 10px 10px 10px 25px;
  font-family: "Montserrat Regular";
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #86868b;
  background: #FFFFFF;
  border: 1px solid #E5E5E6;
  border-radius: 26px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::placeholder {
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Montserrat Regular";
  opacity: 1;
  /* Firefox */
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Montserrat Regular";
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Montserrat Regular";
  color: #86868b;
}
#form-submit-register.section-footer .form-content .container .form-register .form .form-group select:disabled {
  background: #ddd !important;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper {
  text-align: center;
  font-size: 10px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register {
  border: none;
  background: #2b378b;
  border-radius: 50px;
  width: 204px;
  padding: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 1.2em;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register::before {
  content: "";
  height: 450px;
  width: 450px;
  background: #c60c30;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register span {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat Bold";
  padding: 12px 30px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #c60c30;
  position: absolute;
  border-radius: 50%;
  right: 15px;
  top: 18px;
}
#form-submit-register.section-footer .form-content .container .form-register .form .button-wrapper .btn-register:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.home .location-area {
  padding-top: 50px;
}

.site-footer {
  padding: 150px 0 50px;
  background-color: #f5f5f7;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 50px 0;
  }
}
.site-footer .footer-top {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .mb-order {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer {
    margin-bottom: 20px;
  }
}
.site-footer .footer-top .box-footer .logo-footer {
  width: 64px;
  margin-bottom: 30px;
}
.site-footer .footer-top .box-footer .logo-footer img {
  width: 100%;
  height: auto;
}
.site-footer .footer-top .box-footer .footer-info {
  font-size: 16px;
  font-family: "Montserrat Regular";
  color: #000;
}
.site-footer .footer-top .box-footer .links-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  margin-bottom: 40px;
}
.site-footer .footer-top .box-footer .links-social li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer .logo-bct {
    display: none;
  }
}
.site-footer .footer-top .box-footer .logo-bct img {
  width: 158px;
  height: auto;
}
.site-footer .footer-top .box-footer .box-footer-title {
  font-family: "Montserrat Bold";
  color: #000;
  font-size: 18px;
  line-height: 220%;
  margin-bottom: 14px;
  padding-top: 0;
}
.site-footer .footer-top .box-footer .list-cate,
.site-footer .footer-top .box-footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-top .box-footer .list-cate.mb-36,
.site-footer .footer-top .box-footer ul.mb-36 {
  margin-bottom: 36px;
}
.site-footer .footer-top .box-footer .list-cate li,
.site-footer .footer-top .box-footer ul li {
  margin-bottom: 10px;
}
.site-footer .footer-top .box-footer .list-cate li a,
.site-footer .footer-top .box-footer ul li a {
  font-family: "Montserrat Regular";
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.site-footer .footer-top .box-footer .list-cate li a:hover,
.site-footer .footer-top .box-footer ul li a:hover {
  color: #c60c30;
}
.site-footer .footer-top .box-footer .list-cate li a.ilo-style,
.site-footer .footer-top .box-footer ul li a.ilo-style {
  display: block;
  margin-top: 30px;
  font-family: "Montserrat Bold";
}
.site-footer .footer-top .box-footer .list-cate li a.ilo-style:hover,
.site-footer .footer-top .box-footer ul li a.ilo-style:hover {
  color: #c60c30;
}
.site-footer .footer-top .box-footer .subscribe-form.mobile {
  margin-bottom: 36px;
}
.site-footer .footer-top .box-footer .subscribe-form.mobile .subscribe-form-title {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-top .box-footer .subscribe-form.mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-top .box-footer .subscribe-form.desktop {
    display: none;
  }
}
.site-footer .footer-top .box-footer .subscribe-form .subscribe-form-title {
  font-family: "Montserrat Bold";
  font-size: 14px;
  color: #000;
  margin-bottom: 14px;
}
.site-footer .footer-top .box-footer .subscribe-form .emaillist {
  position: relative;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap {
  position: relative;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap .icon-mail {
  position: absolute;
  left: 26px;
  top: 16px;
  font-size: 18px;
  color: #d9dcf2;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap label {
  width: 100%;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap input {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  line-height: 140%;
  background-color: #fff;
  color: #d9dcf2;
  padding: 13px 10px 13px 15px;
  border: 1px solid #d9dcf2;
  border-radius: 50px;
  box-shadow: none;
  font-family: "Montserrat Regular";
  font-style: italic;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es-field-wrap input::placeholder {
  color: #d9dcf2;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form i.fa-light.fa-arrow-right-long {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  background: #c60c30;
  border-radius: 80px;
  font-size: 16px;
  padding: 6px;
}
.site-footer .footer-top .box-footer .subscribe-form .es_subscription_form .es_subscription_form_submit {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  border: none;
  box-sizing: none;
  background: transparent;
  padding: 1px 6px;
  z-index: 999;
}
.site-footer .footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-bottom .logo-bct {
    display: none;
  }
}
.site-footer .footer-bottom .logo-bct img {
  width: 158px;
  height: auto;
}
.site-footer .footer-bottom .copy-right {
  text-align: center;
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .copy-right {
    text-align: center;
  }
}
.site-footer .footer-bottom .text-desc {
  text-align: center;
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .text-desc {
    text-align: center;
  }
}

/*** ADD 17JAN204 **/
.footer {
  background: #f5f5f7;
  padding: 30px 0;
  text-align: center;
}
.footer .link-footer {
  font-size: 10px;
}
.footer .link-footer a {
  color: #111111;
  font-family: "Montserrat Regular";
  font-size: 1.6em;
}

/*# sourceMappingURL=style.css.map */
