@charset "UTF-8";
/*==================================================================================*/
/*bootstrap scss import*/
/*==================================================================================*/
/*bootstrap - responsive font size*/
/*bootstrap - breakpoints*/
/*==================================================================================*/
/*fontface*/
/*==================================================================================*/
@font-face {
  font-family: "DFNYuanXBold-B5";
  src: url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5.html");
  src: url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5d41d.html?#iefix") format("embedded-opentype"), url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5-2.html#DFNYuanXBold-B5") format("svg"), url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5-3.html") format("truetype"), url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5-4.html") format("woff"), url("../assets/webfonts/DFNYuan/DFNYuanXBold-B5-5.html") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-yuan {
  font-family: "DFNYuanXBold-B5";
}

.times {
  font-family: "Times New Roman", Times, serif;
}

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

.font-700 {
  font-weight: 700;
}

/*==================================================================================*/
/*color theme variable*/
/*==================================================================================*/
/*==================================================================================*/
/*html preset*/
/*==================================================================================*/
html {
  font-family: "Roboto", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-overflow-scrolling: touch;
  word-break: break-word;
  line-height: 1.4;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:active {
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: none;
}

:focus {
  outline: none;
}

/*==================================================================================*/
/*custom responsive*/
/*==================================================================================*/
@media (max-width: 575.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}

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

@media only screen and (min-width: 768.98px) {
  .mobile-md-only {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-lg-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-lg-only {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .desktop-xl-only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .mobile-xl-only {
    display: none !important;
  }
}

/*==================================================================================*/
/*custom font size*/
/*==================================================================================*/
h1 {
  font-size: 5rem;
}
@media (max-width: 1200px) {
  h1 {
    font-size: calc(1.625rem + 4.5vw);
  }
}

h2 {
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  h2 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

h3 {
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  h3 {
    font-size: calc(1.545rem + 3.54vw);
  }
}

h4 {
  font-size: 3.6rem;
}
@media (max-width: 1200px) {
  h4 {
    font-size: calc(1.485rem + 2.82vw);
  }
}

h5 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h5 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

.font-27 {
  font-size: 2.7rem;
}
@media (max-width: 1200px) {
  .font-27 {
    font-size: calc(1.395rem + 1.74vw);
  }
}

.font-26 {
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  .font-26 {
    font-size: calc(1.385rem + 1.62vw);
  }
}

.font-25 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  .font-25 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.font-23 {
  font-size: 2.3rem;
}
@media (max-width: 1200px) {
  .font-23 {
    font-size: calc(1.355rem + 1.26vw);
  }
}

.font-24 {
  font-size: 2.4rem;
}
@media (max-width: 1200px) {
  .font-24 {
    font-size: calc(1.365rem + 1.38vw);
  }
}

.font-22 {
  font-size: 2.2rem;
}
@media (max-width: 1200px) {
  .font-22 {
    font-size: calc(1.345rem + 1.14vw);
  }
}

.font-21 {
  font-size: 2.1rem;
}
@media (max-width: 1200px) {
  .font-21 {
    font-size: calc(1.335rem + 1.02vw);
  }
}

.font-20 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .font-20 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.font-19 {
  font-size: 1.9rem;
}
@media (max-width: 1200px) {
  .font-19 {
    font-size: calc(1.315rem + 0.78vw);
  }
}

.font-18 {
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  .font-18 {
    font-size: calc(1.305rem + 0.66vw);
  }
}

.font-17 {
  font-size: 1.7rem;
}
@media (max-width: 1200px) {
  .font-17 {
    font-size: calc(1.295rem + 0.54vw);
  }
}

.font-16 {
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  .font-16 {
    font-size: calc(1.285rem + 0.42vw);
  }
}

.font-15 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .font-15 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.font-14 {
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  .font-14 {
    font-size: calc(1.265rem + 0.18vw);
  }
}

.font-13 {
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .font-13 {
    font-size: calc(1.255rem + 0.06vw);
  }
}

.font-12 {
  font-size: 1.2rem;
}

.font-11 {
  font-size: 1.1rem;
}

.font-10 {
  font-size: 1rem;
}

.font-9 {
  font-size: 0.9rem;
}

/*==================================================================================*/
/*theme color style for background and text*/
/*==================================================================================*/
.bg-theme-1 {
  background: #FFC974;
}
.bg-theme-1.bg {
  background: url("../../img/kid/social/social_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
@media (max-width: 991.98px) {
  .bg-theme-1.bg {
    background: url("../../img/kid/social/social_bg_02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
@media (max-width: 767.98px) {
  .bg-theme-1.bg {
    background: url("../../img/kid/social/social_bg_mb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
}
.bg-theme-1 .bugs-1 {
  position: absolute;
  bottom: 1%;
  left: -2.5%;
}
.bg-theme-1 .bugs-1 img {
  width: 75%;
}
@media (min-width: 1800px) {
  .bg-theme-1 .bugs-1 {
    left: 5%;
  }
}
@media (max-width: 1280px) {
  .bg-theme-1 .bugs-1 {
    left: -4%;
  }
}
@media (max-width: 991.98px) {
  .bg-theme-1 .bugs-1 {
    display: none;
  }
}
.bg-theme-1 .bugs-2 {
  position: absolute;
  right: -2%;
  top: -3%;
  z-index: 1;
}
.bg-theme-1 .bugs-2 img {
  width: 75%;
}
@media (min-width: 1800px) {
  .bg-theme-1 .bugs-2 {
    right: 5%;
  }
}
@media (max-width: 1280px) {
  .bg-theme-1 .bugs-2 {
    right: -3%;
  }
}
@media (max-width: 991.98px) {
  .bg-theme-1 .bugs-2 {
    display: none;
  }
}

.text-theme-1 {
  color: #FFC974;
}
.text-theme-1 a {
  color: #FFC974;
}

.bg-theme-2 {
  background: #e2d471;
}

.text-theme-2 {
  color: #E88229;
}
.text-theme-2 a {
  color: #E88229;
}

.bg-theme-3 {
  background: #7A3E2B;
}

.text-theme-3 {
  color: #7A3E2B;
}
.text-theme-3 a {
  color: #7A3E2B;
}

.bg-theme-grey-1 {
  background: #F9F9F9;
}

.text-theme-grey-1 {
  color: #F9F9F9;
}
.text-theme-grey-1 a {
  color: #F9F9F9;
}

.bg-theme-grey-2 {
  background: #8F8F8F;
}

.text-theme-grey-2 {
  color: #8F8F8F;
}
.text-theme-grey-2 a {
  color: #8F8F8F;
}

.bg-theme-grey-3 {
  background: #3A383B;
}

.text-theme-grey-3 {
  color: #3A383B;
}
.text-theme-grey-3 a {
  color: #3A383B;
}

.bg-theme-black {
  background: #1A1A1A;
}

.text-theme-black {
  color: #1A1A1A;
}
.text-theme-black a {
  color: #1A1A1A;
}

.bg-theme-grey-white {
  background: linear-gradient(180deg, #F9F9F9 90%, #ffffff 90%, #ffffff 100%);
}

.bg-theme-1-gradient {
  background: linear-gradient(180deg, rgba(246, 150, 121, 0.5) 0%, rgba(246, 150, 121, 0) 100%);
}

.bg-grey-gradient {
  background: transparent radial-gradient(closest-side at 50% 50%, #fff 0%, #fff 26%, #D5D1CF 200%) 0% 0% no-repeat padding-box;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-fb {
  background: #1877F2;
}

.bg-tw {
  background: #1DA1F3;
}

.bg-in {
  background: #007BB6;
}

.bg-wa {
  background: #1BD741;
}

.badge-theme-grey {
  background: #EEEEED;
  color: #707070;
  font-weight: normal;
  border-radius: 0.3rem;
  padding: 0.25em 0.7em;
}

/*==================================================================================*/
/*mixin scss*/
/*==================================================================================*/
/*mixin truncate*/
/*mixin background*/
/*mixin flexible*/
.flexible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.square-box {
  width: 100%;
  padding-top: 100%;
}

.truncate-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.truncate-2 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 2;
}

.truncate-3 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 3;
}

.truncate-4 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 4;
}

.truncate-5 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 5;
}

.truncate-6 {
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  white-space: initial;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp: 6;
}

/*==================================================================================*/
/*scrolling horizontal on mobile*/
/*==================================================================================*/
.scrolling-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .scrolling-wrapper {
    padding-right: 15px;
  }
}
.scrolling-wrapper .scrolling-item {
  display: inline-block;
}

/*==================================================================================*/
/*custom hover effect*/
/*==================================================================================*/
.hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

.hover-box-shadow .box {
  margin-top: 0px;
  transition: all 0.3s ease-in-out;
}
.hover-box-shadow:hover .box {
  margin-top: 0px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.hover-scale img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.hover-scale:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.hover-scale-sm {
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}
.hover-scale-sm:hover {
  transform: scale(0.93);
  transition: all 0.1s ease-in-out;
}

.video-btn .hover-show {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.video-btn:hover .hover-show {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.hover-svg-theme-2 .svg-icon svg path {
  stroke: #E88229;
  transition: all 0.3s ease-in-out;
}
.hover-svg-theme-2:hover.hover-svg-theme-2 .svg-icon svg path {
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}

/*==================================================================================*/
/*animation*/
/*==================================================================================*/
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
.ani-float {
  animation: float 6s ease-in-out infinite;
}

.float-icon {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 5;
  top: 80%;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .float-icon {
    border-radius: 0%;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.float-icon .float-icon-msg {
  position: absolute;
  z-index: 4;
  top: -20px;
  left: -50px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  width: 148px;
  transition: all 0.3s ease-in-out;
}
.float-icon:hover .float-icon-msg {
  opacity: 1;
  top: -70px;
  left: -130px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

/*==================================================================================*/
/*custom border*/
/*==================================================================================*/
.divider {
  border-bottom: 1px solid #E7E7E7;
}

.border-dashed {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='5' ry='5' stroke='%23CCCCCCFF' stroke-width='1' stroke-dasharray='5%2c5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 5px;
}

/*==================================================================================*/
/*custom button theme style*/
/*==================================================================================*/
.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}

button {
  border: 0;
  background: transparent;
  box-shadow: none;
}
button:focus {
  outline: none !important;
}

.rounded-btn {
  border-radius: 50px;
}
.rounded-btn.circle {
  border-radius: 50%;
}

.solid-btn-theme1 {
  background: #FFC974;
  border: 1px solid #FFC974;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.solid-btn-theme1:hover {
  color: #ffffff;
  background: #ffbf5b;
}

.solid-btn-theme2 {
  background: #E88229;
  border: 1px solid #E88229;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.solid-btn-theme2:hover {
  color: #ffffff;
  background: #df7518;
}

.solid-btn-fb {
  background: #1877F2;
  border: 1px solid #1877F2;
  color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.solid-btn-fb:hover {
  background: #0c64d5;
  border: 1px solid #0c64d5;
  transition: all 0.3s ease-in-out;
}

.solid-btn-google {
  background: #ffffff;
  border: 1px solid #c3c3c3;
  color: #5E5C5C;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.solid-btn-google:hover {
  color: #000000;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
}

.solid-btn-white {
  background: #ffffff;
  color: #FFC974;
  border: none;
}
.solid-btn-white:hover, .solid-btn-white:active {
  color: #FFC974;
  text-decoration: none;
}

.border-btn-theme-1 {
  border: 2px solid #FFC974;
  color: #FFC974;
  background: transparent;
}
.border-btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn-padding-sm {
  padding: 2px 10px;
  width: auto;
  text-align: center;
}

.btn-padding {
  padding: 8px 12px;
  width: auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .btn-padding {
    padding: 10px 20px;
    min-width: 130px;
  }
}
@media (max-width: 991.98px) {
  .btn-padding {
    padding: 10px 20px;
    min-width: 130px;
  }
}

.btn-padding-lg {
  padding: 12px 65px;
  width: auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .btn-padding-lg {
    padding: 17px 85px;
  }
}
@media (max-width: 767.98px) {
  .btn-padding-lg {
    padding: 17px 85px;
  }
}

.btn-width {
  width: 148px;
  height: 45px;
}
@media (max-width: 767.98px) {
  .btn-width {
    width: 45%;
  }
}

/*==================================================================================*/
/*custom close button*/
/*==================================================================================*/
.close-fixed-img {
  position: fixed;
  z-index: 1;
  top: 10px;
  right: 10px;
}

.close-abs-img {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -20px;
}
@media (max-width: 767.98px) {
  .close-abs-img {
    top: 10px;
    right: 10px;
  }
}

/*==================================================================================*/
/*custom form theme style*/
/*==================================================================================*/
/*list style bullet*/
ul.ul-theme-1 {
  list-style: none;
  padding-left: 1.5em;
}
ul.ul-theme-1 li::before {
  content: url(../../img/kid/woman/ul-theme-1.html);
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  margin-left: -1.5em;
}
ul.ul-theme-white {
  list-style: none;
  padding-left: 18px;
}
ul.ul-theme-white li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  width: 1em;
  margin-left: -1em;
}

/*dropdown select*/
.select_mate {
  position: relative;
  float: left;
  width: 100%;
  transition: all 375ms ease-in-out;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
.select_mate .icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}
.select_mate .cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.select_mate .cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  color: #ffffff;
  background-color: #3A383B;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  transition: all 375ms ease-in-out;
}
.select_mate .cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #696969;
  color: #ffffff;
  background-color: #3A383B;
  list-style-type: none;
  padding: 1.5rem 3rem;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.select_mate .cont_select_int li:last-child {
  border-radius: 0px;
  border-bottom: 0px;
}
.select_mate .cont_select_int li:hover {
  background-color: #000000;
}
.select_mate .cont_select_int .active {
  background-color: #000000;
}
.select_mate .selecionado_opcion {
  padding: 2rem 3rem;
  width: 100%;
  display: block;
  margin: 0px;
  cursor: pointer;
}

/*checkbox*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #FFC974;
  border: 0px solid #E7E7E7;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container:hover input .checkmark {
  background-color: #ccc;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 0.3rem;
  border: 1px solid #E7E7E7;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*upload image*/
.upload-logo {
  max-width: 220px;
  margin: auto;
  max-height: 220px;
  height: auto;
}
@media (min-width: 1200px) {
  .upload-logo {
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .upload-logo {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .upload-logo {
    height: 220px;
  }
}

.upload-wechat #upload {
  width: auto !important;
}

#mediaFile {
  position: absolute;
  top: -10000px;
  display: none;
}

#upload {
  position: relative;
  cursor: pointer;
  display: table;
  background-position: 49% 48%;
  width: 100%;
  height: 382px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  #upload {
    height: 250px;
  }
}
#upload .dashes {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 4px dashed #ddd;
  opacity: 1;
}
#upload label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
#upload.dragging {
  background-image: none !important;
}
#upload.dragging .dashes {
  animation-duration: 10s;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 1 !important;
}
#upload.dragging label {
  opacity: 0.5 !important;
}
#upload.hasImage {
  border: 1px solid #E7E7E7;
}
#upload.hasImage .dashes,
#upload.hasImage label {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.upload-file-wrapper {
  border: 2px solid #8F8F8F;
  text-align: center;
  width: 80%;
  height: 280px;
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .upload-file-wrapper {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .upload-file-wrapper {
    height: 280px;
  }
}
.upload-file-wrapper #cross {
  background: #ffffff;
  height: 48px;
  position: relative;
  width: 6px;
}
.upload-file-wrapper #cross:after {
  background: #ffffff;
  content: "";
  height: 6px;
  left: -22px;
  position: absolute;
  top: 20px;
  width: 48px;
}
.upload-file-wrapper:after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*==================================================================================*/
/*bootstrap hacker*/
/*==================================================================================*/
.form-control {
  border-radius: 0.5rem;
  height: 45px;
  padding: 10px;
  border: 1px solid #E7E7E7;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FFC974;
  color: #1A1A1A;
}
.form-control::placeholder {
  color: #cccccc;
  opacity: 1;
}

.close {
  opacity: 0.7 !important;
}
.close:hover {
  opacity: 1 !important;
}

.modal-backdrop.show {
  opacity: 1;
}

.backdrop-bg {
  opacity: 0.1 !important;
}

.rounded-lg {
  border-radius: 1.2rem;
}

.rounded {
  border-radius: 1rem !important;
}

.nav-pills .nav-link {
  border-radius: 1rem;
}

.shadow {
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1490196078) !important;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1490196078) !important;
}

.bg_white {
  background-color: rgba(255, 255, 255, 0.8196078431);
}

/*==================================================================================*/
/*modal theme*/
/*==================================================================================*/
/*modal full screen*/
.modalFullscreen {
  padding: 0 !important;
}
.modalFullscreen .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modalFullscreen .modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  min-height: 100vh;
}

/*modal full width*/
.modalFullwidth {
  padding: 0 !important;
}
.modalFullwidth .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modalFullwidth .modal-dialog .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

/*==================================================================================*/
/*modal Social Post*/
/*==================================================================================*/
/*Modal Social Post*/
.modalSocialpost {
  -webkit-overflow-scrolling: auto;
}
@media (max-width: 767.98px) {
  .modalSocialpost {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
.modalSocialpost .modal-dialog .modal-content {
  border-radius: 0.8rem;
  min-height: 80vh;
  border: none;
  height: 80vh;
}
@media (max-width: 991.98px) {
  .modalSocialpost .modal-dialog .modal-content {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content {
    border-radius: 0;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col {
  border-right: 1px solid #e1e1e1;
  height: 80vh;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .media-col {
    height: auto;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel {
  font-size: 1.3rem;
  height: 70px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal;
  padding: 0px 20px;
}
@media (max-width: 1200px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel {
    font-size: calc(1.255rem + 0.06vw);
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .close {
  font-size: 1.3rem;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 1200px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .close {
    font-size: calc(1.255rem + 0.06vw);
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn {
  margin-left: 10px;
  color: #898989;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span {
  display: flex;
  align-items: center;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span p {
    display: none;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span path {
  fill: #cccccc;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span:hover p, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span:hover svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn span:hover path {
  fill: #000000;
  color: #000000;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper {
  color: #898989;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper path {
  fill: #cccccc;
  width: 25px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper path {
    margin-right: 0px;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .source:hover span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .source:hover svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .source:hover path {
  fill: #33AEFF;
  color: #33AEFF;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like:hover span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like:hover svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like:hover path, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like.active span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like.active svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .like.active path, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart:hover span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart:hover svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart:hover path, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart.active span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart.active svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .heart.active path {
  fill: #d3637c;
  color: #d3637c;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .share:hover span, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .share:hover svg, .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .share:hover path {
  fill: #FCB617;
  color: #FCB617;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon {
  cursor: pointer;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon .icon {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  vertical-align: text-top;
  width: 23px;
  height: 20px;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon.heart .icon {
  background: url(../../img/kid/woman/svg/action-like-grey.html);
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon.heart .icon.like {
  background: url(../../img/kid/woman/svg/action-like-grey.html);
  animation: heart 0.6s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon.heart .icon.liked {
  background: url(../../img/kid/woman/svg/action-liked.html);
  animation: heart 0.6s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
@keyframes heart {
  0%, 15% {
    transform: scale(0);
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .socialpost-btn-wrapper .action-icon.heart:hover .icon {
  background: url(../../img/kid/woman/svg/action-liked.html);
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .nav-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .nav-share .dropdown-menu {
  margin: 10px 0 0;
  width: auto;
  min-width: auto;
  padding: 5px;
  border: 1px solid #707070;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .nav-share .dropdown-menu.show {
  display: flex;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .nav-share .dropdown-menu a.share-icon {
  padding: 5px;
  width: 50px;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-top-panel .nav-share .dropdown-menu a.share-icon:active {
  background-color: transparent;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 70px);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel {
    padding: 0px;
    min-height: 350px;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  margin: auto;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel .socialpost-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel .socialpost-image {
    height: auto;
  }
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel .socialpost-image img {
  max-height: 100%;
  width: auto;
}
.modalSocialpost .modal-dialog .modal-content .media-col .socialpost-media-panel .video-instagram {
  height: 100%;
  overflow-y: scroll;
}
.modalSocialpost .modal-dialog .modal-content .comment-col {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 30px;
  color: #000000;
  overflow-y: auto;
  height: 80vh;
  justify-content: space-between;
  flex-direction: row;
  flex-flow: column;
}
@media (max-width: 991.98px) {
  .modalSocialpost .modal-dialog .modal-content .comment-col {
    margin-bottom: 0;
    height: auto;
  }
}
.modalSocialpost .modal-dialog .modal-content .comment-col .ytd-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .desc-wrapper {
  margin-bottom: 25px;
  word-break: break-word;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .desc-wrapper .read-more {
  cursor: pointer;
  font-weight: bold;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper {
  width: 100%;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .ttl {
  font-weight: bold;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .no-comment {
  color: #898989;
  padding: 20px 0px;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .fb-login-btn-wrapper a.fb-login-btn {
  background: #1877F2;
  color: #ffffff;
  padding: 12px 40px;
  text-align: center;
  border-radius: 0.5rem;
  display: table;
  margin: auto;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .fb-login-btn-wrapper a.fb-login-btn dd i {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .fb-login-btn-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
  }
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment {
  margin-bottom: 20px;
  width: 100%;
  display: table;
}
@media (max-width: 767.98px) {
  .modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment.row-comment-input {
    position: fixed;
    bottom: -20px;
    left: 0;
    background: #ffffff;
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    z-index: 10;
  }
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment .col-profile-image {
  margin-right: 10px;
  float: left;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment .col-profile-image .profile-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment .col-message {
  border: 1px solid #e1e1e1;
  border-radius: 0.5rem;
  padding: 10px;
  width: calc(100% - 65px);
  float: left;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment .col-message .name {
  font-weight: bold;
}
.modalSocialpost .modal-dialog .modal-content .comment-col .comment-wrapper .comment-box .row-comment .col-message textarea {
  width: 100%;
  border: 0;
}

/*==================================================================================*/
/*Header*/
/*==================================================================================*/
/*Anchor With Sticky Header*/
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
@media (max-width: 1199.98px) {
  :target:before {
    height: 100px;
    margin: -100px 0 0;
  }
}

/*Header*/
header nav {
  background: #000000;
  color: #ffffff;
  height: 100px;
  border-bottom: 0px solid #E7E7E7;
}
@media (max-width: 1199.98px) {
  header nav {
    height: 100px;
    border-bottom: 1px solid #F9F9F9;
  }
}
header nav li.nav-item {
  height: 100px;
  line-height: 100px;
}
@media (max-width: 1199.98px) {
  header nav li.nav-item {
    height: 100px;
    line-height: 100px;
  }
}
header nav li.nav-item a {
  color: #ffffff;
}
header nav li.nav-item:hover, header nav li.nav-item.active {
  border-bottom: 3px solid #FFC974;
}
header nav .nav-mobile .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 10000;
}
header nav .nav-mobile #nav-hamburger {
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header nav .nav-mobile #nav-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header nav .nav-mobile #nav-hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
header nav .nav-mobile #nav-hamburger span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
header nav .nav-mobile #nav-hamburger span:nth-child(3) {
  top: 19px;
  transform-origin: left center;
}
header nav .nav-mobile #nav-hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1.5px;
  left: 4px;
}
header nav .nav-mobile #nav-hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header nav .nav-mobile #nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 19.5px;
  left: 4px;
}

.menu-page-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}
.menu-page-mobile .menu-wrap {
  margin-top: 30px;
}
.menu-page-mobile .menu-wrap a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.menu-page-mobile .menu-wrap a:hover, .menu-page-mobile .menu-wrap a .active {
  color: #FFC974;
  font-weight: bold;
}
.menu-page-mobile .menu-wrap .border-btn-white:hover, .menu-page-mobile .menu-wrap .border-btn-white .active {
  color: #ffffff;
}

.body-content {
  overflow: hidden;
}
/*==================================================================================*/
/*Footer*/
/*==================================================================================*/
/*Footer*/
footer .footer-wrap {
  padding: 20px;
  /*
  @include media-breakpoint-down(xs){
      padding-bottom: 80px;
  }*/
}
footer .footer-wrap p {
  color: #000 !important;
  margin-bottom: 1rem !important;
}
footer .footer-wrap ul li {
  color: #000 !important;
}
footer .footer-wrap .height-20 {
  height: 20px;
}
@media (max-width: 767.98px) {
  footer .footer-wrap .height-20 {
    height: 26px;
  }
}
footer .footer-wrap .height-16 {
  height: 16px;
}
@media (max-width: 767.98px) {
  footer .footer-wrap .height-16 {
    height: 20px;
  }
}

/*==================================================================================*/
/*Home page*/
/*==================================================================================*/
.switch-design-btn {
  z-index: 1;
  right: 0;
}

.home-page .logo img {
  width: 161px;
}
@media only screen and (max-width: 888px) {
  .home-page .logo img {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .home-page .logo img {
    width: 140px;
  }
}
.home-page .story-container {
  position: relative;
}
.home-page .story-container.bg {
  background: url("../../img/kid/bg_story_prod_01.jpg");
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .home-page .story-container.bg {
    background: url("../../img/kid/bg_story_prod_02.jpg");
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 768.98px) {
  .home-page .story-container.bg {
    background: unset;
  }
  .home-page .story-container.bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateZ(0);
    will-change: transform;
    background: url("../../img/kid/bg_story_prod_mb.jpg");
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
.home-page .story-container .abs_boy {
  position: absolute;
  bottom: 0;
  width: 52%;
}
.home-page .story-container .abs_oval {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .home-page .story-container .abs_oval {
    left: calc(10% - 9rem);
  }
}
@media only screen and (max-width: 393.98px) {
  .home-page .story-container .abs_oval {
    left: calc(5% - 9rem);
  }
}
@media only screen and (max-width: 375.98px) {
  .home-page .story-container .abs_oval {
    left: calc(5% - 11rem);
  }
}
.home-page .story-container .abs_logo {
  position: absolute;
  top: 10px;
  left: 10%;
}
@media (max-width: 1199.98px) {
  .home-page .story-container .abs_logo {
    left: 20px;
  }
}
.home-page .story-container .abs_menu {
  position: absolute;
  top: 30px;
  right: 1%;
  z-index: 999;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .home-page .story-container .abs_menu {
    right: 5%;
    top: 20px;
  }
}
.home-page .story-container .abs_menu .top_menu img, .home-page .story-container .abs_menu .woman_top_menu img {
  width: 190px;
}
@media (max-width: 991.98px) {
  .home-page .story-container .abs_menu .top_menu img, .home-page .story-container .abs_menu .woman_top_menu img {
    width: 160px;
  }
}
@media (max-width: 767.98px) {
  .home-page .story-container .abs_menu .top_menu img, .home-page .story-container .abs_menu .woman_top_menu img {
    width: 145px;
  }
}
.home-page .story-container .abs_menu .woman_top_menu {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .home-page .story-container .abs_menu .woman_top_menu {
    margin-top: 5px;
  }
}
.home-page .story-container .masthead-img {
  margin: auto;
  position: relative;
  z-index: 1;
}
.home-page .story-container .masthead-img .masthead-img-cont {
  max-width: 500px;
  padding: 0px 2rem;
  animation: fadeInDown 1s;
}
@media (max-width: 991.98px) {
  .home-page .story-container .masthead-img .masthead-img-cont {
    max-width: 470px;
  }
}
.home-page .story-container .masthead-img-mb {
  animation: fadeInDown 1s;
  margin-top: 75px;
}
.home-page .story-container .masthead-img-mb img {
  width: 470px;
}
@media only screen and (max-width: 768.98px) {
  .home-page .story-container .masthead-img-mb img {
    width: 100%;
    margin-top: 2rem;
  }
}
.home-page .story-container .story-cards {
  padding: 0 40px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  animation: fadeInUp 0.8s;
}
@media (min-width: 1200px) {
  .home-page .story-container .story-cards {
    padding: 0 150px;
  }
}
@media (max-width: 1199.98px) {
  .home-page .story-container .story-cards {
    padding: 0 100px;
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .home-page .story-container .story-cards {
    padding: 0 40px;
  }
}
.home-page .story-container .story-cards .story-card {
  position: relative;
}
.home-page .story-container .story-cards .story-card .btn-story {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  /*width: 60%;*/
}
@media (min-width: 576px) {
  .home-page .story-container .story-cards.stories-1-3 .slick-slide:nth-child(2) .story-card {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 576px) {
  .home-page .story-container .story-cards.scale-effect .slick-center .story-card {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
  }
}
.home-page .story-container .story-cards.story-cards-fluid {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 576px) {
  .home-page .story-container .story-cards.story-cards-fluid {
    margin-top: -15px;
  }
}
.home-page .story-container .story-cards.story-cards-fluid .story-card {
  width: 280px;
}
.home-page .prod_part .cherrytalk_mb img, .home-page .prod_part .peanutstalk_mb img {
  width: 165px;
}
.home-page .prod_part .prod-img .prod_top {
  position: relative;
  /*.abs_90 {
      position:absolute;
      top: -16px;
      left: -16vw;
      @media only screen and (max-width: 1700px) {
          left: -332px;
      }
      @include media-breakpoint-down(lg) {
          left:-185px;
      }
      @include media-breakpoint-down(md) {
          left: -111px;
      }
      @media only screen and (max-width: 852px) {
          left: -67px;
      }
      img.prod_90 {
          width:288px;
          @media only screen and (min-height: 700px) {
              animation: fadeInLeft 1s;
          }
          @include media-breakpoint-down(lg) {
              width:180px;
          }
          @include media-breakpoint-down(md) {
              width: 135px;
          }
          @media only screen and (max-width: 852px) {
              width: 100px;
          }
      }
  }*/
}
.home-page .prod_part .prod-img .prod_top img.prod_text {
  width: 485px;
}
@media only screen and (min-height: 700px) {
  .home-page .prod_part .prod-img .prod_top img.prod_text {
    animation: fadeInDown 1s;
  }
}
@media only screen and (max-width: 768.98px) {
  .home-page .prod_part .prod-img .prod_top img.prod_text {
    width: 100%;
    margin-top: 25rem;
  }
}
@media (max-width: 767.98px) {
  .home-page .prod_part .prod-img .prod_top img.prod_text {
    width: 360px;
    margin-top: 9rem;
  }
}
.home-page .prod_part .prod-item {
  max-width: 950px;
  margin: auto;
  width: 85%;
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .home-page .prod_part .prod-item {
    margin-top: 0;
    width: 70%;
    padding-bottom: 10rem;
  }
}
.home-page .prod_part .prod-item .tab-pane {
  padding: 0 20px;
}
@media only screen and (max-width: 768.98px) {
  .home-page .prod_part .prod-item .product-box-wrap .py-5 {
    padding-bottom: 25rem !important;
    padding-top: 10rem !important;
  }
}
@media only screen and (max-width: 460.98px) {
  .home-page .prod_part .prod-item .product-box-wrap .py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
}
.home-page .prod_part .prod-item .product-img {
  margin: 0 auto 25px;
}
.home-page .prod_part .prod-item .product-img.bg_prod_img {
  background-size: contain;
  width: 110px;
  height: 152px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768.98px) {
  .home-page .prod_part .prod-item .product-img.bg_prod_img {
    margin-top: 5px;
    width: 100%;
    height: 200px;
    box-shadow: none;
  }
}
.home-page .prod_part .prod-item .prod_img_text {
  width: 100%;
  max-width: 230px;
}
.home-page .prod_part .prod-item .buynow_kids {
  width: 100%;
  max-width: 70px;
}
.home-page .prod_part .prod-item .max_width_prod {
  width: 100%;
  max-width: 300px;
  padding: 3.5rem 2rem 2rem;
  background: #Fff;
}
@media (min-width: 1200px) {
  .home-page .prod_part .prod-item .max_width_prod {
    width: 100%;
  }
}
@media only screen and (min-height: 700px) {
  .home-page .prod_part .prod-item .max_width_prod {
    animation: fadeInUp 1s;
  }
}
@media only screen and (max-width: 768.98px) {
  .home-page .prod_part .prod-item .max_width_prod {
    max-width: unset;
    padding: 3.5rem 2rem;
    background: rgba(255, 255, 255, 0.8196078431);
  }
}
.home-page .product-bg {
  position: relative;
}
.home-page .product-bg.bg {
  background: url("../../img/kid/woman/product/product_bg.html");
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.home-page .product-bg .product-container {
  padding: 40px 0px 40px;
  margin: auto;
}
.home-page .product-bg .product-container ul.nav-products {
  flex-direction: row;
  max-width: 900px;
  margin: auto;
  width: 90%;
}
@media (max-width: 991.98px) {
  .home-page .product-bg .product-container ul.nav-products {
    flex-direction: column;
  }
}
.home-page .product-bg .product-container ul.nav-products li.nav-item {
  padding: 10px;
}
@media (max-width: 991.98px) {
  .home-page .product-bg .product-container ul.nav-products li.nav-item {
    order: 0;
    background-color: #ffffff;
    padding: 0px;
  }
  .home-page .product-bg .product-container ul.nav-products li.nav-item.active {
    order: -1;
  }
}
.home-page .product-bg .product-container ul.nav-products li.nav-item a.nav-link {
  background: #EFEFEF;
  color: #888888;
  padding: 15px;
}
@media (max-width: 991.98px) {
  .home-page .product-bg .product-container ul.nav-products li.nav-item a.nav-link {
    border-radius: 0;
  }
}
.home-page .product-bg .product-container ul.nav-products li.nav-item a.nav-link.active {
  background: #E88229;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .home-page .product-bg .product-container ul.nav-products li.nav-item a.nav-link.active {
    border-radius: 0.8rem;
  }
}
.home-page .product-bg .product-container .products-tab-content {
  max-width: 950px;
  margin: auto;
  width: 85%;
}
.home-page .product-bg .product-container .products-tab-content .tab-pane {
  padding: 0 20px;
}
.home-page .product-bg .product-container .products-tab-content .product-img {
  margin: 0 auto 20px;
}
.home-page .product-bg .product-container .product-info {
  max-width: 90%;
  margin: auto;
}
.home-page .product-bg .product-container .product-info .food-logo-img {
  height: 220px;
}
@media (max-width: 767.98px) {
  .home-page .product-bg .product-container .product-info .food-logo-img {
    height: 190px;
  }
}
.home-page .product-bg .product-container .product-info .food-logo-img img {
  height: 100%;
}
.home-page .upload-bg {
  background: url("../../img/kid/woman/upload_form/upload_bg.html");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page .upload-bg .upload-receipt-container {
  padding: 40px 0px 50px;
  max-width: 900px;
  margin: auto;
  width: 95%;
}
.home-page .contact-container {
  padding: 40px 0px 40px;
  max-width: 700px;
  position: relative;
  width: 90%;
}

.oren_circle {
  background: #ff800f;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 10px solid #ffa859;
  padding: 0px;
  box-shadow: rgba(137, 137, 137, 0.5215686275) 0px 10px 5px 4px;
}
@media (max-width: 767.98px) {
  .oren_circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .oren_circle {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 400px) {
  .oren_circle {
    width: 120px;
    height: 120px;
  }
}
.oren_circle img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto 7px;
  width: 115px;
}
@media (max-width: 767.98px) {
  .oren_circle img {
    width: 158px;
    margin: auto 11px;
  }
}
@media (max-width: 575.98px) {
  .oren_circle img {
    width: 115px;
    margin: auto 7px;
  }
}
@media only screen and (max-width: 400px) {
  .oren_circle img {
    width: 92px;
    margin: auto 9px;
  }
}

/*==================================================================================*/
/*Social post section*/
/*==================================================================================*/
.social-page .logo {
  position: relative;
  width: 115px;
  margin: auto;
  padding: 30px 0 25px;
}

.social-container {
  padding: 40px 0px 50px;
  width: 85%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .social-container {
    width: 70%;
  }
}
@media only screen and (min-height: 700px) {
  .social-container .socialpost-slick {
    animation: fadeInUp 1s;
  }
}
.social-container .socialpost-slick .slick-list {
  margin: 0 -8px;
}
.social-container .socialpost-slick .slick-list .slick-slide {
  margin: 0 8px;
}
.social-container .col-socialpost {
  position: relative;
}
.social-container .col-socialpost .socialpost-image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  padding-top: 70%;
  border-radius: 1rem 1rem 0 0;
  display: table;
}
.social-container .col-socialpost .socialpost-image .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1rem 0 0;
  overflow: hidden;
}
.social-container .col-socialpost .socialpost-image .date span {
  padding: 0px 5px 0px 10px;
  height: 24px;
  align-items: center;
  display: flex;
}
.social-container .col-socialpost .socialpost-image .date .social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-container .col-socialpost .socialpost-image .play-btn {
  position: absolute;
  z-index: 1;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: #ffffff;
}
.social-container .col-socialpost .socialpost-image .play-btn svg path, .social-container .col-socialpost .socialpost-image .play-btn svg polygon {
  fill: #ffffff;
}
.social-container .col-socialpost .footer-btn {
  border-radius: 0 0 1rem 1rem;
  border-top: 1px solid #FFC974;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.social-container .col-socialpost .footer-btn p {
  color: #E88229;
  transition: all 0.3s ease-in-out;
}
.social-container .col-socialpost .footer-btn:hover {
  background: #E88229;
  transition: all 0.3s ease-in-out;
}
.social-container .col-socialpost .footer-btn:hover p {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.social-container .slick-prev:before {
  left: 10px;
}
.social-container .slick-next:before {
  right: 10px;
}

.social_text {
  width: 265px;
}
@media only screen and (min-height: 700px) {
  .social_text {
    animation: fadeInDown 1s;
  }
}
@media (max-width: 575.98px) {
  .social_text {
    width: 210px;
  }
}

@media (max-width: 991.98px) {
  .nav-tabs.nav-tabs-dropdown,
.nav-tabs-dropdown {
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
.nav-tabs-dropdown::after {
    content: "┚";
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    left: 74%;
    z-index: 2;
    color: #ffffff;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
.nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li > a.active,
.nav-tabs-dropdown.open > li > a.active {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
.nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
.nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus, .nav-tabs.nav-tabs-dropdown > li > a:hover, .nav-tabs.nav-tabs-dropdown > li > a:active,
.nav-tabs-dropdown > li > a:focus,
.nav-tabs-dropdown > li > a:hover,
.nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a.active,
.nav-tabs-dropdown > li > a.active {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li > a.active:focus, .nav-tabs.nav-tabs-dropdown > li > a.active:hover, .nav-tabs.nav-tabs-dropdown > li > a.active:active,
.nav-tabs-dropdown > li > a.active:focus,
.nav-tabs-dropdown > li > a.active:hover,
.nav-tabs-dropdown > li > a.active:active {
    border-color: transparent;
  }
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active, .pill-content > .active {
  height: auto;
}

@media only screen and (min-height: 700px) {
  .animated {
    opacity: 1 !important;
  }
}

.dg-share-button {
  transition: border 0.3s ease, background 0.3s ease;
}
.dg-share-button.fill-space {
  max-width: 100%;
}
.dg-share-button.hide-border {
  background: transparent;
  border: 1px solid transparent;
}
.dg-share-button.hide-border:hover {
  background: transparent;
  border: 1px solid #cccccc;
}
.dg-share-button:hover {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}

.dg-share-button-popup {
  display: block;
  position: absolute;
  z-index: -1;
  padding: 10px 13px;
  background-color: #e98834;
  border: 1px solid #e98834;
  box-shadow: 0 5px 8px #cccccc;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
}
.dg-share-button-popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid #e98834;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0 solid;
  transform: translate(-50%, 100%);
}
.dg-share-button-popup.active {
  transform: translateY(calc(-100% - 10px));
  opacity: 1;
  z-index: 2;
}
.dg-share-button-popup ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-around;
}
.dg-share-button-popup li {
  display: inline;
  margin-right: 10px;
}
.dg-share-button-popup li:last-child {
  margin-right: 0;
}
.dg-share-button-popup li span[data-i] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #efefef;
  box-shadow: #efefef 0px 0px 0px 3px;
}
.dg-share-button-popup li span.fb_bg[data-i] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1877f2;
  box-shadow: #1877f2 0px 0px 0px 3px;
}
.dg-share-button-popup li span {
  display: none;
}

.text-green {
  color: #00631a;
}

@media (max-width: 767.98px) {
  .p-3.p-3real {
    padding: 3rem !important;
  }
}
@media (max-width: 575.98px) {
  .p-3.p-3real {
    padding: 1rem !important;
  }
}

.deco_sett {
  width: 100%;
  max-width: 1200px;
}
.deco_sett .abs_cherry {
  position: absolute;
  bottom: -82px;
  left: 0px;
}
.deco_sett .abs_cherry img {
  width: 410px;
}
@media (max-width: 1199.98px) {
  .deco_sett .abs_cherry {
    bottom: -65px;
  }
  .deco_sett .abs_cherry img {
    width: 350px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .deco_sett .abs_cherry img {
    width: 270px;
  }
}
@media (max-width: 575.98px) {
  .deco_sett .abs_cherry {
    bottom: -46px;
  }
  .deco_sett .abs_cherry img {
    width: 170px;
  }
}
.deco_sett .abs_peanuts {
  position: absolute;
  bottom: -33px;
  right: 88px;
}
.deco_sett .abs_peanuts img {
  width: 300px;
}
@media (max-width: 1199.98px) {
  .deco_sett .abs_peanuts {
    right: 21px;
  }
  .deco_sett .abs_peanuts img {
    width: 266px;
  }
}
@media (max-width: 1199.98px) and (max-width: 767.98px) {
  .deco_sett .abs_peanuts img {
    width: 216px;
  }
}
@media (max-width: 575.98px) {
  .deco_sett .abs_peanuts {
    right: 0px;
  }
  .deco_sett .abs_peanuts img {
    width: 154px;
  }
}
.deco_sett .abs_cherry_talk {
  position: absolute;
  bottom: 248px;
  left: 0px;
}
.deco_sett .abs_cherry_talk img {
  width: 288px;
}
@media (max-width: 1199.98px) {
  .deco_sett .abs_cherry_talk {
    bottom: 164px;
  }
  .deco_sett .abs_cherry_talk img {
    width: 240px;
  }
}
.deco_sett .abs_peanuts_talk {
  position: absolute;
  bottom: 176px;
  right: 0px;
}
.deco_sett .abs_peanuts_talk img {
  width: 288px;
}
@media (max-width: 1199.98px) {
  .deco_sett .abs_peanuts_talk {
    bottom: 119px;
  }
  .deco_sett .abs_peanuts_talk img {
    width: 240px;
  }
}

.slick-prev:before {
  content: "";
  background-image: url("../../img/kid/arrow_prev.png") !important;
  left: 25px;
}
@media only screen and (max-width: 768.98px) {
  .slick-prev:before {
    left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .slick-prev:before {
    left: 25px;
  }
}

.slick-next:before {
  content: "";
  background-image: url("../../img/kid/arrow_next.png") !important;
  right: 28px;
}
@media only screen and (max-width: 768.98px) {
  .slick-next:before {
    right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .slick-next:before {
    right: 28px;
  }
}/*# sourceMappingURL=custom.min.css.map */