* {
  box-sizing: border-box;
  word-break: break-word; }

body {
  margin: 0px;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  min-width: 310px;
  color: #1A1A1A; }
  @media only screen and (max-width: 1500px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 760px) {
    body {
      font-size: 14px; } }

ul {
  padding-left: 20px; }

a {
  color: #1A1A1A;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s background ease, 0.2s color ease, 0.2s border ease; }

input,
textarea,
select {
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  border-radius: 0; }

textarea {
  min-height: 200px;
  min-width: 100%; }

small {
  font-size: 0.8em; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea {
  background-color: #FFFFFF;
  border: 1px solid #8AA5C1;
  padding: 12px 20px;
  color: #1A1A1A;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[readonly]:not(.datepicker-input) {
  border: 0;
  padding-left: 0;
  padding-right: 0; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

@media only screen and (max-width: 760px) {
  input[type="text"],
  input[type="number"],
  input[type="password"],
  input[type="email"] {
    padding: 5px 20px; } }

.select2-selection.select2-selection--single {
  padding: 12px 40px 12px 20px;
  height: auto;
  border-radius: 0;
  border: 1px solid #8AA5C1; }
  @media only screen and (max-width: 760px) {
    .select2-selection.select2-selection--single {
      padding: 5px 30px 5px 20px; } }
  .select2-selection.select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 25px;
    height: 15px;
    background-image: url(../images_fn/arrow_down.svg);
    background-size: 25px 15px; }
    @media only screen and (max-width: 760px) {
      .select2-selection.select2-selection--single .select2-selection__arrow {
        right: 6px;
        margin-top: -5px;
        width: 17px;
        height: 10px;
        background-size: 17px 10px; } }
    .select2-selection.select2-selection--single .select2-selection__arrow b {
      display: none; }
  .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: normal; }

select {
  background-color: #FFFFFF;
  border: 1px solid #8AA5C1;
  padding: 12px 40px 12px 20px;
  color: #1A1A1A;
  width: 100%;
  background-image: url(../images_fn/arrow_down.svg);
  background-position: calc(100% - 15px) 50%;
  background-size: 25px 15px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none; }
  select.arrow-black {
    background-image: url(../images_fn/arrow_down_black.svg); }
  select.border-black {
    border: 1px solid #1A1A1A; }
  @media only screen and (max-width: 760px) {
    select {
      padding: 5px 30px 5px 20px;
      background-position: calc(100% - 6px) 50%;
      background-size: 17px 10px; } }
  select.small {
    padding: 5px 25px 5px 10px;
    background-size: 15px 8px;
    background-position: calc(100% - 5px) 50%; }
    @media only screen and (max-width: 760px) {
      select.small {
        padding: 3px 30px 3px 10px; } }

input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border: 0;
  background-color: #FFFFFF;
  border: 1px solid #8AA5C1;
  margin: 0;
  position: relative;
  top: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 70%;
    height: 30%;
    border-color: #FF8672;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    transform: rotate(-45deg);
    position: absolute;
    left: 12%;
    top: 18%; }
  @media only screen and (max-width: 760px) {
    input[type="checkbox"] {
      width: 15px;
      height: 15px; } }

input[type="radio"] {
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #8AA5C1;
  margin: 0;
  border-radius: 50%;
  position: relative;
  top: 0.1em;
  margin-right: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  input[type="radio"]:checked {
    background-color: #FF8672; }
  @media only screen and (max-width: 760px) {
    input[type="radio"] {
      margin-right: 10px; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top; }

/* //////////////////////////////////////////////// Buttom /////////////////////////////////////////////// */
.btn {
  position: relative;
  border-radius: 5px;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  transition: 0.4s background ease, 0.4s color ease, 0.4s border ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }
  .btn > * {
    vertical-align: middle; }
  .btn img {
    height: 1.1em;
    margin-right: 0.7em; }
  .btn:hover {
    transition: none; }
  .btn.disabled {
    color: #FFFFFF !important;
    background: #a9a9a9 !important; }
  .btn.style-1 {
    color: #FFFFFF;
    background: #005487;
    border: 1px solid #005487;
    padding: 5px 20px;
    min-width: 160px;
    font-size: 0.94444em;
    font-weight: 700; }
    .btn.style-1:hover {
      color: #005487;
      background: #FFFFFF; }
  .btn.style-2 {
    color: #FFFFFF;
    background: #ED806F;
    border: 1px solid #ED806F;
    padding: 8px 16px;
    min-width: 200px;
    font-weight: 600;
    font-size: 1.22222em; }
    @media only screen and (max-width: 760px) {
      .btn.style-2 {
        font-size: 0.94444em; } }
    .btn.style-2:hover {
      background: #FFFFFF;
      color: #ED806F; }
    .btn.style-2.blue {
      color: #FFFFFF;
      background-color: #005487;
      border-color: #005487; }
      .btn.style-2.blue:hover {
        background-color: #FFFFFF;
        color: #005487; }
  .btn.style-3 {
    color: #FFFFFF;
    background: #005487;
    border: 1px solid #005487;
    padding: 8px 16px;
    min-width: 146px;
    font-weight: 600;
    font-size: 1.11111em; }
    @media only screen and (max-width: 760px) {
      .btn.style-3 {
        font-size: 0.88889em; } }
    .btn.style-3:hover {
      background: #FFFFFF;
      color: #005487; }
  .btn.style-4 {
    color: #FFFFFF;
    background: #ED806F;
    border: 1px solid #ED806F;
    padding: 8px 16px;
    min-width: 146px;
    font-weight: 600;
    font-size: 1.11111em; }
    @media only screen and (max-width: 760px) {
      .btn.style-4 {
        font-size: 0.88889em; } }
    .btn.style-4:hover {
      background: #FFFFFF;
      color: #ED806F; }
  .btn.style-5 {
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 5px 10px;
    min-width: 120px;
    font-size: 1.222em; }
    @media only screen and (max-width: 760px) {
      .btn.style-5 {
        min-width: 80px;
        font-size: 14px; } }
    .btn.style-5:hover {
      border: 1px solid #005487;
      background: #005487;
      color: #FFFFFF; }
  .btn.style-6 {
    max-width: 280px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #005487;
    font-weight: 500;
    font-size: 1.333em;
    color: #005487;
    background: #FFFFFF; }
    @media only screen and (max-width: 760px) {
      .btn.style-6 {
        max-width: 200px; } }
    .btn.style-6:hover {
      color: #FFFFFF;
      background: #005487; }
  .btn.style-7 {
    max-width: 280px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #005487;
    font-weight: 500;
    font-size: 1.333em;
    color: #FFFFFF;
    background: #005487; }
    @media only screen and (max-width: 760px) {
      .btn.style-7 {
        max-width: 200px; } }
    .btn.style-7:hover {
      color: #005487;
      background: #FFFFFF; }
  .btn.style-8 {
    color: #ED806F;
    background: #FFFFFF;
    border: 1px solid #ED806F;
    padding: 8px 16px;
    min-width: 200px;
    font-weight: 600;
    font-size: 1.22222em; }
    @media only screen and (max-width: 760px) {
      .btn.style-8 {
        font-size: 0.94444em; } }
    .btn.style-8:hover {
      background: #ED806F;
      color: #FFFFFF; }
  .btn.style-9 {
    border-radius: 8px;
    min-width: 80px;
    padding: 2px 10px;
    font-size: 0.88889em; }
    .btn.style-9.color-pink {
      color: #FFFFFF;
      background-color: #ED806F;
      border: 1px solid #ED806F; }
      .btn.style-9.color-pink:hover {
        background: #FFFFFF;
        color: #ED806F; }
    .btn.style-9.color-blue {
      color: #FFFFFF;
      background-color: #005487;
      border: 1px solid #005487; }
      .btn.style-9.color-blue:hover {
        background: #FFFFFF;
        color: #005487; }
  .btn.style-10 {
    color: #FFFFFF;
    background: #005487;
    border: 1px solid #005487;
    padding: 3px 30px;
    font-size: 1.22222em;
    font-weight: 700;
    padding-left: 2.8em !important; }
    @media only screen and (max-width: 960px) {
      .btn.style-10 {
        font-size: 1.05556em;
        font-weight: 600;
        padding: 3px 15px; } }
    .btn.style-10::before {
      content: '';
      display: block;
      background-image: url(../images_fn/cart_white.svg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      height: 1.1em;
      width: 1.1em;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -0.5em;
      transition: 0.5s background-image ease; }
    .btn.style-10:hover {
      color: #005487;
      background: #FFFFFF; }
      .btn.style-10:hover::before {
        transition: none;
        background-image: url(../images_fn/cart_blue.svg); }
  .btn.style-11 {
    color: #ED806F;
    background: #FFFFFF;
    border: 1px solid #ED806F;
    padding: 5px 16px;
    min-width: 140px;
    font-weight: 600;
    font-size: 1em; }
    @media only screen and (max-width: 760px) {
      .btn.style-11 {
        min-width: 140px; } }
    .btn.style-11:hover {
      background: #ED806F;
      color: #FFFFFF; }
  .btn.style-12 {
    color: #FFFFFF;
    background: #ED806F;
    border: 1px solid #ED806F;
    padding: 8px 16px;
    min-width: 200px;
    font-weight: 600;
    font-size: 22px; }
    @media only screen and (max-width: 760px) {
      .btn.style-12 {
        font-size: 17px; } }
    .btn.style-12:hover {
      background: #FFFFFF;
      color: #ED806F; }
  .btn.style-13 {
    color: #FFFFFF;
    background: #005487;
    border: 1px solid #005487;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 1.11111em; }
    @media only screen and (max-width: 760px) {
      .btn.style-13 {
        font-size: 0.88889em; } }
    .btn.style-13:hover {
      background: #FFFFFF;
      color: #005487; }
      .btn.style-13:hover span:nth-child(1) ::before, .btn.style-13:hover span:nth-child(1) ::after {
        background: #005487; }
    .btn.style-13 span {
      vertical-align: middle;
      display: inline-block; }
      .btn.style-13 span:nth-child(1) {
        width: 16px;
        height: 16px;
        margin-right: 15px; }
  .btn.style-14 {
    border-radius: 8px;
    width: 100%;
    padding: 8px 10px;
    font-size: 0.88889em; }
    .btn.style-14.color-pink {
      color: #FFFFFF;
      background-color: #ED806F;
      border: 1px solid #ED806F; }
      .btn.style-14.color-pink:hover {
        background: #FFFFFF;
        color: #ED806F; }
    .btn.style-14.color-blue {
      color: #FFFFFF;
      background-color: #005487;
      border: 1px solid #005487; }
      .btn.style-14.color-blue:hover {
        background: #FFFFFF;
        color: #005487; }
  .btn.style-15 {
    color: #FFFFFF;
    background: #005487;
    border: 1px solid #005487;
    padding: 7px 30px;
    font-size: 1.22222em;
    font-weight: 700;
    padding-left: 2.8em !important; }
    @media only screen and (max-width: 960px) {
      .btn.style-15 {
        font-size: 1.05556em;
        font-weight: 600;
        padding: 5px 15px; } }
    .btn.style-15::before {
      content: '';
      display: block;
      background-image: url(../images_fn/login_white.svg);
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      height: 1.5em;
      width: 1.5em;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -0.7em;
      transition: 0.5s background-image ease; }
    .btn.style-15:hover {
      color: #005487;
      background: #FFFFFF; }
      .btn.style-15:hover::before {
        transition: none;
        background-image: url(../images_fn/login_blue.svg); }
    .btn.style-15 img {
      height: 2em;
      margin-right: 0; }
  .btn.style-16 {
    padding: 7px 20px;
    border-radius: 8px;
    font-size: 1.11111em;
    font-weight: 600;
    padding-left: 2.8em !important; }
    @media only screen and (max-width: 960px) {
      .btn.style-16 {
        font-size: 1em;
        padding: 5px 15px; } }
    .btn.style-16::before {
      content: '';
      display: block;
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      height: 1.5em;
      width: 1.5em;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -0.7em;
      transition: 0.5s background-image ease; }
    .btn.style-16.color-pink {
      color: #ED806F;
      background: #FFFFFF;
      border: 1px solid #ED806F; }
      .btn.style-16.color-pink::before {
        background-image: url(../images_fn/bunus_point_icon_pink.svg); }
      .btn.style-16.color-pink:hover, .btn.style-16.color-pink.is_active {
        color: #FFFFFF;
        background-color: #ED806F; }
        .btn.style-16.color-pink:hover::before, .btn.style-16.color-pink.is_active::before {
          background-image: url(../images_fn/bunus_point_icon.svg); }
    .btn.style-16.color-blue {
      color: #005487;
      background: #FFFFFF;
      border: 1px solid #005487; }
      .btn.style-16.color-blue::before {
        background-image: url(../images_fn/e_shop_icon_blue.svg); }
      .btn.style-16.color-blue:hover, .btn.style-16.color-blue.is_active {
        color: #FFFFFF;
        background-color: #005487; }
        .btn.style-16.color-blue:hover::before, .btn.style-16.color-blue.is_active::before {
          background-image: url(../images_fn/e_shop_icon.svg); }
  .btn.style-17 {
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 1.11111em;
    font-weight: 600;
    color: #005487;
    background: #FFFFFF;
    border: 1px solid #005487; }
    @media only screen and (max-width: 960px) {
      .btn.style-17 {
        font-size: 1em; } }
    .btn.style-17:hover, .btn.style-17.is_active {
      color: #FFFFFF;
      background-color: #005487; }
      .btn.style-17:hover::before, .btn.style-17.is_active::before {
        background-image: url(../images_fn/e_shop_icon.svg); }

/* //////////////////////////////////////////////// Container /////////////////////////////////////////////// */
.list {
  margin: 0;
  padding: 0;
  list-style: none; }

.page-bg {
  background-image: url(../images_fn/page_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 1px 0; }
  @media only screen and (max-width: 960px) {
    .page-bg {
      background-image: none; } }

@media only screen and (max-width: 960px) {
  .mobile-page-bg {
    background-image: url(../images_fn/page_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    padding: 1px 0;
    margin: 0 -30px;
    position: absolute;
    top: 0%;
    right: 0;
    left: 0;
    height: 100%; } }

.page-padding {
  padding-bottom: 80px; }
  @media only screen and (max-width: 960px) {
    .page-padding {
      padding-bottom: 40px; } }

.site_container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden; }

.site_wrapper {
  width: 100%;
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 760px) {
    .site_wrapper {
      padding: 0 15px; } }

.site_inner {
  max-width: 1200px;
  margin: 0 auto; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-contain {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.cursor-pointer {
  cursor: pointer !important; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.remind_star {
  padding-left: 15px;
  position: relative; }

.remind_star::before {
  content: "*";
  color: #ED806F;
  position: absolute;
  left: 0;
  top: 0; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

@media only screen and (max-width: 960px) {
  .mobile-left {
    text-align: left !important; } }

.image-box {
  position: relative;
  padding-top: 100%; }
  .image-box img {
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }

.form_msg-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }
  .form_msg-wrapper .form_msg-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    cursor: pointer; }
  .form_msg-wrapper .form_msg {
    z-index: 1;
    background: #FFF;
    padding: 20px 30px;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
    overflow: auto; }
    .form_msg-wrapper .form_msg i {
      position: absolute;
      right: 5px;
      top: 3px;
      font-size: 1.2em;
      cursor: pointer; }

/* ///////////////////////////////////////// display ////////////////////////////////////////////////// */
.display-960 {
  display: block !important; }

.none-960 {
  display: none !important; }

.display-760 {
  display: block !important; }

.none-760 {
  display: none !important; }

.display-none {
  display: none !important; }

@media only screen and (max-width: 960px) {
  .display-960 {
    display: none !important; }
  .none-960 {
    display: block !important; } }

@media only screen and (max-width: 760px) {
  .display-760 {
    display: none !important; }
  .none-760 {
    display: block !important; } }

/* ///////////////////////////////////////// padding margin ////////////////////////////////////////////////// */
.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

/* ///////////////////////////////////////////// pagination ////////////////////////////////////////////////// */
.pagination-prev {
  display: inline-block;
  color: #676767; }

.pagination-next {
  display: inline-block;
  color: #676767; }

.pagination-page {
  display: inline-block; }

.pagination-page-item {
  display: inline-block;
  padding: 0 20px;
  font-size: 1em;
  position: relative;
  color: #676767; }

.pagination-page-item:nth-child(1n+2)::before {
  content: '';
  display: block;
  width: 1px;
  height: 65%;
  margin-top: 10%;
  position: absolute;
  left: 0;
  top: 0;
  background: #676767; }

.pagination-page-item.active,
.pagination-page-item:hover {
  font-weight: 900; }

.pagination-num {
  display: inline-block;
  font-size: 1.05556em;
  margin: 0 10px; }

.pagination-num select {
  display: inline-block;
  width: auto;
  padding: 1px 30px 1px 9px; }

.pagination-num-prev {
  display: inline-block;
  font-size: 1.16667em;
  color: #676767; }

.pagination-num-next {
  display: inline-block;
  font-size: 1.16667em;
  color: #676767; }

@media only screen and (max-width: 960px) {
  .pagination-page-item {
    padding: 0 15px; } }

/* ///////////////////////////////////////////// accordion ////////////////////////////////////////////////// */
.accordion {
  width: 100%;
  margin: 20px 0;
  box-shadow: 2px 2px 4px rgba(96, 96, 96, 0.15); }
  .accordion .accordion-title {
    padding: 20px 45px;
    padding-right: 55px;
    background: #FFFFFF;
    font-size: 1.22222em;
    line-height: 1.2;
    font-weight: 700;
    color: #005487;
    cursor: pointer;
    position: relative; }
    @media only screen and (max-width: 760px) {
      .accordion .accordion-title {
        padding: 10px 25px;
        padding-right: 45px; } }
    .accordion .accordion-title .accordion-trigger {
      position: absolute;
      right: 20px;
      top: 20px;
      width: 25px;
      height: 25px; }
      @media only screen and (max-width: 760px) {
        .accordion .accordion-title .accordion-trigger {
          right: 10px;
          top: 10px; } }
    .accordion .accordion-title .accordion-trigger > span {
      display: block;
      width: 100%;
      height: 2px;
      background: #ED806F;
      position: absolute;
      left: 0;
      top: calc(50% - 2px); }
      .accordion .accordion-title .accordion-trigger > span:nth-child(2) {
        transform: rotate(90deg); }
  .accordion.is-active .accordion-trigger > span:nth-child(2) {
    display: none; }
  .accordion .accordion-body {
    border-top: 1px solid #005487;
    background-color: #FFFFFF;
    padding: 35px 45px;
    display: none; }
    @media only screen and (max-width: 760px) {
      .accordion .accordion-body {
        padding: 15px 25px; } }

/* /////////////////////////////////////////// breadcrumb ///////////////////////////////////////////////// */
.breadcrumb-wrapper.mobile {
  display: none;
  background: #005487; }

.breadcrumb-wrapper.desktop {
  display: block; }

@media only screen and (max-width: 960px) {
  .breadcrumb-wrapper.mobile {
    display: block; }
  .breadcrumb-wrapper.desktop {
    display: none; } }

.breadcrumb-wrapper.mobile .breadcrumb {
  padding: 10px 0;
  font-size: 10px;
  text-align: left; }

.breadcrumb-wrapper.desktop .breadcrumb {
  margin: 20px 0;
  font-size: 0.77778em;
  text-align: right; }

.breadcrumb-wrapper.desktop .breadcrumb-item > a,
.breadcrumb-wrapper.desktop .breadcrumb-item > span,
.breadcrumb-wrapper.desktop .breadcrumb-item::before {
  color: #1A1A1A; }

.breadcrumb-wrapper.mobile .breadcrumb-item > a,
.breadcrumb-wrapper.mobile .breadcrumb-item > span,
.breadcrumb-wrapper.mobile .breadcrumb-item::before {
  color: #FFFFFF; }

.breadcrumb .breadcrumb-item {
  display: inline-block; }
  .breadcrumb .breadcrumb-item::before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin: 0 10px; }
  .breadcrumb .breadcrumb-item:nth-child(1)::before {
    display: none; }
  .breadcrumb .breadcrumb-item:last-child > a,
  .breadcrumb .breadcrumb-item:last-child > span {
    color: #ED806F;
    font-weight: 700; }

/* /////////////////////////////////////////// Video Lightbox ///////////////////////////////////////////////// */
.content_lightbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8; }

.content_lightbox_wrapper.homepage_banner .content_lightbox_content {
  overflow: visible; }

.content_lightbox_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  /* padding: 20px; */
  display: flex;
  align-items: center;
  justify-content: center; }
  .content_lightbox_inner .content_lightbox_close {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2; }
    @media only screen and (max-width: 960px) {
      .content_lightbox_inner .content_lightbox_close {
        width: 20px;
        height: 20px; } }
  .content_lightbox_inner .content_lightbox_content {
    max-width: 1080px;
    max-height: 80%;
    /* min-height: 300px; */
    width: 100%;
    margin: 40px;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 40px;
    overflow: auto;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .content_lightbox_inner .content_lightbox_content {
        padding: 40px 15px;
        margin: 20px; } }
    .content_lightbox_inner .content_lightbox_content.no_bg {
      background-color: transparent;
      padding: 0; }
      .content_lightbox_inner .content_lightbox_content.no_bg .content_lightbox_close {
        right: 0;
        top: 0; }
    .content_lightbox_inner .content_lightbox_content .video_container, .content_lightbox_inner .content_lightbox_content .text_container {
      padding-top: 40px; }
      .content_lightbox_inner .content_lightbox_content .video_container .desc, .content_lightbox_inner .content_lightbox_content .text_container .desc {
        padding: 0 20px;
        background-color: #FFF; }
    .content_lightbox_inner .content_lightbox_content video {
      width: 100%; }

.content_lightbox_wrapper .content_lightbox_inner,
.content_lightbox_wrapper .content_lightbox_overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s opacity; }

.content_lightbox_wrapper.active .content_lightbox_inner {
  opacity: 1;
  visibility: visible; }

.content_lightbox_wrapper.active .content_lightbox_overlay {
  opacity: 0.8;
  visibility: visible; }

/* /////////////////////////////////////////// Icon ///////////////////////////////////////////////// */
.icon_cross {
  position: relative;
  width: 100%;
  padding-top: 100%; }
  .icon_cross::before, .icon_cross::after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #000000;
    display: block;
    top: calc(50% - 2px); }
  .icon_cross.pink::before, .icon_cross.pink::after {
    background-color: #ED806F; }
  .icon_cross.white::before, .icon_cross.white::after {
    background-color: #FFFFFF; }
  .icon_cross::before {
    transform: rotate(45deg); }
  .icon_cross::after {
    transform: rotate(-45deg); }

.icon_plus {
  position: relative;
  width: 100%;
  padding-top: 100%; }
  .icon_plus::before, .icon_plus::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: calc(50% - 2px); }
  .icon_plus.pink::before, .icon_plus.pink::after {
    background-color: #ED806F; }
  .icon_plus.white::before, .icon_plus.white::after {
    background-color: #FFFFFF; }
  .icon_plus::after {
    transform: rotate(90deg); }

.icon_player {
  position: relative; }
  .icon_player::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images_fn/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 64px;
    height: 48px; }

.icon_video {
  position: relative; }
  .icon_video::after {
    content: '';
    display: block;
    background-image: url(../images_fn/play_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    padding-top: 15%;
    position: absolute;
    top: 5%;
    right: 5%; }

.icon_video_white {
  position: relative;
  display: inline-block; }
  .icon_video_white::after {
    content: '';
    display: block;
    background-image: url(../images_fn/play_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15%;
    padding-top: 15%;
    position: absolute;
    bottom: 5%;
    right: 5%; }

.icon_flag {
  width: 180px;
  color: #FFFFFF;
  font-size: 1.16667em;
  padding: 3px 20px;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  z-index: 1; }
  .icon_flag::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1; }
  .icon_flag.color-blue::after {
    background-image: url(../images_fn/flag_blue.svg); }
  .icon_flag.color-pink::after {
    background-image: url(../images_fn/flag_pink.svg); }
  .icon_flag.color-brown::after {
    background-image: url(../images_fn/flag_brown.svg); }
  .icon_flag.has-effect::after {
    opacity: 0.5; }
  .icon_flag.has-effect.active::after, .icon_flag.has-effect:hover::after {
    opacity: 1; }
  .icon_flag.small {
    font-size: 0.83333em;
    width: 130px;
    padding: 3px 10px; }
    @media only screen and (max-width: 760px) {
      .icon_flag.small {
        width: 100px; } }

/* /////////////////////////////////////////// Embed ///////////////////////////////////////////////// */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/* /////////////////////////////////////////// Column ///////////////////////////////////////////////// */
.layout_row {
  display: flex;
  flex-flow: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

.layout_col {
  width: 100%; }

/* /////////////////////////////////////////// Form ///////////////////////////////////////////////// */
.form-group-margin {
  margin-bottom: 40px; }

.form-section-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #000000; }
  @media only screen and (max-width: 760px) {
    .form-section-title {
      font-size: 14px; } }

.form-mandatory {
  text-align: right;
  color: #ED806F;
  font-size: 0.888em; }

.form-row {
  margin: 0 0 30px;
  display: flex;
  flex-flow: wrap;
  position: relative; }
  .form-row.horizontal .form-row-field {
    width: calc(100% - 160px); }
    @media only screen and (max-width: 760px) {
      .form-row.horizontal .form-row-field {
        width: calc(100% - 110px); } }
    .form-row.horizontal .form-row-field .form-row-field fieldset {
      margin: 0 -12px; }
    .form-row.horizontal .form-row-field label {
      margin: 5px 12px 0; }
  .form-row.horizontal .form-row-title {
    width: 160px;
    margin-top: 0.4em; }
    @media only screen and (max-width: 760px) {
      .form-row.horizontal .form-row-title {
        width: 110px; } }
  .form-row.color-black .form-row-title {
    color: #1A1A1A; }
  .form-row.color-black .form-row-field label {
    color: #1A1A1A; }

.form-row-col2 {
  width: 50%; }
  .form-row-col2:nth-child(1) {
    padding-right: 7px; }
  .form-row-col2:nth-child(2) {
    padding-left: 7px; }

.form-row-title {
  font-weight: 600;
  color: #005180;
  margin-bottom: 5px;
  width: 100%; }
  .form-row-title.mandatory::after {
    content: '*';
    color: #FF8672; }

.form-row-address {
  font-size: 0.66667em;
  text-align: left;
  margin-top: 5px;
  width: 100%; }
  @media only screen and (min-width: 961px) {
    .form-row-address {
      font-size: 0.88889em;
      margin-top: 10px; } }

.form-row-remind {
  font-size: 0.66667em;
  text-align: left;
  margin-bottom: 5px;
  width: 100%; }
  @media only screen and (min-width: 961px) {
    .form-row-remind {
      font-size: 0.88889em;
      position: absolute;
      right: 0;
      top: 0;
      width: auto; } }

.form-row-remind[data-car-owner] {
  display: inline-block;
  position: static;
  color: #1A1A1A;
  font-weight: 400; }

.form-info-title {
  width: 100%;
  font-size: 1.333em;
  font-weight: 600;
  margin-bottom: 20px; }

.form-info-value {
  margin-bottom: 10px; }

.form-input-prefix {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #8AA5C1;
  padding: 0 20px;
  color: #1A1A1A;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .form-input-prefix input {
    background-color: transparent;
    border: 0;
    padding-right: 0;
    padding-left: 0;
    line-height: 1; }
  .form-input-prefix span {
    white-space: nowrap; }

.form-row-field {
  display: flex;
  flex-flow: wrap;
  width: 100%; }
  .form-row-field.take-padding {
    padding-right: 50px; }
  .form-row-field.take {
    position: relative; }
    .form-row-field.take.take-show::after {
      content: '';
      display: block;
      width: 25px;
      height: 10px;
      border-color: #FF8672;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      border-left-style: solid;
      border-left-width: 2px;
      transform: rotate(-45deg);
      position: absolute;
      right: 15px;
      top: calc(50% - 10px); }
  .form-row-field fieldset {
    margin: 0 -30px; }
    @media only screen and (max-width: 760px) {
      .form-row-field fieldset {
        margin: 0 -15px; } }
  .form-row-field label {
    color: #005180;
    margin: 5px 30px 0;
    font-size: 1.111em;
    font-weight: 600;
    display: inline-block; }
    @media only screen and (max-width: 760px) {
      .form-row-field label {
        margin: 5px 15px 0; } }

.form-row-field-preview {
  margin-top: 10px;
  width: 100%; }

.form-row-field-2col {
  width: 50%;
  padding-right: 7px; }
  .form-row-field-2col + .form-row-field-2col {
    padding-left: 7px;
    padding-right: 0; }

.form-row-field-3col {
  width: calc(33.333333% - 9.333333px); }
  .form-row-field-3col + .form-row-field-3col {
    margin-left: 14px; }

.form-row-field-muti {
  width: 100%;
  display: flex; }
  .form-row-field-muti:nth-child(1n+2) {
    margin-top: 30px; }
    @media only screen and (max-width: 760px) {
      .form-row-field-muti:nth-child(1n+2) {
        margin-top: 15px; } }

.form-row-field-date {
  width: 100%;
  display: flex; }
  .form-row-field-date span {
    display: inline-block;
    width: 33.333%;
    max-width: 180px; }
    .form-row-field-date span:nth-child(3) {
      padding-left: 10px; }
      @media only screen and (max-width: 760px) {
        .form-row-field-date span:nth-child(3) {
          padding-left: 7px; } }
    .form-row-field-date span:nth-child(2) {
      padding: 0 10px; }
      @media only screen and (max-width: 760px) {
        .form-row-field-date span:nth-child(2) {
          padding: 0 7px; } }
    .form-row-field-date span:nth-child(1) {
      padding-right: 10px; }
      @media only screen and (max-width: 760px) {
        .form-row-field-date span:nth-child(1) {
          padding-right: 7px; } }

.form-row-field-checkbox {
  display: flex;
  width: 100%;
  margin: 10px 0;
  align-items: flex-start; }
  .form-row-field-checkbox div:nth-child(1) {
    width: 24px; }
    @media only screen and (max-width: 760px) {
      .form-row-field-checkbox div:nth-child(1) {
        width: 15px; } }
  .form-row-field-checkbox div:nth-child(2) {
    width: calc(100% - 24px);
    padding-left: 20px;
    margin-top: 5px; }
    @media only screen and (max-width: 760px) {
      .form-row-field-checkbox div:nth-child(2) {
        width: calc(100% - 15px);
        padding-left: 10px; } }

div.error, .form-error {
  width: 100%;
  font-size: 0.8em;
  color: red;
  margin-top: 4px; }

.form-remind {
  margin: 50px 0; }

.form-nav {
  display: flex;
  padding-top: 50px;
  justify-content: flex-end; }
  @media only screen and (max-width: 760px) {
    .form-nav {
      flex-flow: column-reverse;
      justify-content: center; } }
  .form-nav .form-nav-left {
    width: 50%;
    padding-right: 7px; }
    @media only screen and (max-width: 760px) {
      .form-nav .form-nav-left {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 20px; } }
  .form-nav .form-nav-right {
    width: 50%;
    padding-left: 7px;
    text-align: right; }
    @media only screen and (max-width: 760px) {
      .form-nav .form-nav-right {
        width: 100%;
        padding: 0;
        text-align: center; } }

.form-conform {
  margin: 50px 0; }

.form-row-multiple-wrapper {
  width: 100%; }
  .form-row-multiple-wrapper.short {
    max-width: 500px; }
  .form-row-multiple-wrapper .form-row-multiple-item {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    position: relative;
    width: 100%; }
    .form-row-multiple-wrapper .form-row-multiple-item .form-row-multiple-item-field {
      width: 100%;
      margin-top: 15px; }
    .form-row-multiple-wrapper .form-row-multiple-item .form-row-multiple-item-action {
      text-align: right;
      width: 100%; }
    .form-row-multiple-wrapper .form-row-multiple-item.btn_right {
      align-items: center; }
      .form-row-multiple-wrapper .form-row-multiple-item.btn_right .form-row-multiple-item-action {
        width: 20px; }
      .form-row-multiple-wrapper .form-row-multiple-item.btn_right .form-row-multiple-item-field {
        width: calc(100% - 20px);
        margin-top: 0;
        padding-right: 15px; }
  .form-row-multiple-wrapper.line .form-row-multiple-item:nth-child(1n+2) {
    border-top: 1px solid #CCC;
    padding-top: 20px; }

.form-row-field-file {
  display: flex;
  align-items: center;
  width: 100%; }
  .form-row-field-file input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .form-row-field-file > div:nth-child(1) {
    flex-grow: 1; }
  .form-row-field-file > div:nth-child(2) {
    width: 160px;
    padding-left: 10px; }
    @media only screen and (max-width: 520px) {
      .form-row-field-file > div:nth-child(2) {
        width: 95px; } }
    .form-row-field-file > div:nth-child(2) .btn {
      width: 100%;
      min-width: auto; }
  .form-row-field-file > div:nth-child(3) {
    width: 40px;
    padding-left: 10px; }

/* /////////////////////////////////////////// Alert ///////////////////////////////////////////////// */
.alert {
  position: relative;
  padding: 1rem 0;
  border: 2px solid transparent;
  border-radius: .25rem;
  font-weight: 600; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }

#alert_box {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 80%;
  width: 400px;
  text-align: center;
  transform: translate(-50%, 0);
  background-color: #FFE7E0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
  font-weight: 700;
  z-index: 20;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s opacity cubic-bezier(0.215, 0.61, 0.355, 1), 0.5s visibility cubic-bezier(0.215, 0.61, 0.355, 1), 0.5s top cubic-bezier(0.215, 0.61, 0.355, 1); }

#alert_box.active {
  top: 160px;
  opacity: 1;
  visibility: visible; }

/* /////////////////////////////////////////// Other ///////////////////////////////////////////////// */
.loader {
  border: 8px solid #FFEDE8;
  border-top: 8px solid #FF8672;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading_container {
  display: none; }

.loading_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.loading_overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: -1; }

:root {
  --swiper-pagination-color: #FF8672;
  --swiper-navigation-size: 64px; }
  @media only screen and (max-width: 1500px) {
    :root {
      --swiper-navigation-size: 48px; } }

.swiper-button-next, .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.swiper-button-prev {
  background-image: url(../images_fn/arrow_left_pink.svg); }

.swiper-button-next {
  background-image: url(../images_fn/arrow_right_pink.svg); }

.swiper-button-prev.white {
  background-image: url(../images_fn/arrow_left_white.svg); }

.swiper-button-next.white {
  background-image: url(../images_fn/arrow_right_white.svg); }

.swiper-button-prev.blue {
  background-image: url(../images_fn/arrow_left_blue.svg); }

.swiper-button-next.blue {
  background-image: url(../images_fn/arrow_right_blue.svg); }

.swiper-slide {
  height: auto; }

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 5px;
  opacity: 1;
  border: 2px solid var(--swiper-pagination-color);
  background: var(--swiper-pagination-color); }

.swiper-pagination-bullet-active {
  background: transparent; }

@media only screen and (max-width: 760px) {
  .swiper-container-coverflow.has_covereffect {
    overflow: visible; }
    .swiper-container-coverflow.has_covereffect .swiper-slide.coverflow-filter::after,
    .swiper-container-coverflow.has_covereffect .swiper-slide .coverflow-filter::after {
      content: '';
      display: block;
      background: #000000;
      opacity: 0.6;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: visible;
      transition: 0.4s opacity ease, 0.4s visibility ease; }
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active.coverflow-filter::after,
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active .coverflow-filter::after {
      opacity: 0;
      visibility: hidden; }
    .swiper-container-coverflow.has_covereffect .swiper-slide.coverflow-none,
    .swiper-container-coverflow.has_covereffect .swiper-slide .coverflow-none {
      opacity: 0;
      visibility: hidden;
      transition: 0.4s opacity ease, 0.4s visibility ease; }
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active.coverflow-none,
    .swiper-container-coverflow.has_covereffect .swiper-slide.swiper-slide-active .coverflow-none {
      opacity: 1;
      visibility: visible; } }

.noUi-target {
  border: 0px;
  background: #005180; }
  .noUi-target .noUi-connect {
    background: #CCCCCC; }
  .noUi-target .noUi-touch-area {
    cursor: grab !important; }
  .noUi-target.noUi-state-drag * {
    cursor: grabbing !important; }
  .noUi-target .noUi-handle {
    background-image: url(../images_fn/range_button.svg);
    width: 26px;
    height: 41px;
    right: -13px;
    top: -20px;
    background-color: transparent;
    box-shadow: none;
    border: 0; }
    .noUi-target .noUi-handle:after, .noUi-target .noUi-handle:before {
      display: none; }

.noUi-horizontal {
  height: 3px;
  margin: 19px 0; }

.pswp__bg {
  background: rgba(0, 0, 0, 0.8); }

.pswp__item .pswp__item-vdo_center {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: calc(100% - 80px);
  max-height: calc(100% - 80px); }

.profile_table-block[data-id="edollar"] .header-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center; }
  .profile_table-block[data-id="edollar"] .header-container > h2 {
    display: inline-block;
    background-color: #005180;
    color: #FFFFFF;
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 1em; }
    .profile_table-block[data-id="edollar"] .header-container > h2 > small {
      font-size: 66.66667%; }

.model-year {
  display: none; }
  .model-year.active {
    display: block; }
  .model-year .flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: baseline;
    justify-content: stretch; }
    .model-year .flex .model-year-placeholder {
      flex: 1 0 auto; }

/*# sourceMappingURL=common.css.map */
