/*--------------------------------------------------------*/
/* TABLE OF TOP CONTENTS: */
/*--------------------------------------------------------*/
/*00 - FONTS*/
/*01 - RESET*/
/*02 - GLOBAL SETTINGS*/
/*03 - TYPOGRAPHY*/
/*04 - BUTTONS*/
/*05 - HEADER*/
/*06 - BANNER*/
/**--------------------------*/
/**   00  FONTS              */
/**--------------------------*/
@font-face { font-family: "BaiJamjuree"; src: url("../fonts/BaiJamjuree-Regular.woff") format("woff"), url("../fonts/BaiJamjuree-Regular.woff2") format("woff2"), url("../fonts/BaiJamjuree-Regular.ttf") format("truetype"); font-display: swap; font-weight: 400; font-style: normal; }

@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.ttf") format("truetype"); font-display: swap; font-weight: 500; font-style: normal; }

@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"); font-display: swap; font-weight: 700; font-style: normal; }

@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.ttf") format("truetype"); font-display: swap; font-weight: 900; font-style: normal; }

/**--------------------------*/
/**   00  PRELOADER          */
/**--------------------------*/
#loader-wrapper { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; background-color: #fff; -webkit-animation: loader 1.3s linear; animation: loader 1.3s linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

@-webkit-keyframes loader { 0% { opacity: 1; }
  70% { opacity: 1; }
  99% { opacity: 0; }
  100% { display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0; } }

@keyframes loader { 0% { opacity: 1; }
  70% { opacity: 1; }
  99% { opacity: 0; }
  100% { display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0; } }

/**--------------------------*/
/**   01  RESET              */
/**--------------------------*/
html { overflow-y: scroll; }

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

* { margin: 0; padding: 0; border: 0; font-size: 100%; font-family: inherit; vertical-align: baseline; -webkit-text-size-adjust: none; }

.clear { clear: both; overflow: hidden; height: 0; font-size: 0; display: block; }

html:not(.touch-screen)::-webkit-scrollbar, html:not(.touch-screen) *::-webkit-scrollbar { width: 6px; height: 6px; }

html:not(.touch-screen)::-webkit-scrollbar-track, html:not(.touch-screen) *::-webkit-scrollbar-track { background: var(--clr-grey); }

html:not(.touch-screen)::-webkit-scrollbar-thumb, html:not(.touch-screen) *::-webkit-scrollbar-thumb { background: var(--clr-primary); border-radius: 10px; }

:focus, :hover, :active, :visited { outline: none; }

button { background: none; }

body ::-moz-selection { color: var(--clr-white); background: var(--clr-primary); }

body ::selection { color: var(--clr-white); background: var(--clr-primary); }

a { display: inline-block; text-decoration: none; cursor: pointer; outline: none; color: inherit; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

a:hover { text-decoration: none; }

@media (max-width: 767px) { html::-webkit-scrollbar, html *::-webkit-scrollbar { width: 3px; height: 3px; }
  html::-webkit-scrollbar-track, html *::-webkit-scrollbar-track { background: var(--clr-white); }
  html::-webkit-scrollbar-thumb, html *::-webkit-scrollbar-thumb { background: var(--clr-primary); } }

/**--------------------------*/
/**   02  GLOBAL SETTINGS    */
/**--------------------------*/
:root { --clr-primary: #163657; --clr-secondary:#DE7E26; --clr-title:#1B1B1F; --clr-dark:#333F48; --clr-text:#777777; --clr-black: #404040; --clr-error: #EC6767; --clr-grey:#E9E9E9; --clr-grey-1:#ACACAC; --clr-light:#FAFAFA; --clr-white:#FFFFFF; --ff-1: "BaiJamjuree", sans-serif; --ff-2: "Montserrat", sans-serif; --transition: all 0.3s linear; --transition-2: all 0.4s ease-in; --header-h: 80px; }

html { height: auto; -webkit-font-smoothing: antialiased; }

body { height: auto; overflow: hidden; background-color: var(--clr-white); }

#content-block { overflow: hidden; position: relative; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

footer { margin-top: auto; }

.overflow-hidden { overflow: hidden; }

html.overflow-hidden body { overflow: hidden; }

.swiper-slide:not(:first-child) { display: block; }

.swiper-container { opacity: 0; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.swiper-container.swiper-initialized { opacity: 1; }

html.keyboard-focus:focus { outline: auto; }

.overflow-hidden, .overflow-sidebar { overflow: hidden; }

html.overflow-menu, html.overflow-menu body { overflow: hidden; }

.section, .container { position: relative; }

.container { --bs-gutter-x: 1.5rem; }

.row { --bs-gutter-x: 48px; }

@media (min-width: 1200px) { .container { max-width: 1440px; width: 100%; } }

@media (max-width: 991px) { .container-md-full { max-width: 100%; padding-left: 0; padding-right: 0; } }

@media (max-width: 576px) { .row { --bs-gutter-x: 48px; } }

.bg-white { background-color: var(--clr-white); }

.bg-grey { background-color: var(--clr-grey); }

.bg-light { background-color: var(--clr-light); }

.bg-primary { background-color: var(--clr-primary); }

[class*='spacer'] { clear: both; width: 100% !important; }

.spacer-xxxxl { height: 185px; }

.spacer-xxxl { height: 145px; }

.spacer-xxl { height: 120px; }

.spacer-xl { height: 115px; }

.spacer-lg { height: 100px; }

.spacer-md { height: 80px; }

.spacer-sm { height: 60px; }

.spacer-xs { height: 40px; }

.spacer-xxs { height: 30px; }

@media (max-width: 1400px) { .spacer-xxxxl { height: 120px; }
  .spacer-xxxl { height: 120px; }
  .spacer-xxl { height: 100px; }
  .spacer-xl { height: 100px; }
  .spacer-lg { height: 80px; }
  .spacer-md { height: 60px; }
  .spacer-sm { height: 40px; }
  .spacer-xs { height: 30px; } }

@media (max-width: 1199px) { .spacer-xxxxl { height: 100px; }
  .spacer-xxxl { height: 100px; }
  .spacer-xxl { height: 80px; }
  .spacer-xl { height: 80px; }
  .spacer-lg { height: 60px; }
  .spacer-md { height: 40px; }
  .spacer-sm { height: 30px; } }

@media (max-width: 991px) { .spacer-xxxxl { height: 80px; }
  .spacer-xxxl { height: 80px; }
  .spacer-xxl { height: 60px; }
  .spacer-xl { height: 60px; }
  .spacer-md { height: 30px; } }

@media (max-width: 767px) { .spacer-xxxxl { height: 50px; }
  .spacer-xxxl { height: 50px; }
  .spacer-xxl { height: 50px; }
  .spacer-xl { height: 50px; }
  .spacer-lg { height: 50px; } }

@media (max-width: 575px) { .spacer-none { height: 0; }
  .spacer-xxxxl { height: 30px; }
  .spacer-xxxl { height: 30px; }
  .spacer-xxl { height: 30px; }
  .spacer-xl { height: 30px; }
  .spacer-lg { height: 30px; }
  .custom-spacer-md { height: 109px; } }

/**--------------------------*/
/**   03  TYPOGRAPHY         */
/**--------------------------*/
body { font-family: var(--ff-1); font-size: 16px; line-height: 1.4em; font-weight: 400; color: var(--clr-primary); }

strong, b { font-weight: 700; }

ul, ol { list-style: none; }

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

picture { font-size: 0; }

/**     TITLE STYLES     **/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: var(--ff-2); color: var(--clr-primary);}

h1, .h1 { font-size: max(40px, min(5.6vw, 80px)); line-height: 1.09em; }

h2, .h2 { font-size: max(32px, min(3.3vw, 48px)); line-height: 1.26em; }

h3, .h3 { font-size: max(26px, min(2.2vw, 32px)); line-height: 1.36em; }

h4, .h4 { font-size: max(20px, min(2.1vw, 26px)); line-height: 1.36em; }

h5, .h5 { font-size: max(24px, min(2vw, 24px)); line-height: 1.39em; }

h6, .h6 { font-size: 14px; line-height: 1.39em; }

.title { -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.title.fw-500 { font-weight: 500; }

.title.fw-700 { font-weight: 700; }

.title.fw-900 { font-weight: 900; }

.subtitle { font-family: var(--ff-2); font-size: max(18px, min(2vw, 24px)); line-height: 1.39em; color: var(--clr-primary); }

.subtitle-lg { font-size: max(18px, min(2vw, 20px)); }

.subtitle-md { font-size: 18px; }

.subtitle.fw-400 { font-weight: 400; }

.subtitle.fw-500 { font-weight: 500; }

.subtitle.fw-700 { font-weight: 700; }

.text-upper { text-transform: uppercase; }

.title-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; }

.title-wrapper > *:not(:last-child) { margin-right: 15px; }

@media (max-width: 991px) { .title-wrapper { margin-bottom: 20px; } }

@media (max-width: 767px) { .title-wrapper { margin-bottom: 34px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start; }
  .title-wrapper .h4 {margin-bottom: 12px;}
  .title-wrapper > *:not(:last-child) { margin-right: 0; } }

@media (max-width: 575px) {
  .title-wrapper .title {
    max-width: 70%;
  }

  /* h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
  } */
}

/**     TEXT STYLES     **/
.text { font-size: 16px; line-height: 1.4em; font-weight: 400; color: var(--clr-primary); }

.text-xl {font-size: 20px;font-family: var(--ff-2);}

.text > * + * { margin-top: 10px; }

.text.type2 > * + * { margin-top: 30px; }

.text > * + br { margin-top: 0; }

.text > p + p { margin-top: 30px; }

.text > p + h1, .text > p + h2, .text > p + h3, .text > p + h4, .text > p + h5, .text > p + h6 { margin-top: 30px; }

.text > *:first-child { margin-top: 0; }

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 { font-weight: 700; }

.text h6 { font-size: 18px; }

.text ul li { position: relative; padding-left: 15px; }

.text ul li + li { margin-top: 10px; }

.text.type2 ul li + li { margin-top: 30px; }

.text ul li:last-child { bottom: 0; }

.text ul li::before { content: ""; position: absolute; top: 8px; left: 0; width: 5px; height: 5px; border-radius: 100%; background-color: var(--clr-primary); }

.text-xl ul li::before {top: 11.5px;}

.text ol { counter-reset: number; }

.text ol li { position: relative; padding-left: 25px; }

.text ol li + li { margin-top: 10px; }

.text.type2 ol li + li { margin-top: 30px; }

.text ol li:last-child { bottom: 0; }

.text ol li::before { counter-increment: number; content: counter(number) "."; position: absolute; left: 0; top: 0; font-size: inherit; line-height: inherit; }

.text a { position: relative; display: inline; cursor: pointer; font-size: inherit; line-height: inherit; font-weight: 400; color: inherit; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.text a::before { content: ""; position: absolute; bottom: 0; left: auto; right: 0; width: 100%; height: 2px; background-color: var(--clr-primary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.text b { font-weight: 700; }

.text blockquote { position: relative; max-width: 80%; font-size: max(16px, min(2vw, 20px)); line-height: 1.3em; font-weight: 700; color: var(--clr-title); text-align: center; margin: 0 auto; }

.text blockquote span { color: var(--clr-primary); }

.text > iframe { position: relative; width: 100%; height: 615px; max-width: 100%; max-height: calc(56.3vw - 30px); border: 0; border-radius: 10px; }

.text img { max-width: 100%; width: 100%; height: auto; border-radius: 10px; }

.text img, .text iframe, .text blockquote, .text > .simple-swiper { margin-top: 30px; }

.text > .simple-swiper .swiper-button-prev, .text > .simple-swiper .swiper-button-next { display: none; }

.text > .simple-swiper .swiper-container, .text > .simple-swiper .swiper-slide { margin-top: 0; }

.text > .simple-swiper .simple-img { position: relative; overflow: hidden; padding-top: 58.3%; }

.text > .simple-swiper .simple-img img { margin-top: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.text > table { border-collapse: collapse; width: 100%; }

.text > table thead tr { background-color: #f3f3f3; }

.text > table thead td { height: 50px; line-height: 1.2em; font-weight: 500; color: var(--clr-title); padding: 20px 15px; }

.text > table thead td:first-child { padding: 20px; }

.text > table tbody { min-width: 690px; }

.text > table tbody tr { height: 70px; }

.text > table tbody tr:nth-child(even) { background-color: #f3f3f3; }

.text > table td { vertical-align: middle; height: 64px; font-size: inherit; line-height: 1.8em; font-weight: 400; color: var(--clr-text); text-align: center; padding: 0 10px; }

.text > table td:first-child { font-weight: 500; color: var(--clr-title); }

.text > table td > ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -5px; }

.text > table td > ul li { padding-left: 0; width: 20px; height: 20px; border-radius: 100%; border: 0.2px solid transparent; margin: 5px; }

.text > table td > ul li::before { content: none; }

.title.light, .subtitle.light, .text.light { color: var(--clr-white); }

.text-truncate { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.text-cut-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-cut-5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) { .text a:hover:before { width: 0; right: auto; left: 0; } }

@media (max-width: 1199px) { .text > iframe { max-height: calc(56.3vw - 20px); }
  .text img, .text iframe, .text blockquote, .text > .simple-swiper { margin-top: 20px; } }

@media (max-width: 991px) { .text blockquote { max-width: 90%; }
  .text > table { display: block; overflow-x: scroll; }
  .text > table thead td { padding: 15px; }
  .text > table thead td:first-child { padding: 15px; }
  .text-xl {font-size: 18px;}
  .text-xl ul li::before {top: 10px;}
  .text > table td > ul li { width: 16px; height: 16px; } }

@media (max-width: 767px) { .text blockquote { max-width: 100%; }
  .text > iframe { max-height: calc(56.3vw - 15px); }
  .text img, .text iframe, .text blockquote, .text > .simple-swiper { margin-top: 15px; } }

/**--------------------------*/
/**   04  BUTTONS            */
/**--------------------------*/
.btn { position: relative; z-index: 1; cursor: pointer; display: inline-block; vertical-align: bottom; background: none; border-radius: unset; border: 2px solid var(--clr-primary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); font-size: 16px; line-height: 1em; font-weight: 400; text-align: center; text-decoration: none; padding: 13px 35px; }

.btn-primary { background: var(--clr-primary); color: var(--clr-white); }

.btn-secondary { background: transparent; color: var(--clr-primary); }

.btn-thirdy { border-color: var(--clr-white); background: transparent; color: var(--clr-white); }

.btn-thirdy-2 { border-color: var(--clr-white); background: var(--clr-white); color: var(--clr-primary); }

.btn-form { border-color: var(--clr-secondary); background: var(--clr-secondary); color: var(--clr-primary); }

.btn-form-1 { border-color: var(--clr-secondary); background: var(--clr-secondary); color: var(--clr-primary); }

.btn-block { width: 100%; }

.btn-2 { padding: 21px 30px; }

.btn-3 { padding: 11px 20px; min-width: 210px; }

.btn-4 { padding: 13px 15px; min-width: 240px; }

.btn-arrow { padding: 17px 30px; }

.btn i { position: relative; z-index: 1; display: inline-block; vertical-align: middle; width: 24px; height: 24px; margin-left: 10px; }

.btn i::before { content: ""; position: absolute; z-index: 1; top: 50%; right: 4px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 10px; height: 10px; border-right: 2px solid var(--clr-white); border-bottom: 2px solid var(--clr-white); }

.btn i::after { content: ""; position: absolute; top: 50%; left: 2px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 18px; height: 2px; background-color: var(--clr-white); }

.btn-link { position: relative; z-index: 1; cursor: pointer; display: inline-block; vertical-align: bottom; background: none; border-radius: unset; border: unset; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); font-size: 16px; line-height: 1em; font-weight: 400; text-align: center; text-decoration: none; padding: 12px 7px; }

.btn-link i { position: relative; right: 0; z-index: 1; display: inline-block; vertical-align: middle; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 24px; height: 24px; margin-left: 10px; }

.btn-link i::before { content: ""; position: absolute; z-index: 1; top: 50%; right: 4px; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 10px; height: 10px; border-right: 2px solid var(--clr-primary); border-bottom: 2px solid var(--clr-primary); }

.btn-link i::after { content: ""; position: absolute; top: 50%; left: 2px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 18px; height: 2px; background-color: var(--clr-primary); }

.btn-close { position: absolute; top: 25px; right: 25px; width: 24px; height: 24px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); cursor: pointer; }

.btn-close::before, .btn-close::after { content: ""; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); width: 2px; height: 18px; background: var(--clr-white); }

.btn-close::after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.btn-play { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; cursor: pointer; width: 114px; height: 114px; color: var(--clr-white); background-color: rgba(222, 126, 38, 0.9); border-radius: 100%; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.btn-play::after { content: ""; display: inline-block; position: absolute; top: 50%; left: calc(50% + 4px); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-left: 30px solid; border-bottom: 15px solid transparent; border-top: 15px solid transparent; }

.btn-play b { position: absolute; top: 100%; left: 0; right: 0; font-family: var(--ff-2); font-size: max(16px, min(2vw, 20px)); font-weight: 400; line-height: 1.39em; color: var(--clr-white); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); margin-top: 5px; }

@media (min-width: 992px) { .btn-primary:hover { color: var(--clr-primary); background: var(--clr-white); }
  .btn-primary:hover i::before { border-right: 2px solid var(--clr-primary); border-bottom: 2px solid var(--clr-primary); }
  .btn-primary:hover i::after { background-color: var(--clr-primary); }
  .btn-secondary:hover { background: var(--clr-primary); color: var(--clr-white); }
  .btn-thirdy:hover { background: var(--clr-white); color: var(--clr-primary); }
  .btn-thirdy-2:hover { background: transparent; color: var(--clr-white); }
  .btn-form:hover { border-color: var(--clr-primary); background: var(--clr-primary); color: var(--clr-white); }
  .btn-form-1:hover { border-color: var(--clr-white); background: var(--clr-white); }
  .btn-link:hover i { right: 5px; }
  .btn-play:hover { color: var(--clr-priamry); background-color: var(--clr-white); }
  .btn-close:hover::before, .btn-close:hover::after { background: var(--clr-secondary); } }

@media (max-width: 991px) { .btn-3 { min-width: auto; } }

@media (max-width: 767px) { .btn { width: 100%; }
  .btn-play { width: 80px; height: 80px; }
  .btn-play::after { border-left: 24px solid; border-bottom: 12px solid transparent; border-top: 12px solid transparent; }
  .btn-play b { display: none; } }

.btn-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.btn-wrapper > *:not(:last-child) { margin-right: 25px; }

.btn-wrapper.type-2 { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.btn-wrapper.type-3 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media (max-width: 1400px) { .btn-wrapper > *:not(:last-child) { margin-right: 20px; } }

@media (max-width: 991px) { .btn-wrapper { width: 100%; }
  .btn-wrapper > * { width: 100%; } }

@media (max-width: 767px) { .btn-wrapper { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .btn-wrapper > *:not(:last-child) { margin-right: 0; margin-bottom: 15px; }
  .btn-wrapper.type-2 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

/**--------------------------*/
/**   05  HEADER             */
/**--------------------------*/
header + * { padding-top: var(--header-h); }

header.scrolled .header-inner { background: var(--clr-white); }

header.scrolled .header-inner.type-2 .logo img { opacity: 0; visibility: hidden; }

header.scrolled .header-inner.type-2 .logo img + img { opacity: 1; visibility: visible; }

header.scrolled .header-inner.type-2 .navigation ul li { color: var(--clr-primary); }

header .social-list-wrapper { display: none; }

header .social-list > *:not(:last-child) { margin-right: 35px; }

header .social-list a { width: 36px; height: 36px; }

header .social-list a svg { max-width: 36px; max-height: 36px; }

header .copyright { display: none; }

.header-inner { position: fixed; z-index: 100; top: 0; left: 0; right: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: var(--header-h); background: var(--clr-grey); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.header-inner .logo { position: relative; display: inline-block; vertical-align: middle; max-width: 180px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.header-inner .logo img { display: block; width: 100%; max-width: 100%; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.header-inner.type-2 { background: var(--clr-primary); }

.header-inner.type-2 .logo img + img { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; visibility: hidden; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.header-inner.type-2 .navigation ul li { color: var(--clr-white); }

.header-inner.type-2 ul li.second-menu i::before { border-top: 5px solid var(--clr-white); }

.header-inner.type-2 ul li.second-menu .second-menu-list li { color: var(--clr-primary); }

.header-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: inherit; }

/*header menu nav*/
header .menu-toggle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 0; }

header .navigation { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 0; }

header .navigation ul li { position: relative; display: inline-block; font-family: var(--ff-2); font-size: 14px; line-height: 1.39em; font-weight: 700; color: var(--clr-primary); text-transform: uppercase; }

header .navigation ul li.active::before { width: 100%; }

header .navigation > ul > li + li { margin-left: 30px; }

header .navigation ul > li > a { position: relative; z-index: 2; display: block; }

header .navigation ul > li > a::before { content: ""; position: absolute; z-index: 1; top: auto; bottom: -1px; left: 0; width: 0; height: 2px; background-color: var(--clr-secondary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

header .navigation ul > li.active > a::before {width: 100%;}

/*mobile-button*/
.mobile-button-wrapper { position: relative; z-index: 101; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px; height: 80px; background-color: var(--clr-primary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.mobile-button { position: relative; z-index: 101; cursor: pointer; width: 30px; height: 20px; will-change: transform; }

.mobile-button span { display: block; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background: var(--clr-white); margin-top: -1px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.mobile-button::before, .mobile-button::after { content: ""; position: absolute; top: 50%; left: 0; display: block; width: 100%; height: 2px; background: var(--clr-white); margin-top: 8px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

.mobile-button::before { margin-top: -10px; }

.mobile-button.active:before, .mobile-button.active:after { -webkit-transform: translateY(9px) rotate(45deg); -ms-transform: translateY(9px) rotate(45deg); transform: translateY(9px) rotate(45deg); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }

.mobile-button.active:after { -webkit-transform: translateY(-9px) rotate(-45deg); -ms-transform: translateY(-9px) rotate(-45deg); transform: translateY(-9px) rotate(-45deg); -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; }

.mobile-button.active span { -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); opacity: 0; }

header.open-menu .mobile-button-wrapper { background-color: var(--clr-grey-1); }

/*second menu*/
header .navigation ul li.second-menu { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

header .navigation ul li.second-menu a { display: inline-block; }

header .navigation ul li.second-menu i { position: relative; display: inline-block; width: 10px; height: 10px; margin-left: 7px; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

header .navigation ul li.second-menu i::before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 10px; height: 10px; margin-top: 2px; border-left: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid var(--clr-primary); -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

header .navigation ul li.second-menu::before { content: ''; position: absolute; top: 100%; bottom: 0; left: -25px; right: 0; width: 280px; height: 100%; background-color: transparent; opacity: 0; visibility: hidden; }

header .navigation ul li.second-menu.active::before { width: 0; }

header .navigation ul li.second-menu .second-menu-list { position: absolute; z-index: 1; bottom: 0; left: -25px; -webkit-transform: translateY(105%); -ms-transform: translateY(105%); transform: translateY(105%); padding: 25px; width: 280px; background-color: var(--clr-white); -webkit-box-shadow: 0px 4px 20px rgba(50, 50, 50, 0.3); box-shadow: 0px 4px 20px rgba(50, 50, 50, 0.3); opacity: 0; visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }

header .navigation ul li.second-menu .second-menu-list li { display: block; font-family: var(--ff-1); font-size: 16px; font-weight: 400; text-transform: initial; }

header .navigation ul li.second-menu .second-menu-list li + li { margin-top: 15px; }

header .navigation ul li.second-menu .second-menu-list li:not(:first-child) { margin-left: 25px; }

@media (hover: hover) and (min-width: 1200px), (-ms-high-contrast: none) { .header-inner .logo:hover { opacity: 0.7; }
  header .navigation > ul > li:hover > a::before { width: 100%; }
  header .navigation > ul > li.second-menu:hover { position: relative; }
  header .navigation > ul > li.second-menu:hover > a::before { width: 0; }
  header .navigation > ul > li.second-menu:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  header .navigation > ul > li.second-menu:hover i::before { margin-top: 3px; }
  header .navigation > ul > li.second-menu:hover .second-menu-list { opacity: 1; visibility: visible; }
  header .navigation > ul > li.second-menu:hover::before { opacity: 1; visibility: visible; }
  header .navigation ul li.second-menu .second-menu-list li:hover a::before { width: 100%; } }

@media (max-width: 1199px) { header .container { max-width: 100%; padding: 0; }
  header .social-list-wrapper { display: block; padding: 0 24px; }
  header .social-list-wrapper + .copyright { margin-top: 55px; margin-bottom: 0; }
  header .copyright { display: block; padding: 0 24px; }
  header .menu-toggle { 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-align: start; -ms-flex-align: start; align-items: flex-start; width: 50%; right: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); position: fixed; top: var(--header-h); height: calc(100vh - var(--header-h)); max-height: 100%; background: var(--clr-white); text-align: left; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; z-index: 101; overflow-y: auto; }
  header.open-menu .menu-toggle { -webkit-transform: none; -ms-transform: none; transform: none; }
  .header-inner.type-2 .navigation ul li { color: var(--clr-primary); }
  header .navigation { display: block; width: 100%; background-color: var(--clr-grey); -webkit-clip-path: polygon(100% 0, 100% 74%, 66% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 74%, 66% 100%, 0 100%, 0 0); padding: 50px 24px 145px 24px; margin-bottom: 50px; }
  header .navigation ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; font-size: 30px; font-weight: 900; }
  header .navigation > ul > li + li { margin-left: 0; margin-top: 30px; }
  .mobile-button-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; }
  header .navigation ul li.second-menu { display: block; }
  header .navigation ul li.second-menu i { position: absolute; z-index: 10; cursor: pointer; left: 0; top: 0; width: 100%; height: 40px; margin-left: 0; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }
  header .navigation ul li.second-menu i::before { content: none; }
  header .navigation ul li.second-menu > a { padding-right: 30px; }
  header .navigation ul li.second-menu > a::before { content: ''; position: absolute; top: 50%; left: auto; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 16px; height: 16px; margin-top: 5px; border-left: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--clr-primary); background-color: transparent; -webkit-transition: var(--transition); -o-transition: var(--transition); transition: var(--transition); }
  header .navigation ul li.second-menu.open > a::before { margin-top: -2px; -webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); }
  header .navigation ul li.second-menu .second-menu-list { position: relative; left: 0; -webkit-transform: none;-ms-transform: none;transform: none; background-color: transparent; width: 100%; -webkit-box-shadow: none; box-shadow: none; opacity: 1; visibility: visible; -webkit-transition: none; -o-transition: none; transition: none; padding: 15px 0 0 0; display: none; }
  header .navigation ul li.second-menu .second-menu-list li { font-size: 24px; font-weight: 700; }
  header .navigation ul li.second-menu .second-menu-list li:not(:first-child) { margin-left: 20px; }
  .header-inner .logo {margin-left: 24px;} }

@media (max-width: 767px) { header .menu-toggle { width: 100%; padding-bottom: 10px; }
  header.open-menu .menu-toggle { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

@media (max-width: 375px) { header .social-list > *:not(:last-child) { margin-right: 25px; }
  header .social-list a { width: 30px; height: 30px; }
  header .social-list a svg { max-width: 30px; max-height: 30px; }
  header .navigation { padding: 30px 24px 100px 24px; margin-bottom: 30px; }
  header .navigation ul li { font-size: 28px; }
  header .navigation > ul > li + li { margin-top: 25px; } }

/**--------------------------*/
/**   06  BANNER             */
/**--------------------------*/
.bg { background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.bg.mobile { display: none; }

.bg.desktop { display: block; }

.bg.video { background-position: center; bottom: 0; right: 0; clip: rect(auto, auto, auto, auto); }

.bg.video video { position: absolute; left: 50%; top: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.bg.video::before { content: ''; display: block; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; background-color: rgba(0,0,0,.3); }

.banner { position: relative; overflow: hidden; }

.banner .bg { -webkit-clip-path: polygon(100% 0, 100% 72%, 88% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 72%, 88% 100%, 0 100%, 0 0); }

.banner-align { position: relative; overflow: hidden; z-index: 10; display: table-cell; vertical-align: bottom; width: 10000px; padding: 40px 0; }

.banner-content { position: relative; max-width: 50%; margin-left: 150px; padding-left: 90px; }

.banner-content .title { margin-bottom: 10px; }

.banner-content .title b { position: absolute; left: 0; font-weight: inherit; }

.banner-content .subtitle { font-size: max(16px, min(2vw, 18px)); }

@media (min-width: 576px) { .banner-align { height: max(400px, min(45vw, 645px)); }
  .banner-content .title, .banner-content .subtitle { color: var(--clr-white); } }

@media (max-width: 1400px) { .banner-align { padding: 35px 0; }
  .banner-content { max-width: 60%; margin-left: 100px; padding-left: 75px; }
  .banner-content .title { font-size: 76px; } }

@media (max-width: 1199px) { .banner-content { margin-left: 30px; padding-left: 65px; }
  .banner-content .title { font-size: 58px; } }

@media (max-width: 991px) { .banner-content { margin-left: 0; padding-left: 50px; }
  .banner-content .title { font-size: 44px; } }

@media (max-width: 767px) { .banner-content { max-width: 75%; padding-left: 45px; }
  .banner-content .title { font-size: 40px; } }

@media (max-width: 575px) { .bg-wrap { position: relative; overflow: hidden; padding-top: 97%; }
  .bg.mobile { display: block; }
  .bg.desktop { display: none; }
  .banner { position: relative; overflow: hidden; }
  .banner .bg { -webkit-clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0); clip-path: polygon(100% 0, 100% 81%, 82% 100%, 0 100%, 0 0); }
  .banner-content { max-width: 100%; padding-left: 45px; }
  .banner-content .title { margin-bottom: 20px; } }

@media (max-width: 375px) { .banner-content { padding-left: 35px; }
  .banner-content .title { font-size: 32px; } }


