/* Universal */
.csva-lg-top{vertical-align: top;}
.csva-lg-middle{vertical-align: middle;}
.outlined-text{
  display: inline-block;
  position: relative;
  padding: 0 1vw;
  font-family: "Nunito-Regular";
  font-size: 3.1vw !important;
  line-height: 10vh !important;
  font-weight: 600;
  color: #003673;
  -webkit-text-stroke: 0 #003673;
}
.outlined-text::before{
  content: attr(data-text1);
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  top: 53%;
  transform: translateY(-50%);
  left: 0.1vw;
  right: 0;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.2vw #003673;
}
.outlined-text::after{
  content: attr(data-text2);
  position: absolute;
  z-index: -1;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 0.7vw #FFFFFF;
}
.starC{
  position: absolute;
  top: 0;
  width: 5vw;
}
.starC.starS{
  width: 2vw;
  animation: scaleAnimS 1s linear infinite alternate;
}
@keyframes scaleAnimS{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.starC.starM{
  width: 2.5vw;
  animation: scaleAnimM 1.5s linear infinite alternate;
}
@keyframes scaleAnimM{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.starC.starL{
  width: 3vw;
  animation: scaleAnimL 2s linear infinite alternate;
}
@keyframes scaleAnimL{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.75);
  }
}
.csspeechbubble{
  position: relative;
  background-color: #FFFFFF;
  border: 0.1vh solid #003777;
  border-radius: 1.5vw;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(64, 104, 153, 1);-moz-box-shadow: 5px 5px 0px 0px rgba(64, 104, 153, 1);box-shadow: 5px 5px 0px 0px rgba(64, 104, 153, 1);
}
.csspeechbubble::after{
  content: '';
  position: absolute;
  bottom: -47.4px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/icon/bubble.png');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.csspeechbubble.csspb2::after{
  top: 65%;
  transform: translateY(-50%);
  bottom: unset;
  left: -34px;
  width: 35px;
  height: 35px;
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/icon/bubble-2.png');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
@media screen and (max-width: 846px){  
  .csva-m-top{vertical-align: top;}
  .csva-m-middle{vertical-align: middle;}
  .cswd-m-47p{width: 47% !important;}
  .outlined-text{
    padding: 0 3vw;
    font-size: 7vw !important;
    line-height: 5vh !important;
  }
  .outlined-text::before{
    -webkit-text-stroke: 3vw #003673
  }
  .outlined-text::after{
    -webkit-text-stroke: 2vw #FFFFFF;
  }
  .starC.starS{
    width: 4.5vw;
    animation: scaleAnimS 1s linear infinite alternate;
  }
  @keyframes scaleAnimS{
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.2);
    }
  }
  .starC.starM{
    width: 6vw;
    animation: scaleAnimM 1.5s linear infinite alternate;
  }
  @keyframes scaleAnimM{
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.5);
    }
  }
  .starC.starL{
    width: 7vw;
    animation: scaleAnimL 2s linear infinite alternate;
  }
  @keyframes scaleAnimL{
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.75);
    }
  }  
  .csspeechbubble{
    border-radius: 5vw;
  }
}
/* End Universal */

/* Navigation */
.csnav{
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 1vw;
}
.csnav .logoContent{
  transform: scale(1);
  transition: all .3s;
}
.csnav .logoContent:hover{
  transform: scale(1.02);
  transition: all .3s;
}
.csnav .menuContent ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.csnav .menuContent ul li{
  display: inline-block;
  padding: 0 2vw;
}
.csnav .menuContent ul li a{
  font-family: "Nunito-Bold";
  font-size: 1.3vw !important;
  line-height: 3vh !important;
  color: #003673 !important;
}
.csnav .menuContent ul li a{
  color: #003673 !important;
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
  #808080,
  #808080 50%,
  #003673 50%);
  background-size: 200% 100%;
	background-position: 100%;
}
.csnav .menuContent ul li a:hover{
  transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
  background-position: 0%;
}
.csnavside .closecontent{
  transition: all .5s;
}
.csnavside .closecontent:hover{
  background: #1973D7 !important;
  transition: all .5s;
}
.csnavside .closecontent:hover i{
  color: #FCFBFB !important;
  transition: all .5s;
}
.csnavside{
  top: 100%;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-timing-function: ease;
  overflow: hidden;
}
.csnavside.active{
  top: 0;
  transition-duration: 0.8s;
  transition-delay: 0.3s;
  transition-timing-function: ease;
}
.csnavside .csbtn-white::after{
  display: none;
}
.csnavside .menucontent{
  margin: 5vh auto !important;
}
.csnavside .menucontent .item p{
  font-family: "SFTSchriftedSansTRIAL-ExtraBold";
  font-size: 6vw !important;
  line-height: 12vh !important;
  transition: all 0.5s;
}
.csnavside .menucontent .item.active p,
.csnavside .menucontent .item:hover p{
  color: #1973D7 !important;
}
.csnavside .menucontent .item:hover p:first-child{
  margin-top: -12vh;
  transition: all 0.5s;
}
.whatsappContent{
  opacity: 0;
  z-index: -1;
  bottom: -10vh;
  padding: 1.5vh 1.5vw 1.5vh 4.5vw !important;
  font-size: 1.2vw !important;
  line-height: 4vh !important;
  transition: all .5s;
}
.whatsappContent:hover{
  color: #FFFFFF !important;
}
.whatsappContent.show{
  opacity: 1;
  z-index: 99;
  bottom: 5vh;
  transition: all .5s;
}
.whatsappContent .iconContent{
  top: 1vh;
  left: 1.5vw;
  width: 2.4vw;
  transform: scale(1);
  transition: all .5s;
}
.whatsappContent:hover .iconContent{
  transform: scale(1.1);
  transition: all .5s;
}
@media screen and (max-width: 846px){
  .csnav{
    border-bottom-right-radius: 3vw;
    border-bottom-left-radius: 3vw;
  }
  .csnavside .closecontent{
    width: 15vw;
    height: 15vw;
  }
  .csnavside .menucontent{
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
  }
  .csnavside .menucontent ul{
    list-style: none;
    padding: 5vh 8vw;
    margin: 0;
  }
  .csnavside .menucontent ul li{
    position: relative;
    display: block;
    width: 100%;
  }
  .csnavside .menucontent ul li a{
    display: block;
    padding: 2vh 0;
    font-family: "Nunito-Bold";
    font-size: 5.1vw !important;
    line-height: 3vh !important;
    color: #003673 !important;
    text-decoration: none;
    cursor: pointer;
  }
  .csnavside .menucontent ul li ul{
    display: none;
    padding: 0 0 0 5vw;
  }
  .csnavside .menucontent ul li ul li a{
    padding: 1.2vh 0;
    font-family: "Nunito-Regular";
    font-size: 4.2vw !important;
    line-height: 3.5vh !important;
  }
  .csnavside .menucontent ul li.active > ul{
    display: block;
  }
  .whatsappContent{
    padding: 1vh 5vw 1vh 12.5vw !important;
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .whatsappContent .iconContent{
    top: 0.5vh;
    left: 3vw;
    width: 8vw;
  }
}
/* End Navigation */

/* Footer */
.csft ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.csft .socmedContent li a .iconContent{
  transform: scale(1);
  transition: all .5s;
}
.csft .socmedContent li a .iconContent:hover{
  transform: scale(1.15);
  transition: all .5s;
}
.csft .taglineContent{
  font-family: "Nunito-Italic";
  font-size: 1.6vw !important;
  line-height: 4vh !important;
}
.csft .partnersContent .partnerlogoContent{
  transform: scale(1);
  transition: all .5s;
}
.csft .partnersContent .partnerlogoContent:hover{
  transform: scale(1.15);
  transition: all .5s;
}
.csft .menuContent li a{
  position: relative;
  padding-bottom: 0.2vh;
}
.csft .menuContent li a::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #003673;
  transition: all .5s;
}
.csft .menuContent li a:hover::after{
  width: 100%;
  transition: all .5s;
}
.csft .emailContent p,
.csft .waContent p{
  margin-left: 0.2vw;
  font-size: 1.3vw !important;
  line-height: 4vh !important;
}
.csft .copyrightContent{
  font-family: "Nunito-Italic";
  font-size: 1.2vw !important;
  line-height: 3.6vh !important;
}
@media screen and (max-width: 846px){
  .csft .emailContent p,
  .csft .waContent p{
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .csft .copyrightContent{
    font-size: 3vw !important;
    line-height: 3vh !important;
  }
}
/* End Footer */

/* Header Section */
.cspg-home .headerSection .headerSlider .item .buttonContent{
  position: absolute;
  bottom: 15vh;
  right: 4vw;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a{
  margin-bottom: 1.5vh;
  padding: 1vh 1.5vw;
  border-radius: 50vw;
  overflow: hidden;
  transform: scale(1);
  transition: all .5s;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a:hover{
  transform: scale(1.05);
  transition: all .5s;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(1){
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/upload/banner-button-01.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(2){
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/upload/banner-button-02.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(3){
  margin-bottom: 0;
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/upload/banner-button-03.jpg');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a p{
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5vw;
  font-family: "Nunito-Bold";
  font-size: 1.1vw !important;
  line-height: 3vh !important;
  color: #FFFFFF !important;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a .exc{
  display: inline-block;
  vertical-align: middle;
  margin-top: -1.8vh;
  width: 7.5vw;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a .exc p{
  color: #FFFFFF !important;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a .exc p:nth-child(1){
  margin-bottom: -2.8vh;
  font-family: "Nunito-Light";
}
.cspg-home .headerSection .headerSlider .item .buttonContent a .logoContent{
  display: inline-block;
  vertical-align: middle;
  width: 2vw;
  transform: scale(1);
  transition: all .5s;
}
.cspg-home .headerSection .headerSlider .item .buttonContent a:hover .logoContent{
  transform: scale(1.3);
  transition: all .5s;
}
@media screen and (max-width: 846px){
  .headerSection .headerSlider .item{
    position: relative;
    border-radius: 3vw;
    overflow: hidden;
  }
  .headerSection .headerSlider .owl-nav{
    display: none;
  }
  .headerSection .headerSlider .owl-dots{
    left: 0 !important;
    width: 100%;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent{
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a{
    position: absolute;
    padding: 1vh 3vw;
    bottom: 7.5vh;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(1){
    left: 12vw;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(2){
    right: 12vw;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a:nth-child(3){
    padding: 0.6vh 3vw;
    right: 5vw;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a p{
    margin-left: 2vw;
    font-size: 3.2vw !important;
    line-height: 1.5vh !important;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a .exc{
    margin-top: -1.8vh;
    width: 22vw;
  }
  .cspg-home .headerSection .headerSlider .item .buttonContent a .logoContent{
    width: 6vw;
  }
}
/* End Header Section */

/* Description Section */
.descriptionSection .wrapContent .ornament1{
  top: -1.5vh;
  left: 25.5vw;
}
.descriptionSection .wrapContent .ornament2{
  top: 3vh;
  left: 24vw;
}
.descriptionSection .wrapContent .ornament3{
  top: 5.5vh;
  left: 64vw;
}
.descriptionSection .item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 15vh;
  margin-right: 2vw;
  width: 16vw;
}
.descriptionSection .item:last-child{
  margin-right: 0;
}
.descriptionSection .item .iconContent{
  transform: scale(1);
  transition: all .5s;
}
.descriptionSection .item:hover .iconContent{
  transform: scale(1.1);
  transition: all .5s;
}
@media screen and (max-width: 846px){
  .descriptionSection .wrapContent .ornament1{
    top: -4.5vh;
    left: 10vw;
  }
  .descriptionSection .wrapContent .ornament2{
    top: -1.5vh;
    left: 6vw;
  }
  .descriptionSection .wrapContent .ornament3{
    left: 90vw;
  }
  .descriptionSection .mobiledescSlider .owl-dots{
    display: none;
  }
  .descriptionSection .mobiledescSlider .owl-nav{
    top: 20%;
  }
  .descriptionSection .item{
    margin: 8vh 0 0 0;
    padding: 0 3vw;
    width: 100%;
  }
}
/* End Description Section */

/* Product Section */
.productSection .spcSlider .owl-dots{
  display: none;
}
.productSection .spcSlider .owl-nav{
  top: 40%;
}
.productSection .spcSlider .owl-item .item{
  padding: 0 0.5vw;
}
.productSection .spcSlider .owl-item .item .imageContent{
  border-radius: 3vw;
  background: #96C2E0;
  overflow: hidden;
  transition: all .5s;
}
.productSection .spcSlider .owl-item.center .item .imageContent{
  transition: all .5s;
}
@media screen and (max-width: 846px){
  .productSection .spcSlider .owl-nav{
    top: 30%;
    width: 100%;
  }
}
/* End Product Section */

/* About Section */
.aboutSection{
  height: 490vh;
}
.aboutSection .wrapContent{
  height: 490vh;
}
.aboutSection .wrapContent .tar{
  position: absolute;
  z-index: 5;
  top: 300vh;
}
.aboutSection .wrapContent .tviContent .titleContent .ornament1{
  top: 1vh;
  left: 12vw;
}
.aboutSection .wrapContent .tviContent .titleContent .ornament2{
  top: 7vh;
  right: 5vw;
}
.aboutSection .wrapContent .tviContent .titleContent h2{
  padding: 3vh 7vw 0 16vw;
  font-size: 2.7vw !important;
  line-height: 6vh !important;
  color: #9380AB;
}
.aboutSection .wrapContent .tviContent .animationContent .csasAnimation1{
  opacity: 0;
  object-fit: contain;
  height: 80vh !important;
  transition: all .3s;
}
.aboutSection .wrapContent .tviContent .animationContent .csasAnimation1.active{
  opacity: 1;
  transition: all .3s;
}
.aboutSection .wrapContent .tviContent .animationContent .csasAnimation2{
  opacity: 0;
  object-fit: contain;
  transition: all .3s;
  animation: csasAZ 5s linear infinite alternate;
}
@keyframes csasAZ{
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.aboutSection .wrapContent .tviContent .animationContent .csasAnimation2.active{
  opacity: 1;
  transition: all .3s;
}
.aboutSection .wrapContent .sectionContent1{
  top: 0;
}
.aboutSection .wrapContent .sectionContent2{
  top: 121vh;
}
.aboutSection .wrapContent .sectionContent3{
  top: 242vh;
}
.aboutSection .wrapContent .sectionContent4{
  top: 363vh;
}
@media screen and (max-width: 846px){
  .aboutSection{
    height: auto;
  }
  .aboutSection .wrapContent{
    height: auto;
  }
  .aboutSection .wrapContent .tviContent .animationContent .csasAnimation2{
    opacity: 0;
    object-fit: contain;
    transition: all .3s;
    animation: csasAZ 5s linear infinite alternate;
  }
  @keyframes csasAZ{
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.1);
    }
  }
  .aboutSection .wrapContent .sectionContent1,
  .aboutSection .wrapContent .sectionContent2,
  .aboutSection .wrapContent .sectionContent3,
  .aboutSection .wrapContent .sectionContent4{
    top: unset;
  }
}
/* End About Section */

/* Testimony Section */
.testimonySection .ornament1{
  left: 10vw;
  animation: moveLeftRight1 4s linear infinite alternate;
}
@keyframes moveLeftRight1{
  from {
    left: 10vw;
  }
  to {
    left: calc(20% - 50px);
  }
}
.testimonySection .ornament2{
  left: 25vw;
  animation: moveLeftRight2 10s linear infinite alternate;
}
@keyframes moveLeftRight2{
  from {
    left: 25vw;
  }
  to {
    left: calc(20% - 50px);
  }
}
.testimonySection .ornament3{
  left: 0;
  animation: moveLeftRight3 14s linear infinite alternate;
}
@keyframes moveLeftRight3{
  from {
    left: 0;
  }
  to {
    left: calc(20% - 50px);
  }
}
.testimonySection .backgroundContent{
  left: 2.8vw;
}
.testimonySection .titlewrapContent .titleContent.outlined-text::before,
.testimonySection .titlewrapContent .titleContent.outlined-text::after{
  left: 1vw;
}
.testimonySection .csspeechbubble{
  margin-top: -4.5vh;
}
.testimonySection .testimonySlider .owl-dots{
  display: none;
}
.testimonySection .testimonySlider .owl-nav{
  top: unset;
  transform: unset;
  bottom: 14vh;
  width: 20vw;
}
.testimonySection .testimonySlider .item .avaContent{
  width: 6vw;
  height: 6vw;
  background: #9FC1DD;
  overflow: hidden;
}
.testimonySection .testimonySlider .item .avaContent img{
  bottom: -0.3vh;
}
.testimonySection .testimonySlider .item .infoContent p,
.testimonySection .testimonySlider .item .textContent p{
  font-size: 1.4vw !important;
  line-height: 4vh !important;
}
@media screen and (max-width: 846px){
  .testimonySection .ornament1{
    left: 10vw;
    animation: moveLeftRight1 4s linear infinite alternate;
  }
  @keyframes moveLeftRight1{
    from {
      left: 10vw;
    }
    to {
      left: calc(20% - 50px);
    }
  }
  .testimonySection .ornament2{
    left: 25vw;
    animation: moveLeftRight2 10s linear infinite alternate;
  }
  @keyframes moveLeftRight2{
    from {
      left: 25vw;
    }
    to {
      left: calc(20% - 50px);
    }
  }
  .testimonySection .ornament3{
    left: 0;
    animation: moveLeftRight3 14s linear infinite alternate;
  }
  @keyframes moveLeftRight3{
    from {
      left: 0;
    }
    to {
      left: calc(20% - 50px);
    }
  }
  .testimonySection .csspeechbubble{
    margin: -3.5vh auto 0;
  }
  .testimonySection .csspeechbubble::after{
    bottom: -37px;
    left: 25px;
    width: 40px;
    height: 40px;
    background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/icon/bubble-3.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  .testimonySection .testimonySlider .owl-nav{
    display: block;
    top: unset;
    transform: unset;
    bottom: 13vh;
    width: 38vw;
  }
  .testimonySection .testimonySlider .item .avaContent{
    width: 20vw;
    height: 20vw;
  }
  .testimonySection .testimonySlider .item .avaContent img{
    width: 17vw !important;
  }
  .testimonySection .testimonySlider .item .infoContent p,
  .testimonySection .testimonySlider .item .textContent p{
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .testimonySection .wrapContent .titleContent .staror1{
    top: -4vh;
    left: -4vw;
  }
  .testimonySection .wrapContent .titleContent .staror2{
    top: 3vh;
    right: 10vw;
  }
  .testimonySection .wrapContent .titleContent h2{
    font-size: 4.8vw !important;
    line-height: 3.5vh !important;
    color: #9380AB;
  }
}
/* End Testimony Section */

/* Story Section */
.storySection .titlewrapContent .ornament1{
  top: 0;
  left: 5vw;
}
.storySection .titlewrapContent .ornament2{
  top: 6vh;
  right: 5vw;
}
.storySection .textwrapContent .textContent p{
  font-size: 1.4vw !important;
  line-height: 4vh !important;
}
.storySection .textwrapContent .textContent h5{
  font-size: 2vw !important;
}
@media screen and (max-width: 846px){
  .storySection .csspeechbubble{
    border: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  .storySection .csspeechbubble::after{
    display: none;
  }
  .storySection .textwrapContent .textContent p{
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .storySection .textwrapContent .textContent h5{
    font-size: 5.1vw !important;
  }
}
/* End Story Section */

/* Quote Section */
.quoteSection .titlewrapContent .ornament1{
  top: 0;
  left: 5vw;
}
.quoteSection .titlewrapContent .ornament2{
  top: 6vh;
  left: 26vw;
}
.quoteSection .textwrapContent .textContent p{
  font-size: 1.4vw !important;
  line-height: 4vh !important;
}
.quoteSection .textwrapContent .highlightContent{
  padding: 2.5vh 8vw;
  background-color: #FFFFFF;
  border: 0.1vh solid #9380AB;
  border-radius: 50vw;
}
.quoteSection .textwrapContent .highlightContent .iconContent{
  top: -2vh !important;
  left: 2vw !important;
  width: 4vw;
}
.quoteSection .textwrapContent .highlightContent .textContent{
  font-family: "Nunito-Medium-Italic";
  line-height: 3.5vh !important;
  color: #9380AB !important;
}
@media screen and (max-width: 846px){
  .quoteSection h2{
    font-size: 10vw !important;
  }
  .quoteSection .csspeechbubble{
    border: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }
  .quoteSection .csspeechbubble::after{
    display: none;
  }
  .quoteSection .textwrapContent .textContent p{
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .quoteSection .textwrapContent .highlightContent{
    padding: 2.5vh 8vw 2.5vh 14vw;
  }
  .quoteSection .textwrapContent .highlightContent .iconContent{
    top: -1.5vh !important;
    left: 5vw !important;
    width: 9vw;
  }
  .quoteSection .textwrapContent .highlightContent .textContent{
    font-size: 4.1vw !important;
    line-height: 2.6vh !important;
  }
}
/* End Quote Section */

/* USP Section */
.uspSection .wrapItem{
  align-items: stretch;
  gap: 20px;
}
.uspSection .item{
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  vertical-align: top;
  margin-top: 10vh;
  margin-right: 1vw;
  width: 30.2vw;
  border-radius: 1vw;
  overflow: hidden;
  background: #FFFFFF;
}
.uspSection .item:last-child{
  margin-right: 0;
}
.uspSection .item .wrapContent{
  display: flex;
  flex: 1;
  flex-direction: column;
}
.uspSection .item .wrapContent .statContent .statWrap .statData{
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}
.uspSection .item .wrapContent:hover .statContent .statWrap .statData{
  opacity: 1;
  transform: scale(1);
}
.uspSection .item .wrapContent .statContent .statWrap .statItem{
  transform: scale(1);
  transition: all .5s;
}
.uspSection .item .wrapContent:hover .statContent .statWrap .statItem{
  transform: scale(1.1);
  transition: all .5s;
}
.uspSection .item .wrapContent .column2 .titleContent{
  margin-bottom: 1vh;
  font-size: 1.2vw !important;
  line-height: 3.6vh !important;
}
.uspSection .item .wrapContent .column2 .textContent{
  min-height: 10vh;
}
.uspSection .item .wrapContent .column2 ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.uspSection .item .wrapContent .column2 ul li{
  display: inline-block;
}
.uspSection .item .wrapContent .column2 ul li p{
  margin-bottom: 1vh;
  padding: 0.5vh 1.18vw;
  text-transform: uppercase;
  font-size: 1.15vw !important;
  line-height: 3.4vh !important;
  color: #003673 !important;
  background: #A8C2DC;
  border-radius: 0.8vw;
}
.uspSection .item .wrapContent .column2 ul li:last-child p{
  margin-bottom: 0;
}
.uspSection .item .wrapContent .column3{
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.uspSection .item .wrapContent .column3 .titleContent{
  position: absolute;
  top: 5vh;
  left: 2vw;
  font-size: 1.2vw !important;
  line-height: 3.6vh !important;
}
.uspSection .item .wrapContent .column3 ul{
  margin-top: 3vh;
  padding: 0;
  list-style: none;
  text-align: center;
}
.uspSection .item .wrapContent .column3 ul li{
  position: relative;
  display: inline-block;
  margin: 0 5%;
  width: 35%;
  vertical-align: top;
  cursor: pointer;
}
.uspSection .item .wrapContent .column3 ul li .popupContent{
  position: absolute;
  padding: 1.5vh 1vw;
  bottom: 80%;
  width: 100%;
  border-radius: 1vw;
  overflow: hidden;
  background: #FFFFFF;
  border: 0.15vw solid #003673;
  border-radius: 1vw;
  opacity: 0;
  transition: all 1s;
}
.uspSection .item .wrapContent .column3 ul li:hover .popupContent{
  bottom: 36%;
  opacity: 1;
  transition: all 1s;
}
.uspSection .item .wrapContent .column3 ul li .popupContent .briefContent{
  font-size: 0.8vw !important;
  line-height: 2.4vh !important;
}
.uspSection .item .wrapContent .column3 ul li .textContent{
  margin-top: -2vh;
  font-size: 1.1vw !important;
  line-height: 3vh !important;
  color: #003673 !important;
}
@media only screen 
  and (min-device-width : 1024px) 
	and (max-device-width : 1366px) 
	and (orientation : portrait) {
  .uspSection .item .wrapContent .column3{
    height: 45vh !important;
  }
  .uspSection .item .wrapContent .column3 ul.csmgt-lg-12vh{
    margin-top: 7vh !important;
  }
  .uspSection .item .wrapContent .column3 ul li .textContent{
    margin-top: -1vh;
    line-height: 2vh !important;
  }
}
@media screen and (max-width: 846px){
  .uspSection .headerSlider .owl-nav{
    top: 30%;
  }
  .uspSection .headerSlider .owl-dots{
    display: none;
  }
  .uspSection .item{
    margin-top: 5vh;
    padding: 0 1vw;
    width: 100%;
    background: transparent;
  }
  .uspSection .item .wrapContent{
    border-radius: 10vw;
    background: #FFFFFF;
    overflow: hidden;
  }
  .uspSection .item .wrapContent .statContent .statWrap .statData,
  .uspSection .item .wrapContent:hover .statContent .statWrap .statData{
    opacity: 1;
    transform: scale(1);
  }
  .uspSection .item .wrapContent .column1 p{
    font-size: 5vw !important;
    line-height: 3vh !important;
  }
  .uspSection .item .wrapContent .column2 .titleContent{
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .uspSection .item .wrapContent .column2 .textContent{
    min-height: unset;
    font-size: 5vw !important;
    line-height: 3vh !important;
  }
  .uspSection .item .wrapContent .column2 ul li{
    width: 48%;
    text-align: center;
  }
  .uspSection .item .wrapContent .column2 ul li:last-child{
    width: 100%;
  }
  .uspSection .item .wrapContent .column2 ul li p{
    font-size: 3vw !important;
    line-height: 3vh !important;
  }
  .uspSection .item .wrapContent .column3{
    display: block;
  }
  .uspSection .item .wrapContent .column3 .titleContent{
    position: relative;
    top: unset;
    left: unset;
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .uspSection .item .wrapContent .column3 ul{
    position: relative;
    top: unset;
    transform: unset;
  }
  .uspSection .item .wrapContent .column3 ul li{
    width: 38%;
  }
  .uspSection .item .wrapContent .column3 ul li .textContent{
    font-size: 3vw !important;
    line-height: 2.3vh !important;
  }
  .uspSection .descriptionContent .wrapContent .ornament1{
    top: 5vh;
    left: 10vw;
  }
  .uspSection .descriptionContent .wrapContent .ornament2{
    top: -3vh;
    right: 10vw;
  }
  .uspSection .descriptionContent .iteminfoWrap .itemInfo .textContent{
    min-height: 7vh;
    font-size: 3vw !important;
    line-height: 2.3vh !important;
  }
  .uspSection .descriptionContent .iteminfoWrap .itemInfo .briefContent{
    font-size: 3vw !important;
    line-height: 2.2vh !important;
  }
}
/* End USP Section */

/* Unboxing Section */
.unboxingSection .item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 8vh;
  margin-right: 2vw;
  width: 21vw;
}
.unboxingSection .item:last-child{
  margin-right: 0;
}
.unboxingSection .item .stepSection::after{
  content: '';
  position: absolute;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  left: 67%;
  width: 16vw;
  height: 0.3vh;
  background: url('https://forcoobed.id/wp-content/themes/feforcoo/assets/images/icon/line.webp');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.unboxingSection .item:last-child .stepSection::after{
  display: none;
}
.unboxingSection .item .stepSection .titleContent{
  font-family: "Barlow-SemiBold";
  font-size: 1.6vw !important;
  line-height: 4vh !important;
}
.unboxingSection .item .wrapSection{
  min-height: 60vh;
  background: #FFE9B3;
  border-radius: 1vw;
  overflow: hidden;
}
.unboxingSection .item .wrapSection .iconContent{
  object-fit: contain;
  transform: scale(1);
  transition: all .5s;
}
.unboxingSection .item:hover .wrapSection .iconContent{
  transform: scale(1.05);
  transition: all .5s;
}
.unboxingSection .item .wrapSection .subtitleContent{
  font-size: 1.6vw !important;
  line-height: 5vh !important;
}
.unboxingSection .item .wrapSection .textContent p{
  font-size: 1.1vw !important;
  line-height: 3vh !important;
  color: #003673 !important;
}
@media screen and (max-width: 846px){
  .unboxingSection .wrapContent .titleContent{
    font-size: 6vw !important;
  }
  .unboxingSection .item{
    margin: 5vh 2vw 0;
    width: 42vw;
  }
  .unboxingSection .item .titleContent{
    font-family: "Nunito-Regular";
    font-size: 3.7vw !important;
    line-height: 3vh !important;
  }
  .unboxingSection .item .wrapSection{
    min-height: 40vh;
    border-radius: 3vw;
  }
  .unboxingSection .item .wrapSection .subtitleContent{
    font-size: 3.7vw !important;
    line-height: 3vh !important;
  }
  .unboxingSection .item .wrapSection .textContent p{
    font-size: 3vw !important;
    line-height: 2.2vh !important;
  }
}
/* End Unboxing Section */

/* News Section */
.newsSection .newsSlider .owl-dots{
  display: none;
}
.newsSection .newsSlider .owl-nav button span.owlarrowleft{
  left: 1vw;
}
.newsSection .newsSlider .owl-nav button span.owlarrowright{
  right: 1vw;
}
.newsSection .newsSlider .item .lineContent::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8vh;
  background: #003673;
}
.newsSection .newsSlider .item .lineContent::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2vh;
  background: #003673;
}
.newsSection .newsSlider .item .titleContent{
  font-size: 2.5vw !important;
  line-height: 5.6vh !important;
}
.newsSection .newsSlider .item .textContent p{
  margin-bottom: 1.5vh;
  font-family: "Barlow-Regular";
  font-size: 1vw !important;
  line-height: 2.8vh !important;
  color: #3F3F4F !important;
}
.newsSection .newsSlider .item .textContent p b{
  font-family: "Barlow-SemiBold";
}
.newsSection .newsSlider .item .textContent .csbtn-anim{
  padding: 0.5vh 1.5vw;
  font-size: 1vw !important;
  line-height: 5vh !important;
}
.newsSection .ornamentContent{
  bottom: -5.5vh;
  animation: newsOrnament 1s linear infinite alternate;
}
@keyframes newsOrnament{
  from {
    bottom: -5.5vh;
  }
  to {
    bottom: -5vh;
  }
  }
@media screen and (max-width: 846px){
  .newsSection{
    margin-top: -1vh;
  }
  .newsSection .newsSlider .item .titleContent{
    font-size: 4.5vw !important;
    line-height: 3vh !important;
  }
  .newsSection .newsSlider .item .textContent p{
    font-size: 3vw !important;
    line-height: 2vh !important;
  }
  .newsSection .newsSlider .item .textContent .csbtn-anim{
    padding: 1.5vh 5vw;
    font-size: 4vw !important;
    line-height: 3.5vh !important;
  }
  .newsSection .ornamentContent{
    height: 13vh;
    object-fit: cover;
    object-position: 95% 100%;
    bottom: 0;
    animation: newsOrnament 1s linear infinite alternate;
  }
  @keyframes newsOrnament{
    from {
      bottom: 0;
    }
    to {
      bottom: -1vh;
    }
  }
}
/* End News Section */