@charset "UTF-8";
/* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
   Code licensed under the BSD License:
   http://developer.yahoo.net/yui/license.txt
   version: 2.7.0
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

abbr {
  cursor: help;
}

label {
  cursor: pointer;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
  font-size: 100%;
}

/* Setting
------------------------------------------------------------------------*/
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

th,
td {
  border: 1px solid #999;
  padding: 0.5em;
}

th {
  font-weight: bold;
  text-align: center;
}

caption {
  padding-bottom: 0.5em;
  text-align: right;
}

dfn {
  font-style: normal;
}

address {
  font-style: normal;
  line-height: 1;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 62.5% Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333;
  line-height: 1.4;
}

html > body {
  font-size: 10px;
  font-size: 62.5% \9 ;
} /* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */
select, input, button, textarea {
  font: 100% Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333;
  line-height: 1.4;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
  color: #333;
  line-height: 1.4;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.4;
  color: #333;
}

/* Font-size fixed */
li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td,
dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td,
dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td,
th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td,
td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td,
p input {
  font-size: 100%;
}

/*==========================================================================*/
/*                            F U N C T I O N                               */
/*==========================================================================*/
/*==========================================================================*/
/*                               M I X I N                                  */
/*==========================================================================*/
:root {
  --inner-width: 1300px;
  --main-cl: #FDB924;
  --lh: 1.15em;
  --font-family: "Inter", sans-serif;
  --body-color: #002835;
  --cl-gray: #E7E9EB;
  --cl-light-gray: #F3F3F4;
  --heightHeader: 120px;
  --section-padding: 80px 0;
  --col-gap: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-family: var(--font-family);
  margin-bottom: 0;
  line-height: 1.5em;
}

dl {
  font-size: 1em;
  text-transform: inherit;
  opacity: 1;
}
dl dt,
dl dd {
  margin: 0;
  text-transform: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea,
select,
.with_frm_style input[type=text],
.with_frm_style input[type=password],
.with_frm_style input[type=email],
.with_frm_style input[type=number],
.with_frm_style input[type=url],
.with_frm_style input[type=tel],
.with_frm_style input[type=phone],
.with_frm_style input[type=search],
.with_frm_style select,
.with_frm_style textarea,
.frm_form_fields_style,
.with_frm_style .frm_scroll_box .frm_opt_container,
.frm_form_fields_active_style,
.frm_form_fields_error_style,
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .chosen-container-multi .chosen-choices,
.with_frm_style .chosen-container-single .chosen-single {
  width: 100%;
  border: solid 1px #999999;
  padding: 12px 15px;
  border-radius: 8px;
  margin-bottom: 0;
  height: auto;
  line-height: 1.4em;
  font-size: 16px;
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus,
select:focus,
.with_frm_style input[type=text]:focus,
.with_frm_style input[type=password]:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=number]:focus,
.with_frm_style input[type=url]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=phone]:focus,
.with_frm_style input[type=search]:focus,
.with_frm_style select:focus,
.with_frm_style textarea:focus,
.frm_form_fields_style:focus,
.with_frm_style .frm_scroll_box .frm_opt_container:focus,
.frm_form_fields_active_style:focus,
.frm_form_fields_error_style:focus,
.with_frm_style .frm-card-element.StripeElement:focus,
.with_frm_style .chosen-container-multi .chosen-choices:focus,
.with_frm_style .chosen-container-single .chosen-single:focus {
  box-shadow: none !important;
  border-color: var(--main-cl);
  background: #fffbf1;
}

select {
  -webkit-appearance: none;
  background-image: none !important;
  position: relative;
  background-image: url("../images/icon-arrow-down.svg") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
}

::placeholder {
  opacity: 0.5 !important;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  text-transform: initial;
  min-height: unset;
  margin-right: 0;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family) !important;
  line-height: 1.2em;
  color: var(--body-color);
  font-weight: 600;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 0.3em;
}

a,
body a {
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: var(--font-family);
  color: var(--body-color);
}

select {
  visibility: visible !important;
}

[href^="tel:"] {
  word-break: keep-all;
  white-space: nowrap;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
}

table {
  width: 100%;
}
table th {
  color: var(--body-color) !important;
  font-weight: 700;
  background: var(--main-cl) !important;
  border-color: var(--body-color) !important;
  text-transform: none !important;
  border-width: 1px !important;
}
table th.expand {
  display: table-cell !important;
  width: auto !important;
}
table td {
  color: var(--body-color) !important;
  border-color: var(--body-color) !important;
  border-width: 1px !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.5em;
}

td label,
td .label,
td input,
td select,
td form,
td dl,
td p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

button {
  cursor: pointer;
  border: solid 1px #333;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

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

/*==========================================================================*/
/*                              G L O B A L                                 */
/*==========================================================================*/
html {
  background: #fff;
}

body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  color: var(--body-color) !important;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: none;
}

.container {
  width: var(--inner-width) !important;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.full {
  width: 1630px;
}
.container.full.d-flex {
  padding-top: 24px;
  padding-bottom: 24px;
}

ul,
body ul {
  padding-left: 0;
  margin-bottom: 0;
}

body li {
  margin-bottom: 0;
}

.lightbox {
  line-height: normal;
}

[href^="mailto:"] {
  display: inline-block;
}

/*==========================================================================*/
/*             W O R D P R E S S   U S E R   L O G G E D   I N              */
/*==========================================================================*/
.customize-support header {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  .customize-support header {
    margin-top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .customize-support header {
    margin-top: 0px !important;
  }
}
/*==========================================================================*/
/*                             E N D   A L L                                */
/*==========================================================================*/
/*==========================================================================*/
/*                           U T I L I T I E S                              */
/*==========================================================================*/
.hamburger-btn {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 99;
  margin-left: 20px;
}
.hamburger-btn .bar {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-cl);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: 50% 50%;
}
.hamburger-btn .bar::before, .hamburger-btn .bar::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 2px;
  background-color: var(--main-cl);
  transition: all 0.3s ease;
}
.hamburger-btn .bar::before {
  top: -8px;
}
.hamburger-btn .bar::after {
  top: 8px;
}
.hamburger-btn.--active .bar {
  background-color: transparent;
}
.hamburger-btn.--active .bar::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-btn.--active .bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 8;
  overflow: hidden;
  transition: all 0.3s ease;
}
.to-top:hover {
  opacity: 0.8;
}
.to-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: var(--main-cl);
  border: 1px var(--main-cl) solid;
  border-radius: 4px;
  z-index: 1;
}
.to-top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #fff transparent;
  transition: all 0.3s ease;
}
.to-top a:hover {
  border-radius: 4px;
  background-color: #fff;
  border-color: var(--main-cl);
}
.to-top a:hover:before {
  border-color: transparent transparent var(--main-cl) transparent;
}

.d-flex {
  display: flex;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.btn-primary {
  font-weight: 600 !important;
  background-color: var(--main-cl) !important;
  color: var(--body-color) !important;
  box-shadow: none !important;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px !important;
  padding: 10px 25px;
  transition: all 0.2s;
  border: solid 1px transparent;
  text-decoration: none !important;
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #fff !important;
    opacity: 1 !important;
  }
}
.btn-primary i {
  margin-left: 10px;
  font-size: 120%;
}
.btn-primary.color-white {
  color: #fff;
}
@media (hover: hover) {
  .btn-primary.color-white:hover {
    background: #fff;
    color: var(--main-cl);
    border-color: var(--main-cl);
  }
}
.btn-primary.btn-back {
  background-color: var(--body-color) !important;
  color: #fff !important;
}
@media (hover: hover) {
  .btn-primary.btn-back:hover {
    background: #fff !important;
    color: var(--body-color) !important;
    border-color: var(--body-color) !important;
  }
}
.btn-primary.btn-bordered {
  background-color: #fff !important;
  border: solid 1px var(--main-cl) !important;
  color: var(--main-cl) !important;
}
@media (hover: hover) {
  .btn-primary.btn-bordered:hover {
    background-color: var(--main-cl) !important;
    color: #fff !important;
  }
}
.btn-primary.btn-bordered.btn-black {
  color: var(--body-color) !important;
  border-color: var(--body-color) !important;
}
@media (hover: hover) {
  .btn-primary.btn-bordered.btn-black:hover {
    background-color: var(--body-color) !important;
    color: #fff !important;
  }
}
.btn-secondary {
  font-weight: 600;
  background-color: #002835;
  color: #fff;
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 25px;
  transition: all 0.2s;
  border: solid 1px transparent;
}
@media (hover: hover) {
  .btn-secondary:hover {
    color: #002835;
    border-color: #002835;
    background: #fff;
  }
}

.btn-icon i {
  font-size: 100%;
  margin-right: 0.5em;
  display: inline-block;
  transform: translateY(-1px);
  margin-left: -0.2em;
}

.text-link {
  color: var(--main-cl);
  font-weight: 700;
}
.text-link:hover {
  text-decoration: underline;
}

.txt-desc {
  font-size: 18px;
  margin-bottom: 1.8em;
}
.txt-desc.sub-color {
  color: #3D525D;
}

.menu-tab > li:not(:last-child) {
  margin-bottom: 2px;
}
.menu-tab-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 50px 16px 12px;
  cursor: pointer;
  border-radius: 4px;
  background: url("../images/icon-arrow-right-02.svg") no-repeat right 12px center/24px;
  border: solid 1px transparent;
  transition: all 0.2s;
}
.menu-tab-link:hover {
  background-color: #f1f2f3;
}
.menu-tab-link.active {
  background-color: var(--main-cl);
  pointer-events: none;
}
.menu-tab-icon {
  flex-shrink: 0;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
}
.form-group input {
  font-size: 14px;
}

small {
  font-size: 10px;
  margin-top: 5px;
  display: inline-block;
}

[readonly] {
  background-color: #f1f2f3;
  cursor: not-allowed;
}

#form-response {
  font-size: 16px;
}

.required-icon {
  color: #f00;
}

img.size-full.alignnone {
  margin-bottom: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
  gap: 10px;
}
.pagination .page-numbers {
  display: inline-flex;
  height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
  border: solid 1px var(--main-cl);
  border-radius: 4px;
  color: var(--main-cl);
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 5px;
}
.pagination .page-numbers.current {
  background-color: var(--main-cl);
  color: #fff;
  pointer-events: none;
}
.pagination .page-numbers.dots {
  pointer-events: none;
}
@media (hover: hover) {
  .pagination .page-numbers:hover {
    background-color: #ffefcd;
  }
}

#loading-screen {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loading-container {
  display: flex;
  gap: 10px;
  align-items: center;
  transform: scale(0.5);
}

.candle {
  position: relative;
  width: 12px;
  background: #EFBF30;
  border-radius: 2px;
  animation: grow 1.2s infinite ease-in-out;
}

.candle::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #EFBF30;
  top: -15px;
  bottom: -15px;
}

.candle:nth-child(1) {
  animation-delay: 0s;
  height: 40px;
}

.candle:nth-child(2) {
  animation-delay: 0.2s;
  height: 60px;
}

.candle:nth-child(3) {
  animation-delay: 0.4s;
  height: 35px;
}

.candle:nth-child(4) {
  animation-delay: 0.6s;
  height: 55px;
}

.candle:nth-child(5) {
  animation-delay: 0.8s;
  height: 45px;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(1.5);
  }
}
.btn-close {
  color: #666;
  font-size: 26px;
  line-height: 1em;
  transition: all 0.2s;
}
@media (hover: hover) {
  .btn-close:hover {
    color: var(--main-cl);
  }
}

/*============================= H_E_A_D_E_R =============================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: var(--heightHeader);
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 50;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
#header .gcl-logo {
  width: auto;
  flex-shrink: 0;
  margin-bottom: 0;
}

.menu-list {
  position: relative;
  display: flex;
}
.menu-list > li {
  padding: 0 13px;
  width: auto;
}
@media screen and (min-width: 1201px) {
  .menu-list > li:hover > a {
    color: var(--main-cl);
  }
}
.menu-list > li a[href="#"] {
  cursor: default;
  white-space: nowrap;
}

.header-info-nav {
  background: #EFEEED;
  padding: 5px 0 7px;
}
.header-info-nav .customer-type {
  column-gap: 16px;
  margin-right: auto;
}
.header-info-nav .customer-type li {
  list-style: none;
}
.header-info-nav .info-nav-link {
  font-size: 12px;
}

.contact-buttons {
  column-gap: 16px;
}
.contact-buttons li {
  list-style: none !important;
}

.header-main .container {
  align-items: center;
  height: 80px;
  position: relative;
}

.header-menu {
  margin: 0 30px 0 auto;
  align-items: center;
  column-gap: 15px;
  position: relative;
  padding-left: 20px;
}
.header-menu .search-form {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
}

.search-box .search-button-icon {
  position: relative;
  top: 1px;
}
.search-box.open .search-form {
  opacity: 1;
  pointer-events: auto;
}
.search-box.open .search-button-icon {
  transform: translateX(-14px);
}

.search-form input {
  display: block;
  border-radius: 8px;
  padding-right: 70px;
  border: solid 1px var(--main-cl);
}
.search-form button {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 22px;
  background-color: var(--main-cl);
  color: #fff;
  border-color: var(--main-cl);
}

.menu-list .menu-ttl {
  font-size: 14px;
}
.menu-list .menu-ttl.active {
  color: var(--main-cl);
}

.header-controls {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

.access-buttons {
  column-gap: 16px;
  display: flex;
}
.access-buttons li {
  list-style: none !important;
}

.search-button-icon {
  font-size: 22px;
  cursor: pointer;
  transition: all 0.2s;
}
.search-button-icon:hover {
  color: var(--main-cl);
}

.sub-menu {
  --gray: #e5e5e5;
  --title-width: 380px;
  --slider-width: 360px;
  --padding: 25px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.sub-menu-item {
  display: flex;
  flex-grow: 1;
  border-radius: 16px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fafafa;
  padding-right: var(--padding);
}
.sub-menu-ttl {
  padding: var(--padding) 0;
  width: 380px;
  background: #fff;
  margin: 0;
}
.sub-menu-ttl > li {
  padding: 0 var(--padding);
}
.sub-menu-ttl > li:hover .sub-menu-content, .sub-menu-ttl > li.active .sub-menu-content {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .sub-menu-ttl > li:hover > .sub-menu-link.has-child {
    background-image: url("../images/icon-arrow-right-03.svg");
    background-position: right 7px center;
    padding-left: 5px;
    border-bottom-color: var(--main-cl);
    color: var(--main-cl);
  }
}
.sub-menu-left {
  flex-grow: 1;
  padding-right: var(--padding);
}
.sub-menu-right {
  width: var(--slider-width);
  margin-left: auto;
  padding: var(--padding) 0;
}
.sub-menu-right .posts-slider .post-shortcut {
  margin: 0 1px;
}
.sub-menu-link {
  display: block;
  padding: 15px 30px 15px 0;
  border-bottom: solid 1px var(--gray);
}
@media screen and (min-width: 1201px) {
  .sub-menu-link:hover {
    border-bottom-color: var(--main-cl);
    padding-left: 5px;
  }
}
.sub-menu-link.has-child {
  background: url("../images/icon-arrow-right-02.svg") no-repeat right 12px center/24px;
}
@media screen and (min-width: 1201px) {
  .sub-menu-link.has-child:hover {
    background-image: url("../images/icon-arrow-right-03.svg");
    background-position: right 7px center;
    padding-left: 5px;
  }
}
.sub-menu-list {
  margin: 0;
}
.sub-menu-list .sub-menu-link {
  padding-left: 26px;
  background: url(../images/icon-corner-down-right.svg) left top 45%/18px no-repeat;
}
.sub-menu-list .sub-menu-link:hover {
  padding-left: 31px;
  background: url(../images/icon-corner-down-right-orange.svg) left 5px top 45%/18px no-repeat;
}
.sub-menu .post-shortcut {
  width: 360px;
  box-shadow: none;
  border-radius: 8px;
}
.sub-menu .post-shortcut .post-title {
  font-size: 18px;
  line-height: 1.4em;
}
.sub-menu .post-shortcut .post-text-link {
  font-size: 14px;
}
.sub-menu .slick-track {
  display: flex;
}
.sub-menu .slick-track .slick-slide {
  height: auto;
}
.sub-menu .slick-dots li {
  margin: 0;
}
.sub-menu.menu-post-slider {
  background: transparent;
  pointer-events: none;
}
.sub-menu.menu-post-slider:before {
  display: none;
}
.sub-menu.menu-post-slider .sub-menu-item {
  background: transparent;
}
.sub-menu.menu-post-slider .sub-menu-right {
  pointer-events: all;
}

/*============================= C_O_N_T_E_N_T =============================*/
/*==========================================================================*/
/*                         M A I N   V I S U A L                            */
/*==========================================================================*/
.main-visual {
  color: #fff;
}

.visual-slider {
  max-height: 570px;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.visual-slider img {
  margin: 0 auto;
}
.visual-slider .slick-track {
  display: flex;
}
.visual-slider .slick-track .slick-slide {
  height: auto;
}
.visual-slider .visual-img {
  height: 100%;
}
.visual-slider .visual-img img {
  height: 100%;
}

.visual-item {
  position: relative;
  aspect-ratio: 30/9;
  min-height: 400px;
}
.visual-item .visual-text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.visual-item .visual-text-wrapper {
  padding: 20px 0;
}
.visual-item .visual-text .container {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.visual-item .visual-img {
  text-align: center;
  background: #0c2735;
}
.visual-item h2 {
  --color: #EAB346;
  color: #fff;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1.3em;
  margin-bottom: 25px;
  padding: 0 27px;
  position: relative;
}
.visual-item h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: -0.5em;
}
.visual-item h2 .visual-title-strong {
  font-weight: 900;
  color: var(--color);
}
.visual-item h2 .visual-title-strong:before, .visual-item h2 .visual-title-strong:after {
  content: "";
  width: 22px;
  height: calc(100% - 0.1em);
  border-bottom: solid 2px var(--color);
  position: absolute;
  bottom: 0.6em;
}
.visual-item h2 .visual-title-strong:before {
  left: 0;
  border-left: solid 2px var(--color);
}
.visual-item h2 .visual-title-strong:after {
  right: 0;
  border-right: solid 2px var(--color);
}
.visual-item .visual-desc {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.visual-item .visual-button .btn-primary {
  font-size: 18px;
  color: #fff;
  min-width: 180px;
}
.visual-item .visual-button .btn-primary:hover {
  background: #fff;
  color: var(--main-cl);
}

.subpage-visual {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #494949;
  background-blend-mode: multiply;
}
.subpage-visual .container {
  height: 425px;
  max-height: 30vw;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.subpage-visual .visual-title {
  color: #fff;
  font-size: clamp(30px, 3vw, 56px);
  font-weight: 700;
  text-align: center;
}
.subpage-visual.has-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/visual-subpage-img-06.jpg") center/cover;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}
.subpage-visual.has-menu > .container {
  height: 320px;
  position: relative;
}
.subpage-visual.has-menu .visual-title {
  font-size: 32px;
}
.subpage-visual.has-menu .product-submenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  gap: 16px;
}
.subpage-visual.has-menu .product-submenu > li {
  list-style: none !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 !important;
  position: relative;
}
@media (hover: hover) {
  .subpage-visual.has-menu .product-submenu > li:hover .product-submenu-child {
    opacity: 1;
    visibility: visible;
  }
  .subpage-visual.has-menu .product-submenu > li:hover .product-submenu-link {
    color: var(--main-cl);
  }
  .subpage-visual.has-menu .product-submenu > li:hover .product-submenu-link:before {
    background-image: url("../images/icon-arrow-right-03.svg");
  }
}
.subpage-visual.has-menu .product-submenu a {
  color: #fff;
}
.subpage-visual.has-menu .product-submenu-link {
  position: relative;
  padding: 10px 30px 10px 10px;
  display: block;
  font-weight: 400;
}
.subpage-visual.has-menu .product-submenu-link:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/icon-arrow-right-05.svg") no-repeat center center/20px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  transform: rotate(90deg);
}
.subpage-visual.has-menu .product-submenu-child {
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  max-height: 415px;
  overflow: auto;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.subpage-visual.has-menu .product-submenu-child li {
  margin-bottom: 0 !important;
  list-style: none !important;
}
.subpage-visual.has-menu .product-submenu-child li a {
  display: block;
  padding: 15px 20px;
  color: var(--body-color);
  white-space: nowrap;
  letter-spacing: 0;
}
.subpage-visual.has-menu .product-submenu-child li a:hover {
  background: #E7E8E9;
}
.subpage-visual.has-menu .visual-img {
  display: none;
}
.subpage-visual.has-menu .visual-img img {
  height: 380px;
}

.breadcrumbs-wrapper {
  padding: 20px 0 0;
  margin-bottom: 20px;
}
.breadcrumbs-wrapper + .page-content {
  padding-top: 10px;
}
.breadcrumbs li {
  list-style: none !important;
  font-weight: 400;
  color: #0F1928;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 30px;
  margin-right: 15px;
  background: url("../images/icon-arrow-right-02.svg") no-repeat center right/20px;
}
.breadcrumbs li a {
  color: #3F4753;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

/*==========================================================================*/
/*                                M A I N                                   */
/*==========================================================================*/
main,
[data-elementor-type=wp-page] {
  margin-top: var(--heightHeader);
  margin-bottom: 50px;
}

.page-id-121920 main,
.page-id-121920 [data-elementor-type=wp-page],
.page-id-120734 main,
.page-id-120734 [data-elementor-type=wp-page] {
  margin-top: var(--heightHeader);
  margin-bottom: 0px;
}

.page-id-82659 [data-elementor-type=wp-page] {
  margin-top: 0;
}

.page-content {
  padding: var(--section-padding);
}
.page-content ul {
  margin-left: 20px;
}

.block-feature-intro {
  padding: 20px 0;
  background: var(--cl-gray);
  max-width: 1920px;
  margin: 0 auto;
}
.block-feature-intro .list-features {
  justify-content: space-between;
}
.block-feature-intro .list-features li {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.block-feature-intro .list-features .feature-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.text-highlight {
  color: var(--main-cl);
}

.block-leading {
  padding: var(--section-padding);
  background: #fff;
}

.box-leading-text {
  flex-grow: 1;
}
.box-leading-text h3 {
  font-size: min(60px, 5vw);
}
.box-leading-content {
  gap: 20px;
  margin-bottom: 40px;
}
.box-leading-banner {
  gap: 20px;
}

.leading-banner-text {
  background: url("../images/leading-banner-bg.svg") right bottom/auto 100% no-repeat var(--main-cl);
  border-radius: 24px;
  padding: 44px 24px;
  aspect-ratio: 303/372;
  margin: 0 2px;
}
.leading-banner-text-slider {
  width: 303px;
  max-width: 26vw;
}
.leading-banner-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 35px;
}
.leading-banner-title span {
  display: block;
  font-size: 240%;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 7px;
}
.leading-banner-img-slider {
  width: 303px;
  max-width: 26vw;
  background: #fff;
  border-radius: 16px;
  align-self: flex-start;
}
.leading-banner-img img {
  aspect-ratio: 303/372;
  border-radius: 16px;
}

.list-logo {
  gap: 20px;
  justify-content: center;
}

.block-trading {
  padding: var(--section-padding);
  background: url("../images/block-trading-bg.jpg") center top/cover;
  background-attachment: fixed;
}
.block-trading-inner {
  max-width: 640px;
}
.block-trading h3 {
  white-space: nowrap;
  font-size: min(60px, 4vw);
}
.block-trading .txt-desc {
  max-width: 60vw;
}

.box-trading-tools {
  margin-top: 60px;
  padding: 28px 20px;
  background: #fff;
  border-radius: 16px;
}

.trading-tools dt {
  font-size: 32px;
  color: var(--main-cl);
  padding: 0 0 10px;
  display: block;
}
.trading-tools-list {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--gap);
}
.trading-tools-list > li {
  width: calc(50% - var(--gap) / 2);
}
.trading-tools-list > li a {
  display: block;
  border-bottom: solid 1px #EFEEED;
  padding: 20px 30px;
  background: url("../images/icon-corner-down-right.svg") left top 16px/24px no-repeat;
}
.trading-tools-list > li a:hover {
  padding-left: 40px;
  background: url("../images/icon-corner-down-right-orange.svg") left 10px top 16px/24px no-repeat;
  border-bottom-color: var(--main-cl);
}

.block-smart-investing {
  padding: var(--section-padding);
  background: #fff;
}
.block-smart-investing h3 {
  font-size: 48px;
}

.block-knowledge-journey {
  padding: var(--section-padding);
  background: #FFFAF1;
}
.block-knowledge-journey h3 {
  font-size: 56px;
}
.block-knowledge-journey .post-shortcut-img {
  align-self: stretch;
}

.investing-category-wrapper {
  gap: 20px;
  margin-top: 60px;
}

.investing-category-card {
  --padding: 24px;
  width: calc(25% - 5px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: var(--padding);
  padding-top: calc(var(--padding) + 10px);
  transition: all 0.2s !important;
  display: flex;
  flex-direction: column;
}
.investing-category-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.investing-category-card .card-button {
  margin-top: auto;
}
.investing-category-card .card-button a {
  width: 100%;
}
.investing-category-title {
  margin-bottom: 25px;
  padding-left: 76px;
  padding-top: 4px;
  position: relative;
}
.investing-category-title:before {
  content: "";
  position: absolute;
  left: calc(0px - var(--padding));
  top: -2px;
  width: 5px;
  height: 64px;
  background: var(--main-cl);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.investing-category-title .card-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.investing-category-title dt {
  font-size: 24px;
  font-weight: 600;
  word-break: keep-all;
  white-space: nowrap;
  display: block;
}
.investing-category-title dd {
  font-size: 14px;
  color: #3D525D;
}
.investing-category-list {
  --gap: 10px;
  margin-bottom: 35px;
  gap: var(--gap);
  row-gap: calc(var(--gap) * 2);
}
.investing-category-list li {
  width: calc(50% - var(--gap) / 2);
  font-size: 14px;
  color: #3D525D;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.6em;
}
.investing-category-list li img {
  flex-shrink: 0;
}

.list-post-shortcut {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.list-post-shortcut .post-shortcut:nth-child(1) {
  grid-area: 1/1/4/2;
}
.list-post-shortcut .post-shortcut:nth-child(2) {
  grid-area: 1/2/2/3;
}
.list-post-shortcut .post-shortcut:nth-child(3) {
  grid-area: 2/2/3/3;
}
.list-post-shortcut .post-shortcut:nth-child(4) {
  grid-area: 3/2/4/3;
}

.post-shortcut {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  display: flex;
  transition: all 0.2s;
  align-items: flex-start;
}
.post-shortcut-img {
  width: 235px;
  max-width: 40%;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
}
.post-shortcut-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.post-shortcut-text {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  max-height: 400px;
}
.post-shortcut .post-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-date {
  font-size: 16px;
  color: #6D7D85;
  padding-left: 30px;
  background: url("../images/icon-clock.svg") left center/20px no-repeat;
}
.post-date.badge {
  background: none;
  padding-left: 0;
}

.post-title {
  font-size: 20px;
  margin-bottom: 0.2em;
  font-weight: 700;
  transition: all 0.2s;
}
.post-title a {
  text-decoration: none !important;
  color: var(--body-color) !important;
}
@media (hover: hover) {
  .post-title a:hover {
    color: var(--main-cl) !important;
  }
}

.post-desc {
  color: #3D525D;
  margin-bottom: 0.5em;
}

.large-shortcut {
  flex-direction: column !important;
}
.large-shortcut .post-shortcut-img {
  aspect-ratio: 635/320;
  width: 100%;
  max-width: 100%;
}
.large-shortcut .post-title {
  font-size: 24px;
  margin-bottom: 0.6em;
}
.large-shortcut .post-desc {
  margin-bottom: 1.5em;
}

.list-archive .post-shortcut {
  box-shadow: none;
  background: transparent !important;
}
.list-archive .post-shortcut-text {
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-start;
}
.list-archive .post-shortcut .btn-primary {
  height: 44px;
}

.box-article-highlight {
  background: #FDCF74;
  border-radius: 8px;
  overflow: hidden;
}

.list-article-highlight {
  --spacing: 40px;
}
.list-article-highlight li {
  width: 50%;
  margin-bottom: 0 !important;
  list-style: none !important;
}
.list-article-highlight li:not(:last-child) {
  margin-bottom: 0;
  position: relative;
}
.list-article-highlight li:not(:last-child):before {
  content: "";
  width: 1px;
  height: 62px;
  background: #FFE9BD;
  position: absolute;
  right: 0;
  top: calc(50% - 31px);
}
.list-article-highlight li:last-child {
  margin-left: -1px;
  width: calc(50% + 1px);
}
.list-article-highlight li a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  height: 100%;
  color: var(--body-color);
}
.list-article-highlight li a:hover {
  background: #ffbb33;
}

.article-highlight-icon {
  flex-shrink: 0;
  margin-right: 16px;
}
.article-highlight-text > span {
  display: block;
}
.article-highlight-ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 9px;
}
.article-highlight-desc {
  font-size: 14px;
  line-height: 1.6em;
}

.block-faq {
  padding: var(--section-padding);
  background: #fff;
}
.block-faq h3 {
  font-size: 56px;
}

.list-faq {
  --gap: 60px;
  column-gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list-faq > li {
  width: calc(50% - var(--gap) / 2);
  font-size: 17px;
}
.list-faq > li a {
  display: flex;
  padding: 22px 40px 22px 0;
  border-bottom: solid 1px #CED4D6;
  line-height: 1.6em;
  background: url("../images/icon-arrow-right.svg") right center/24px no-repeat;
}
.list-faq > li a span {
  flex-shrink: 0;
  width: 25px;
  text-align: right;
  margin-right: 5px;
}
.list-faq > li a:hover {
  border-bottom-color: var(--main-cl);
}

.block-request-support {
  padding: 30px 0 15px;
  background-color: var(--body-color);
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.block-request-support:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/request-support-bg.png") center center/auto no-repeat;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: color-dodge;
}
.block-request-support h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.block-request-support .wpcf7 form .wpcf7-response-output {
  border-radius: 4px;
  border: none;
  background: #ffe09b;
  color: #f00;
  padding: 10px;
  font-size: 12px;
  margin: 15px 0 0;
}
.block-request-support .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  opacity: 1;
  color: #f00;
  margin: 5px 0 0;
  font-size: 12px;
  padding: 0;
}
.block-request-support .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  display: none;
}
.block-request-support .form-field dt {
  color: var(--cl-gray);
}
.block-request-support #inquiry-content {
  display: none;
}

.form-request-support {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-request-support .frm_fields_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-request-support.form-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.form-request-support.form-horizontal .frm_fields_container {
  flex-direction: row;
  flex-wrap: wrap;
}
.form-request-support.form-horizontal .form-input {
  width: 240px;
}
.form-request-support .form-submit,
.form-request-support .frm_submit {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 3.2em;
}
.form-request-support .form-submit button,
.form-request-support .frm_submit button {
  height: 48px !important;
  padding: 18px 25px !important;
  border: none !important;
  font-family: var(--font-family) !important;
  margin: 0 !important;
  font-size: 16px !important;
  background-color: var(--main-cl) !important;
}
.form-request-support .frm_start_over {
  display: none;
}

.frm_style_my-style.with_frm_style .frm_error {
  margin-top: 5px;
}

.with_frm_style .frm_form_fields {
  width: 100%;
}
.with_frm_style .frm_message,
.with_frm_style .frm_success_style {
  width: 100%;
}
.with_frm_style .frm_message p,
.with_frm_style .frm_success_style p {
  font-size: 16px;
}
.with_frm_style .frm_message p:last-child,
.with_frm_style .frm_success_style p:last-child {
  margin-bottom: 0;
}

.form-input {
  min-width: 240px;
  flex-grow: 1;
}
.form-input dt {
  margin-bottom: 10px;
  text-transform: capitalize;
  display: block;
}
.form-input dd {
  display: block;
}
.form-input .form-field {
  color: var(--body-color);
  font-size: 15px;
}
.form-input .form-field::placeholder {
  color: var(--body-color);
  opacity: 1;
}

#content .form-input {
  width: 100%;
}

.form-confirm {
  width: 650px;
  margin: 50px auto 0;
  padding: 30px;
  border: solid 1px #ddd;
  background: #f9f9f9;
  border-radius: 16px;
}
.form-confirm .form-input {
  padding-bottom: 16px;
  border-bottom: solid 1px #ddd;
  display: flex;
}
.form-confirm .form-input:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.form-confirm .form-input dt {
  color: var(--body-color);
  font-weight: 700;
  width: 200px;
  flex-shrink: 0;
  margin-right: 20px;
}
.form-confirm .form-submit {
  text-align: center;
  width: 100%;
}
.form-confirm .form-submit input[type=button] {
  margin: 10px;
}

.page-sidebar {
  width: 375px;
  margin-right: 56px;
}
.page-sidebar-inner {
  padding: var(--col-gap);
  background: #fff;
  border-radius: 8px;
}
.page-sidebar ul {
  margin-left: 0;
}

.page-content {
  flex-grow: 1;
}
.page-content-inner {
  gap: var(--col-gap);
}
.page-content dl dt,
.page-content dl dd {
  display: block;
}
.page-content section:first-child {
  padding-top: 0;
}
.page-content section:last-child {
  padding-bottom: 0;
}

.col-2n {
  width: calc(50% - var(--col-gap) / 2);
}
.col-3n {
  width: calc((100% - var(--col-gap) * 2) / 3);
}

.card {
  padding: var(--col-gap);
  background: #fff;
  border-radius: 8px;
}

.content-title {
  font-size: 20px;
  font-weight: 700;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.page-wrapper {
  margin-top: var(--heightHeader);
}
.page-wrapper [data-elementor-type=wp-page] {
  margin-top: 0;
}

section {
  padding: var(--section-padding);
}
section + section {
  padding-top: 0;
}
section:last-child {
  padding-bottom: 30px;
}

.sub-page h2 {
  font-size: 32px;
  font-weight: 700;
}
.sub-page h2:not(:last-child) {
  margin-bottom: 0.5em;
}

.address-wrapper {
  gap: 60px;
  margin-top: 40px;
}
.address-wrapper .address-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.box-info {
  background: var(--cl-light-gray);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.box-info:not(:last-child) {
  margin-bottom: 24px;
}
.box-info dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.box-info dt .icon {
  display: block;
  color: var(--main-cl);
  font-size: 36px;
  margin-bottom: 5px;
}

.contact-wrapper {
  background: #FFE6B0;
  border-radius: 24px;
  overflow: hidden;
}
.contact-wrapper h3 {
  margin-bottom: 1em !important;
}
.contact-wrapper .form-wrapper {
  width: 50%;
  margin: 50px 0;
  transform: translateX(50px);
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  position: relative;
  z-index: 2;
  min-height: 500px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.contact-wrapper .form-wrapper .form-field {
  border-color: #E7E9EB;
}
.contact-wrapper .form-wrapper .form-submit {
  width: 100%;
  margin-top: 0;
}
.contact-wrapper .form-wrapper .form-submit [type=submit] {
  width: 100%;
}
.contact-wrapper .form-wrapper #inquiry-type {
  display: none;
}
.contact-wrapper .form-wrapper .frm_fields_container {
  flex-direction: row;
}
.contact-wrapper .form-wrapper .frm_fields_container .form-input {
  width: 100%;
}
.contact-wrapper .gg-map {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.contact-wrapper .gg-map .gcl-map-column {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
}
.contact-wrapper .gg-map iframe {
  --offset: 150px;
  width: 100%;
  height: calc(100% + var(--offset) * 2);
  transform: translateY(calc(0px - var(--offset)));
}
.contact-wrapper .frm_submit {
  margin-top: 0;
  width: 100%;
}
.contact-wrapper .frm_submit button {
  width: 100% !important;
}

.product-category {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.product-category li {
  width: calc(25% - 15px);
  list-style: none !important;
}
.product-category li a {
  display: flex;
  flex-direction: column;
  color: var(--body-color);
  text-decoration: none;
}
.product-category li a .category-item-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.product-category li a .category-item-img img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
  aspect-ratio: 470/340;
}
.product-category li a .category-item-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.product-category li a:hover {
  text-decoration: underline !important;
}
.product-category li a:hover .category-item-img img {
  transform: scale(1.1);
}
.product-category.product-list li {
  width: calc(50% - 10px);
}
.product-category.product-list li .category-item-img img {
  aspect-ratio: 470/200;
  min-height: 100px;
}
.product-category.product-list li .category-item-title {
  font-size: min(20px, 4vw);
  line-height: 1.4em;
}

.product-tab-title {
  background: #F3F3F4;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
.product-tab-title > li {
  width: 33.3333333333%;
  font-size: clamp(13px, 2.8vw, 20px);
  font-weight: 700;
  margin: 0 !important;
  display: flex;
  cursor: pointer;
  padding: min(20px, 2vw);
  height: auto;
}
.product-tab-title > li:not(.active) {
  background: #F3F3F4 !important;
}
.product-tab-title > li.active {
  pointer-events: none;
  color: #fff;
}
@media (hover: hover) {
  .product-tab-title > li:hover {
    color: var(--main-cl) !important;
    background: #fff3d7 !important;
  }
}

.tab-content {
  padding: 50px 0 0;
}
.tab-content h3:not(:last-child) {
  margin-bottom: 0.5em !important;
}
.tab-content ul {
  margin-left: 20px;
}
.tab-content p img {
  margin-top: 20px;
}
.tab-content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .tab-content a:hover {
    text-decoration: none;
  }
}

.product-slider li {
  width: auto;
  padding: 0 10px;
}
.product-slider .slick-prev, .product-slider .slick-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url(../images/icon-arrow-right-02.svg) center center/24px no-repeat #E7E9EB;
  z-index: 10;
  transform: translateY(-45px);
}
.product-slider .slick-prev:before, .product-slider .slick-next:before {
  display: none;
}
.product-slider .slick-prev {
  left: -10px;
  transform: rotate(180deg) translateY(45px);
}
.product-slider .slick-next {
  right: -10px;
}

.product-content-title {
  font-size: 30px;
  margin-bottom: 20px !important;
}

.list-post-shortcut-column .post-shortcut:not(:last-child) {
  margin-bottom: 40px;
}
.list-post-shortcut-column .post-shortcut-img {
  width: 340px;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
.list-post-shortcut-column .post-shortcut-img a {
  display: block;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .list-post-shortcut-column .post-shortcut-img a:hover img {
    transform: scale(1.1) !important;
  }
}
@media (hover: hover) {
  .list-post-shortcut-column .post-shortcut:hover {
    background: transparent;
  }
  .list-post-shortcut-column .post-shortcut:hover .post-shortcut-img img {
    transform: none;
  }
}

.page-content-2col {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.page-content-2col .page-content-wrapper {
  flex-grow: 1;
  width: calc(100% - 366px);
}
.page-content-2col .page-content-wrapper .page-content-wrapper {
  width: 100%;
}
.page-content-2col .page-content-wrapper ul {
  margin-left: 20px;
}
.page-content-2col .page-content-wrapper a:not([class]) {
  color: var(--main-cl);
  text-decoration: underline;
}
@media (hover: hover) {
  .page-content-2col .page-content-wrapper a:not([class]):hover {
    text-decoration: none;
  }
}
.page-content-2col .page-sidebar {
  width: 316px;
  margin-right: 0;
  flex-shrink: 0;
  padding-bottom: 30px;
}
.page-content-2col .page-sidebar .theiaStickySidebar > *:not(:last-child) {
  margin-bottom: 30px;
}
.page-content-2col .page-sidebar .theiaStickySidebar > a {
  display: block;
}
.page-content-2col .page-sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px var(--main-cl);
}
.page-content-2col .page-sidebar .post-shortcut {
  gap: 10px;
}
.page-content-2col .page-sidebar .post-shortcut:not(:last-child) {
  margin-bottom: 20px;
}
.page-content-2col .page-sidebar .post-shortcut-text {
  padding: 0;
}
.page-content-2col .page-sidebar .post-shortcut .post-title {
  font-size: 15px;
  line-height: 1.3em;
}
.page-content-2col .page-sidebar .post-shortcut .post-date {
  font-size: 12px;
  padding-left: 1.7em;
  margin-bottom: 0;
  background-size: auto 100%;
}
.page-content-2col .page-sidebar .post-shortcut .btn-primary {
  height: 44px;
}

.post-archive-wrapper {
  --gap: 40px;
  flex-wrap: wrap;
  gap: var(--gap);
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.post-archive-wrapper .list-post-shortcut {
  display: block;
  margin-bottom: 0;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut {
  background: none;
  display: block;
  box-shadow: none;
  border-radius: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #E7E8E9;
  display: flex;
  gap: 20px;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut-img {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  width: 280px !important;
  align-self: flex-start;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut-text {
  padding: 20px 0 0;
  padding-top: 0;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut-text .post-title {
  font-size: 18px;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut-text .post-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut:not(:last-child) {
  margin-bottom: 20px;
}
@media (hover: hover) {
  .post-archive-wrapper .list-post-shortcut .post-shortcut:hover .post-title {
    color: var(--main-cl);
  }
}
.post-archive-wrapper .list-post-shortcut .post-shortcut.title-only .post-title {
  font-size: 17px;
}
.post-archive-wrapper .list-post-shortcut .post-shortcut.title-only .post-title a {
  display: block;
  padding-left: 35px;
  background: url("../images/icon-arrow-right.svg") left top 0px/24px no-repeat;
}
.post-archive-col {
  width: calc(50% - var(--gap));
  flex-grow: 1;
  flex-shrink: 0;
}
.post-archive-title {
  position: relative;
  padding-right: 170px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #999;
  display: flex;
  flex-direction: column;
  min-height: 100px;
}
.post-archive-title dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.post-archive-title dd {
  font-size: 14px;
  color: #3F4753;
}
.post-archive-button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px !important;
}

.visual-page-margin {
  --inner-width: 990px;
  background: url("../images/margin/visual-margin-01.jpg") center/cover;
  color: #fff;
}
.visual-page-margin .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 700px;
  max-height: 60vw;
  padding-bottom: 100px;
  position: relative;
}
.visual-page-margin h1 {
  color: #fff;
  font-size: min(56px, 6vw);
  font-weight: 700;
  margin-bottom: 0.75em;
}
.visual-page-margin .btn-primary {
  font-size: min(19px, 5vw);
  color: #fff !important;
  height: auto;
  padding: min(20px, 3vw) min(30px, 5vw);
}
@media (hover: hover) {
  .visual-page-margin .btn-primary:hover {
    background: #fff !important;
    color: var(--main-cl) !important;
    transform: translateY(-5px);
  }
}
.visual-page-margin ~ * {
  --inner-width: 990px;
}
.visual-page-margin ~ * h2 {
  font-size: 48px;
  font-weight: 800;
}
.visual-page-margin ~ * .txt-desc {
  font-size: 16px;
}
.visual-page-margin ~ * table th,
.visual-page-margin ~ * table td {
  font-size: 16px;
  border-color: #CFD1D4 !important;
  padding: 10px;
}
.visual-page-margin ~ * table td {
  background: #fff;
}

.margin-feature-wrapper {
  --gap: 20px;
  width: calc(100% - 30px);
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.margin-feature {
  min-height: 160px;
  border-radius: 8px;
  background: #0F1928;
  color: #fff;
  width: calc((100% - var(--gap) * 2) / 3);
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.margin-feature dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
.margin-feature.feature-highlight {
  background: var(--main-cl);
  min-height: 196px;
}
.margin-feature.feature-highlight dt {
  font-size: 20px;
  margin-bottom: 0.6em;
}

.flex-content {
  display: flex;
  gap: 60px;
}

.layout-fixed {
  table-layout: fixed;
}

.bg-gray {
  background: #F3F3F4;
}

.margin-intro {
  padding: var(--section-padding);
  padding-top: 180px;
}
.margin-intro table th,
.margin-intro table td {
  font-size: 13px !important;
  padding: 17px 10px;
}
.margin-intro table tr:nth-child(even) td {
  background: #FFE6B0;
}

.margin-register-step {
  padding: var(--section-padding);
}
.margin-register-step h2 {
  margin-bottom: 0.7em;
}

.block-register-img {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 30px 30px 30px 0;
}
.block-register-img:before {
  content: "";
  width: 100%;
  height: calc(100% + 60px);
  background: #ddd;
  position: absolute;
  left: 30px;
  top: -30px;
  z-index: -1;
}
.block-register-img .decor {
  position: absolute;
  z-index: 1;
  right: calc(100% - 105px);
  bottom: calc(100% - 180px);
  pointer-events: none;
}

.lending-step li {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lending-step li:not(:last-child) {
  margin-bottom: 10px;
}
.lending-step-icon {
  flex-shrink: 0;
}

.margin-package {
  padding: var(--section-padding);
  position: relative;
}
.margin-package:after {
  content: "";
  width: 432px;
  height: 410px;
  background: url("../images/margin/bg-decor-01.svg") center/contain no-repeat;
  position: absolute;
  left: calc(50% + 520px);
  bottom: -115px;
  z-index: 2;
  pointer-events: none;
}
.margin-package h2 {
  margin-bottom: 0.7em;
}
.margin-package-wrapper {
  display: flex;
  --gap: 20px;
  gap: var(--gap);
}
.margin-package-item {
  width: calc((100% - var(--gap) * 2) / 3);
  background: #fff;
  padding: 30px 30px;
  border-radius: 24px;
  border: solid 2px #E7E8E9;
}
.margin-package-item:nth-child(2) .margin-package-detail dd {
  --color: #FF2D55;
}
.margin-package-item:nth-child(3) .margin-package-detail dd {
  --color: #F2B124;
}
.margin-package-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding-right: 35px;
}
.margin-package-title img {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.margin-package-detail {
  text-align: center;
  margin-bottom: 30px;
}
.margin-package-detail dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.margin-package-detail dt span {
  font-size: 300%;
  margin-right: 3px;
}
.margin-package-detail dd {
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
  --color: #138DB5;
  color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-0.7em);
}
.margin-package-detail dd span {
  display: inline-block;
  padding: 10px;
  border-radius: 0.3em;
  border: solid 1px;
  margin-left: 10px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.margin-package-detail dd span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.margin-package-button .btn-primary {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  padding: 15px 20px;
  height: auto;
  border: solid 1px var(--main-cl);
}
@media (hover: hover) {
  .margin-package-button .btn-primary:hover {
    background: #fff !important;
    color: var(--main-cl) !important;
  }
}

.contact-us {
  padding-bottom: 80px;
}
.contact-us-box {
  padding: 40px;
  border-radius: 8px;
  background: #0F1928;
  color: #fff;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}
.contact-us h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
}
.contact-us .btn-primary {
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  padding: 15px 20px 13px;
  height: auto;
  border: solid 1px var(--main-cl);
}
@media (hover: hover) {
  .contact-us .btn-primary:hover {
    background: #fff !important;
    color: var(--main-cl) !important;
  }
}
.contact-us-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.contact-us-buttons li {
  list-style: none !important;
  margin: 0 !important;
}
.contact-us .text-link {
  color: #F2B124;
  font-weight: 400;
}
.contact-us .text-link i {
  font-size: 120%;
  margin-right: 3px;
}

.table-course-banking {
  border: solid 1px var(--main-cl);
}
.table-course-banking th,
.table-course-banking td {
  border: none;
  display: block;
}
.table-course-banking th b {
  font-size: 150%;
}
.table-course-banking .wrap-content {
  width: fit-content;
  margin: 0 auto;
}
.table-course-banking .company-name {
  font-size: 22px;
}
.table-course-banking .bank-info dt,
.table-course-banking .bank-info dd {
  font-size: 18px;
  display: block;
}
.table-course-banking .course-cost span {
  display: inline-block;
  font-size: 200%;
  font-weight: 700;
  line-height: 1em;
  padding: 0.5em 0.9em;
  border-radius: 1em;
  background: var(--main-cl);
}

#modal {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 50px min(50px, 5vw);
  overflow: auto;
  transition: all 0.3s;
}
#modal.active {
  opacity: 1;
  visibility: visible;
}
#modal .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
#modal .modal-inner {
  width: 500px;
  padding: 40px min(30px, 5vw);
  border-radius: 8px;
  background: #fff;
  margin: auto;
  position: relative;
}
#modal h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#modal .form-input:not(:last-child) {
  margin-bottom: 20px;
}
#modal .form-input dt {
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: none;
}
#modal .form-input dd {
  color: #f00;
  font-size: 20px;
}
#modal .form-input small {
  display: inline-block;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0 0 3px;
  font-size: 11px;
  opacity: 0.7;
}
#modal [readonly] {
  background: transparent !important;
  padding: 0;
  border: none;
  color: var(--body-color) !important;
  opacity: 1;
  cursor: auto;
  font-weight: 700;
}
#modal input {
  min-width: unset;
}
#modal .frm_submit {
  justify-content: center;
}
#modal .with_frm_style .frm_message {
  background: transparent;
  padding: 0;
  border: none;
  text-align: center;
}
#modal .with_frm_style .frm_message p {
  color: var(--body-color);
}
#modal .with_frm_style .frm_radio {
  margin: 0 15px 10px 0;
}
#modal .with_frm_style .frm_radio label {
  display: inline-block;
}
#modal .with_frm_style .frm_radio [type=radio] {
  position: relative !important;
  top: -1px;
}

.margin-amount-wrapper {
  position: relative;
  overflow: hidden;
}
.margin-amount-wrapper br {
  display: none;
}
.margin-amount-wrapper .amount-formatted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  line-height: 1.4em;
  font-size: 16px;
  color: #333;
}

#field_margin_amount {
  color: transparent;
}
#field_margin_amount::selection {
  background: transparent;
  color: inherit;
}

.btn-margin-form {
  cursor: pointer;
}

#amount-slider {
  width: 100%;
}

/*============================= F_O_O_T_E_R =============================*/
/*==========================================================================*/
/*                              F O O T E R                                 */
/*==========================================================================*/
footer {
  padding: 0 0 0;
  background: #fff;
  border-top: solid 1px var(--cl-gray);
}
footer > .container:first-child {
  padding-top: 60px;
}

address {
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  background: var(--cl-gray);
  margin-top: 60px;
  line-height: 1.4em;
}

.f-logo {
  margin-bottom: 20px;
}

.f-navigation {
  column-gap: 20px;
  justify-content: space-between;
}

.f-menu {
  gap: 20px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.f-menu-col {
  flex-grow: 1;
}
.f-menu-ttl {
  font-weight: 600;
  margin-bottom: 25px;
}
.f-menu-list > li {
  list-style: none !important;
}
.f-menu-list > li:not(:last-child) {
  margin-bottom: 15px;
}

.f-support .social-buttons {
  margin-top: 30px;
}
.f-support .social-buttons li {
  list-style: none !important;
}

.social-buttons {
  justify-content: center;
  column-gap: 20px;
}

.support-buttons > li {
  list-style: none !important;
}
.support-buttons > li:not(:last-child) {
  margin-bottom: 10px;
}
.support-buttons .btn-primary {
  display: flex;
  justify-content: flex-start;
  width: 302px;
  padding-left: 20px;
}
.support-buttons i {
  margin-right: 10px;
  font-size: 20px;
  width: 20px;
  text-align: center;
}

/*==========================================================================*/
/*                 F O R   S P E C I F I E D   B R O W S E R                */
/*==========================================================================*/
/* EDGE  */
/* FIREFOX */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
.elementor-html header {
  height: auto !important;
  position: relative !important;
}
.elementor-html main {
  margin-top: 0 !important;
}

.row {
  max-width: 1320px !important;
}

ol {
  margin-left: 25px;
}
ol li {
  list-style: decimal;
}

body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) a:hover {
  text-decoration: none;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) b {
  font-weight: 700 !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h1.entry-title {
  font-size: min(36px, 7vw);
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Inter", sans-serif;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h2 {
  font-size: 32px;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2em;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h2:not(:first-child) {
  margin-top: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h2:last-child {
  margin-bottom: 0;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h2 + h3 {
  margin-top: 20px !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h3 {
  font-size: 26px;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.3em;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h3:not(:first-child) {
  margin-top: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h3:last-child {
  margin-bottom: 0;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h3 + h4 {
  margin-top: 0 !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h4 {
  font-size: 22px;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.3em;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h4:not(:first-child) {
  margin-top: 20px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) h4:last-child {
  margin-bottom: 0;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) ul:not(:last-child) {
  margin-bottom: 20px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) ul li {
  list-style: disc;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) li:not(:last-child) {
  margin-bottom: 0.5em;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) table:not(:last-child) {
  margin-bottom: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) table td,
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) table th {
  padding: 15px !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) blockquote {
  padding-left: 30px;
  font-size: 100%;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) blockquote:not(:last-child) {
  margin-bottom: 30px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h2 {
  font-size: 30px;
  letter-spacing: 0;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h2:not(:first-child) {
  margin-top: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h2 + h3 {
  margin-top: 20px !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h3 {
  font-size: 26px;
  letter-spacing: 0;
  font-weight: 600;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h3:not(:first-child) {
  margin-top: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container h3 b {
  font-weight: 700;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element .elementor-widget-container .gcl-news__title {
  font-size: 18px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element table:not(:last-child) {
  margin-bottom: 40px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element table td,
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-element table th {
  padding: 15px;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-tab-content {
  font-size: 100% !important;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) ul.menu > li {
  list-style: none;
  margin: 0;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) ul.menu > li > a {
  text-decoration: none;
  color: var(--body-color);
  display: block;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.4em;
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) ul.menu > li > a:hover {
  color: var(--main-cl);
}
body:not(.home):not(.page-template-renew-page-full) > *:not(.elementor-location-header):not(.elementor-location-footer) .elementor-widget-heading h3.elementor-heading-title {
  font-size: 20px;
}

.header-main {
  height: auto !important;
}

.home .e-con,
.home .e-con > .e-con-inner,
.page-id-120734 .e-con,
.page-id-120734 .e-con > .e-con-inner,
.page-id-121920 .e-con,
.page-id-121920 .e-con > .e-con-inner,
.page-id-130209 .e-con,
.page-id-130209 .e-con > .e-con-inner,
[data-elementor-type=footer] .e-con,
[data-elementor-type=footer] .e-con > .e-con-inner,
[data-elementor-type=header] .e-con,
[data-elementor-type=header] .e-con > .e-con-inner {
  padding: 0 !important;
}
.home [data-elementor-type=wp-page] .elementor-widget-container ul,
.page-id-120734 [data-elementor-type=wp-page] .elementor-widget-container ul,
.page-id-121920 [data-elementor-type=wp-page] .elementor-widget-container ul,
.page-id-130209 [data-elementor-type=wp-page] .elementor-widget-container ul,
[data-elementor-type=footer] [data-elementor-type=wp-page] .elementor-widget-container ul,
[data-elementor-type=header] [data-elementor-type=wp-page] .elementor-widget-container ul {
  margin-left: 0;
}

[data-elementor-type=header] {
  position: relative;
  z-index: 9999;
}

#ez-toc-container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  padding: 20px;
  position: relative;
  width: auto;
  margin-bottom: 40px;
}
#ez-toc-container li {
  font-size: 16px !important;
}
#ez-toc-container li:not(:last-child) {
  margin-bottom: 0.5em;
}

.ez-toc-title-container {
  display: table;
  width: 100%;
}

.ez-toc-title,
.ez-toc-title-toggle {
  display: inline;
  text-align: left;
  vertical-align: middle;
}

#ez-toc-container li,
#ez-toc-container ul,
#ez-toc-container ul li,
div.ez-toc-widget-container,
div.ez-toc-widget-container li {
  background: 0 0;
  list-style: none;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

#ez-toc-container a {
  color: var(--body-color);
  font-weight: 700;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
#ez-toc-container a:before {
  color: var(--body-color);
  font-weight: 500;
}
#ez-toc-container a:hover {
  text-decoration: underline;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
}

.frm_error_style {
  width: 100%;
}

.frame-bordered .elementor-widget-container {
  padding: 30px !important;
}
.frame-bordered h4 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0.75em;
  color: var(--main-cl);
  text-align: center;
}
.frame-bordered ul li {
  list-style: disc;
  line-height: 1.5em;
}
.frame-bordered ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

span.widget-title {
  font-size: 18px;
}

#custom_html-3 {
  margin: 30px 0 50px;
}
#custom_html-3:first-child {
  margin-top: 0;
}
#custom_html-3 h3 {
  margin-bottom: 0;
}
#custom_html-3 .elementor-element-2dfacdb {
  box-shadow: none;
}
#custom_html-3 .elementor-element-639f964 {
  box-shadow: none;
  background: #EFEEED;
}
#custom_html-3 .elementor-element-639f964 .e-con-inner {
  padding: 20px 10px !important;
}
#custom_html-3 .elementor-element-639f964 p {
  font-size: 16px;
}

[href^=mailto] {
  word-break: break-all;
}

.elementor-68634 .elementor-element.elementor-element-d364aeb {
  margin-left: 50px;
}

.elementor-tab-title {
  font-size: 18px;
}
.elementor-tab-title:hover {
  color: var(--main-cl);
}
.elementor-tab-title:hover .elementor-toggle-title {
  color: var(--main-cl) !important;
}
.elementor-tab-title .elementor-toggle-title {
  font-size: 18px !important;
}

.elementor-toggle-icon-opened svg {
  fill: var(--main-cl) !important;
}

.elementor-toggle-icon .elementor-toggle-icon-closed {
  transform: rotate(90deg);
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  margin-inline-start: 0 !important;
}

.elementor-70264 .elementor-element.elementor-element-504eb3a2 .elementor-tab-content {
  padding-top: 0 !important;
}

[data-elementor-post-type=page] > .elementor-element:first-child > .e-con-inner > .elementor-element:first-child:nth-last-child(2):not([data-id="716da9a"]):not([data-id=a687a82]) {
  width: calc(100% - 390px) !important;
}
[data-elementor-post-type=page] > .elementor-element:first-child > .e-con-inner > .elementor-element:last-child:nth-child(2):not([data-id=b01b2aa]):not([data-id="17c494f7"]) {
  width: 340px !important;
  margin-left: 50px !important;
}

[data-elementor-type=wp-page] .elementor-widget-text-editor {
  color: var(--body-color);
}
[data-elementor-type=wp-page] .elementor-widget-container ul {
  margin-left: 25px;
}

.elementor-widget-theme-page-title .elementor-heading-title {
  font-size: 60px !important;
  margin-bottom: 0.5em;
}

#footer .with_frm_style .frm_submit button {
  padding: 18px 25px !important;
}

.has-format,
.video-fit,
.image-cover {
  padding-top: 55% !important;
}

a.plain {
  text-decoration: none !important;
}

.box-text {
  font-size: 16px;
}
.box-text .post-title {
  font-size: 18px;
}
.box-text .post-meta {
  color: #666;
}

#comments .comment-respond {
  padding: 30px;
}

.gcl-news__pagination .gcl-news__page-btn {
  width: 36px;
  height: 35px;
  margin: 5px;
  border-radius: 4px;
  font-size: 18px;
  letter-spacing: 0;
}

.gcl-content li {
  font-size: 18px;
}

.gcl-xem-them {
  font-size: 16px;
}

.gcl-faq-list {
  margin-bottom: 20px;
}

.gcl-faq-link {
  font-size: 18px;
  line-height: 1.4em;
}

.faq-number {
  width: 40px;
  height: 40px;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.gcl-responsive-mobile:not(:last-child) {
  margin-bottom: 40px;
}

.elementor iframe {
  aspect-ratio: 16/9;
  height: auto !important;
}

.elementor-heading-title {
  line-height: 1.4em !important;
}

.elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
  top: unset;
}

.from_the_blog_excerpt {
  font-size: 16px;
}

.elementor-editor-active [data-aos] {
  opacity: 1 !important;
  transition: none !important;
}

/*custom css menu */
.header-nav li .nav-top-link {
  font-weight: 500;
}

#box_chat_bizfly_info_div {
  display: none;
}

/* Define the animation */
@keyframes zoomInOut {
  0% {
    transform: scale(0.8);
    /* Initial scale */
  }
  50% {
    transform: scale(1);
    /* Zoom in to 120% of original size */
  }
  100% {
    transform: scale(0.8);
    /* Return to original size */
  }
}
/* Apply the animation to the element */
.btn_zoom_in_out {
  animation: zoomInOut 4s infinite;
  /* Use the animation for 4 seconds, repeat infinitely */
}

a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 849px) {
  .frm_dropzone.dz-clickable .dz-message,
  .frm_dropzone .frm_upload_icon {
    display: inline-flex;
  }
  .frm_upload_text button,
  .frm_compact_text button {
    position: fixed;
  }
  .learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
    display: none;
  }
  div.wpforms-container-full .wpforms-form input[type=submit],
  div.wpforms-container-full .wpforms-form button[type=submit],
  div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #fbc20d;
  }
  .wpcf7-spinner {
    display: none;
  }
  .row .row:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 849px) and (max-width: 549px) {
  #calltrap-btn.calltrap_offline {
    background-color: #ff0000;
    width: 50px;
    height: 50px;
  }
  .calltrap_offline #calltrap-ico {
    width: 25px;
    height: 25px;
  }
  @keyframes uptocallmini_offline {
    0% {
      -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
      box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 0px transparent, 0 0 0px 0px rgba(53, 161, 32, 0);
    }
    10% {
      -webkit-box-shadow: 0 0 8px 6px #ff0000, 0 0 12px 10px transparent, 0 0 12px 14px #ff0000;
      box-shadow: 0 0 8px 6px #ff0000, 0 0 12px 10px transparent, 0 0 12px 14px #ff0000;
    }
    100% {
      -webkit-box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 40px transparent, 0 0 0px 40px rgba(53, 161, 32, 0);
      box-shadow: 0 0 8px 6px rgba(53, 161, 32, 0), 0 0 0px 80px transparent, 0 0 0px 20px rgba(53, 161, 32, 0);
    }
  }
  .off-canvas .sidebar-menu {
    padding: 30px 0;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 849px) {
  #calltrap-btn {
    display: none;
  }
}
#frm_field_176_container .frm_inline_box {
  background-color: #fcb900 !important;
  cursor: pointer;
  color: white;
  font-weight: 500;
}

#search_content {
  display: none;
  position: absolute;
  background: white;
  padding: 7px 20px;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}

.search__item:hover {
  background-color: #ddd;
}

.search__item {
  padding: 5px 10px;
  color: #6b6969;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

input[type=button] {
  line-height: 0;
  margin-bottom: 0;
}

.formidable_form_mtk {
  display: none;
}

#frm_field_62_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_1034_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 250/150;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(1, 1, 1, 0.13);
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#frm_field_41_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_96_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_1036_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/MAT-TRUOC.jpg);
}

#frm_field_42_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_1037_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_97_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/MAT-SAU.jpg);
}

#frm_field_43_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
#frm_field_1038_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/MO-TAI-KHOAN-06.png);
}

#frm_field_64_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/HO-CHIEU.jpg);
}

#frm_field_88_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/GIAY-DKKD.png);
}

#frm_field_89_container .frm_dropzone.dz-clickable.frm_single_upload .dz-message {
  background-image: url(https://giacatloi.vn/wp-content/uploads/2023/04/GIAY-UY-QUYEN.png);
}

#resend__otp {
  font-family: "Roboto";
  font-size: 15px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #dd9933;
  border-width: 1px;
  border-color: #579AF6;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-shadow: 0 1px 1px #eeeeee;
  -webkit-box-shadow: 0 1px 1px #eeeeee;
  box-shadow: 0 1px 1px #eeeeee;
  min-width: 100px;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.frm_dropzone.frm_single_upload {
  max-width: 100% !important;
}

.dieu_khoan_limit_width {
  height: 250px;
  overflow-y: auto;
}

.box_shadow_dieu_khoan {
  box-shadow: 0px 0px 3px 0px rgba(133, 125, 125, 0.75);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(133, 125, 125, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(133, 125, 125, 0.75);
}

#frm_field_187_container {
  grid-template-columns: 50px auto;
}

#frm_field_187_container .frm_error {
  grid-column: 2/3;
  grid-row: 3/3;
  padding-top: 10px;
}

@media only screen and (max-width: 750px) {
  #frm_field_187_container {
    display: grid;
  }
}
#frm_field_187_container label {
  padding-top: 7px;
  margin-top: 0.4em;
}

.frm_description {
  margin-top: 3px;
}

#frm_field_187_container input {
  width: 265px;
}

#form_testingngktikhon {
  margin: 0 !important;
}

.with_frm_style input[type=button] {
  border: 1px solid gray !important;
  box-sizing: border-box;
  text-align: center;
  line-height: normal;
}

.frm_style_my-style.with_frm_style .frm_rootline .frm_current_page input[type=button] {
  background-color: #fdb924 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.frm_current_page .frm_rootline_title {
  color: #fdb924 !important;
}

.with_frm_style input[type=text]:focus,
.with_frm_style input[type=tel]:focus,
.with_frm_style input[type=email]:focus,
.with_frm_style input[type=checkbox]:focus,
.with_frm_style select:focus,
.with_frm_style .frm_radio input[type=radio]:focus {
  border: 1px solid var(--main-cl) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}

.with_frm_style .frm_primary_label {
  color: var(--body-color) !important;
}

.frm_submit {
  gap: 20px;
  display: flex;
  justify-content: center;
}
.frm_submit button {
  border: solid 1px transparent !important;
  font-size: 16px !important;
  background: var(--main-cl) !important;
  font-weight: 700 !important;
  font-family: var(--font-family) !important;
}
@media (hover: hover) {
  .frm_submit button:hover {
    background: #fff !important;
    color: var(--main-cl) !important;
    border-color: var(--main-cl) !important;
  }
}

.contact-wrapper .form-wrapper .frm_submit button {
  border: solid 1px var(--main-cl) !important;
}

.dieu_khoan_limit_width {
  height: 330px;
  overflow-y: scroll;
}

#loading-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

#frm_field_62_container {
  display: none;
}

.frm_form_field [style*=font-size] p {
  font-size: 100%;
}

.frm_html_container {
  font-size: 12px !important;
}
.frm_html_container .row {
  margin: 0 !important;
}
.frm_html_container .dieu_khoan_limit_width {
  padding: 0 30px 30px !important;
  background: #fff;
}
.frm_html_container .dieu_khoan_limit_width h2 {
  font-size: 26px !important;
}

.frm_rootline_title, .frm_pages_complete, .frm_percent_complete {
  font-size: 16px;
  font-weight: 700;
}

.frm_rootline.frm_show_lines:before {
  display: none;
}
.frm_rootline.frm_show_lines > li {
  position: relative;
  z-index: 1;
}
.frm_rootline.frm_show_lines > li:before, .frm_rootline.frm_show_lines > li:after {
  content: "";
  width: 50%;
  height: 1px;
  background: var(--main-cl);
  position: absolute;
  z-index: -1;
  top: 20px;
}
.frm_rootline.frm_show_lines > li:before {
  left: 0;
}
.frm_rootline.frm_show_lines > li:after {
  right: 0;
}
.frm_rootline.frm_show_lines > li:first-child:before {
  display: none;
}
.frm_rootline.frm_show_lines > li:last-child:after {
  display: none;
}

.frm_style_my-style.with_frm_style .frm_rootline input {
  width: 40px !important;
  height: 40px !important;
  border: none !important;
  background-color: #d1d1d1 !important;
}

#frm_form_6_container .frm_form_fields,
#frm_form_56_container .frm_form_fields,
#frm_form_21_container .frm_form_fields {
  padding: min(30px, 3vw);
  background: #EFEEED;
  border-radius: 16px;
}

#frm_field_176_container .frm_inline_box {
  font-size: 16px;
  border: solid 1px #fcb900 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px !important;
}

#location-container {
  background: #fff;
  border: solid 1px #999999;
  border-radius: 8px;
}

.horizontal_radio .frm_radio {
  display: block !important;
}
.horizontal_radio .frm_radio:not(:last-child) {
  margin-bottom: 10px !important;
}
.horizontal_radio .frm_radio input[type=radio] {
  position: relative;
  top: -0.1em;
}

#frm_form_6_container .frm_dropzone .dz-preview {
  padding: 10px;
}
#frm_form_6_container .frm_dropzone .dz-preview .dz-details .dz-filename {
  max-width: 55%;
}

.frm_style_my-style.with_frm_style .frm_error {
  color: #f00;
}
.frm_style_my-style.with_frm_style .frm_error_style {
  color: #f00;
}
.frm_style_my-style.with_frm_style .frm_error_style p {
  font-size: 100%;
}

.with_frm_style .frm_message,
.with_frm_style .frm_success_style {
  background: var(--main-cl);
}
.with_frm_style .frm_top_container .frm_primary_label {
  margin-bottom: 5px;
  font-weight: 600;
  font-family: var(--font-family);
}
.with_frm_style .frm_radio label,
.with_frm_style .frm_checkbox label {
  color: var(--body-color);
  font-size: 15px;
  margin-bottom: 0;
}
.with_frm_style .frm_radio input[type=checkbox],
.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox],
.with_frm_style .frm_checkbox input[type=radio] {
  flex-shrink: 0;
  border-color: var(--main-cl);
}
.with_frm_style .frm_radio input[type=checkbox]:before,
.with_frm_style .frm_radio input[type=radio]:before,
.with_frm_style .frm_checkbox input[type=checkbox]:before,
.with_frm_style .frm_checkbox input[type=radio]:before {
  box-shadow: inset 10px 10px var(--main-cl);
}
.with_frm_style .frm_radio input[type=radio]:before,
.with_frm_style .frm_checkbox input[type=radio]:before {
  box-shadow: inset 10px 10px var(--main-cl);
}
.with_frm_style .frm_submit {
  justify-content: flex-start;
}
.with_frm_style .frm_submit button {
  border: none;
  padding: 10px 20px !important;
  border-radius: 5px !important;
  background: var(--main-cl);
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700;
  font-family: var(--font-family);
  letter-spacing: 0;
}
.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {
  transform: scale(1) rotate(7deg);
}

[data-component=message-text-content],
[data-component=rtf-block] {
  font-size: 16px;
  line-height: 1.5em;
}
[data-component=message-text-content]:not(:last-child),
[data-component=rtf-block]:not(:last-child) {
  margin-bottom: 15px;
}
[data-component=message-text-content] p,
[data-component=rtf-block] p {
  font-size: 100%;
}
[data-component=message-text-content] li,
[data-component=rtf-block] li {
  font-size: 100%;
}

.select2-results__option--selectable,
.select2-search--dropdown {
  font-size: 14px;
}

.nav-vertical {
  margin-right: 50px;
}
.nav-vertical.nav-tabs > li > a {
  font-size: 15px;
}
.nav-vertical + .tab-panels {
  padding: 0;
  border: none;
}

.button.primary {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 3em !important;
}

.flex-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.flex-buttons li {
  list-style: none !important;
  width: calc(50% - 10px);
  margin: 0 !important;
}
.flex-buttons li a {
  width: 100%;
}

.frm_rootline li {
  margin: 0 !important;
}

.page-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.page-id-78263 .page-content .e-con,
.page-id-78263 [data-elementor-type=wp-page] .e-con {
  --container-max-width: 1300px;
}
.page-id-78263 footer {
  display: block;
}

.page-id-80909 .elementor-widget-tabs .elementor-tab-content {
  padding: 20px 0;
}

.elementor-widget-tabs .elementor-tab-mobile-title {
  margin-bottom: 0px;
  background: #eee;
}

.dialog-lightbox-widget .elementor-slideshow__footer {
  background: transparent;
  border-top: none;
}

#gcl-location-list {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  margin-left: 0;
}
#gcl-location-list li {
  width: calc(50% - var(--gap) / 2);
  list-style: none;
  margin: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#gcl-location-list li h4 {
  margin-bottom: 20px !important;
  text-align: center;
}

.gcl-map-column {
  padding: 20px;
}

.gcl-location-column h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0.75em;
}

.gcl-faq-list {
  margin-left: 0 !important;
}
.gcl-faq-list li {
  list-style: none !important;
  margin-left: 0 !important;
}

.gcl-location-item {
  list-style: none;
  margin-bottom: 15px;
  padding: 20px 15px;
  position: relative;
  flex-direction: column;
  background: #f3f3f3;
  border-radius: 16px;
}

.gcl-view-map-btn {
  display: block;
  height: auto;
  margin: auto auto 0;
}

.gcl-location-info {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px;
}
.gcl-location-info dd {
  display: flex !important;
  font-weight: 600;
  align-items: center;
}
.gcl-location-info dd:not(:last-child) {
  margin-bottom: 10px;
}
.gcl-location-info dd .icon {
  display: flex;
  width: 30px;
  height: 30px;
  border: solid 1px var(--main-cl);
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--main-cl);
  border-radius: 4px;
  margin-right: 10px;
  align-self: flex-start;
}

.page-id-82659 .form-request-support.form-horizontal .form-input,
.page-id-84529 .form-request-support.form-horizontal .form-input {
  width: 100%;
}
.page-id-82659 .form-request-support #inquiry-content,
.page-id-84529 .form-request-support #inquiry-content {
  display: none;
}
.page-id-82659 .with_frm_style .frm_submit,
.page-id-84529 .with_frm_style .frm_submit {
  width: 100%;
}
.page-id-82659 .with_frm_style .frm_submit button,
.page-id-84529 .with_frm_style .frm_submit button {
  width: 100% !important;
}

.page-id-84529 main, .page-id-84529 [data-elementor-type=wp-page] {
  margin-top: 0;
}

.wp-block-image :where(figcaption) {
  font-size: 14px;
  font-style: italic;
}

.elementor-tabs-content-wrapper a:not([class]) {
  color: var(--main-cl);
  text-decoration: underline;
}
@media (hover: hover) {
  .elementor-tabs-content-wrapper a:not([class]):hover {
    text-decoration: none;
  }
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  background: #eee;
}

@media (min-width: 768px) {
  .elementor-18343 .elementor-element.elementor-element-a481d21 {
    width: 100%;
  }
}
@media screen and (max-width: 849px) {
  .nav-vertical {
    margin-right: 0;
  }
  .flex-buttons li {
    width: 100%;
  }
}
.accordion-item .accordion-title {
  font-size: 18px;
  display: block;
  font-weight: 600;
}

.accordion table {
  width: 100% !important;
}
.accordion .toggle {
  color: #000 !important;
  width: 26px;
  height: 26px;
  font-size: 12px;
  border-radius: 0;
  background: var(--main-cl);
  opacity: 1;
  top: 8px;
  border: none !important;
  padding-top: 2px;
  margin-left: 7px;
}

.tml.tml-login {
  max-width: 500px;
  margin: 0 auto;
}
.tml .tml-label {
  font-size: 18px;
  font-weight: 600;
}

.tml-button {
  padding: 10px 20px;
  color: var(--body-color);
  font-weight: 600;
  border-radius: 8px;
}

.postid-122896 .post-date i {
  display: none;
}

.gcl-tabs__button {
  padding: 15px 10px 13px !important;
}

.gcl-news {
  max-width: 100% !important;
}
.gcl-news .gcl-news__container {
  gap: 30px;
}
.gcl-news .gcl-news__item {
  padding: 0;
}
.gcl-news .gcl-news__pagination .gcl-news__page-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
}

.faq-wrapper {
  gap: 50px;
}
.faq-wrapper .faq-img {
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.faq-item {
  border-bottom: solid 1px #ddd;
}
.faq-item:first-child {
  border-top: solid 1px #ddd;
}
.faq-item-wrapper {
  flex-grow: 1;
}
.faq-item-title {
  cursor: pointer;
  padding: 20px 60px 20px 20px;
  position: relative;
  font-weight: 700;
  transition: all 0.2s;
}
.faq-item-title p {
  font-size: 18px;
}
.faq-item-title:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-arrow-right-02.svg") no-repeat center/100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  transform: rotate(90deg);
  transition: all 0.2s;
}
@media (hover: hover) {
  .faq-item-title:hover {
    color: var(--main-cl);
  }
}
.faq-item-title.open:after {
  transform: rotate(-90deg);
}
.faq-item-content {
  padding: 0 30px 20px 20px;
  display: none;
}
.faq-item-content ul {
  margin-left: 20px;
}

.gcl-tabs {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.gcl-tabs__buttons {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.gcl-tabs__button {
  flex: 1;
  padding: 9px;
  cursor: pointer;
  border: none;
  background-color: white;
  border: 1px solid #fdb924;
  border-right-color: transparent;
  color: #002835;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 0rem !important;
}

.gcl-tabs__button:last-child {
  border-right: 1px solid #fdb924;
}

.gcl-tabs__button--active {
  background-color: #fdb924;
  font-weight: 600;
}

.gcl-tabs__panel {
  display: none;
  background: #fff;
  margin-top: -1px;
}

.gcl-tabs__panel--active {
  display: block;
}

.gcl-tabs__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #fdb924, #ff9800);
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  color: black;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.gcl-tabs__arrow:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.gcl-tabs__arrow--left {
  left: 0;
}

.gcl-tabs__arrow--right {
  right: -20px;
}

.gcl-tabs__container {
  position: relative;
}

@media (min-width: 720px) {
  .gcl-tabs__arrow {
    display: none;
  }
  .gcl-tabs__buttons {
    overflow: visible;
  }
}
.page-id-157322 {
  --main-cl: #311d53 !important;
}
.page-id-157322 header,
.page-id-157322 footer {
  display: none !important;
}
.page-id-157322 main {
  margin-top: 0 !important;
}
.page-id-157322 table th {
  color: #fff !important;
}
.page-id-157322 .margin-feature {
  background: #fff;
  color: var(--main-cl);
}
.page-id-157322 .margin-feature.feature-highlight {
  background: var(--main-cl);
  color: #fff;
}
.page-id-157322 .margin-intro table tr:nth-child(even) td {
  background: #c5bbd7;
}
.page-id-157322 .contact-us .text-link {
  color: #fff;
}
.page-id-157322 .margin-package:after {
  background: url("../images/icf/bg-decor-01.svg") center/contain no-repeat;
}
.page-id-157322 .block-register-img .decor {
  bottom: calc(100% - 240px);
}
.page-id-157322 #button-contact-vr {
  display: none !important;
}
.page-id-157322 address {
  background: #222;
  color: #fff;
}
.page-id-157322 h1 {
  margin-bottom: 0;
}

main {
  overflow: hidden;
}

.icf-policy {
  padding: 30px 0;
  background: #e7e9eb;
  border-bottom: solid 1px #ccc;
}

/*# sourceMappingURL=styles.css.map */
