@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; /*font:inherit;*/
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 1.9rem;
  line-height: 3.2rem;
  font-weight: normal;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  body {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #fff;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.45s;
  transition: background 0.25s, color 0.25s, opacity 0.45s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

.fw100-thin {
  font-weight: 100;
}

.fw200-extra-light {
  font-weight: 200;
}

.fw300-light {
  font-weight: 300;
}

.fw400-regular {
  font-weight: 400;
}

.fw500-medium {
  font-weight: 500;
}

.fw600-semi-bold {
  font-weight: 600;
}

.fw700-bold {
  font-weight: 700;
}

.fw700-extra-bold {
  font-weight: 800;
}

.fw900-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.color-brown {
  color: #C1A327 !important;
}

@media only screen and (max-width: 1080px) {
  #wrapper {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 75px;
  }
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  background: rgba(46, 46, 46, 0.7);
}
@media only screen and (max-width: 1180px) {
  header {
    padding-left: 0;
    padding-right: 0;
  }
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 750px) {
  header::after {
    height: 125px;
  }
}
header .header {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 112px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    padding: 0 5%;
    height: 90px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 75px;
  }
}
header .header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-left a {
  display: block;
  width: 250px;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  header .header .header-left a {
    width: 225px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header .header-left a {
    width: 210px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-left a {
    width: 212px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-left a {
    width: 170px;
  }
}
@media only screen and (max-width: 375px) {
  header .header .header-left a {
    width: 150px;
  }
}
header .header .header-left .logo-cp {
  width: 145px;
  height: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 1600px) {
  header .header .header-left .logo-cp {
    width: 125px;
  }
}
@media only screen and (max-width: 1366px) {
  header .header .header-left .logo-cp {
    width: 115px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-left .logo-cp {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-left .logo-cp {
    width: 95px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 375px) {
  header .header .header-left .logo-cp {
    width: 85px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .menu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
header .header .header-right .menu ul li + li {
  margin-left: 60px;
}
@media only screen and (max-width: 1600px) {
  header .header .header-right .menu ul li + li {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li + li {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .menu ul li + li {
    margin-left: 35px;
  }
}
header .header .header-right .menu ul li:nth-child(1) .dropdown-content {
  width: 260px;
  left: -87px;
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li:nth-child(1) .dropdown-content {
    width: 250px;
  }
}
header .header .header-right .menu ul li:nth-child(2) .dropdown-content {
  width: 200px;
  left: -42px;
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li:nth-child(2) .dropdown-content {
    width: 185px;
  }
}
header .header .header-right .menu ul li:nth-child(3) .dropdown-content {
  width: 260px;
  left: -92px;
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li:nth-child(3) .dropdown-content {
    width: 250px;
  }
}
header .header .header-right .menu ul li:nth-child(4) .dropdown-content {
  width: 200px;
  left: -45px;
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li:nth-child(4) .dropdown-content {
    width: 185px;
  }
}
header .header .header-right .menu ul li:hover a {
  opacity: 1;
  color: #FFDC33;
}
header .header .header-right .menu ul li:hover a.hover-none {
  color: #fff;
}
header .header .header-right .menu ul li:hover > .dropdown-content {
  opacity: 1;
  visibility: visible;
}
header .header .header-right .menu ul li.dropdown {
  position: relative;
}
header .header .header-right .menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  header .header .header-right .menu ul li a {
    font-size: 1.4rem;
  }
}
header .header .header-right .menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 18px;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
header .header .header-right .menu ul li .dropdown-content::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 20px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/commons/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.9;
}
header .header .header-right .menu ul li .dropdown-content li {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
}
header .header .header-right .menu ul li .dropdown-content li + li {
  border-top: 1px solid #DFDFDF;
}
header .header .header-right .menu ul li .dropdown-content li a {
  color: #000;
  padding: 10px 0;
  text-transform: none;
}
header .header .header-right .menu ul li .dropdown-content li a:hover {
  color: #C1A327;
}
header .header .header-right .menu ul li.display-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .menu ul li.display-tel {
    display: -webkit-inline-box;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .menu ul li.display-tel a {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
  }
}
header .header .header-right .menu ul li.display-tel + .display-tel {
  margin-left: 25px;
}
header .header .header-right .menu ul li.display-tel img {
  margin-right: 8px;
}
header .header .header-right .burger {
  display: none;
  position: relative;
  z-index: 12;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .burger {
    display: block;
  }
}

.active-menu-01 .menu-01,
.active-menu-02 .menu-02,
.active-menu-03 .menu-03,
.active-menu-04 .menu-04 {
  color: #FFDC33 !important;
}

.active-submenu-01-01 .submenu-01-01,
.active-submenu-01-02 .submenu-01-02,
.active-submenu-01-03 .submenu-01-03,
.active-submenu-01-04 .submenu-01-04,
.active-submenu-01-05 .submenu-01-05,
.active-submenu-02-01 .submenu-02-01,
.active-submenu-02-02 .submenu-02-02,
.active-submenu-02-03 .submenu-02-03,
.active-submenu-03-01 .submenu-03-01,
.active-submenu-03-02 .submenu-03-02,
.active-submenu-03-03 .submenu-03-03,
.active-submenu-04-01 .submenu-04-01,
.active-submenu-04-02 .submenu-04-02,
.active-submenu-04-03 .submenu-04-03,
.active-submenu-04-04 .submenu-04-04 {
  color: #C1A327 !important;
}

/* Main */
.content-1366 {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1440px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1440px) {
  .pad120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1080px) {
  .pad120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.txthead-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1440px) {
  .txthead-box {
    margin-bottom: 15px;
  }
}
.txthead-box .fz45 {
  font-family: "Gilda Display", serif;
  font-size: 4.5rem;
  line-height: 5.5rem;
  color: #C1A327;
}
@media only screen and (max-width: 1440px) {
  .txthead-box .fz45 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 834px) {
  .txthead-box .fz45 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz45 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.txthead-box .center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  ap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb ul li {
  position: relative;
  font-family: "Gilda Display", serif;
  font-size: 1.3rem;
  line-height: 2rem;
}
.breadcrumb ul li + li {
  margin-left: 15px;
  padding-left: 22px;
}
.breadcrumb ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 7px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #C5C5C5;
  border-radius: 2px;
}
.breadcrumb ul li a {
  color: #A1A1A1;
}

.btn-box {
  margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
  .btn-box {
    margin-top: 30px;
  }
}

.btn {
  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;
  align-items: center;
  width: 100%;
  height: 42px;
  font-family: "Gilda Display", serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  border: 0;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media only screen and (max-width: 1440px) {
  .btn {
    font-size: 1.4rem;
    line-height: 2.4rem;
    height: 38px;
  }
}
.btn.Arial {
  font-family: Arial;
  color: #DCDCDC;
}

.btn-border {
  border: 2px solid #AB8B41;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
.btn-border:hover {
  opacity: 1;
  background-color: #AB8B41;
}

.btn-white-opacity {
  border-radius: 42px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.28);
}
.btn-white-opacity:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.18);
}

.btn-gold {
  border-radius: 42px;
  color: #fff;
  background-color: #C1A327;
}
.btn-gold:hover {
  opacity: 1;
  background-color: #AB8B41;
}

.btn-160 {
  width: 100%;
  max-width: 160px;
}
@media only screen and (max-width: 1440px) {
  .btn-160 {
    max-width: 140px;
  }
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon-left .icon {
  margin-right: 10px;
}

.btn-icon-abs-left {
  position: relative;
  padding-left: 25px;
}
.btn-icon-abs-left .icon {
  position: absolute;
  left: 6px;
  top: -1px;
  bottom: 0;
  z-index: 9;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
}

button {
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.45s;
  transition: background 0.25s, color 0.25s, opacity 0.45s;
}
button:hover {
  cursor: pointer;
}

/* MV */
#mv {
  overflow: hidden;
}
#mv .mv {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  opacity: 0;
}
#mv .mv.zoom-out {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#mv .mv .mv-slick .item .mv-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  #mv .mv .mv-slick .item .mv-img img {
    width: 100%;
    height: auto;
  }
}

#mv-inner {
  overflow: hidden;
}
#mv-inner .mv-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  transition: all 1500ms cubic-bezier(0.295, 0.03, 0.115, 1);
  opacity: 0;
}
#mv-inner .mv-inner.zoom-out {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#mv-inner .mv-inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 1080px) {
  #mv-inner .mv-inner img {
    height: auto;
  }
}

/* Welcome */
#welcome {
  background-image: url("../images/top/welcome-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1440px) {
  #welcome {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #welcome {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#welcome .welcome .txthead-box {
  margin-bottom: 5px;
}
#welcome .welcome h3 {
  font-family: "Gilda Display", serif;
  font-size: 3rem;
  line-height: 4rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #welcome .welcome h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #welcome .welcome h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#welcome .welcome p {
  color: #DCDCDC;
  text-align: center;
}
#welcome .qr-code {
  margin-top: 40px;
}
#welcome .qr-code ul {
  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;
  align-items: center;
}
#welcome .qr-code ul + ul {
  margin-top: 40px;
}
@media only screen and (max-width: 414px) {
  #welcome .qr-code ul + ul {
    display: block;
    text-align: center;
  }
}
#welcome .qr-code ul.box-qr {
  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;
  align-items: center;
}
#welcome .qr-code ul.box-qr #welcome .qr-code ul + ul {
  margin-top: 40px;
}
@media only screen and (max-width: 414px) {
  #welcome .qr-code ul.box-qr #welcome .qr-code ul + ul {
    display: block;
    text-align: center;
  }
}
#welcome .qr-code ul.box-qr li {
  padding-left: 30px;
  padding-right: 30px;
}
#welcome .qr-code ul li {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Gilda Display", serif;
}
@media only screen and (max-width: 568px) {
  #welcome .qr-code ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#welcome .qr-code ul li img {
  padding: 3px;
  border: 2px solid #C1A327;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

/* What We Do */
#whatwedo {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("../images/top/service-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#whatwedo .whatwedo .intro p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #whatwedo .whatwedo .intro p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#whatwedo .whatwedo .intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#whatwedo .whatwedo .intro ul li {
  list-style: disc;
  margin: 0 15px;
}

#whatwedo-inner.whatwedo-inner-bg {
  background-image: url("../images/whatwedo/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#whatwedo-inner.passenger-service {
  background-image: url("../images/whatwedo/passenger-service/bg.jpg");
}
#whatwedo-inner.aircraft-handling {
  background-image: url("../images/whatwedo/aircraft-handling/bg.jpg");
}
#whatwedo-inner.crew-support {
  background-image: url("../images/whatwedo/crew-support/bg.jpg");
}
#whatwedo-inner.crew-support2 {
  background-image: url("../images/whatwedo/crew-support/bg-2.jpg");
}
#whatwedo-inner .whatwedo-inner .content p {
  color: #DCDCDC;
  text-align: center;
}
#whatwedo-inner .whatwedo-inner .content p + p {
  margin-top: 25px;
}
#whatwedo-inner .whatwedo-inner .content .mansory {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .whatwedo-inner .content .mansory {
    display: none;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#whatwedo-inner .whatwedo-inner .content .mansory .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#whatwedo-inner .whatwedo-inner .content .mansory .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col20 {
  width: 20%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col24 {
  width: 24%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col25 {
  width: 25%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col26 {
  width: 26%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col28 {
  width: 28%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col28 {
    width: 50%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col29 {
  width: 29.5%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col29 {
    width: 50%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col35 {
  width: 35%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col35 {
    width: 50%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col36 {
  width: 35.6%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col36 {
    width: 50%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col37 {
  width: 37%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col37 {
    width: 50%;
  }
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col37 {
    width: 100%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col41 {
  width: 41%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col41 {
    width: 50%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory .col44 {
  width: 44%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col47 {
  width: 47%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col475 {
  width: 47.5%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col48 {
  width: 48%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col49 {
  width: 49%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col50 {
  width: 50%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col51 {
  width: 51%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col515 {
  width: 51.5%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col52 {
  width: 52%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col53 {
  width: 53%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col56 {
  width: 56%;
}
#whatwedo-inner .whatwedo-inner .content .mansory .col63 {
  width: 63%;
}
@media only screen and (max-width: 1080px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col63 {
    width: 50%;
  }
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .whatwedo-inner .content .mansory .col63 {
    width: 100%;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory img {
  width: 100%;
  height: auto;
  padding: 6px;
}
#whatwedo-inner .whatwedo-inner .content .mansory ul li {
  position: relative;
}
#whatwedo-inner .whatwedo-inner .content .mansory ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  font-family: "Gilda Display", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #DCDCDC;
  text-align: left;
  padding: 26px;
}
@media only screen and (max-width: 1440px) {
  #whatwedo-inner .whatwedo-inner .content .mansory ul li p {
    font-size: 1.4rem;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory ul li img {
  -o-object-fit: cover;
  object-fit: cover;
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid {
  display: none;
  margin-top: 40px;
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .whatwedo-inner .content .mansory-grid {
    display: block;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid img {
  width: 100%;
  height: auto;
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media only screen and (max-width: 750px) {
  #whatwedo-inner .whatwedo-inner .content .mansory-grid ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid ul li {
  position: relative;
  margin-bottom: 10px;
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  font-family: "Gilda Display", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #DCDCDC;
  text-align: left;
  padding: 26px;
}
@media only screen and (max-width: 1440px) {
  #whatwedo-inner .whatwedo-inner .content .mansory-grid ul li p {
    font-size: 1.4rem;
  }
}
#whatwedo-inner .whatwedo-inner .content .mansory-grid ul li img {
  -o-object-fit: cover;
  object-fit: cover;
}
#whatwedo-inner .passenger-service .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .passenger-service .row {
    display: block;
  }
}
#whatwedo-inner .passenger-service .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#whatwedo-inner .passenger-service .row .img {
  width: 50%;
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .passenger-service .row .img {
    width: 100%;
  }
}
#whatwedo-inner .passenger-service .row .text {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .passenger-service .row .text {
    width: 100%;
    padding: 25px 0;
  }
}
#whatwedo-inner .passenger-service .row .text .box {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 834px) {
  #whatwedo-inner .passenger-service .row .text .box {
    max-width: 100%;
  }
}
#whatwedo-inner .passenger-service .row .text .box p {
  color: #DCDCDC;
}
#whatwedo-inner .crew-support-gall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#whatwedo-inner .crew-support-gall ul li {
  width: 50%;
}

/*whatwedo-img*/
#whatwedo-img .img {
  width: 100%;
}
#whatwedo-img .img img {
  width: 100%;
  height: auto;
}

/* Contact */
#contact {
  background-image: url("../images/top/contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-left: 5%;
  padding-right: 5%;
}
#contact .contact .intro {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro {
    margin-bottom: 30px;
  }
}
#contact .contact .intro p {
  font-size: 1.9rem;
  line-height: 2.8rem;
  text-align: center;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #contact .contact .intro p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact .contact .intro.mt-0 {
  margin-bottom: 0;
}
#contact .contact .form {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact .form .row + .row {
  margin-top: 20px;
}

#contact-inner {
  background-image: url("../images/contact/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#contact-inner .contact-inner-bg .contact-inner .content p {
  color: #DCDCDC;
  text-align: center;
}
#contact-inner .contact-inner-bg .contact-inner .content p + p {
  margin-top: 25px;
}

input, button, textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.textbox {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.19);
  padding: 9px 12px;
  border: 0;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1440px) {
  .textbox {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 5px 10px;
  }
}
.textbox:focus {
  border: 1px solid #AB8B41;
}

textarea.textbox {
  display: table;
  font-family: Arial;
  font-size: 1.7rem;
  line-height: 2.7rem;
  min-height: 140px;
  resize: none;
}
@media only screen and (max-width: 1440px) {
  textarea.textbox {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3E677E;
  opacity: 1; /* Firefox */
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3E677E;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3E677E;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3E677E;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3E677E;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3E677E;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #3E677E;
}

.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Arial;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  .chkbox-btn {
    line-height: 2.4rem;
  }
}
.chkbox-btn a {
  text-decoration: underline;
}
.chkbox-btn a:hover {
  color: #C1A327;
  opacity: 1;
}

.chkbox-btn + .chkbox-btn {
  margin-top: 10px;
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #C1A327;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 0.19);
}
@media only screen and (max-width: 1440px) {
  .chkbox {
    top: 3px;
  }
}

/* On mouse-over, add a grey background color */
/*.chkbox-btn:hover input ~ .chkbox {
  background-color: #C1A327;
}*/
/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  background-color: #C1A327;
  border-color: #C1A327;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: -1px;
  left: 5px;
  width: 4px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* About */
#about {
  background-image: url("../images/about/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#about .about-bg .about .content p {
  color: #DCDCDC;
  text-align: center;
}
#about .about-bg .about .content p + p {
  margin-top: 25px;
}
#about .about-bg .about .content .row-img {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about .about-bg .about .content .row-img {
    display: block;
    margin-top: 30px;
  }
}
#about .about-bg .about .content .row-img div {
  width: 31.83%;
}
@media only screen and (max-width: 750px) {
  #about .about-bg .about .content .row-img div {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #about .about-bg .about .content .row-img div + div {
    margin-top: 15px;
  }
}
#about .about-bg .about .content .row-img div a {
  display: block;
  overflow: hidden;
  position: relative;
}
#about .about-bg .about .content .row-img div a::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#about .about-bg .about .content .row-img div a:hover::after {
  opacity: 1;
}
#about .about-bg .about .content .row-img div a:hover .abs {
  opacity: 1;
}
#about .about-bg .about .content .row-img div a:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#about .about-bg .about .content .row-img div a .abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  margin: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  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;
          align-items: center;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#about .about-bg .about .content .row-img div a > img {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}

.content-list3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .content-list3 ul {
    display: block;
  }
}
.content-list3 ul li {
  width: 33.33%;
}
@media only screen and (max-width: 750px) {
  .content-list3 ul li {
    width: 100%;
  }
}
.content-list3 ul li + li a .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #6390b1;
}
.content-list3 ul li a {
  position: relative;
  display: block;
}
.content-list3 ul li a:hover {
  opacity: 1;
  background-color: #324f76;
}
.content-list3 ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content-list3 ul li a .cover {
  overflow: hidden;
}
.content-list3 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
.content-list3 ul li a .text {
  position: relative;
  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;
          align-items: center;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 750px) {
  .content-list3 ul li a .text {
    height: 150px;
  }
}
.content-list3 ul li a .text .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  .content-list3 ul li a .text .icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  .content-list3 ul li a .text .icon img {
    width: auto;
    height: 50px;
  }
}
.content-list3 ul li a .text h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .content-list3 ul li a .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-list3 ul li a .text .btn-box {
  margin-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .content-list3 ul li a .text .btn-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .content-list3 ul li a .text .btn-box {
    margin-top: 30px;
  }
}

.content-list4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul {
    display: block;
  }
}
.content-list4 ul li {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul li {
    width: 100%;
  }
}
.content-list4 ul li + li a .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #6390b1;
}
.content-list4 ul li a {
  position: relative;
  display: block;
}
.content-list4 ul li a:hover {
  opacity: 1;
  background-color: #324f76;
}
.content-list4 ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content-list4 ul li a .text {
  position: relative;
  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;
          align-items: center;
  width: 100%;
  height: 200px;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul li a .text {
    height: 150px;
  }
}
.content-list4 ul li a .text .box {
  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;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul li a .text .box {
    display: block;
  }
}
.content-list4 ul li a .text .box .icon {
  display: table;
  margin-right: 15px;
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul li a .text .box .icon {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .content-list4 ul li a .text .box .icon img {
    width: auto;
    height: 50px;
  }
}
.content-list4 ul li a .text .box h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .content-list4 ul li a .text .box h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-list4 ul li a .cover {
  overflow: hidden;
}
.content-list4 ul li a .cover img {
  width: 100%;
  min-height: 400px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media only screen and (max-width: 750px) {
  .content-list4 ul li a .cover img {
    min-height: 250px;
  }
}

#vision {
  background-image: url("../images/about/vision/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#vision .vision .content .row + .row {
  margin-top: 65px;
  padding-top: 65px;
  border-top: 1px solid #A8A8A8;
}
@media only screen and (max-width: 1440px) {
  #vision .vision .content .row + .row {
    margin-top: 45px;
    padding-top: 45px;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .content .row + .row {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#vision .vision .content .row .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  #vision .vision .content .row .icon {
    max-width: 92px;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .content .row .icon {
    max-width: 72px;
  }
}
#vision .vision .content .row h2 {
  font-family: "Gilda Display", serif;
  font-size: 4rem;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1440px) {
  #vision .vision .content .row h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #vision .vision .content .row h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#vision .vision .content .row p {
  text-align: center;
}
#vision .vision .content .row p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 1440px) {
  #vision .vision .content .row p + p {
    margin-top: 20px;
  }
}

#achievement {
  background-image: url("../images/about/achievement/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#achievement .achievement .content .intro p {
  text-align: center;
  color: #DCDCDC;
}
#achievement .achievement .content .achievement-slick {
  margin-top: 60px;
}
@media only screen and (max-width: 1080px) {
  #achievement .achievement .content .achievement-slick {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #achievement .achievement .content .achievement-slick {
    margin-top: 30px;
  }
}
#achievement .achievement .content .achievement-slick .item {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3%;
}
@media only screen and (max-width: 750px) {
  #achievement .achievement .content .achievement-slick .item {
    padding: 0;
  }
}
#achievement .achievement .content .achievement-slick .item a {
  display: block;
}
#achievement .achievement .content .achievement-slick .item a:hover {
  opacity: 1;
}
#achievement .achievement .content .achievement-slick .item a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#achievement .achievement .content .achievement-slick .item a .cover {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #AB8B41;
}
#achievement .achievement .content .achievement-slick .item a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#achievement .achievement .content .achievement-slick .item a p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #achievement .achievement .content .achievement-slick .item a p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#achievement .achievement-gall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#achievement .achievement-gall ul li {
  width: 50%;
}

.slick-arrow {
  position: absolute;
  top: -26%;
  bottom: 0;
  z-index: 9;
  width: 28px;
  height: 28px;
  margin-top: auto;
  margin-bottom: auto;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}

.slick-prev {
  left: -50px;
  background-image: url("../images/commons/arrow-prev.svg");
}
@media only screen and (max-width: 834px) {
  .slick-prev {
    left: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: -50px;
  background-image: url("../images/commons/arrow-next.svg");
}
@media only screen and (max-width: 834px) {
  .slick-next {
    right: 35px;
  }
}
@media only screen and (max-width: 750px) {
  .slick-next {
    right: 20px;
  }
}

#achievement-detail {
  background-image: url("../images/about/achievement/bg-detail.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#achievement-detail .achievement-detail .content {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 1080px) {
  #achievement-detail .achievement-detail .content {
    margin-top: 0;
  }
}
#achievement-detail .achievement-detail .content .achievement-img {
  position: relative;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.14);
}
#achievement-detail .achievement-detail .content .achievement-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58%;
  z-index: 8;
  opacity: 0.44;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#achievement-detail .achievement-detail .content .achievement-img .text {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 35px;
}
@media only screen and (max-width: 834px) {
  #achievement-detail .achievement-detail .content .achievement-img .text {
    display: none;
  }
}
#achievement-detail .achievement-detail .content .achievement-img .text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #achievement-detail .achievement-detail .content .achievement-img .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#achievement-detail .achievement-detail .content .achievement-text {
  display: none;
  margin-top: 15px;
}
@media only screen and (max-width: 834px) {
  #achievement-detail .achievement-detail .content .achievement-text {
    display: block;
  }
}

.btn-back {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 10;
}
@media only screen and (max-width: 834px) {
  .btn-back {
    top: 15px;
    right: 15px;
  }
}

/* Why Us */
#whyus.whyus-bg {
  background-image: url("../images/whyus/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#whyus.one-stop-service {
  background-image: url("../images/whyus/one-stop-service/bg.jpg") !important;
}
#whyus.safety {
  background-image: url("../images/whyus/safety/bg.jpg") !important;
}
#whyus.global-friendly {
  background-image: url("../images/whyus/global-friendly/bg.jpg") !important;
}
#whyus .whyus .content p {
  color: #DCDCDC;
  text-align: center;
}
#whyus .whyus .content p + p {
  margin-top: 25px;
}
#whyus .whyus .safety-logo {
  margin-top: 120px;
}
#whyus .whyus .safety-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #whyus .whyus .safety-logo ul {
    display: block;
    margin-top: -60px;
  }
}
#whyus .whyus .safety-logo ul li {
  width: 33.33%;
}
@media only screen and (max-width: 750px) {
  #whyus .whyus .safety-logo ul li {
    width: 100%;
    margin-top: 60px;
  }
}
#whyus .whyus .safety-logo ul li .logo {
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  #whyus .whyus .safety-logo ul li .logo {
    max-width: 176px;
  }
}
@media only screen and (max-width: 750px) {
  #whyus .whyus .safety-logo ul li .logo {
    width: 126px;
  }
}
#whyus .whyus .safety-logo ul li p {
  margin-top: 30px;
  font-family: "Gilda Display", serif;
  font-size: 3rem;
  line-height: 4rem;
  color: #DCDCDC;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #whyus .whyus .safety-logo ul li p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #whyus .whyus .safety-logo ul li p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 20px;
  }
}
#whyus .one-stop-service-gall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#whyus .one-stop-service-gall ul li {
  width: 50%;
}

/* Privacy */
#privacy {
  background-image: url("../images/privacy/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#privacy.cookies-policy {
  background-image: url("../images/cookies-policy/bg.jpg");
}
#privacy.cctv {
  background-image: url("../images/cctv/bg.jpg");
}
#privacy .content-privacy {
  width: 1010px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  #privacy .content-privacy {
    width: 95%;
  }
}
#privacy .privacy .content p {
  color: #DCDCDC;
}
#privacy .privacy .content p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 1440px) {
  #privacy .privacy .content p + p {
    margin-top: 15px;
  }
}
#privacy .privacy .content p + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
  #privacy .privacy .content p + h2 {
    margin-top: 30px;
  }
}
#privacy .privacy .content p a {
  color: #DCDCDC;
}
#privacy .privacy .content h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #C1A327;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #privacy .privacy .content h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 5px;
  }
}
#privacy .privacy .content ul {
  margin-top: 10px;
  margin-left: 30px;
}
#privacy .privacy .content ul + h2 {
  margin-top: 40px;
}
@media only screen and (max-width: 1440px) {
  #privacy .privacy .content ul + h2 {
    margin-top: 30px;
  }
}
#privacy .privacy .content ul + p {
  margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
  #privacy .privacy .content ul + p {
    margin-top: 20px;
  }
}
#privacy .privacy .content ul li {
  list-style: disc;
}
#privacy .flex-group-pdf {
  margin-top: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 820px) {
  #privacy .flex-group-pdf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#privacy .flex-group-pdf .col-width-pdf {
  width: 22%;
  position: relative;
  min-height: 300px;
  border: 2px solid #C1A327;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 820px) {
  #privacy .flex-group-pdf .col-width-pdf {
    width: 30%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #privacy .flex-group-pdf .col-width-pdf {
    width: 45%;
  }
}
@media only screen and (max-width: 480px) {
  #privacy .flex-group-pdf .col-width-pdf {
    min-height: 280px;
  }
}
@media only screen and (max-width: 414px) {
  #privacy .flex-group-pdf .col-width-pdf {
    min-height: 225px;
    margin-bottom: 30px;
  }
}
#privacy .flex-group-pdf .col-width-pdf a {
  min-height: 300px;
  color: #C1A327;
  font-family: "Calibri";
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 480px) {
  #privacy .flex-group-pdf .col-width-pdf a {
    min-height: 280px;
  }
}
@media only screen and (max-width: 414px) {
  #privacy .flex-group-pdf .col-width-pdf a {
    min-height: 225px;
  }
}
#privacy .flex-group-pdf .col-width-pdf .position-group-pdf {
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  right: 50%;
  top: 50%;
  width: 100%;
}
#privacy .flex-group-pdf .col-width-pdf .position-group-pdf svg {
  fill: #C1A327;
  width: 100px;
  height: auto;
}
@media only screen and (max-width: 1366px) {
  #privacy .flex-group-pdf .col-width-pdf .position-group-pdf svg {
    width: 90px;
  }
}
#privacy .flex-group-pdf .col-width-pdf .position-group-pdf p {
  font-size: 18px;
  line-height: 20px;
  color: #C1A327 !important;
}
@media only screen and (max-width: 480px) {
  #privacy .flex-group-pdf .col-width-pdf .position-group-pdf p {
    font-size: 16px;
  }
}
#privacy .flex-group-pdf .col-width-pdf:hover {
  background: #C1A327;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#privacy .flex-group-pdf .col-width-pdf:hover a {
  color: #fff;
}
#privacy .flex-group-pdf .col-width-pdf:hover a p {
  color: #fff !important;
}
#privacy .flex-group-pdf .col-width-pdf:hover .position-group-pdf svg {
  fill: #fff;
}
#privacy .font-size-24 {
  font-size: 24px;
}

/* Enquiry */
#enquiry {
  background-image: url("../images/contact/enquiry/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#enquiry .enquiry .content {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #enquiry .enquiry .content {
    margin-bottom: 30px;
  }
}
#enquiry .enquiry .content p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #enquiry .enquiry .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#enquiry .enquiry .form {
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
#enquiry .enquiry .form .row + .row {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #enquiry .enquiry .form .row + .row {
    margin-top: 10px;
  }
}
#enquiry .enquiry .form .row.button {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #enquiry .enquiry .form .row.button {
    margin-top: 30px;
  }
}

/* Address */
#contact-address {
  background-image: url("../images/contact/address/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#contact-address .address .txthead-box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #contact-address .address .txthead-box {
    margin-bottom: 30px;
  }
}
#contact-address .address .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-list {
    display: block;
  }
}
#contact-address .address .address-list .col {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-list .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-list .col:last-child {
    margin-top: 30px;
  }
}
#contact-address .address .address-list .col .title h2 {
  font-family: "Gilda Display", serif;
  font-size: 3rem;
  line-height: 4rem;
  color: #C1A327;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #contact-address .address .address-list .col .title h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact-address .address .address-list .col .title p {
  line-height: 2.6rem;
  color: #DCDCDC;
  text-align: center;
}
#contact-address .address .address-list .col .btn-map-box {
  margin-top: 40px;
  height: 212px;
  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;
  align-items: center;
  border: 2px solid #C1A327;
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-list .col .btn-map-box {
    margin-top: 20px;
    height: auto;
    padding: 30px 0;
  }
}
#contact-address .address .address-list .col .btn-map-box .btn-map .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#contact-address .address .address-list .col .btn-map-box .btn-map p {
  margin-top: 15px;
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #contact-address .address .address-list .col .btn-map-box .btn-map p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-list .col .btn-map-box .btn-map p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#contact-address .address .address-list .col .btn-map-box .btn-map p span {
  display: block;
  color: #C1A327;
}
#contact-address .address .address-contact {
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid #A8A8A8;
}
@media only screen and (max-width: 1440px) {
  #contact-address .address .address-contact {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-contact {
    margin-top: 60px;
    padding-top: 60px;
  }
}
#contact-address .address .address-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-contact ul {
    display: block;
    margin-top: -50px;
  }
}
#contact-address .address .address-contact ul li {
  width: 25%;
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-contact ul li {
    width: 100%;
    margin-top: 50px;
  }
}
#contact-address .address .address-contact ul li .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  min-width: 112px;
  border-radius: 112px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1440px) {
  #contact-address .address .address-contact ul li .icon {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #contact-address .address .address-contact ul li .icon {
    margin-bottom: 10px;
  }
}
#contact-address .address .address-contact ul li h3 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #C1A327;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  #contact-address .address .address-contact ul li h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contact-address .address .address-contact ul li p {
  line-height: 2rem;
  text-align: center;
  color: #DCDCDC;
}
#contact-address .address .address-contact ul li p a {
  color: #DCDCDC;
}

/* Career */
#career {
  background-image: url("../images/career/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#career.detail {
  background-image: url("../images/career/bg-detail.jpg");
}
#career .career .career-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #career .career .career-list ul li {
    display: block;
  }
}
#career .career .career-list ul li + li {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #A8A8A8;
}
@media only screen and (max-width: 750px) {
  #career .career .career-list ul li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#career .career .career-list ul li .brief {
  width: 100%;
  padding-right: 70px;
}
@media only screen and (max-width: 750px) {
  #career .career .career-list ul li .brief {
    padding-right: 0;
  }
}
#career .career .career-list ul li .brief h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #C1A327;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1440px) {
  #career .career .career-list ul li .brief h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #career .career .career-list ul li .brief h2 {
    margin-bottom: 5px;
  }
}
#career .career .career-list ul li .brief p {
  line-height: 2.6rem;
  color: #DCDCDC;
}
#career .career .career-list ul li .btn-box {
  margin-top: 30px;
  width: 160px;
  min-width: 160px;
}
@media only screen and (max-width: 1440px) {
  #career .career .career-list ul li .btn-box {
    width: 140px;
    min-width: 140px;
  }
}
@media only screen and (max-width: 750px) {
  #career .career .career-list ul li .btn-box {
    margin-top: 20px;
  }
}
#career .career .career-detail .row h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #C1A327;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #career .career .career-detail .row h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #career .career .career-detail .row h2 {
    margin-bottom: 5px;
  }
}
#career .career .career-detail .row p {
  line-height: 2.8rem;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #career .career .career-detail .row p {
    line-height: 2.6rem;
  }
}
#career .career .career-detail .row p + p {
  margin-top: 15px;
}
#career .career .career-detail .row p + h2 {
  margin-top: 30px;
}
#career .career .career-detail .row ul {
  margin-left: 20px;
}
#career .career .career-detail .row ul li {
  list-style: disc;
  color: #DCDCDC;
}
#career .career .career-detail .row ul li + li {
  margin-top: 10px;
}
#career .career .career-detail .row ul + h2 {
  margin-top: 30px;
}
#career .career .career-detail .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #career .career .career-detail .row + .row {
    margin-top: 20px;
  }
}
#career .career .career-form {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #A8A8A8;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form {
    margin-top: 40px;
    padding-top: 40px;
  }
}
#career .career .career-form h3 {
  font-family: "Gilda Display", serif;
  font-size: 3rem;
  line-height: 4rem;
  color: #C1A327;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #career .career .career-form h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 750px) {
  #career .career .career-form h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#career .career .career-form .tel {
  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;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #career .career .career-form .tel {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
#career .career .career-form .tel span {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .tel span img {
    width: 24px;
  }
}
#career .career .career-form .tel a {
  color: #DCDCDC;
}
#career .career .career-form .form {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
#career .career .career-form .form .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .form .row.flex {
    display: block;
  }
}
#career .career .career-form .form .row.flex .col {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .form .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .form .row.flex .col + .col {
    margin-top: 10px;
  }
}
#career .career .career-form .form .row.button {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .form .row.button {
    margin-top: 30px;
  }
}
#career .career .career-form .form .row.button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#career .career .career-form .form .row.button ul li {
  margin: 0 10px;
}
#career .career .career-form .form .row .col {
  width: 100%;
}
#career .career .career-form .form .row .col .field textarea {
  height: 183px;
}
#career .career .career-form .form .row .col .field p.remark {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #DCDCDC;
}
#career .career .career-form .form .row .col .col-row + .col-row {
  margin-top: 4.5%;
}
@media only screen and (max-width: 750px) {
  #career .career .career-form .form .row .col .col-row + .col-row {
    margin-top: 10px;
  }
}
#career .career .career-form .form .row .col .col-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#career .career .career-form .form .row .col .col-row.flex .topic {
  width: 115px;
  min-width: 115px;
}
#career .career .career-form .form .row .col .col-row.flex .topic p {
  margin-top: 8px;
  color: #DCDCDC;
}
#career .career .career-form .form .row .col .col-row.flex .field {
  width: 100%;
}
#career .group-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #career .group-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #career .group-contact {
    display: block;
  }
}
#career .group-contact .head + .head {
  margin-left: 100px;
}
@media only screen and (max-width: 960px) {
  #career .group-contact .head + .head {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #career .group-contact .head + .head {
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #career .group-contact .head + .head {
    margin-top: 25px;
  }
}

/* News */
#news {
  background-image: url("../images/news/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#news.detail {
  background-image: url("../images/news/bg-detail.jpg");
}
#news .news .content {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #news .news .content {
    margin-bottom: 30px;
  }
}
#news .news .content p {
  font-size: 1.9rem;
  line-height: 2.8rem;
  text-align: center;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #news .news .content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news .news .news-list ul li + li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #A8A8A8;
}
@media only screen and (max-width: 750px) {
  #news .news .news-list ul li + li {
    margin-top: 30px;
    padding-top: 30px;
  }
}
#news .news .news-list ul li a:hover {
  opacity: 1;
}
#news .news .news-list ul li a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#news .news .news-list ul li a:hover .text .bottom .readmore .icon {
  background-color: #C1A327;
}
#news .news .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  #news .news .news-list ul li a {
    display: block;
  }
}
#news .news .news-list ul li a .cover {
  width: 50%;
  border: 2px solid #C1A327;
  overflow: hidden;
}
#news .news .news-list ul li a .cover + .cover {
  margin-left: 5px;
}
@media only screen and (max-width: 834px) {
  #news .news .news-list ul li a .cover + .cover {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 834px) {
  #news .news .news-list ul li a .cover {
    width: 100%;
  }
}
#news .news .news-list ul li a .cover img {
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: auto;
}
#news .news .news-list ul li a .text {
  width: 50%;
  padding-bottom: 40px;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news .news .news-list ul li a .text {
    width: 100%;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
#news .news .news-list ul li a .text .top h2 {
  font-family: "Gilda Display", serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #C1A327;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  #news .news .news-list ul li a .text .top h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#news .news .news-list ul li a .text .top p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #news .news .news-list ul li a .text .top p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news .news .news-list ul li a .text .bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .news .news-list ul li a .text .bottom .date p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #C1A327;
}
@media only screen and (max-width: 1440px) {
  #news .news .news-list ul li a .text .bottom .date p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news .news .news-list ul li a .text .bottom .readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#news .news .news-list ul li a .text .bottom .readmore p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #DCDCDC;
}
@media only screen and (max-width: 1440px) {
  #news .news .news-list ul li a .text .bottom .readmore p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news .news .news-list ul li a .text .bottom .readmore .icon {
  width: 22px;
  height: 22px;
  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;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #C1A327;
  border-radius: 100%;
  margin-left: 6px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
#news .news .news-detail {
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #news .news .news-detail {
    margin-top: 0;
  }
}
#news .news .news-detail .button {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button {
    display: block;
  }
}
#news .news .news-detail .button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#news .news .news-detail .button ul li {
  width: 144px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button ul li {
    width: 32%;
  }
}
#news .news .news-detail .button ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button ul li + li {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .button .share {
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#news .news .news-detail .content {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-detail .content {
    margin-top: 20px;
  }
}
#news .news .news-detail .content p {
  color: #DCDCDC;
}
#news .news .news-detail .content p + p {
  margin-top: 25px;
}
#news .news .news-detail .content ul.text-link {
  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;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  #news .news .news-detail .content ul.text-link {
    display: block;
    text-align: center;
  }
}
#news .news .news-detail .content ul.text-link li {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Gilda Display", serif;
}
@media only screen and (max-width: 640px) {
  #news .news .news-detail .content ul.text-link li {
    margin-bottom: 8px;
  }
  #news .news .news-detail .content ul.text-link li:last-child {
    margin-bottom: 0;
  }
}

/* Press */
#press {
  background-image: url("../images/news/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
#press .press .press-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  #press .press .press-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#press .press .press-list ul li {
  width: 25%;
  margin-top: 20px;
  padding: 0 2.5%;
}
@media only screen and (max-width: 750px) {
  #press .press .press-list ul li {
    width: 47.5%;
    padding: 0;
  }
}
#press .press .press-list ul li a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.18);
}
#press .press .press-list ul li a .abs-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  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;
          align-items: center;
}
#press .press .press-list ul li a .abs-text h2 {
  font-family: "Gilda Display", serif;
  font-size: 2rem;
  line-height: 3rem;
  color: #c1a327;
}
@media only screen and (max-width: 750px) {
  #press .press .press-list ul li a .abs-text h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#press .press .press-list ul li a .abs-download {
  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;
          align-items: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #c1a327;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
#press .press .press-list ul li a .abs-download span {
  margin-right: 6px;
}

/* Footer */
footer {
  background-image: url("../images/commons/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer .footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 35px;
}
@media only screen and (max-width: 1080px) {
  footer .footer .top {
    display: block;
  }
}
footer .footer .top .sitemap {
  width: 100%;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Gilda Display", serif;
}
@media only screen and (max-width: 834px) {
  footer .footer .top .sitemap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .top .sitemap {
    display: block;
  }
}
footer .footer .top .sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 834px) {
  footer .footer .top .sitemap ul {
    width: 50%;
    margin-top: 20px;
  }
}
footer .footer .top .sitemap ul li h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #D8B301;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  footer .footer .top .sitemap ul li h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 834px) {
  footer .footer .top .sitemap ul li h2 {
    margin-bottom: 5px;
  }
}
footer .footer .top .sitemap ul li h2 a {
  color: #D8B301;
}
footer .footer .top .sitemap ul li ul {
  display: block;
  width: 100%;
  margin-top: 0;
}
footer .footer .top .sitemap ul li ul li a {
  font-size: 1.8rem;
  line-height: 2rem !important;
}
@media only screen and (max-width: 1440px) {
  footer .footer .top .sitemap ul li ul li a {
    font-size: 1.4rem;
  }
}
footer .footer .top .contact {
  width: 260px;
  min-width: 260px;
  margin-top: 5px;
}
@media only screen and (max-width: 1080px) {
  footer .footer .top .contact {
    width: 100%;
    margin-top: 20px;
  }
}
footer .footer .top .contact .qr {
  margin-bottom: 15px;
}
footer .footer .top .contact .qr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .top .contact .qr ul li {
  margin-right: 10px;
}
footer .footer .top .contact .qr ul li a {
  display: block;
}
footer .footer .top .contact .info ul.block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .top .contact .info ul.block li + li {
  margin-top: 10px;
}
footer .footer .top .contact .info ul.block li .icon {
  width: 27px;
  min-width: 27px;
}
footer .footer .top .contact .info ul.block li p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding-left: 10px;
  font-family: "Gilda Display", serif;
}
@media only screen and (max-width: 1440px) {
  footer .footer .top .contact .info ul.block li p {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
footer .footer .top .contact .info ul.flex {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .top .contact .info ul.flex li {
  width: 39%;
}
@media only screen and (max-width: 1080px) {
  footer .footer .top .contact .info ul.flex li {
    width: auto;
  }
}
footer .footer .top .contact .info ul.flex li + li {
  margin-left: 12px;
  width: auto;
}
@media only screen and (max-width: 1440px) {
  footer .footer .top .contact .info ul.flex li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  footer .footer .top .contact .info ul.flex li + li {
    width: 25%;
  }
}
@media only screen and (max-width: 568px) {
  footer .footer .top .contact .info ul.flex li + li {
    width: 45%;
  }
}
footer .footer .top .contact .info ul.flex li a {
  display: block;
}
footer .footer .top .contact .info ul.flex li img.san-marino {
  border-radius: 5px;
  width: 100%;
}
footer .footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
@media only screen and (max-width: 1080px) {
  footer .footer .bottom {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
  }
}
footer .footer .bottom .left {
  padding-right: 30px;
}
@media only screen and (max-width: 1080px) {
  footer .footer .bottom .left {
    margin-top: 15px;
    padding-right: 0;
  }
}
footer .footer .bottom .left p {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.65);
}
@media only screen and (max-width: 1440px) {
  footer .footer .bottom .left p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
footer .footer .bottom .left p a {
  color: rgba(255, 255, 255, 0.65);
}
footer .footer .bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1080px) {
  footer .footer .bottom .right {
    display: block;
  }
}
footer .footer .bottom .right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer .bottom .right .menu ul li + li {
  margin-left: 25px;
}
footer .footer .bottom .right .menu ul li a {
  font-size: 1.4rem;
  font-family: "Gilda Display", serif;
}

.nav-icon {
  width: 36px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media only screen and (max-width: 1180px) {
  .nav-icon span {
    background: #C1A327;
  }
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 5px;
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  left: 5px;
}

.menu-responsive {
  position: fixed;
  top: 0;
  right: -450px;
  z-index: 11;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background-image: url("../images/privacy/bg.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  overflow: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  padding-top: 115px;
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    background-position: top 90px left;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 100px;
    padding-bottom: 20px;
    background-position: top 75px left;
  }
}
.menu-responsive.active {
  right: 0;
}
.menu-responsive .menu ul li + li {
  margin-top: 30px;
}
.menu-responsive .menu ul li a {
  width: 100%;
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 2rem;
  line-height: 2rem;
}
.menu-responsive .menu ul li ul {
  margin-top: 15px;
}
.menu-responsive .menu ul li ul li {
  position: relative;
  padding-left: 15px;
}
.menu-responsive .menu ul li ul li + li {
  margin-top: 10px;
}
.menu-responsive .menu ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  width: 7px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #C5C5C5;
  border-radius: 2px;
}
.menu-responsive .menu ul li ul li a {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.menu-responsive .menu ul li.display-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .menu ul li.display-tel + .display-tel {
  margin-top: 15px;
}
.menu-responsive .menu ul li.display-tel img {
  margin-right: 8px;
}

#banner-home.position-relative {
  position: relative;
}
#banner-home .logo-layer {
  width: 60%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  #banner-home .logo-layer {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #banner-home .logo-layer {
    top: 15%;
  }
}
#banner-home .owl-item.active .logo-layer {
  -webkit-animation: 1s 0.4s both fadeInUp;
  animation: 1s 0.4s both fadeInUp;
}
#banner-home .height-100 {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #banner-home .height-100 {
    height: auto;
  }
}

#banner-img {
  position: relative;
}
#banner-img .logo-layer {
  width: 60%;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  -webkit-animation: 1s 0.4s both fadeInUp;
  animation: 1s 0.4s both fadeInUp;
}
@media only screen and (max-width: 750px) {
  #banner-img .logo-layer #banner-img .logo-layer {
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  #banner-img .logo-layer {
    top: 15%;
  }
}
#banner-img img {
  width: 100%;
}

.padding-bottom-112 {
  padding-bottom: 112px;
}
@media only screen and (max-width: 1080px) {
  .padding-bottom-112 .padding-bottom-112 {
    padding-bottom: 0;
  }
}

.position-relative {
  position: relative;
}
.position-relative .qr-code {
  right: 15px;
  bottom: 30px;
  position: fixed;
}
@media only screen and (max-width: 480px) {
  .position-relative .qr-code {
    position: fixed;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    right: 50%;
    bottom: 0;
    width: 75%;
  }
}
.position-relative .qr-code img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1600px) {
  .position-relative .qr-code img {
    width: 400px;
  }
}
@media only screen and (max-width: 1366px) {
  .position-relative .qr-code img {
    width: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .position-relative .qr-code img {
    width: 100%;
  }
}
.position-relative .deleteMeetingClose {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 135px;
  right: 18px;
  z-index: 8;
  color: #C1A327;
}
@media only screen and (max-width: 1366px) {
  .position-relative .deleteMeetingClose {
    bottom: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .position-relative .deleteMeetingClose {
    bottom: 70px;
    right: 0;
  }
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 834px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: linear-gradient(to bottom, white, black);
}