@font-face {
  font-family: "SVN-ToySans";
  src: url("../fonts/SVN-ToySans.ttf");
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Gotham Rounded";
  src: url("../fonts/iCielGothamRounded-Medium.woff2") format("woff2"),
    url("../fonts/iCielGothamRounded-Medium.woff") format("woff"),
    url("../fonts/iCielGothamRounded-Medium.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Gotham Rounded";
  src: url("../fonts/iCielGothamRounded-Bold.woff2") format("woff2"),
    url("../fonts/iCielGothamRounded-Bold.woff") format("woff"),
    url("../fonts/iCielGothamRounded-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iCiel Gotham Rounded";
  src: url("../fonts/iCielGothamRounded-Light.woff2") format("woff2"),
    url("../fonts/iCielGothamRounded-Light.woff") format("woff"),
    url("../fonts/iCielGothamRounded-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  font-family: "iCiel Gotham Rounded", sans-serif;
  background-color: #fff;
  color: #fff;
  position: relative;
  background: #ffd4ac;
  background-size: cover;
}
.bg-page {
  background: url("../images/Landing\ Page\ -\ Desktop.png") no-repeat;
  background-position-y: -100px;
  background-size: cover;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast; /* Sử dụng thuộc tính cho trình duyệt Safari */
  image-rendering: crisp-edges;
}
p {
  color: #fff;
  font-weight: 300;
}
.equal-height > [class*="col"] {
  display: flex;
  flex-direction: column;
}
.equal-height > [class*="col"] > * {
  flex: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "SVN-ToySans", sans-serif;
}
a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
}
.site-navbar-wrap a {
  color: #fff;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
}
/* .site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
} */
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  padding-left: 0px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:first-child
  > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li:last-child
  > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #ff7d34;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li:last-child
  > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.has-children
  > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a:hover {
  color: #fff !important;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li
  > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  a {
  color: #fff;
}
.sticky-wrapper.is-sticky
  .site-navbar
  .site-navigation
  .site-menu
  > li.active
  ul
  li
  a {
  color: #343a40;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown-mobile
  a.nav-link {
  color: #fff !important;
}
.site-navbar-wrap .site-navbar-top .container {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.flag-icon,
.flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  margin-right: 12px;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-us {
  background-image: url(../images/en.png);
}
.flag-icon-vn {
  background-image: url(../images/vietnam.svg);
}

.site-navbar-wrap .site-navbar-top {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
.site-navbar-wrap .d-flex.mr-auto a:first-child {
  margin-right: 44px;
}
.site-navbar-wrap .d-flex.mr-auto a span.text {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2f82ed;
}
.lang button.btn.dropdown-toggle.btn-light {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2f82ed;
  background: transparent;
  border: none;
}
.lang .dropdown-menu a.dropdown-item,
.lang .dropdown-menu a.dropdown-item:hover,
.lang .dropdown-menu a.dropdown-item:focus {
  color: #222;
}
.lang .dropdown-menu a.dropdown-item.active {
  color: #fff;
}
.lang button.btn.dropdown-toggle.btn-light:focus {
  outline: none !important;
  box-shadow: none;
}
.col-8.col-sm-10.justify-content-sm-between.menu.justify-content-end.d-flex.align-items-center {
  padding-left: 0px;
}
.site-navbar-wrap .d-flex.mr-auto a.d-flex.align-items-center:hover span.text {
  font-weight: 700;
}
.site-navbar-wrap .d-flex.mr-auto a span.ti {
  font-size: 23px;
  color: #2f82ed;
}
.site-navbar-wrap .d-flex.mr-auto a.d-flex.align-items-center:hover span.ti {
  font-weight: 700;
}
.site-navbar-wrap .lang {
  color: #2f82ed;
  font-size: 40px;
}
.site-navbar-wrap .lang {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.site-navbar .site-logo img {
  height: 38px;
  max-width: initial;
}
.site-navbar .site-navigation .site-menu > li,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  padding: 25px 10px;
}
.site-navbar .site-navigation .site-menu > li > a,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-family: "SVN-ToySans", sans-serif;
}
.sticky-wrapper .site-navbar ul li.active > a,
.sticky-wrapper .site-navbar ul li:hover > a {
  border-bottom: 4px solid #ffffff;
}
.home-demo .item {
  background: #ff3f4d;
}
.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.background-orange {
  background: #ff9234;
}
.is-sticky .background-orange {
  background-color: #ff7d34;
}
.site-navbar-wrap .site-navbar-top.background-light-orange {
  background: #ffbe85;
}
.site-navbar .btn-download {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  display: block;
  transform: translateY(-9px);
}
.site-navbar .btn-download .overlayer {
  display: block;
  padding: 10px 45px;
  background: #ff9534;
  border-radius: 100px;
  outline: none;
  border: 0;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.site-navbar .btn-download .overlayer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7134;
  border-radius: inherit;
  box-shadow: 0 0 0 3px #fff;
  transform: translate3d(0, 6px, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.site-navbar .btn-download:hover {
  opacity: 0.8;
}
/* .site-navbar .btn-download .overlayer:hover {
  transform: translate(0, 2px);
}
.site-navbar .btn-download .overlayer:hover::before {
  box-shadow: 0 0 0 3px #fff;
  transform: translate3d(0, 4px, -1em);
} */
.site-navbar .btn-download .overlayer:active {
  transform: translate(0em, 6px);
}
.site-navbar .btn-download .overlayer:active::before {
  transform: translate3d(0, 0, -1em);
}
.site-navbar .btn-download.btn-download-mobile .overlayer {
  background: #ff9534;
  border-radius: 40px;
}
.site-navbar-wrap .lang {
  display: flex;
  justify-content: end;
  align-items: center;
}
.site-navbar-wrap .lang img {
  height: 20px;
  width: 40px;
  margin-right: 12px;
}
.lang-item.lang-en {
  position: absolute;
  opacity: 0;
}
.body-content .banner {
  /* background: #FFD4AC; */
}
.banner .bg-image {
  background: url("../images/bg-banner.svg") no-repeat bottom;
  background-size: cover;
  /* padding-top: 366px; */
  padding-top: 144px;
  padding-bottom: 80px;
  background-position-y: -80px;
}
.banner .text-sm-left h1 {
  animation: fadeUp 0.8s ease;
  font-weight: 400;
  font-size: 64px;
  line-height: 86px;
  color: #2f82ed;
  position: relative;
  z-index: 0;
  text-shadow: 0px 0px 5px rgba(255, 125, 52, 0.6);
  margin-bottom: 24px;
}
.banner .text-sm-left h1::after {
  content: attr(data-text);
  -webkit-text-stroke: 8px #ffd98a;
  z-index: -1;
  color: #ffd98a;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.banner .text-sm-left p {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 12px;
}
.banner .text-sm-left li:nth-child(1) p {
  animation: fadeUp 0.8s ease 0.2s forwards;
}
.banner .text-sm-left li:nth-child(2) p {
  animation: fadeUp 0.8s ease 0.3s forwards;
}
.banner .text-sm-left li:nth-child(3) p {
  animation: fadeUp 0.8s ease 0.4s forwards;
}
.banner .text-sm-left li:nth-child(4) p {
  animation: fadeUp 0.8s ease 0.5s forwards;
  margin-bottom: 24px;
}
#banner .banner-content-ul {
  list-style: none;
}
#banner .banner-content-ul li {
  position: relative;
}

#banner .banner-content-ul li:before {
  content: "\2022";
  color: #fff;
  position: absolute;
  left: -40px;
  font-family: georgia;
  font-weight: bold;
  font-size: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.banner .text-sm-left .btn-experience {
  font-family: "SVN-ToySans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
  /* background: #ff7134;
  border: 3px solid #ffffff;
  border-top: 0px;
  border-radius: 100px; */
  width: fit-content;
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease 0.4s forwards;
}
.banner-carousel .owl-nav .owl-prev i:hover,
.banner-carousel .owl-nav .owl-next i:hover {
  transform: scale(1.3);
  display: block;
}
.banner .text-sm-left .btn-experience .overlayer {
  border-radius: 40px;
  transition: 0.3s ease;
  color: #fff;
  display: block;
  background: #ff9534;
  padding: 13px 25px 10px 25px;
  outline: none;
  border: 0;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.banner .text-sm-left .btn-experience .overlayer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7134;
  border-radius: inherit;
  box-shadow: 0 0 0 3px #fff;
  transform: translate3d(0, 6px, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.banner .text-sm-left .btn-experience:hover {
  opacity: 0.8;
}
/* .banner .text-sm-left .btn-experience .overlayer:hover {
  transform: translate(0, 2px);
}
.banner .text-sm-left .btn-experience .overlayer:hover::before {
  box-shadow: 0 0 0 3px #fff;
  transform: translate3d(0, 4px, -1em);
} */
.banner .text-sm-left .btn-experience .overlayer:active {
  transform: translate(0em, 6px);
}
.banner .text-sm-left .btn-experience .overlayer:active::before {
  transform: translate3d(0, 0, -1em);
}
.banner .banner-left {
  padding-right: 70px;
}
.banner .image-banner {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .title-carousel {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 32px;
  position: relative;
  z-index: 0;
  color: #ff9534;
}
.banner .title-carousel::after {
  content: attr(data-text);
  -webkit-text-stroke: 8px #fff;
  z-index: -1;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.banner-carousel {
  animation: fadeUp 0.8s ease 0.6s forwards;
  margin-top: 72px;
}
.banner-carousel .item img {
  width: 100%;
  height: 230px;
  object-fit: contain;
}
.banner-carousel .owl-nav button:focus {
  outline: none;
}
.banner-carousel .owl-nav button i {
  font-size: 20px;
  color: #2f82ed;
}
.banner-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.banner-carousel .owl-nav .owl-prev {
  margin-right: 11px;
}
.content {
  position: relative;
}
.btnGoBottom {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btnGoBottom a {
  font-size: 46px;
  padding: 45px 15px 40px 15px;
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    rgba(255, 149, 52, 0.2);
  border: 3px solid #ff9126;
  border-radius: 58px;
  color: #ff9126 !important;
}
.btnGoBottom a:hover {
  background: #ff9126;
  color: #fff !important;
  border-color: #fff;
}
.content .cloud-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.content .category {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.content .title {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 86px;
  color: #ff9534;
  margin-bottom: 52px;
  margin-top: 8px;
  position: relative;
  z-index: 0;
}
.content .title:after {
  content: attr(data-text);
  -webkit-text-stroke: 24px #fff;
  color: #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.content p.description {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 24px;
}
.content .btn-experience,
.btn-product-card .btn-experience {
  margin-top: 52px;
  width: fit-content;
}
.content .btn-experience .overlayer,
.btn-product-card .btn-experience .overlayer {
  border-radius: 132px;
  background: #ff9534;
  padding: 13px 56px;
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.04em;
  display: block;
  color: #fff;
  outline: none;
  border: 0;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.content .btn-experience .overlayer::before,
.btn-product-card .btn-experience .overlayer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7134;
  border-radius: inherit;
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 5px, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.content .btn-experience:hover,
.btn-product-card .btn-experience:hover {
  opacity: 0.8;
}
/* .content .btn-experience .overlayer:hover {
  transform: translate(0, 2px);
}
.content .btn-experience .overlayer:hover::before {
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 4px, -1em);
} */
.content .btn-experience .overlayer:active,
.btn-product-card .btn-experience .overlayer:active {
  transform: translate(0em, 6px);
}
.content .btn-experience .overlayer:active::before,
.btn-product-card .btn-experience .overlayer:active::before {
  transform: translate3d(0, 0, -1em);
}
.content .benifit {
  padding-top: 64px;
}
.content .benifit img {
  width: 100%;
  object-fit: cover;
}
.benifit .benifit-card {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 0px 12px rgba(255, 149, 52, 0.48);
  border-radius: 24px;
}
.benifit .image-top {
  display: flex;
  justify-content: center;
}
.benifit-content-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-top: 35px;
  margin-bottom: 18px;
  text-align: center;
}
.benifit-content-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}
.benifit-card {
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}
.benifit .equal-height .col-3:hover .benifit-card {
  transform: translateY(-20px);
}
.benifit-content-head {
  flex: 1;
}
.benifit-content-footer {
  display: flex;
  justify-content: center;
}
.benifit-content-footer img {
  max-width: 72px;
}
.benifit .image-top img {
  max-width: 64px;
}
.benifit .benifit-content {
  display: flex;
  flex-direction: column;
}
#slideFeature,
#slideLibary,
#slideProduct,
#slideBenifit,
#slideLastestPost {
  display: none;
}
/* #slideFeature .owl-stage {
  display: flex;
} */
#slideFeature .owl-stage,
#slideBenifit .owl-stage,
#slideLastestPost .owl-stage {
  display: flex;
  margin: 12px 0px;
}
#slideFeature .owl-stage > .owl-item,
#slideBenifit .owl-stage > .owl-item,
#slideLastestPost .owl-stage > .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.content .benifit .col-sm-6.col-md-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.glenndoman {
  margin-top: 85px;
}
.glenndoman .glenndoman-right {
  margin-top: 24px;
  position: relative;
}
.glenndoman .glenndoman-absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.glenndoman .glenndoman-absolute .glenndoman-postion {
  font-family: "SVN-ToySans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #2f82ed;
  margin-bottom: 10px;
}
.glenndoman .glenndoman-absolute .glenndoman-name {
  font-weight: 700;
  font-size: 72px;
  line-height: 76px;
  text-shadow: 0px 0px 8px #f2673a;
}
.glenndoman .column-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-clipboard {
  color: #ff9534;
}
.text-book {
  color: #ffd643;
}
.text-magicpen {
  color: #3fc729;
}
.text-teacher {
  color: #c92805;
}
.content .description-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
  margin-bottom: 16px;
}
.content .description-content {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #222222;
  margin-bottom: 32px;
}

.content .feature {
  padding-top: 96px;
  min-height: 786px;
}
.content .feature p.description {
  margin-bottom: 12px;
}
.content .feature .nav-link {
  padding: 12px 12px 12px 8px;
  border-left: 4px solid #868686;
  border-radius: 0px;
}
.content .feature .nav-link.active {
  background: transparent;
  border-left: 4px solid #f84634;
}
div#v-pills-tab {
  padding-right: 42px;
}
.content .feature .descrip .title {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #111111;
  margin-bottom: 10px;
  margin-top: 0px;
}
.content .feature .active .descrip .title {
  color: #f84634;
}
.content .feature #v-pills-image2d-tab.active .descrip .title {
  color: #9e00b8;
}
.content .feature #v-pills-video-tab.active .descrip .title {
  color: #3346f3;
}
.content .feature #v-pills-pronouncing-tab.active .descrip .title {
  color: #00972a;
}
.content .feature #v-pills-image2d-tab.nav-link.active {
  border-left: 4px solid #9e00b8;
}
.content .feature #v-pills-video-tab.nav-link.active {
  border-left: 4px solid #3346f3;
}
.content .feature #v-pills-pronouncing-tab.nav-link.active {
  border-left: 4px solid #00972a;
}
.content .feature .descrip .description {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}
.video-control-tab {
  width: 100%;
  aspect-ratio: 609.77/343;
  object-fit: cover;
  border-radius: 21px;
  margin-top: 10px;
}
.download-app {
  padding-top: 368px;
  position: relative;
}
.download-app .container {
  max-width: 1280px;
}
.cloud-2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%);
}
.download-app .bg-color {
  background: #ff9534;
  border-radius: 20px;
}
.download-app .title {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 49px;
  line-height: 66px;
  color: #ff9534;
  background: #ffffff;
  border: 4px solid #ff9534;
  box-shadow: 0px -5px 10px rgba(255, 164, 38, 0.2);
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 35px;
  transform: translateY(-50%);
}
.download-app .title .title-tag {
  padding: 10px 64px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.download-app .title .real-price sup {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  top: -1.5em;
  left: 10px;
}
.download-app .title .discount {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  background: url("../images/discount.svg") no-repeat;
  background-size: contain;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(50%, -50%);
}
.download-app .title span {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #868686;
}
.download-app .description {
  padding-left: 25px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.download-app .description.first {
  padding-top: 92px;
}
.download-app .image-layer img {
  /* width: 100%; */
  object-fit: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.download-app .button-download .image-download:hover {
  transform: scale(1.1);
}
.download-app .image-layer .under-layer {
  background: #f8b200;
  border-radius: 16px;
  position: absolute;
  width: 400px;
  height: 372px;
  left: 50%;
  transform: translate(-35%, -25%);
}
.download-app .button-download {
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
  margin-left: 20px;
  /* justify-content: space-between; */
}
.download-app .button-download .image-download {
  width: 220px;
  height: 65px;
}
.download-app .button-download .image-download img {
  height: 100%;
}
.download-app .button-download .image-download {
  margin-right: 20px;
}
.download-app .button-download .btn-download-app {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  border-radius: 6px;
}
.download-app .button-download .btn-download-app img {
  padding-right: 12px;
  width: 45px;
}
.libary-card {
  padding-top: 112px;
  padding-bottom: 78px;
}
.libary-card .title,
.product .title {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 86px;
  color: #ff8b35;
  position: relative;
  margin-bottom: 32px;
  z-index: 0;
}

.libary-card .title:after,
.product .title:after {
  content: attr(data-text);
  -webkit-text-stroke: 24px #fff;
  color: #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.libary-card .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 7px;
}
.libary-card .content img {
  border-radius: 15px;
  border: 2px solid transparent;
}
.libary-card .content img:hover {
  border-color: #ff7d34;
}
.libary-card .read-more {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 32px;
  border-top: 0px solid;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 132px;
  animation: fadeUp 1s ease;
}
.libary-card .read-more .overlayer {
  border-radius: 132px;
  padding: 10px 73px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
  background: #ff9534;
  outline: none;
  border: 0;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.libary-card .read-more .overlayer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7134;
  border-radius: inherit;
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 6px, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
/* .libary-card .read-more .overlayer:hover {
  transform: translate(0, 2px);
}
.libary-card .read-more .overlayer:hover::before {
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 4px, -1em);
} */
.libary-card .read-more .overlayer:active {
  transform: translate(0em, 6px);
}
.libary-card .read-more .overlayer:active::before {
  transform: translate3d(0, 0, -1em);
}
footer {
  background: url("../images/footer.png") bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mobile-footer-background {
  background: url("../images/footer-mobile2.png") bottom left / cover no-repeat;
}
.contact-form h1 {
  font-family: "SVN-ToySans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42.7204px;
  color: #ff8b35;
  position: relative;
  margin-bottom: 26px;
  z-index: 0;
}
.contact-form h1:after {
  content: attr(data-text);
  -webkit-text-stroke: 8px #fff;
  color: #fff;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.full-input {
  display: inline-block;
  border: 3px solid #ff9534;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
.contact-form input {
  outline: none;
  border: none;
  display: block;
  font-weight: 300;
  font-size: 19px;
  line-height: 22px;
  color: #2b2b2b;
}
.contact-form input.form-control {
  border: none;
  padding: 10px 30px 15px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.checkout-form input.form-control {
  padding: 10px 24px 15px 24px;
}
.contact-form input.form-control::-webkit-inner-spin-button,
.contact-form input.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form input.form-control {
  -moz-appearance: textfield; /* Firefox */
}
.contact-form label {
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #fb8230;
  padding-left: 26px;
  padding-top: 5px;
  margin-bottom: 0px;
}
.contact-form .form-control:focus {
  color: #2b2b2b;
  background-color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-submit {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.04em;
  border-radius: 155px;
  width: fit-content;
  margin-top: 35px;
  animation: fadeUp 1s ease;
}
.btn-submit .overlayer {
  border-radius: 132px;
  background: #ff9534;
  padding: 11px 120px;
  border-radius: 132px;
  display: block;
  color: #fff;
  outline: none;
  border: 0;
  transform-style: preserve-3d;
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    background 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-submit .overlayer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7134;
  border-radius: inherit;
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 6px, -1em);
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
    box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
.btn-submit:hover {
  opacity: 0.8;
}
/* .btn-submit .overlayer:hover {
  transform: translate(0, 2px);
}
.btn-submit .overlayer:hover::before {
  box-shadow: 0 0 0 4px #fff;
  transform: translate3d(0, 4px, -1em);
} */
.btn-submit .overlayer:active,
.btn-submit .overlayer:disabled {
  transform: translate(0em, 6px);
}
.btn-submit .overlayer:active::before,
.btn-submit .overlayer:disabled::before {
  transform: translate3d(0, 0, -1em);
}
.btn-submit .overlayer:disabled {
  background: #ffa552;
}
.contact-form {
  margin-bottom: 315px;
}
.footer-content .logo-footer img {
  height: 38px;
  margin-bottom: 30px;
}
.footer-content .info div,
.footer-content .info a {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  color: #fff;
}
.footer-content .info a:hover {
  font-weight: 400;
}
.footer-content .info i {
  font-size: 27px;
  margin-right: 28px;
}
.footer-content .title-face {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 13px;
}
.footer-bottom {
  background-color: #fb9130;
}
.footer-bottom .coppy-right {
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}
.footer-bottom .social img {
  width: 23px;
}
.footer-bottom .social div {
  margin-right: 32px;
}
.footer-bottom .social i {
  font-size: 30px;
  color: #fb8230;
  background: #ffffff;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.footer-bottom .social div:hover i {
  transform: translateY(-13px);
}
.footer-bottom .social div:last-child {
  margin-right: 0px;
}
.iframe-facebook {
  overflow: hidden;
  height: 225px;
  margin-bottom: 25px;
  border-radius: 13px;
}
.go-top {
  position: fixed;
  bottom: 30px;
  right: 18px;
  z-index: 999999999999;
}
.go-top .btnGoTop,
.go-top .btnMessage {
  text-align: center;
  border-radius: 12px;
  font-size: 35px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}
.go-top .btnGoTop.show {
  opacity: 1;
  visibility: visible;
}
.btnGoTop:hover {
  opacity: 0.8;
}
.go-top .btnGoTop {
  margin-top: 7px;
  color: #fff;
  background: #fd9644;
  border: 2px solid #fff;
}
.go-top .btnMessage {
  color: #0a7cff;
  background: #fff;
}
/* Contact page */
#contact-page .banner .bg-image {
  padding-top: 220px;
  /* padding-top: 253px; */
  background: url("../images/banner-contact.svg") no-repeat bottom;
  background-size: cover;
  padding-bottom: 420px;
}
#contact-page .banner .banner-content .title {
  font-family: "SVN-ToySans", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 86px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#contact-page .banner .banner-content .description {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
}
.content-contact {
  background: linear-gradient(
    180deg,
    rgba(189, 215, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.67) 100%
  );
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 7px 4px rgba(255, 255, 255, 0.6);
  border-radius: 14px;
}
.content-contact .contact-form {
  padding: 74px 50px 80px 20px;
}
.content-contact .checkout-form {
  padding: 0px;
}
.banner-content {
  text-align: center;
}
.block-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 93px;
}
#contact-page .footer-content {
  margin-top: 0px;
}
#contact-page footer {
  padding-top: 100px;
}
#contact-page .contact-form {
  margin-bottom: 0px;
}
.block-spacer {
  background: url(../images/Isolation_Mode.svg);
  height: 825px;
}
#contact-page #banner {
  position: relative;
}
section.news .card {
  background: transparent;
  border: none;
  height: 100%;
  transition: 0.2s ease-in-out;
}
section.news .card:hover {
  transform: scale(1.03);
}
section.news .col-md-4.col-6 {
  margin-bottom: 24px;
  padding: 0px 20px;
}
section.news .image-container {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
}
section.news .card-img-top {
  width: 100%;
  /* height: 265px; */
  object-fit: contain;
}
section.news,
section.news-detail {
  padding: 64px 32px;
}
section#checkout-content {
  padding: 24px;
}
section.news .card .card-body {
  padding: 24px 0px 12px 0px;
}
section.news .card .card-footer {
  padding: 0px;
  border: none;
  background: transparent;
}
section.news .card .card-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #222222;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
section.news .card .card-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
section.news .card .timeline {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
}
.fb_dialog_content iframe {
  left: 5px !important;
  bottom: 165px !important;
}
/*
-- PAGINATION
*/
.pagination-page {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.pagination .page_links {
  display: inline-block;
}

.pagination .page_links > * {
  float: left;
  font-size: 15px;
  font-weight: 300;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  z-index: 1;
  text-align: center;
  background: rgba(75, 70, 92, 0.16);
  border-radius: 4px;
  line-height: 20px;
  color: #4b465c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
}
.pagination a {
  color: #4b465c;
}
.pagination .page_links > *:last-child {
  margin-right: 0px;
}
.pagination a {
  cursor: pointer;
}
.pagination .page_links .active {
  color: #fff;
  background: #f15d42;
}
.pagination .page_links .disabled {
  background: rgba(75, 70, 92, 0.08);
}
.pagination .page_links > span {
  cursor: default;
}

/*
-- \PAGINATION
*/
/* .news-detail .content-height {
  overflow: scroll;
  height: 1000px;
} */
.news-detail .content-height::-webkit-scrollbar {
  width: 0px; /* Adjust the width as needed */
}

.news-detail .content-height::-webkit-scrollbar-track {
  background-color: transparent; /* Change to desired color */
}

.news-detail .content-height::-webkit-scrollbar-thumb {
  background-color: transparent; /* Change to desired color */
}
/* .block-spacer.news-detail {
  height: 950px;
} */
.news-detail .content-height p {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.news-detail .content-height img {
  max-width: 100%;
}
.not_found {
  text-align: center;
  color: #222222;
}
.not_found .banner_404 {
  font-size: 250px;
}
.msg_404 {
  font-size: 46px;
  line-height: 1;
}
.msg_404 span {
  font-size: 100px;
  color: #ff7134;
}
.not_found .link {
  font-size: 28px;
  line-height: 1;
}
.not_found * + .link {
  padding-top: 45px;
}
.not_found .link a {
  color: #ff7134;
}
.parent-title {
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  line-height: 29px;
  margin-bottom: 10px;
}
#policy-content .content-height p,
#rules-content .content-height p {
  margin-bottom: 25px;
}
#policy-content .content-height .info p,
#rules-content .content-height .info p {
  margin-bottom: 15px;
}
#policy-content .content-height .info a,
#rules-content .content-height .info a {
  color: #ff7134;
}
.news-detail ul {
  list-style: none;
}
.news-detail ul li::before {
  content: "\2013";
  position: absolute;
  color: #222222;
  font-size: 16px;
  line-height: 1;
  left: 0px;
  top: 1px;
}
.news-detail ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  padding-left: 15px;
  position: relative;
}
/* Glenn Doman */
#GlennDoman .banner .bg-image {
  background: url(../images/bannerglenndoman.svg) no-repeat;
  background-position-y: top;
  background-size: contain;
  padding-top: 180px;
  padding-bottom: 70px;
  background-position-x: right;
}
#GlennDoman .banner .banner-left h3 {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #676173;
  animation: fadeUp 0.8s ease;
}
#GlennDoman .banner .banner-left h1 {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  color: #f2673a;
  margin-top: 12px;
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease 0.2s forwards;
}
#GlennDoman .banner .banner-left p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 32px;
  animation: fadeUp 0.8s ease 0.4s forwards;
}
#GlennDoman .banner .text-sm-left .btn-experience .overlayer {
  padding: 13px 91px 10px;
}
.glenndoman-benifit {
  background: #f2673a;
  text-align: center;
}
.glenndoman-benifit .container {
  position: relative;
}
.glenndoman-benifit h1 {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 24px;
  padding-top: 64px;
  animation: fadeUp 0.8s ease;
}
.glenndoman-benifit p {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  padding: 0px 20%;
  padding-bottom: 305px;
  animation: fadeUp 0.8s ease 0.2s forwards;
}
.glenndoman-benifit .glenn-benifit-card {
  position: absolute;
  bottom: -40%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
.glenndoman-benifit .glenn-benifit-card .benifit-card {
  background: #fff;
  box-shadow: 0px 26px 24px rgba(103, 97, 115, 0.24);
  border-radius: 8px;
  margin-bottom: 50px;
}
.glenndoman-benifit .glenn-benifit-card .benifit-card .benifit-content-head {
  padding: 32px;
}
.glenndoman-benifit
  .glenn-benifit-card
  .benifit-card
  .benifit-content-head
  img {
  height: 64px;
  margin-bottom: 24px;
}
#glenndoman-benifit .glenn-benifit-card .col-6.col-md-3:hover .benifit-card {
  transform: translateY(-24px);
}
.glenndoman-benifit .benifit-content-description {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #403a4d;
}
.orgin-glenndoman {
  padding-top: 230px;
  padding-bottom: 136px;
}
.orgin-glenndoman h1 {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 53px;
  color: #f2673a;
  margin-bottom: 40px;
}
.orgin-glenndoman p {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #676173;
  margin-bottom: 40px;
}
.orgin-glenndoman p strong {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
.glenn-doman-page .content .product .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glenn-doman-page .content .btn-experience .overlayer {
  padding: 13px 91px 10px;
}
.glenn-doman-page .content .title,
#lastest-post .title {
  font-family: "iCiel Gotham Rounded", sans-serif;
  line-height: 76px;
  font-weight: 400;
  font-size: 64px;
  color: #f2673a;
  margin-top: 12px;
  margin-bottom: 32px;
}
.glenn-doman-page .content .sub-title,
#lastest-post .sub-title {
  font-family: "iCiel Gotham Rounded", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #676173;
}
.glenn-doman-page .content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 32px;
}
.glenn-doman-page .content .btn-experience {
  margin-top: 0px;
}
.glenn-doman-page #content {
  padding-bottom: 45px;
}
#lastest-post section.news {
  padding-top: 0px;
  margin-bottom: 320px;
}
.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 609.77/343;
  object-fit: cover;
  border-radius: 21px;
  margin-top: 10px;
}
.content .feature .col-sm-6.features-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .feature .image-tab-content img {
  width: 100%;
}
.content .feature #v-pills-image2d .image-tab-content img {
  padding-left: 200px;
}
.product-card {
  position: relative;
}
.product-card .product-card-parent {
  height: 100%;
}
.product-card .product-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.product .product-card .card {
  flex-direction: row;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 70px 0px #fff inset;
  height: 100%;
}
.product .product-card .card img {
  max-width: 18.5em;
  height: 100%;
  padding: 30px 16px 52px 30px;
}
.product .product-card .card .card-body {
  padding: 30px 30px 52px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product .product-card .card .card-body .card-title {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}
.product .product-card .card .card-body .discount {
  color: #868686;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  text-decoration-line: line-through;
  font-family: "Nunito", sans-serif;
}
.product .product-card .card .card-body .price {
  color: #f7931e;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.9);
  font-size: 49px;
  text-align: center;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
/* checkout payment */
.checkout-form .radio-compont {
  display: flex;
  cursor: pointer;
  padding-left: 0px;
}
.method-payment {
  border-radius: 16px;
  border: 3px solid #ff9534;
  background: #fff;
  padding: 24px;
}
.method-payment-title {
  color: var(--secondary-orange-dark, #fb8230);
  font-size: 16px;
  font-weight: 300;
}
.method-payment .radio-text {
  color: rgba(106, 106, 106, 0.8);
  font-size: 18px;
  font-weight: 300;
  padding-left: 8px;
  padding-top: 5px;
}
.method-payment input.radiostyle {
  height: 24px;
  width: 24px;
}
.radiostyle:checked ~ .radio-text {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 300;
}
.method-payment .img-payment {
  margin: 9px 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.method-payment .img-payment img {
  margin-right: 12px;
}
.method-payment .img-payment .more-bank {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  color: var(--neutral-grey-100, #b0b0b0);
}
#checkout-content .btn-submit {
  margin-left: auto;
  margin-right: auto;
}
#checkout-content .btn-submit .overlayer {
  padding: 11px 150px;
}
#checkout-content .info-cart {
  border-radius: 16px;
  border: 3px solid #ff9534;
  background: #fff;
  padding: 24px;
}
#checkout-content .product-info {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
#checkout-content .product-info img {
  max-width: 80px;
}
#checkout-content .product-info .product-title {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#checkout-content .product-info .product-price {
  color: #f7931e;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.9);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#checkout-content .line {
  background: rgba(106, 106, 106, 0.5);
  height: 1px;
  width: 100%;
  margin: 16px 0px;
}
#checkout-content .total-detail .item-price,
#checkout-content .code,
#checkout-content .total-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#checkout-content .info-cart .label-title {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
#checkout-content .total-detail .item-price:first-child {
  margin-bottom: 11px;
}
#checkout-content .info-cart .lable-price {
  color: #f7931e;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.9);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#checkout-content .info-cart .total-price .label-title {
  font-weight: 700;
}
#checkout-content .info-cart .total-price .lable-price {
  font-size: 24px;
}
#checkout-content .info-cart .message-box {
  text-align: center;
}
#checkout-content .info-cart .code .lable-price {
  font-size: 24px;
}
#checkout-content .info-cart .message-box img {
  max-width: 72px;
  border-radius: 40px;
  margin-bottom: 16px;
}
#checkout-content .info-cart .message-box .fail img {
  border: 15px solid rgba(234, 84, 85, 0.1);
}
#checkout-content .info-cart .message-box .success img {
  border: 15px solid rgba(40, 199, 111, 0.1);
}
#checkout-content .info-cart .message-box .message {
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31.2px;
  margin-bottom: 16px;
}
#checkout-content .info-cart .message-box .message.message-success {
  color: #28c76f;
}
#checkout-content .info-cart .message-box .message.message-danger {
  color: #ff2929;
  margin-bottom: 8px;
}
#checkout-content .info-cart .message-box .sup-message {
  color: #6a6a6a;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 31.2px;
}
#checkout-content .info-cart .message-error {
  font-family: "Nunito", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
#ajax-checkout-form .form-group:last-child {
  margin-bottom: 0px !important;
}
#ajax-checkout-form input {
  height: 28px;
  font-size: 17px;
}
#ajax-checkout-form label {
  font-size: 15px;
}
.product .top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product a.more-product {
  color: #ff9534;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 800;
  cursor: pointer;
}
.product a.more-product:hover {
  color: #ff9534;
  text-decoration: underline !important;
}
section.product {
  padding-top: 64px;
}
.mobile-show {
  display: none;
}
.more-product.not-mobile {
  display: block;
}
.contact-form input.form-control:disabled {
  background: transparent;
}
.email-warning {
  font-weight: 300;
  font-style: italic;
  color: #ff0018;
}
.text-required {
  color: #ff0018;
}
#contact-list {
  position: fixed;
  bottom: 30px;
  left: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-list-icon {
  width: 50px !important;
  height: 50px !important;
  cursor: pointer;
  position: relative !important;
  display: flex;
  align-items: center;
}
.contact-list-icon img:hover {
  animation: tilt-shaking 0.4s infinite;
}
.contact-list-icon:nth-child(1) {
  bottom: 54px !important;
  left: 0 !important;
}
.fb_iframe_widget.fb_invisible_flow iframe {
  left: 75px;
  bottom: 200px !important;
}
/* .contact-list-icon:nth-child(2):hover {
  animation: tilt-shaking 0.4s infinite;
} */
.contact-list-icon img:hover + .contact-list-item {
  display: flex;
}
.contact-list-icon img {
  width: 100%;
}
.contact-list-icon iframe {
  z-index: 999999;
}
.contact-list-item {
  position: absolute;
  left: 36px;
  display: none;
  align-items: center;
}
.contact-list-item span {
  margin-left: 6px;
  padding: 2px 5px;
  background: #d6d6d6;
  border-radius: 3px;
  color: #000;
  height: 30px;
  line-height: 1.9;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #d6d6d6;
  margin-left: 20px;
}
.zalo-chat-widget iframe {
  min-height: 50vh !important;
  min-width: 280px;
}
.introduce-page {
  padding-top: 120px;
}
.intro-kindercards {
  padding-bottom: 80px;
}
.intro-content div {
  padding-top: 20px;
}
.intro-content span {
  font-size: 40px;
  color: #323232;
}
.intro-content p {
  color: #323232;
  font-size: 24px;
  margin-bottom: 12px;
}
.intro-kindercards-bottom {
  padding-bottom: 0;
}
.introduce-page-ellipse {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 1180px) {
  .banner-carousel .owl-nav .owl-prev i:hover,
  .banner-carousel .owl-nav .owl-next i:hover {
    transform: scale(1);
  }
  .content .feature #v-pills-image2d .image-tab-content img {
    padding-left: 80px;
  }
  .container {
    max-width: 720px;
  }
  .sticky-wrapper .site-navbar ul li.active > a,
  .sticky-wrapper .site-navbar ul li:hover > a {
    border-bottom: 2px solid;
  }
  .download-app .container {
    max-width: 720px;
  }
  .site-navbar-wrap .d-flex.mr-auto a span.ti {
    font-size: 12px;
  }
  .site-navbar-wrap .d-flex.mr-auto a span.text,
  .lang button.btn.dropdown-toggle.btn-light,
  .lang .dropdown-menu a.dropdown-item {
    font-size: 12px;
    line-height: 16px;
  }
  .site-navbar-wrap .d-flex.mr-auto a:first-child {
    margin-right: 25px;
  }
  .site-navbar-wrap .lang {
    font-size: 12px;
    line-height: 16px;
  }
  .site-navbar-wrap .lang img {
    height: 12px;
    width: 24px;
    margin-right: 7px;
  }
  .site-navbar-wrap .container.py-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .site-navbar .site-navigation .site-menu > li,
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    padding: 15px 3px;
  }
  .site-navbar .site-navigation .site-menu > li > a,
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
  }
  .site-navbar .site-logo img {
    height: 20px;
  }
  .site-navbar .site-navigation .site-menu {
    padding-left: 0px;
  }
  .site-navbar .btn-download {
    transform: translateY(-7px);
  }
  .site-navbar .btn-download .overlayer {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 15px;
    letter-spacing: 0.04em;
  }
  .site-navbar .btn-download .overlayer::before {
    transform: translate3d(0, 4px, -1em);
  }
  .site-navbar .btn-download .overlayer:active {
    transform: translate(0em, 4px);
  }
  .site-navbar .btn-download .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
  }
  .banner-carousel {
    margin-top: 50px;
  }
  .banner .bg-image {
    background: url(../images/tablet-banner.svg) no-repeat bottom;
    background-size: cover;
    padding-top: 80px;
    /* padding-top: 211px; */
    padding-bottom: 83px;
  }
  .banner .text-sm-left h1 {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 14px;
  }
  .banner .text-sm-left p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
  }
  .banner .text-sm-left .btn-experience {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
  }
  .banner .text-sm-left .btn-experience .overlayer {
    padding: 5px 16px;
  }
  #banner .banner-content-ul li:before {
    font-size: 25px;
    left: -20px;
  }
  .banner .text-sm-left li:nth-child(4) p {
    margin-bottom: 14px;
  }
  #banner .banner-content-ul {
    padding-left: 20px;
  }
  .banner .text-sm-left .btn-experience .overlayer::before {
    transform: translate3d(0, 4px, -1em);
  }
  .banner .text-sm-left .btn-experience .overlayer:active {
    transform: translate(0em, 4px);
  }
  .banner .text-sm-left .btn-experience .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
  }
  .banner .title-carousel {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .banner .title-carousel::after {
    -webkit-text-stroke: 5px #fff;
  }
  .banner-carousel .item img {
    height: 150px;
    border-radius: 13px;
  }
  .banner .image-banner {
    /* padding-left: 50px; */
  }

  .banner .banner-left {
    padding-right: 30px;
  }
  .banner .image-banner {
    padding-left: 15px;
  }
  .banner-carousel .owl-nav button i {
    font-size: 11px;
  }
  .banner-carousel .owl-nav {
    top: -48px;
  }
  .banner-carousel .owl-nav .owl-prev {
    margin-right: 6px;
  }
  .content .cloud-1 img {
    height: 74px;
  }
  .btnGoBottom a {
    padding: 40px 15px 35px 15px;
  }
  .content .category {
    font-size: 18px;
    line-height: 24px;
  }
  .content .title {
    margin-top: 5px;
    font-size: 56px;
    line-height: 75px;
    margin-bottom: 30px;
  }
  .content .title:after {
    -webkit-text-stroke: 12px #fff;
  }
  .content p.description,
  .benifit-content-title,
  .benifit-content-description {
    font-size: 14px;
    line-height: 17px;
  }
  .benifit .image-top img {
    max-width: 40px;
  }
  .benifit .equal-height .col-3 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .benifit-content-footer img {
    max-width: 48px;
  }
  .content .benifit .benifit-card-width .equal-height.row,
  .glenndoman-benifit .glenn-benifit-card .equal-height.row,
  #lastest-post .cws_wrapper .grid.row {
    display: none;
  }
  #slideFeature,
  #slideBenifit,
  #slideLastestPost {
    display: block;
  }
  .glenndoman .glenndoman-absolute .glenndoman-postion {
    font-size: 20px;
    line-height: 30px;
    color: #2f82ed;
    margin-bottom: 5px;
  }
  .glenndoman .glenndoman-absolute .glenndoman-name {
    font-size: 40px;
    line-height: 50px;
  }
  .content .btn-experience,
  .libary-card .read-more {
    margin-top: 30px;
  }
  .content .btn-experience .overlayer,
  .libary-card .read-more .overlayer {
    padding: 7px 31px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 76px;
  }
  .btn-product-card .btn-experience .overlayer::before,
  .content .btn-experience .overlayer::before,
  .libary-card .read-more .overlayer::before {
    box-shadow: 0 0 0 2px #fff;
    transform: translate3d(0, 4px, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
      box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
  }
  .content .btn-experience .overlayer:active,
  .btn-product-card .btn-experience .overlayer:active,
  .libary-card .read-more .overlayer:active {
    transform: translate(0, 4px);
  }
  .content .btn-experience .overlayer:active::before,
  .btn-product-card .btn-experience .overlayer:active::before,
  .libary-card .read-more .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
    box-shadow: 0 0 0 2px #fff;
  }
  .content .benifit {
    padding-top: 47px;
  }

  .content .description-title,
  .content .description-content,
  .content .feature .descrip .description {
    font-size: 14px;
    line-height: 17px;
  }
  .content .feature .descrip .title {
    font-size: 18px;
    line-height: 24px;
  }
  div#v-pills-tab {
    padding-right: 0px;
  }
  .content .description-title {
    margin-bottom: 10px;
  }
  .content .description-content {
    margin-bottom: 18px;
  }
  .content .feature {
    padding-top: 50px;
  }
  .content .feature p.description {
    margin-bottom: 6px;
  }
  .download-app .title .real-price sup {
    font-size: 14px;
    line-height: 17px;
  }
  .cloud-2 img {
    height: 110px;
  }
  .download-app {
    padding-top: 213px;
  }
  .download-app .title {
    font-size: 27px;
    line-height: 39px;
    left: 33px;
  }
  .download-app .title .title-tag {
    padding: 5px 40px;
  }
  .download-app .title span {
    font-size: 19px;
    line-height: 27px;
  }
  .download-app .title .discount {
    font-size: 14px;
    line-height: 17px;
    width: 55px;
    height: 55px;
  }
  .download-app .description {
    padding-left: 33px;
    font-size: 14px;
    line-height: 17px;
  }
  .download-app .description.first {
    padding-top: 70px;
  }
  .download-app .image-layer .under-layer {
    width: 231px;
    height: 215px;
  }
  .download-app .button-download {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .download-app .button-download .image-download {
    width: 115px;
    height: 35px;
  }
  .download-app .button-download .btn-download-app {
    font-size: 14px;
    line-height: 19px;
  }
  .download-app .button-download .btn-download-app img {
    width: 25px;
    padding-right: 5px;
  }
  .download-app .image-layer img {
    transform: translate(-55%, -50%);
  }
  .download-app .button-download .btn-download-app {
    border-radius: 4px;
  }
  .libary-card {
    padding-top: 64px;
    padding-bottom: 45px;
  }
  .libary-card .title,
  .product .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 18px;
  }
  .libary-card .title::after,
  .product .title::after {
    -webkit-text-stroke: 12px #fff;
  }
  .contact-form h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 21px;
  }
  .contact-form h1::after {
    -webkit-text-stroke: 4px #fff;
  }
  .contact-form label {
    font-size: 10px;
    line-height: 12px;
    padding-left: 15px;
    padding-top: 4px;
    margin-bottom: 0px;
  }
  .contact-form input.form-control {
    border: none;
    padding: 6px 17px 8px 17px;
    font-size: 12px;
    line-height: 14px;
  }
  .contact-form {
    margin-bottom: 140px;
  }
  .btn-submit .overlayer {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 60px;
  }
  .btn-submit .overlayer::before {
    box-shadow: 0 0 0 3px #fff;
    transform: translate3d(0, 4px, -1em);
  }
  .btn-submit .overlayer:active {
    transform: translate(0em, 4px);
  }
  .btn-submit .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
  }
  .footer-content .logo-footer img {
    height: 22px;
    margin-bottom: 17px;
  }
  .footer-content .info div,
  .footer-content .info a {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 16px;
  }
  .footer-content .info i {
    margin-right: 16px;
    font-size: 16px;
  }
  .iframe-facebook {
    height: 120px;
    margin-bottom: 15px;
  }
  .footer-bottom .coppy-right {
    font-size: 12px;
    line-height: 16px;
    padding: 17px 0px;
  }
  .footer-bottom .social img {
    width: 15px;
  }
  .footer-bottom .social div {
    margin-right: 18px;
  }
  .footer-bottom .social i {
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
  .btnGoBottom a:hover {
    background: #ff9126;
  }
  footer {
    background: url(../images/footer-tablet.png) bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .footer-content .title-face {
    font-size: 14px;
    line-height: 17px;
  }
  /* contact */
  #contact-page .banner .banner-content .title {
    font-size: 37px;
    line-height: 50px;
    margin-bottom: 14px;
  }
  #contact-page .banner .banner-content .description {
    font-size: 14px;
    line-height: 17px;
  }
  #contact-page .banner .bg-image {
    padding-top: 146px;
    padding-bottom: 271px;
  }
  .block-content {
    margin-top: 54px;
  }
  .content-contact .contact-form {
    padding: 74px 50px 74px 18px;
  }
  .block-spacer {
    height: 530px;
  }
  /* news */
  section.news {
    padding: 37px 18px;
  }
  section.news .card-img-top {
    /* height: 153px; */
    border-radius: 7px;
    object-fit: cover;
  }
  section.news .card .card-body {
    padding: 14px 0px 7px 0px;
  }
  section.news .card .card-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  section.news .card .card-text {
    font-size: 10px;
    line-height: 12px;
  }
  section.news .card .timeline {
    font-size: 10px;
    line-height: 12px;
  }
  section.news .col-md-4.col-6 {
    margin-bottom: 14px;
  }
  .pagination-page {
    margin-top: 14px;
  }
  .pagination .page_links > * {
    font-size: 8px;
    line-height: 12px;
  }
  .block-spacer.news-detail {
    height: 550px;
  }
  /* news detail */
  .news-detail .content-height p {
    font-size: 10px;
    line-height: 12px;
  }

  .news-detail ul li {
    font-size: 10px;
    line-height: 12px;
  }
  .block-content .content-contact .content-bg h1 {
    font-size: 26px;
    line-height: 29px;
  }
  .block-content .content-contact .content-bg h2 {
    font-size: 21px;
    line-height: 25px;
  }
  /* .news-detail .content-height {
    height: 650px;
  } */
  section.news-detail {
    padding: 37px 18px 20px 18px;
  }
  /* Glenn Doman */
  #GlennDoman .banner .bg-image {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  #GlennDoman .banner .banner-left h3 {
    font-size: 14px;
    line-height: 17px;
  }
  #GlennDoman .banner .banner-left h1 {
    font-size: 38px;
    line-height: 51px;
    margin: 8px 0px;
  }
  #GlennDoman .banner .banner-left p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .glenndoman-benifit {
    position: relative;
  }
  .glenndoman-benifit h1 {
    font-size: 25px;
    line-height: 31px;
    padding-top: 32px;
  }
  .glenndoman-benifit .benifit-content-description {
    font-size: 14px;
    line-height: 17px;
  }
  .glenndoman-benifit
    .glenn-benifit-card
    .benifit-card
    .benifit-content-head
    img {
    height: 45px;
    margin-bottom: 16px;
  }
  .glenndoman-benifit p {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 130px;
  }
  .glenndoman-benifit .glenn-benifit-card .benifit-card .benifit-content-head {
    padding: 16px;
  }
  .glenndoman-benifit .glenn-benifit-card .benifit-card {
    margin-bottom: 24px;
    box-shadow: 0px 15px 15px rgba(103, 97, 115, 0.24);
  }
  .orgin-glenndoman h1 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .glenn-doman-page .content p,
  .orgin-glenndoman p strong {
    font-size: 14px;
    line-height: 17px;
  }
  .glenn-doman-page .content p {
    margin-bottom: 20px;
  }
  .orgin-glenndoman {
    padding-bottom: 70px;
    padding-top: 120px;
  }
  .glenn-doman-page .content .sub-title,
  #lastest-post .sub-title {
    font-size: 16px;
    line-height: 19px;
  }
  .glenn-doman-page .content .title,
  #lastest-post .title {
    font-size: 38px;
    line-height: 51px;
    margin-bottom: 24px;
  }
  #lastest-post section.news {
    padding-top: 0px;
    margin-bottom: 180px;
  }
  .product-card .product-button {
    bottom: -12px;
  }
  .product .product-card .card img {
    max-width: 10em;
    padding: 10px 16px 32px 10px;
  }
  .product .product-card .card .card-body {
    padding: 10px 10px 32px 0px;
  }
  .product .product-card .card .card-body .card-title,
  .product .product-card .card .card-body .discount {
    font-size: 14px;
    line-height: 17px;
  }
  .product .product-card .card .card-body .price {
    font-size: 29px;
  }
  .btn-product-card .btn-experience .overlayer {
    padding: 5px 25px;
  }
  section#checkout-content {
    padding: 24px 12px;
  }
  #checkout-content .row .col-sm-7 {
    padding-right: 6px;
  }
  #checkout-content .row .col-sm-5 {
    padding-left: 6px;
  }
  section#checkout-content .contact-form {
    padding: 0px;
  }
  section#checkout-content .contact-form h1 {
    font-size: 23px;
    margin-bottom: 27px;
  }
  #checkout-content .info-cart .message-box img {
    max-width: 50px;
    margin-bottom: 0px;
  }
  #checkout-content .info-cart .message-box .fail img {
    border: 10px solid rgba(234, 84, 85, 0.1);
  }
  #checkout-content .info-cart .message-box .success img {
    border: 10px solid rgba(40, 199, 111, 0.1);
  }
  #checkout-content .info-cart .message-box .message {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  #checkout-content .info-cart .message-box .sup-message {
    font-size: 10px;
  }
  #checkout-content .info-cart .message-box .message.message-danger,
  #checkout-content .info-cart .message-box .message.message-succes {
    margin-bottom: 3px;
  }
  #checkout-content .info-cart .message-error {
    font-size: 10px;
  }
  #checkout-content .product-info img {
    max-width: 50px;
  }
  #checkout-content .product-info .product-title {
    font-size: 10px;
  }
  #checkout-content .product-info {
    gap: 10px;
  }
  #checkout-content .info-cart .label-title {
    font-size: 8px;
  }
  #checkout-content .product-info .product-price,
  #checkout-content .info-cart .lable-price {
    font-size: 12px;
  }
  #checkout-content .info-cart .total-price .lable-price {
    font-size: 15px;
  }
  section#checkout-content .method-payment-title {
    font-size: 8px;
  }
  section#checkout-content .radio-text {
    font-size: 8px;
    padding: 0px 0px 0px 10px;
  }
  section#checkout-content .method-payment .img-payment img {
    max-width: 45px;
    margin-right: 5px;
  }
  .method-payment input.radiostyle {
    width: 12px;
    height: 12px;
  }
  .method-payment .img-payment .more-bank {
    font-size: 10px;
  }
  .method-payment {
    padding: 15px;
  }
  .product a.more-product {
    font-size: 20px;
  }
  section#products-content {
    margin-bottom: 15px;
    padding: 24px 18px 20px 18px;
  }
  .intro-content span {
    font-size: 30px;
  }
  .intro-content p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 750px;
  }
  .intro-kindercards div:nth-child(2) {
    justify-content: center !important;
  }
}
@media (max-width: 765px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .glenndoman-benifit .glenn-benifit-card {
    bottom: 0;
    transform: translateY(calc(50% + 8px));
    left: 0;
  }
  #lastest-post .news .cws_wrapper {
    overflow-x: scroll;
  }
  #lastest-post .news .grid.row {
    width: 624px;
  }
  #lastest-post .news .grid.row .col-4 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .orgin-glenndoman {
    padding-top: 150px;
  }
  .glenndoman-benifit p {
    padding-bottom: 110px;
  }
  section.product {
    padding-top: 32px;
  }
}
@media (max-width: 743px) {
  #note .alert.alert-success {
    font-size: 11px;
  }
  .site-navbar .site-navigation .site-menu > li,
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    padding: 15px;
  }
  .pagination-page {
    justify-content: center;
  }
  .bg-page {
    background: url("../images/bg-all-mobile.png") no-repeat;
    background-size: cover;
    background-position-y: 110px;
  }
  .download-app .container {
    max-width: 350px;
  }
  .container {
    max-width: 350px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-navbar-wrap .d-flex.mr-auto a span.ti {
    font-size: 14px;
  }
  .lang button.btn.dropdown-toggle.btn-light,
  .site-navbar-wrap .d-flex.mr-auto a span.text,
  .lang .dropdown-menu a.dropdown-item {
    font-size: 10px;
    line-height: 14px;
  }
  .site-navbar-wrap .d-flex.mr-auto a:first-child {
    margin-right: 10px;
  }
  .site-navbar-wrap .lang {
    font-size: 10px;
    line-height: 14px;
  }
  .site-navbar-wrap .lang img {
    height: 20px;
    width: 40px;
    margin-right: 4px;
  }
  .site-navbar-wrap .container.py-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .site-navbar .container .row.align-items-center {
    /* padding-top: 25px; */
  }
  .is-sticky .site-navbar .container .row.align-items-center {
    padding-top: 0px;
  }
  .site-menu-toggle i.ti.ti-list {
    font-size: 26px;
  }
  .site-navbar .site-logo img {
    height: 18px;
  }
  .site-navbar .btn-download {
    transform: translateY(-7px);
  }
  .site-navbar .btn-download.btn-download-mobile .overlayer {
    font-size: 10px;
    line-height: 13px;
    padding: 5px 25px;
    border-radius: 40px;
  }
  .site-navbar .btn-download.btn-download-mobile .overlayer::before {
    transform: translate3d(0, 4px, -1em);
  }
  .site-navbar .btn-download.btn-download-mobile .overlayer:active {
    transform: translate(0em, 4px);
  }
  .site-navbar .btn-download.btn-download-mobile .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
  }
  .site-navbar .site-logo {
    position: unset;
  }
  .banner .bg-image {
    background: url(../images/banner-mobile.svg) no-repeat top;
    background-size: cover;
    padding-bottom: 65px;
    padding-top: 68px;
  }
  .banner .banner-left {
    padding-right: 15px;
  }
  .banner .text-sm-left h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
  .banner .text-sm-left li:nth-child(4) p {
    margin-bottom: 0px;
  }
  #banner .banner-content-ul li:before {
    font-size: 0px;
  }
  #banner .banner-content-ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }
  .banner .image-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner .banner-video {
    flex-flow: column-reverse;
  }
  .banner .banner-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .text-sm-left p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
  }
  .banner .text-sm-left .btn-experience {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .text-sm-left .btn-experience .overlayer {
    padding: 8px 25px;
  }
  .banner-carousel {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0px;
  }
  .banner .title-carousel {
    margin-top: 0px;
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    /* color: #f15a29; */
  }
  .banner-carousel .item img {
    height: 175px;
    border-radius: 20px;
  }
  .banner-carousel .owl-nav button i {
    font-size: 20px;
  }
  .banner-carousel .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .banner-carousel .owl-nav .owl-prev {
    margin-right: 0px;
    position: absolute;
    left: -8px;
    transform: translateX(-100%);
  }
  .banner-carousel .owl-nav .owl-next {
    position: absolute;
    right: -8px;
    transform: translateX(100%);
  }
  .content .row.intro {
    padding-top: 0px;
  }
  .content .row.intro img {
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .content .row.intro .col-sm-6 {
    text-align: center;
  }
  .content .cloud-1 img {
    height: 77px;
  }
  .content .cloud-1 {
    top: 100px;
  }
  .btnGoBottom a {
    padding: 45px 18px 40px 18px;
    font-size: 40px;
  }
  .content .category {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }
  .content .title {
    margin-top: 2px;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 52px;
    text-align: center;
  }
  .content .title:after {
    -webkit-text-stroke: 8px #fff;
  }
  .content p.description {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 12px;
    text-align: left;
  }
  .btn-product-card .btn-experience,
  .content .btn-experience,
  .libary-card .read-more {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-product-card .btn-experience .overlayer,
  .content .btn-experience .overlayer,
  .libary-card .read-more .overlayer {
    border-radius: 30px;
    line-height: 21px;
    padding: 8px 65px;
  }
  .btn-product-card .btn-experience .overlayer::before,
  .content .btn-experience .overlayer::before,
  .libary-card .read-more .overlayer::before {
    box-shadow: 0 0 0 4px #fff;
    transform: translate3d(0, 4px, -1em);
  }
  .btn-product-card .btn-experience .overlayer:active,
  .content .btn-experience .overlayer:active,
  .libary-card .read-more .overlayer:active {
    transform: translate(0, 4px);
  }
  .btn-product-card .btn-experience .overlayer:active::before,
  .content .btn-experience .overlayer:active::before,
  .libary-card .read-more .overlayer:active::before {
    transform: translate3d(0, 0, -1em);
    box-shadow: 0 0 0 4px #fff;
  }
  .content .benifit {
    padding-top: 36px;
    margin-bottom: 8px;
  }
  .content .description-title,
  .content .description-content,
  .benifit-content-title,
  .benifit-content-description {
    font-size: 13px;
    line-height: 16px;
  }
  .benifit-content-title {
    font-size: 17.6px;
    line-height: 21px;
  }
  .benifit .benifit-card {
    padding: 26px 15px;
  }
  .benifit .image-top img {
    max-width: 35px;
  }
  .benifit .col-12.benifit-card-width {
    overflow-x: scroll;
  }
  .benifit .equal-height.row {
    min-width: 896px;
    max-width: 896px;
  }
  .benifit .equal-height .col-3:hover .benifit-card {
    transform: translateY(0px);
  }
  .benifit .equal-height .col-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .benifit-content-footer img {
    max-width: 55px;
  }
  .libary-card .width-libary-card,
  .product .product-desktop {
    display: none;
  }
  .mt-30 {
    margin-top: 30px;
  }
  #slideLibary {
    display: block;
  }
  #slideProduct {
    display: block;
  }
  .row.glenndoman {
    margin-top: 35px;
    flex-flow: column-reverse;
  }
  .glenndoman .glenndoman-absolute .glenndoman-postion {
    font-size: 16px;
    line-height: 21px;
  }
  .glenndoman .glenndoman-right {
    display: flex;
    justify-content: center;
  }
  .glenndoman .category.text-right {
    margin-top: 24px;
    margin-bottom: 8px;
  }
  .glenndoman .category.text-right,
  .glenndoman .title {
    text-align: left !important;
  }
  .glenndoman .title {
    margin-bottom: 16px;
  }
  .glenndoman .glenndoman-absolute .glenndoman-name {
    font-size: 36px;
    line-height: 38px;
    text-shadow: 0px 0px 4px #f2673a;
  }
  .glenndoman .glenndoman-absolute {
    display: none;
  }
  .content .description-title {
    margin-bottom: 8px;
  }
  .content .description-content {
    margin-bottom: 16px;
  }
  .row.feature {
    padding-top: 60px;
  }
  .row.feature img {
    max-width: 210px;
    margin-bottom: 13px;
  }
  .content .feature p.description {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 15px;
    padding: 0px 35px;
  }
  .content .feature .descrip .description {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
  .content .feature .descrip .title {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .features-tab-content {
    margin-top: 15px;
  }
  .content .feature .btn-experience {
    margin-top: 24px;
  }
  .cloud-2 img {
    height: 110px;
  }
  .download-app {
    padding-top: 216px;
  }
  .download-app .container .row {
    flex-flow: column-reverse;
  }
  .download-app .image-layer .under-layer {
    width: 202px;
    height: 188px;
    transform: translate(-50%, -25%);
  }
  .download-app .image-layer img {
    transform: translate(-50%, -35%);
  }
  .download-app .title {
    font-size: 36px;
    line-height: 48px;
    position: unset;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    transform: unset;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .download-app .title .title-tag {
    padding: 5px 27px;
  }
  .download-app .title span {
    font-size: 18px;
    line-height: 24px;
    /* margin-right: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #ff9534;
    text-transform: capitalize; */
  }
  .button-download-spacer {
    height: 180px;
  }
  .download-app .description.first {
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .download-app .description {
    padding: 8px 13px;
    padding-top: 0px;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
  }
  .download-app .image-layer .under-layer {
    width: 200px;
    height: 215px;
  }
  .download-app .button-download .btn-download-app img {
    width: 20px;
  }
  .download-app .button-download {
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
  .download-app .button-download {
    margin-right: 0px;
    margin-left: 0px;
  }
  .download-app .button-download-mobile {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
  }
  .download-app .button-download .image-download {
    margin-left: 0px;
    margin-right: 0px;
  }
  .download-app .button-download .image-download,
  .download-app .button-download-mobile .image-download {
    width: auto;
    height: 30px;
    border-radius: 3px;
  }
  .libary-card {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .libary-card .title,
  .product .title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
    text-align: center;
  }
  .libary-card .title::after,
  .product .title::after {
    -webkit-text-stroke: 8px #fff;
  }
  .libary-card .content a:nth-child(n + 9) {
    display: none;
  }
  .libary-card .width-libary-card {
    overflow: scroll;
  }
  .libary-card .content {
    width: 1352px;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .libary-card .read-more {
    margin-top: 40px;
  }
  .contact-form h1 {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 16px;
  }
  .contact-form h1::after {
    -webkit-text-stroke: 4px #fff;
  }
  .contact-form label {
    font-size: 10px;
    line-height: 14px;
    padding-left: 8px;
    padding-top: 2px;
    margin-bottom: 0px;
  }
  .contact-form input.form-control {
    border: none;
    padding: 3px 9px;
    font-size: 8px;
    line-height: 10px;
    border-radius: 12px;
  }
  .contact-form {
    margin-bottom: 170px;
  }
  .btn-submit .overlayer {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    padding: 4px 50px;
  }
  .btn-submit {
    margin-top: 8px;
  }
  .form-group.full-input {
    margin-bottom: 8px;
  }
  .footer-content .logo-footer img {
    height: 23px;
    margin-bottom: 24px;
  }
  .footer-content .info div,
  .footer-content .info a {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
  }
  .footer-content .info i {
    margin-right: 10px;
    font-size: 12px;
  }
  .iframe-facebook {
    max-height: 95px;
    margin-bottom: 28px;
  }
  .footer-bottom .row {
    flex-flow: column-reverse;
    text-align: center;
    padding-top: 17px;
  }
  .footer-bottom .coppy-right {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 0px 11px 0px;
  }
  .footer-bottom .social div {
    margin-right: 18px;
  }
  .footer-bottom .social i {
    font-size: 15px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
  }
  .footer-bottom .social img {
    width: 15px;
  }
  .btnGoBottom a:hover {
    background: #ff9126;
    border-color: #fff;
    color: #fff !important;
  }
  .go-top .btnGoTop {
    font-size: 24px;
    width: 44px;
    height: 44px;
  }
  footer {
    background: url(../images/footer-mobile.png) bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .footer-content .title-face {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  /* menu */
  div#sticky-wrapper .site-navbar .nav-active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    height: calc(100vh);
    right: 0;
    left: 0;
    background: url("../images/bg-nav.svg") no-repeat;
    text-align: left;
    padding-top: 10px;
    background-size: cover;
    background-position-y: -100px;
  }
  .site-navbar .site-navigation .site-menu > li {
    padding: 12px 16px;
  }
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a,
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    color: #fff;
    padding: 0px;
  }
  .sticky-wrapper .site-navbar ul li.active > a,
  .sticky-wrapper .site-navbar ul li:hover > a {
    border-bottom: 2px solid;
  }
  div#sticky-wrapper .site-navbar .row .menu {
    position: unset;
  }
  .site-mobile-menu {
    width: 100%;
    background: url("../images/bg-banner.svg") no-repeat;
  }
  .site-navbar .site-navigation .site-menu .has-children .dropdown-mobile {
    list-style: none;
    padding-left: 10px;
  }
  .site-navbar .site-navigation .site-menu > li > a,
  .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
  }
  .site-navbar .site-navigation .site-menu .has-children .dropdown-mobile a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    font-family: "SVN-ToySans", sans-serif;
  }
  .site-mobile-menu .site-nav-wrap li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #ffffff;
    padding: 12px 0px;
  }
  .site-mobile-menu .site-nav-wrap li.active > a {
    color: #ffffff;
  }
  /* contact */
  #contact-page .banner .banner-content .title {
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 16px;
  }
  #contact-page .banner .banner-content .description {
    font-size: 16px;
    line-height: 19px;
    padding: 0px 30px;
    font-weight: 400;
  }
  #contact-page .banner .bg-image {
    padding-top: 100px;
    padding-bottom: 280px;
  }
  #contact-page .banner .bg-image {
    background: url("../images/banner-contact-mobile.png") no-repeat bottom;
    background-size: cover;
    background-position-y: -110px;
  }
  .block-content {
    margin-top: 20px;
  }
  .content-contact .contact-form {
    padding: 15px 10px;
  }
  .contact-form .col-6:first-child {
    padding-right: 8px;
  }
  .contact-form .col-6:last-child {
    padding-left: 8px;
  }
  .block-spacer {
    height: 195px;
  }
  /* news */
  section.news {
    padding: 35px 11px;
  }
  section.news .card-img-top {
    /* height: 99px; */
    border-radius: 11px;
    object-fit: cover;
  }
  section.news .card .card-body {
    padding: 16px 0px 12px 0px;
  }
  section.news .card .card-title {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  section.news .card .card-text {
    font-size: 10px;
    line-height: 12px;
    max-height: 35px;
  }
  section.news .card .timeline {
    font-size: 9px;
    line-height: 11px;
  }
  /* div#contact-page{
    margin-bottom: 160px;
  } */
  section.news .col-md-4.col-6 {
    margin-bottom: 16px;
  }
  section.news .col-md-4.col-6:nth-child(odd) {
    padding-right: 10px;
  }
  section.news .col-md-4.col-6:nth-child(even) {
    padding-left: 10px;
  }
  .pagination-page {
    margin-top: 14px;
  }
  .pagination .page_links > * {
    font-size: 8px;
    line-height: 12px;
  }
  .block-spacer.news-detail {
    height: 290px;
  }
  /* news detail */
  .news-detail .content-height p {
    font-size: 12px;
    line-height: 16px;
  }
  .news-detail ul li {
    font-size: 12px;
    line-height: 16px;
  }
  /* .news-detail .content-height {
    height: 480px;
  } */
  section.news-detail {
    padding: 24px 21px;
  }
  .news-detail-page {
    margin-bottom: 130px;
  }
  .not_found .banner_404 {
    font-size: 80px;
  }
  .msg_404 span {
    font-size: 50px;
  }
  .msg_404 {
    font-size: 23px;
  }
  .not_found * + .link {
    padding-top: 20px;
  }
  .not_found .link {
    font-size: 14px;
  }
  .block-spacer.news-detail.page-error {
    height: 150px;
  }
  .desc_404 {
    padding-bottom: 20px;
  }
  /* new detail */
  .block-content .content-contact .content-bg h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .block-content .content-contact .content-bg h2 {
    font-size: 20px;
    line-height: 25px;
  }
  /* Glenn Doman */
  #GlennDoman .banner .bg-image {
    background: url(../images/bannerglenndoman_mobile.svg) no-repeat top;
    padding-top: 58px;
    padding-bottom: 38px;
    background-size: cover;
  }
  #GlennDoman .banner .bg-image .row {
    flex-flow: column-reverse;
  }
  #GlennDoman .banner .banner-left h3 {
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 4px;
  }
  #GlennDoman .banner .banner-left h1 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 0px;
    margin-bottom: 24px;
    text-align: left;
  }
  #GlennDoman .banner .banner-left p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 12px;
  }
  #GlennDoman .banner .text-sm-left .btn-experience .overlayer {
    padding: 8px 50px;
  }
  #GlennDoman .banner .text-sm-left .btn-experience {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .glenndoman-benifit h1 {
    font-size: 24px;
    line-height: 29px;
    padding-top: 24px;
    margin-bottom: 18px;
  }
  .glenndoman-benifit .benifit-content-description {
    font-size: 14px;
    line-height: 21px;
  }
  .glenndoman-benifit
    .glenn-benifit-card
    .benifit-card
    .benifit-content-head
    img {
    height: 64px;
    margin-bottom: 8px;
  }
  .glenndoman-benifit p {
    font-size: 14px;
    line-height: 17px;
    padding: 0px;
    padding-bottom: 158px;
  }
  .glenndoman-benifit .glenn-benifit-card .equal-height.row {
    width: 1080px;
  }
  .glenndoman-benifit .glenn-benifit-card {
    overflow: scroll;
  }
  .glenndoman-benifit .glenn-benifit-card .col-3 {
    padding: 0px 8px;
  }
  .glenndoman-benifit .glenn-benifit-card .benifit-card .benifit-content-head {
    padding: 15px;
  }
  .glenndoman-benifit .glenn-benifit-card .benifit-card {
    margin-bottom: 16px;
    box-shadow: 0px 8px 8px rgba(103, 97, 115, 0.24);
  }
  .orgin-glenndoman h1 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .glenn-doman-page .content .btn-experience {
    margin-top: 18px;
  }
  .glenn-doman-page .content .btn-experience .overlayer {
    padding: 6px 65px;
  }
  #orgin-glenndoman .image-banner {
    margin-bottom: 32px;
  }
  .glenn-doman-page .content p,
  .orgin-glenndoman p strong {
    font-size: 12px;
    line-height: 14px;
  }
  .glenn-doman-page .content p {
    margin-bottom: 12px;
  }
  .orgin-glenndoman {
    padding-bottom: 38px;
    padding-top: 178px;
  }
  .orgin-glenndoman .container .row {
    flex-flow: column-reverse;
  }
  .glenn-doman-page .content .sub-title,
  #lastest-post .sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .glenn-doman-page .content .title,
  #lastest-post .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 24px;
    text-align: left;
    margin-top: 0px;
  }
  #lastest-post section.news {
    padding-top: 0px;
    margin-bottom: 180px;
  }
  section#content .product .row {
    flex-flow: column-reverse;
  }
  .glenn-doman-page .content .product .col-12 img {
    padding: 0px 45px;
    object-fit: contain;
  }
  .glenn-doman-page #content {
    padding-bottom: 38px;
  }
  .content .feature .col-sm-6.features-tab-content {
    display: none;
  }
  .content .feature #v-pills-image2d .image-tab-content img {
    padding-left: 30px;
  }

  .product-card .product-button {
    bottom: -12px;
  }
  .product .product-card .card img {
    max-width: 9em;
    padding: 15px 8px 35px 15px;
  }
  .product .product-card .card .card-body {
    padding: 15px 15px 35px 0px;
  }
  .product .product-card .card .card-body .card-title,
  .product .product-card .card .card-body .discount {
    font-size: 12.5px;
    line-height: 15px;
  }
  .product .product-card .card .card-body .price {
    font-size: 24.5px;
  }
  .product .product-card .card .card-body .discount {
    font-size: 12.5px;
  }
  .btn-product-card .btn-experience .overlayer {
    padding: 8px 32px;
  }
  #checkout-content .product-info img {
    max-width: 50px;
  }
  #checkout-content .product-info .product-title {
    font-size: 10px;
  }
  #checkout-content .product-info {
    gap: 12px;
  }
  #checkout-content .info-cart .label-title {
    font-size: 10px;
  }
  #checkout-content .info-cart .total-price .lable-price {
    font-size: 15px;
  }
  #checkout-content .product-info .product-price,
  #checkout-content .info-cart .lable-price {
    font-size: 12px;
  }
  section#checkout-content {
    padding: 12px 12px 24px 12px;
  }
  section#checkout-content .contact-form {
    padding: 0px;
  }
  section#checkout-content .contact-form h1 {
    font-size: 21px;
    margin-bottom: 24px;
    text-align: center;
  }
  section#checkout-content .contact-form .row.equal-height {
    flex-direction: column-reverse;
  }
  section#checkout-content .method-payment-title {
    font-size: 10px;
  }
  section#checkout-content .radio-text {
    font-size: 10px;
    padding: 0px 0px 0px 10px;
  }
  section#checkout-content .method-payment .img-payment img {
    max-width: 35px;
    margin-right: 2px;
  }
  .method-payment input.radiostyle {
    width: 12px;
    height: 12px;
  }
  .method-payment .img-payment .more-bank {
    font-size: 8px;
  }
  .method-payment {
    padding: 12px;
  }
  section#checkout-content .contact-form .row.equal-height .col-sm-5 {
    margin-bottom: 8px;
  }
  section#checkout-content
    .contact-form
    .row.equal-height
    .col-sm-7.hidden-moblie {
    display: none;
  }
  #checkout-content .btn-submit {
    width: 100%;
  }
  #checkout-content .btn-submit .overlayer {
    padding: 5px 0px;
  }
  #checkout-content .info-cart .message-box img {
    max-width: 40px;
    margin-bottom: 0px;
  }
  #checkout-content .info-cart .message-box .fail img {
    border: 8px solid rgba(234, 84, 85, 0.1);
  }
  #checkout-content .info-cart .message-box .success img {
    border: 8px solid rgba(40, 199, 111, 0.1);
  }
  #checkout-content .info-cart .message-box .message {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  #checkout-content .info-cart .message-box .sup-message {
    font-size: 8px;
  }
  #checkout-content .info-cart .message-box .message.message-danger,
  #checkout-content .info-cart .message-box .message.message-succes {
    margin-bottom: 3px;
  }
  #checkout-content .info-cart .message-error {
    font-size: 10px;
  }
  .product a.more-product {
    font-size: 18px;
  }
  section.product {
    padding-top: 24px;
  }
  .mobile-show {
    display: block;
  }
  .more-product.not-mobile {
    display: none;
  }
  .product-card.item {
    margin-bottom: 25px;
  }
  .product .top-title {
    justify-content: center;
  }
  .product .mobile-show {
    margin-top: 24px;
  }
  .product a.more-product span {
    margin-right: 10px;
    display: inline-block;
    border-left: 6px solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  section#products-content .row.equal-height .col-sm-6 {
    margin-bottom: 35px;
  }
  section#products-content .row.equal-height .col-sm-6:last-child {
    margin-bottom: 25px;
  }
  section#products-content {
    margin-bottom: 0px;
  }
  .intro-kindercards span {
    font-size: 26px;
  }
  .intro-kindercards p {
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .container {
    max-width: 330px;
  }
  .download-app .container {
    max-width: 330px;
  }
  .banner-carousel .item img {
    height: 164px;
  }
}
@media (max-width: 320px) {
  .container {
    max-width: 290px;
  }
  .download-app .container {
    max-width: 290px;
  }
}
