:root {
    --blue: #25A8E0;
    --blue2: #0DE9C3;
    --gray: #F3F3F3;
}
body {
    font-family: "Open Sans";
    font-size: 16px;
}
h1,h2,h3{
    font-weight: 700;
}
p{
    font-size: 16px;
}
.bg-gray {
    background: var(--gray);
}
.bg-half-gray{
    background: linear-gradient(180deg, #F4F4F4 50%, #ffffff 50%);
}
.product-radius-cust{
    border-radius: 15px;
    border:0px;
    background-color: #F6F6F6;
}
.example h1 {
    position: absolute;
    /* top: 3rem; */
    top: 5.5rem;
    font-weight: bold;
    padding-top: 90px;
    text-align: center;
    width: 100%;
    color: white;
    max-width: 1920px;
  }
.text-blue {
    color: rgba(43, 170, 236, 1)!important;
}

.bg-blue {
    background-color: rgba(43, 170, 236, 1)!important;
}

.bg-blue-gradient {
    background-image: linear-gradient(to right, var(--blue), var(--blue2)) !important;
}
.btn-blue:hover{
    background: transparent linear-gradient(90deg, var(--blue) 0%, var(--blue2) 100%) 0% 0% no-repeat padding-box;
}
.bg-blue-10 {
    background-color: rgba(241, 91, 36, 0.105)!important;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2BAAEC;
    --bs-btn-border-color: #2BAAEC;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0BE5E4;
    --bs-btn-hover-border-color: #0BE5E4;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0BE5E4;
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2BAAEC;
    --bs-btn-disabled-border-color: #2BAAEC;
    position: relative;
}

.btn-white {
    --bs-btn-color: rgb(19, 18, 18);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: rgb(19, 18, 18);
    --bs-btn-hover-bg: var(--blue);
    --bs-btn-hover-border-color: var(--blue);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: rgb(19, 18, 18);
    --bs-btn-active-bg: var(--blue);
    --bs-btn-active-border-color: #a14220;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(19, 18, 18);
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
    position: relative;
}

.hr {
    display: inline-block;
}

.hr:after {
    content: '';
    display: block;
    border-top: 5px solid var(--blue);
    margin-top: 0.5em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover{
    color: #07A9FF;
}

.btn-1:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background-color: #0BE5E4;
    border-color: #0BE5E4;
    transition: all 0.5s;
    z-index: 1;
}
.btn{
    transition: none;
}
.btn-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0%;
    background-color: var(--blue);
    border-color: var(--blue);
    transition: all 0.5s;
    z-index: 1;
}

/* .btn-1:hover:before, */
.btn-2:hover:before {
    height: 100%;
    z-index: -1;
}
.btn-hov-v2:hover{
    background: transparent linear-gradient(0deg, #25A8E0 0%, #FFFFFF00 61%) 0% 0% no-repeat padding-box;
}
.btn-hov-v2:hover .btn-hov-cw{
    color: white;
}
.border-news {
    border-color: #25A8E0 !important;
}
.vr-footer-right{
    border-right: 2px solid rgb(255, 255, 255);
    /* height: 280px; */
    color: #0DE9C3;
}
.vr-footer{
    border-left: 2px solid rgb(255, 255, 255);
    height: 280px;
    color: #0DE9C3;
}
.footer-menu{
    padding-left: 25px;
}
nav {
    /* position: fixed !important; */
    /* position: fixed; */
    top: 0px;
    z-index: 999;
    width: 100%;
}
.fixed-top{
    position: sticky;
}

.navbar {
    background-color: white !important;
}

#navbarNav{
    /* margin-right: 150px; */
}

.navbar-search{
    margin-right: 60px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--blue) !important;
}


.about-us .btn-play{
    height: 100px;
    width: 100px;
}

.dropdown-menu {
    background-color: rgb(255, 255, 255) !important;
    backdrop-filter: blur(2px) !important;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-toggle .fa-chevron-down {
    transition: 0.4s;
}

.dropdown-toggle:hover .fa-chevron-down {
    transform: rotate(180deg);
}

.nav-link:hover {
    color: var(--blue) !important;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1);
}

.box-shadow {
    box-shadow: 9px 15px 50px #0000004A;
}

footer {
    position: relative;
    /* margin-top: 200px; */
    background: transparent linear-gradient(90deg, var(--blue) 0%, var(--blue2) 100%) 0% 0% no-repeat padding-box;
}

footer .card {
    position: absolute;
    bottom: 50px;
    width: 90%;
    border-radius: 70px;
}

footer p {
    font-size: 16px;
    color: white;
    bottom: 1px;
}

footer h6,
footer a {
    font-size: 16px;
    color: white;
}

footer h5 {
    color: white;
}

footer a:hover {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
}

.dropdown-item:hover{
    background-color: #0be5e469;
}

footer .col-1 {
    border-left: 2px solid white;
    height: 250px;
}


/* animation */

.animate-left {
    animation: fromleft 2s;
}

.animate-right {
    animation: fromright 2s;
}

.animate-bottom {
    animation: frombottom 2s;
}

.animate-smooth {
    animation: animate-smooth 2s;
}

/* .breadcrumb .breadcrumb-item:nth-child(2)::before {
    content: ">";
} */

.breadcrumb-item.active {
    color: var(--blue);
}
.thumbnail-video {
    /* width:1000px; */
    width:700px;
    height:auto;
}

@keyframes fromleft {
    from {
        left: -30%;
        opacity: 10%;
    }
    to {
        left: 0;
        opacity: 100%;
    }
}

@keyframes fromright {
    from {
        right: -30%;
        opacity: 10%;
    }
    to {
        right: 0;
        opacity: 100%;
    }
}

@keyframes frombottom {
    from {
        bottom: -30%;
        opacity: 10%;
    }
    to {
        bottom: 0;
        opacity: 100%;
    }
}

@keyframes animate-smooth {
    from {
        opacity: 10%;
    }
    to {
        opacity: 100%;
    }
}
li:hover {
    cursor: pointer;
  }
  ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
padding-left: 0;
    left: 0;
    display: none;
  }
  ul li ul li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    border-style: none;
  }
  ul li:hover > ul,
    ul li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      min-width: 250px;
      text-align: left;
      padding-top: 20px;
      box-shadow: 0px 3px 5px -1px #ccc;
    }
.logo-footer-japfa{
    width:192px;
}
.logo-footer-vaksindo{
    width:212px;
}
.form-control-lg{
    font-size: 16px !important;
}
.contact-getintouch{
    font-size: 26px;
}
.product-inquiry-form{
    font-size: 24px;
    font-weight: 600;
}
.tag-24{
    font-size: 24px;
    margin-bottom: 20px;
}
.product-product-name{
    font-weight: 600 !important;
    font-size:34px;
}
.product-product-category{
      font-size: 16px;
}
.product-price-request{
    margin-top:20px;
    /* font-weight: 700; */
    font-size: 18px;
}
.product-min-order{
    margin-top: 14px;
    font-size: 18px;
}
.product-download-brosur{
    margin-top:20px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom:20px;
}
.product-tab{
    margin-top:20px;
}
.product-tab > .tablinks{
    background-color: #F9F9F9;
    /* height: 70px; */
    height: 40px;
    width:48%;
    color:#000;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 600;
}

.product-tab > .tablinks.active{
    background-color: #07A9FF;
    color:#fff;
}
.product-tabcontent{
    line-height: 38px;
    font-size: 16px;
}

.product-tab > .tablinks.product-tab-left{
    /* border-top-left-radius: 24px 20px; */
    border-top-left-radius: 14px 20px;
    margin-right: 0px;
}
.product-tab > .tablinks.product-tab-right{
    border-top-right-radius: 24px 20px;
    margin-left: 0px;
}
.product-certified{
    margin-top:20px;
}
.product-related{
    margin-top:30px;
}

.color-primary{
    color: #07A9FF !important
}
.career-top{
    font-size: 20px;
    margin-bottom: 60px;
}
.search-form > input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }

  .searchBox {
    position: relative;
    /* top: 50%;
    left: 50%; */
    /* transform:  translate(-50%,50%); */
    background: rgb(255, 255, 255);
    /* height: 40px; */
    /* border-radius: 40px; */
    padding: 0px;
    top: -16 !important;
    margin-right: 20px;

}

.searchBox:hover > .searchInput {
    width: 200px;
    padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    color: #000;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border:0px;
}

.searchInput {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    position: relative;
    bottom: -6px;

}
.card > img.zoom{
    max-height: 292px;
}
.card-img-wrap > .zoom{
    max-height: 292px;
}
#featured {
    width: 25%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:99;
}

/* @keyframes zoom {
    from {
        width: 50%;
        height: 50%;
    }
    to {
        width: 100%;
        height: 100%;
    }
} */

/*maps*/
.mapael .map {
    /* background-color: #cddee0; */
    margin-bottom: 10px;
    position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-weight: bold;
    left: 10px;

    -webkit-user-select: none;
    -khtml-user-select : none;
    -moz-user-select: none;
    -o-user-select : none;
    user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
    top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
    top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
    top: 50px;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #474c4b;
    moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
    border-radius: 10px;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #fff;
}


.breadcrumb-section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.bg-img-c {
    background-size: cover;
    background-position: center;
    background-color: #0BE5E4;
}
.breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0 0 0 / 8%);
    opacity: 0.65;
    z-index: -2;
}
.breadcrumb-section .breadcrumb-text {
    text-align: center;
}
.breadcrumb-section .breadcrumb-text .page-title {
    color: #fff;
    /* font-size: 72px; */
}
.home-recomend-post{
    height:auto;
}
@media (min-width: 1000px){
    .footer-note {
        padding-left: 30px;
    }
    .footermenu{
        padding-left: 30px !important;
        text-align: left !important;
    }
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        margin-top: 5rem !important;
    }
    .slider-card>h6,.slider-card>p{
        font-size: 10px !important;
    }
}

@media (min-width: 1200px){
    .slider-card>h6,.slider-card>p{
        font-size: 16px !important;
    }
    .footermenu{
        padding-left: 90px !important;
        text-align: left !important;
    }
    .footer-note {
        padding-left: 60px;
    }
    .carousel-item > img {
        height: 600px;
    }
    .carousel-caption{
        bottom: 25% !important;
    }
}

@media (max-width: 767px) and (min-width: 601px)  {
    /* .footermenu{
        padding-left: 0px;
        text-align: left !important;
    } */
    .footermenu{
        padding-left: 20px;
        text-align: center;
    }
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        margin-top: 3rem;
    }
    .footer-note{
        text-align: center;
        /* margin-top: 30px; */
        padding-left: 20px;
    }
    .logo-footer-japfa {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        display: block;
    }
    .logo-footer-vaksindo{
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
    #chartdiv {
        width: 900px;
        height: 350px;
    }
}

@media only screen and (max-width: 600px)  {
.footermenu{
    padding-left: 20px;
    text-align: center;
}

.footer-hr{
    border-top: 2px solid rgb(255, 255, 255);
    opacity: 1;
    /* margin-top: 3rem; */
}
.slider-card>h6,.slider-card>p{
    font-size: 8px;
}
.home-recomend-post>h3{
    text-align: center;
}
.btn-fproduct{
    z-index: 999;
}
}
/* ipad mini */
@media (max-width: 1024px) and (min-width: 768px)  {
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        /* margin-top: 3rem; */
    }
    .slider-card>h6,.slider-card>p{
        font-size: 12px;
    }
    .carousel-item > img {
        height: 400px;
    }
    #chartdiv {
        width: 900px;
        height: 350px;
    }
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .carousel-caption{
        bottom: 15% !important;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
}
/* ipad air */
@media (max-width: 1180px) and (min-width: 820px)  {
    .footer-hr{
        border-top: 2px solid rgb(255, 255, 255);
        opacity: 1;
        /* margin-top: 3rem; */
    }
    .slider-card>h6,.slider-card>p{
        font-size: 12px;
    }
    .carousel-item > img {
        height: 500px;
    }
    #chartdiv {
        width: 900px;
        height: 350px;
    }
    .about-us .col-12 .btn-play{
        left: 45%;
    }
    .carousel-caption{
        bottom: 15% !important;
    }
    .tms-3 {
        margin-left: 1rem!important;
    }
}

@media (min-width: 1920px)  {
    .carousel-item > img {
        height: 750px;
    }
}
@media (min-width: 1921px)  {
    .carousel-item > img {
        height: 850px;
    }
    .logo-footer-japfa {
        width: 252px;
    }
    .logo-footer-vaksindo {
        width: 272px;
    }
}
