@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

sub {
  font-size: 0.6em;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

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

@font-face {
  font-family: "pcast_italic";
  src: url("../fonts/Pcast-BoldItalic.eot");
  src: url("../fonts/Pcast-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Pcast-BoldItalic.woff2") format("woff2"), url("../fonts/Pcast-BoldItalic.woff") format("woff"), url("../fonts/Pcast-BoldItalic.ttf") format("truetype"), url("../fonts/Pcast-BoldItalic.svg#svgFontName") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "pcast";
  src: url("../fonts/Pcast-Regular.eot");
  src: url("../fonts/Pcast-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pcast-Regular.woff2") format("woff2"), url("../fonts/Pcast-Regular.woff") format("woff"), url("../fonts/Pcast-Regular.ttf") format("truetype"), url("../fonts/Pcast-Regular.svg#Pcast-Regular") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "pcast";
  src: url("../fonts/Pcast-Bold.eot");
  src: url("../fonts/Pcast-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Pcast-Bold.woff2") format("woff2"), url("../fonts/Pcast-Bold.woff") format("woff"), url("../fonts/Pcast-Bold.ttf") format("truetype"), url("../fonts/Pcast-Bold.svg#Pcast-Bold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qxnx7b");
  src: url("../fonts/icomoon.eot?qxnx7b#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qxnx7b") format("truetype"), url("../fonts/icomoon.woff?qxnx7b") format("woff"), url("../fonts/icomoon.svg?qxnx7b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e909";
}

.icon-alert:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-copy:before {
  content: "\e906";
}

.icon-cross:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-nav:before {
  content: "\e90a";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-send:before {
  content: "\e90c";
}

.icon-share:before {
  content: "\e90d";
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-moz-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-ms-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-o-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-moz-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-ms-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-o-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.92, 0.92) translate(0, 30px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
html,
body {
  font-family: "Noto Sans Thai", serif;
  line-height: 1.5;
  font-size: 16px;
  color: white;
  background: #000000;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

a {
  color: unset;
}

picture {
  display: block;
}

main.open {
  position: relative;
}
main.open::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.no_overflow {
  overflow: hidden;
}

.font_pcast {
  font-family: "pcast";
  font-weight: bold;
}

.font_pcast_italic {
  display: block;
  font-family: "pcast_italic";
}

.font_pcast_regular {
  font-family: "pcast";
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 32px;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3 {
    font-size: 29.68px;
    line-height: 33.39px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 38.08px;
    line-height: 42.84px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 54.32px;
    line-height: 61.11px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 56px;
    line-height: 63px;
  }
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 11.66px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 14.96px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 21.34px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 22px;
  }
}

strong {
  font-weight: 600;
}

img {
  width: 100%;
  height: 100%;
}

.font_50 {
  font-size: 3.125rem;
}

.font_36 {
  font-size: 2.25rem;
}

.font_32 {
  font-size: 2rem;
}

.font_28 {
  font-size: 1.75rem;
}

.font_24 {
  font-size: 1.5rem;
}

.font_20 {
  font-size: 1.25rem;
}

.font_18 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .font_18 {
    font-size: 11.66px;
  }
}
@media (min-width: 992px) {
  .font_18 {
    font-size: 14.96px;
  }
}
@media (min-width: 1200px) {
  .font_18 {
    font-size: 21.34px;
  }
}
@media (min-width: 1400px) {
  .font_18 {
    font-size: 22px;
  }
}

.font_16 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .font_16 {
    font-size: 10.6px;
  }
}
@media (min-width: 992px) {
  .font_16 {
    font-size: 13.6px;
  }
}
@media (min-width: 1200px) {
  .font_16 {
    font-size: 19.4px;
  }
}
@media (min-width: 1400px) {
  .font_16 {
    font-size: 20px;
  }
}

.font_14 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .font_14 {
    font-size: 8.48px;
  }
}
@media (min-width: 992px) {
  .font_14 {
    font-size: 10.88px;
  }
}
@media (min-width: 1200px) {
  .font_14 {
    font-size: 15.52px;
  }
}
@media (min-width: 1400px) {
  .font_14 {
    font-size: 16px;
  }
}

.font_10 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .font_10 {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .font_10 {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .font_10 {
    font-size: 13.58px;
  }
}
@media (min-width: 1400px) {
  .font_10 {
    font-size: 14px;
  }
}

.font_32 {
  font-size: 32px;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .font_32 {
    font-size: 29.68px;
    line-height: 33.39px;
  }
}
@media (min-width: 992px) {
  .font_32 {
    font-size: 38.08px;
    line-height: 42.84px;
  }
}
@media (min-width: 1200px) {
  .font_32 {
    font-size: 54.32px;
    line-height: 61.11px;
  }
}
@media (min-width: 1400px) {
  .font_32 {
    font-size: 56px;
    line-height: 63px;
  }
}

.font_w_b {
  font-weight: bold;
}

.show_dt {
  display: none !important;
}
@media (min-width: 768px) {
  .show_dt {
    display: block !important;
  }
}

.show_mb {
  display: block !important;
}
@media (min-width: 768px) {
  .show_mb {
    display: none !important;
  }
}

.font_title_mobile {
  font-size: 8.2051282051vw;
  line-height: 10.2564102564vw;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .font_title_mobile {
    font-size: 29.68px;
    line-height: 33.39px;
  }
}
@media (min-width: 992px) {
  .font_title_mobile {
    font-size: 38.08px;
    line-height: 42.84px;
  }
}
@media (min-width: 1200px) {
  .font_title_mobile {
    font-size: 54.32px;
    line-height: 61.11px;
  }
}
@media (min-width: 1400px) {
  .font_title_mobile {
    font-size: 56px;
    line-height: 63px;
  }
}

.font_details_mobile {
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .font_details_mobile {
    font-size: 11.66px;
  }
}
@media (min-width: 992px) {
  .font_details_mobile {
    font-size: 14.96px;
  }
}
@media (min-width: 1200px) {
  .font_details_mobile {
    font-size: 21.34px;
  }
}
@media (min-width: 1400px) {
  .font_details_mobile {
    font-size: 22px;
  }
}

.footer {
  z-index: 1;
  position: relative;
}
.footer .wraper_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #ffffff;
  border-top: 1px solid #e55322;
  background-color: #000000;
  padding: 20px 12px;
}
@media (min-width: 768px) {
  .footer .wraper_footer {
    padding: 16.96px 15.9px;
  }
}
@media (min-width: 992px) {
  .footer .wraper_footer {
    padding: 21.76px 20.4px;
  }
}
@media (min-width: 1200px) {
  .footer .wraper_footer {
    padding: 31.04px 29.1px;
  }
}
@media (min-width: 1400px) {
  .footer .wraper_footer {
    padding: 32px 30px;
  }
}
.footer .wraper_footer .policy {
  position: relative;
  font-size: 9px;
  padding: 0 32px;
}
@media (min-width: 375px) {
  .footer .wraper_footer .policy {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer .wraper_footer .policy {
    font-size: 8.48px;
    padding: 0 29.68px;
  }
}
@media (min-width: 992px) {
  .footer .wraper_footer .policy {
    font-size: 10.88px;
    padding: 0 38.08px;
  }
}
@media (min-width: 1200px) {
  .footer .wraper_footer .policy {
    font-size: 15.52px;
    padding: 0 54.32px;
  }
}
@media (min-width: 1400px) {
  .footer .wraper_footer .policy {
    font-size: 16px;
    padding: 0 56px;
  }
}
.footer .wraper_footer .policy::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #e55322;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .wraper_footer .policy::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #e55322;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer .wraper_footer .copy_right {
  font-size: 8px;
}
@media (min-width: 375px) {
  .footer .wraper_footer .copy_right {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .footer .wraper_footer .copy_right {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .footer .wraper_footer .copy_right {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .footer .wraper_footer .copy_right {
    font-size: 13.58px;
  }
}
@media (min-width: 1400px) {
  .footer .wraper_footer .copy_right {
    font-size: 14px;
  }
}
.footer .wraper_footer .copy_right span {
  color: #797979;
}

a,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
a.btn_white,
button.btn_white {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 8px;
  width: 100%;
  color: #000000;
  background-color: #ffffff;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.btn_white,
  button.btn_white {
    padding: 9.01px 0;
    column-gap: 4.24px;
  }
}
@media (min-width: 992px) {
  a.btn_white,
  button.btn_white {
    padding: 11.56px 0;
    column-gap: 5.44px;
  }
}
@media (min-width: 1200px) {
  a.btn_white,
  button.btn_white {
    padding: 17px 0;
    column-gap: 8px;
  }
}
a.btn_white:disabled,
button.btn_white:disabled {
  color: #ffffff;
  background-color: #d3d3d3;
}
a.btn_white:disabled:hover::before,
button.btn_white:disabled:hover::before {
  width: 0;
}
a.btn_white:disabled:active,
button.btn_white:disabled:active {
  color: #ffffff;
}
a.btn_white:hover,
button.btn_white:hover {
  color: #ffffff;
}
a.btn_white:hover::before,
button.btn_white:hover::before {
  width: 101%;
}
a.btn_white::before,
button.btn_white::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: -1px;
  top: 0;
  z-index: 0;
  background-color: #e55322;
  transform: skew(12deg);
  transition: all 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
}
a.btn_white:active,
button.btn_white:active {
  color: #000000;
}
a.btn_white:active::before,
button.btn_white:active::before {
  background-color: #ffffff;
}
a.btn_white .icon-arrow-right,
button.btn_white .icon-arrow-right {
  font-size: 20px;
}
@media (min-width: 768px) {
  a.btn_white .icon-arrow-right,
  button.btn_white .icon-arrow-right {
    font-size: 12.72px;
  }
}
@media (min-width: 992px) {
  a.btn_white .icon-arrow-right,
  button.btn_white .icon-arrow-right {
    font-size: 16.32px;
  }
}
@media (min-width: 1200px) {
  a.btn_white .icon-arrow-right,
  button.btn_white .icon-arrow-right {
    font-size: 23.28px;
  }
}
@media (min-width: 1400px) {
  a.btn_white .icon-arrow-right,
  button.btn_white .icon-arrow-right {
    font-size: 24px;
  }
}
a.btn_white span,
button.btn_white span {
  position: relative;
  z-index: 1;
}

.wraper_main {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.thumnail_banner {
  position: relative;
  z-index: 1;
}
.thumnail_banner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 176.9230769231%;
}
.thumnail_banner > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .thumnail_banner {
    position: relative;
  }
  .thumnail_banner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.4444444444%;
  }
  .thumnail_banner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.thumnail_banner img {
  object-fit: cover;
}

.thumnail_party {
  position: relative;
  z-index: 1;
}
.thumnail_party:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 205.1282051282%;
}
.thumnail_party > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .thumnail_party {
    position: relative;
  }
  .thumnail_party:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.5555555556%;
  }
  .thumnail_party > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.thumnail_party img {
  object-fit: cover;
}

.text_gradient {
  text-transform: uppercase;
  background: linear-gradient(to right, #a9a8ad, #f2f3f3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .text_gradient {
    font-size: 42px;
    line-height: 3.5rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .text_gradient {
    font-size: 72px;
    line-height: 5.5rem;
  }
}

.section_tag {
  position: relative;
  z-index: 1;
  margin-top: -21.5%;
}
@media (min-width: 768px) {
  .section_tag {
    margin-top: -21.5%;
  }
}
.section_tag .thumnail_tag {
  position: relative;
}
.section_tag .thumnail_tag:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.7948717949%;
}
.section_tag .thumnail_tag > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_tag .thumnail_tag {
    position: relative;
  }
  .section_tag .thumnail_tag:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.125%;
  }
  .section_tag .thumnail_tag > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_tag .thumnail_tag h1 {
  font-size: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.section_tag .thumnail_tag img {
  object-fit: cover;
}

.section_product {
  padding-top: 45px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .section_product {
    margin-bottom: 95px;
  }
}
.section_product::before {
  content: "";
  position: absolute;
  background: url("../images/main/bg_product_mb.webp") no-repeat center center;
  background-size: contain;
  left: 0;
  top: 10px;
  width: 283px;
  height: 484px;
  z-index: 0;
}
@media (min-width: 768px) {
  .section_product::before {
    background: url("../images/main/bg_product.webp") no-repeat center center;
    background-size: contain;
    width: 349.8px;
    height: 477px;
    top: -62px;
  }
}
@media (min-width: 992px) {
  .section_product::before {
    width: 448.8px;
    height: 612px;
  }
}
@media (min-width: 1400px) {
  .section_product::before {
    width: 660px;
    height: 900px;
    top: -192px;
  }
}
.section_product .wraper_product .list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .section_product .wraper_product .list_box {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section_product .wraper_product .list_box .box_product_text {
  position: relative;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .section_product .wraper_product .list_box .box_product_text {
    flex: 0 0 208px;
  }
}
.section_product .wraper_product .list_box .box_product_image {
  width: 100%;
}
@media (min-width: 1200px) {
  .section_product .wraper_product .list_box .box_product_image {
    padding-left: 84px;
    padding-right: 134px;
  }
}
@media (min-width: 1400px) {
  .section_product .wraper_product .list_box .box_product_image {
    padding-left: 218px;
    padding-right: 0px;
  }
}
.section_product .wraper_product .list_box .box_product_image .box_product {
  flex: 0 0 50%;
}
.section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product {
  position: relative;
  margin: 0 auto;
  position: relative;
}
.section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 101.5384615385%;
}
.section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product {
    position: relative;
  }
  .section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 82.774049217%;
  }
  .section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_product .wraper_product .list_box .box_product_image .box_product .wraper_quantity .thunbnail_product img {
  z-index: 1;
}

.section_product_detail {
  position: relative;
}
@media (min-width: 1200px) {
  .section_product_detail {
    margin-bottom: 57px;
  }
}
.section_product_detail .list_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.section_product_detail .list_detail .box_text {
  position: relative;
  z-index: 1;
  padding: 48px 0 68px;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail .box_text {
    flex: 0 0 168px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .list_detail .box_text {
    flex: 0 0 208px;
  }
}
.section_product_detail .list_detail .box_image {
  width: 100%;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail .box_image {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .list_detail .box_image {
    padding: 0 72px;
  }
}
.section_product_detail .list_detail .box_image .thunbnail_product_detail {
  position: relative;
  z-index: 1;
}
.section_product_detail .list_detail .box_image .thunbnail_product_detail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 122.3333333333%;
}
.section_product_detail .list_detail .box_image .thunbnail_product_detail > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_product_detail .list_detail .box_image .thunbnail_product_detail img {
  object-fit: contain;
}
.section_product_detail .list_detail .box_detail {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -62px;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail .box_detail {
    margin-top: 0;
  }
}
.section_product_detail .list_detail .box_detail .detail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  transform: rotate(-12deg);
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e55322;
}
.section_product_detail .list_detail .box_detail .detail_list .title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail .box_detail .detail_list .title {
    font-size: 14.84px;
  }
}
@media (min-width: 992px) {
  .section_product_detail .list_detail .box_detail .detail_list .title {
    font-size: 19.04px;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .list_detail .box_detail .detail_list .title {
    font-size: 28px;
  }
}
.section_product_detail .list_detail .box_detail .detail_list .detail {
  font-size: 24px;
}
@media (min-width: 768px) {
  .section_product_detail .list_detail .box_detail .detail_list .detail {
    font-size: 16.96px;
  }
}
@media (min-width: 992px) {
  .section_product_detail .list_detail .box_detail .detail_list .detail {
    font-size: 21.76px;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .list_detail .box_detail .detail_list .detail {
    font-size: 32px;
  }
}
.section_product_detail .element_right {
  position: absolute;
  width: 300px;
  height: 559px;
  background: url("../images/main/element_right_mb.webp") no-repeat center center;
  background-size: contain;
  right: 0;
  top: -40px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .section_product_detail .element_right {
    width: 169.6px;
    height: 318px;
    background: url("../images/main/element_right.webp") no-repeat center center;
    background-size: contain;
    top: -100px;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .element_right {
    width: 320px;
    height: 600px;
    top: -220px;
  }
}
.section_product_detail .element_left {
  position: absolute;
  width: 300px;
  height: 550px;
  background: url("../images/main/element_left_mb.webp") no-repeat center center;
  background-size: contain;
  left: 0;
  bottom: -80px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  .section_product_detail .element_left {
    width: 148.4px;
    height: 310.05px;
    background: url("../images/main/element_left.webp") no-repeat center center;
    background-size: contain;
    left: -10px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .section_product_detail .element_left {
    bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .section_product_detail .element_left {
    width: 280px;
    height: 585px;
    bottom: 0;
  }
}

.section_barrels {
  position: relative;
}
.section_barrels .list_barrels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section_barrels .list_barrels {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section_barrels .list_barrels .barrels_text {
    flex: 0 0 233.2px;
  }
}
@media (min-width: 992px) {
  .section_barrels .list_barrels .barrels_text {
    flex: 0 0 299.2px;
  }
}
@media (min-width: 1200px) {
  .section_barrels .list_barrels .barrels_text {
    flex: 0 0 426.8px;
  }
}
@media (min-width: 1400px) {
  .section_barrels .list_barrels .barrels_text {
    flex: 0 0 440px;
  }
}
.section_barrels .list_barrels .barrels_text .barrels_title {
  font-family: "pcast_italic";
  padding: 48px 0 38px;
  color: #e55322;
}
@media (min-width: 768px) {
  .section_barrels .list_barrels .barrels_text .barrels_title {
    padding: 0 0 20.14px;
  }
}
@media (min-width: 992px) {
  .section_barrels .list_barrels .barrels_text .barrels_title {
    padding: 0 0 25.84px;
  }
}
@media (min-width: 1200px) {
  .section_barrels .list_barrels .barrels_text .barrels_title {
    padding: 0 0 38px;
  }
}
.section_barrels .list_barrels .barrels_text .barrels_detail {
  margin-bottom: 18px;
  color: #ffffff;
}
.section_barrels .list_barrels .barrels_image {
  width: 100%;
}
@media (min-width: 768px) {
  .section_barrels .list_barrels .barrels_image {
    padding-left: 153.7px;
    padding-right: 72.61px;
  }
}
@media (min-width: 992px) {
  .section_barrels .list_barrels .barrels_image {
    padding-left: 197.2px;
    padding-right: 93.16px;
  }
}
@media (min-width: 1200px) {
  .section_barrels .list_barrels .barrels_image {
    padding-left: 251px;
    padding-right: 102px;
  }
}
@media (min-width: 1400px) {
  .section_barrels .list_barrels .barrels_image {
    padding-left: 290px;
    padding-right: 137px;
  }
}
.section_barrels .list_barrels .barrels_image .thunbnail_barrels {
  position: relative;
}
.section_barrels .list_barrels .barrels_image .thunbnail_barrels:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 181.351981352%;
}
.section_barrels .list_barrels .barrels_image .thunbnail_barrels > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_barrels .list_barrels .barrels_image .thunbnail_barrels img {
  object-fit: contain;
}
.section_barrels .element_bottom {
  text-indent: -9999px;
  height: 0;
}
@media (min-width: 768px) {
  .section_barrels .element_bottom {
    position: absolute;
    width: 341.85px;
    height: 148.4px;
    background: url("../images/main/element_bottom.webp") no-repeat center center;
    background-size: contain;
    left: -10px;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section_barrels .element_bottom {
    width: 645px;
    height: 280px;
  }
}

.section_ingredients {
  position: relative;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .section_ingredients {
    margin-bottom: 71.55px;
  }
}
@media (min-width: 992px) {
  .section_ingredients {
    margin-bottom: 91.8px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients {
    margin-bottom: 130.95px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients {
    margin-bottom: 135px;
  }
}
.section_ingredients .ingredients_all {
  position: relative;
}
.section_ingredients .ingredients_all .title_ingredients {
  position: absolute;
  z-index: 2;
  top: 46px;
  left: 0;
  color: #e55322;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .title_ingredients {
    width: 213.59px;
    top: 67.84px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .title_ingredients {
    width: 274.04px;
    top: 87.04px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .title_ingredients {
    width: 390.91px;
    top: 124.16px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .title_ingredients {
    width: 403px;
    top: 128px;
  }
}
.section_ingredients .ingredients_all .list_ingredients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
    padding-top: 260.23px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients {
    padding-top: 333.88px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients {
    padding-top: 476.27px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients {
    padding-top: 491px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_text {
  padding-top: 183px;
  padding-right: 100px;
  position: relative;
  z-index: 2;
  flex: 0 0 330px;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_text {
    padding-right: 0;
    padding-top: 0;
    flex: 0 0 208.29px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_text {
    flex: 0 0 267.24px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_text {
    flex: 0 0 381.21px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_text {
    flex: 0 0 393px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_image {
  width: 100%;
  height: 600px;
  margin-top: -190px;
  margin-bottom: -120px;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image {
    margin-top: -259.7px;
    height: 520px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image {
    margin-top: -333.2px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image {
    margin-top: -475.3px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image {
    margin-top: -490px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients {
  width: 770px;
  height: 615px;
  display: block;
  left: -300px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients {
    width: 470.11px;
    height: 424px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients {
    width: 603.16px;
    height: 544px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients {
    width: 860.39px;
    height: 776px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients {
    width: 887px;
    height: 800px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_image .thunbnail_ingredients img {
  object-fit: contain;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items {
    flex: 0 0 233.73px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items {
    flex: 0 0 299.88px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items {
    flex: 0 0 427.77px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items {
    flex: 0 0 441px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items {
    margin-bottom: 9.54px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items {
    margin-bottom: 12.24px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items {
    margin-bottom: 17.46px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items {
    margin-bottom: 18px;
  }
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items:last-child {
  margin-bottom: 0;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items.items1 {
  padding-left: 98px;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items.items2 {
  padding-left: 86px;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items.items3 {
  padding-left: 74px;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items.items4 {
  padding-left: 62px;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items.items5 {
  padding-left: 50px;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items p {
  position: relative;
}
.section_ingredients .ingredients_all .list_ingredients .ingredients_items .items_list .items p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  width: 42px;
  height: 3px;
  background-color: #e55322;
  transform: translateY(-50%);
}
.section_ingredients .element_ingredients {
  position: absolute;
  right: -180px;
  top: 30px;
}
@media (min-width: 768px) {
  .section_ingredients .element_ingredients {
    left: 67%;
    transform: translateX(-67%);
    right: auto;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .section_ingredients .element_ingredients {
    top: 0;
  }
}
.section_ingredients .element_ingredients .thunbnail_element_ingredients {
  display: block;
  width: 510px;
  height: 590px;
}
@media (min-width: 768px) {
  .section_ingredients .element_ingredients .thunbnail_element_ingredients {
    width: 424px;
    height: 283.55px;
  }
}
@media (min-width: 992px) {
  .section_ingredients .element_ingredients .thunbnail_element_ingredients {
    width: 544px;
    height: 363.8px;
  }
}
@media (min-width: 1200px) {
  .section_ingredients .element_ingredients .thunbnail_element_ingredients {
    width: 776px;
    height: 518.95px;
  }
}
@media (min-width: 1400px) {
  .section_ingredients .element_ingredients .thunbnail_element_ingredients {
    width: 800px;
    height: 535px;
  }
}
.section_ingredients .element_ingredients .thunbnail_element_ingredients img {
  object-fit: contain;
}

.section_international .wraper_international {
  position: relative;
}
@media (min-width: 768px) {
  .section_international .wraper_international .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.section_international .wraper_international .container .international_text {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .section_international .wraper_international .container .international_text {
    width: 297.33px;
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .section_international .wraper_international .container .international_text {
    width: 381.48px;
  }
}
@media (min-width: 1200px) {
  .section_international .wraper_international .container .international_text {
    width: 544.17px;
  }
}
@media (min-width: 1400px) {
  .section_international .wraper_international .container .international_text {
    width: 561px;
  }
}
.section_international .wraper_international .container .international_text .text {
  color: #e55322;
  padding-top: 72px;
  padding-bottom: 48px;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .section_international .wraper_international .container .international_text .text {
    padding-top: 38.16px;
    padding-bottom: 25.44px;
  }
}
@media (min-width: 992px) {
  .section_international .wraper_international .container .international_text .text {
    padding-top: 48.96px;
    padding-bottom: 32.64px;
  }
}
@media (min-width: 1200px) {
  .section_international .wraper_international .container .international_text .text {
    padding-top: 69.84px;
    padding-bottom: 46.56px;
  }
}
@media (min-width: 1400px) {
  .section_international .wraper_international .container .international_text .text {
    padding-top: 72px;
    padding-bottom: 48px;
  }
}
.section_international .wraper_international .international_image {
  width: 100%;
  margin-top: -240px;
}
@media (min-width: 576px) {
  .section_international .wraper_international .international_image {
    margin-top: -390px;
  }
}
@media (min-width: 768px) {
  .section_international .wraper_international .international_image {
    margin-top: 0;
  }
}
.section_international .wraper_international .international_image .thunbnail_international {
  position: relative;
}
.section_international .wraper_international .international_image .thunbnail_international:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 205.1282051282%;
}
.section_international .wraper_international .international_image .thunbnail_international > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_international .wraper_international .international_image .thunbnail_international {
    position: relative;
  }
  .section_international .wraper_international .international_image .thunbnail_international:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55.5555555556%;
  }
  .section_international .wraper_international .international_image .thunbnail_international > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_international .wraper_international .international_image .thunbnail_international img {
  object-fit: contain;
}

.section_main_bucket .bg_main_bucket {
  width: 100%;
  background: url("../images/main/bg_main_bucket_mb.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section_main_bucket .bg_main_bucket {
    background: url("../images/main/bg_main_bucket.webp") no-repeat center center;
    background-size: cover;
  }
}
.section_main_bucket .bg_main_bucket .title_main_bucket {
  line-height: 3.5rem;
  padding: 32px 0 30px;
}
@media (min-width: 768px) {
  .section_main_bucket .bg_main_bucket .title_main_bucket {
    padding: 49.29px 0 41.87px;
  }
}
@media (min-width: 992px) {
  .section_main_bucket .bg_main_bucket .title_main_bucket {
    padding: 63.24px 0 53.72px;
  }
}
@media (min-width: 1200px) {
  .section_main_bucket .bg_main_bucket .title_main_bucket {
    padding: 93px 0 79px;
  }
}
.section_main_bucket .main_bucket {
  position: relative;
}
.section_main_bucket .main_bucket .box_btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 371px;
  width: 100%;
  z-index: 1;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .section_main_bucket .main_bucket .box_btn {
    bottom: 29.68px;
    max-width: 212px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section_main_bucket .main_bucket .box_btn {
    bottom: 38.08px;
    max-width: 272px;
  }
}
@media (min-width: 1200px) {
  .section_main_bucket .main_bucket .box_btn {
    bottom: 56px;
    max-width: 400px;
  }
}
.section_main_bucket .main_bucket .thunbnail_main_bucket {
  position: relative;
}
.section_main_bucket .main_bucket .thunbnail_main_bucket:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 160.2564102564%;
}
.section_main_bucket .main_bucket .thunbnail_main_bucket > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_main_bucket .main_bucket .thunbnail_main_bucket img {
  object-fit: cover;
}

.section_main_events .bg_main_events {
  width: 100%;
  background: url("../images/main/bg_main_events_mb.webp") no-repeat center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events {
    background: url("../images/main/bg_main_events.webp") no-repeat center center;
    background-size: cover;
  }
}
.section_main_events .bg_main_events .title_main_events {
  padding: 59px 0 36px;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .title_main_events {
    padding: 39.75px 0 34.45px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .title_main_events {
    padding: 51px 0 44.2px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .title_main_events {
    padding: 72.75px 0 63.05px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .title_main_events {
    padding: 75px 0 65px;
  }
}
.section_main_events .bg_main_events .main_events .swiper_main_events {
  padding-bottom: 120px;
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper_main_events {
    padding-bottom: 108.64px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper_main_events {
    padding-bottom: 200px;
  }
}
@media (min-width: 1650px) {
  .section_main_events .bg_main_events .main_events .swiper_main_events {
    padding-bottom: 116px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide {
  padding: 0 12px;
  height: auto;
}
@media (min-width: 576px) {
  .section_main_events .bg_main_events .main_events .swiper-slide {
    padding: 0;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.7094972067%;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image {
    position: relative;
  }
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.103202847%;
  }
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image::before {
    padding-top: 37.103203%;
  }
}
@media (min-width: 1650px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image::before {
    padding-top: 48%;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image img {
  object-fit: cover;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  padding: 12px 12px 14px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e55322;
  backdrop-filter: blur(4px);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgb(0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text {
    padding: 24px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top {
  position: relative;
  margin-bottom: 13px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 8.48px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 10.88px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 15.52px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 16px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_top .title {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom .icon-arrow-right {
  font-size: 16px;
  font-weight: bold;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
  font-size: 10px;
  color: #6c7173;
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 14px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a {
  text-decoration: none;
  position: relative;
  font-family: "pcast_italic";
  font-size: 12px;
  align-items: center;
  line-height: 0;
}
@media (min-width: 375px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 16px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a .rd {
  padding: 0 8px 0 0;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a:hover::before {
  width: 100%;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.section_main_events .bg_main_events .main_events .swiper-slide .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read i {
  padding-left: 8px;
}
.section_main_events .bg_main_events .main_events .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  border: 1px solid #ffffff;
  opacity: 1;
  bottom: var(--swiper-pagination-bottom, 16px);
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10.88px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10.88px));
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15.52px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15.52px));
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
  }
}
.section_main_events .bg_main_events .main_events .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e55322;
  border-color: #e55322;
}
.section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
.section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -56px);
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -48px);
  }
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -42px);
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -51px);
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -68px);
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-horizontal > .swiper-pagination-bullets,
  .section_main_events .bg_main_events .main_events .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, -70px);
  }
}
.section_main_events .bg_main_events .main_events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4.24px);
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5.44px);
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7.76px);
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
}
.section_main_events .bg_main_events .main_events .swiper-button-next,
.section_main_events .bg_main_events .main_events .swiper-button-prev {
  color: #ffffff;
  top: 45px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next,
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    width: 33.92px;
    height: 33.92px;
    top: 35px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next,
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    width: 43.52px;
    height: 43.52px;
    top: 40px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next,
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    width: 62.08px;
    height: 62.08px;
    top: 45px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next,
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    width: 64px;
    height: 64px;
    top: 47px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-button-next:hover,
.section_main_events .bg_main_events .main_events .swiper-button-prev:hover {
  background-color: #e55322;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  transition: background-color 0.3s ease-out;
}
.section_main_events .bg_main_events .main_events .swiper-button-prev {
  left: auto;
  right: 60px;
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    right: 46.64px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    right: 59.84px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    right: 85.36px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev {
    right: 88px;
  }
}
.section_main_events .bg_main_events .main_events .container {
  position: relative;
}
.section_main_events .bg_main_events .main_events .container .swiper-pagination {
  width: auto;
  padding-left: 7px;
}
.section_main_events .bg_main_events .main_events .swiper-button-next:after {
  font-size: 26px;
  font-family: "icomoon";
  content: "\e903";
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next:after {
    font-size: 25.44px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next:after {
    font-size: 32.64px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next:after {
    font-size: 46.56px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-button-next:after {
    font-size: 48px;
  }
}
.section_main_events .bg_main_events .main_events .swiper-button-prev:after {
  font-size: 26px;
  font-family: "icomoon";
  content: "\e902";
}
@media (min-width: 768px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev:after {
    font-size: 25.44px;
  }
}
@media (min-width: 992px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev:after {
    font-size: 32.64px;
  }
}
@media (min-width: 1200px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev:after {
    font-size: 46.56px;
  }
}
@media (min-width: 1400px) {
  .section_main_events .bg_main_events .main_events .swiper-button-prev:after {
    font-size: 48px;
  }
}

.text-stroke {
  font-size: 70px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-align: center;
}

.text-color-black {
  font-size: 70px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.section-slide {
  padding: 35px 0;
  align-content: center;
  display: grid;
}
.section-slide .marquee .slide {
  padding: 0 10px;
}

.page_wraper {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
}

.head_all {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_all.active .head_main::before {
  height: 791px;
  transform: translateY(-190px) skew(0deg, -12deg);
  background: url("../images/header/bg_header_mb_active.png") no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .head_all.active .head_main::before {
    background: url("../images/header/bg_header_active.png") no-repeat center bottom;
    background-size: cover;
    height: 366px;
  }
}
@media (min-width: 992px) {
  .head_all.active .head_main::before {
    height: 386px;
  }
}
@media (min-width: 1200px) {
  .head_all.active .head_main::before {
    height: 423px;
  }
}
@media (min-width: 1400px) {
  .head_all.active .head_main::before {
    height: 460px;
  }
}
@media (min-width: 1600px) {
  .head_all.active .head_main::before {
    height: 540px;
    transform: translateY(-220px) skew(0deg, -12deg);
  }
}
.head_all.active .head_main .wraper .box_head {
  height: 643px;
}
@media (min-width: 768px) {
  .head_all.active .head_main .wraper .box_head {
    height: 196px;
  }
}
@media (min-width: 992px) {
  .head_all.active .head_main .wraper .box_head {
    height: 226px;
  }
}
@media (min-width: 1200px) {
  .head_all.active .head_main .wraper .box_head {
    height: 250px;
  }
}
@media (min-width: 1400px) {
  .head_all.active .head_main .wraper .box_head {
    height: 280px;
  }
}
@media (min-width: 1600px) {
  .head_all.active .head_main .wraper .box_head {
    height: 330px;
  }
}
.head_all.active .head_main .wraper .box_head .thumbnail_logo {
  width: 100px;
  height: 132px;
  top: 37px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media (min-width: 768px) {
  .head_all.active .head_main .wraper .box_head .thumbnail_logo {
    width: 109.18px;
    height: 130.38px;
    top: 85px;
    left: 10px;
    transform: translate(0, 0);
  }
}
@media (min-width: 992px) {
  .head_all.active .head_main .wraper .box_head .thumbnail_logo {
    width: 140.08px;
    height: 167.28px;
    top: 85px;
    left: 70px;
  }
}
@media (min-width: 1200px) {
  .head_all.active .head_main .wraper .box_head .thumbnail_logo {
    width: 199.82px;
    height: 238.62px;
    top: 52px;
  }
}
@media (min-width: 1400px) {
  .head_all.active .head_main .wraper .box_head .thumbnail_logo {
    width: 206px;
    height: 246px;
    top: 80px;
    left: 120px;
  }
}
@media (min-width: 1600px) {
  .head_all.active .head_main .wraper .box_head .thumbnail_logo {
    top: 130px;
  }
}
.head_all.active .head_main .wraper .box_head .list {
  visibility: inherit;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 0px) skew(0deg, -12deg);
}
@media (min-width: 768px) {
  .head_all.active .head_main .wraper .box_head .list {
    left: 40%;
  }
}
.head_all.active .head_main .wraper .box_head .list ul {
  height: 100%;
}
.head_all.active .head_main .wraper .box_head .select_language {
  opacity: 1;
}
.head_all.active .thumbnail_icon_bar {
  border: 0;
  box-shadow: 0px 4px 16.4px #883519;
}
.head_all.active .thumbnail_icon_bar::before {
  transform: translate(0, 0);
}
.head_all.active .thumbnail_icon_bar span.icon-nav {
  display: none;
  opacity: 0;
}
.head_all.active .thumbnail_icon_bar span.icon-cross {
  display: block;
  opacity: 1;
}
.head_all .head_main {
  position: absolute;
  width: 100%;
}
.head_all .head_main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 423px;
  border-bottom: 4px solid #e55322;
  background: url("../images/header/bg_header_mb.png") no-repeat center bottom;
  background-size: cover;
  transform: translateY(-380px) skew(0deg, -12deg);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 375px) {
  .head_all .head_main::before {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .head_all .head_main::before {
    background: url("../images/header/bg_header.png") no-repeat left bottom;
    background-size: cover;
  }
}
@media (min-width: 1400px) {
  .head_all .head_main::before {
    height: 432px;
  }
}
.head_all .head_main .wraper {
  height: 100%;
}
.head_all .head_main .wraper .box_head {
  height: 0;
}
.head_all .head_main .wraper .box_head .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
  padding-bottom: 20px;
}
.head_all .head_main .wraper .box_head .thumbnail_logo {
  position: absolute;
  top: 144px;
  left: 0;
  width: 51px;
  height: 61px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(10px, -138px);
}
@media (min-width: 576px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    top: 142px;
    width: 71px;
    height: 81px;
  }
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    width: 63.6px;
    height: 75.79px;
    top: 155px;
    left: 0px;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    width: 81.6px;
    height: 97.24px;
    top: 166px;
    transform: translate(10px, -150px);
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    width: 116.4px;
    height: 138.71px;
    top: 141px;
    transform: translate(10px, -135px);
  }
}
@media (min-width: 1400px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    width: 120px;
    height: 143px;
    transform: translate(10px, -121px);
  }
}
@media (min-width: 1600px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    transform: translate(-100px, -110px);
  }
}
@media (min-width: 1900px) {
  .head_all .head_main .wraper .box_head .thumbnail_logo {
    transform: translate(-240px, -100px);
  }
}
.head_all .head_main .wraper .box_head .thumbnail_logo img {
  object-fit: contain;
}
.head_all .head_main .wraper .box_head .list {
  position: absolute;
  opacity: 0;
  top: 192px;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -20px) skew(0deg, -12deg);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .list {
    position: relative;
    top: auto;
    left: 40%;
    bottom: 20px;
    padding-left: 110px;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .list {
    padding-left: 190px;
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .list {
    padding-left: 300px;
  }
}
@media (min-width: 1400px) {
  .head_all .head_main .wraper .box_head .list {
    padding-left: 380px;
  }
}
.head_all .head_main .wraper .box_head .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 26px;
  height: 0;
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .list ul {
    column-gap: 33.92px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .list ul {
    column-gap: 53.12px;
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .list ul {
    column-gap: 64px;
  }
}
.head_all .head_main .wraper .box_head .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 1.25rem;
  position: relative;
  padding: 8px 20px;
  text-align: center;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .list ul li {
    font-size: 12.72px;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .list ul li {
    font-size: 19.92px;
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .list ul li {
    font-size: 24px;
  }
}
.head_all .head_main .wraper .box_head .list ul li:hover {
  opacity: 1;
}
.head_all .head_main .wraper .box_head .list ul li:hover::before {
  opacity: 1;
}
.head_all .head_main .wraper .box_head .list ul li:hover::after {
  opacity: 1;
}
.head_all .head_main .wraper .box_head .list ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.head_all .head_main .wraper .box_head .list ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.head_all .head_main .wraper .box_head .list ul li.active {
  font-size: 1.75rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .list ul li.active {
    font-size: 16.96px;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .list ul li.active {
    font-size: 26.56px;
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .list ul li.active {
    font-size: 32px;
  }
}
.head_all .head_main .wraper .box_head .list ul li.active::before {
  background-color: #e55322;
  opacity: 1;
}
.head_all .head_main .wraper .box_head .list ul li.active::after {
  background-color: #e55322;
  opacity: 1;
}
.head_all .head_main .wraper .box_head .list ul li a {
  text-decoration: none;
}
.head_all .head_main .wraper .box_head .select_language {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  gap: 15px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  opacity: 0;
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .select_language {
    right: 120px;
    left: auto;
    bottom: 110px;
    transform: translateX(0) rotate(-12deg);
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .select_language {
    right: 128px;
    bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .head_all .head_main .wraper .box_head .select_language {
    bottom: 160px;
  }
}
@media (min-width: 1400px) {
  .head_all .head_main .wraper .box_head .select_language {
    right: 150px;
    bottom: 185px;
  }
}
.head_all .head_main .wraper .box_head .select_language button {
  margin: 0;
  padding: 0;
  border: 0;
}
.head_all .head_main .wraper .box_head .select_language button.item_language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .head_all .head_main .wraper .box_head .select_language button.item_language {
    font-size: 10px;
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  .head_all .head_main .wraper .box_head .select_language button.item_language {
    font-size: 16px;
    width: 33.2px;
    height: 33.2px;
  }
}
@media (min-width: 1400px) {
  .head_all .head_main .wraper .box_head .select_language button.item_language {
    width: 34px;
    height: 34px;
  }
}
.head_all .head_main .wraper .box_head .select_language button.item_language:hover {
  border-color: #e55322;
  background-color: #e55322;
}
.head_all .head_main .wraper .box_head .select_language button.item_language.active {
  border-color: #e55322;
  background-color: #e55322;
}
.head_all .thumbnail_icon_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 16px;
  top: 17px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #000000;
  border: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .head_all .thumbnail_icon_bar {
    width: 50px;
    height: 50px;
    right: 25px;
    top: 25px;
  }
}
@media (min-width: 1400px) {
  .head_all .thumbnail_icon_bar {
    width: 80px;
    height: 80px;
    top: 25px;
  }
}
.head_all .thumbnail_icon_bar:hover::before {
  transform: translate(0, 0);
}
.head_all .thumbnail_icon_bar::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #e55322;
  transform: translate(-100%, 100%);
  transition: all 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.head_all .thumbnail_icon_bar span {
  position: relative;
  font-size: 1.25rem;
}
@media (min-width: 1400px) {
  .head_all .thumbnail_icon_bar span {
    font-size: 2rem;
  }
}
.head_all .thumbnail_icon_bar span.icon-cross {
  display: none;
  opacity: 0;
}

body {
  color: #fff;
  background-color: #000;
}

.background {
  top: 0;
  right: 0;
  width: 100%;
  height: 567px;
  position: absolute;
  background-color: #292929;
  color: #fff;
  clip-path: polygon(100% 0%, 0% 0%, 0% 98%, 100% 83%);
}
@media (min-width: 768px) {
  .background {
    width: 100%;
    height: 684px;
    clip-path: polygon(100% 0%, 0% 0%, 0% 83%, 100% 57%);
  }
}
@media (min-width: 1200px) {
  .background {
    width: 100%;
    height: 784px;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 74%);
  }
}
@media (min-width: 1400px) {
  .background {
    width: 100%;
    height: 865px;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 64%);
  }
}

@media (min-width: 1400px) {
  .box-control {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.box-control .box-space {
  padding: 108px 0;
}
@media (min-width: 768px) {
  .box-control .box-space {
    padding: 145px 0;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space {
    padding: 225px 0;
  }
}
@media (min-width: 1400px) {
  .box-control .box-space {
    padding: 280px 0;
  }
}
.box-control .box-space .container {
  position: relative;
}
.box-control .box-space .container .text-head {
  position: relative;
  padding: 0 0 48px 0;
}
@media (min-width: 375px) {
  .box-control .box-space .container .text-head {
    position: relative;
  }
}
@media (min-width: 768px) {
  .box-control .box-space .container .text-head {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .text-head {
    display: flex;
  }
}
.box-control .box-space .container .text-head h1 {
  font-size: 32px;
  padding: 0 0 32px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .box-control .box-space .container .text-head h1 {
    padding: 0 140px 0 0;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .text-head h1 {
    font-size: 56px;
    padding: 0 140px 0 0;
  }
}
.box-control .box-space .container .text-head .box {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .box-control .box-space .container .text-head .box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 6.36px;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .text-head .box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 19.4px;
  }
}
@media (min-width: 1400px) {
  .box-control .box-space .container .text-head .box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 16px;
  }
}
.box-control .box-space .container .text-head .box .time {
  display: flex;
  align-items: center;
  color: #8a8a8a;
}
@media (min-width: 768px) {
  .box-control .box-space .container .text-head .box .time {
    justify-content: end;
    padding-bottom: 25px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .box-control .box-space .container .text-head .box .time {
    justify-content: end;
    padding-bottom: 65px;
    font-weight: bold;
  }
}
.box-control .box-space .container .text-head .box .group-button {
  display: flex;
}
@media (min-width: 1400px) {
  .box-control .box-space .container .text-head .box .group-button {
    display: flex;
  }
}
.box-control .box-space .container .text-head .box .group-button .icon {
  padding-right: 8px;
}
.box-control .box-space .container .text-head .box .group-button .icon button {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: unset;
  transition-duration: 0.4s;
  border-radius: 50%;
}
.box-control .box-space .container .text-head .box .group-button .icon button:hover {
  background-color: #e55322;
  color: white;
}
.box-control .box-space .container .text-head .box .group-button .share {
  padding-left: 8px;
  padding-right: 0;
}
.box-control .box-space .container .text-head .box .group-button .copy {
  padding: 0;
}
.box-control .box-space .container .box_editor {
  font-size: 16px;
  color: #ffffff;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .box-control .box-space .container .box_editor {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.box-control .box-space .container .box_editor figure {
  margin: 1em 0;
  text-align: center;
}
.box-control .box-space .container .box_editor figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 375px) {
  .box-control .box-space .container .box_editor figure img {
    max-width: 100%;
    width: auto;
    object-fit: cover;
  }
}
.box-control .box-space .container .box_editor figcaption {
  font-style: italic;
  font-size: 0.8em;
}
.box-control .box-space .container .box_editor img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 375px) {
  .box-control .box-space .container .box_editor img {
    max-width: 100%;
    width: auto;
    object-fit: cover;
  }
}
.box-control .box-space .container .box_editor h1,
.box-control .box-space .container .box_editor h2,
.box-control .box-space .container .box_editor h3,
.box-control .box-space .container .box_editor h4,
.box-control .box-space .container .box_editor h5,
.box-control .box-space .container .box_editor h6 {
  color: #e55322;
}
.box-control .box-space .container .box_editor a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}
.box-control .box-space .container .box_editor a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e55322;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box-control .box-space .container .box_editor a:hover {
  color: #e55322;
}
.box-control .box-space .container .box_editor a:hover::before {
  width: 100%;
}
.box-control .box-space .container .box_editor p {
  font-size: 1rem;
  color: #ffffff;
  margin: 1em 0;
  line-height: 1.4em;
}
.box-control .box-space .container .box_editor p img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (min-width: 375px) {
  .box-control .box-space .container .box_editor p img {
    max-width: 100%;
    width: auto;
    object-fit: cover;
  }
}
.box-control .box-space .container .box_editor h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor h4 {
  display: block;
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
.box-control .box-space .container .box_editor ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 2em;
}
.box-control .box-space .container .box_editor ol {
  list-style-type: decimal;
  list-style-position: inside;
  display: block;
  padding-left: 40px;
}
.box-control .box-space .container .box_editor ul ul,
.box-control .box-space .container .box_editor ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.box-control .box-space .container .box_editor ol ol,
.box-control .box-space .container .box_editor ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}
.box-control .box-space .container .box_editor strong {
  font-weight: bold;
}
.box-control .box-space .container .box_editor table,
.box-control .box-space .container .box_editor th,
.box-control .box-space .container .box_editor td {
  border: 1px solid black;
  border-collapse: collapse;
}
.box-control .box-space .container .box_editor table {
  display: table;
  width: 100%;
  border-spacing: 2px;
  border-color: gray;
}
.box-control .box-space .container .box_editor tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.box-control .box-space .container .box_editor td {
  display: table-cell;
  vertical-align: inherit;
  padding: 0.3rem;
}
.box-control .box-space .container .box_editor th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: center;
  padding: 0.3rem;
}
.box-control .box-space .container .box_editor thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
.box-control .box-space .container .box_editor tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.box-control .box-space .container .box_editor blockquote {
  margin: 0;
}
.box-control .box-space .container .box_editor blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}
.box-control .box-space .container .box_editor blockquote p::before {
  content: "“";
}
.box-control .box-space .container .box_editor blockquote p::after {
  content: "”";
}
.box-control .box-space .container .line {
  padding-top: 48px;
  padding-bottom: 48px;
}
.box-control .box-space .container .line hr {
  color: #e55322;
  opacity: 1;
  margin: 0;
}
.box-control .box-space .container .event .event-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.box-control .box-space .container .event .event-box .event-text {
  color: #e55322;
  font-size: 32px;
}
@media (min-width: 768px) {
  .box-control .box-space .container .event .event-box .event-text {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .box-control .box-space .container .event .event-box .event-text {
    font-size: 56px;
  }
}
.box-control .box-space .container .event .event-box .event-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-control .box-space .container .event .event-box .event-show .event-text-in {
  font-size: 16px;
}
.box-control .box-space .container .event .event-box .event-show .event-text-in a {
  text-decoration: none;
  position: relative;
}
.box-control .box-space .container .event .event-box .event-show .event-text-in a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box-control .box-space .container .event .event-box .event-show .event-text-in a:hover::before {
  width: 100%;
}
.box-control .box-space .container .event .event-box .event-show .event-text-in a.text_read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.box-control .box-space .container .event .event-box .event-show .event-text-in a.text_read i {
  padding-left: 8px;
}
.box-control .box-space .container .event .event-box .event-show .right {
  font-size: 16px;
  padding-left: 8px;
}
.box-control .box-space .container .ev-con-body {
  position: relative;
  z-index: 2;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .box-control .box-space .container .ev-con-body {
    row-gap: 30px;
  }
}
.box-control .box-space .container .ev-con-body .card_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.7094972067%;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image {
    position: relative;
  }
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.3487544484%;
  }
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image img {
  object-fit: cover;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  padding: 12px 12px 14px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e55322;
  backdrop-filter: blur(4px);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgb(0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text {
    padding: 24px;
  }
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
  position: relative;
  margin-bottom: 13px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 8.48px;
  }
}
@media (min-width: 992px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 10.88px;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 15.52px;
  }
}
@media (min-width: 1400px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 16px;
  }
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top .title {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .icon-arrow-right {
  font-size: 16px;
  font-weight: bold;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
  font-size: 10px;
  color: #6c7173;
}
@media (min-width: 992px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 14px;
  }
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
  text-decoration: none;
  position: relative;
  font-family: "pcast_italic";
  font-size: 12px;
  align-items: center;
  line-height: 0;
}
@media (min-width: 375px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 16px;
  }
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a .rd {
  padding: 0 8px 0 0;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a:hover::before {
  width: 100%;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.box-control .box-space .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read i {
  padding-left: 8px;
}
.box-control .box-space .sticker {
  width: 100%;
  bottom: 60px;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .box-control .box-space .sticker {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0;
  }
}
.box-control .box-space .sticker .thumnail_tag {
  position: relative;
}
.box-control .box-space .sticker .thumnail_tag:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.7948717949%;
}
.box-control .box-space .sticker .thumnail_tag > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .box-control .box-space .sticker .thumnail_tag {
    position: relative;
  }
  .box-control .box-space .sticker .thumnail_tag:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.125%;
  }
  .box-control .box-space .sticker .thumnail_tag > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.box-control .box-space .sticker .thumnail_tag img {
  object-fit: cover;
}

.widthpage {
  overflow: hidden;
}
.widthpage .events-head {
  position: relative;
  z-index: 2;
}
.widthpage .events-head .thumbnail-images {
  position: relative;
  z-index: 1;
}
.widthpage .events-head .thumbnail-images:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 134.358974359%;
}
.widthpage .events-head .thumbnail-images > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .widthpage .events-head .thumbnail-images {
    position: relative;
  }
  .widthpage .events-head .thumbnail-images:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 54.0277777778%;
  }
  .widthpage .events-head .thumbnail-images > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.widthpage .events-head .thumbnail-images img {
  object-fit: cover;
}
.widthpage .events-head .thumbnail-images .title_page .container .text h1 {
  text-transform: uppercase;
  background: linear-gradient(to right, #a9a8ad, #f2f3f3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-12deg);
  font-size: 48px;
  position: absolute;
  z-index: 1;
  top: 39%;
  left: 0;
  padding: 0 3px 0 16px;
}
.widthpage .events-head .thumbnail-images .title_page .container .text h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 19px);
  height: 2px;
  background-color: #e55322;
}
@media (min-width: 768px) {
  .widthpage .events-head .thumbnail-images .title_page .container .text h1 {
    font-size: 42px;
    line-height: 3.5rem;
    top: 46%;
    left: 9.5%;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-head .thumbnail-images .title_page .container .text h1 {
    font-size: 72px;
    line-height: 5.5rem;
  }
}
.widthpage .events-head .head-ef {
  position: absolute;
  z-index: 0;
  top: 83%;
  right: 0;
  text-indent: -9999px;
  width: 261px;
  height: 261px;
  background: url("../images/events/element_bg_mb.webp") no-repeat center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .widthpage .events-head .head-ef {
    background: url("../images/events/element_bg.webp") no-repeat center center;
    background-size: contain;
    width: 44.0277777778vw;
    height: 53.4722222222vw;
    top: 0;
    max-width: 845px;
    max-height: 1026px;
  }
}
.widthpage .events-body {
  position: relative;
  z-index: 2;
}
.widthpage .events-body h3 {
  display: flex;
  justify-content: right;
  padding: 0 0 55px 0;
  color: #e55322;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .widthpage .events-body h3 {
    padding: 55px 0 55px 0;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-body h3 {
    padding: 55px 0 76px 0;
  }
}
.widthpage .events-body .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .widthpage .events-body .container {
    margin-top: -83px;
  }
}
@media (min-width: 992px) {
  .widthpage .events-body .container {
    margin-top: -88px;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-body .container {
    margin-top: -101px;
  }
}
@media (min-width: 1400px) {
  .widthpage .events-body .container {
    margin-top: -104px;
  }
}
.widthpage .events-body .container .ev-con-body {
  row-gap: 32px;
}
@media (min-width: 768px) {
  .widthpage .events-body .container .ev-con-body {
    row-gap: 24px;
  }
}
@media (min-width: 1400px) {
  .widthpage .events-body .container .ev-con-body {
    row-gap: 30px;
    margin: 0 -15px;
  }
}
@media (min-width: 1400px) {
  .widthpage .events-body .container .ev-con-body .col-12 {
    padding: 0 15px;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.7094972067%;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image {
    position: relative;
  }
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.3487544484%;
  }
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image img {
  object-fit: cover;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #ffffff;
  padding: 12px 12px 14px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #e55322;
  backdrop-filter: blur(4px);
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -50%, rgb(0, 0, 0) 100%);
}
@media (min-width: 1200px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text {
    padding: 24px;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
  position: relative;
  margin-bottom: 13px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 8.48px;
  }
}
@media (min-width: 992px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 10.88px;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 15.52px;
  }
}
@media (min-width: 1400px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top {
    margin-bottom: 16px;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_top .title {
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .icon-arrow-right {
  font-size: 16px;
  font-weight: bold;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
  font-size: 10px;
  color: #6c7173;
}
@media (min-width: 992px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom .text_date {
    font-size: 14px;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
  text-decoration: none;
  position: relative;
  font-family: "pcast_italic";
  font-size: 12px;
  align-items: center;
  line-height: 0;
}
@media (min-width: 375px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a {
    font-size: 16px;
  }
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a .rd {
  padding: 0 8px 0 0;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a:hover::before {
  width: 100%;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
.widthpage .events-body .container .ev-con-body .card_custom .thumbnail_card_image .card_text .text_bottom a.text_read i {
  padding-left: 8px;
}
.widthpage .events-body .bg-bot {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
.widthpage .events-body .bg-bot .thumbnail-bg {
  z-index: 0;
  position: relative;
}
.widthpage .events-body .bg-bot .thumbnail-bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 181.5384615385%;
}
.widthpage .events-body .bg-bot .thumbnail-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .widthpage .events-body .bg-bot .thumbnail-bg {
    position: relative;
  }
  .widthpage .events-body .bg-bot .thumbnail-bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.3194444444%;
  }
  .widthpage .events-body .bg-bot .thumbnail-bg > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.widthpage .events-body .bg-bot .thumbnail-bg img {
  object-fit: cover;
}

.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12px 53px 12px;
  font-family: "pcast_italic";
  align-items: center;
}
@media (min-width: 768px) {
  .nav-bar {
    padding: 31.8px 12px 47.7px 12px;
  }
}
@media (min-width: 992px) {
  .nav-bar {
    padding: 40.8px 12px 61.2px 12px;
  }
}
@media (min-width: 1200px) {
  .nav-bar {
    padding: 58.2px 12px 87.3px 12px;
  }
}
@media (min-width: 1400px) {
  .nav-bar {
    padding: 60px 15px 90px;
  }
}
.nav-bar .nav-po {
  left: 0;
}
.nav-bar .nav-po .nav-item .page-item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
@media (min-width: 768px) {
  .nav-bar .nav-po .nav-item .page-item {
    font-size: 11px;
    width: 23.32px;
    height: 23.32px;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav-po .nav-item .page-item {
    font-size: 13.6px;
    width: 29.92px;
    height: 29.92px;
  }
}
@media (min-width: 1200px) {
  .nav-bar .nav-po .nav-item .page-item {
    font-size: 19.4px;
    width: 42.68px;
    height: 42.68px;
  }
}
@media (min-width: 1400px) {
  .nav-bar .nav-po .nav-item .page-item {
    font-size: 20px;
    width: 44px;
    height: 44px;
  }
}
.nav-bar .nav-po .nav-item .page-item.arrow {
  background: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .nav-bar .nav-po .nav-item .page-item.arrow {
    font-size: 25.44px;
    width: 33.92px;
    height: 33.92px;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav-po .nav-item .page-item.arrow {
    font-size: 32.64px;
    width: 43.52px;
    height: 43.52px;
  }
}
@media (min-width: 1200px) {
  .nav-bar .nav-po .nav-item .page-item.arrow {
    font-size: 46.56px;
    width: 62.08px;
    height: 62.08px;
  }
}
@media (min-width: 1400px) {
  .nav-bar .nav-po .nav-item .page-item.arrow {
    font-size: 48px;
    width: 64px;
    height: 64px;
  }
}
.nav-bar .nav-po .nav-item .page-item.active {
  background-color: #e55322;
}
.nav-bar .nav-po .nav-item .page-item:hover {
  background-color: #e55322;
}
.nav-bar .nav-po .nav-item .page-item:focus {
  box-shadow: unset;
}
.nav-bar .nav-po .nav-item.nav-pad {
  padding: 0 8px 0 0;
}
@media (min-width: 768px) {
  .nav-bar .nav-po .nav-item.arrow-pad {
    padding: 0 12.72px 0 0;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav-po .nav-item.arrow-pad {
    padding: 0 16.32px 0 0;
  }
}
@media (min-width: 1200px) {
  .nav-bar .nav-po .nav-item.arrow-pad {
    padding: 0 23.28px 0 0;
  }
}
@media (min-width: 1400px) {
  .nav-bar .nav-po .nav-item.arrow-pad {
    padding: 0 12.72px 0 0;
  }
}
.nav-bar .nav-po.nav-right {
  right: 0;
}
.nav-bar .nav-po.nav-right .arrow {
  border-radius: 100%;
  border: none;
}
.nav-bar .nav-po.nav-right .arrow:hover {
  background-color: #e55322;
}
.nav-bar .nav-po.nav-right .arrow:focus {
  box-shadow: unset;
}

.section_policy {
  background: url("../images/policy/bg_policy_mb.webp") repeat-y top center;
  background-size: contain;
  padding: 110px 0 47px;
}
@media (min-width: 768px) {
  .section_policy {
    background: url("../images/policy/bg_policy.webp") repeat-y top center;
    background-size: contain;
    padding: 83.21px 0 42.4px;
  }
}
@media (min-width: 992px) {
  .section_policy {
    padding: 106.76px 0 54.4px;
  }
}
@media (min-width: 1200px) {
  .section_policy {
    padding: 152.29px 0 77.6px;
  }
}
@media (min-width: 1400px) {
  .section_policy {
    padding: 157px 0 80px;
  }
}
.section_policy .wraper_policy .box_policy .title_policy {
  text-align: right;
  padding-bottom: 28px;
  color: #e55322;
}
@media (min-width: 768px) {
  .section_policy .wraper_policy .box_policy .title_policy {
    padding-bottom: 26.5px;
  }
}
@media (min-width: 992px) {
  .section_policy .wraper_policy .box_policy .title_policy {
    padding-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .section_policy .wraper_policy .box_policy .title_policy {
    padding-bottom: 48.5px;
  }
}
@media (min-width: 1400px) {
  .section_policy .wraper_policy .box_policy .title_policy {
    padding-bottom: 50px;
  }
}
.section_policy .wraper_policy .box_policy .details_policy .wraper_details {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text {
    margin-bottom: 40px;
  }
}
.section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text:last-child {
  margin-bottom: 0;
}
.section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text h5 {
  color: #e55322;
  margin-bottom: 10px;
}
.section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text h5,
.section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text h5,
  .section_policy .wraper_policy .box_policy .details_policy .wraper_details .group_text p {
    font-size: 18px;
  }
}

.section_contact_us {
  position: relative;
}
.section_contact_us .title_page .container .text h1 {
  text-transform: uppercase;
  background: linear-gradient(to right, #a9a8ad, #f2f3f3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-12deg);
  font-size: 48px;
  position: absolute;
  z-index: 1;
  top: 39%;
  left: 0;
  padding: 0 3px 0 16px;
}
.section_contact_us .title_page .container .text h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 19px);
  height: 2px;
  background-color: #e55322;
}
@media (min-width: 768px) {
  .section_contact_us .title_page .container .text h1 {
    font-size: 42px;
    line-height: 3.5rem;
    top: 46%;
    left: 9.5%;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .title_page .container .text h1 {
    font-size: 72px;
    line-height: 5.5rem;
  }
}
.section_contact_us .thumnail_contact_us {
  position: relative;
}
.section_contact_us .thumnail_contact_us:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 134.358974359%;
}
.section_contact_us .thumnail_contact_us > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_contact_us .thumnail_contact_us {
    position: relative;
  }
  .section_contact_us .thumnail_contact_us:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 54.7222222222%;
  }
  .section_contact_us .thumnail_contact_us > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_contact_us .thumnail_contact_us img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .section_contact_us .section_send {
    margin-top: -24.91px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send {
    margin-top: -31.96px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send {
    margin-top: -45.59px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send {
    margin-top: -47px;
  }
}
.section_contact_us .section_send .wraper_send {
  position: relative;
  overflow: hidden;
}
.section_contact_us .section_send .wraper_send .container {
  position: relative;
}
.section_contact_us .section_send .wraper_send .title {
  color: #e55322;
  text-align: right;
  padding-bottom: 39px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .title {
    padding-bottom: 53px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .title {
    padding-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .title {
    padding-bottom: 97px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .title {
    padding-bottom: 100px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  row-gap: 20px;
  padding-bottom: 116px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 159px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form {
    padding-bottom: 204px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form {
    padding-bottom: 291px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form {
    padding-bottom: 300px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items {
  width: 100%;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items.image {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 23.85px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items.image {
    padding-right: 30.6px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items.image {
    padding-right: 43.65px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items.image {
    padding-right: 45px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver {
  position: relative;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 106.7039106145%;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver {
    position: relative;
  }
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 107.0610687023%;
  }
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .thumnail_bg_silver > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input {
    margin-bottom: 33.92px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input {
    margin-bottom: 43.52px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input {
    margin-bottom: 62.08px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input {
    margin-bottom: 64px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-label {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-label {
    margin-bottom: 7.42px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-label {
    margin-bottom: 9.52px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-label {
    margin-bottom: 13.58px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-label {
    margin-bottom: 14px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input textarea {
  min-height: 99px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input textarea {
    min-height: 63.07px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input textarea {
    min-height: 80.92px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input textarea {
    min-height: 115.43px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input textarea {
    min-height: 119px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon {
  position: relative;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px 20px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon {
    background-size: 12.72px 12.72px;
    padding-left: 25.97px;
    background-position: 7.42px 4px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon {
    background-size: 16.32px 16.32px;
    padding-left: 33.32px;
    background-position: 9.52px 6px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon {
    background-size: 23.28px 23.28px;
    padding-left: 47.53px;
    background-position: left 13.58px center;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon {
    background-size: 24px 24px;
    padding-left: 49px;
    background-position: left 14px center;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon.email {
  background-image: url("../images/contact_us/icon_email.png");
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input input.form_icon.phone {
  background-image: url("../images/contact_us/icon_phone.png");
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control {
  border: 0;
  color: #ffffff;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #6c7173;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control {
    font-size: 8.48px;
    padding: 0.675em 1em;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control {
    font-size: 10.88px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control {
    font-size: 15.52px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control {
    font-size: 16px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control.check_invalid {
  border-bottom: 1px solid #ff0329;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control.check_invalid:focus {
  border-bottom: 1px solid #ff0329;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control.check_invalid + .invalid {
  display: block;
  color: #babdbe;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control::placeholder {
  color: #6c7173;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-control:focus {
  border-color: #e55322;
  box-shadow: unset;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input {
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input {
    width: 8.48px;
    height: 8.48px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input {
    width: 10.88px;
    height: 10.88px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input {
    width: 15.52px;
    height: 15.52px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input {
    width: 16px;
    height: 16px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .form-check-input[type=checkbox] {
  border-radius: 2px;
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .text_check_input {
  padding-left: 10px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .text_check_input {
    font-size: 7.42px;
    padding-left: 8.48px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .text_check_input {
    font-size: 9.52px;
    padding-left: 10.88px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .text_check_input {
    font-size: 13.58px;
    padding-left: 15.52px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .form-accept-label .text_check_input {
    font-size: 14px;
    padding-left: 16px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .invalid {
  display: none;
  margin-top: 3px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .invalid {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .invalid {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .invalid {
    font-size: 13.58px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .invalid {
    font-size: 14px;
  }
}
.section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .check_sub {
  color: #babdbe;
  font-size: 10px;
  margin-top: 3px;
  display: block;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .check_sub {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .check_sub {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .check_sub {
    font-size: 13.58px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .box_form .wraper_form .items .group_input .check_sub {
    font-size: 14px;
  }
}
.section_contact_us .section_send .wraper_send .bg_tag {
  position: absolute;
  z-index: 0;
  bottom: -41px;
  width: 100%;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .bg_tag {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: -91.16px;
  }
}
@media (min-width: 992px) {
  .section_contact_us .section_send .wraper_send .bg_tag {
    bottom: -116.96px;
  }
}
@media (min-width: 1200px) {
  .section_contact_us .section_send .wraper_send .bg_tag {
    bottom: -166.84px;
  }
}
@media (min-width: 1400px) {
  .section_contact_us .section_send .wraper_send .bg_tag {
    bottom: -172px;
  }
}
@media (min-width: 1600px) {
  .section_contact_us .section_send .wraper_send .bg_tag {
    bottom: -192px;
  }
}
.section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag {
  position: relative;
}
.section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.7948717949%;
}
.section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag {
    position: relative;
  }
  .section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.125%;
  }
  .section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section_contact_us .section_send .wraper_send .bg_tag .thumnail_tag img {
  object-fit: cover;
}

.page_age_verify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100svh;
}
.page_age_verify .sub_age_verify {
  background: url("../images/age_verify/bg_age_verify_mb.webp") no-repeat center center;
  background-size: cover;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .page_age_verify .sub_age_verify {
    background: url("../images/age_verify/bg_age_verify.webp") no-repeat center center;
    background-size: cover;
  }
}
.page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf {
  position: relative;
}
.page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 85.8974358974%;
}
.page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf {
    position: relative;
  }
  .page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 30.2083333333%;
  }
  .page_age_verify .wraper_age_verify .head_silver_wolf .thumnail_head_silver_wolf > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.page_age_verify .wraper_age_verify .form_verify {
  padding: 56px 12px 78px;
}
@media (min-width: 768px) {
  .page_age_verify .wraper_age_verify .form_verify {
    max-width: 363px;
    margin: -120px 0 0 auto;
    padding-bottom: 54.59px;
  }
}
@media (min-width: 992px) {
  .page_age_verify .wraper_age_verify .form_verify {
    max-width: 563px;
    margin: 0 auto;
    padding-bottom: 70.04px;
    margin: -150px 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .page_age_verify .wraper_age_verify .form_verify {
    margin: -160px 0 0 auto;
  }
}
@media (min-width: 1400px) {
  .page_age_verify .wraper_age_verify .form_verify {
    padding-bottom: 103px;
    margin: -190px 0 0 auto;
  }
}
@media (min-width: 1600px) {
  .page_age_verify .wraper_age_verify .form_verify {
    margin: -210px 0 0 auto;
  }
}
.page_age_verify .wraper_age_verify .form_verify .title {
  color: #e55322;
  padding-bottom: 45px;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify {
  position: relative;
  padding-bottom: 50px;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .title_verify {
  padding-bottom: 35px;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  column-gap: 24px;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form.check_invalid .form-control.form_check {
  border-bottom: 1px solid #ff0329;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form.check_invalid .form-control.form_check:focus {
  border-bottom: 1px solid #ff0329;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form.check_invalid + .invalid {
  display: block;
  color: #babdbe;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input {
  position: relative;
  flex: 1;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control {
  border: 0;
  color: #ffffff;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #6c7173;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control {
    font-size: 8.48px;
  }
}
@media (min-width: 992px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control {
    font-size: 10.88px;
  }
}
@media (min-width: 1200px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control {
    font-size: 15.52px;
  }
}
@media (min-width: 1400px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control {
    font-size: 16px;
  }
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control::placeholder {
  color: #6c7173;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .group_verify_form .box_input .form-control:focus {
  border-color: #e55322;
  box-shadow: unset;
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .invalid {
  position: absolute;
  bottom: 12px;
  display: none;
  margin-top: 3px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .invalid {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .invalid {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .invalid {
    font-size: 13.58px;
    bottom: 7px;
  }
}
@media (min-width: 1400px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .invalid {
    font-size: 14px;
  }
}
.page_age_verify .wraper_age_verify .form_verify .group_verify .check_sub {
  color: #babdbe;
  font-size: 10px;
  margin-top: 3px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (min-width: 768px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .check_sub {
    font-size: 7.42px;
  }
}
@media (min-width: 992px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .check_sub {
    font-size: 9.52px;
  }
}
@media (min-width: 1200px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .check_sub {
    font-size: 13.58px;
    bottom: -23px;
  }
}
@media (min-width: 1400px) {
  .page_age_verify .wraper_age_verify .form_verify .group_verify .check_sub {
    font-size: 14px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 16px;
}
.modal .modal-dialog {
  max-width: 680px;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog {
    max-width: 680px;
  }
}
.modal .wraper_modal {
  position: relative;
  background: url("../images/age_verify/bg_popup_mb.webp") repeat-y top center;
  background-size: contain;
}
@media (min-width: 768px) {
  .modal .wraper_modal {
    background: url("../images/age_verify/bg_popup.webp") repeat-y top center;
    background-size: contain;
  }
}
.modal .wraper_modal .modal_content {
  position: relative;
  text-align: center;
  padding: 42px 16px 32px;
  border: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .modal .wraper_modal .modal_content {
    padding: 31.8px 0 25.44px;
  }
}
@media (min-width: 992px) {
  .modal .wraper_modal .modal_content {
    padding: 40.8px 0 32.64px;
  }
}
@media (min-width: 1200px) {
  .modal .wraper_modal .modal_content {
    padding: 58.2px 0 46.56px;
  }
}
@media (min-width: 1400px) {
  .modal .wraper_modal .modal_content {
    padding: 60px 16px 48px;
  }
}
.modal .wraper_modal .modal_content .wraper_content .text {
  text-align: center;
  line-height: 35px;
  color: #e55322;
}
.modal .wraper_modal .modal_content .wraper_content .detail {
  color: white;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 30px;
}
@media (min-width: 1400px) {
  .modal .wraper_modal .modal_content .wraper_content .detail {
    padding: 30px 0 63px;
  }
}
.modal .wraper_modal .modal_content .wraper_content .box_btn {
  max-width: 326px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal .wraper_modal .modal_content .wraper_content .box_btn {
    max-width: 298.39px;
  }
}
@media (min-width: 992px) {
  .modal .wraper_modal .modal_content .wraper_content .box_btn {
    max-width: 382.84px;
  }
}
@media (min-width: 1200px) {
  .modal .wraper_modal .modal_content .wraper_content .box_btn {
    max-width: 546.11px;
  }
}
@media (min-width: 1400px) {
  .modal .wraper_modal .modal_content .wraper_content .box_btn {
    max-width: 563px;
  }
}

.bucket_wraper {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .bucket_wraper {
    padding-top: 135.15px;
  }
}
@media (min-width: 992px) {
  .bucket_wraper {
    padding-top: 173.4px;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper {
    padding-top: 247.35px;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper {
    padding-top: 255px;
  }
}
.bucket_wraper .title_main_bucket {
  margin-bottom: 40px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .bucket_wraper .title_main_bucket {
    margin-bottom: 42.4px;
  }
}
@media (min-width: 992px) {
  .bucket_wraper .title_main_bucket {
    margin-bottom: 54.4px;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper .title_main_bucket {
    margin-bottom: 77.6px;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper .title_main_bucket {
    margin-bottom: 80px;
  }
}
.bucket_wraper .title_main_bucket h1 {
  text-transform: uppercase;
  background: linear-gradient(to right, #a9a8ad, #f2f3f3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  padding: 0 3px 0 16px;
}
@media (min-width: 768px) {
  .bucket_wraper .title_main_bucket h1 {
    font-size: 42px;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper .title_main_bucket h1 {
    font-size: 72px;
    line-height: 5.5rem;
  }
}
.bucket_wraper .preview_bucket {
  display: none;
}
@media (min-width: 768px) {
  .bucket_wraper .preview_bucket {
    display: block;
  }
}
.bucket_wraper .preview_bucket .preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.bucket_wraper .preview_bucket .preview .preview_items {
  flex: 0 0 25%;
  max-width: 25%;
}
.bucket_wraper .preview_bucket .preview .preview_items .thunbnail_preview_bucket {
  position: relative;
}
.bucket_wraper .preview_bucket .preview .preview_items .thunbnail_preview_bucket:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 160.5555555556%;
}
.bucket_wraper .preview_bucket .preview .preview_items .thunbnail_preview_bucket > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bucket_wraper .preview_bucket .scroll-btn {
  cursor: pointer;
  position: relative;
}
.bucket_wraper .preview_bucket .scroll-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
}
.bucket_wraper .preview_bucket .scroll-btn:hover::after {
  background-color: rgba(0, 0, 0, 0.275);
}
.bucket_wraper .product_bucket_wraper .box_product {
  position: relative;
}
@media (min-width: 768px) {
  .bucket_wraper .product_bucket_wraper .box_product:nth-child(even) .box_info {
    right: 32px;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper .product_bucket_wraper .box_product:nth-child(even) .box_info {
    right: 144px;
  }
}
.bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket {
  display: block;
  position: relative;
}
.bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 213.8461538462%;
}
.bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket {
    position: relative;
  }
  .bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.375%;
  }
  .bucket_wraper .product_bucket_wraper .box_product .thunbnail_bucket > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bucket_wraper .product_bucket_wraper .box_product .box_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .bucket_wraper .product_bucket_wraper .box_product .box_info {
    width: 32%;
    top: 50%;
    bottom: auto;
    left: 32px;
    transform: translateY(-50%);
    background: transparent !important;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper .product_bucket_wraper .box_product .box_info {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper .product_bucket_wraper .box_product .box_info {
    width: 32%;
    left: 144px;
  }
}
.bucket_wraper .product_bucket_wraper .box_product .box_info .container {
  padding: 0 4.1025641026vw;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bucket_wraper .product_bucket_wraper .box_product .box_info .container {
    padding: 0;
  }
}
.bucket_wraper .bucket_text {
  padding-top: 10.2564102564vw;
  padding-bottom: 11.5384615385vw;
}
@media (min-width: 768px) {
  .bucket_wraper .bucket_text {
    padding: 0;
  }
}
.bucket_wraper .bucket_text .title_bucket {
  color: white;
  margin-left: -5px;
  margin-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .bucket_wraper .bucket_text .title_bucket {
    margin-bottom: 38.16px;
  }
}
@media (min-width: 992px) {
  .bucket_wraper .bucket_text .title_bucket {
    margin-bottom: 48.96px;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper .bucket_text .title_bucket {
    margin-bottom: 69.84px;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper .bucket_text .title_bucket {
    margin-bottom: 72px;
  }
}
.bucket_wraper .bucket_text .details_bucket .oz {
  padding-bottom: 4.1025641026vw;
  margin-bottom: 3.0769230769vw;
  border-bottom: 1px solid white;
}
@media (min-width: 768px) {
  .bucket_wraper .bucket_text .details_bucket .oz {
    padding-bottom: 24px;
    margin-bottom: 16px;
  }
}
.bucket_wraper .bucket_text .details_bucket .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3.0769230769vw;
}
@media (min-width: 768px) {
  .bucket_wraper .bucket_text .details_bucket .list {
    row-gap: 16px;
  }
}
.bucket_wraper .bucket_text .details_bucket .list .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.bucket_wraper .bucket_text .details_bucket .list .items .layout_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.bucket_wraper .bucket_text .details_bucket .list .items .layout_text .thumbnail_icon {
  width: 8.2051282051vw;
  height: 8.2051282051vw;
  margin-right: 2.0512820513vw;
}
@media (min-width: 768px) {
  .bucket_wraper .bucket_text .details_bucket .list .items .layout_text .thumbnail_icon {
    width: 19.08px;
    height: 19.08px;
    margin-right: 8.48px;
  }
}
@media (min-width: 992px) {
  .bucket_wraper .bucket_text .details_bucket .list .items .layout_text .thumbnail_icon {
    width: 24.48px;
    height: 24.48px;
    margin-right: 10.88px;
  }
}
@media (min-width: 1200px) {
  .bucket_wraper .bucket_text .details_bucket .list .items .layout_text .thumbnail_icon {
    width: 34.92px;
    height: 34.92px;
    margin-right: 15.52px;
  }
}
@media (min-width: 1400px) {
  .bucket_wraper .bucket_text .details_bucket .list .items .layout_text .thumbnail_icon {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
}

.bt-back-top {
  position: sticky;
  max-width: 1920px;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 100px;
  z-index: 3;
  background-color: red;
}
.bt-back-top .bt-position {
  position: absolute;
  right: 0;
}

.bt-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  column-gap: 4px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #000000;
  font-size: 14px;
  text-align: center;
  right: 20px;
  z-index: 2;
  font-family: "pcast_italic";
  cursor: pointer;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
  bottom: -60px;
}
@media (min-width: 768px) {
  .bt-top {
    right: 25px;
    bottom: -40px;
  }
}
@media (min-width: 1400px) {
  .bt-top {
    width: 90px;
    height: 90px;
    font-size: 16px;
    right: 60px;
  }
}
.bt-top:hover .back-ho {
  opacity: 0;
}
.bt-top:hover .icon-arrow-up {
  font-size: 32px;
  font-weight: bold;
  transform: scale(1.5);
  transform: translateY(15px);
}
@media (min-width: 1400px) {
  .bt-top:hover .icon-arrow-up {
    font-size: 60px;
    transform: translateY(16px);
  }
}
.bt-top .icon-arrow-up {
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
}
@media (min-width: 1400px) {
  .bt-top .icon-arrow-up {
    font-size: 43px;
  }
}
.bt-top .back-ho {
  line-height: 16px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.15, 0.22, 0.2, 1);
}
@media (min-width: 1400px) {
  .bt-top .back-ho {
    line-height: 16px;
  }
}
.bt-top.fadeIn {
  transform: translateY(0px);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */