@charset "UTF-8";
@font-face {
  font-family: "tuesdayNight";
  src: url("../fonts/TuesdayNight-Regular.eot");
  src: local("☺"), url("../fonts/TuesdayNight-Regular.woff") format("woff"),
    url("../fonts/TuesdayNight-Regular.ttf") format("truetype"),
    url("../fonts/TuesdayNight-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SVN-Unthrift";
  src: url("../fonts/UTM Scriptina KT.eot");
  src: local("☺"), url("../fonts/UTM Scriptina KT.woff") format("woff"),
    url("../fonts/UTM Scriptina KT.ttf") format("truetype"),
    url("../fonts/UTM Scriptina KT.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
u {
  text-decoration: none !important;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -25px;
  left: -2em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  line-height: 1.3;
  color: #252525;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-raleway {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

em,
span,
strong {
  vertical-align: middle;
}

img {
  max-width: 100%;
  line-height: 1;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

p {
  margin: 0;
}

button {
  border: none;
}

.img-max {
  width: 100%;
}

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-page {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  color: #333;
  padding-left: 20px;
  border-left: 5px solid #ff0000;
}
.header-page--white {
  color: #fff;
}

.header-page--small {
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
}
.header-page--small::before {
  content: "";
  width: 12px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a82626;
  opacity: 0.5;
  border-radius: 4px;
}
.header-page--small::after {
  content: "";
  width: 18px;
  height: 4px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background: #a82626;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .header-page {
    font-size: 24px;
  }
  .header-page-sub {
    font-size: 16px;
  }
}

.vn .mission-section .header-page {
  font-size: 50px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.section-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}
.header-page-sub + .section-text {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .header-page-sub + .section-text {
    margin-top: 30px;
  }
}
.section-text--blur {
  opacity: 0.5;
}

.breadcrumb {
  display: flex;
  justify-content: center;
}
.breadcrumb li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.breadcrumb li:first-child {
  padding: 0;
  margin: 0;
}
.breadcrumb li:first-child::before {
  content: "";
}
.breadcrumb li::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb a {
  color: #fff;
}

.fz--10 {
  font-size: 10px;
}

.fz--12 {
  font-size: 12px;
}

.fz--14 {
  font-size: 14px;
}

.fz--16 {
  font-size: 16px;
}

.fz--18 {
  font-size: 18px;
}

.fz--20 {
  font-size: 20px;
}

.fz--22 {
  font-size: 22px;
}

.fz--24 {
  font-size: 24px;
}

.fz--30 {
  font-size: 30px;
}

.fz--36 {
  font-size: 36px;
}

.fz--40 {
  font-size: 40px;
}

.fz--50 {
  font-size: 50px;
}

.fz__mb--16 {
  font-size: 16px;
}

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

.fw--normal {
  font-weight: normal;
}

.flex-box {
  display: flex;
}
.flex-box--center {
  justify-content: center;
}
.flex-box--between {
  justify-content: space-between;
}
.flex-box--start {
  justify-content: flex-start;
}
.flex-box--end {
  justify-content: flex-end;
}
.flex-box--center {
  justify-content: center;
}
.flex-box--aligncenter {
  align-items: center;
}
.flex-box--aligntop {
  align-items: flex-start;
}
.flex-box--alignbottom {
  align-items: flex-end;
}
.flex-box--alignstretch {
  align-items: stretch;
}
.flex-box--baseline {
  align-items: baseline;
}
.flex-box__direction--column {
  flex-direction: column;
}
@media (max-width: 767px) {
  .flex-box__direction--column--mb {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .flex-box--column-reverse--mb {
    flex-direction: column-reverse;
  }
}
.flex-box--wrap {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-box__mb {
    display: flex;
  }
  .flex-box__mb--between {
    justify-content: space-between;
  }
  .flex-box__mb--start {
    justify-content: flex-start;
  }
  .flex-box__mb--end {
    justify-content: flex-end;
  }
  .flex-box__mb--wrap {
    flex-wrap: wrap;
  }
  .flex-box__mb--center {
    justify-content: center;
  }
  .flex-box__mb--none-wrap {
    flex-wrap: inherit;
  }
}

.wp-pagenavi {
  clear: both;
  border-top: 1px solid #b4b4b4;
  padding-top: 50px;
  text-align: left;
  margin: 60px 0 80px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  margin: 0 15px;
  color: #a0a0a0;
  font-weight: bold;
  border: none !important;
}

.mt--auto {
  margin-top: auto;
}

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

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

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

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

.mt--20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .mt--20--mb {
    margin-top: 20px;
  }
}

.mt--25 {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .mt--25--mb {
    margin-top: 20px;
  }
}

.mt--30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mt--30--mb {
    margin-top: 20px;
  }
}

.mt--40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mt--40--mb {
    margin-top: 20px;
  }
}

.mt--50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt--50--mb {
    margin-top: 20px;
  }
}

.mt--60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt--60--mb {
    margin-top: 20px;
  }
}

.mt--70 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .mt--70--mb {
    margin-top: 70px;
  }
}

.mt--80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mt--80--mb {
    margin-top: 70px;
  }
}

.mt--90 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .mt--90--mb {
    margin-top: 70px;
  }
}

.mt--120 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .mt--120--mb {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .mt__mb--0 {
    margin: 0 !important;
  }
  .mt__mb--20 {
    margin-top: 20px;
  }
  .mt__mb--30 {
    margin-top: 30px;
  }
  .mt__mb--40 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mt__mb--0 {
    margin: 0 !important;
  }
  .mt__mb--30 {
    margin-top: 0px;
  }
  .mt__mb--20 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mt__mb--20 {
    margin-top: 20px;
  }
  .mt__mb--30 {
    margin-top: 30px;
  }
}

.mb__minus--20 {
  margin-bottom: -20px;
  z-index: 90;
}

.mb--70 {
  margin-bottom: 70px;
}

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

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

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

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

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

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

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

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

.taC {
  text-align: center;
}

.taR {
  text-align: right !important;
}

.wrapTbl {
  border: 1px solid #ededed;
  padding: 25px;
}

.tbl-page {
  width: 100%;
  border-collapse: separate;
  border-top: none;
  border-right: none;
}
.tbl-page tr th {
  border-bottom: 1px solid #ededed;
  padding: 10px;
}
.tbl-page tr td {
  border-bottom: 1px solid #ededed;
  padding: 10px;
}

.input-page {
  height: 45px;
  width: 100%;
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  background: transparent;
}
.input-page-radio {
  margin-right: 10px;
}
.input-page.require {
  border: 1px solid #e02020;
}

.textarea-page {
  border: 1px solid #ededed;
  background: transparent;
  height: 150px;
  width: 100%;
  padding: 10px;
}

table.table-form-page {
  width: 100%;
  border-collapse: collapse;
}
table.table-form-page tr td {
  padding: 15px 0;
}
@media (max-width: 767px) {
  table.table-form-page tr td {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
}
table.table-form-page tr th {
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  table.table-form-page tr th {
    width: 100%;
    font-size: 15px;
    display: block;
  }
}

.btn-page {
  background: #e74624;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  letter-spacing: 1px;
  border-radius: 5px;
  /* text-transform: uppercase; */
  font-size: 14px;
  position: relative;
  overflow: hidden;
}
.btn-page span {
  position: relative;
  z-index: 10;
}
.btn-page i {
  margin-left: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e74624;
  border-radius: 100%;
  line-height: 40px;
}
.btn-page--small {
  padding: 0 15px;
}
.btn-page.disable {
  opacity: 0.3;
  pointer-events: none;
}
.btn-page--outline {
  border: 1px solid #07407e;
  background: none;
  color: #07407e;
  padding: 5px 15px;
  border-radius: 4px;
  line-height: 35px;
  height: 35px;
}
.section-text + .btn-page {
  margin-top: 70px;
}
.btn-page--black {
  background: #000000;
}
.btn-page--violet {
  background: #95569b;
}
.btn-page span {
  position: relative;
  z-index: 90;
}
.btn-page::before {
  content: "";
  background: #e31628;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  top: 0;
  left: -100%;
  position: absolute;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  z-index: 0;
}
.btn-page:hover::before {
  left: 0;
}

#idBooking {
  background: #fff;
}

.grid--80 {
  width: 80%;
}

.grid--5 {
  width: 5%;
}

.grid--10 {
  width: 10%;
}

.grid--15 {
  width: 15%;
}

.grid--20 {
  width: 20%;
}

.grid--25 {
  width: 25%;
}

.grid--30 {
  width: 30%;
}

.grid--33 {
  width: 33.33%;
}

.grid--35 {
  width: 35%;
}

.grid--40 {
  width: 40%;
}

.grid--45 {
  width: 45%;
}

.grid--50 {
  width: 50%;
}

.grid--55 {
  width: 55%;
}

.grid--48 {
  width: 48%;
}

.grid--60 {
  width: 60%;
}

.grid--65 {
  width: 65%;
}

.grid--70 {
  width: 70%;
}

.grid--75 {
  width: 75%;
}

.grid--85 {
  width: 85%;
}

.grid--100 {
  width: 100%;
}

@media (max-width: 767px) {
  .grid__mb--100 {
    width: 100% !important;
  }
  .grid__mb--50 {
    width: 50%;
  }
}

.grid--small {
  max-width: 800px;
  margin: 0 auto;
}

.box--border {
  border: 1px solid #f5f5f5;
  padding: 30px;
  border-radius: 5px;
}

.border {
  border: 1px solid #f8f8f8;
  display: inline-block;
}
.border--bottom {
  border-bottom: 1px solid #ededed;
}

.slick-arrow {
  border: none;
  font-size: 15px;
  position: absolute;
  z-index: 500;
  outline: none;
  width: 100px;
  height: 20px;
  background: none;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.6;
}

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

@media (max-width: 767px) {
  .text-align__mb--center {
    text-align: center;
  }
}

.text--def {
  color: #1f1f1f;
}

.text--blue {
  color: #284081 !important;
}

.text--err {
  color: #e02020;
}

.text--white {
  color: #fff !important;
}

.text--gold {
  color: #b09246 !important;
}

.text--violet {
  color: #95569b !important;
}

.text--black {
  color: #000000 !important;
}

.text--voice span.text--voice--inner {
  position: relative;
  padding: 15px 0;
}
.text--voice span.text--voice--inner::before {
  content: "“";
  font-family: "SVN-Unthrift";
  font-size: 70px;
  color: #b09246;
  position: absolute;
  top: 0px;
  left: -30px;
}
.text--voice span.text--voice--inner::after {
  content: "”";
  font-family: "SVN-Unthrift";
  font-size: 70px;
  color: #b09246;
  position: absolute;
  bottom: -40px;
  right: -35px;
}

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

.text--underline {
  text-decoration: underline;
}

.text-link {
  display: inline-block;
}

.text-red {
  color: #e02020;
}

.text-red-hover {
  color: #000000;
}
.text-red-hover:hover {
  color: #a82626;
}

.text-note {
  font-style: italic;
  font-size: 12px;
  color: #a0a0a0;
}

.text-content {
  line-height: 1.6;
}
.text-content img {
  margin: 25px auto;
  display: block;
  height: auto !important;
}

.text-italic {
  font-style: italic;
}

.tab-content {
  display: none;
  padding-top: 40px;
}
.tab-content.active {
  display: block;
}

.wrap-relative {
  position: relative;
}

.popup {
  display: none;
  width: 60%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 50px;
  z-index: 1501;
}

.popup h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.popup.audio-popup {
  width: 24%;
  text-align: center;
}

.popup .close-popup,
.popup .close-popup-reading,
.popup .close-popup-review,
.popup .close-popup-grammar {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.popup .close-popup-reading,
.popup .close-popup-review,
.popup .close-popup-grammar {
  top: 20px;
  font-size: 25px;
}

.alignleft {
  float: left;
}
@media (max-width: 767px) {
  .popup {
    width: 90%;
    padding: 30px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.overlay-trans {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg--white {
  background: #fff;
}

.bg--grey {
  background: #f5f5f5;
}

.bg--black {
  background: #000000;
}

.bg--violet {
  background: #95569b;
}

.table-page {
  width: 100%;
  border: 1px solid #ededed;
  border-collapse: collapse;
}
.table-page thead {
  background: #f5f5f5;
  font-weight: bold;
}
.table-page thead td {
  text-align: center;
}
.table-page tr td {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  padding: 10px;
}

.logo_teddy {
  position: relative;
  padding-left: 15px;
}
.logo_teddy .dot {
  position: absolute;
  bottom: 22px;
  left: 37px;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.logo_teddy img {
  height: 45px;
}

.ontop-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  background: #e74624;
  width: 50px;
  height: 50px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}

.toggleSection {
  display: none;
}

#gmap-menu {
  height: 60vh;
  color: #000000;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1500;
  display: flex;
  align-items: center;
}
.slick-dots li {
  margin-right: 10px;
  padding: 0 !important;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0;
  outline: none;
  border-radius: 100%;
  background: #052026;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots li.slick-active button button {
  background: #92c83e;
}

.padding--left--30 {
  padding-left: 30px;
}

.padding--left--50 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .padding--left--50 {
    padding-left: 25px !important;
  }
}

.padding--left--70 {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .padding--left--70 {
    padding-left: 25px !important;
  }
}

.padding--right--50 {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .padding--right--50 {
    padding-right: 25px !important;
  }
}

.padding--right--70 {
  padding-right: 70px;
}
@media (max-width: 767px) {
  .padding--right--70 {
    padding-right: 35px !important;
  }
}

.padding--vertical--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding--vertical--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding--vertical--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .padding--vertical--50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.padding--horizon--20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding--horizon--40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 767px) {
  .padding--horizon--40 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.padding--horizon--50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (max-width: 767px) {
  .padding--horizon--50 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.padding--5 {
  padding: 5px;
}

.padding--10 {
  padding: 10px;
}

.padding--15 {
  padding: 15px;
}

.padding--20 {
  padding: 20px;
}

.padding--30 {
  padding: 30px;
}

.padding--50 {
  padding: 50px;
}

.line-height-16 {
  line-height: 1.5;
}

.line-height-18 {
  line-height: 1.8;
}

.img-height--20 {
  height: 20px;
}

.img-height--30 {
  height: 30px;
}

.img-height--45 {
  height: 45px;
}

.img-height--50 {
  height: 50px;
}

.img-height--60 {
  height: 60px;
}

.main-content {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.bread li {
  position: relative;
  padding-left: 15px;
  color: #a7a7a7;
  margin-right: 15px;
}
.bread li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #a7a7a7;
  font-size: 14px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}
.bread li a {
  color: #a7a7a7;
  text-decoration: underline;
}
.bread li:first-child:before {
  content: "";
}
.bread li:first-child {
  padding-left: 0;
}

.side-bar {
  background: #f7f7f7;
  overflow-y: auto;
  padding: 30px 20px 30px 40px;
}
@media (max-width: 767px) {
  .side-bar {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    overflow-y: auto;
    z-index: 200;
    height: 100%;
  }
  .side-bar.active {
    left: 0;
  }
}

.bread-crumb {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.bread-crumb a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
}
.bread-crumb a i {
  margin-right: 10px;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.list-radio > li {
  border: 1px solid #ededed;
  margin-top: 10px;
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
}

.input-radio {
  position: relative;
}
.input-radio:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.input-radio.checked:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #95569b;
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.error-field.err {
  border: 1px solid #e02020;
}

.js-toggle-hide {
  display: none;
}

.sort-list {
  position: absolute;
  top: 30px;
  right: 0;
  background: #95569b;
  z-index: 500;
  width: 100%;
}
.sort-list p a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.js-slide-fliter.clicked {
  color: #b08d75;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.opacity--50 {
  opacity: 0.5;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.lightbox {
  background: rgba(0, 0, 0, 0.6);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 900;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px fade(black, 70%);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}

.arrow-icon {
  position: relative;
  padding-right: 80px;
}
.arrow-icon--down::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 40px;
  height: 40px;
  margin-top: -16px;
  border-left: 2px solid #ededed;
  border-top: 2px solid #ededed;
  -moztransform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media (max-width: 767px) {
  .arrow-icon--down::before {
    display: none;
  }
}

@-webkit-keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 00px;
  }
}

@keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 00px;
  }
}

@-webkit-keyframes toa {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes toa {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  50% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .non-flex-box {
    display: block;
  }
}

.side-bar-sp {
  width: 100%;
  padding-top: 70px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto !important;
  z-index: 999;
  background: #fff;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.side-bar-sp--inner {
  padding: 15px;
  margin-top: 25px;
  height: 100%;
}
.side-bar-sp .icon-awesome {
  display: block;
}

.head-image-page {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.head-image-page-text {
  position: absolute;
  background: rgba(216, 216, 216, 0.9);
  padding: 40px;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
}
@media (max-width: 767px) {
  .head-image-page-text {
    width: 90%;
  }
}
.head-image-page-text h2 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: #284081;
}
@media (max-width: 767px) {
  .head-image-page-text h2 {
    font-size: 30px;
  }
}
.head-image-page-text h3 {
  font-size: 26px;
  font-weight: normal;
  color: #284081;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .head-image-page-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .head-image-page {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .head-image-page--img img {
    max-width: inherit;
    height: 100%;
    width: auto;
  }
}

.tab-bar {
  background: gainsboro;
}

.content-editor .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-editor iframe {
  margin: 30px 0;
  width: 100%;
}

.content-editor a {
  color: #52a2f8 !important;
  text-decoration: underline;
}

.content-editor ul,
.content-editor ol {
  padding-left: 22px;
}
.content-editor ul li,
.content-editor ol li {
  list-style: disc;
}
.content-editor ul li::marker,
.content-editor ol li::marker {
  color: #a82626;
}

.content-editor h1 {
  font-size: 36px;
}

.content-editor h2 {
  border-left: 3px solid #a82626;
  padding-left: 15px;
  font-size: 24px;
  margin-bottom: 20px;
}

.content-editor h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.content-editor h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.content-editor blockquote {
  font-style: italic;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  margin: 20px 0;
}

.content-editor img {
  border-radius: 10px;
  height: auto !important;
}

.header {
  padding: 10px 0px;
  z-index: 1000;
  background: #004fa1;
}
.header--inner {
  padding: 15px 45px;
  max-width: 1200px;
  margin: 0 auto;
}
.header.scroll-to-fixed-fixed {
  background: rgba(216, 216, 216, 0.9);
  margin: 0;
}
.header.scroll-to-fixed-fixed .bar1,
.header.scroll-to-fixed-fixed .bar2,
.header.scroll-to-fixed-fixed .bar3 {
  background: #284081;
}

.g-navi li {
  position: relative;
}
.g-navi li a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.g-navi li a:hover {
  color: #e74624;
}
.g-navi-sub {
  padding: 10px;
}
.g-navi-sub li {
  padding: 10px 0;
  width: 100%;
}
.g-navi-sub li a {
  font-size: 22px;
}

.header-user a {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 0 13px;
  margin-left: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.header-user a {
  color: #fff;
}

.js-signup-form {
  display: none;
}

@media (max-width: 767px) {
  .g-navi-sub li a {
    font-size: 18px;
  }
}

.hb-search-fs .search-form-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #efefef;
}

.hb-search-fs.topbar .txt-search {
  font-size: 20px;
  text-align: center;
}

.hb-search-fs .txt-search {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent !important;
  border: none;
  height: auto;
  font-size: 30px;
  padding: 0;
  outline: none;
  color: #333;
  font-weight: 100;
  border-bottom: 1px solid rgba(179, 179, 179, 0.7);
  padding-bottom: 13px;
  border-radius: 0;
}

.hb-search-fs .btn-search {
  display: none;
}

.hb-search-fs.topbar {
  height: 80px;
  z-index: 99998;
}

.hb-search-fs {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9999999;
  display: none;
}

.hb-search-fs.topbar .close {
  right: 28px;
  top: 50%;
  height: 25px;
  width: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hb-search-fs .close,
.hb-menu-outer .fullscreen-style .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.hb-search-fs.topbar .close:before {
  -webkit-transform: translate(-4px, 12px) rotate(-45deg);
  -ms-transform: translate(-4px, 12px) rotate(-45deg);
  transform: translate(-4px, 12px) rotate(-45deg);
}

.hb-search-fs.topbar .close:after {
  -webkit-transform: translate(-4px, 10px) rotate(45deg);
  -ms-transform: translate(-4px, 10px) rotate(45deg);
  transform: translate(-4px, 10px) rotate(45deg);
}

.hb-search-fs.topbar .close:before,
.hb-search-fs.topbar .close:after {
  width: 33px;
}

.hb-search-fs .close:before,
.hb-menu-outer .fullscreen-style .close:before {
  -webkit-transform: translate(-5px, 14px) rotate(-45deg);
  -ms-transform: translate(-5px, 14px) rotate(-45deg);
  transform: translate(-5px, 14px) rotate(-45deg);
}

.hb-search-fs .close:before,
.hb-menu-outer .fullscreen-style .close:before,
.hb-search-fs .close:after,
.hb-menu-outer .fullscreen-style .close:after {
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hb-search-fs .close:before,
.hb-menu-outer .fullscreen-style .close:before,
.hb-search-fs .close:after,
.hb-menu-outer .fullscreen-style .close:after {
  content: " ";
  width: 40px;
  height: 2px;
  background: #333;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.fullscreen-style .close:hover:after,
.hb-search-fs .close:hover:after {
  -webkit-transform: translate(-5px, 12px) rotate(-135deg);
  -ms-transform: translate(-5px, 12px) rotate(-135deg);
  transform: translate(-5px, 12px) rotate(-135deg);
}

.fullscreen-style .close:hover:before,
.hb-search-fs .close:hover:before {
  -webkit-transform: translate(-5px, 14px) rotate(135deg);
  -ms-transform: translate(-5px, 14px) rotate(135deg);
  transform: translate(-5px, 14px) rotate(135deg);
}

.hiddenBox {
  width: 100%;
  height: 80px;
  display: none;
}

.account_part ul li {
  margin: 0 15px;
}
.account_part ul li a {
  color: #fff;
}
.account_part ul li i {
  margin-right: 10px;
}

.nav-link {
  color: #1f1f1f;
  padding: 0 20px;
}

.icon-awesome span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #dbdbdb;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #a82626;
  margin-right: 15px;
}

.icon-awesome li {
  display: flex;
  align-items: center;
  margin-left: 45px;
}

.icon-awesome--snall li {
  margin-left: 0px;
}

.right-head {
  width: 80%;
}

@media (max-width: 767px) {
  .icon-awesome {
    padding: 0px 15px;
  }
  .icon-awesome li {
    margin: 20px 0 0;
  }
}

.header-search-wrap {
  display: none;
}

.header-search {
  padding: 20px 0;
  position: relative;
}
.header-search .header-search-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.header-search .header-search-btn button.js-search-button {
  background: #e74624;
  color: #ffff;
  font-size: 16px;
  border: 1px solid #e74624;
  padding: 5px 15px;
  border-radius: 5px;
}

.header-search .header-search-btn button.js-switch {
  border: 1px solid #e74624;
  color: #e74624;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.header-search .header-search-btn button.js-switch.active {
  background: #ccc;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
  }
}

.list-icon-social a {
  display: inline-block;
  margin: 0 3px;
}

.lang-menu {
  border: 1px solid #e74624;
  margin-left: 20px;
}
.lang-menu li:last-child {
  border-left: 1px solid #e74624;
}
.lang-menu li a {
  font-size: 12px;
  color: #e74624;
  display: block;
  padding: 0 10px;
  line-height: 35px;
  text-align: center;
  font-size: bold;
}
@media (max-width: 767px) {
  .lang-menu li a {
    color: #e74624;
  }
}
.lang-menu li a.active {
  background: #e74624;
  color: #fff;
}
@media (max-width: 767px) {
  .lang-menu li a.active {
    color: #fff;
    background: #e74624;
  }
}

#logo img {
  height: 120px;
  width: auto;
}
@media (max-width: 767px) {
  #logo img {
    height: 70px;
  }
}

.g-navi-home {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
}
.g-navi-home li a {
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    padding: 20px;
  }
  #header .img-logo {
    height: 50px;
    width: auto;
  }
  .nav-link {
    font-size: 13px;
    padding: 15px 10px;
  }
  .header-link {
    font-size: 25px;
    margin-left: 15px;
  }
}

.nav-menu-button {
  display: block;
  z-index: 1000;
}

.nav-menu-button {
  position: relative;
  cursor: pointer;
  width: 40px;
}
.nav-menu-button .bar1,
.nav-menu-button .bar2,
.nav-menu-button .bar3 {
  width: 36px;
  height: 3px;
  background: #284081;
  margin: 4px auto;
  transition: 0.4s;
}
.nav-menu-button.active .bar1,
.nav-menu-button.active .bar2,
.nav-menu-button.active .bar3 {
  background-color: #284081;
}
.nav-menu-button.active .bar1 {
  -webkit-transform: rotate(-45deg) translate(3px, 9px);
  transform: rotate(-45deg) translate(3px, 9px);
}
.nav-menu-button.active .bar2 {
  opacity: 0;
}
.nav-menu-button.active .bar3 {
  -webkit-transform: rotate(45deg) translate(-1px, -12px);
  transform: rotate(45deg) translate(-1px, -12px);
}

@media (max-width: 767px) {
  .nav-link {
    display: block;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .nav-link.active:after {
    bottom: 5px;
    left: 0;
  }
  body {
    position: relative;
  }
  body.fixed::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
  }
}

.footer {
  background: #004fa1;
  padding: 20px 0;
  color: #fff;
  border-top: 1px solid #ededed;
  margin-top: 50px;
}
.footer .logo img {
  width: auto;
  height: 90px;
}

.copyright {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 50px;
  }
}

.list-social li {
  margin-left: 25px;
}
.list-social li:first-child {
  margin-left: 0;
}
.list-social li a {
  color: #fff;
  font-size: 24px;
}
.list-social li a:hover {
  color: #b09246;
}

.mainVisual {
  position: relative;
  margin: 20px 0 40px;
}

@media (max-width: 767px) {
  .mainVisual--img img {
    max-width: inherit;
    height: 100vh;
  }
}

.list-button {
  border-top: 1px solid #284081;
  margin-top: 15px;
}
.list-button li {
  border-left: 1px solid #284081;
  position: relative;
}
.list-button li:first-child {
  border: none;
}
@media (max-width: 767px) {
  .list-button li {
    border-left: none;
    border-top: 1px solid #284081;
  }
}
.list-button a {
  background: rgba(216, 216, 216, 0.9);
  color: #284081;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.slide-banner {
  position: relative;
  z-index: 500;
}

.slide-banner li.slick-slide {
  position: relative;
}

.slide-banner li.slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 500;
}

.slide-banner .slick-dots {
  margin: 0;
  bottom: 30px;
}
.slide-banner .slick-dots li button {
  border-color: #fff;
}
.slide-banner .slide-banner-text {
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  width: 55%;
  color: #fff;
  z-index: 900;
  text-shadow: 2px 2px 2px #4f4f4f;
}
.slide-banner .slide-banner-text--inner {
  background: rgba(216, 216, 216, 0.9);
  padding: 40px;
}
.slide-banner .slide-banner-text h2 {
  font-size: 35px;
  text-overflow: ellipsis;
  width: 90%;
  line-height: 1.3;
  margin: 0 auto;
  letter-spacing: 2px;
}

.slide-banner .slide-banner-text h2 span {
  color: #ff0000;
}
@media (max-width: 767px) {
  .slide-banner .slide-banner-text h2 {
    font-size: 36px;
    width: 100%;
  }
}
.slide-banner .slide-banner-text h3 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
  margin: 20px auto;
  width: 90%;
}
@media (max-width: 767px) {
  .slide-banner .slide-banner-text h3 {
    font-size: 16px;
    width: 100%;
  }
}
.slide-banner .slide-banner-text .slide-banner-desc {
  max-width: 80%;
  margin: 30px auto 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .slide-banner .slide-banner-text .slide-banner-desc {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slide-banner .slide-banner-text {
    width: 90%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .slide-banner {
    margin-top: 0;
    min-height: 70vh;
  }
  .slide-banner img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

.js-load-more {
  padding: 15px 0;
}

.top-green-section {
  background: url("../img/top/bg_section_1.png") no-repeat right bottom #052620;
  padding: 80px 0;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-green-section {
    font-size: 16px;
  }
  .top-green-section .fz--16 {
    font-size: 14px;
  }
}

.numbers-row {
  border: 1px solid #e1e1e1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.numbers-row input[type="text"] {
  border: none !important;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #898989;
}
.numbers-row .cal {
  text-align: center;
}
.numbers-row .button {
  display: block !important;
  padding: 3px 12px !important;
  margin: 0 !important;
  line-height: 1;
  color: #333 !important;
  background: none !important;
  cursor: pointer;
}
.numbers-row .wrap {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #e1e1e1;
}
.numbers-row .dec {
  border-top: 1px solid #e1e1e1 !important;
}

.list-products-archive li {
  margin-bottom: 30px;
}

.list-products li .wrap {
  padding: 0 15px;
}

.list-products li .icon-heart {
  cursor: pointer;
}
.list-products li .icon-heart:hover {
  color: #1f1f1f;
}

.list-products li .thumb {
  position: relative;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  overflow: hidden;
}
.list-products li .thumb:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 30px;
  padding-right: 0.5em;
  position: absolute;
  top: -10%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  z-index: 90;
  opacity: 0.9;
}
.list-products li .thumb .over {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.list-products li a {
  display: block;
}

.list-products li:hover .thumb:before {
  top: 50%;
}

.list-products li:hover .thumb .over {
  background: rgba(0, 166, 156, 0.3);
  opacity: 1;
}

.slide-image li {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .tab-bar.over-vertical {
    overflow-x: auto;
  }
  .tab-bar.over-vertical ul li {
    white-space: pre;
  }
}

.tab-item li a {
  padding: 0 15px;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  color: #284081;
  font-size: 16px;
  line-height: 55px;
  height: 55px;
  border-bottom: 2px solid transparent;
  border-left: 1px solid #284081;
}
@media (max-width: 767px) {
  .tab-item li a {
    font-size: 16px;
  }
}
.tab-item li a.active {
  position: relative;
  border-bottom: 2px solid #a82626;
}

.tab-item li:first-child a {
  border-left: none;
}

.blog-section {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .blog-section {
    padding: 0 15px;
  }
}

.main-page-image {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.main-page-image::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-page-image-text {
  position: absolute;
  z-index: 90;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
.main-page-image-text .header-page-sub {
  font-size: 4vw;
}
@media (max-width: 767px) {
  .main-page-image-text .header-page-sub {
    font-size: 6vw;
  }
}
.main-page-image-text .header-page {
  font-size: 5vw;
}
@media (max-width: 767px) {
  .main-page-image-text .header-page {
    font-size: 8vw;
  }
}

.product-section {
  overflow: hidden;
}

.shareBox {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #a7a7a7;
}

.formLogin {
  width: 35%;
  margin: 0 auto;
}

.filter-item {
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #ededed;
  line-height: 1.6;
  padding: 0 15px;
  margin: 5px;
  cursor: pointer;
}
.filter-item-list {
  margin: 10px -5px 0;
}
.filter-item.chose {
  position: relative;
}
.filter-item.chose::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #b08d75;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.filter-item.chose:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.filter-item-color {
  font-size: 0;
  min-height: 25px;
}
.filter-item-white {
  background: #fff;
}
.filter-item-black {
  background: #000000;
}
.filter-item-grey {
  background: grey;
}
.filter-item-silver {
  background: silver;
}
.filter-item-purple {
  background: purple;
}
.filter-item-pink {
  background: pink;
}
.filter-item-blue {
  background: blue;
}
.filter-item-green {
  background: green;
}
.filter-item-yellow {
  background: yellow;
}
.filter-item-orange {
  background: orange;
}
.filter-item-red {
  background: red;
}
.filter-item-gold {
  background: gold;
}
.filter-item-nude {
  background: #f5d5ba;
}

.list-toggle h6 {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #95569b;
  padding-bottom: 5px;
  position: relative;
}
.list-toggle h6::before {
  content: "+";
  font-size: 18px;
  position: absolute;
  top: -2px;
  right: 0;
}
.list-toggle h6.open::before {
  content: "-";
}

.list-toggle > li {
  margin-top: 15px;
}
.list-toggle > li:first-child {
  margin-top: 0;
}

.list-toggle-hide {
  padding: 15px 0;
  line-height: 1.5;
  font-size: 14px;
  display: none;
}

.list-toggle-title {
  cursor: pointer;
}

.article-content {
  line-height: 1.5;
}
.article-content h4 {
  margin-bottom: 20px;
  margin-top: 35px;
}

.list-blog li {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .list-blog li {
    flex-direction: column-reverse;
  }
}
.list-blog li:first-child {
  margin-top: 0;
}
.list-blog li .blog-content {
  padding-right: 50px;
}
@media (min-width: 768px) {
  .list-blog li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .list-blog li:nth-child(even) .blog-content {
    padding-left: 50px;
  }
}

#member-popup {
  width: 40%;
}

.section-contact {
  position: relative;
}
.section-contact label {
  color: #333;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}

.section-contact input[type="text"] {
  color: #333;
  width: 100%;
}
.section-contact input[type="submit"] {
  background: #e74624;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  letter-spacing: 1px;
  border: none;
  margin-top: 20px;
}

.section-contact textarea {
  height: 150px;
}

.btn-absolute {
  position: absolute;
  top: 0px;
  right: 0;
}

.btn-page-input {
  height: 45px;
  background: #95569b;
  line-height: 45px;
  display: inline-block;
  color: #fff;
  padding: 0 20px;
}

#cart .box-promotion {
  display: none;
}

.frame-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-products-detail li .wrap-video {
  height: 100%;
  overflow: hidden;
}

.form-subscribe {
  position: relative;
}
.form-subscribe button {
  position: absolute;
  top: 21px;
  right: 1px;
  width: auto;
  padding: 0 10px;
  height: 43px;
  border-radius: 4px;
  line-height: 43px;
}

.top-misson-section {
  padding: 170px 0;
}
.top-misson-section-img {
  overflow: hidden;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767px) {
  .top-misson-section {
    padding: 75px 0 120px;
    overflow: hidden;
  }
}

.pattern_icon {
  position: absolute;
}
.pattern_icon_1 {
  top: -5%;
  left: -80px;
}
.pattern_icon_2 {
  top: 5%;
  right: -50px;
}
.pattern_icon_3 {
  bottom: 5%;
  left: -100px;
}

.top-recovery-section {
  padding: 140px 0 80px;
  position: relative;
  background: #f8f9fa;
}
.top-recovery-section .container {
  position: relative;
  z-index: 90;
}
.top-recovery-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/bg_img_1.png") no-repeat left top;
}
.top-recovery-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/bg_img_2.png") no-repeat right bottom;
}
@media (max-width: 767px) {
  .top-recovery-section {
    padding-top: 70px;
  }
}

.phase-item {
  overflow: hidden;
  position: relative;
}
.phase-item h4 {
  color: #fff;
}
.phase-item-wrap {
  padding: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222222;
  background: linear-gradient(
    0deg,
    rgba(34, 34, 34, 0.864583) 17%,
    rgba(0, 212, 255, 0) 100%
  );
}
@media (max-width: 767px) {
  .phase-item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .phase-item-content {
    text-overflow: ellipsis;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
}
.phase-item .btn-page {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin-bottom: -55px;
}
@media (max-width: 767px) {
  .phase-item .btn-page {
    margin-bottom: 0;
  }
}
.phase-item img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.phase-item-desc {
  color: #fff !important;
  overflow: hidden;
}
.phase-item:hover .btn-page {
  margin-bottom: 0;
}
.phase-item:hover img {
  transform: scale(1.1);
}

.box-shadow {
  border-left: 4px solid #a82626;
  padding: 30px;
  background: #f8f9fa;
  -webkit-box-shadow: 5px 6px 20px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 6px 20px 1px rgba(0, 0, 0, 0.4);
}

.video-frame {
  overflow: hidden;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 100;
  padding-top: 75%;
  position: relative;
}
.video-frame img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: inherit;
  transform: translateX(-50%);
}
.video-frame::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.video-frame .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #880b0b;
  font-size: 18px;
  text-align: center;
  animation: toa 3s infinite;
  z-index: 90;
}
.video-frame .btn-play:hover {
  background: #880b0b;
  color: #fff;
}

.top-story-section {
  background: url("../img/top/bg_story.jpg") no-repeat left top;
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .top-story-section {
    padding: 60px 0;
  }
}

.slide-story li {
  padding: 0 20px;
  position: relative;
}
.slide-story li::before {
  content: "";
  width: calc(50% - 20px);
  background: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  z-index: -1;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .slide-story li::before {
    display: none;
  }
}
.slide-story li .btn-page-plus {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: #707070;
  border-radius: 100%;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.slide-story li .btn-page-plus::before {
  content: "READ MORE";
  font-family: "Raleway", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #e31628;
  font-size: 14px;
  color: #fff;
  width: 0px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0;
  text-align: center;
}
.slide-story li:hover .slide-story-thumb {
  top: 0;
}
.slide-story li:hover::before {
  background: transparent;
}
.slide-story li:hover .btn-page-plus::before {
  width: 120px;
  opacity: 1;
}

@media (min-width: 768px) {
  .slide-story-wrap {
    padding-top: 30px;
  }
}

.slide-story-thumb {
  width: 50%;
  top: -30px;
  position: relative;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .slide-story-thumb {
    width: 100%;
    top: 0;
  }
}

.slide-story-desc {
  width: 50%;
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .slide-story-desc {
    width: 100%;
    padding: 30px;
  }
}

.slide-story-content {
  text-overflow: ellipsis;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.top-joinus-section {
  padding: 150px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-joinus-section {
    padding: 70px 0;
  }
}

.top-followus-section {
  padding: 150px 0 50px;
}
@media (max-width: 767px) {
  .top-followus-section {
    padding: 70px 0 30px;
  }
}

.square-before {
  position: relative;
}
.square-before::before {
  content: "";
  width: 180px;
  height: 180px;
  background: #880b0b;
  position: absolute;
  border-radius: 5px;
}
.square-before-bot-right::before {
  bottom: -65px;
  right: -65px;
}
.square-before-top-left::before {
  top: -65px;
  left: -65px;
}

.timeline-list {
  position: relative;
}
.timeline-list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #284081;
  position: absolute;
  top: 0;
  left: 50%;
}
.timeline-list li {
  position: relative;
}
.timeline-list li::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #a82626;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
}
.timeline-list li:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-list-thumb {
  width: 40%;
}
.timeline-list-desc {
  width: 40%;
}

.list-contact-item {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .list-contact-item {
    width: 50%;
  }
}
.list-contact-item-wrap {
  border: 1px solid #ededed;
}
.list-contact-item-wrap h4 {
  padding: 15px;
  border-bottom: 1px solid #ededed;
}
.list-contact-item-desc {
  padding: 15px;
}
.list-contact-item-desc p + p {
  margin-top: 15px;
}
.list-contact-item i {
  color: #a82626;
}
.list-contact-item a {
  background: #ededed;
  display: inline-block;
  padding: 5px 10px;
  color: #284081;
  margin-top: 15px;
}

.btn-filter {
  border: 1px solid #ededed;
  text-align: center;
  height: 36px;
  line-height: 36px;
  margin: 0 10px;
}
.btn-filter a {
  color: #000000;
  display: block;
  padding: 0 30px;
}
.btn-filter a.active {
  border-bottom: 2px solid #a82626;
}

.js-news-video-frame {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: var(--darkgray);
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  width: 100%;
}

.sub-content-layout {
  margin-top: 50px;
}

.lesson-content {
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  width: 70%;
}

.lesson-content h2 {
  border: 1px solid #333;
  padding: 5px 25px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 40px !important;
}

.lesson-content h3 {
  background: #ccc;
  font-size: 18px;
  padding: 5px 25px;
  margin: 40px 0 20px;
}

.lesson-content h2 + h3 {
  margin-top: 0 !important;
}

.lesson-content h2 .squared-black {
  border: none !important;
}

.lesson-content h2 .squared-black::before {
  border: none !important;
}

.lesson-content table {
  max-width: 100%;
}
.lesson-content table tr {
  height: auto !important;
}

.lesson-content table tr td {
  vertical-align: top;
  height: auto !important;
}

.lesson-content .reading-part code {
  border: 1px solid #000;
  padding: 20px;
  display: block;
  font-family: "BIZ UDGothic", sans-serif;
  overflow-wrap: break-word;
}

.lesson-content .reading-part code span {
  display: inline;
}

.lesson-content .reading-part code span p {
  display: inline;
}

.lesson-content img {
  height: auto !important;
}

.icon-content {
  margin-right: 25px;
  width: 50px;
}

.side-bar-lesson {
  width: 25%;
  /* position: -webkit-sticky;
  height: 100vh;
  position: sticky;
  top: 50px; */
}

.side-bar-lesson-inner {
  padding: 25px;
  background: #f4f4f4;
}

.js-answer {
  cursor: pointer;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-family: "Roboto", sans-serif;
}

.squared-black {
  display: inline-block;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 10px;
}

.squared-black::before {
  content: "";
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.squared-red {
  display: inline-block;
  font-style: normal;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 10px;
}

.squared-red::before {
  content: "";
  border: 1px solid red;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.circle-red {
  display: inline-block;
  font-style: bold;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 0 10px;
  color: red;
  line-height: 40px;
}

.circle-red::before {
  content: "";
  border: 1px solid red;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tbl-question {
  width: 100%;
  margin-top: 40px;
}

.tbl-question tr td:first-child {
  width: 80%;
}

.tbl-question tr td:last-child {
  width: 20%;
  padding-top: 10px;
}

.icon-emo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
}

.icon-emo img {
  width: 150px;
}

#audio_ans {
  position: fixed;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.options-ans {
  font-family: "Roboto", sans-serif;
}

.options-ans .js-answer {
  display: inline-block;
  border-radius: 100%;
  width: 48%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
}

.options-ans .js-answer:nth-child(3),
.options-ans .js-answer:nth-child(4) {
  margin-top: 10px;
}

.options-ans .js-answer:hover {
  opacity: 0.6;
}

.options-ans .js-answer:nth-child(1) {
  background: #004fa1;
}

.options-ans .js-answer:nth-child(2) {
  background: #e74624;
}

.options-ans .js-answer:nth-child(3) {
  background: #f56cec;
}
.options-ans .js-answer:nth-child(4) {
  background: #19f05e;
}

.options-ans .js-answer:hover {
  background: #e74624;
}

.reading-part {
  margin-top: 50px;
}

.reading-part-text {
  font-size: 20px;
  font-weight: bold;
}

#to_review {
  position: fixed;
  right: 0;
  top: 50%;
  background: #e74624;
  border-radius: 5px;
  color: #fff;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
}

.flag_icon {
  display: none;
}

.flag_icon img {
  width: 40px !important;
}

.js-question {
  margin-top: 10px;
}

#review-popup,
#tutorial-popup,
#grammar-popup {
  background: rgba(231, 70, 36, 0.8);
  border-radius: 10px;
  right: 40px;
  left: inherit !important;
  transform: translateY(-50%);
  width: 35%;
  color: #fff;
  padding: 50px 50px 30px 30px;
}

#noti-popup {
  position: fixed;
  bottom: 0;
  left: 40px;
  width: 35%;
  z-index: 1600;
}

#noti-popup img {
  width: 150px;
}

#noti-popup .text {
  background: rgba(231, 70, 36, 0.8);
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  width: calc(100% - 150px);
}

#noti-popup .close-popup-noti {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
}

#review-popup .thumb,
#tutorial-popup .thumb,
#grammar-popup .thumb {
  width: 30%;
}

#review-popup .thumb img,
#tutorial-popup .thumb img,
#grammar-popup .thumb img {
  border-radius: 100%;
}

#review-popup .text,
#tutorial-popup .text,
#grammar-popup .text {
  padding-left: 20px;
}

/* #resultSearch {
} */

#index-popup {
  max-height: 80vh;
  overflow-y: auto;
}

#index-popup table {
  border-collapse: collapse;
  width: 100%;
}

#index-popup table thead {
  font-weight: bold;
}

#index-popup table tr td {
  border: 1px solid #333;
  padding: 5px 10px;
}

.number-txt {
  margin-top: 10px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 20px;
}

.list-side-lesson li {
  margin: 10px 0;
}

.list-side-lesson li.active {
  font-weight: bold;
}

.list-side-lesson li a {
  color: #333;
}

.list-side-lesson li.active a {
  color: #e74624;
}

.list-side-lesson li i {
  margin-right: 10px;
}

.icon_gif {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.icon_gif img {
  margin-right: -5px;
}

.list-benefit li {
  width: 25%;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
}

.list-benefit li h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.js-gift-open {
  display: none;
}

.list-gift {
  justify-content: space-between;
}

.list-gift li {
  width: 25%;
  overflow: hidden;
  cursor: pointer;
}

.list-gift li img {
  position: relative;
  animation: updown 2s infinite;
}

.list-gift li:nth-child(2) img {
  position: relative;
  animation: updown 2.5s infinite;
}

.list-gift li:nth-child(3) img {
  position: relative;
  animation: updown 3s infinite;
}

.list-lesson {
  border: 1px solid #ededed;
  padding: 25px 30px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
  background: url("../img/top/bg-learning-jfss.png") no-repeat bottom 20px right;
  background-size: 40% auto;
  position: relative;
}

.list-lesson-item {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.list-lesson-item {
  flex-wrap: wrap;
}

.list-lesson-item div {
  width: 50%;
  padding-right: 10px;
}

.list-lesson-title {
  width: 20%;
  padding-top: 10px;
}

.list-lesson-title h4 a {
  color: #e74624;
  font-size: 16px;
}

.list-lesson-title a {
  font-size: 14px;
  color: #333;
}

.list-lesson-content {
  width: 80%;
}

.header-search {
  margin-bottom: 80px;
}

.header-search-box {
  padding: 0 20px;
  position: relative;
}

.close-popup-noti {
  cursor: pointer;
}

#typewriter {
  display: flex;
  justify-content: center;
}

/* DEMO-SPECIFIC STYLES */
.typewriter .textplay {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  font-weight: bold;
  animation: typing 2s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

.list-sns {
  justify-content: center;
  margin-bottom: 20px;
}

.list-sns li {
  margin: 0 15px;
}

.list-sns li a {
  font-size: 25px;
  color: #fff;
}

.list-info li {
  margin-top: 20px;
}

.conversation-list {
  width: 50%;
}

.conversation-item {
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
}

.conversation-item-wrap {
  margin: 20px 0;
}

.conversation-item-wrap:nth-child(even) {
  text-align: left;
}

.conversation-item-wrap:nth-child(odd) {
  text-align: right;
}

/* Arrow */
@media (max-width: 767px) {
  .js-news-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .js-news-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cate-image-box-wrap {
    height: auto;
  }
  .tab-item li a {
    font-size: 18px;
  }
}
