/*--------------------------------------------------------------
# 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: #7E8082;
  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: #7E8082;
}

.navbar-nav .nav-link.active{
  color: #7E8082;
  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;
}
.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;
  }

  .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;
}

/* .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.20);
	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.20);
	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.20);
	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.20);
	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) {


span.carousel-control-next-icon.carousel-yt-next {
  right: 0px !important;
}

span.carousel-control-prev-icon.carousel-yt-prev {
  left: 0px !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: auto !important;
		padding-bottom:15px;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		margin-top: 90px !important;
	}
	
	#heroProduct2 {
		width: 100% !important;
		height: auto !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;
	}
	
	.textHCResponsive {
		justify-content: center;
	}
	
	.textPHResponsive {
		justify-content: center;
	}
	
	.cardButtonHeroRight {
		border-radius: 0px 0px 50px 50px !important;
	}
	
	.cardButtonHeroLeft {
		border-radius: 50px 50px 0px 0px !important;
	}
	
	.lineBottomLeft {
		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;
	}
	
	.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;
	}

	.display-image{
		height:165px !important;
	}
	
	.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: 32px;
  font-weight: 700;
  color: #7B7B7B;
}

.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;
}

.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: #000F9F;
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
}

.lineBottomLeft {
  background-color: #438F27;
  height: 10px;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50px 50px 0px 0px;
}

.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;
}

/*--------------------------------------------------------------
# Favorite Products
--------------------------------------------------------------*/
.favoriteProduct {
  background: linear-gradient(180deg, #FFFFFF 40.33%, rgba(227, 245, 250, 0.81) 100%);
}

.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:200px;
	width:100%;
	position:relative;
	overflow:hidden;
}

.display-image img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

.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 {
  color: #7B7B7B;
  font-weight: 600;
  padding-bottom: 50px;
  padding-top: 10px;
  text-align: start;
}

.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/productHero.png") top;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
}

#heroProduct2 {
  width: 100%;
  height: 45vh;
  background: url("../images/products/productHero2.png") 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;
}

