* {
  box-sizing: content-box;
}

html body {
  margin: 0;
  padding: 0;
  background-color: #ECE5D3;
  font-family: "Anuphan";
}
html body .wrapper {
  overflow: inherit;
}
html body .container {
  box-sizing: border-box;
}
html body .container .row {
  box-sizing: border-box;
}
html body .container .col-lg-1,
html body .container .col-lg-2,
html body .container .col-lg-3,
html body .container .col-lg-4,
html body .container .col-lg-5,
html body .container .col-lg-6,
html body .container .col-lg-7,
html body .container .col-lg-8,
html body .container .col-lg-9,
html body .container .col-lg-10,
html body .container .col-lg-11,
html body .container .col-lg-12 {
  box-sizing: border-box;
}
html body.fixedMob {
  overflow-y: hidden;
}
@media screen and (min-width: 980px) {
  html body.fixedMob {
    overflow-y: auto;
  }
}
html body .simpleFadeOut {
  opacity: 0;
  transition: 1.5s opacity;
}
html body .simpleFadeIn {
  opacity: 1;
  transition: 1.5s opacity;
}
html body .quickFadeOut {
  opacity: 0;
  transition: 1.5s opacity;
}
html body .quickFadeIn {
  opacity: 1;
  transition: 1.5s opacity;
}
html body .quickFadeOut10 {
  opacity: 0;
  transition: 1.5s opacity;
}
html body .quickFadeIn10 {
  opacity: 1;
  transition: 1.5s opacity;
}
html body h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  display: block;
  text-align: center;
}
html body h2.greenT2 {
  margin-left: 8vw;
  margin-right: 8vw;
  color: #DFFFA4;
  margin-bottom: 8vw;
  font-family: "Archia";
  font-size: 6.6666666667vw;
  line-height: 1.2;
}
@media screen and (min-width: 980px) {
  html body h2.greenT2 {
    margin-left: 13.3333333333vw;
    margin-right: 13.3333333333vw;
    margin-bottom: 3.125vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body h2.greenT2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
    margin-bottom: 60px;
    font-size: 50px;
  }
}
html body .darkGroup {
  background-color: #042E34;
}
html body .darkGroup.landing {
  padding: 16vw 0;
}
@media screen and (min-width: 980px) {
  html body .darkGroup.landing {
    padding: 3.125vw 0;
  }
}
@media screen and (min-width: 1920px) {
  html body .darkGroup.landing {
    padding: 100px 0;
  }
}
html body .box {
  margin-left: 8vw;
  margin-right: 8vw;
}
@media screen and (min-width: 980px) {
  html body .box {
    margin-left: 2.6041666667vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1820px;
  }
}
html body footer .legal {
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  padding: 10.6666666667vw 0 32vw 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  html body footer .legal {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding: 2.0833333333vw 0 6.25vw 0;
  }
}
@media screen and (min-width: 1920px) {
  html body footer .legal {
    font-size: 22px;
    line-height: 27px;
    padding: 40px 0 120px 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 33.3333333333vw;
  width: 100%;
  transition: 0.5s top;
  top: -33.3333333333vw;
  background-color: #042E34;
}
@media screen and (min-width: 980px) {
  header {
    height: 9.4791666667vw;
    top: -9.4791666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header {
    height: 182px;
    top: -182px;
  }
}
header.fonce {
  top: 0;
}
@media screen and (min-width: 980px) {
  header.fonceSpecial:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 9.4791666667vw;
    width: 100%;
    transition: 0.5s top;
    top: 0;
    background-color: #042E34;
    content: "";
    z-index: 0;
  }
}
@media screen and (min-width: 1920px) {
  header.fonceSpecial:before {
    height: 182px;
  }
}
header .containMenuDesktop {
  position: fixed;
  left: 0;
  width: 100%;
  top: -33.3333333333vw;
  transition: 0.5s top;
}
header .containMenuDesktop.active {
  top: 0;
}
@media screen and (min-width: 980px) {
  header .containMenuDesktop {
    max-width: none;
    width: 100%;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  header .containMenuDesktop .containMenuBall {
    display: flex;
    margin: 0 auto;
    max-width: 91%;
    padding: 0vw 1.5625vw;
    border-radius: 1.5625vw;
    background-color: #DFFFA4;
    margin-top: 1.875vw;
    align-items: center;
    position: relative;
    z-index: 99;
  }
}
@media screen and (min-width: 1920px) {
  header .containMenuDesktop .containMenuBall {
    padding: 0 30px;
    border-radius: 30px;
    margin-top: 36px;
  }
}
header .containMenuMob {
  position: relative;
  z-index: 100;
  padding: 4vw 5.3333333333vw;
  background-color: #DFFFA4;
  display: block;
  box-sizing: border-box;
  max-width: 84%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4666666667vw;
}
@media screen and (min-width: 980px) {
  header .containMenuMob {
    padding: 0;
    max-width: none;
    border-radius: none;
    margin-top: 0;
    background-color: transparent;
    z-index: 99;
    margin-right: 1.0416666667vw;
    display: inline-block;
    margin-left: 0;
  }
}
@media screen and (min-width: 1920px) {
  header .containMenuMob {
    margin-right: 20px;
  }
}
header .logo {
  margin: 0;
  margin-right: 8vw;
}
@media screen and (min-width: 980px) {
  header .logo {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  header .logo {
    margin-right: 0;
  }
}
header .logo a {
  display: block;
  width: 43.2vw;
}
@media screen and (min-width: 980px) {
  header .logo a {
    width: 10.3125vw;
  }
}
@media screen and (min-width: 1920px) {
  header .logo a {
    width: 198px;
  }
}
header .logo svg {
  display: block;
  width: 43.2vw;
  height: 13.8666666667vw;
}
@media screen and (min-width: 980px) {
  header .logo svg {
    width: 10.3125vw;
    height: 3.3333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  header .logo svg {
    width: 198px;
    height: 64px;
  }
}
header .burger {
  width: 13.3333333333vw;
  height: 8.5333333333vw;
  position: relative;
  margin-left: 8vw;
}
@media screen and (min-width: 980px) {
  header .burger {
    display: none;
  }
}
header .burger span {
  width: 100%;
  height: 1.0666666667vw;
  position: absolute;
  left: 0;
  background-color: #042E34;
  border-radius: 2.6666666667vw;
  opacity: 1;
  transition: 0.5s opacity, 0.5s transform, 0.5s top;
  transition-delay: 0s, 0ms, 0s;
}
header .burger span:nth-child(1) {
  top: 0;
}
header .burger span:nth-child(2) {
  top: 3.7333333333vw;
}
header .burger span:nth-child(3) {
  top: 7.4666666667vw;
}
header .burger.open span:nth-child(1) {
  top: 3.7333333333vw;
  transform: rotate(45deg);
}
header .burger.open span:nth-child(2) {
  opacity: 0;
}
header .burger.open span:nth-child(3) {
  top: 3.7333333333vw;
  transform: rotate(-45deg);
}
header .menu {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
@media screen and (min-width: 980px) {
  header .menu {
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }
}
header .menu.open {
  display: block;
}
header .menu .layerMenu {
  opacity: 1;
  background-color: #042E34;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}
@media screen and (min-width: 980px) {
  header .menu .layerMenu {
    z-index: 97;
    display: none;
  }
}
header .menu .realMenu {
  z-index: 99;
  position: relative;
  padding-top: 33.3333333333vw;
  height: calc(100% - 33.3333333333vw);
  min-height: calc(100% - 33.3333333333vw);
  overflow-y: auto;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu {
    padding: 0;
    height: auto;
    min-height: auto;
    display: flex;
    width: auto;
    flex-grow: 1;
  }
}
header .menu .realMenu .mainMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100% - 61.3333333333vw);
  z-index: 99;
  position: relative;
  overflow-y: auto;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu {
    max-width: none;
    min-height: 0;
    display: flex;
    width: auto;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
  }
}
header .menu .realMenu .mainMenu:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(4, 46, 52, 0) 0%, #042E34 61.06%);
  height: 33.3333333333vw;
  content: "";
  pointer-events: none;
  z-index: 99;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu:before {
    display: none;
  }
}
header .menu .realMenu .mainMenu .globe.active {
  background-color: #688285;
  border-radius: 8vw;
  margin-bottom: 10.6666666667vw;
}
header .menu .realMenu .mainMenu .lv1Menu {
  color: #DFFFA4;
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
  padding: 5.3333333333vw;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv1Menu {
    color: #042E34;
    border-radius: 6.3020833333vw;
  }
  header .menu .realMenu .mainMenu .lv1Menu:hover {
    color: #DFFFA4;
    background-color: #042E34;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv1Menu {
    border-radius: 121px;
  }
}
header .menu .realMenu .mainMenu .lv1Menu a {
  color: #DFFFA4;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv1Menu a {
    color: #042E34;
  }
  header .menu .realMenu .mainMenu .lv1Menu a:hover, header .menu .realMenu .mainMenu .lv1Menu a.active {
    color: #DFFFA4;
    background-color: #042E34;
  }
}
header .menu .realMenu .mainMenu .lv1Menu.active {
  background-color: #DFFFA4;
  color: #042E34;
  border-radius: 8vw;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv1Menu {
    font-size: 1.0416666667vw;
    line-height: 1.3541666667vw;
    padding: 1.1458333333vw 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv1Menu {
    font-size: 20px;
    line-height: 26px;
    padding: 22px 30px;
  }
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu > li, header .menu .realMenu .mainMenu .globe, header .menu .realMenu .mainMenu .globe.active {
    flex-grow: 1;
    padding: 1.0416666667vw 0;
    margin-bottom: 0;
    border-radius: none;
  }
  header .menu .realMenu .mainMenu > li.globe, header .menu .realMenu .mainMenu .globe.globe, header .menu .realMenu .mainMenu .globe.active.globe {
    background-color: transparent;
  }
  header .menu .realMenu .mainMenu > li:hover .lv1Menu, header .menu .realMenu .mainMenu .globe:hover .lv1Menu, header .menu .realMenu .mainMenu .globe.active:hover .lv1Menu {
    color: #DFFFA4;
    background-color: #042E34;
  }
  header .menu .realMenu .mainMenu > li:hover .lv1Menu a, header .menu .realMenu .mainMenu .globe:hover .lv1Menu a, header .menu .realMenu .mainMenu .globe.active:hover .lv1Menu a {
    color: #DFFFA4;
  }
  header .menu .realMenu .mainMenu > li:hover .lv2List, header .menu .realMenu .mainMenu .globe:hover .lv2List, header .menu .realMenu .mainMenu .globe.active:hover .lv2List {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu > li, header .menu .realMenu .mainMenu .globe, header .menu .realMenu .mainMenu .globe.active {
    padding: 20px 0;
  }
}
header .menu .realMenu .mainMenu .lv2List {
  display: none;
  padding: 8vw 10.6666666667vw 10.6666666667vw 10.6666666667vw;
  box-sizing: content-box;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List:before {
    position: fixed;
    left: 0;
    top: 7.6041666667vw;
    background-color: #042E34;
    content: "";
    width: 100%;
    pointer-events: none;
    height: var(--this-menu-height);
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List:before {
    top: 146px;
  }
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List:after {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(4, 46, 52, 0.7);
    content: "";
    width: 100%;
    pointer-events: none;
    height: calc(100vh - var(--this-menu-height) - 7.6041666667vw);
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List:after {
    height: calc(100vh - var(--this-menu-height) - 146px);
  }
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 7.6041666667vw;
    overflow-y: visible;
    opacity: 0;
    visibility: hidden;
    display: flex;
    padding-top: 3.125vw;
    width: var(--this-menu-width);
    padding-left: calc((100% - var(--this-menu-width)) / 2);
    padding-right: calc((100% - var(--this-menu-width)) / 2);
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List {
    margin-top: 146px;
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
header .menu .realMenu .mainMenu .lv2List.open {
  display: block;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List.open {
    display: flex;
  }
}
header .menu .realMenu .mainMenu .lv2List li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10.6666666667vw;
  color: #fff;
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li {
    margin-bottom: 0;
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
    width: calc((100% - 2.1354166667vw) / 3);
    min-width: calc((100% - 2.1354166667vw) / 3);
    margin-right: 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }
  header .menu .realMenu .mainMenu .lv2List li:nth-child(3n+1) {
    margin-right: 0;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child {
    flex-grow: 100%;
    width: 100%;
    color: #DFFFA4;
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a, header .menu .realMenu .mainMenu .lv2List li:first-child span {
    color: #DFFFA4;
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    display: inline-block;
    position: relative;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a:after, header .menu .realMenu .mainMenu .lv2List li:first-child span:after {
    background-image: url("../img/menu/chevronVert.svg");
    background-size: 0.8854166667vw auto;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
    padding: 1.1458333333vw 1.3541666667vw;
    box-sizing: content-box;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover {
    color: #fff;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover:after {
    background-image: url("../img/menu/chevron.svg");
    padding: 1.1458333333vw 1.5625vw;
    color: #fff;
  }
}
@media screen and (min-width: 980px) and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover:after {
    padding: 22px 30px;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li {
    margin-right: 20px;
    margin-bottom: 50px;
    width: calc((100% - 41px) / 3);
    min-width: calc((100% - 41px) / 3);
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child {
    font-size: 50px;
    line-height: 60px;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover {
    color: #fff;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover:after {
    padding: 1.1458333333vw 1.5625vw;
    background-image: url("../img/menu/chevron.svg");
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a, header .menu .realMenu .mainMenu .lv2List li:first-child span {
    color: #DFFFA4;
    font-size: 50px;
    line-height: 60px;
  }
  header .menu .realMenu .mainMenu .lv2List li:first-child a:after, header .menu .realMenu .mainMenu .lv2List li:first-child span:after {
    background-size: 17px auto;
    width: 26px;
    height: 26px;
    padding: 22px 26px;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li:first-child a:hover:after {
    padding: 22px 30px;
  }
}
header .menu .realMenu .mainMenu .lv2List li:nth-child(1) {
  color: #DFFFA4;
}
header .menu .realMenu .mainMenu .lv2List li:nth-child(1) a {
  color: #DFFFA4;
}
header .menu .realMenu .mainMenu .lv2List li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li:last-child {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li:last-child {
    margin-bottom: 50px;
  }
}
header .menu .realMenu .mainMenu .lv2List li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.25s color;
}
header .menu .realMenu .mainMenu .lv2List li a.special {
  color: #B4C0C2;
}
header .menu .realMenu .mainMenu .lv2List li a.special:after {
  background-image: url("../img/menu/chevronGris.svg");
}
header .menu .realMenu .mainMenu .lv2List li a:after {
  position: absolute;
  background-image: url("../img/menu/chevron.svg");
  background-repeat: no-repeat;
  background-size: 2.1333333333vw auto;
  background-position: center;
  width: 2.1333333333vw;
  height: 1.0666666667vw;
  padding: 2.9333333333vw 3.2vw;
  content: "";
  display: inline-block;
  transition: 0.25s padding;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li a:after {
    width: 0.4166666667vw;
    height: 0.2083333333vw;
    background-size: 0.4166666667vw auto;
    padding: 0.8333333333vw 0.78125vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li a:after {
    width: 8px;
    height: 4px;
    background-size: 8px auto;
    padding: 16px 15px;
  }
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li a {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li a {
    font-size: 25px;
    line-height: 32px;
  }
}
header .menu .realMenu .mainMenu .lv2List li a:hover {
  color: #DFFFA4;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .mainMenu .lv2List li a:hover:after {
    padding: 0.8333333333vw 1.0416666667vw;
    background-image: url("../img/menu/chevronVert.svg");
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .mainMenu .lv2List li a:hover:after {
    padding: 16px 20px;
  }
}
header .menu .realMenu .secondaryMenu {
  margin: 0;
  background-color: rgba(104, 130, 133, 0.2);
  padding: 8vw;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu {
    background-color: transparent;
    padding: 0;
    display: flex;
    width: auto;
    align-items: center;
    margin-left: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .secondaryMenu {
    margin-left: 30px;
  }
}
header .menu .realMenu .secondaryMenu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu li:first-child {
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .secondaryMenu li:first-child {
    margin-right: 50px;
  }
}
header .menu .realMenu .secondaryMenu li:last-child {
  margin-bottom: 0;
}
header .menu .realMenu .secondaryMenu li:nth-child(even) a {
  background-color: #DFFFA4;
  color: #042E34;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu li:nth-child(even) a {
    background-color: #042E34;
    color: #DFFFA4;
    border-color: #042E34;
  }
  header .menu .realMenu .secondaryMenu li:nth-child(even) a:hover {
    background-color: #DFFFA4;
    color: #042E34;
  }
}
header .menu .realMenu .secondaryMenu li:nth-child(odd) a {
  color: #DFFFA4;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu li:nth-child(odd) a {
    background-color: #DFFFA4;
    color: #042E34;
    border-color: #042E34;
  }
  header .menu .realMenu .secondaryMenu li:nth-child(odd) a:hover {
    background-color: #042E34;
    color: #DFFFA4;
  }
}
header .menu .realMenu .secondaryMenu li a {
  display: inline-block;
  border: 0.5333333333vw solid #DFFFA4;
  width: 100%;
  max-width: 84vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18.6666666667vw;
  padding: 4.8vw 0;
  text-align: center;
  text-decoration: none;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  header .menu .realMenu .secondaryMenu li a {
    font-size: 1.0416666667vw;
    line-height: 1.3541666667vw;
    border-width: 0.1041666667vw;
    padding: 1.0416666667vw 1.5625vw;
    max-width: none;
    width: auto;
    transition: 0.5s background-color, 0.5s color;
  }
}
@media screen and (min-width: 1920px) {
  header .menu .realMenu .secondaryMenu li a {
    font-size: 20px;
    line-height: 26px;
    border-width: 2px;
    padding: 20px 30px;
  }
}
header .topHead {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8vw;
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(4, 46, 52, 0.2);
  background-image: url("../img/headMob.jpg");
}
@media screen and (min-width: 980px) {
  header .topHead {
    background-image: url("../img/head.jpg");
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .topHead {
    border-radius: 50px;
  }
}
header .topHead .containLogo {
  border-radius: 8vw;
  background-color: #042E34;
  padding: 6.4vw 7.2vw;
  box-sizing: border-box;
  width: 54.4vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  header .topHead .containLogo {
    border-radius: 2.6041666667vw;
    padding: 2.65625vw 2.8645833333vw;
    width: 20.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  header .topHead .containLogo {
    border-radius: 50px;
    padding: 51px 55px;
    width: 400px;
  }
}
header .topHead .containLogo img {
  display: block;
  width: 100%;
}
header .botHead {
  border-radius: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8.8vw 0;
  position: relative;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(4, 46, 52, 0.2);
  background-image: url("../img/headMob.jpg");
}
@media screen and (min-width: 980px) {
  header .botHead {
    background-image: url("../img/head.jpg");
    border-radius: 2.6041666667vw;
    padding: 3.6458333333vw 0 4.6875vw 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead {
    border-radius: 50px;
    padding: 70px 0 90px 0;
  }
}
header .botHead h1 {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 4.8vw;
  line-height: 6.6666666667vw;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5333333333vw;
}
@media screen and (min-width: 980px) {
  header .botHead h1 {
    margin-bottom: 0;
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    margin-right: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead h1 {
    font-size: 50px;
    line-height: 65px;
    margin-right: 12px;
  }
}
header .botHead span {
  display: inline-block;
  color: #DFFFA4;
  background-color: #042E34;
  border-radius: 1.3333333333vw;
  line-height: 5.8666666667vw;
  padding: 0 1.6vw;
  font-size: 4.8vw;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  header .botHead span {
    font-size: 2.6041666667vw;
    line-height: 2.7083333333vw;
    border-radius: 0.2604166667vw;
    padding: 0 0.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  header .botHead span {
    font-size: 50px;
    line-height: 52px;
    border-radius: 5px;
    padding: 0 14px;
  }
}

#stickyCta {
  background-color: #DFFFA4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2.1333333333vw 0;
  z-index: 99;
}
@media screen and (min-width: 980px) {
  #stickyCta {
    padding: 0.5208333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta {
    padding: 10px 0;
  }
}
#stickyCta a {
  display: inline-block;
  background-color: #042E34;
  box-shadow: none;
  border-radius: 18.6666666667vw;
  color: #DFFFA4;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  border: 0.5333333333vw solid #042E34;
  transition: 0.5s color, 0.5s background-color;
  padding: 1.8666666667vw 13.3333333333vw 1.8666666667vw 21.3333333333vw;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 980px) {
  #stickyCta a {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
    padding: 0.8854166667vw 2.7083333333vw 0.8854166667vw 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta a {
    border-width: 2px;
    font-size: 22px;
    line-height: 30px;
    padding: 17px 52px 17px 100px;
  }
}
#stickyCta a svg {
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.8666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  #stickyCta a svg {
    left: 2.7604166667vw;
    width: 1.5104166667vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  #stickyCta a svg {
    left: 53px;
    width: 29px;
    height: 28px;
  }
}
#stickyCta a svg path {
  transition: 0.5s fill;
}
#stickyCta a:hover {
  color: #042E34;
  background-color: #DFFFA4;
}
#stickyCta a:hover svg path {
  fill: #042E34;
}

footer {
  background-image: none !important;
  margin: 0 !important;
  background-color: #042E34 !important;
  padding: 14.6666666667vw 0 !important;
  position: relative;
}
@media screen and (min-width: 980px) {
  footer {
    padding: 5.7291666667vw 0 2.8645833333vw 0 !important;
  }
}
@media screen and (min-width: 1920px) {
  footer {
    padding: 110px 0 55px 0 !important;
  }
}
footer .wrapperFooter {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  footer .wrapperFooter {
    max-width: 1920px;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1920px) {
  footer .wrapperFooter {
    padding-left: 50px;
    padding-right: 50px;
  }
}
footer .topFooter {
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  footer .topFooter {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .topFooter {
    margin-bottom: 55px;
  }
}
footer .topFooter img {
  display: block;
  margin: 0 auto;
  margin-bottom: 16vw;
  width: 66.1333333333vw;
}
@media screen and (min-width: 980px) {
  footer .topFooter img {
    width: 12.9166666667vw;
    position: absolute;
    left: 50%;
    top: 2.8645833333vw;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .topFooter img {
    width: 248px;
    top: 55px;
  }
}
footer .topFooter .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  footer .topFooter .social {
    justify-content: flex-end;
  }
}
footer .topFooter .social a {
  margin: 0 5.3333333333vw;
  display: block;
  width: 13.3333333333vw;
}
@media screen and (min-width: 980px) {
  footer .topFooter .social a {
    margin: 0 1.0416666667vw;
    width: 2.6041666667vw;
  }
  footer .topFooter .social a:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .topFooter .social a {
    margin: 0 20px;
    width: 50px;
  }
}
footer .topFooter .social a svg {
  width: 100%;
  height: auto;
  display: block;
}
footer .topFooter .social a svg path {
  transition: 0.5s fill;
}
footer .topFooter .social a:hover svg path {
  fill: #DFFFA4;
}
footer .bullesFooter {
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 5.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft, footer .bullesFooter .bulleRight {
    box-sizing: border-box;
    width: calc((100% - 2.6041666667vw) / 2);
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft, footer .bullesFooter .bulleRight {
    width: calc((100% - 50px) / 2);
  }
}
footer .bullesFooter .bulleLeft .title, footer .bullesFooter .bulleRight .title {
  color: #042E34;
  font-weight: 700;
  font-size: 6.6666666667vw;
  line-height: 8vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .title, footer .bullesFooter .bulleRight .title {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .title, footer .bullesFooter .bulleRight .title {
    font-size: 30px;
    line-height: 30px;
  }
}
footer .bullesFooter .bulleLeft .content, footer .bullesFooter .bulleLeft .legal, footer .bullesFooter .bulleRight .content, footer .bullesFooter .bulleRight .legal {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .content, footer .bullesFooter .bulleLeft .legal, footer .bullesFooter .bulleRight .content, footer .bullesFooter .bulleRight .legal {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .content, footer .bullesFooter .bulleLeft .legal, footer .bullesFooter .bulleRight .content, footer .bullesFooter .bulleRight .legal {
    font-size: 25px;
    line-height: 33px;
  }
}
footer .bullesFooter .bulleLeft .content a, footer .bullesFooter .bulleLeft .legal a, footer .bullesFooter .bulleRight .content a, footer .bullesFooter .bulleRight .legal a {
  text-decoration: underline;
  color: #042E34;
  transition: 0.5s color;
}
footer .bullesFooter .bulleLeft .content a:hover, footer .bullesFooter .bulleLeft .legal a:hover, footer .bullesFooter .bulleRight .content a:hover, footer .bullesFooter .bulleRight .legal a:hover {
  text-decoration: none;
}
footer .bullesFooter .bulleLeft {
  background-color: #DFFFA4;
  margin-bottom: 16vw;
  border-radius: 8vw;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft {
    margin-bottom: 0;
    border-radius: 2.6041666667vw;
    padding: 1.6666666667vw 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft {
    border-radius: 50px;
    padding: 32px 48px;
  }
}
footer .bullesFooter .bulleLeft .title {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .title {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .title {
    margin-bottom: 10px;
  }
}
footer .bullesFooter .bulleLeft .content {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .content {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .content {
    margin-bottom: 15px;
  }
}
footer .bullesFooter .bulleLeft .ctaBulle {
  text-align: left;
}
footer .bullesFooter .bulleLeft .ctaBulle a {
  display: inline-block;
  padding: 3.4666666667vw 18.1333333333vw 3.4666666667vw 23.4666666667vw;
  background-color: #042E34;
  color: #DFFFA4;
  transition: 0.5s color, 0.5s background-color, 0.5s border-color;
  border: 0.5333333333vw solid #042E34;
  position: relative;
  border-radius: 8vw;
  text-decoration: none;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .ctaBulle a {
    border-radius: 3.6458333333vw;
    padding: 1.40625vw 3.0208333333vw 1.40625vw 5.1041666667vw;
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .ctaBulle a {
    border-radius: 70px;
    padding: 27px 58px 27px 98px;
    font-size: 22px;
    line-height: 30px;
    border-width: 2px;
  }
}
footer .bullesFooter .bulleLeft .ctaBulle a:hover {
  background-color: #DFFFA4;
  color: #042E34;
}
footer .bullesFooter .bulleLeft .ctaBulle a:hover svg path {
  fill: #042E34;
}
footer .bullesFooter .bulleLeft .ctaBulle a svg {
  position: absolute;
  left: 12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 5.6vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleLeft .ctaBulle a svg {
    left: 2.8125vw;
    width: 1.4583333333vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleLeft .ctaBulle a svg {
    left: 54px;
    width: 28px;
    height: 28px;
  }
}
footer .bullesFooter .bulleLeft .ctaBulle a svg path {
  transition: 0.5s fill;
}
footer .bullesFooter .bulleRight {
  background-color: #F2EEE3;
  border-radius: 8vw;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleRight {
    margin-bottom: 0;
    border-radius: 2.6041666667vw;
    padding: 1.6666666667vw 2.5vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleRight {
    border-radius: 50px;
    padding: 32px 48px;
  }
}
footer .bullesFooter .bulleRight .title {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleRight .title {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleRight .title {
    margin-bottom: 10px;
  }
}
footer .bullesFooter .bulleRight .submitGroup {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 5.3333333333vw;
  margin-top: 2.6666666667vw;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleRight .submitGroup {
    margin-bottom: 0;
    margin-bottom: 0.78125vw;
    margin-top: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleRight .submitGroup {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}
footer .bullesFooter .bulleRight .submitGroup span {
  display: inline-block;
  background-color: #042E34;
  box-shadow: none;
  border-radius: 18.6666666667vw;
  color: #fff;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  border: 0.5333333333vw solid #042E34;
  transition: 0.5s color, 0.5s background-color;
  padding: 3.4666666667vw 19.2vw 3.4666666667vw 28.8vw;
  box-sizing: border-box;
  font-family: "Anuphan";
  cursor: pointer;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleRight .submitGroup span {
    font-size: 1.1458333333vw;
    line-height: 1.5625vw;
    border-width: 0.1041666667vw;
    padding: 1.40625vw 2.65625vw 1.40625vw 5.1041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleRight .submitGroup span {
    border-width: 2px;
    font-size: 22px;
    line-height: 30px;
    padding: 27px 51px 27px 98px;
  }
}
footer .bullesFooter .bulleRight .submitGroup span:hover {
  color: #042E34;
  background-color: transparent;
}
footer .bullesFooter .bulleRight .submitGroup span:hover + svg path {
  fill: #042E34;
}
footer .bullesFooter .bulleRight .submitGroup svg {
  position: absolute;
  left: 19.7333333333vw;
  top: 50%;
  transform: translateY(-50%);
  width: 6.6666666667vw;
  height: 5.6vw;
}
@media screen and (min-width: 980px) {
  footer .bullesFooter .bulleRight .submitGroup svg {
    left: 2.7604166667vw;
    width: 1.6666666667vw;
    height: 1.4583333333vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .bullesFooter .bulleRight .submitGroup svg {
    left: 53px;
    width: 32px;
    height: 28px;
  }
}
footer .bullesFooter .bulleRight .submitGroup svg path {
  transition: 0.5s fill;
}
footer .menusFooter {
  margin-bottom: 14.6666666667vw;
}
@media screen and (min-width: 980px) {
  footer .menusFooter {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter {
    width: calc((100% - 7.8125vw) / 4);
    margin-right: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
  }
}
footer .menusFooter .menuFooter:last-child {
  margin-right: 0;
}
footer .menusFooter .menuFooter:last-child > ul {
  margin-bottom: 0;
}
footer .menusFooter .menuFooter > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 16.8vw;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul {
    margin-bottom: 0;
  }
}
footer .menusFooter .menuFooter > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menusFooter .menuFooter > ul > li > a, footer .menusFooter .menuFooter > ul > li > span {
  color: #fff;
  font-weight: 700;
  font-size: 6.6666666667vw;
  line-height: 6.6666666667vw;
  margin-bottom: 5.8666666667vw;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s color;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > a, footer .menusFooter .menuFooter > ul > li > span {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > a, footer .menusFooter .menuFooter > ul > li > span {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
  }
}
footer .menusFooter .menuFooter > ul > li > a.topBt, footer .menusFooter .menuFooter > ul > li > span.topBt {
  margin-bottom: 16vw;
}
footer .menusFooter .menuFooter > ul > li > a.topBt + ul, footer .menusFooter .menuFooter > ul > li > span.topBt + ul {
  padding-left: 0;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > a.topBt, footer .menusFooter .menuFooter > ul > li > span.topBt {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > a.topBt, footer .menusFooter .menuFooter > ul > li > span.topBt {
    margin-bottom: 30px;
  }
}
footer .menusFooter .menuFooter > ul > li > a:hover, footer .menusFooter .menuFooter > ul > li > span:hover {
  color: #DFFFA4;
}
footer .menusFooter .menuFooter > ul > li > ul {
  list-style: none;
  padding-left: 8vw;
  display: block;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > ul {
    padding-left: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > ul {
    padding-left: 1.5625vw;
  }
}
footer .menusFooter .menuFooter > ul > li > ul > li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > ul > li {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > ul > li {
    margin-bottom: 30px;
  }
}
footer .menusFooter .menuFooter > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
footer .menusFooter .menuFooter > ul > li > ul > li a {
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-decoration: none;
  transition: 0.5s color;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > ul > li a {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > ul > li a {
    font-size: 25px;
    line-height: 33px;
  }
}
footer .menusFooter .menuFooter > ul > li > ul > li a:hover {
  color: #DFFFA4;
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol0, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 {
  margin-bottom: 16vw;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > ul > li.btcol0, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > ul > li.btcol0, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 {
    margin-bottom: 30px;
  }
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol0:last-child, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3:last-child {
  margin-bottom: 0;
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol0 a, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 a {
  transition: 0.5s background-color, 0.5s color;
  font-weight: 700;
  padding: 4vw 12vw;
  border-width: 0.5333333333vw;
  border-style: solid;
  color: #042E34;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  border-radius: 18.6666666667vw;
  min-width: 40vw;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 980px) {
  footer .menusFooter .menuFooter > ul > li > ul > li.btcol0 a, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 a {
    padding: 0.78125vw 2.34375vw;
    border-width: 0.1041666667vw;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    border-radius: 3.6458333333vw;
    min-width: 7.8125vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menusFooter .menuFooter > ul > li > ul > li.btcol0 a, footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 a {
    padding: 15px 45px;
    border-width: 2px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 70px;
    min-width: 150px;
  }
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol0 a {
  background-color: #fff;
  border-color: #fff;
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol0 a:hover {
  background-color: transparent;
  color: #fff;
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 a {
  background-color: #DFFFA4;
  border-color: #DFFFA4;
}
footer .menusFooter .menuFooter > ul > li > ul > li.btcol3 a:hover {
  background-color: transparent;
  color: #DFFFA4;
}
footer .menuLegalFooter {
  border-top: 0.2666666667vw solid #fff;
  padding: 8vw 0;
}
@media screen and (min-width: 980px) {
  footer .menuLegalFooter {
    border-width: 0.0520833333vw;
    padding: 1.0416666667vw 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .menuLegalFooter {
    border-width: 1px;
    padding: 20px 0;
  }
}
footer .menuLegalFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 980px) {
  footer .menuLegalFooter ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer .menuLegalFooter ul li {
  margin-bottom: 8vw;
}
@media screen and (min-width: 980px) {
  footer .menuLegalFooter ul li {
    margin-bottom: 0;
    padding: 0 1.09375vw;
    border-right: 0.0520833333vw solid #fff;
  }
}
@media screen and (min-width: 1920px) {
  footer .menuLegalFooter ul li {
    border-width: 1px;
    padding: 0 21px;
  }
}
footer .menuLegalFooter ul li:last-child {
  margin-bottom: 0;
  border-right: none;
}
footer .menuLegalFooter ul li a {
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  line-height: 6.4vw;
  text-decoration: none;
  display: block;
  transition: 0.5s color;
}
@media screen and (min-width: 980px) {
  footer .menuLegalFooter ul li a {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  footer .menuLegalFooter ul li a {
    font-size: 25px;
    line-height: 33px;
  }
}
footer .menuLegalFooter ul li a:hover {
  color: #DFFFA4;
}
footer .lineLegalFooter {
  padding: 5.3333333333vw 0;
  color: #fff;
  text-align: center;
  font-size: 4.8vw;
  line-height: 6.4vw;
  border-top: 0.2666666667vw solid #fff;
}
@media screen and (min-width: 980px) {
  footer .lineLegalFooter {
    font-size: 1.3020833333vw;
    line-height: 1.71875vw;
    border-width: 0.0520833333vw;
    padding: 1.0416666667vw 0;
  }
}
@media screen and (min-width: 1920px) {
  footer .lineLegalFooter {
    font-size: 25px;
    line-height: 33px;
    border-width: 1px;
    padding: 20px 0;
  }
}
footer .lineLegalFooter strong {
  font-weight: 700;
}

.wrapperContenuEdito {
  padding-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  background-color: #F2EEE3;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito {
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito {
    padding-top: 100px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito {
    padding-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito {
    padding-bottom: 100px;
  }
}
.wrapperContenuEdito.dark {
  background-color: #ECE5D3;
}

.wrapperContenuEdito .contenuEdito {
  width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito {
    width: 46%;
  }
}
.wrapperContenuEdito .contenuEdito > *:last-child {
  margin-bottom: 0;
}

.wrapperContenuEdito .contenuEdito h1 {
  color: #042E34;
  font-size: 6.6666666667vw;
  line-height: 8.8vw;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 8vw;
  text-align: left;
  font-family: "Anuphan";
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h1 {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h1 {
    line-height: 3.3854166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h1 {
    line-height: 65px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h1 {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h1 {
    margin-bottom: 50px;
  }
}
.wrapperContenuEdito .contenuEdito h1 a {
  color: #042E34;
  text-decoration: underline;
}

.wrapperContenuEdito .contenuEdito h1 a:hover {
  text-decoration: none;
  color: #688285;
}

.wrapperContenuEdito .contenuEdito h2 {
  color: #042E34;
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
  margin: 0;
  padding: 0;
  font-weight: 700;
  margin-bottom: 8vw;
  text-align: left;
  font-family: "Anuphan";
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h2 {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h2 {
    line-height: 2.03125vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h2 {
    line-height: 39px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h2 {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h2 {
    margin-bottom: 50px;
  }
}
.wrapperContenuEdito .contenuEdito h3 {
  color: #042E34;
  font-size: 5.3333333333vw;
  line-height: 6.9333333333vw;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8vw;
  text-align: left;
  font-family: "Anuphan";
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h3 {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h3 {
    line-height: 2.03125vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h3 {
    line-height: 39px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito h3 {
    margin-bottom: 1.3041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito h3 {
    margin-bottom: 25px;
  }
}
.wrapperContenuEdito .contenuEdito h2 a {
  color: #042E34;
  text-decoration: underline;
}

.wrapperContenuEdito .contenuEdito h2 a:hover {
  text-decoration: none;
  color: #688285;
}

.wrapperContenuEdito .contenuEdito .paraph {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.4vw;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8vw;
  text-align: left;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    font-size: 25px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    line-height: 1.875vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    line-height: 36px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .paraph {
    margin-bottom: 50px;
  }
}
.wrapperContenuEdito .contenuEdito .paraph p {
  margin-top: 0;
  margin-bottom: 4vw;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .paraph p {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .paraph p {
    margin-bottom: 25px;
  }
}
.wrapperContenuEdito .contenuEdito .paraph p:last-child {
  margin-bottom: 0;
}

.wrapperContenuEdito .contenuEdito .paraph a, .wrapperContenuEdito .contenuEdito .paraph p > a {
  color: #042E34;
  text-decoration: underline;
}

.wrapperContenuEdito .contenuEdito .paraph a:hover, .wrapperContenuEdito .contenuEdito .paraph p > a:hover {
  text-decoration: none;
  color: #688285;
}

.wrapperContenuEdito .contenuEdito ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8vw;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul {
    margin-bottom: 50px;
  }
}
.wrapperContenuEdito .contenuEdito ul li {
  color: #042E34;
  font-size: 4.8vw;
  line-height: 6.4vw;
  padding-left: 5.3333333333vw;
  position: relative;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li {
    font-size: 25px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li {
    line-height: 1.875vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li {
    line-height: 36px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li {
    padding-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li {
    padding-left: 20px;
  }
}
.wrapperContenuEdito .contenuEdito ul li:before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.12818 10L5.72293 6.31994C5.85975 6.17987 5.85975 5.95282 5.72293 5.81128L2 2" stroke="%23042E34" stroke-width="3" stroke-miterlimit="10" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.1333333333vw;
  height: 3.2vw;
  left: 0;
  top: 1.6vw;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    width: 0.4166666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    width: 8px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    height: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    height: 12px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    top: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito ul li:before {
    top: 12px;
  }
}
.wrapperContenuEdito .contenuEdito ul li a {
  color: #042E34;
  text-decoration: underline;
}

.wrapperContenuEdito .contenuEdito ul li a:hover {
  text-decoration: none;
  color: #688285;
}

.wrapperContenuEdito .contenuEdito .legal {
  color: #688285;
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 8vw;
  text-align: left;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .legal {
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .legal {
    font-size: 18px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .legal {
    line-height: 1.40625vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .legal {
    line-height: 27px;
  }
}
@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .legal {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .legal {
    margin-bottom: 50px;
  }
}
.wrapperContenuEdito .contenuEdito .legal p {
  margin-top: 0;
  margin-bottom: 4vw;
}

@media screen and (min-width: 980px) {
  .wrapperContenuEdito .contenuEdito .legal p {
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .wrapperContenuEdito .contenuEdito .legal p {
    margin-bottom: 25px;
  }
}
.wrapperContenuEdito .contenuEdito .legal a, .wrapperContenuEdito .contenuEdito .legal p > a {
  color: #688285;
  text-decoration: underline;
}

.wrapperContenuEdito .contenuEdito .legal a:hover, .wrapperContenuEdito .contenuEdito .legal p > a:hover {
  text-decoration: none;
}

html body .wrapper .wp-paginate {
  border: none;
  flex-wrap: nowrap;
}
html body .wrapper .wp-paginate {
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate {
    padding-top: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate {
    padding-top: 10px;
  }
}
html body .wrapper .wp-paginate {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate {
    padding-bottom: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate {
    padding-bottom: 10px;
  }
}
html body .wrapper .wp-paginate li {
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li {
    padding-left: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li {
    padding-left: 10px;
  }
}
html body .wrapper .wp-paginate li {
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li {
    padding-right: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li {
    padding-right: 10px;
  }
}
html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
  border-style: solid;
  border-color: transparent;
  padding: 2.9333333333vw 6.9333333333vw;
  display: inline-block;
  color: #042E34;
  font-weight: 700;
}
html body .wrapper .wp-paginate li a.gap, html body .wrapper .wp-paginate li span.gap {
  color: #042E34;
}
html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    font-size: 20px;
  }
}
html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
  line-height: 8vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    line-height: 30px;
  }
}
html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
  border-width: 0.5333333333vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    border-width: 0.1041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    border-width: 2px;
  }
}
html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
  border-radius: 8vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    border-radius: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    border-radius: 70px;
  }
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    padding: 0.6770833333vw 1.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a, html body .wrapper .wp-paginate li span {
    padding: 13px 34px;
  }
}
html body .wrapper .wp-paginate li a.current, html body .wrapper .wp-paginate li span.current {
  border-color: #042E34;
  padding: 2.9333333333vw 6.9333333333vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a.current, html body .wrapper .wp-paginate li span.current {
    padding: 0.6770833333vw 1.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a.current, html body .wrapper .wp-paginate li span.current {
    padding: 13px 34px;
  }
}
html body .wrapper .wp-paginate li a.current:after, html body .wrapper .wp-paginate li span.current:after {
  display: none;
}
html body .wrapper .wp-paginate li a:after, html body .wrapper .wp-paginate li span:after {
  display: none;
}
html body .wrapper .wp-paginate li a:hover {
  border-color: #042E34;
  color: #042E34;
  padding: 2.9333333333vw 6.9333333333vw;
}
@media screen and (min-width: 980px) {
  html body .wrapper .wp-paginate li a:hover {
    padding: 0.6770833333vw 1.7708333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapper .wp-paginate li a:hover {
    padding: 13px 34px;
  }
}
html body .wrapper .wp-paginate li a:hover:after {
  display: none;
}
html body .prevAfterLinks {
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .prevAfterLinks a {
  color: #DFFFA4;
  background-color: #042E34;
  display: inline-block;
  border-radius: 18.6666666667vw;
  padding: 4.5333333333vw 10.1333333333vw;
  text-align: center;
  text-decoration: none;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  font-weight: 700;
}
html body .prevAfterLinks a {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .prevAfterLinks a {
    margin-left: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .prevAfterLinks a {
    margin-left: 25px;
  }
}
html body .prevAfterLinks a {
  margin-right: 2.6666666667vw;
}
@media screen and (min-width: 980px) {
  html body .prevAfterLinks a {
    margin-right: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  html body .prevAfterLinks a {
    margin-right: 25px;
  }
}
@media screen and (min-width: 980px) {
  html body .prevAfterLinks a {
    font-size: 1.0416666667vw;
    line-height: 1.3541666667vw;
    border-width: 0.1041666667vw;
    padding: 1.0416666667vw 1.5625vw;
    max-width: none;
    width: auto;
    transition: 0.5s background-color, 0.5s color;
  }
}
@media screen and (min-width: 1920px) {
  html body .prevAfterLinks a {
    font-size: 20px;
    line-height: 26px;
    border-width: 2px;
    padding: 20px 30px;
  }
}
html body .prevAfterLinks a:hover {
  background-color: #DFFFA4;
  color: #042E34;
}
html body .lightActus25 {
  background-color: #F9F7F3;
}
html body .lightActus25 select {
  box-sizing: border-box;
}
html body .wrapperNewsFocus {
  width: 84%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  html body .wrapperNewsFocus {
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  html body .wrapperNewsFocus {
    padding-left: 50px;
    padding-right: 50px;
  }
}/*# sourceMappingURL=main.css.map */