/* * Basic Structure
 * ----------------------------------------------- */
@import url(../css/bootstrap.min.css);
@import url(../css/animate.min.css);
@import url(../css/animsition.min.css);
@import url(../css/font-awesome.min.css);
@import url(../css/linearicons.css);
@import url(../css/rippler.min.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/swiper.css);
@font-face {
  font-family: 'iCielRukola';
  src: url("../fonts/iCielRukola/iCielRukola.eot?#iefix") format("embedded-opentype"), url("../fonts/iCielRukola/iCielRukola.otf") format("opentype"), url("../fonts/iCielRukola/iCielRukola.woff") format("woff"), url("../fonts/iCielRukola/iCielRukola.ttf") format("truetype"), url("../fonts/iCielRukola/iCielRukola.svg#iCielRukola") format("svg");
  font-weight: normal;
  font-style: normal; }

/* -----------------------------------------------
    #General Variables SCSS
   ----------------------------------------------- */
/*Text colors*/
/* Backgrounds*/
/* Border colors*/
/* FONTS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*======= #mixin ======= */
.trans {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/*======= #BASIC ======= */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45rem;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif; }

p {
  margin-bottom: 10px; }

a {
  color: #62BFDD; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

.wow {
  visibility: visible; }

/*Vars*/
.cl-primary {
  color: #c19a4c; }

.cl-second {
  color: #008733; }

.btn {
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }

.btn-primary {
  background-color: #c19a4c;
  border-color: #c19a4c;
  color: #000; }
  .btn-primary:focus, .btn-primary:hover {
    background-color: #c19a4c;
    color: #fff;
    border-color: #c19a4c; }

.btn-outline-primary {
  color: #5c5c5d;
  border-color: #c19a4c; }
  .btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #c19a4c;
    color: #fff;
    border-color: #c19a4c; }

.btn-outline-light:hover, .btn-outline-light:focus {
  color: #c19a4c;
  background-color: #fff; }

.btn-primary:focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(193, 154, 76, 0.25);
  box-shadow: 0 0 0 3px rgba(193, 154, 76, 0.25); }

.t-shawdow {
  text-shadow: 1px 1px 5px rgba(47, 47, 47, 0.32); }

/*----------------------- FOOTER ----------------------- */
#footer {
  font-size: 12px;
  border-top: 1px solid #232323;
  color: #828282;
  background-color: #0f0f0f;
  padding-top: 15px;
  padding-bottom: 15px; }

/*----------------------- HEADER ----------------------- */
.center-pc-logo {
  position: relative;
  padding: 0;
  max-width: 250px;
  position: relative;
  z-index: 2; }
  .center-pc-logo img {
    position: absolute;
    left: 0;
    top: -82px;
    right: 0;
    margin: auto;
    max-width: 100%; }

.header {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 9992; }
  .header nav {
    border: 1px solid #3a2a0d;
    padding: 20px; }
  .header .nav {
    width: 38%;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit; }
  .header .nav-link {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #fff;
    text-transform: uppercase;
    padding: .5rem 15px; }
  .header .nav-item {
    position: relative;
    min-width: 100px; }
    .header .nav-item:after {
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      opacity: 0;
      content: " ";
      display: inline-block;
      height: 2px;
      width: 20%;
      background: #c19a4c;
      position: absolute;
      bottom: -2px;
      left: 15px; }
    .header .nav-item.dropdown-toggle:after {
      display: none; }
    .header .nav-item:hover:after, .header .nav-item.active:after {
      opacity: 1;
      width: calc(100% - 30px); }
  .header.sticky {
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: fixed;
    z-index: 999;
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    padding-top: 35px;
    padding-bottom: 30px; }
    .header.sticky .center-pc-logo {
      max-width: 150px; }
      .header.sticky .center-pc-logo .lg-static {
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        display: none; }
      .header.sticky .center-pc-logo .lg-fixed {
        opacity: 1;
        width: 100px;
        top: -30px; }
    .header.sticky .navbar-brand-mobile .mb-lg-static {
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      display: none; }
    .header.sticky .navbar-brand-mobile .mb-lg-fixed {
      opacity: 1;
      width: 100px;
      top: -30px; }

.lg-fixed,
.mb-lg-fixed {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  width: 50px; }

.top-page {
  padding-top: 340px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  height: 500px; }
  .top-page.top-home {
    padding-top: 310px;
    background-size: cover;
    height: calc(100vh - 85px);
    min-height: 700px; }
    .top-page.top-home .heading-top {
      font-size: 29px; }
    .top-page.top-home .heading-sub {
      font-size: 18px; }

.dropdown-menu {
  padding-bottom: 15px;
  min-width: 200px; }

.dropdown-item {
  padding: .35rem 1.5rem;
  background: #fff; }
  .dropdown-item > a {
    color: #5c5c5d; }
    .dropdown-item > a:hover {
      color: #c19a4c; }
  .dropdown-item.dropdown a {
    color: #5c5c5d; }
    .dropdown-item.dropdown a:hover {
      color: #c19a4c; }
  .dropdown-item.active {
    background-color: #fff; }
    .dropdown-item.active a {
      color: #c19a4c; }
  .dropdown-item:active {
    background-color: #5c5c5d; }

.nav .dropdown-submenu {
  position: relative; }
  .nav .dropdown-submenu .dropdown-toggle:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px; }
  .nav .dropdown-submenu .dropdown-menu {
    border-radius: 0;
    position: absolute;
    left: 100%;
    top: 0; }
    .nav .dropdown-submenu .dropdown-menu a, .nav .dropdown-submenu .dropdown-menu span {
      display: block;
      padding: .35rem 1.5rem;
      color: #5c5c5d; }

.sub-country h4 {
  text-align: center;
  font-size: 24px;
  margin: 5px auto; }

.magic-line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 150px;
  height: 2px;
  background: #c19a4c; }

.navbar-nav > li > a:hover {
  background: none;
  color: #000; }

.section-page {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-title {
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px; }
  .section-title:after {
    content: " ";
    background: url(../images/icons/title-decor.png) 0 0 no-repeat;
    display: block;
    width: 246px;
    height: 18px;
    position: relative;
    margin: 15px auto; }
  .section-title.style-2 {
    color: #fff; }
    .section-title.style-2 :after {
      background-image: url(../images/icons/title-decor.png); }

.heading-style {
  line-height: 1em;
  font-size: 100px;
  font-family: 'iCielRukola';
  color: #c19a4c;
  margin-bottom: 20px; }
  .heading-style:after {
    content: " ";
    background: url(../images/icons/title-decor-white.png) 0 0 no-repeat;
    display: block;
    width: 246px;
    height: 18px;
    position: relative;
    margin: -10px auto 0 auto; }

.heading-top {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  .heading-top a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 22px; }
    .heading-top a:first-child:before {
      display: none; }
    .heading-top a:before {
      display: inline-block;
      content: " ";
      height: 32px;
      width: 1px;
      background-color: #c19a4c;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -13px; }
    .heading-top a:after {
      display: inline-block;
      font-family: "Linearicons";
      content: "\e874";
      font-size: 14px;
      color: #c19a4c;
      position: absolute;
      right: -2px;
      top: 50%;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      margin-top: -12px;
      opacity: 0;
      -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
      transform: scale(0.2); }
    .heading-top a:hover, .heading-top a.active {
      color: #c19a4c; }
      .heading-top a:hover:after, .heading-top a.active:after {
        opacity: 1;
        margin-top: -8px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.heading-sub {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  text-transform: uppercase; }

.tt-sub {
  font-size: 18px;
  margin-bottom: 25px; }

/*----------------------- HOMEPAGE ----------------------- */
.list-options {
  background-color: #c9a04f;
  list-style: none;
  margin-top: -160px;
  margin-bottom: 80px; }
  .list-options > li {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px; }
    .list-options > li:first-child {
      background-color: #c9a04f; }
      .list-options > li:first-child .haft-cr-icon {
        background-color: #c9a04f; }
    .list-options > li:nth-child(2) {
      background-color: #ba9141; }
      .list-options > li:nth-child(2) .haft-cr-icon {
        background-color: #ba9141; }
    .list-options > li:nth-child(3) {
      background-color: #a48037; }
      .list-options > li:nth-child(3) .haft-cr-icon {
        background-color: #a48037; }
    .list-options > li .haft-cr-icon {
      width: 175px;
      height: 90px;
      border-radius: 110px 110px 0 0;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      top: -65px; }
      .list-options > li .haft-cr-icon img {
        max-width: 100%;
        margin-top: 30px; }
    .list-options > li h5 {
      font-size: 56px;
      font-family: "Playfair Display", serif;
      color: #fff;
      margin-bottom: 12px; }

.section-portait {
  font-size: 18px; }
  .section-portait p {
    margin-bottom: 20px;
    line-height: 1.45em; }

.list-portait {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .list-portait li {
    margin-top: 20px; }
    .list-portait li > div {
      width: 250px;
      height: 250px;
      border: 1px solid #c19a4c;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }

/*----------------------- SERVICE  ----------------------- */
.section-service {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center center;
  padding-bottom: 170px; }

.item-service {
  position: relative;
  border: 1px solid #c19a4c;
  overflow: hidden; }
  .item-service .img-thumb {
    display: block; }
    .item-service .img-thumb img {
      -webkit-transition: all 800ms ease;
      -o-transition: all 800ms ease;
      transition: all 800ms ease;
      display: block; }
  .item-service .box-over {
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .item-service .box-over h3 {
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #fff;
      font-size: 24px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-bottom: 15px;
      -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
      transform: translateY(-80px); }
    .item-service .box-over .btn {
      opacity: 0;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #fff;
      -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
      transform: translateY(80px); }
  .item-service:hover .box-over {
    opacity: 1; }
    .item-service:hover .box-over h3 {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .item-service:hover .box-over .btn {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .item-service:hover .img-thumb {
    display: block; }
    .item-service:hover .img-thumb img {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }

.list-press-up {
  list-style: none;
  background: rgba(255, 255, 255, 0.65); }
  .list-press-up > li {
    border-bottom: 1px solid #d3d1d1;
    padding: 10px 15px 10px 25px;
    text-transform: uppercase;
    position: relative; }
    .list-press-up > li a {
      color: #5c5c5d; }
      .list-press-up > li a:before {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        content: "\f105";
        font-family: FontAwesome;
        color: #c19a4c;
        position: absolute;
        left: 0;
        top: 10px;
        font-size: 20px; }
      .list-press-up > li a:hover {
        color: #c19a4c; }
        .list-press-up > li a:hover:before {
          left: 4px; }
      .list-press-up > li a:focus {
        outline: none; }
    .list-press-up > li:last-child {
      border-bottom: none; }

/*----------------------- PRESS ----------------------- */
.title-block-line {
  color: #000000;
  font-size: 24px;
  text-transform: uppercase;
  border-left: 1px solid #000000;
  padding-left: 15px;
  margin-bottom: 20px; }

.section-press {
  position: relative;
  background: #fff; }
  .section-press:after {
    content: " ";
    display: block;
    width: 512px;
    height: 412px;
    background: url(../images/bg-item-press-1.png) 0 0 no-repeat;
    position: absolute;
    bottom: 80px;
    right: 0; }
  .section-press li {
    font-weight: 400; }
  .section-press .container {
    position: relative;
    z-index: 6;
    background: rgba(255, 255, 255, 0.65); }

.list-press {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .list-press > li {
    margin-bottom: 40px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .list-press > li .thumb {
      margin-bottom: 12px;
      border: 1px solid #f4f4f4;
      width: 100%;
      height: 235px;
      position: relative;
      overflow: hidden; }
      .list-press > li .thumb img {
        position: absolute;
        left: -100%;
        top: -100%;
        bottom: -100%;
        right: -100%;
        margin: auto; }
    .list-press > li h3 {
      text-transform: uppercase;
      font-size: 22px;
      line-height: 1.45em; }
      .list-press > li h3 > span {
        padding-right: 5px; }
    .list-press > li .see-more {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      color: #c19a4c;
      position: relative;
      padding-left: 10px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      display: inline-block; }
      .list-press > li .see-more:before {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        content: " ";
        display: inline-block;
        width: 1px;
        height: 17px;
        background-color: #c19a4c;
        position: absolute;
        left: 0;
        top: 8px; }
      .list-press > li .see-more:hover {
        color: #008733; }
        .list-press > li .see-more:hover:before {
          background-color: #008733; }

.links {
  list-style: none;
  padding-left: 0; }
  .links > li {
    display: block;
    border-top: 1px solid #d3d1d1; }
    .links > li > a {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      position: relative;
      display: block;
      font-weight: 600;
      font-size: 16px;
      padding: 12px 0 12px 25px;
      color: #5c5c5d; }
      .links > li > a:before {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        content: "\f124";
        font-family: FontAwesome;
        color: #c19a4c;
        position: absolute;
        left: 0;
        top: 12px; }
      .links > li > a:hover {
        color: #c19a4c;
        padding-left: 28px; }
        .links > li > a:hover:before {
          -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
          transform: rotate(40deg);
          left: 3px; }

/*----------------------- FORM CONTACT ----------------------- */
.sec-contact {
  background-color: #0b0b0b;
  color: #fff; }
  .sec-contact .form-control {
    border-color: transparent; }
  .sec-contact .list-info-contact li a {
    color: #fff; }

.title-body {
  font-size: 28px;
  font-weight: 600;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  text-transform: uppercase; }

.title-head {
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 25px;
  text-transform: uppercase; }

.list-info-contact {
  list-style: none;
  margin-bottom: 30px; }
  .list-info-contact > li {
    border-bottom: 1px solid #323232;
    padding: 10px 15px 10px 35px;
    position: relative;
    font-size: 16px; }
    .list-info-contact > li a:hover {
      color: #008733; }
    .list-info-contact > li .fa, .list-info-contact > li .lnr {
      position: absolute;
      left: 2px;
      top: 10px;
      font-size: 20px; }
      .list-info-contact > li .fa.fa-envelope, .list-info-contact > li .lnr.fa-envelope {
        font-size: 17px; }
    .list-info-contact > li:last-child {
      border-bottom: none; }

.style-form .form-control {
  font-size: .9rem;
  border-radius: 0; }

.style-form-2 label {
  margin-bottom: 6px;
  color: #919191;
  font-weight: 300; }

.style-form-2 .form-control {
  min-height: 50px;
  border-radius: 4px;
  background-color: #f8f7f7;
  -webkit-box-shadow: inset 0 1px rgba(215, 215, 215, 0.24);
  box-shadow: inset 0 1px rgba(215, 215, 215, 0.24);
  border-color: transparent;
  border-top: 1px solid #f0efef; }

/*----------------------- PORTRAIT PAGE ----------------------- */
.block-portrait {
  background-image: url(../images/bg-section-edu.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center; }

.title-box {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 5px; }
  .title-box .icon-tt {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px; }
    .title-box .icon-tt:before, .title-box .icon-tt:after {
      content: '';
      width: 0;
      height: 0; }
    .title-box .icon-tt:before {
      position: absolute;
      top: -10px;
      left: 0;
      border: 8px solid transparent;
      border-bottom: 13px solid #c19a4c; }
    .title-box .icon-tt:after {
      position: absolute;
      top: 10px;
      left: 0;
      border: 8px solid transparent;
      border-top: 13px solid #c19a4c; }

.box-image-info {
  position: relative; }
  .box-image-info .box-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center; }

.section-subtitle {
  max-width: 800px;
  margin: 0 auto 50px auto;
  text-align: center;
  font-weight: 400;
  font-style: italic; }

.thumb-style-5 {
  width: 100%;
  height: 356px;
  background: #f7f7f7;
  position: relative;
  margin-bottom: 30px; }
  .thumb-style-5 img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%; }

/*----------------------- MENU PAGE ----------------------- */
.thumb-menu {
  position: relative; }
  .thumb-menu > img {
    display: block; }
  .thumb-menu .thumb-caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 12%;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 5;
    width: 100%;
    text-align: center; }
  .thumb-menu h3 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px; }

.swiper-menu .swiper-pagination-bullet {
  border-radius: 0; }

.swiper-menu .swiper-pagination-bullet-active {
  background-color: #c19a4c; }

.swiper-menu.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; }

.swiper-menu .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 222px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .swiper-menu .swiper-slide a {
    height: 222px;
    display: block;
    text-decoration: none; }
    .swiper-menu .swiper-slide a > img {
      display: block;
      width: 100%; }
    .swiper-menu .swiper-slide a:hover {
      text-decoration: none; }
      .swiper-menu .swiper-slide a:hover img {
        display: block; }

.thumb-menu-wrapper {
  margin-left: -7px;
  margin-right: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .thumb-menu-wrapper .item-slide {
    height: 232px;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
    .thumb-menu-wrapper .item-slide a {
      display: block;
      height: 100%;
      overflow: hidden; }
      .thumb-menu-wrapper .item-slide a > img {
        height: auto;
        display: block;
        width: 100%; }

.items-pagination {
  text-align: center; }
  .items-pagination .item-pag {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #000;
    opacity: 0.3;
    font-size: 0;
    text-indent: -9999;
    margin: 0 3px; }
    .items-pagination .item-pag.current {
      background-color: #c19a4c;
      opacity: 1; }
    .items-pagination .item-pag:hover {
      opacity: 1;
      background-color: #c19a4c; }

/*-----------------------  SERVICE PAGE ----------------------- */
.block-service .wp-image > a {
  display: block; }

.block-service .grid {
  margin: 0 -5px; }

.block-service .grid-item {
  padding: 5px;
  overflow: hidden; }
  .block-service .grid-item a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 340px; }
    .block-service .grid-item a img {
      position: absolute;
      left: -100%;
      top: -100%;
      right: -100%;
      bottom: -100%;
      margin: auto;
      max-width: inherit;
      width: 100%; }

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 25%; }

.grid-item {
  float: left; }

.grid-item img {
  display: block;
  max-width: 100%; }

.w14 {
  width: 25%; }

.w12 {
  width: 50%; }

.w100 {
  width: 100%; }

/*-----------------------  PRESS PAGE ----------------------- */
.fancybox-slide--iframe .fancybox-content {
  width: 1050px;
  height: 700px;
  max-width: 95%;
  max-height: 95%;
  margin: 0; }

/*----------------------- VIP + partners PAGE ----------------------- */
.block-service .grid-item a,
.swiper-menu .swiper-slide a,
.effect-hover {
  text-decoration: none;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  outline: none; }
  .block-service .grid-item a img,
  .swiper-menu .swiper-slide a img,
  .effect-hover img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: -100%;
    top: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    height: 100%;
    max-width: inherit;
    display: block;
    z-index: 0; }
  .block-service .grid-item a:before,
  .swiper-menu .swiper-slide a:before,
  .effect-hover:before {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: " ";
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0; }
  .block-service .grid-item a:after,
  .swiper-menu .swiper-slide a:after,
  .effect-hover:after {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    content: "\e86f";
    font: normal normal normal 30px/1 Linearicons; }
  .block-service .grid-item a:hover,
  .swiper-menu .swiper-slide a:hover,
  .effect-hover:hover {
    text-decoration: none; }
    .block-service .grid-item a:hover:before, .block-service .grid-item a:hover:after,
    .swiper-menu .swiper-slide a:hover:before,
    .swiper-menu .swiper-slide a:hover:after,
    .effect-hover:hover:before,
    .effect-hover:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .block-service .grid-item a:hover img,
    .swiper-menu .swiper-slide a:hover img,
    .effect-hover:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .block-service .grid-item a:focus,
  .swiper-menu .swiper-slide a:focus,
  .effect-hover:focus {
    outline: none; }

.list-partners {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-partners li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: center;
    padding: 15px;
    -ms-flex-item-align: center;
    align-self: center; }

.block-vip .effect-hover {
  margin-bottom: 30px;
  height: 232px;
  border-radius: 10px; }
  .block-vip .effect-hover img {
    display: block; }

/*----------------------- CONTACT PAGE ----------------------- */
.block-contact .list-info-contact > li {
  border-bottom: none; }
  .block-contact .list-info-contact > li a {
    color: #5c5c5d; }
    .block-contact .list-info-contact > li a:hover {
      color: #008733; }

.wp-map img {
  display: block; }

.wp-map iframe {
  width: 100%;
  height: 540px; }

/*----------------------- RESPONSIVE ----------------------- */
@media (max-width: 1199px) {
  .heading-top {
    font-size: 40px; }
  .header {
    top: 50px; }
    .header nav {
      padding: 5px 15px; }
  .center-pc-logo {
    max-width: 200px; }
    .center-pc-logo img {
      top: -44px;
      max-width: 100%; }
  .top-page {
    padding-top: 240px;
    height: 380px; }
    .top-page.top-home {
      max-height: 350px;
      padding-top: 235px; }
  .heading-style {
    font-size: 80px; }
  .list-options > li h5 {
    font-size: 38px; }
  .list-options > li .haft-cr-icon {
    width: 100px;
    height: 55px;
    border-radius: 50px 50px 0 0;
    top: -50px; }
    .list-options > li .haft-cr-icon img {
      max-width: 42px; }
  .list-partners li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .list-press > li .thumb {
    height: 270px; }
  .thumb-menu-wrapper .item-slide {
    height: 189px; } }

@media (min-width: 992px) {
  .md-pl-0 {
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .list-press > li .thumb {
    height: 170px; }
  .block-vip .effect-hover {
    height: 150px; }
  .header .nav-item {
    min-width: 80px; }
  .header .nav-link {
    font-size: .9rem;
    padding: .5rem 10px; } }

@media (max-width: 991px) {
  .section-page {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    font-size: 28px;
    margin-bottom: 15px; }
    .section-title:after {
      width: 200px;
      background-position: center; }
  .heading-style:after {
    width: 200px;
    background-position: center; }
  .list-options > li h5 {
    font-size: 28px; }
  .item-option .btn {
    padding: .4rem 1rem;
    font-size: .9rem; }
  .section-press:after {
    bottom: 0; }
  .section-portait {
    font-size: 1rem; }
  .list-portait li > div {
    width: 140px;
    height: 140px; }
  .swiper-menu .swiper-slide {
    height: 122px; }
  .heading-top a {
    font-size: 1.6rem; }
    .heading-top a:before {
      height: 24px;
      margin-top: -10px; }
  .list-partners li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .title-box {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .block-experiences {
    background-position: left center;
    background-size: inherit;
    font-size: .9rem;
    line-height: 1.3rem; }
  .block-service .grid-item {
    height: 250px; }
  .thumb-menu-wrapper .item-slide {
    height: 132px; } }

@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    background-color: #fff;
    display: block;
    margin-top: 0;
    padding-top: 10px;
    border-top: 2px solid #c19a4c;
    border-radius: 2px; }
  .nav .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .nav .dropdown-submenu .dropdown-menu {
    border-top: 2px solid #c19a4c; }
    .nav .dropdown-submenu .dropdown-menu.sub-country {
      width: 400px; }
      .nav .dropdown-submenu .dropdown-menu.sub-country ul {
        -webkit-column-count: 2;
        column-count: 2; }
        .nav .dropdown-submenu .dropdown-menu.sub-country ul span, .nav .dropdown-submenu .dropdown-menu.sub-country ul a {
          font-size: 14px; }
    .nav .dropdown-submenu .dropdown-menu a:hover {
      color: #c19a4c; }
  #navbarResponsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .navbar-brand-mobile {
    display: none; }
  .navbar-toggler {
    display: none; } }

@media (max-width: 767px) {
  .header .nav-item.active a {
    color: #c19a4c; }
  .header .nav-item:after {
    display: none; }
  .dropdown-menu.show {
    position: relative !important;
    width: 100%;
    top: 0;
    margin: 0;
    background: #131313;
    -webkit-transform: translate3d(0px, 0, 0px) !important;
    transform: translate3d(0px, 0, 0px) !important;
    border-radius: 0; }
    .dropdown-menu.show .dropdown-item {
      background-color: transparent;
      text-align: center;
      color: #fff; }
      .dropdown-menu.show .dropdown-item.active {
        background-color: transparent; }
  .nav .dropdown-submenu .dropdown-menu {
    position: relative;
    left: 0;
    z-index: 50;
    width: 100%;
    text-align: center;
    background: transparent; }
    .nav .dropdown-submenu .dropdown-menu li a {
      padding: .25rem 1.5rem;
      font-size: 13px; }
    .nav .dropdown-submenu .dropdown-menu h4 {
      font-size: 18px; }
  .header.sticky {
    max-height: 100%;
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px; }
  body {
    font-size: 14px; }
  .heading-top {
    font-size: 30px; }
  .top-page {
    padding-top: 180px;
    height: 300px; }
    .top-page.top-home .heading-top {
      font-size: 24px; }
    .top-page .heading-sub {
      font-size: 1rem; }
  .heading-style {
    font-size: 50px; }
  .thumb-menu {
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 15px; }
    .thumb-menu:after {
      content: " ";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3; }
    .thumb-menu > img {
      width: 100%;
      position: absolute;
      left: -100%;
      right: -100%;
      top: -100%;
      bottom: -100%;
      min-width: 100%;
      margin: auto; }
  .item-service {
    max-width: 400px;
    margin: 15px auto; }
  .list-portait,
  .list-press-up {
    margin-top: 20px; }
  .center-pc-logo {
    display: none; }
  .header nav {
    background: rgba(0, 0, 0, 0.88);
    position: relative;
    z-index: 991;
    border: none; }
  .header .nav {
    min-width: 100%;
    padding: 15px  0; }
  .header .nav-item {
    display: block;
    width: 100%; }
  .header {
    top: 10px; }
  .navbar-brand-mobile {
    display: block;
    max-width: 140px;
    margin: 0 auto; }
    .navbar-brand-mobile img {
      max-width: 100%; }
    .navbar-brand-mobile .mb-lg-fixed {
      position: absolute;
      left: -2220px;
      opacity: 0; }
  .sticky .navbar-brand-mobile .mb-lg-fixed {
    position: static;
    opacity: 1; }
  .navbar-toggler {
    background: #c19a4c;
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 3px 6px;
    border-radius: 0;
    margin-top: -20px; }
    .navbar-toggler .material-icons {
      font-size: 30px;
      display: block;
      color: #fff; }
  .list-partners li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .list-press > li .thumb {
    height: 220px; }
  .box-image-info .section-title.style-2 {
    margin-bottom: 0;
    font-size: 20px; }
    .box-image-info .section-title.style-2:after {
      margin: 5px auto; }
  .box-image-info .box-caption {
    font-size: .75em;
    line-height: 1.3em; }
  .block-experiences {
    font-size: .85rem; }
  .block-hobbies .col-6 {
    margin-top: 15px; }
  .title-body {
    font-size: 20px; }
  .list-info-contact > li {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px; }
    .list-info-contact > li .lnr {
      font-size: 15px; }
  .block-service .grid-item {
    width: 50%; }
    .block-service .grid-item.w12 {
      width: 100%;
      height: 160px; }
    .block-service .grid-item.w100 {
      width: 100%;
      height: 160px; } }

@media (max-width: 600px) {
  .heading-top a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem; }
    .heading-top a:before {
      height: 14px;
      margin-top: -7px; }
  .list-press > li {
    margin: 15px auto;
    padding: 5%;
    background: #f7f7f7; }
    .list-press > li .thumb {
      height: 160px; }
    .list-press > li h3 {
      font-size: 16px;
      line-height: 1.3em; }
    .list-press > li .see-more:before {
      height: 13px;
      top: 5px; } }

@media (max-width: 576px) {
  .section-title {
    font-size: 22px; }
  .thumb-menu {
    height: 100px; }
    .thumb-menu h3 {
      font-size: 28px; }
    .thumb-menu .thumb-caption img {
      max-height: 30px; }
  .block-vip .effect-hover {
    height: 150px; }
  .thumb-menu-wrapper .item-slide {
    height: 110px; } }

@media (max-width: 420px) {
  .top-page.top-home {
    min-height: 580px;
    padding-top: 175px; }
  .top-page .heading-sub {
    text-transform: inherit;
    font-size: .8rem;
    line-height: 1.25em; }
  .list-press > li .thumb {
    height: 120px; }
  .box-image-info .section-title.style-2 {
    font-size: 18px; }
    .box-image-info .section-title.style-2:after {
      margin: 0 auto; }
  .box-image-info .box-caption {
    font-size: .7em;
    line-height: 1.2em; }
  .list-options {
    margin-top: -110px;
    margin-bottom: 30px; }
    .list-options > li {
      padding: 0 10px;
      max-width: 33.33%; }
      .list-options > li h5 {
        font-size: 18px; }
      .list-options > li .haft-cr-icon {
        top: -53px; }
        .list-options > li .haft-cr-icon img {
          max-width: 30px;
          margin-top: 16px;
          max-height: 24px; }
      .list-options > li .item-option .btn {
        padding: .3rem .5rem;
        font-size: .8rem;
        margin-bottom: 12px; }
  .block-service .grid-item {
    height: 200px; }
  .thumb-menu-wrapper .item-slide {
    height: 75px; } }
