/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px;
}

@font-face {
  font-family: "GeneralSansMedium";
  src: url("fonts/GeneralSansMedium.eot");
  src: url("fonts/GeneralSansMedium.eot") format("embedded-opentype"), url("fonts/GeneralSansMedium.woff2") format("woff2"), url("fonts/GeneralSansMedium.woff") format("woff"), url("fonts/GeneralSansMedium.ttf") format("truetype"), url("fonts/GeneralSansMedium.svg#GeneralSansMedium") format("svg");
}
@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1220px;
  }
  .container-1 {
    max-width: 1580px;
  }
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "GeneralSansMedium";
}

body {
  font-family: "GeneralSansMedium";
  font-size: 17px;
  color: #fff;
  background: #003130;
  line-height: 1.6;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  padding-top: 44px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .h-content {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .main-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu ul li {
    margin-right: 40px;
  }
  .main-menu ul li a {
    height: 43px;
    display: block;
    line-height: 44px;
    color: #fff;
    border-radius: 8px;
  }
  .main-menu ul li a:hover {
    color: #7F9797;
  }
  .main-menu ul li .m-btn-1 {
    padding: 0 26px;
    color: #003130;
    background: #c0a062;
  }
  .main-menu ul li .m-btn-1:hover {
    color: #003130;
    opacity: 0.9;
  }
}
.btn-fb-1:hover {
  opacity: 0.85;
}

/* *** CUSTOM SELECT *** */
.select {
  width: 100%;
  margin-bottom: 3px;
}

.select .chosen-container {
  width: 100% !important;
}

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important;
}

.select .chosen-search {
  display: none;
}

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: 34px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  color: #000;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 17px;
  background: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px;
}

.select .chosen-drop {
  padding-top: 4px;
}

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important;
  padding: 5px 5px 3px 5px;
}

.select .chosen-container-single .chosen-single div {
  width: 32px;
  background: url("../img/icons/06.png") right center no-repeat;
}

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000;
}

.select .chosen-container .chosen-results li:hover {
  background: #e77817;
  color: #fff;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #003130;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp {
  margin-top: 10px;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 150px;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #fff;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #EDE5D9;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #fff;
  background: #003130;
  font-size: 15px;
  float: left;
  width: 100%;
  padding: 15px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: #c0a062;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #c0a062;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
/* *** HOME *** */
.content-box-1 {
  text-align: center;
}

.content-box-2 {
  margin-top: -120px;
}

.title {
  margin-bottom: 45px;
}
.title h2 {
  margin: 0;
  font-size: 65px;
  color: #c0a062;
  font-weight: normal;
}

.wrapper-1 {
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}

h2, h3 {
  font-weight: normal;
}

.text {
  line-height: 1.4;
  font-size: 18px;
}
.text h3 {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.3;
  font-weight: normal;
}
.text p:last-child {
  margin-bottom: 0;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.title-1 {
  margin-bottom: 50px;
  padding-left: 80px;
}
.title-1 h2 {
  font-size: 24px;
  font-weight: normal;
}

.content-box-3 .text span {
  display: block;
  font-size: 14px;
}

.content-box-3 .row-box {
  margin: 0 -20px;
  display: flex;
}
.content-box-3 .row-box .col-box {
  width: 50%;
  padding: 0 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.text h4 {
  color: #c0a062;
  margin-bottom: 5px;
  font-size: 22px;
}

.footer {
  padding-bottom: 100px;
  background: url("../img/02.png") center bottom repeat-x;
}
.footer .text a {
  color: #fff;
}
.footer .text a:hover {
  color: #7F9797;
}

.btn-download {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  background: url("../img/icons/02.png") left top no-repeat;
  padding-top: 40px;
}
.btn-download:hover {
  color: #fff;
  opacity: 1;
}

.content-box-4-1 {
  margin: 0 -190px;
  padding: 75px 190px;
  background: #c0a062;
}

.boxes-1 {
  color: #003130;
}
.boxes-1 .box-1 {
  padding: 25px 0;
  display: flex;
  border-bottom: 1px solid #606949;
}
.boxes-1 .box-1 .date {
  width: 170px;
  flex-shrink: 0;
}
.boxes-1 .box-1 .txt-1 {
  font-size: 24px;
  width: 100%;
  padding: 0 20px;
}
.boxes-1 .box-1 .txt-2 {
  width: 170px;
  flex-shrink: 0;
  text-align: right;
}
.boxes-1 .box-1:last-child {
  border-bottom: none;
}

.content-box-4-1 a {
  color: #003130;
  display: inline-block;
}
.content-box-4-1 a:hover {
  color: #003130;
  opacity: 0.85;
}
.content-box-4-1 .button-box {
  text-align: right;
  padding-top: 30px;
}

:target {
  scroll-margin-top: 40px;
}

.btn-fb {
  position: absolute;
  top: 20px;
  right: 80px;
}
.btn-fb img {
  width: 30px;
}

.footer .row-box .col-box-1 {
  padding-left: 100px;
}/*# sourceMappingURL=style.css.map */

@media only screen and (min-width: 992px){
.main-menu, .btn-fb-1 {
    margin-top: 29px;
}
}

.x-popup-content {
  display: block;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000000;
  width: 100%;
  text-align: center;
  height:100vh;
  min-height: 100vh;
  overflow: auto;
}

.xx-popup img {


  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.xx-popup {
    padding: 20px 20px;
 
}


.x-popup-content:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-size: 100% 100%;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.x-popup-content .x-popup {

  position: relative;
  max-width: 100%;
  position: relative;
  color: #fff;
  margin: 0 auto;
    width: 100%;
    text-align: center;
  z-index: 1010;
}

.x-popup-content .xx-popup {
      width: 100%;
}
 
.x-popup-content .x-popup  .close-popup {
  position: absolute;
  top: -10px;
  right: 3px;
  color: #fff;
  font-size: 60px;
  margin: 10px;
  line-height: 1;
  font-weight: 300;
}

.x-popup-content .x-popup  .close-popup:hover {
  opacity: 0.85;
}

.x-popup-content .text {
  margin-bottom: 40px;
}
  
.x-popup-content h2 {
  font-size: 33px;
  font-weight: normal;
}

 .x-popup-content   strong {
  font-weight: 600;
  font-size: 49px;
}

.x-popup-content .description {
  width: 1110px;
  padding-right: 50px;
  max-width: 100%;
}

.body-open-popup {
  overflow: hidden;
}