/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat";
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}

small {
  font-size: 11px;
}

.container-contact {
  margin-left: 30%;
  margin-right: 30%;
}

.center {
  text-align: center;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

i.bi.bi-search {
  padding-top: 22px;
  color: #7e8082;
  cursor: pointer;
}

i.bi.bi-search:hover {
  padding-top: 22px;
  color: #000f9f;
}

.search {
  position: relative;
  height: 30px;
}

.search:hover {
  position: relative;
  height: 30px;
  color: #000f9f;
}

.search .input {
  border: 0;
  font-size: 14px;
  width: 2px;
  transition: width 0.3s ease;
  background: none !important;
  margin-top: 8px;
}

.search.active .input {
  width: 190px;
  padding: 6px;
  border-radius: 4px;
  background-color: white !important;
  margin-top: 2px;
}

.search.active .btn {
  margin-top: 6px;
  transform: translateX(198px);
}

.search .btn {
  border: 0;
  cursor: pointer;
  color: black;
  margin-top: 6px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  transition: transform 0.3s ease;
}

.search .btn:focus,
.search .input:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.logoMenu {
  width: 80px;
  margin-top: 20px;
  position: absolute;
  top: 0 !important;
}

.navbar {
  height: 70px;
}

.navbar-nav {
  margin-top: 10px !important;
  font-size: 13px !important;
  margin-left: 100px !important;
  color: #000f9f;
}

.navbar-nav .nav-link.active {
  color: #000f9f;
  border-bottom: 3px solid #000f9f;
  border-bottom-right-radius: 3px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 700;
  width: max-content;
  margin: 15px;
  color: #000f9f;
}
.navbar-nav ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  list-style: none !important;
  align-items: center !important;
}

.nav-link li {
  position: relative !important;
  margin: 10px !important;
}

.nav-link > ul > li {
  white-space: nowrap !important;
  padding: 10px 0 10px 28px !important;
}

.nav-link a,
.nav-link a:focus {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 3px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #7e8082;
  white-space: nowrap !important;
  transition: 0.3s !important;
  position: relative !important;
}

.nav-link a i,
.nav-link a:focus i {
  font-size: 13px !important;
  line-height: 0 !important;
  margin-left: 5px !important;
}

.navbar-nav .nav-link > ul > li > a:before {
  content: "";
  position: absolute !important;
  width: 100% !important;
  height: 2px !important;
  bottom: -6px !important;
  left: 0 !important;
  background-color: #106eea !important;
  visibility: hidden !important;
  width: 0px !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.navbar-nav a:hover:before,
.navbar-nav li:hover > a:before,
.navbar-nav .active:before {
  visibility: visible !important;
  width: 100% !important;
}

.navbar-nav a:hover,
.navbar-nav .active,
.navbar-nav .active:focus,
.navbar-nav li:hover > a {
  color: #7e8082;
  font-weight: 700;
}

.buttonClose {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none !important;
  float: right;
  font-size: 24px;
  color: #cecece;
}

.modal-header {
  padding: 10px;
}

.buyLogo {
  height: 90px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid gray !important;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
}

.buyLogo:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.modal-sk {
  width: 100% !important;
}

.modal-thank-you {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #5bc9f7, #d6f8ff, #9aedff) border-box;
  border-radius: 15px;
  border: 8px solid transparent;
  background-color: #edfaff;
}

.modal-thank-you h1 {
  font-size: 50px;
  font-weight: 800;
  color: #2b3482;
}

.modal-thank-you h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2b3482;
}

.btn-share a img {
  width: 100px;
  height: 32px;
  padding-right: 10px;
}

.card-search {
  height: 100%;
  padding: 30px 30px 10px 30px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  z-index: 1;
}

.card-search:hover {
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 35%);
  transform: none !important;
}

/* ::-webkit-scrollbar {
	background-color: #F0F2F3;
	width: 10px;
	border-radius: 10px;
} */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* ::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-color: #438f27;
} */

.arrow-faq {
  width: 50px;
}

.multi-collaps:not(.collapsed) .arrow-faq {
  -webkit-transform: rotate(269deg);
  -ms-transform: rotate(269deg);
}

.faq-container {
  background: linear-gradient(
    180deg,
    #ffffff 2.01%,
    #ffffff 80.15%,
    #edf8fc 90.9%,
    #edf8fc 100%
  );
}

.accordion-button:not(.collapsed) {
  color: #438f27;
  background-color: transparent;
  box-shadow: none !important;
}

.accordion-button::after {
  background-image: url("../images/faq/+.png");
  transform: none !important;
  background-size: 12px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/faq/-.png");
}

.accordion-item {
  border: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
}

.container-contact {
  margin-left: 20%;
  margin-right: 20%;
}

.card-gallery iframe {
  margin: 0 auto !important;
  margin-top: 10px !important;
}

.card-columns {
  column-count: 3;
}

/*.instagram-media-m {
	margin: 10px 0px 10px 0px !important;
}
	
.tiktok-embed-m {
	margin: 10px 0px 10px 0px !important;
}*/

/**
* Mobile & tablet Navigation 
*/

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: #2b3482;
  border-color: #2b3482;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #2b3482 !important;
  background: #2b3482 !important;
  color: #fff !important;
}

.modal-body-sk {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}

@media (min-width: 100px) and (max-width: 768px) {
  #header {
    height: 65;
  }

  .mt-mobile {
    margin-top: 40px !important;
  }

  .mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-toggle.bi-x {
    color: red;
  }

  .logoMenu {
    width: 65px;
    position: relative;
    margin-top: auto;
  }

  .navbar {
    height: auto;
  }

  .navbar-collapse .show {
    padding-top: 300px;
  }

  .navbar-nav {
    margin-left: 0px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px !important;
  }

  .card {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
  }

  .cardCarouselArticle {
    height: 450px;
    margin-top: 70px;
  }

  .buttonSeeMore {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }

  .cardButtonHeroLeft {
    height: auto !important;
  }

  .cardButtonHeroRight {
    height: auto !important;
  }

  .card-gallery {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 110vh;
  background: url(../images/home/SOS_banner_heroBg.jpg) bottom;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*#hero {
  width: 100%;
  height: 115vh;
  background: url("../images/home/heroBg.jpg") bottom;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}*/

#hero h1 {
  margin: 0;
  font-size: 86px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
}

.titleHero {
  width: 350px;
  padding-bottom: 20px;
}

.hastagHero {
  width: 200px;
  padding-bottom: 40px;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #ce0e2d;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.subTitleHero {
  color: #294b9a;
  margin: 5px 0 30px 0;
  /*font-size: 24px;*/
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  /*padding-top: 20%;*/
  width: 500px;
  position: absolute;
  top: 45%;
}

#hero b {
  color: #ce0e2d;
  margin: 5px 0 30px 0;
  font-size: 20px !important;
  font-weight: 800;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 8px;
  transition: 0.5s;
  color: #fff;
  background: #ce0e2d;
}

#hero .btn-get-started:hover {
  background: #f83251;
}

.breadCrumbShare {
  display: flex;
}

.alert-warning {
  font-size: 14px;
}

/* squadcss */

.sos_squad .menangkan {
  margin-bottom: 0px;
}

.squad-bg-2024 {
  --dot-bg: #164ddc;
  --dot-color: #4d8ddc;
  --dot-size: 3px;
  --dot-space: 22px;
  background: linear-gradient(
      180deg,
      #1e5fcb 4.05%,
      #3184da 8.09%,
      #48b3ee 14.78%,
      #57d0fa 44.97%,
      #5ddbff 52.54%,
      #5ad6fd 60.1%,
      #52c8f8 73.38%,
      #4dc0f5 76.85%,
      #44b0ef 83.37%,
      #3190e3 91%,
      #1966d4 99.01%,
      #1660d2 104.41%
    ),
    linear-gradient(
        90deg,
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    linear-gradient(
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    var(--dot-color);
}

.squad-bg-dots {
  background-image: radial-gradient(
    circle at 1px 1px,
    #ffffff83 1px,
    transparent 0
  );
  background-size: 40px 40px;
}

.sos_squad {
  width: 100%;
  /* aspect-ratio: 16 / 8; */
  height: 115vh;
  position: relative;
  /* background-image: url(../images/squad/2023/sossquad-banner-d.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; */
}

.menangkan .desktop {
  display: flex;
}

.menangkan .mobile {
  display: none;
}

.sos_squad h1 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.sos_squad h1 span {
  font-weight: 800;
}

.snk-btn {
  color: #27307c;
}

.squad-button {
  color: #fff;
  font-size: 12px;
  background-color: #cf152d;
  padding: 8px 26px;
  border-radius: 50px;
  font-weight: 700;
}

.squad-button-new {
  border-radius: 10px;
  background: linear-gradient(180deg, #104b76 0%, #305eb8 100%);
  box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
  color: #fff;
  font-weight: 600;
  padding: 16px 32px;
  font-size: 20px;
}

.squad-button-galeri {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 20%);
  color: #305eb8;
  font-weight: 600;
  padding: 12px 32px;
  width: 300px;
  display: block;
  margin: 0 auto;
}

.squad-button:hover {
  color: #cf152d;
  background-color: #fff;
  border: 1px solid #cf152d;
}

.hadiah-ads {
  margin-bottom: 1rem;
  max-width: 100%;
}

/* .menangkan{
	background: linear-gradient(180deg, #CEEBF6 0%, #E7F5FB 100%);
} */

.menangkan .judul img {
  height: 70px;
  width: auto;
  margin: 50px 0px 30px 0px;
}

.menangkan img {
  width: 100%;
}

.gift {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gift img {
  width: 300px;
  margin-right: 40px;
}

.gift h1 {
  font-size: 30px;
  font-weight: 600;
  color: #27307c;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: left;
}

.gift h1 span {
  font-weight: 800;
}

/* .workshop{
	background: linear-gradient(180deg, #E7F5FB 0%, #CEEBF6 100%);
} */

.workshop .judul-2 img {
  height: 90px;
  width: auto;
  margin: 50px 0px 40px 0px;
  padding: 0px !important;
}

.workshop img {
  width: 100%;
  padding: 30px;
}

.cara-ikutan {
  margin-top: 0px;
}

/* Sos Power Squad 2025 */

.sos-power-squad {
  width: 100%;
}

.sos-power-squad img {
  width: 100%;
}

.sps-jadwal img {
  width: 100%;
}

.squad-carousel-item img {
  width: 100%;
}
/* End Sos Power Squad 2025 */

/* .event-2022 {
	background: #CEEBF6;
} */

.event-2022 .judul img {
  height: 55px;
  width: auto;
  margin: 50px 0px 30px 0px;
}

.event-2022 .video {
  display: block;
  margin: 0 auto;
}

.event-2022 .video .iframe {
  border-radius: 20px;
  width: 100%;
  height: 500px;
}

/* /* .bg-sossquad-2023 {
	background: linear-gradient(180deg, #CEEBF6 0%, #ECF8FC 100%);
} */

.bg-sossquad-2023 .sossquad-2023 {
  border-radius: 20px;
  background: linear-gradient(180deg, #1f65e1 0%, #2b52a6 100%);
  padding: 30px;
}
*/ .bg-sossquad-2023 .sossquad-2023 .judul img {
  height: 55px;
  width: auto;
  margin: 50px 0px 30px 0px;
}

.ornaments-squad .r-ornament-1 {
  position: absolute;
  right: 0;
  width: 15%;
  top: 1750px;
}

.ornaments-squad .r-ornament-2 {
  position: absolute;
  right: 0;
  width: 15%;
  top: 3250px;
}

.ornaments-squad .l-ornament-1 {
  position: absolute;
  left: 0;
  width: 15%;
  top: 1750px;
}

.ornaments-squad .l-ornament-2 {
  position: absolute;
  left: 0;
  width: 15%;
  top: 3250px;
}

.registrasi {
  width: 100%;
  position: relative;
  background-image: url(../images/squad/registrasi-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.logo-squad {
  width: 50%;
  text-align: center;
  padding: 50px 0px 100px 0px;
}

.right-banner img {
  position: absolute;
  right: 0;
  width: 15%;
}

.right-banner2 img {
  position: absolute;
  right: 0;
  width: 15%;
  top: 955px;
}

.left-banner img {
  position: absolute;
  left: 0;
  top: 60px;
  width: 30%;
}

.left-banner2 img {
  position: absolute;
  left: 0;
  top: 990px;
  width: 15%;
}

.calendar-icon {
  background: url(../images/squad/2023/calendar-icon.png) no-repeat right !important;
  background-position-x: calc(97%) !important;
  background-color: #edfaff !important;
  background-size: 18px 18px !important;
}

.down-arrow {
  background: url(../images/squad/2023/down-arrow.png) no-repeat right !important;
  background-position-x: calc(97%) !important;
  background-color: #edfaff !important;
  background-size: 15px 15px !important;
}

.register-form label {
  color: #2b3482;
  padding-bottom: 5px;
  font-weight: 800;
}

.register-form .form-group {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.register-form .form-control {
  background-color: #edfaff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  color: #2b3482;
}

.register-form .squad-button-daftar {
  border-radius: 10px;
  background: linear-gradient(180deg, #1f7ec4 0%, #305eb8 100%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
}

.modal-sk h4 {
  color: #2b3482;
  padding-bottom: 5px;
  font-weight: 800;
}

.modal-sk .modal-body {
  margin: 20px;
}

.modal-button-sk {
  border-radius: 10px;
  background: linear-gradient(180deg, #1f7ec4 0%, #305eb8 100%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  padding: 8px 25px;
}

.register-form .btn-add-remove {
  display: block;
  /* float: right; */
  text-align: right;
  margin-top: -15px;
  margin-bottom: 10px;
}

.register-form .btn-add-remove .squad-button-add {
  border-radius: 10px;
  background: linear-gradient(180deg, #1f7ec4 0%, #305eb8 100%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  font-size: 12px;
  border: 0px;
  /* float: right; */
  text-align: right;
  margin-top: 25px !important;
}

.register-form .btn-add-remove .squad-button-remove {
  border-radius: 10px;
  background: linear-gradient(180deg, #ff6161 0%, #b83030 100%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  font-size: 12px;
  border: 0px;
  /* float: right; */
  text-align: right;
}

.sk-squad {
  margin-top: 100px;
}

.sk-squad label {
  font-weight: 600;
  font-size: 14px;
}

.sk-squad label a {
  font-weight: 800;
  font-size: 14px;
}

.registrasi .form-group {
  margin-bottom: 15px;
}
.registrasi .form-group {
  display: flex;
  align-items: center;
}

.registrasi label {
  line-height: 1.1;
  font-size: 15px;
}

.text-left {
  text-align: left !important;
}

.registrasi form {
  color: #fff;
}

.registrasi .form-control {
  background-color: #fff;
  height: 38px;
  border-radius: 10px;
  color: #222;
}

.registrasi .input-group-addon {
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.registrasi .error {
  color: #ffff00 !important;
  font-size: 12px;
  font-weight: bold;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right-color: rgb(204, 204, 204);
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 4px;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.galeri {
  width: 100%;
  position: relative;
  background-color: #ecf8fc;
  background-size: cover;
  background-position: bottom center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.galeri h1 {
  font-weight: 600;
  color: #27307c;
}

.galeri h2 {
  font-weight: 600;
  color: #27307c;
}

.galeri p {
  color: #27307c;
}

.card-tiktok {
  display: block !important;
  background-color: white;
  border-radius: 5px;
  padding-bottom: 25px;
  padding-top: 1px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.card-tiktok-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.card-instagram {
  display: block !important;
  background-color: white;
  border-radius: 5px;
  padding: 15px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.card-instagram-name {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}

.syarat-ketentuan {
  width: 100%;
  position: relative;
  background-image: url(../images/squad/syarat-ketentuan-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.d-flex {
  display: flex;
}

.login-button {
  height: 38px;
}

#fb-login {
  width: 190px;
  font-size: 12px;
  background-color: #286090;
  border-color: #204d74;
  width: max-content;
}

.g_id_signin .btn {
  width: max-content !important ;
}

.squadModal {
  height: 130px !important;
}

.error {
  color: #ff0000;
  font-size: 12px;
}

.inputerror {
  border: 1px solid red !important;
}

.containerPemenang {
  margin: 10px auto;
  width: 90%;
}

.thank-you {
  margin-top: 4rem;
  width: 100%;
  height: 500px;
  border: double 0.5em transparent;
  border-radius: 30px;
  background-image: linear-gradient(#edfaff, #edfaff),
    linear-gradient(
      to right,
      #5bc9f7,
      #d6f8ff,
      #9aedff,
      #5bc9f7,
      #9aedff,
      #5bc9f7
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.main-banner {
  display: none;
}

.vto-floating {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 9999;
}

.vto-floating img {
  width: 120px;
}

.sossquad-logo {
  margin-bottom: 1rem;
  margin-top: 3rem;
  max-width: 90%;
}

.sossquad-hero {
  /* margin-bottom: 1rem;
	margin-top: 1rem;
	max-width: 100%; */
  position: absolute;
  top: -25px;
  left: 0;
  width: 45%;
}

/* responsive */
@media (max-width: 1200px) {
  .thank-you {
    display: block;
    margin: 0 auto;
    height: auto !important;
  }

  .sos_squad {
    height: 85vh;
  }
}

@media (max-width: 768px) {
  .iframe-video {
    width: 100% !important;
    height: 300px !important;
    border-radius: 20px !important;
  }
  .home-video .video-play {
    height: 300px !important;
  }
  span.carousel-control-next-icon.carousel-yt-next {
    right: 0px !important;
  }

  span.carousel-control-prev-icon.carousel-yt-prev {
    left: 0px !important;
  }

  .card-prod {
    padding: 10px !important;
  }

  .card-prod .img-left {
    height: 255px !important;
    bottom: -30px !important;
  }

  .textCardLeft {
    font-size: 24px !important;
  }

  .menangkan .judul img {
    width: 100%;
    height: auto;
    margin: 0px;
  }

  .sos_squad h1 {
    /* margin-bottom: 455px; */
    margin-bottom: 0px;
    margin-top: 10px;
    color: white !important;
  }

  .main-banner {
    display: block;
    width: 100%;
    margin-top: 50px;
  }

  .sossquad-logo {
    margin-top: 4rem;
  }

  .vto-floating {
    bottom: 10px;
  }

  .vto-floating img {
    width: 80px;
  }

  .btn-share a img {
    width: 85px !important;
    height: auto !important;
    padding-right: 10px;
  }

  .thank-you {
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: center;
  }

  .logo-thank-you {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .thank-you .btn-share {
    display: inline-block !important;
    margin-bottom: 35px;
  }

  .modal-thank-you .logo-thank-you img {
    width: 30% !important;
  }

  .modal-thank-you h1 {
    font-size: 22px;
    text-align: center;
  }

  .modal-thank-you h4 {
    font-size: 14px;
    text-align: center;
  }

  .sk-page h1 {
    font-size: 22px;
  }

  .sk-page h2 {
    font-size: 16px;
  }

  .sk-page-content {
    font-size: 14px;
  }

  #fb-login {
    width: 220px !important;
  }

  .bg-sossquad-2023 .sossquad-2023 .judul img {
    height: auto;
    width: 100%;
  }

  .event-2022 .judul img {
    height: 55px;
    margin: 0px 0px 30px 0px;
  }

  .event-2022 .video .iframe {
    border-radius: 20px;
    width: 100%;
    height: 235px;
  }

  .instagram-media-m {
    margin: 10px 0px 10px 0px !important;
  }

  .tiktok-embed-m {
    margin: 10px 0px 10px 0px !important;
  }

  .instagram-media {
    min-width: 100% !important;
  }

  .cara-ikutan {
    margin-top: 0px;
  }

  .cara-ikutan .cssres {
    padding: 0px 30px 0px 30px !important;
  }

  .workshop .judul-2 img {
    height: auto;
    width: 100%;
    margin: 5px 0px 40px 0px;
  }

  .workshop img {
    padding: 0px;
  }

  .menangkan .desktop {
    display: none;
  }

  .menangkan .mobile {
    display: block;
    margin-top: 3em;
  }

  .card-columns {
    column-count: 1 !important;
  }

  .right-banner2 {
    display: none;
  }

  .left-banner2 {
    display: none;
  }

  .register-form {
    margin: 15px;
  }

  .logo-squad {
    width: 80%;
    text-align: center;
    padding: 25px 0px 25px 0px;
  }

  .right-banner img {
    position: absolute;
    right: 0;
    width: 20%;
  }

  .left-banner img {
    position: absolute;
    left: 0;
    top: 90px;
    width: 40%;
  }

  .container-contact {
    margin-left: 10%;
    margin-right: 10%;
  }

  .hastagHero {
    width: 80px;
    padding-bottom: 5px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 10px !important;
    width: 115px;
    padding: 6px 8px;
  }

  #hero h2 {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
  }

  #hero b {
    font-size: 10px !important;
  }

  .titleHero {
    padding: 10px;
    width: 130px;
  }

  .subTitleHero {
    font-size: 8px;
    position: initial;
    width: 100% !important;
    padding-top: 10px;
  }

  #hero {
    width: 100%;
    height: 30vh !important;
    margin-top: 100px;
    background: url(../images/home/heroBg.jpg) bottom;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-title h3 {
    margin: 42px 0 0 0 !important;
  }

  #heroProduct {
    width: 100% !important;
    height: 110px !important;
    padding-bottom: 15px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 90px !important;
  }

  #heroProduct2 {
    width: 100% !important;
    height: 110px !important;
    padding-bottom: 15px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 90px !important;
  }

  #heroArticleTips {
    width: 100% !important;
    height: 100px !important;
    padding-bottom: 15px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: 90px !important;
  }

  #footer .footer-top h4 {
    font-size: 14px !important;
  }

  .squadModal {
    height: 145px !important;
    width: 100% !important;
  }

  .arrow-faq {
    width: 32px;
  }

  .bgrelatedProduct {
    background: none !important;
  }

  .containerDetailProduct {
    padding: 10px !important;
  }

  #footer .copyright,
  #footer .credits {
    font-size: 12px;
  }

  .allRights {
    display: block;
  }

  #footer .footer-top .footer-links {
    margin-bottom: auto !important;
    text-align: center;
  }

  #footer .footer-top .footer-links ul i {
    display: none !important;
  }

  #footer .footer-top .footer-links ul a {
    display: none !important;
  }

  .textArticleTips {
    color: #7b7b7b !important;
  }

  .articleTips {
    background: none !important;
  }

  /* .textCardLeft {
    text-align: center !important;
  } */

  .content-article-home {
    min-height: 550px;
  }

  .textHCResponsive {
    justify-content: center;
  }

  .textPHResponsive {
    justify-content: center;
  }

  .cardButtonHeroRight {
    border-radius: 0px 0px 50px 50px !important;
  }

  .cardButtonHeroLeft {
    border-radius: 50px 50px 0px 0px !important;
  }

  .line-bottom {
    right: auto !important;
  }

  .lineBottomRight {
    left: auto !important;
  }

  .redLine {
    height: 35px !important;
    margin-top: 70px !important;
  }

  .textContent h2,
  h3 {
    margin-left: 0px !important;
  }

  .relatedProductArticle h3 {
    font-size: 24px !important;
  }

  .titleArticle h1 {
    font-size: 24px !important;
    padding: 10px !important;
    text-align: center;
  }

  .textContent {
    font-size: 16px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .display-image.ArticleTips {
    height: auto !important;
  }

  .textArticleTips {
    font-size: 16px !important;
  }

  .card-body .read-more {
    font-size: 14px !important;
    width: max-content !important;
  }

  .section-title h3 {
    font-size: 24px !important;
  }

  .section-title-product h3 {
    font-size: 24px !important;
    bottom: auto !important;
    top: 25% !important;
  }

  .titleDetailProduct {
    margin-top: 40px !important;
    font-size: 18px;
    text-align: center;
  }

  .buyNowButton {
    font-size: 16px;
  }

  .desc-product {
    font-size: 16px;
    width: 100% !important;
    max-height: 340px !important;
  }

  .ProductFrame {
    border: none !important;
  }

  .textContent {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18px;
    text-align: start;
  }

  .textContent img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .relatedReadArticle {
    height: 200px !important;
  }

  .frameDetailProduct::before {
    display: none;
  }

  .frameDetailProduct {
    padding-top: 0px !important;
  }

  .frameDetailProductHG::before {
    display: none;
  }

  .frameDetailProductHG {
    padding-top: 0px !important;
  }

  .rowDetailProduct {
    padding-top: 0px !important;
  }

  .ArticleTips img {
    height: 100px !important;
    width: 100% !important;
  }

  #hero {
    margin-top: 80px;
  }

  .secrelatedProduct {
    padding: 0px;
  }

  .bgrelatedProduct {
    margin-top: 30px !important;
    margin-bottom: 220px !important;
  }

  .bgrelatedProductHG {
    margin-top: 30px !important;
    margin-bottom: 220px !important;
  }

  #footer .copyright,
  #footer .credits {
    float: unset !important;
    text-align: center;
    padding: 2px 0;
  }

  #footer .footer-top {
    padding: 10px !important;
    background: linear-gradient(180deg, #ecf8fc 0%, #ffffff 100%);
    height: auto;
    height: 360px !important;
  }

  .footerLogo {
    width: 75px !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footerImage img {
    margin-top: 20px !important;
    width: 280px !important;
    display: block !important;
    margin-left: auto !important;
  }

  .sos_squad {
    width: 100%;
    /* aspect-ratio: 450 / 926; */
    /* height: calc(100vh * 10/9); */
    /* background-image: url(../images/squad/SOS-squad-mobile_rev1.jpg); */
    height: 95vh;
    background-image: none;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }

  .sos_squad h1 b {
    font-size: 22px;
  }

  .sos_squad .row .col-12 {
    margin: 0px !important;
  }

  .sos_squad h1 {
    font-size: 22px;
  }

  .sos_squad h4 {
    font-size: 18px;
  }

  .sos_squad .row .col-12 {
    flex-basis: 100%;
  }

  .col-lg-offset-6 {
    margin-left: 0;
  }

  .sos_squad .row {
    align-items: end;
  }
  .sos_squad .row {
    display: flex;
    height: 100%;
  }

  .registrasi .form-group {
    display: block;
  }
  .registrasi .form-group {
    margin-bottom: 7px;
  }

  .text-white {
    color: #fff;
  }

  .hadiah-ads {
    display: none;
  }
  .hadiah-ads {
    margin-bottom: 1.75rem;
    max-width: 100%;
  }

  .card-body {
    padding: 10px !important;
  }

  .rowDetailProduct img {
    width: 100% !important;
    padding-bottom: 10px !important;
  }
  .titleRelatedProduct h3 {
    margin-top: 240px !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }

  .btnResponsive {
    margin-bottom: 30px !important;
  }
  .breadCrumbShare {
    display: block;
  }

  .articleTips {
    margin-top: -22% !important;
  }

  .cardCarousel {
    height: 350px !important;
  }

  .textCardRight {
    text-align: center;
  }

  .modal-content {
    width: 100%;
    justify-content: center;
    /*height: 300px;*/
  }

  .modal-sk h4 {
    font-size: 16px;
  }

  .modal-body-sk img {
    width: 60%;
  }

  .buyLogo {
    width: 120px;
  }

  .buyLogo img {
    width: 80px;
    margin: 3px;
  }

  .cardProduct {
    margin-left: 0px;
    margin-right: 0px;
  }

  .card-body .homeCareTitle {
    font-size: 16px !important;
  }

  .card-body .homeCareTitle,
  .personalHygieneTitle {
    font-size: 16px !important;
  }

  .card-body .homeCareBtn {
    font-size: 14px !important;
    width: max-content !important;
  }

  .card-body .personalHygieneBtn {
    font-size: 14px !important;
    width: max-content !important;
  }

  .cardResponsive {
    margin: 20px !important;
    padding: 20px !important;
  }

  .display-image-product {
    height: 170px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .display-image-product img {
    width: 100% !important;
    height: auto !important;
  }

  .btn-primary:hover {
    background-color: #f83251;
  }

  .btn-primary a {
    font-size: 14px;
  }

  .cardArticleTips {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 370px !important;
  }

  .lineLeft {
    display: none;
  }

  .textArticleCard {
    padding-bottom: 20px !important;
    font-size: 16px;
    text-align: center !important;
  }

  .breadCrumb {
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 12px !important;
  }

  .tanyaSos h1 {
    text-align: center;
    font-size: 24px;
  }

  .tanyaSos h4 {
    text-align: center;
    font-size: 18px !important;
  }

  .descSos p {
    font-size: 14px !important;
    padding-left: 40px !important;
  }

  .arrow-faq p {
    width: 25px !important;
    margin-right: 20px !important;
  }

  .accordion-button h4 {
    font-size: 18px !important;
  }

  .descFaq {
    font-size: 14px !important;
  }

  .tanyaSos a p {
    text-align: center;
    margin-top: 30px;
  }

  .sosFaq h1 {
    font-size: 24px;
    margin-top: 15px;
  }

  .dateReadArticle {
    padding: 10px !important;
    text-align: center;
  }

  .imgDetailArticle img {
    padding: 10px;
    width: 100%;
  }

  .sharePost {
    display: block;
    text-align: center;
  }

  #hero {
    height: 100vh;
    margin-top: 90px !important;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }

  .squad-button-new {
    padding: 12px 22px;
    font-size: 16px;
  }
}

.sosFaq h1 {
  margin-top: 15px;
}

@media (max-width: 500px) {
  .workshop {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .menangkan {
    padding-bottom: 0px;
  }

  .sos_squad {
    height: 103vh;
  }

  .sos_squad h1 {
    font-size: 18px !important;
  }

  .sos_squad h4 {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .sos_squad {
    height: 108vh;
  }

  .sos_squad h1 {
    font-size: 18px !important;
  }

  .sos_squad h4 {
    font-size: 16px;
  }
}

/* end-responsive */

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 48px;
  font-weight: 700;
  color: #7b7b7b;
}

.section-title-product h3 {
  margin: 15px 0 0 0;
  font-size: 48px;
  font-weight: 700;
  color: #000f9f;

  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 50%;
  left: 50%;
}

.section-title h3 span {
  color: #000f9f;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }

  .container-contact {
    margin-left: 30%;
    margin-right: 30%;
  }
}

/*--------------------------------------------------------------
# Banner Hero
--------------------------------------------------------------*/

.contentHero {
  text-align: center;
}

/*--------------------------------------------------------------
# Button Card Hero
--------------------------------------------------------------*/

.pull-top {
  /* margin-top: -50px; */
  margin-top: 25px;
}

.card {
  border: none;
}

.card-prod {
  width: 100%;
  height: 312px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, #7dd5f1 0%, #0b109f 100%);
  border-radius: 20px;
  z-index: 1;
  margin: 0px !important;
}

.card-prod-hover {
  width: 100%;
  min-height: 320px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.199);
  transition: all 0.3s ease-in-out;
  background-color: white;
  border-radius: 20px;
  z-index: 1;
  margin: 0px !important;
}

.card-inside-hover {
  padding: 10px;
  position: relative;
  box-shadow: 0 5px 10px 0px rgb(68 88 144 / 27%);
  background-color: #fafbff;
  border-radius: 14px;
  z-index: 1;
  align-items: center;
  display: flex;
}

.card-inside-hover:hover {
  box-shadow: 0 5px 10px 0px rgb(68 88 144);
}

.card-prod-hover .img-prod-hover {
  width: 40px;
  margin-right: 4px;
}

.img-prod-hover img {
  width: 100%;
}

.card-prod-hover .text-prod-hover {
  color: #000f9f;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

#homecareshow,
#hygieneshow {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#homecareclick,
#hygieneclick {
  transition: opacity 0.3s ease-in-out;
}

#homecareclick:hover,
#hygieneclick:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card-prod .img-left {
  position: absolute;
  height: 330px;
  bottom: 0;
}

.cardButtonHeroLeft {
  height: 100%;
  /* padding: 30px; */
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 50px 0px 0px 0px;
  z-index: 1;
}

.heroCardLeft {
  width: 100%;
  padding-bottom: 40px;
}

.textCardLeft {
  color: white;
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
  font-size: 26px;
}

.line-bottom {
  background-color: white;
  height: 4px;
  margin-left: 6px;
  width: 55px;
  margin-top: 30px;
}

.cardButtonHeroRight {
  height: 100%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0px 50px 0px;
  z-index: 1;
}

.heroCardRight {
  width: 100%;
  padding-bottom: 40px;
}

.textCardRight {
  color: #000f9f;
  font-weight: 700;
  text-align: right;
  padding-right: 5px;
}

.lineBottomRight {
  background-color: #000f9f;
  height: 10px;
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px 50px 0px 0px;
}

.home-video {
  padding: 150px 0px;
}

.home-video .video-play {
  background-color: #e2f5fa;
  height: 500px;
  border-radius: 20px;
}

.iframe-video {
  width: 100% !important;
  height: 500px;
  border-radius: 20px !important;
}

.home-video .btn-show-video-home {
  color: white;
  background-color: #ce0e2d;
  border: none;
}

.home-video .btn-show-video-home:hover {
  color: white;
  background-color: #f83251;
}

.articletips-bg {
  background: white;
  border-radius: 60px 0px;
  background-size: contain;
  margin-top: -10%;
  min-width: 100%;
}

.card-article-home {
  min-height: 600px;
  margin: 0px !important;
}

.content-article-home {
  min-height: 270px;
  background-color: white;
  border: 1px solid #d6d6d6;
  padding: 20px;
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}

.btn-article-home {
  color: white;
  background-color: #ce0e2d;
  --bs-btn-active-bg: #f83251;
  border: none;
  position: absolute;
  bottom: 15px;
  margin-left: 0%;
}

/* z-index: 9999;
  padding: 20px;
  position: absolute;
  top: 338px;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%); */
/*--------------------------------------------------------------
# Favorite Products
--------------------------------------------------------------*/
.favoriteProduct {
  border-radius: 0 0 50px 50px;
  background: linear-gradient(
    0deg,
    rgba(181, 233, 246, 0.42) 0.27%,
    rgba(196, 196, 196, 0) 103.92%
  );
}

.rowFavoriteProduct {
  text-align: center;
}

.imgFavoriteProduct {
  width: 100%;
  /* padding-top: 40px; */
}

.textFavoriteProduct {
  color: #000f9f;
  font-weight: 600;
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Article & Tips
--------------------------------------------------------------*/
.cardArticleTips {
  background-color: white;
  border: 2px solid #d9d9d9;
  min-height: 500px;
}

.lineLeft {
  border: 1px solid #c5b3b3;
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 33%;
}

.display-image {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.display-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 28px;
}

.imgDetailArticle img {
  width: 100%;
  height: fit-content;
  display: block;
  border-radius: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.dateReadArticle {
  font-size: 14px;
}

.textContent {
  font-size: 16px;
  text-align: justify;
}

.textContent img {
  padding: 15px 0px 15px 0px;
  width: 100%;
}

.textContent h2,
h3 {
  color: #000f9f;
  font-size: 18px;
}

.redLine {
  background: url("../images/articletips/redline.png") center;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

#heroArticleTips {
  width: 100%;
  height: 45vh;
  background: url("../images/articletips/bgArticleTips.png") top;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

.articletips-title {
  text-align: center;
  margin-top: 180px;
}

.articletips-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.buttonSeeMore {
  color: #ce0e2d;
  border: 1px solid #ce0e2d;
  color: #ce0e2d;
  --bs-btn-active-bg: #f83251;
  margin-top: 20px;
  background: transparent !important;
}

.buttonSeeMore:hover {
  border: 1px solid #f83251;
  color: #f83251 !important;
  background: #ffe7eb !important;
}

.textArticleCard {
  font-weight: 600;
  text-align: start;
}

/* Aturan Umum untuk Membatasi Teks */
.content-article-home h5,
.content-article-home p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4em;
  max-height: 4.2em;
  color: #000f9f;
}

.content-article-home h5 {
  -webkit-line-clamp: 2;
  max-height: 2.8em;
}

.btn-primary {
  color: white;
  background-color: #ce0e2d;
  --bs-btn-active-bg: #f83251;
  border: none;
  position: absolute;
  bottom: 15px;
  margin-left: 25%;
  margin-right: 25%;
}

.btn-primary:hover {
  background-color: #f83251;
}

.btn-primary a {
  color: white;
}

.textArticle {
  padding-bottom: 50px;
}

.bgArticleTips {
  background-color: #ebf8fc;
}

.articleTips {
  background: #000f9f;
  border-radius: 60px 0px;
  background-size: contain;
  margin-top: -4%;
  min-width: 100%;
  position: absolute;
  height: 430px;
}

.textArticleTips {
  color: white;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.carousel-control-prev {
  cursor: default;
}

.carousel-control-prev i {
  cursor: pointer;
}

.carousel-control-next {
  cursor: default;
}

.carousel-control-next i {
  cursor: pointer;
}

span.carousel-control-next-icon.carousel-yt-next {
  border-radius: 99px !important;
  background-color: #000f9f;
  position: absolute !important;
  right: -75px;
}

span.carousel-control-prev-icon.carousel-yt-prev {
  border-radius: 99px !important;
  background-color: #000f9f;
  position: absolute !important;
  left: -75px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
hr {
  padding: 0;
  margin: 0;
}

.footerLogo {
  width: 70%;
}

.footerImage img {
  width: 480px;
  display: block;
  margin-left: auto;
}

#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
  border-top: #222222;
}

#footer .footer-top {
  padding: 100px;
  background: linear-gradient(180deg, #ecf8fc 0%, #ffffff 100%);
  height: 400px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #000f9f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444 !important;
}

#footer .credits a {
  color: #444444 !important;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

.tab-content > .active {
  max-width: 100% !important;
  padding: 0px !important;
}

#heroProduct {
  width: 100%;
  height: 45vh;
  background: url("../images/products/product-hero-2025.jpg") top;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

#heroProduct2 {
  width: 100%;
  height: 45vh;
  background: url("../images/products/product-hero-2025-2.jpg") top;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

#heroProduct h2 {
  color: #ce0e2d;
  margin: 5px 0 30px 0;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

#heroProduct b {
  color: #ce0e2d;
  margin: 5px 0 30px 0;
  font-size: 32px !important;
  font-weight: 800;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.product-title {
  text-align: center;
  margin-top: 180px;
}

.product-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.product-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #7b7b7b;
}

.product-title h3 span {
  color: #000f9f;
}

.product-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .product-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Banner Hero & Product
--------------------------------------------------------------*/

.contentHero {
  text-align: center;
}

.nav {
  --bs-nav-link-hover-color: none;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border: none;
  height: 60px;
}

.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  border: none;
  background: #f5f6f6;
}

.nav-tabs .nav-link {
  border: none;
  padding-top: 20px;
}

.nav-justified .nav-item {
  height: 60px;
}

.navProduct {
  color: #438f27;
  padding-top: 20px;
}

.navProduct .nav-tabs .nav-link.active {
  color: #438f27;
}

.navProduct .active {
  color: #438f27;
}

.productContainer {
  background: linear-gradient(
    180deg,
    #ffffff 2.01%,
    #edf8fc 21.15%,
    #ffffff 42.9%,
    #edf8fc 100%
  );
}

/*--------------------------------------------------------------
# Card Product
--------------------------------------------------------------*/

.card {
  --bs-card-border-width: none;
  background-color: white;
}

.card-body {
  width: 100%;
  padding: 20px;
  height: 30%;
  display: flex;
}

.card-body:hover {
  background-color: #f6f7f5;
  width: 100%;
}

.cardProduct:hover:after {
  content: url("../images/products/arrowHover.png");
  display: block;
  width: 10px !important;
  position: absolute;
  left: 0;
}

.card-body .homeCareTitle {
  color: #438f27;
  font-weight: 600;
  margin-bottom: 80px;
}

.card-body .personalHygieneTitle {
  color: #000f9f;
  font-weight: 600;
  margin-bottom: 80px;
}

.card-body .read-more {
  background-color: #ce0e2d;
  border: 1px solid #ce0e2d;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: 10px;
}

.card-body .read-more:hover {
  background-color: #f83251;
  box-shadow: 0px 0px 13px rgba(193, 228, 180, 0.5);
}

.card-body .homeCareBtn {
  background-color: white;
  border: 1px solid #438f27;
  color: #438f27;
  margin-top: auto;
  margin-bottom: 10px;
}

.card-body .homeCareBtn:hover {
  background-color: #bcddb0;
  box-shadow: 0px 0px 13px rgba(193, 228, 180, 0.5);
}

.card-body .personalHygieneBtn {
  background-color: white;
  border: 1px solid #000f9f;
  color: #000f9f;
  margin-top: auto;
  margin-bottom: 10px;
}

.card-body .personalHygieneBtn:hover {
  background-color: #b0b7fa;
  box-shadow: 0px 0px 13px rgba(193, 228, 180, 0.5);
}

/*--------------------------------------------------------------
# Detail Product
--------------------------------------------------------------*/

/* Home Care */
.frameDetailProduct {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 30px;
}

.ProductFrame {
  height: 850px;
  border: 5px solid #438f27;
  border-radius: 50px 0px 50px 0px;
  transform: translate(-50%, -50%);
  transform: skewY(-10deg);
}

.unskew {
  transform: skewY(10deg);
}

.frameDetailProduct::before {
  /* content: '';
  position:absolute;
  left: 10%;
  right: 10%;
  max-width: 80% ;
  transform: translate(-50%, -50%);
  height:850px;
  border-color: #438F27;
  background: transparent;
  border-style:solid;
  border-width:5px;
  transform: skewY(-10deg);
  border-radius: 50px 0px 50px 0px; */
}

.rowDetailProduct {
  padding-top: 150px;
  /*left: 5%;
  right: 5%;*/
  /*position: absolute;*/
  position: relative;
}

.rowDetailProduct img {
  max-height: 450px;
  width: auto;
  padding-bottom: 30px;
}

.titleDetailProduct {
  font-weight: 700;
  /*text-align: center;*/
  color: #438f27;
  padding-bottom: 30px;
  margin: 10px;
  /* min-width:300px;
  margin:0 auto; */
}

.backIconDetail {
  font-size: 2rem;
  color: #b3b3b3;
  /*float: left;*/
  padding-left: 15px;
}
.backIconDetail:hover {
  color: #bcddb0;
}

.buyNowButton {
  margin-top: 40px;
  background: #ce0e2d;
  color: white;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.buyNowButton:hover {
  background: #f83251;
  border: none;
}

.buyNowButton:focus {
  background: #f83251;
  border: none;
}

.tagDetailProduct {
  background: #f0f2f3;
  color: #7b7b7b;
  width: fit-content;
  margin: 3px 3px 3px 0px;
  border: none;
  transform: skewX(-10deg);
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
}

.tagDetailProduct:hover {
  background: #bcddb0;
  color: white;
}

.tagDetailProduct:focus {
  background-color: #bcddb0 !important;
  color: white !important;
}

.containerDetailProduct {
  padding: 30px;
}
/* Personal Hygiene */

.frameDetailProductHG {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 950px;
}

.frameDetailProductHG::before {
  content: "";
  position: absolute;
  max-width: 100%;
  left: 5%;
  right: 5%;
  width: 90%;
  transform: translate(-50%, -50%);
  height: 750px;
  border-color: #000f9f;
  background: transparent;
  border-style: solid;
  border-width: 5px;
  transform: skewY(-10deg);
  border-radius: 50px 0px 50px 0px;
}

.titleDetailProductHG {
  font-weight: 700;
  text-align: center;
  color: #000f9f;
  padding-bottom: 30px;
  margin: 10px;
}

.backIconDetailHG {
  font-size: 2rem;
  color: #b3b3b3;
  float: left;
}
.backIconDetailHG:hover {
  color: #b0b7fa;
}

.buyNowButton {
  margin-top: 40px;
  background: #ce0e2d;
  color: white;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.buyNowButton:hover {
  background: #f83251;
  border: none;
}

.buyNowButton:focus {
  background: #f83251;
  border: none;
}

.tagDetailProductHG {
  background: #f0f2f3;
  color: #7b7b7b;
  width: fit-content;
  margin: 3px 3px 3px 0px;
  border: none;
  transform: skewX(-10deg);
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
}

.tagDetailProductHG:hover {
  background: #b0b7fa;
  color: white;
}

.tagDetailProductHG:focus {
  background-color: #b0b7fa !important;
  color: white !important;
}

/*--------------------------------------------------------------
# Related Product
--------------------------------------------------------------*/

/* Home Care */

.secrelatedProduct {
  background: linear-gradient(180deg, #ffffff 0%, #edf9fc 37.5%);
}

.bgrelatedProduct {
  background: #438f27;
  border-radius: 60px 0px;
  background-size: contain;
  width: 100%;
  height: 300px;
  margin-bottom: 200px;
  margin-top: 80px;
  position: relative;
}

.relatedProduct {
  position: absolute;
  bottom: -140px;
  width: 100%;
  display: block;
}

.titleArticle h1 {
  font-size: 34px;
  font-weight: 700;
  color: #000f9f;
}

.relatedProductArticle h3 {
  font-size: 34px;
  font-weight: 700;
  color: #7b7b7b;
  margin-left: 0% !important;
}

.relatedProductArticle h3 span {
  color: #000f9f;
}

.titleRelatedProduct h3 {
  margin: 15px 0 0 0;
  font-size: 34px;
  font-weight: 700;
  color: #7b7b7b;
  margin-top: 130px;
}

.titleRelatedProduct h3 span {
  color: #000f9f;
}

.cardCarousel {
  height: 450px;
}

.carousel-control-prev {
  cursor: default;
}

.carousel-control-prev i {
  cursor: pointer;
}

.carousel-control-next {
  cursor: default;
}

.carousel-control-next i {
  cursor: pointer;
}

/* Personal Hygiene */

.bgrelatedProductHG {
  background: #000f9f;
  border-radius: 60px 0px;
  background-size: contain;
  width: 100%;
  height: 300px;
  margin-bottom: 200px;
  margin-top: 800px;
  position: relative;
}
