html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer-1,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

footer p {
  margin-bottom: 1em;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

a img {
  border: none;
}

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

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

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

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
  width: 100%;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

select::-ms-expand {
  display: none;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #ffead7;
  font-family: "Corbel", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background-color: #302b29;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-Corbel-bold,
strong {
  font-family: "Corbel-Bold";
}

.font-Corbel-italic,
em {
  font-family: "Corbel-Italic";
}

.page__vi .font-Corbel-italic,
.page__vi em {
  font-size: 13px;
  font-family: "OpenSans", sans-serif;
}

.page__vi .btn-card-key em {
  font-size: 10px;
}

.font-monster {
  font-family: "Montserrat", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

.dis-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.justify-content-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-content-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

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

a:hover {
  text-decoration: none;
}

sup,
sub {
  font-size: 65%;
  white-space: nowrap;
}

.container {
  position: relative;
}

.input-group-inner .btn-search {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 25px;
  height: 25px;
  background: transparent url(../images/common/icon-search-non.png) no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 99;
}

.input-group-inner input {
  padding-left: 15px !important;
  font-size: 18px;
  background-color: #3B3A3A;
}

.input-group-inner input:focus {
  background-color: #3b3a3a;
  color: #fff;
}

.btn-search {
  width: 40px;
  height: 40px;
  background: transparent url("../images/common/icon-search.png") no-repeat;
  background-size: 100%;
  transform-origin: right;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
}

.btn-search.active {
  background: #f69d27 url("../images/common/icon-search-active.png") no-repeat;
  background-size: 100%;
  width: 48px;
  height: 48px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.btn-location {
  background: transparent url("../images/common/icon-location.png") no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100%;
  transform-origin: right;
  transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  margin: 0 20px 0 15px;
  z-index: 1;
}

.main-header-1 .btn-location-mobile {
  display: none;
}

.main-header-1 .lang-location-1 .lang-location-1-item {
  display: none;
}

.lang-location-1 .lang-location-1-item.is-active {
  display: block;
  padding-top: 3px;
  background: transparent;
}

.lang-location-1:hover .lang-location-1-item.is-active {
  background-color: #1f1a18;
}

.lang-location-1 .lang-location-1-item:first-child {
  padding-top: 3px !important;
}

.lang-location-1 .lang-location-1-item.is-active a {
  font-size: 15px;
}

.lang-location-1 .lang-location-1-item a {
  font-size: 15px;
  color: #ffead7;
  background: transparent;
  position: relative;
  text-transform: initial;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 3px 0 3px 9px;
}

.lang-location-1 .lang-location-1-item a:hover {
  color: #f69d27;
}

.lang-location-1 {
  position: relative;
}

.top-header-1 .lang-location-1 {
  padding-right: 10px;
  position: absolute;
  right: 10%;
  top: 4px;
  z-index: 1;
}

@media (min-width: 375px) and (max-width: 992px) {
  .top-header-1 .lang-location-1 {
    right: 14%;
  }
}

.lang-location-1::before {
  content: " ";
  background-image: url(../images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right top 7px;
  background-size: 9px auto;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 18px;
  height: 15px;
}

ul.lang-location-1 li.lang-location-1-item {
  cursor: default;
  background-color: #1f1a18;
  padding: 5px 0 5px 2px;
  text-align: left;
}

ul.lang-location-1 li.lang-location-1-item:hover {
  background-color: #1f1a18;
}

.lang-location-1:hover li,
.lang-location-1.open li {
  display: block !important
}

.lang-location-1:hover .lang-location-1-item.is-active {
  padding-top: 5px;
  border-bottom: 1px solid #f69d27;
}

.lang-location-1:hover .lang-location-1-item.is-active a {
  color: #f69d27;
}

.owl-nav.disabled {
  display: none !important;
}

.owl-prev,
.owl-next {
  font-size: 24px;
  line-height: 49px;
  position: absolute;
  top: 36%;
  display: block;
  width: 21px;
  height: 48px;
  padding: 0;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
  right: 0;
  color: #fff;
  text-align: center;
  padding-left: 4px;
  opacity: 0.5;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}

.owl-prev {
  left: 0;
  padding-right: 4px;
}

.owl-carousel {
  margin-top: 20px;
}

.banner-child {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  background-size: cover !important;
  background-position: center;
  padding: 0 15px;
}

.banner-child .ttl-line {
  max-width: 800px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 45px;
}

.banner-child .ttl-line span {
  font-weight: 500;
}

.banner-child .ttl-line span:before,
.banner-child .ttl-line span:after {
  background-color: #ffead7;
}

/* Scroll Top Button */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/go_to_top.png") no-repeat;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 98;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.sm {
  display: none !important;
}

.sm-inline {
  display: none !important;
}

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

  .sm {
    display: block !important;
  }

  .owl-carousel .owl-stage {
    right: 30px;
  }
}

.main-header-1 {
  text-align: center;
  padding: 50px 0 21px;
  border-bottom: 1px solid transparent;
}

.main-header-1 .logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-width: 60%;
}

.main-header-1 .logo a {
  display: inline-block;
}

.main-header-1 .logo a img {
  height: 41px;
  margin: 0 auto;
  width: inherit;
}

.main-header-1 .top-header-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header-1 .top-header-1 a {
  display: block;
  margin-right: 26px;
}

.main-header-1 .top-header-1 a img {
  width: 40px;
  display: block;
}

.main-header-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  min-height: 48px;
  justify-content: flex-end;
  align-items: center;
}

.main-header-1 input[type="search"].form-control {
  opacity: 0;
  display: none;
  visibility: hidden;
  width: 228px;
  padding: 5px 15px 5px 10px;
  background: #fff;
  color: #3b3a3a;
}

.main-header-1 input[type="search"].form-control.active {
  opacity: 1;
  display: block;
  visibility: visible;
  border: 1px solid #f69d27;
  z-index: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.main-navi-1 {
  padding: 4px 0;
  margin-bottom: 40px;
}

.main-navi-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-navi-1 form input {
  padding-right: 10px;
}

.main-navi-1 ul {
  text-align: center;
}

.main-navi-1 ul li {
  margin: 0 18px;
  position: relative;
  padding: 0 0 10px;
  display: inline-block;
}

.main-navi-1 ul li ul {
  z-index: 10;
}

.main-navi-1 ul li ul li {
  margin: 0;
  display: block;
  padding: 0;
}

.main-navi-1 ul li ul li+li {
  border-top: 2px solid #3c3431;
}

.main-navi-1 ul li ul li a:after {
  display: none;
}

.main-navi-1 ul li.active a {
  font-weight: 600;
}

.main-navi-1 ul li.active a:after {
  width: 100%;
}

.main-navi-1 ul li a {
  display: inline-block;
  font-size: 15px;
  color: #ffead7;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navi-1 ul li a:after {
  position: absolute;
  height: 3px;
  content: "";
  width: 0;
  left: 0;
  bottom: -3px;
  background-color: #f69d27;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-navi-1 ul li a.has-sub {
  padding-right: 15px;
  background-image: url(../images/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: right top 7px;
  background-size: 9px auto;
}

#locationModal .modal-content {
  background-color: #302b29;
  color: #ffead7;
  box-shadow: inset 0 1px 2px 0 hsl(209deg 9% 44% / 21%);
  font-family: "Montserrat", sans-serif;
}

#locationModalBtnClose {
  font-size: 15px;
  color: #302b29;
  text-transform: uppercase;
  background-color: #f69d27;
  padding: 7px 20px;
  font-family: "Corbel-Bold";
}

#locationModalClose {
  color: #f69d27;
}

@media only screen and (min-width: 767px) {
  .main-navi-1 ul li:hover a:after {
    width: 100%;
  }

  .main-navi-1 ul li:hover ul {
    top: 24px;
    visibility: visible;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .main-navi-1 ul li ul {
    position: absolute;
    width: 215px;
    background-color: #1f1a18;
    visibility: hidden;
    top: 44px;
    opacity: 0;
  }

  .main-navi-1 ul li ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 11px;
    font-size: 11px;
    line-height: 1.45455;
    text-transform: none;
    text-align: left;
    height: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-navi-1 ul li ul li a:hover {
    color: #f69d27;
  }

  .main-navi-1 ul li ul li.active a {
    color: #f69d27;
  }

  .main-navi-1 .lang-location-1 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-1 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 99;
    background: #302b29;
    box-shadow: 1px 1px 2px #25201e;
  }

  .main-header-1.active {
    border-bottom: 1px solid #5e5e5e;
  }

  .main-header-1.active:after {
    position: fixed;
    width: 100%;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 64px;
    z-index: -1;
  }

  .main-header-1 .top-header-1 {
    display: none;
  }

  .main-header-1 .logo {
    top: 50%;
  }

  .main-header-1 .container {
    height: 66px;
  }

  .main-header-1 .btn-location-mobile {
    display: block;
    margin: 0;
    margin-top: 13px;
  }

  .main-navi-1 {
    background: #302b29;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 64px;
    bottom: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    padding: 30px 5px;
  }

  .main-navi-1 ul li {
    padding: 10px 0;
    margin: 0 10px;
  }

  .main-navi-1 ul li a {
    font-weight: 100;
    font-size: 18px;
  }

  .main-navi-1 ul li ul li {
    border-top: 0px !important;
    margin: 0 10px !important;
    padding-left: 15px !important;
  }

  .main-navi-1 ul li ul li a {
    font-size: 16px;
    text-transform: none;
    font-weight: 100 !important;
  }

  .main-navi-1 ul li ul li.active a {
    color: #f69d27;
  }

  .main-navi-1.show-view {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }

  .main-navi-1.show-view:after {
    content: "";
    width: 100vh;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }

  .main-navi-1.show-view ul {
    padding: 20px 0;
  }

  .main-navi-1.show-view ul li {
    display: block;
    padding: 15px 0;
    text-align: left;
    margin: 0;
  }

  .main-navi-1.show-view ul li:last-child {
    padding-bottom: 0;
  }

  .main-navi-1.show-view ul li.active ul {
    display: block;
  }

  .main-navi-1.show-view ul ul {
    padding-bottom: 0;
    display: none;
  }

  .main-navi-1 .block.block-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
  }

  .main-navi-1 #lang-mobile {
    border-top: 1px solid #5E5E5E;
  }

  .main-navi-1.show-view ul.lang-location-1 {
    padding: 10px 5px 20px 0;
  }

  .main-navi-1 #lang-mobile ul.lang-location-1 {
    width: 100%;
  }

  #lang-mobile ul.lang-location-1:hover li.lang-location-1-item.is-active {
    padding-left: 9px;
    padding-bottom: 10px;
    color: #f69d27;
    background: #1f1a18 !important;
  }

  #lang-mobile ul.lang-location-1:hover li.lang-location-1-item:nth-child(2) {
    padding-bottom: 0;
  }

  #lang-mobile ul.lang-location-1:hover li.lang-location-1-item.is-active:nth-child(2) {
    padding-top: 15px;
  }

  #lang-mobile ul.lang-location-1:hover li.lang-location-1-item:first-child {
    padding-bottom: 7px;
  }

  #lang-mobile ul.lang-location-1:hover li.lang-location-1-item:last-child {
    padding-bottom: 15px;
    padding-top: 12px;
  }

  #lang-mobile li.lang-location-1-item.is-active a {
    color: inherit;
  }

  .main-navi-1 .lang-location-1 {
    display: inline-block;
    text-align: left;
  }

  .main-navi-1 .lang-location-1::before {
    top: 14px;
    right: 10px;
  }

  .main-navi-1.show-view ul li.lang-location-1-item {
    display: none;
  }

  .main-navi-1.show-view ul li.lang-location-1-item.is-active {
    background: transparent !important;
    display: block;
    padding: 0 25px 0 0;
  }

  .main-navi-1 .lang-location-1-item.is-active a {
    font-weight: 400;
    text-transform: initial;
    padding-left: 0;
  }

  .main-navi-1 .lang-location-1-item.is-active a::after {
    display: none;
  }

  /* Button menu mobile */
  .button-menu {
    position: absolute;
    cursor: pointer;
    float: right;
    top: 13px;
    right: 15px;
    width: 38px;
    height: 38px;
    border: 1px solid #c39e6d;
    border-radius: 50%;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .icon-bar {
    width: 18px;
    height: 1px;
    background-color: #c39e6d;
    display: block;
    transition: all 0.2s;
    position: relative;
    left: 0;
  }

  .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .navbar-toggler .top-bar {
    transform: rotate(0);
    transform-origin: 10% 10%;
  }

  .navbar-toggler .middle-bar {
    opacity: 1;
  }

  .navbar-toggler .bottom-bar {
    transform: rotate(0);
    transform-origin: 10% 90%;
  }

  .navbar-toggler.show-view {
    background: transparent !important;
  }

  .navbar-toggler.show-view .top-bar {
    transform: rotate(45deg);
    left: 2px;
  }

  .navbar-toggler.show-view .middle-bar {
    opacity: 0;
  }

  .navbar-toggler.show-view .bottom-bar {
    transform: rotate(-45deg);
    left: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .main-header-1 .logo a img {
    height: inherit;
    width: 270px;
  }
}

footer-1 {
  margin-top: 50px;
  background-color: #1f1a17;
  padding: 52px 0 0;
}

footer-1 .coppyright {
  text-align: center;
  font-size: 11px;
  border-top: 1px solid #939598;
  margin-top: 29px;
  padding: 20px 0 48px;
  color: #939598;
}

footer-1 .inner-footer-1 {
  width: 73%;
}

footer-1 .ttl-footer-1 {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

footer-1 p {
  font-size: 15px;
  line-height: 1.6;
  color: #939598;
}

.page__vi footer-1 p {
  font-family: 'OpenSans', sans-serif;
  font-size: 14px;
}

footer-1 .message {
  display: none;
}

footer-1 .subscribe {
  margin-bottom: 50px;
}

.list-card-ft {
  padding: 4px 0 0 0;
}

.card-text-footer-1+.card-text-footer-1 {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid #5e5e5e;
}

.card-text-footer-1 .image {
  width: 92px;
}

.card-text-footer-1 .image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 66.67%;
}

.card-text-footer-1 .image a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-text-footer-1 .text {
  flex: 1;
  padding: 0 0 0 10px;
}

.card-text-footer-1 .text .ttl-card-ft {
  font-size: 13px;
  line-height: 1.6;
  height: 40px;
  overflow: hidden;
  margin-bottom: 14px;
}

.card-text-footer-1 .text .ttl-card-ft a {
  color: #ffead7;
  text-decoration: none;
}

.card-text-footer-1 .text .date {
  font-size: 11px;
  color: #606060;
}

.form-newsletter {
  margin-top: 5px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.form-newsletter .ajax-progress {
  flex: 100%;
}

#newsletter-message .error-msg {
  color: red;
}

input.form-control {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 80px 0 7px;
  background-color: #3b3a3a;
  font-weight: 500;
  font-style: italic;
  flex: 1;
  color: #fff;
  border: 0;
  outline: none;
  width: 100%;
}

input.form-submit {
  width: 72px;
  border: 0;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 13px 10px 17px 10px;
  background-color: #f69d27;
  font-size: 15px;
  color: #503012;
  display: block;
  height: 48px;
  font-family: "Corbel-Bold";
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}

.scl-ft {
  padding-top: 3px;
}

.scl-ft li {
  display: inline-block;
  margin-right: 18px;
}

.scl-ft li a {
  display: block;
}

.scl-ft li a img {
  width: 40px;
}

@media only screen and (max-width: 992px) {
  footer-1 .inner-footer-1 {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  footer-1 {
    padding-top: 30px;
  }

  footer-1 .subscribe {
    margin-bottom: 30px;
  }

  footer-1 .inner-footer-1 {
    margin-bottom: 30px;
  }

  .order-about {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-about+div {
    -ms-flex-order: 2;
    order: 2;
  }
}

/* The button-maker */
/* How to include it */
.btn-right {
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 2.7em;
  position: relative;
  width: 100%;
  height: 2.7em;
}

.btn-right span {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.btn-right::before,
.btn-right::after {
  background: #C39E6D;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1s;
  height: 30px;
}

.btn-right::before {
  transform: skew(45deg);
  top: 0;
}

.btn-right::after {
  transform: skew(-45deg);
  bottom: 0;
}

.btn-right:hover::before,
.btn-right:hover::after {
  background: #d9c2a3;
}

.btn-right:focus {
  outline: 0;
}

.btn-right:focus::before,
.btn-right:focus::after {
  background: #d9c2a3;
}

.btn-left {
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 2em;
  position: relative;
  width: 100%;
  height: 2em;
}

.btn-left span {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.btn-left::before,
.btn-left::after {
  background: #e4135d;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1s;
  height: 30px;
}

.btn-left::before {
  transform: skew(45deg);
  bottom: 0;
  z-index: 1;
}

.btn-left::after {
  transform: skew(-45deg);
  top: 0;
}

.btn-left:hover::before,
.btn-left:hover::after {
  background: #f1538b;
}

.btn-left:focus {
  outline: 0;
}

.btn-left:focus::before,
.btn-left:focus::after {
  background: #f1538b;
}

.btn-up {
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 3em;
  position: relative;
  width: 100%;
  height: 3em;
  transform: rotate(-90deg);
}

.btn-up span {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.btn-up::before,
.btn-up::after {
  background: #e4135d;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1s;
  height: 30px;
}

.btn-up::before {
  transform: skew(45deg);
  top: 0;
}

.btn-up::after {
  transform: skew(-45deg);
  bottom: 0;
}

.btn-up:hover::before,
.btn-up:hover::after {
  background: #f1538b;
}

.btn-up:focus {
  outline: 0;
}

.btn-up:focus::before,
.btn-up:focus::after {
  background: #f1538b;
}

.btn-down {
  background: none;
  border: 0;
  font-size: 22px;
  line-height: 4em;
  position: relative;
  width: 100%;
  height: 4em;
  transform: rotate(90deg);
  margin-top: 3em;
}

.btn-down span {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.btn-down::before,
.btn-down::after {
  background: #29c0d5;
  border-radius: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 1s;
  height: 30px;
}

.btn-down::before {
  transform: skew(45deg);
  top: 0;
}

.btn-down::after {
  transform: skew(-45deg);
  bottom: 0;
}

.btn-down:hover::before,
.btn-down:hover::after {
  background: #68d3e2;
}

.btn-down:focus {
  outline: 0;
}

.btn-down:focus::before,
.btn-down:focus::after {
  background: #68d3e2;
}

@keyframes zoom {
  25% {
    transform: scale3d(1.5, 1.5, 0);
  }

  50% {
    transform: scale3d(1, 1, 0);
  }

  75% {
    transform: scale3d(1.25, 1.25, 0);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.section-keyvisual {
  margin-bottom: 30px;
}

.section-stories {
  margin-bottom: 50px;
}

.section-your-eyes {
  background-image: url(../images/bg-your-eyes.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 186px;
}

.section-your-eyes .owl-nav.disabled {
  display: none !important;
}

.section-your-eyes .ttl-line {
  max-width: 935px;
  font-size: 35px;
  width: 100%;
  margin: 0 auto 20px;
}

.section-your-eyes .ttl-line span {
  padding: 0 30px;
}

.section-your-eyes .ttl-line span:after,
.section-your-eyes .ttl-line span:before {
  background-color: #ffead7;
}

.section-your-eyes .container {
  max-width: 1254px;
}

.section-your-eyes>.container>.row-content {
  background-color: #302b29;
  padding: 10px 30px 0;
}

.section-understand .card-news .ttl-card-news,
.section-related .card-news .ttl-card-news,
.section-lastest .card-news .ttl-card-news {
  margin-top: 15px;
}

.section-understand .card-news,
.section-related .card-news,
.section-lastest .card-news {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0px 0 5px;
}

.section-understand {
  margin-top: 50px;
}

.section-youreye-home .card-your-eye {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 0;
  justify-content: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.section-youreye-home .card-your-eye:before {
  display: none;
}

.section-youreye-home .card-your-eye .ttl-your-eyes {
  font-size: 35px;
  line-height: 1.36;
  height: initial;
  max-width: 500px;
}

.section-youreye-home .card-your-eye .ttl-your-eyes:after {
  width: 100px;
}

.section-youreye-home .card-your-eye.your-eye01 {
  background-image: url(../images/img-youryeye-home01.png);
  background-size: auto 100%;
}

.section-youreye-home .card-your-eye.your-eye02 {
  background-image: url(../images/img-youryeye-home02.png);
  background-size: auto 100%;
}

.section-youreye-home .card-your-eye.your-eye03 {
  background-image: url(../images/img-youryeye-home03.png);
  background-size: auto 100%;
}

.section-youreye-home .card-your-eye.your-eye04 {
  background-image: url(../images/img-youryeye-home04.png);
  background-size: auto 100%;
}

.section-youreye-home .card-your-eye:hover {
  background-size: auto 110%;
}

.card-your-eye.eop1 {
  background-image: url(../images/img-expert-opinion1.png);
}

.card-your-eye.eop2 {
  background-image: url(../images/img-expert-opinion2.png);
}

.card-your-eye.eop3 {
  background-image: url(../images/img-expert-opinion3.png);
}

.card-your-eye.eop4 {
  background-image: url(../images/img-expert-opinion4.png);
}

.section-observer .ttl-line {
  font-size: 25px;
  margin-bottom: 36px;
  padding: 0 0 0 67px;
}

.section-observer .ttl-line span {
  padding: 20px 54px 20px 85px;
  text-align: left;
  text-transform: none;
  line-height: 1.2;
}

.section-observer .ttl-line span:after {
  margin-top: 0;
  margin-left: -20px;
}

.section-observer .ttl-line span:before {
  margin-top: 0;
  margin-right: 30px;
}

.section-observer .ttl-line span img {
  width: 70px;
  top: 50%;
  margin-top: -35px;
  position: absolute;
  left: 0;
}

.section-news {
  margin-bottom: -6px;
}

.main-kvs {
  position: relative;
  height: 404px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: right top !important;
}

.main-kvs.understand-main-item {
  background: url(../images/banner03.png) no-repeat !important;
  background-position: center !important;
}

.main-kvs .infor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 41px 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-kvs .infor .ttl-kvs {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffead7;
  display: -webkit-box;
  max-height: calc(35px * 1.3 * 3);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  margin-bottom: 4px;
  max-width: 465px;
}

.main-kvs .infor .ttl-kvs a {
  color: #503012;
  font-weight: 600;
  text-decoration: none;
}

.main-kvs .infor .ttl-kvs a:hover {
  color: #f69d27;
}

.main-kvs .infor p {
  font-size: 15px;
  color: #d0c8be;
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 375px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-kvs .infor h2+p {
  display: -webkit-box;
  height: calc(15px * 1.6 * 4);
  -webkit-line-clamp: 4;
}

.page__vi .main-kvs .infor p,
.page__vi .main-kvs .infor h2+p {
  font-size: 14px;
  font-family: 'OpenSans', sans-serif;
}

.main-kvs .infor.info-dark .ttl-kvs {
  color: #503012;
  font-weight: 600;
}

.main-kvs .infor.info-dark p {
  color: #1c1c1c;
}

.main-kvs+.left-stories {
  margin-top: 30px;
}

.img-highlight {
  background-size: cover !important;
  height: 550px;
}

.img-highlight .infor {
  justify-content: center !important;
}

.link-kvs {
  display: inline-block;
  font-size: 15px;
  color: #302b29;
  text-transform: uppercase;
  background-color: #f69d27;
  background-image: url(../images/common/icon-arrow02.png);
  background-repeat: no-repeat;
  background-position: right 21px top 14px;
  background-size: 7.5px auto;
  padding: 9px 35px 8px 20px;
  text-decoration: none;
}

.left-kvs {
  background-color: #1f1a18;
  padding: 21px 40px;
}

.left-kvs .ttl-line {
  font-size: 17px !important;
}

.left-kvs .ttl-line span {
  font-weight: 100;
}

.newest-promo {
  padding: 21px 40px;
}

.newest-promo h3 {
  font-size: 1.1rem;
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 600;
}

.newest-promo h5 {
  font-size: .9rem;
  font-weight: 400;
  font-family: "Montserrat"
}

.newest-promo h5 strong {
  font-family: "Montserrat";
  font-weight: 700;
}

.newest-promo h5+p {
  color: #939598;
}

.newest-promo .views-field-field-promotion {
  align-self: center !important;
}

.ttl-line {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}

.ttl-line span {
  display: inline-block;
  position: relative;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0 10px;
}

.ttl-line span:after {
  width: 1000%;
  height: 2px;
  content: "";
  left: 100%;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  background-color: #f69d27;
}

.ttl-line span:before {
  width: 1000%;
  height: 2px;
  content: "";
  right: 100%;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  background-color: #f69d27;
}

.card-kvs+.card-kvs {
  border-top: 1px solid #5e5e5e;
  margin-top: 14px;
  padding-top: 13px;
}

.card-kvs .ttl-card-kvs {
  font-size: 15px;
  line-height: 1.33333;
  margin-bottom: 5px;
}

.card-kvs .ttl-card-kvs a {
  color: #ffead7;
  text-decoration: none;
}

.card-kvs p,
.card-kvs li {
  font-size: 13px;
  line-height: 1.53846;
  margin-bottom: 6px;
  display: block;
  width: 100%;
  height: 3.5789rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #939598;
}

.page__vi .card-kvs p,
.page__vi .card-kvs li {
  font-size: 13px;
  font-family: 'OpenSans', sans-serif;
}

.card-kvs p a,
.card-kvs li a {
  color: #939598;
}

.btn-card-key {
  font-size: 11px;
}

.btn-card-key a {
  text-decoration: underline;
  color: #c39e6d;
}

.btn-card-key span {
  color: #606060;
  margin-right: 2px;
}

.tab-next,
.tab-prev {
  float: right;
  border-radius: 0;
  background: #c39e6d;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 0;
  margin-top: 22px;
  color: #1f1a18;
}

.tab-next:hover,
.tab-prev:hover {
  background-color: #ad8c61;
  border-color: #ad8c61;
  color: #1f1a18;
}

.tab-next:disabled,
.tab-prev:disabled {
  background: #3b3532;
  color: #939598;
}

.tab-prev {
  margin-right: 10px;
}

.left-stories .ttl-line {
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: -24px;
  margin-bottom: 29px;
}

.left-stories .ttl-line span {
  padding: 0 30px;
}

.card-stories {
  margin-bottom: 15px;
}

.card-stories .row-card-stories {
  padding: 15px 0;
}

.card-stories .row-card-stories:hover {
  background: #3b3533;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.card-stories .row-card-stories:hover .ttl-card-stories a {
  color: #f69d27;
}

.card-stories .col-image-stories {
  padding: 0 15px;
  width: 37.5%;
}

.card-stories .col-image-stories a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 66.67%;
}

.card-stories .col-image-stories a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-stories .col-text-stories {
  padding: 0 15px;
  flex: 1;
  position: relative;
  padding-bottom: 21px;
}

.page__vi .card-stories .col-text-stories {
  font-size: 13px;
  font-family: 'OpenSans', sans-serif;
}

.card-stories .col-text-stories .ttl-card-stories {
  font-size: 25px;
  line-height: 1.36;
  margin-bottom: 7px;
  margin-top: -5px;
  text-transform: capitalize;
  font-weight: 100;
}

.card-stories .col-text-stories .ttl-card-stories a {
  color: #ffead7;
  text-decoration: none;
}

.card-stories .col-text-stories p {
  line-height: 1.53333;
  margin-bottom: 1px;
  font-size: 15px;
  color: #939598;
}

.page__vi .author,
.page__vi .card-stories .col-text-stories p {
  font-size: 14px;
  font-family: 'OpenSans', sans-serif;
}

.author {
  color: #c39e6d;
  font-size: 15px;
  position: absolute;
  left: 15px;
  bottom: -3px;
}

.pagination {
  margin: 20px 0px;
  display: block;
  border-top: 1px solid #5E5E5E;
  padding: 20px 0 0;
  color: #6c635b;
}

.pagination li.page-item {
  background: transparent !important;
  border: none;
  padding: 0;
  -ms-flex: initial;
  flex: initial;
  padding: 12px 15px;
}

.pagination li.page-item .page-link {
  text-decoration: none;
  color: #6c635b;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
}

.pagination li.page-item .page-link:focus {
  box-shadow: none !important;
}

.pagination li.page-item.active .page-link,
.pagination li.page-item:hover .page-link {
  color: #f69d27;
  font-weight: 600;
}

.pager {
  text-align: center;
}

.btn-faqs-more {
  text-decoration: underline;
  color: #c39e6d;
  text-transform: uppercase;
  margin: 15px 0;
  display: block;
}

.btn-more {
  text-align: center;
  display: block;
  background-color: #3b3532;
  padding: 12px 10px;
}

.btn-more+div {
  margin-top: 50px;
}

.btn-more span {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #939598;
  background-image: url(../images/common/icon-arrow03.png);
  background-repeat: no-repeat;
  background-position: right 0px top 6px;
  background-size: 10px auto;
  padding: 0 20px 0 0;
}

.right-stories {
  position: relative;
}

.right-stories img {
  width: 100%;
}

.right-stories .text {
  position: absolute;
  background-color: #1f1a18;
  font-size: 15px;
  max-width: 330px;
  padding: 34px 45px 34px 46px;
  left: 9%;
  top: 32%;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.right-stories .text a {
  color: #FFEAD7;
  text-decoration: none;
}

.right-stories .text a.eye-find {
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.right-stories .text a.link-kvs {
  color: #302b29;
}

.card-your-eye {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 57px 20px 10px;
  text-align: center;
  height: 350px;
}

.card-your-eye:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #302b29;
  opacity: .6;
  content: "";
}

.card-your-eye .btn-view,
.card-your-eye h3 {
  z-index: 1;
  position: relative;
}

.card-your-eye.your-eye01 {
  background-image: url(../images/img-your-eyes01.jpg);
}

.card-your-eye.your-eye02 {
  background-image: url(../images/img-your-eyes02.jpg);
}

.card-your-eye.your-eye03 {
  background-image: url(../images/img-your-eyes03.jpg);
}

.card-your-eye.your-eye04 {
  background-image: url(../images/img-your-eyes04.jpg);
}

.card-your-eye .ttl-your-eyes {
  text-align: center;
  font-size: 25px;
  line-height: 1.36;
  position: relative;
  height: 155px;
  padding-bottom: 20px;
  margin-bottom: 38px;
}

.card-your-eye .ttl-your-eyes:after {
  position: absolute;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #ffead7;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
}

.list-card-lastest {
  padding: 4px 0 0 0;
}

.card-text-lastest+.card-text-lastest {
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid #5e5e5e;
}

.card-text-lastest .image {
  width: 93px;
}

.card-text-lastest .image a {
  display: block;
}

.card-text-lastest .text {
  flex: 1;
  padding: 0 0 0 10px;
}

.card-text-lastest .text .ttl-card-lastest {
  font-size: 13px;
  line-height: 1.6;
  height: 40px;
  overflow: hidden;
  margin-bottom: 14px;
}

.card-text-lastest .text h3 a {
  color: #ffead7;
  text-decoration: none;
}

.card-text-lastest .text .date {
  font-size: 11px;
  color: #606060;
}

.image {
  width: 93px;
}

.image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 66.67%;
}

.image a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-view {
  display: inline-block;
  font-size: 15px;
  color: #302b29;
  text-transform: uppercase;
  background-color: #f69d27;
  padding: 8px 39px;
  text-decoration: none;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #5e5e5e;
  margin: 29px 0 30px;
}

.card-news {
  margin-bottom: 37px;
}

.card-news .images-news a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 54.67%;
}

.card-news .images-news a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-news .ttl-card-news {
  font-size: 15px;
  line-height: 1.53333;
  margin: -3px 0 5px 0;
  min-height: 44px;
  text-transform: capitalize;
  font-weight: 300;
}

.card-news .ttl-card-news a {
  color: #ffead7;
  text-decoration: none;
}

.card-news p {
  font-size: 14px;
  line-height: 1.5;
  color: #939598;
  min-height: 60px;
  margin-bottom: 28px;
  height: calc(14px * 1.5 * 5);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page__vi .card-news p {
  font-size: 13px;
  font-family: 'OpenSans', sans-serif;
}

.card-news p strong {
  font-family: "Corbel", sans-serif;
}

.card-news .btn-more-news a {
  text-decoration: underline;
  color: #c39e6d;
  font-size: 15px;
}

.card-news .btn-more-news {
  position: relative;
  bottom: 0;
}

.block-map {
  position: relative;
}

.block-map .form-ob {
  position: absolute;
  top: 41px;
  left: 40px;
  bottom: 41px;
  width: 380px;
  background-color: #1f1a18;
  padding: 28px 30px;
  z-index: 1;
}

.block-map .form-ob .ttl-form {
  font-size: 15px;
  margin-bottom: 3px;
}

.block-map .form-ob .input-text {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 13px;
  border: 1px solid #c39e6d;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 7px;
  background-color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  font-style: italic;
}

.block-map .form-ob .btn-submit {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 15px 10px;
  background-color: #f69d27;
  font-size: 15px;
  color: #503012;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
  cursor: pointer;
}

.block-map .form-ob p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 7px;
  color: #d0c8be;
}

.block-map .form-ob p a {
  color: #f69d27;
  text-decoration: none;
}

.block-map iframe,
.block-map #map_box {
  display: block;
  width: 100%;
  height: 450px;
}

.tabPagination {
  display: none;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 25px;
}

.breadcrumb li a {
  color: #939598;
  font-size: 15px;
  text-decoration: none;
}

.page__vi .breadcrumb li a,
.page__vi .breadcrumb-item {
  font-family: 'OpenSans', sans-serif;
  font-size: 13px;
}

.page__vi .btn-card-key .font-Corbel-italic {
  font-family: 'OpenSans', sans-serif;
  font-size: 10px;
}

.breadcrumb li.active {
  color: #ffead7;
}

.breadcrumb li.breadcrumb-item+.breadcrumb-item::before {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  top: 1px;
}

.wrap-detail h1,
.wrap-detail h2 {
  font-size: 40px;
  line-height: 50px;
  color: #f69d27;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

.wrap-detail .author-detail {
  font-size: 15px;
  color: #c39e6d;
  margin-top: 10px;
  font-style: italic;
}

.wrap-detail .date-detail {
  font-size: 15px;
  color: #939598;
  line-height: 24px;
  font-style: italic;
}

.content-detail {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #5e5e5e;
}

.page__vi .content-detail {
  font-family: 'OpenSans', sans-serif;
}

.content-detail h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  color: #f69d27;
  font-family: "Montserrat", sans-serif;
}

.content-detail h3+p {
  padding-top: 5px;
}

.content-detail .head-tips {
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 36px;
  text-transform: uppercase;
  width: 100%;
  flex: 1 1 auto;
}

.content-detail .head-tips::before {
  content: " ";
  width: 45px;
  height: 2px;
  background-color: #f69d27;
}

.content-detail .head-tips.w-20::before {
  width: 20%;
}

.content-detail .head-tips::after {
  content: " ";
  width: 45px;
  height: 2px;
  margin-left: 20px;
  background-color: #f69d27;
}

.content-detail .head-tips.w-20::after {
  width: 20%;
}

.content-detail .head-tips img {
  width: 72px;
  margin: 0 10px
}

.content-detail p {
  font-size: 18px;
  color: #ffead7;
  padding: 0 0 25px;
}

.page__vi .content-detail p {
  line-height: 1.6;
  font-size: 15px;
}

.content-detail p+.refList {
  padding-top: 0;
}

.content-detail p img {
  margin-bottom: 0;
}

.content-detail p a {
  color: #ffead7;
  text-decoration: none;
}

.content-detail p strong,
.content-detail p b {
  font-weight: 600;
  font-size: 18px;
  color: #ffead7;
}

.content-detail img {
  margin-bottom: 25px;
}

.content-detail .refList {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 30px;
}

.content-detail .refList li {
  list-style-type: decimal;
  margin: 8px 0 8px 13px;
}

.content-detail .refList li:last-child {
  margin-bottom: 0;
}

.content-detail .refList a {
  color: #ffead7;
  word-break: break-word;
}

.content-detail .refList+h3 {
  padding-top: 0px;
}

.content-detail figure {
  position: relative;
}

.content-detail figure figcaption {
  width: 100%;
  color: #c39e6d;
  background: rgba(48, 43, 41, 0.6);
  position: absolute;
  bottom: 0;
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

.page__vi .content-detail figure figcaption {
  font-family: 'OpenSans', sans-serif;
  font-size: 13.5px;
}

.sort-results {
  font-size: 15px;
  color: #c39e6d;
}

.sort-options {
  float: right;
  line-height: 31px;
}

.sort-options label {
  font-size: 15px;
  color: #c39e6d;
  margin-right: 10px;
}

.sort-options select,
.sort-options .nice-select {
  width: 115px;
  background: #3b3a3a;
  color: rgba(255, 234, 215, 0.29);
  border: 0;
  display: inline-block;
  border-radius: 0;
  padding: 5px 10px;
  height: 35px;
  float: right;
  line-height: 25px;
}

.sort-options select:focus,
.sort-options select .list,
.sort-options .nice-select:focus,
.sort-options .nice-select .list {
  color: #495057;
  background-color: #3b3a3a;
  border-color: transparent;
  outline: 0;
  color: #fff;
}

.sort-options select .option.selected.focus,
.sort-options select .option:hover,
.sort-options select .option.focus,
.sort-options .nice-select .option.selected.focus,
.sort-options .nice-select .option:hover,
.sort-options .nice-select .option.focus {
  background-color: #495057;
}

.sort-options-mb {
  width: 40px;
  height: 40px;
  background: url(../images/common/sort_icon.svg) no-repeat center;
  float: right;
  background-size: 25px 25px;
}

.sort-options-mb.asc {
  background: url(../images/common/sort_icon_back.svg) no-repeat center;
  background-size: 25px 25px;
}

.sort-head {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sort-head hr {
  background: #5e5e5e;
  width: 100%;
  margin: 15px;
}

.sort-list {
  margin-bottom: 20px;
}

.sort-list .sort-item h3 {
  margin-bottom: 20px;
}

.sort-list .sort-item h3 a {
  text-transform: capitalize;
  text-decoration-line: underline;
  color: #ffead7;
  font-size: 20px;
  line-height: 34px;
}

.sort-list .sort-item .col-image-sort {
  width: 85px;
  height: 60px;
}

.sort-list .sort-item .col-text-sort {
  padding: 0 15px;
  flex: 1;
  position: relative;
}

.sort-list .sort-item .col-text-sort .author {
  color: #6e6e6e;
  position: static;
  margin-top: -5px;
}

.sort-list .sort-item .col-text-sort .sort-date {
  color: #6e6e6e;
  float: left;
  margin-right: 6px;
  font-size: 15px;
}

.sort-list .sort-item .col-text-sort p {
  line-height: 1.53333;
  margin-bottom: 1px;
  font-size: 15px;
  color: #939598;
}

.sort-list .row-sort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 21px;
}

.sort-list .row-sort a {
  color: #ffead7;
  text-decoration: none;
}

.steps .step-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 20px 12px 5px;
}

.steps button span {
  text-transform: capitalize;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 500;
}

.steps p {
  padding: 10px 15px;
}

@media only screen and (max-width: 992px) {
  .steps button span {
    font-size: 18px;
    padding-left: 14px;
  }

  .steps p {
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 520px) {
  .steps .step-list {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .steps .step-item {
    flex-direction: row !important;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0;
  }

  .steps button span {
    font-size: 16px;
    padding-left: 0;
    transform: rotate(-90deg);
    display: block;
  }

  .steps p {
    padding: 0 5px !important;
    display: inline-block;
    width: calc(100% - 80px);
  }

  .steps .btn-right {
    width: 70px;
    margin-right: 10px;
    display: inline-block;
    transform: rotate(90deg);
    height: 3em;
  }

  .steps .btn-right:before,
  .steps .btn-right:after {
    height: 1.55em;
    transform: skew(35deg);
  }

  .steps .btn-right:after {
    height: 1.55em;
    transform: skew(-35deg);
  }
}

.page-index .ttl-line span {
  font-weight: 600;
}

.page-index .section-keyvisual .btn-more {
  display: none;
}

.user-login-form {
  max-width: 676px;
  margin: 67px auto;
  padding: 0 20px;
}

.user-login-form input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 15px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 15px;
  background-color: #3b3a3a;
  font-weight: 500;
  font-style: italic;
  flex: 1;
  color: #fff;
  border: 0;
  outline: none;
  width: 100%;
}

.user-login-form label {
  margin-bottom: 10px;
  font-size: 18px;
}

.user-login-form .description {
  margin-bottom: 20px;
  font-size: 15px;
  color: #b7aa9fc2;
  margin-top: 5px;
}

.user-login-form #edit-submit {
  border: 0;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px 30px;
  background-color: #f69d27;
  font-size: 15px;
  color: #503012;
  display: block;
  height: 48px;
  font-family: "Corbel-Bold";
  text-align: center;
  text-transform: uppercase;
  width: initial;
}

.not-found-box {
  max-width: 600px;
  margin: 80px auto 120px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
}

.not-found-box div {
  margin-bottom: 30px;
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.custom-object-fit img {
  opacity: 0;
}

.owl-carousel h3 a {
  color: #ffead7;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .section-your-eyes>.container>.row-content {
    padding: 30px 0px 0;
  }
}

@media only screen and (max-width: 992px) {
  .left-kvs {
    padding: 21px 15px;
  }

  .card-text-lastest .image {
    width: 75px;
  }

  .right-stories .text {
    bottom: 0;
    padding: 15px;
    max-width: initial;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-content {
    padding-top: 66px;
  }

  .owl-item .main-kvs {
    margin-left: 25px;
    margin-right: 0px;
  }

  .main-kvs {
    width: 100%;
    max-height: 360px;
    background-position: center !important;
  }

  .main-kvs .infor {
    padding: 30px 30px;
  }

  .main-kvs .infor p {
    margin-bottom: 15px;
    font-family: OpenSans;
  }

  .main-kvs .infor .ttl-kvs {
    font-size: 30px;
  }

  .path-expert-opinions .img-highlight {
    max-height: 460px;
  }

  .img-highlight {
    max-height: 360px;
  }

  .img-highlight .infor {
    padding: 41px 20px 10px 20px;
  }

  .img-highlight .infor .ttl-kvs {
    font-size: 30px;
    font-weight: 600 !important;
  }

  .block-map {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .block-map .form-ob {
    position: static;
    width: 100%;
    background: transparent;
    padding: 20px 15px;
  }

  .block-map .form-ob .btn-submit {
    margin-bottom: 15px;
  }

  .btn-more {
    margin-bottom: 15px;
  }

  .left-kvs {
    padding: 21px 15px;
    margin-top: 20px;
  }

  #tabs .card-kvs {
    display: none !important;
  }

  #tabs .card-kvs.current {
    display: block !important;
    min-height: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #5e5e5e;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .tabPagination {
    display: block;
  }

  .section-understand,
  .section-related,
  .section-lastest {
    margin-top: 30px;
  }

  .section-understand .card-news,
  .section-related .card-news,
  .section-lastest .card-news {
    width: 100%;
    display: inline-block;
    margin: 5px 0 5px 30px;
  }

  .wrap-detail h2 {
    font-size: 30px;
    margin-top: 30px;
    line-height: 35px;
  }

  .content-detail p {
    padding: 0 0 15px;
  }

  .breadcrumb {
    display: none;
  }

  .section-youreye-home .card-your-eye .ttl-your-eyes {
    font-size: 25px;
  }

  .right-stories {
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-your-eyes {
    background: transparent;
    padding-top: 0;
  }

  .section-your-eyes .ttl-line {
    margin: 0 15px;
  }

  .section-your-eyes .ttl-line span:after,
  .section-your-eyes .ttl-line span:before {
    background-color: #f69d27;
  }

  .section-your-eyes .container>.row-content {
    padding: 0px 15px 0;
  }

  .section-your-eyes .owl-nav.disabled {
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .section-stories {
    margin-bottom: 30px;
  }

  .path-frontpage .section-stories {
    margin-bottom: 0;
  }


  .card-news .ttl-card-news {
    font-size: 25px;
    line-height: 1.36;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 500;
  }

  .card-news p {
    line-height: 1.53333;
    margin-bottom: 1px;
    font-size: 15px;
    color: #939598;
  }

  .right-stories .text {
    position: relative;
    bottom: 0;
    padding: 15px;
    max-width: initial;
    width: 100%;
  }

  .owl-carousel .card-news .ttl-card-news {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 567px) {
  .card-stories {
    margin-bottom: 15px;
    border-bottom: 1px solid #5e5e5e;
  }

  .card-stories:last-child {
    border-bottom: none;
  }

  .card-stories .col-image-stories {
    width: 100%;
  }

  .card-stories .col-text-stories .ttl-card-stories {
    margin-top: 15px;
  }

  .ttl-line {
    font-size: 30px !important;
    margin-bottom: 5px !important;
  }

  .ttl-line span {
    padding: 0 10px !important;
  }

  .section-observer .ttl-line span {
    font-size: 18px;
    max-width: 63%;
    display: inline-block;
    padding: 15px 5px !important;
  }

  .section-observer .ttl-line span:before {
    margin-right: 68px;
  }

  .section-observer .ttl-line span:after {
    margin-left: 4px;
  }

  .section-observer .ttl-line span img {
    width: 55px;
    margin-top: -27px;
    margin-left: -58px;
  }

  .pagination {
    margin: 20px 0px;
  }

  .pagination li.page-item {
    background: transparent !important;
    border: none;
    -ms-flex: initial;
    flex: initial;
    padding: 12px 10px;
  }

  .pagination li.page-item .page-link {
    text-decoration: none;
  }
}

@media only screen and (max-width: 380px) {
  .section-observer .ttl-line span {
    font-size: 16px;
    max-width: 80%;
  }

  .section-observer .ttl-line span img {
    width: 48px;
    margin-top: -24px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .owl-nav.disabled {
    display: block !important;
    position: absolute;
    width: 100%;
    top: 50%;
  }

  .section-your-eyes {
    background-size: 100% auto;
    padding-top: 117px;
  }

  .page-index .main-kvs {
    background-position: right;
  }

  .page-index .left-kvs .ttl-line span {
    font-weight: 100;
  }

  .main-header-1 .top-header-1 a {
    margin-right: 15px;
  }
}

/******************faq***********************/
.list-faq {
  padding-top: 50px;
}

.box-faq {
  margin-bottom: 100px;
  background-color: #1F1A18;
  position: relative;
  padding: 50px 30px 0 30px;
  display: inline-block;
}

.box-faq .box-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  top: -40px;
  left: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #302B29;
}

.box-faq .box-avatar img {
  height: 100%;
}

.box-faq.active {
  border-bottom: transparent;
}

.box-faq .title-faq {
  background: none;
  padding: 1px;
  font-family: "Montserrat", sans-serif;
}

.box-faq .title-faq .inner {
  font-size: 20px;
  position: relative;
  padding: 0px 35px 10px 0px;
  color: #ffead7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 100;
}

.box-faq .title-faq .inner sup {
  top: -4px;
  position: relative;
  margin-right: 5px;
}

.box-faq .title-faq .box-plus {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.box-faq .title-faq .box-plus span {
  background-color: #fff;
  position: absolute;
}

.box-faq .title-faq .box-plus span.x {
  position: absolute;
  width: 1px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.box-faq.active .title-faq .inner .box-plus span.x {
  display: none;
}

.box-faq .title-faq .box-plus span.y {
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.box-faq .content-faq {
  padding: 0 1px 1px 1px;
}

.box-faq .content-faq .inner {
  border-top: 1px solid #5e5e5e;
  padding: 22px 0px;
  font-size: 18px;
  min-height: 88px;
  color: #ffead7;
}

.page__vi .box-faq .content-faq .inner {
  font-family: 'OpenSans', sans-serif;
  line-height: 1.6;
  font-size: 15px;
}

.box-faq .content-faq .inner+.ref-faq {
  padding: 0 30px;
  margin-top: -20px;
  font-size: 18px;
}

.page__vi .box-faq .content-faq .inner em {
  font-size: 15px;
}

.box-faq .content-faq ul {
  padding: 0px 4px 4px 20px;
}

.box-faq .content-faq ul li {
  position: relative;
  padding: 0px 5px 5px 12px;
}

.box-faq .content-faq .text-orange {
  margin-top: 10px;
}

.box-faq .content-faq ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #ffead7;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0px;
}

.box-faq .content-faq ul li.list-strong {
  font-family: "Corbel-Bold";
  font-style: italic;
  list-style: none;
  padding-left: 0px;
}

.box-faq .content-faq ul li.list-strong:after {
  display: none;
}

.box-faq a {
  color: #ffead7;
}

@media (min-width: 1200px) {

  .box-faq.faq-1,
  .box-faq.faq-3,
  .box-faq.faq-4,
  .box-faq.faq-8 {
    width: 31.5%;
    margin-right: 30px;
    vertical-align: top;
  }

  .box-faq.faq-2,
  .box-faq.faq-9 {
    width: 65.5%;
    float: right;
  }

  .box-faq.faq-5,
  .box-faq.faq-7 {
    width: 31.5%;
    float: right;
    vertical-align: top;
  }

  .box-faq.faq-6,
  .box-faq.faq-10,
  .box-references {
    width: 65.5%;
    margin-right: 30px;
  }

  .box-references li a {
    color: #ffead7
  }

  .box-faq.faq-10 {
    margin-bottom: 50px;
  }

  .list-faq+.right-stories {
    width: 31.5%;
    float: right;
    vertical-align: top;
    position: relative;
    top: -310px;
    margin-bottom: -310px;
  }

  .latest-post .views-field-title a {
    display: -webkit-box;
    line-height: 1.6;
    max-width: 100%;
    height: 2.66704rem;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .box-faq.faq-1,
  .box-faq.faq-3,
  .box-faq.faq-4,
  .box-faq.faq-8 {
    width: 31.2%;
    margin-right: 30px;
    vertical-align: top;
  }

  .box-faq.faq-2,
  .box-faq.faq-9 {
    width: 65.2%;
    float: right;
  }

  .box-faq.faq-5,
  .box-faq.faq-7 {
    width: 31.2%;
    float: right;
    vertical-align: top;
  }

  .box-faq.faq-6,
  .box-faq.faq-10,
  .box-references {
    width: 65.2%;
    margin-right: 30px;
  }

  .box-faq.faq-10 {
    margin-bottom: 50px;
  }

  .list-faq+.right-stories {
    width: 31.2%;
    float: right;
    vertical-align: top;
    position: relative;
    top: -310px;
    margin-bottom: -310px;
  }
}

.box-references h5 {
  font-size: 700;
}

.box-references ol {
  margin-left: 20px;
}

.box-references li {
  list-style-type: decimal;
}

.ref-faq {
  margin-top: 10px;
  padding: 0px;
}

.ref-faq ol {
  padding-left: 0;
}

.ref-faq ol li {
  list-style-type: decimal;
  margin: 5px 0 5px 16px;
  font-size: 14px;
}

.ref-faq ol li a {
  text-decoration: underline;
}

.text-orange {
  color: #F69D27
}

.social-share {
  display: flex;
  align-items: center;
  border-top: 1px solid #5e5e5e;
  padding-top: 20px;
}

.social-share h4 {
  margin-right: 20px;
}

.social-share li a img {
  width: 30px;
}

.social-share .node-date {
  margin-left: auto
}

.inline-point {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 25px 55px;
}

.inline-point.yellow li::before {
  content: ' ';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #F69D27;
  margin-right: 15px;
  margin-left: -23px;
  display: inline-block;
}

.inline-pick {
  margin: 15px 0;
  font-size: 18px;
  display: flex;
}

.inline-pick li {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  text-align: center;
}

.inline-pick img {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.content-detail h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 11px;
}

.static-box {
  width: 47%;
  float: left;
  border: 1px solid #c39e6d;
  margin-right: 30px;
}

@media (max-width: 995px) {
  .static-box {
    width: 98% !important
  }
}

.static-box h5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #c39e6d;
  height: 30px;
  vertical-align: baseline;
  font-size: 20px;
}

.static-box:last-child {
  margin-right: 0
}

.wrap-box {
  width: 100%;
  display: inline-block;
}

.static-box .inline-box {
  flex-direction: column;
  min-height: 379px;
}

@media (max-width: 995px) {
  .static-box .inline-pick li {
    text-align: left;
  }

  .static-box .inline-box {
    min-height: 283px !important;
  }
}

.static-box .inline-pick li {
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row
}

.static-box .inline-pick img {
  margin: 5px 20px 0px 20px
}

.static-box .inline-pick li {
  min-height: 75px;
  flex: 0 0 100% !important
}

.content-detail p {
  padding-bottom: 10px;
}

.content-detail em {
  line-height: 1.8rem
}

@media only screen and (max-width: 767px) {
  .list-faq {
    padding-left: 0px;
  }

  .box-faq .title-faq .inner {
    font-size: 18px;
  }

  .box-faq .content-faq .inner {
    padding: 22px 10px;
    font-size: 18px;
  }

  .box-faq .content-faq .inner+.ref-faq {
    padding: 0 10px;
  }
}

.arrow {
  display: block;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  margin: 5px 0 -6px 13px;
  width: 10px;
  height: 10px;

}

.arrow.one {
  -webkit-animation: mouse-scroll 3s infinite;
  -moz-animation: mouse-scroll 3s infinite;
  -webkit-animation-direction: alternate;
}

.arrow.two {
  -webkit-animation: mouse-scroll 2s infinite;
  -moz-animation: mouse-scroll 2s infinite;
  -webkit-animation-direction: alternate;
}

.arrow.three {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  -webkit-animation-direction: alternate;
}

.mouse {
  height: 69px;
  width: 40px;
  border-radius: 30px;
  transform: none;
  border: 1px solid white;
  margin-bottom: 6px;
  background: #F69D27;
  cursor: pointer;
}

.wheel {
  height: 9px;
  width: 2px;
  display: block;
  margin: 9px auto 0 auto;
  background: #fff;
  position: relative;
  border: 2px solid #fff;
  border-radius: 8px;
}


@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

.content-detail .footer-1-note {
  padding: 20px 11px 20px 20px;
  background-color: rgba(255, 234, 215, 0.06);
  margin: 20px 0;
  font-style: italic;
}

.content-detail .footer-1-note .text-under {
  color: #FFEAD7;
  text-decoration: underline;
}

.latest-post h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.latest-post .views-field-field-image {
  width: 92px;
  margin-right: 15px;
  min-height: 120px;
  float: left;
}

.latest-post .views-field-field-image img {
  width: 100%;
  min-height: 64px;
  height: auto;
}

.latest-post .views-field-title a {
  color: #FFEAD7;
  margin-bottom: 10px;
  text-decoration: none;
}

.latest-post .views-field-created {
  color: #606060;
}

.section-expert-opinions {
  margin-bottom: 5rem !important;
}

.section-expert-opinions .ttl-line {
  font-size: 35px;
  margin: 0 auto 30px auto;
  width: 100%;
}

#ophthalmologist-list .ophth-right {
  background-color: #3B3532;
  margin-top: 30px;
  padding: 20px;
}

#ophthalmologist-list .ophth-get {
  padding: 11px 0 20px 20px;
}

#ophthalmologist-list .ophth-get h5 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

#ophthalmologist-list .ttl-sub {
  font-size: 1.2rem;
}

#ophth-list {
  display: inline;
  list-style: none;
}

#ophth-list li {
  width: 33.33333%;
}

#ophth-list li:nth-child(odd) {
  clear: both;
  float: left;
}

#ophth-list li:nth-child(even) {
  float: right;
}

#ophth-list .ophth-head:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(../images/icon-sm-map.png) no-repeat;
}

#ophth-list .ophth-head {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-size: 0.8rem;
}

.page__vi #ophth-list .ophth-head {
  font-family: "OpenSans", sans-serif;
  font-size: .7rem;
}

#ophth-list .ophth-head strong {
  font-size: 1rem;
}

#ophth-list .text-orange {
  font-size: 1rem;
  color: #f69d27;
}

.page__vi #ophth-list .text-orange {
  font-family: 'OpenSans', sans-serif;
  font-size: .8rem;
}

#ophth-list .ophth-addr {
  text-align: left;
  display: block;
}

#ophthalmologist-list svg {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .newest-promo {
    text-align: center;
  }

  .newest-promo h5 {
    margin: 0 auto;
  }

  #ophth-list li {
    margin-right: 0px;
    width: 100%;
    float: left;
  }

  .right-stories .text {
    position: absolute;
    left: 0;
    top: 40%;
    height: 140px;
  }

  .link-kvs {
    background-position: right 21px top 14px
  }
}

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

.sidebar .newest-promo {
  background: #1F1A18;
  margin-bottom: 30px;
}

#ophth-list {
  display: inline-block;
  overflow: hidden;
  padding-top: 5px;
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.section-keyvisual .owl-dots {
  position: relative;
  bottom: 35px;
  padding-left: 49px;
}

.section-keyvisual .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  padding: 7px;
  margin: 0 .3rem 1.25rem;
  background-color: #C39E6D;
  opacity: 0.34;
  border-radius: 50%;
}

.section-keyvisual .owl-dots .owl-dot.active {
  background-color: #F69D27;
  opacity: 1;
}

.owl-item .dark h2.ttl-kvs,
.owl-item .dark p {
  color: #503012;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .newest-promo svg {
    width: 100%;
  }

  .newest-promo .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {

  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-news .ttl-card-news {
    font-size: 1.2rem;
    margin-top: 10px;
    min-height: auto;
  }

  .card-news p {
    min-height: auto;
  }

  .latest-post .views-field-field-image {
    width: 18%;
  }

  #ophthalmologist-list .ophth-get {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }

  #lang-desktop .lang-location-1::before {
    right: 14px;
  }

  .section-keyvisual .owl-dots {
    padding-left: 44px;
  }

  .right-stories {
    width: 50%;
    margin: 0 auto;
  }

  .map-disclaimer p {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-news .ttl-card-news {
    font-size: 1.6rem;
  }

  .card-news p {
    font-size: 16px;
    height: calc(16px * 1.5 * 2);
  }

  .card-news .btn-more-news a {
    font-size: 20px;
  }

  .card-text-footer-1 .text .ttl-card-ft,
  footer-1 p,
  .card-text-footer-1 .text .date,
  .btn-more span {
    font-size: 18px;
  }

  .page__vi footer-1 p {
    font-size: 17px;
  }

  .faq-10 {
    width: 100%;
  }

  .fb-page {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .card-news .ttl-card-news {
    font-size: 16px;
  }

  .card-news p {
    font-size: 14px;
    height: calc(14px * 1.5 * 4);
  }

  .card-news .btn-more-news a {
    font-size: 16px;
  }

  .btn-more span,
  .card-text-footer-1 .text .date,
  .card-text-footer-1 .text .ttl-card-ft,
  footer-1 p {
    font-size: 12px;
  }

  .page__vi footer-1 p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-child {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 360px;
  }

  .banner-child .ttl-line {
    font-size: 30px;
    font-weight: 600;
  }

  .latest-post .views-field-field-image {
    width: 25%;
    min-height: 86px;
  }

  .right-stories {
    width: 100%;
  }

  .your-eyes-item,
  .card-your-eye:before {
    margin-left: 30px;
    width: 100%;
  }

  .section-keyvisual .owl-dots {
    padding-left: 21px;
  }

  .right-stories .text {
    top: 40%;
    height: 140px;
  }

  .main-kvs .infor h2+p {
    -webkit-line-clamp: 3;
    height: calc(15px * 1.6 * 3);
  }

  .path-expert-opinions .main-kvs .infor h2+p {
    -webkit-line-clamp: 6;
    height: calc(15px * 1.6 * 6);
  }

  .path-eye-stories .main-kvs .infor h2+p {
    height: calc(15px * 1 * 3);
  }

  .latest-post h2 {
    margin-top: 20px;
  }

  .img-highlight .infor .ttl-kvs {
    font-size: 22px;
    font-weight: 400 !important;
    max-width: 222px;
  }

  .main-kvs .infor p {
    max-width: 205px;
  }
}

figure {
  max-width: 1024px;
  max-width: 64rem;
  width: 100%;
  height: 100%;
  margin: 20px auto;
  margin: 1.25rem auto;
  padding: 20px;
  padding: 1.051%;
}

video {
  width: 100%;
  height: auto;
}

/* controls */
.controls,
.controls>* {
  padding: 0;
  margin: 0;
}

.controls {
  overflow: hidden;
  background: transparent;
  width: 100%;
  height: 8.0971659919028340080971659919028%;
  /* of figure's height */
  position: relative;
}

.controls[data-state=hidden] {
  display: none;
}

.controls[data-state=visible] {
  display: block;
}

.controls>* {
  float: left;
  width: 3.90625%;
  height: 100%;
  margin-left: 0.1953125%;
  display: block;
}

.controls>*:first-child {
  margin-left: 0;
}

.controls .progress {
  cursor: pointer;
  width: 75.390625%;
}

.controls button {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none;
  cursor: pointer;
  text-indent: -99999px;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.controls button:hover,
.controls button:focus {
  opacity: 0.5;
}

/* fullscreen */
html:-ms-fullscreen {
  width: 100%;
}

:-webkit-full-screen {
  background-color: transparent;
}

video:-webkit-full-screen+.controls {
  background: #ccc;
  /* required for Chrome which doesn't heed the transparent value set above */
}

video:-webkit-full-screen+.controls progress {
  margin-top: 0.5rem;
}

/* hide controls on fullscreen with WebKit */
figure[data-fullscreen=true] video::-webkit-media-controls {
  display: none !important;
}

figure[data-fullscreen=true] {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 100%;
}

figure[data-fullscreen=true] video {
  height: auto;
}

figure[data-fullscreen=true] figcaption {
  display: none;
}

figure[data-fullscreen=true] .controls {
  position: absolute;
  bottom: 2%;
  width: 100%;
  z-index: 2147483647;
}

figure[data-fullscreen=true] .controls li {
  width: 5%;
}

figure[data-fullscreen=true] .controls .progress {
  width: 68%;
}

/* Media Queries */
@media screen and (max-width:1024px) {
  figure {
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }

  .controls {
    /* we want the buttons to be proportionally bigger, so give their parent a set height */
    height: 30px;
    height: 1.876rem;
  }
}

@media screen and (max-width:42.5em) {
  .controls {
    height: auto;
  }

  .controls>* {
    display: block;
    width: 16.6667%;
    margin-left: 0;
    height: 40px;
    height: 2.5rem;
    margin-top: 2.5rem;
  }

  .controls .progress {
    /*display:table-caption;*/
    /* this trick doesn't work as elements are floated and the layout doesn't work */
    position: absolute;
    top: 0;
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .controls .progress progress {
    width: 98%;
    margin: 0 auto;
  }

  .controls button {
    background-position: center center;
  }
}

.pager__item--next span,
.pager__item--previous span {
  display: none;
}

.pager__item--next .page-link span,
.pager__item--previous .page-link span {
  display: block;
}

.map-disclaimer p {
  color: #939598;
  font-size: 0.85rem;
  text-align: left;
}

.page__vi .map-disclaimer p {
  font-family: 'OpenSans', sans-serif;
  font-size: .75rem;
}

.map-disclaimer p strong {
  color: #ffead7;
}

.path-frontpage .section-keyvisual {
  margin-bottom: 0;
}

#map-noti {
  font-size: 1rem;
  font-weight: 500;
}

#surveys {
  overflow: hidden;
}

#surveys .surv-title {
  font-size: 40px;
  line-height: 50px;
  color: #f69d27;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

#surveys .steps {
  margin-top: 30px;
}

#surveys .surv-desc {
  line-height: 34px;
  font-size: 20px;
}

#surveys .inline-step {
  text-align: center;
  margin: 0 auto;
}

#surveys .inline-step .item {
  position: relative;
  padding-right: 50px;
  display: inline;
}

#surveys .inline-step .item::after {
  content: " ";
  height: 1px;
  width: 100%;
  top: 5px;
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: #5E5E5E;
}

#surveys .inline-step .item:last-child::after {
  content: "";
  background-color: transparent;
}

#surveys .inline-step .item .step {
  text-decoration: none;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #C39E6D;
}

#surveys .inline-step .num {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  font-size: 26px;
  padding-top: 4px;
  border-radius: 50%;
  margin: 10px 0;
  position: relative;
  z-index: 1;
  background-color: #1F1A18;
}

#surveys .inline-step .current .num {
  position: relative;
  background-color: #F69D27;
}

#surveys .inline-step .current .num::after {
  left: 15px;
  transform: rotate(-90deg);
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 100%;
  border-left: 14px solid #1F1A18;
}

#surveys .inline-step .current .step {
  font-weight: 500;
  color: #1F1A18;
}

#surveys .inline-step .current label {
  color: #F69D27;
}

#surveys .inline-step .passed .step {
  color: #E5CDB7;
}

#surveys .inline-step .passed .num {
  color: #1F1A18;
  background-color: #E5CDB7;
}

#surveys .surveys-content {
  padding: 30px;
  margin-top: -10px;
  margin-bottom: -10px;
  background-color: #1F1A18;
}

#surveys .survey {
  display: none;
}

#surveys .survey.current {
  display: block;
}

#surveys .surv-ques h2 {
  font-size: 20px;
  line-height: 34px;
}

#surveys .question {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 0 16px 20px;
}

#surveys .question ul {
  margin: 0;
  list-style: none;
}

#surveys .question li {
  line-height: 45px;
}

#surveys .surv-radio {
  border: 2px solid transparent;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background-color: #1F1A18;
  background-clip: content-box;
  border-radius: 50%;
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

#surveys .question .sub-title strong {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#surveys .question .sub-num {
  display: inline;
  padding-bottom: 20px;
  float: left;
  margin-right: 5px;
}

#surveys .surv-radio+label {
  margin-left: 10px;
}

#surveys .surv-radio::before {
  content: " ";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #F69D27;
  display: block;
  top: -5.6px;
  left: -5.5px; /* left: -6px; */
  position: relative;
}

#surveys .surv-radio:checked {
  background: #F69D27;
}

#surveys .surv-sub li label {
  padding-right: 5px;
  width: 100%;
  display: block;
}

#surveys .question h4 {
  border-bottom: 1px solid #C39E6D;
}

#surveys .question h4 {
  margin-bottom: 8px;
}

#surveys .question .surv-center h4 {
  padding-left: 110px;
}

#surveys .question .surv-center .surv-sub {
  width: 75%;
  float: right;
  padding-right: 10px;
}

#surveys .clear {
  clear: both;
}

#surveys .inline {
  display: inline-block;
}

#surveys .surv-btn {
  padding: 10px 15px;
  color: #C39E6D;
  text-transform: uppercase;
}

#surveys .btn-next,
#surveys .btn-print,
#surveys .btn-email {
  color: #302B29;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #F69D27;
}

#surveys .surveys-form .form-control {
  height: 35px;
  color: #302B29;
  background-color: #fff;
}

#surveys .surveys-form .note {
  font-style: italic;
  padding-top: 5px;
  color: #939598;
}

#surveys .surv-result {
  font-size: 20px;
}

#surveys .surv-result .score {
  border: 1px solid #F69D27;
  ;
  padding: 35px 10px;
}

.score span {
  line-height: 34px;
  font-size: 24px;
}

#yourscore {
  font-size: 42px;
  font-weight: 700;
  color: #F69D27;
}

#surveys .sub-title {
  color: #F69D27;
  font-size: 24px;
}

#surveys .surv-print,
#surveys .surv-email,
#surveys .surv-send,
#surveys .surv-error {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

#surveys .surv-print {
  background: url(../images/common/eye.svg) no-repeat center center;
}

#surveys .surv-email {
  background: url(../images/common/mail.svg) no-repeat center center;
}

#surveys .surv-choose label {
  line-height: 24px;
  font-style: italic;
  font-size: 16px;
}

#surveys .surveys-navi h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

#surveys .surv-link {
  display: block;
  padding: 10px 15px;
  color: #C39E6D;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

#surveys .surv-link.active {
  display: inline-block;
  color: #302B29;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #F69D27;
}

#surveys .surv-one,
#surveys .surv-two,
#surveys .surv-three {
  position: relative;
}

#surveys .surv-two {
  padding-top: 37px;
  padding-bottom: 37px;
}

#surveys .surv-or {
  display: inline-block;
  z-index: 1;
  position: relative;
  background: #1F1A18;
  padding: 0 10px;
}

#surveys strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#surveys .surv-two::after {
  content: " ";
  width: 145%;
  height: 1px;
  top: 50px;
  left: -53px;
  right: -55px;
  position: absolute;
  background-color: #5E5E5E;
}

#surveys .btn-print,
#surveys .btn-email {
  padding: 6px 25px;
  font-size: 15px;
  line-height: 24px;
}

#surveys .btn-print i,
#surveys .btn-email i {
  position: relative;
  top: 1px;
}

#surveys .survey-thanks {
  font-size: 20px;
}

#surveys .surv-send {
  background: url(../images/common/send.svg) no-repeat center center;
}

#surveys .surv-error {
  background: url(../images/common/error.svg) no-repeat center center;
}

#surveys-print {
  display: none;
}

#surveys #surv-age {
  padding-right: 0;
}

.surv-ques__title {
  font-size: 16px;
  color: #FFEAD7;
  font-family: 'Montserrat';
  font-weight: 500;
}

.surv-ques__note {
  font-size: 14px;
  color: #939598;
  font-weight: 400;
  font-style: italic;
}

#surveys .survey__footer-1 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #5e5e5e;
  font-size: 20px;
}

#surveys .survey__footer-1 a {
  color: #F69D27;
  text-decoration: underline;
}

#surveys .survey__footer-1 p {
  font-size: inherit;
}

@media screen and (max-width: 1024px) {
  #surveys {
    margin-top: 30px;
  }

  #surveys .surv-title,
  #surveys .surv-desc {
    text-align: left;
  }

  #surveys .surv-ques h2 strong {
    font-size: 19px;
  }

  #surveys .inline-step {
    padding-left: 0;
    padding-right: 0;
  }

  #surveys .inline-step .item {
    padding-right: 22px;
  }

  #surveys .surveys-content {
    padding: 0 0 30px 0;
    margin-top: 10px;
    background-color: transparent;
  }

  #surveys .question .sub-num {
    padding-bottom: 65px;
  }

  #surveys .inline-step .current .num::after {
    border: 0;
  }

  #surveys .surv-radio {
    background-color: transparent;
  }

  #surveys .question .inline-group {
    background-color: #1F1A18;
    margin-left: -20px;
    width: calc(100% + 20px);
    padding-left: 0 !important;
  }

  #surveys .inline-group h4 {
    float: left;
    border-right: 1px solid #C39E6D;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
    width: 67%;
  }

  #yourscore {
    font-size: 52px;
  }

  #surveys .inline-group .surv-sub {
    width: 33%;
    float: right;
    display: block !important;
  }

  #surveys .inline-group .surv-sub label,
  #surveys .inline-group .surv-sub input {
    display: inline-block;
  }

  #surveys .inline-group .surv-sub label {
    width: auto;
    position: relative;
    right: -33px;
  }

  #surveys .inline-group>li {
    border-bottom: 1px solid #C39E6D;
  }

  #surveys .inline-group>li.surv-center {
    border-bottom: 0;
  }

  #surveys .inline-group .surv-sub li {
    padding-top: 12px !important;
    line-height: initial;
  }

  #surveys .inline-group .surv-radio {
    left: -15px;
    position: relative;
  }

  #surveys .question .surv-center h4 {
    padding-left: 20px;
    height: 100%;
  }

  #surveys .question {
    padding-top: 0;
  }

  #surveys .question .surv-center .surv-sub {
    padding-top: 5px;
    padding-right: 0;
    width: 33%;
  }

  #surveys .question .surv-center .surv-sub li {
    text-align: center !important;
  }

  #surveys .surv-center .surv-sub li:first-child input {
    left: -13px;
  }

  #surveys .surveys-action {
    margin-top: 10px !important;
  }

  #surveys .surveys-action .surv-btn {
    width: 100%;
    position: relative;
    display: block;
  }

  #surveys .surv-btn.btn-next {
    float: left;
  }

  #surveys .surv-btn.btn-next {
    top: -50px;
  }

  #surveys .surv-btn.btn-back {
    bottom: -25px;
  }

  #surveys .surveys-form .surv-ques {
    padding-left: 0;
    padding-right: 0;
  }

  #surveys .surveys-form .surv-ques .col-md-4 {
    flex: 0 0 40%
  }

  #surveys .surveys-form .surv-ques .col-md-6 {
    flex: 0 0 60%;
  }

  #surveys .surveys-form .col-md-4 .form-control {
    padding-right: 10px;
  }

  #surveys .surv-choose .col-md-4 {
    flex: 0 0 40%
  }

  #surveys .surv-choose .col-md-4.surv-two {
    flex: 0 0 20%
  }

  #surveys .surv-choose .surv-btn {
    display: none;
  }

  #surveys .surv-two::after {
    width: 100%;
    left: 0;
  }

  #surveys .surv-or {
    background-color: #302b29;
  }

  #surveys .surv-three label {
    width: 100%; /* width: 130%; */
    position: relative;
    right: 0px; /* right: 45px; */
    font-size: 14px;
  }

  #step6 .surveys-form {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #surveys .surv-result .score {
    background-color: #1F1A18;
    border: 0;
  }

  #surveys .survey-thanks .surv-title {
    text-align: center;
  }

  .hide-sm {
    display: none;
  }

  #surveys .mt-f {
    margin-top: 35px;
  }

  .content__style_3 table tr {
    display: table-cell;
  }

  .content__style_3 table td {
    vertical-align: top;
    display: table-row;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #surveys .surveys-content {
    margin-top: 30px;
  }

  #surveys .surv-three label {
    right: 0;
    width: 100%;
  }

  #surveys .surv-choose .col-md-4 {
    flex: 0 0 33%
  }

  #surveys .surv-choose .col-md-4.surv-two {
    flex: 0 0 33%
  }

  #surveys .surv-result .score {
    margin-top: 30px;
  }

  #surveys .surv-title,
  #surveys .surv-desc {
    text-align: center;
  }

  #surveys .surv-ques .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #surveys .question .surv-center .surv-sub {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-right: 0px;
  }

  #surveys .surv-center li:first-child input {
    left: -13px;
  }

  #surveys .question .inline-group {
    width: 100%;
    margin-left: 0;
  }

  #surveys .surveys-content .question+.question {
    padding-left: 0;
  }

  #surveys .surveys-form .surv-ques .col-md-6 {
    flex: 0 0 30%;
  }

  .main-navi-1 ul li {
    margin: 0 5px
  }

  .main-navi-1 ul li:first-child {
    margin-left: 0 !important;
  }

  .main-navi-1 ul li:last-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 375px) {
  #surveys .surv-title {
    line-height: normal;
    font-size: 33px;
  }

  #surveys .surv-desc {
    line-height: normal;
    margin-top: 20px;
    font-size: 18px;
  }

  #surveys .surveys-content {
    margin-top: 10px;
  }

  #surveys .inline-step .item {
    padding-right: 19px;
  }

  #surveys .inline-step .num {
    width: 39px;
    height: 39px;
    font-size: 20px;
  }

  #surveys .surv-ques h2 strong {
    font-size: 16px;
  }

  #surveys .surv-ques h2 {
    font-size: 17px;
  }

  #surveys .question {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  #surveys .surveys-content {
    margin-top: -10px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width : 480px) and (orientation : landscape) {
  #surveys .surveys-content {
    margin-top: 20px;
  }

  #surveys .inline-step .item {
    padding-right: 50px;
  }

  #surveys .question .surv-center .surv-sub {
    padding-right: 0;
    display: block !important;
  }

  #surveys .question .inline-group {
    margin-top: 0 !important;
    width: calc(100% + 20px);
  }

  #surveys .question .surv-center .surv-sub li {
    text-align: center !important;
  }

  #surveys .question .surv-center .surv-sub li:first-child input {
    left: -12px;
  }

  #surveys .surveys-form .surv-ques .col-md-6 {
    flex: 0 0 40%;
  }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .col-md-8 {
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 83%;
  }

  .page-index .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  #surveys .inline-group>li.surv-center {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main-navi-1 ul li {
    margin: 0 5px
  }
}

@media print {
  .main-content * {
    display: none;
  }

  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  html,
  body {
    background-color: #fff;
  }

  #surveys-print {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: #fff;
    margin-top: 100px;
    display: block;
  }

  .to-print {
    display: revert;
  }

  #surveys-print * {
    line-height: 35px !important;
    display: revert;
  }

  #surveys-print h2 {
    font-size: 26px;
  }

  #surveys-print .inline-info {
    clear: both;
  }

  #surveys-print .inline-info>span {
    margin-right: 30px;
    display: inline-block;
    font-size: 1.2rem !important;
    line-height: 35px;
  }

  #surveys-print #survp-email {
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
  }

  #surveys-print .inline-info>p {
    font-size: 1.2rem !important;
  }

  #surveys-print h3 {
    font-size: 26px;
  }

  #surveys-print #survp-score {
    font-weight: 700;
    font-size: 32px;
  }

  #surveys-print .survp-inline {
    line-height: 35px;
  }

  #surveys-print .survp-sub {
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
    margin-left: 20px;
  }

  #surveys-print .survp-ans {
    margin-bottom: 0 !important;
    font-size: 1.1rem !important;
    margin-left: 40px;
  }

  #surveys-print .sub-num {
    display: inline;
    padding-bottom: 20px;
    float: left;
    margin-right: 5px;
  }

  #surveys-print h3 {
    font-size: 1.7rem !important;
  }

  #surveys-print h4,
  #surveys-print h5,
  #surveys-print .size-md {
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
  }

  #surveys-print strong {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700;
  }

  #survey__footer-1 a,
  #survey__footer-1 strong {
    color: blue !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .section-keyvisual .col-md-8,
  .section-keyvisual .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.teo__style_3 .teo-inum {
  width: 49px;
  background: #F69D27;
  color: #fff;
  height: 49px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: 'Montserrat';
  font-weight: 600;
  float: left;
  margin-right: 10px;
}

.content-detail .content__style_3 figure {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.content__style_3 table td {
  vertical-align: top
}

.content__style_3 table {
  margin-bottom: 15px;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.surveys-korean {
  font-family: "Noto Sans KR" !important;
  font-size: 16px;
}

.surveys-korean .question {
  padding: 0 !important;
}

.surveys-korean .header {
  line-height: 34px;
}

.surveys-korean .flex-1 {
  flex: 1 1 0%;
}

.surveys-korean .surv-row {
  height: 58px;
}

.surveys-korean .surv-question {
  width: 172px;
}

.surveys-korean .sub-ques {
  color: #c39e6d;
  padding-bottom: 8px;
}

.surveys-korean .header:not(:first-of-type) {
  border-left: 1px solid rgba(195, 158, 109, 0.24);
}

.surveys-korean .surv-row>div>div {
  border-left: 1px solid rgba(195, 158, 109, 0.24);
}

.surveys-korean .header {
  border-bottom: 1px solid rgba(195, 158, 109, 0.24);
}

.surveys-korean .surv-radio {
  width: 20px !important;
  height: 20px !important;
}

.surveys-korean .surv-radio:before {
  width: 30px !important;
  height: 30px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(-50%);
}

.surveys-korean .mb-container {
  display: contents;
}

.surv-sub-question {
  justify-content: space-around
}

.surv-column-right {
  flex: 1 1 0%;
}

.title-description {
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}

.yourscore-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

#surveys .surveys-korean .survey {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -100;
}

#surveys .surveys-korean .survey.current {
  display: block;
  opacity: 1;
  position: static;
  z-index: 1;
}

.skip-link {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .surveys-korean .surv-row {
    height: auto;
  }

  .surveys-korean .surv-question {
    width: 100%;
    padding: unset !important;
  }

  .surveys-korean .surv-row>div>div {
    border-left: 0
  }

  .surveys-korean .mb-container {
    display: block;
    background-color: #1F1A18;
    padding: 16px;
    margin-bottom: 30px;
  }

  .surveys-korean button {
    line-height: unset !important;
    top: 0 !important;
    margin-top: 0px !important;
  }

  .surveys-korean .surveys-action {
    display: flex;
    flex-direction: column-reverse;
  }

  .mb-subtitle {
    width: 77px;
    color: #C39E6D;
  }

  .surv-column-right {
    max-width: 40%;
    row-gap: 24px;
    padding: 0px 16px;
    text-align: center;
  }

  .surv-column-left {
    row-gap: 24px;
    border-right: 1px solid rgba(195, 158, 109, 0.24);
    flex-grow: 1;
    padding-left: 16px;
  }

  .surv-sub-question {
    justify-content: space-between;
  }
}
