.main-wrapper{
	margin-top: 80px;
}

.fixed-top-bg {
    transition: 500ms ease;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #0A2064;
}

.logo-oskadon{
	width: 150px;
	margin-top: -15px;
}

.v-thumb {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
}

.splide__list {
    align-items: flex-start;
}

.thumbnail-video-1,
.thumbnail-video-2,
.thumbnail-video-3,
.thumbnail-video-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.thumbnail-video-1 {
    background: url('..//images/thumbnail-1.jpg'); 
	background-size: cover; 
	background-position: center;
    width: 100%;
    height: 170px;
    border-radius: 25px; 
}

.thumbnail-video-2 {
    background: url('..//images/thumbnail-2.jpg'); 
	background-size: cover; 
	background-position: center;
    width: 100%;
    height: 170px;
    border-radius: 25px; 
}

.thumbnail-video-3 {
    background: url('..//images/thumbnail-3.jpg'); 
	background-size: cover; 
	background-position: center;
    width: 100%;
    height: 170px;
    border-radius: 25px; 
}

.thumbnail-video-4 {
    background: url('..//images/thumbnail-4.jpg'); 
	background-size: cover; 
	background-position: center;
    width: 100%;
    height: 170px;
    border-radius: 25px; 
}

/* bg */
.bg-cahaya, .bg-cahaya-detail{
	position: absolute; 
	background: url('../images/bg-cahaya.png'); 
	background-size: cover; 
	background-position: center; 
	width: 100%; 
	height: 1600px; 
	top: 100em; 
	z-index:-1;
}

.bg-left-ornament{
	position: absolute; 
	background: url('../images/left-dot-ornament.png'); 
	background-size: cover; 
	background-position: top left; 
	width: 150px;
    height: 550px;
    top: 110em;
	left: 0;
	z-index:-1;
}

.bg-right-ornament{
	position: absolute; 
	background: url('../images/right-dot-ornament.png'); 
	background-size: cover; 
	background-position: top right; 
	width: 150px;
    height: 550px; 
	top: 50em; 
	right: 0;
	z-index:-1;
}

.bg-right-ornament-2{
	position: absolute; 
	background: url('../images/right-dot-ornament.png'); 
	background-size: cover; 
	background-position: top right; 
	width: 150px;
    height: 550px; 
	top: 160em; 
	right: 0;
	z-index:-1;
}

.ctavideo{
	cursor: pointer;
}

.v-frame-atas{
	background: url('../images/video-frame-atas.png'); 
	background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
	width: 100%;
}

iframe{
	width: 95%;
	height: 600px;
	margin-left: 50px;
    margin-top: 125px;
	border-radius: 25px;
}

.v-frame-bawah{
    width: 100%; 
}

.v-thumb {
	background: #E9E8E8; 
	border-radius: 25px; 
	width: 100%; 
	height: 170px;
}

.bg-left-tips{
	position: absolute;
    background: url(../images/tips-frame-kiri.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 298px;
    height: 725px;
    top: 0em;
    left: 6em;
    z-index: -1;
}

.bg-right-tips{
	position: absolute;
    background: url(../images/tips-frame-kanan.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 298px;
    height: 725px;
    top: 0em;
    right: 4em;
    z-index: -1;
}

.label-games{
	margin-top: 120px; 
	margin-left: 180px;
}

.img-games img{
	width: 500px;
}

/* splide */
#tips .splide__arrow--prev {
    left: -5em !important;
}
#tips .splide__arrow--next {
    right: -5em !important;
}

#video .splide__arrow--prev{
	top: 90px;
	left: -5em !important;
}

#video .splide__arrow--next{
	top: 90px;
	right: -5em !important;
}

.artikel-detail {
    margin: 3rem 0px;
}

@media (max-width: 575.98px) {
	#tips .splide__arrow--prev {
		left: -3em !important;
	}
	
	#tips .splide__arrow--next {
		right: -3em !important;
	}
	
	#video .splide__arrow--prev {
		left: -3em !important;
	}
	
	#video .splide__arrow--next {
		right: -3em !important;
	}

    .img-tontonan .play-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .label-video h1, .label-games h1, .label-produk h1, .label-tips h1, .product-title h1, .tips-product h1, .tips-article h1, .product-section h1 {
        font-size: 24px !important;
    }

    .label-video img, .label-games img, .label-produk img, .label-tips img, .product-title .title-img, .tips-article .title-img, .product-section .title-img {
        width: 150px !important;
        margin-right: 0px !important;
    }

    .label-video {
        margin: 0px !important;
        padding-top: 5px;
        padding-left: 10px;
    }
    
    
    /* .splide__slide, .is-visible, .is-active {
        margin: 0px 20px !important;
        width: 30% !important;
    } */

    .label-games h1 {
        display: flex;
        margin: 0 auto !important;
    }

    .label-games img {
        margin-left: 5px;
    }

    .label-games .title-games {
        padding-top: 5px;
    }

    .label-produk .icon-search, .product-title .icon-search, .product-section .icon-search {
        width: 50px !important;
        padding-left: 5px;
    }

    .label-tips .icon-ok, .tips-product .icon-ok, .tips-article .icon-ok {
        width: 72px !important;
    }
    
    .artikel-detail img {
        width: 100% !important;
    }

    .back-button {
        padding-top: 0px !important;
        margin: 20px 0px !important;
    }

    .artikel-detail {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .produk-detail {
        margin-top: 2rem !important;
    }

    .bg-cahaya-detail {
        top: 8em !important;
        position: absolute;
        display: block !important;
        height: 100vh !important;
    }
}

/* produk */

.back-button {
    width: 100px;
    height: 100%;
    padding-top: 30px;
    margin: 40px 0px;
	cursor: pointer;
    display: block;
}

.btn-detail-product {
    border: 2px solid #D9D9D9;
    border-radius: 90px;
    padding: 10px 0px;
}

.produk-detail{
	margin-top: 8em;	
}

.produk-title{
	font-size: 50px;
}

.produk_oskadon{
	background: url('../images/produk_oskadon_hero_rev.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon:hover{
	background: url('../images/produk_oskadon_rev.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_extra{
	background: url('../images/produk_oskadon_extra_hero_rev.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_extra:hover{
	background: url('../images/produk_oskadon_extra_rev.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_sp{
	background: url('../images/produk_oskadon_sp_hero.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_sp:hover{
	background: url('../images/produk_oskadon_sp_021025.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_sp_neuro{
	background: url('../images/produk_oskadon_sp_neuro_hero.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}

.produk_oskadon_sp_neuro:hover{
	background: url('../images/produk_oskadon_sp_neuro_021025.png');
	width: 282px;
	height: 270px;
	background-size: cover;
	cursor: pointer;
	margin: 0 auto;
}


/* artikel */
.artikel-detail h1{
	color: #003185;
	font-size: 36px;
}

.artikel-detail p{
	color: #003185;
}

.artikel-detail img{
	width: 90%;
    border-radius: 30px;
	margin: 0 auto;
}

.wyswyg h2, .wyswyg h3, .wyswyg h4, .wyswyg h5{
	font-size: 18px;
	color: #003185;
}

.wyswyg p{
	font-size: 16px;
	color: #003185;
}

.wyswyg li{
	font-size: 16px;
	color: #003185;
	margin-left: 15px;
}


/* tips slider */
.tips-header{
	background: #C4C4C4; 
	border-top-left-radius:25px; 
	border-top-right-radius:25px; 
	height: 80px;
}

.tips-overlay{
	position: absolute; 
	height:420px; 
	width:100%; 
	top: 80px; 
	left: 0; 
	right: 0;
	border-bottom-left-radius:25px; 
	border-bottom-right-radius:25px; 
}

.tips-image{	
	border-bottom-left-radius:25px; 
	border-bottom-right-radius:25px; 
	height: 420px; 
	padding: 10px;
	background-position: top center !important;
    background-size: cover !important;
}

.tips-caption{
	z-index: 10;
}

.tips-caption h4{
	color: #fff;
	margin-bottom: 10px;
}

.tips-caption h4:hover{
	text-decoration: underline;
}

/* navbarcss */
.nav-scrolled {
    transition: 500ms ease;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #0A2064;
}

.nav-scrolled .nav-link {
    color: #0A2064;
}

.navbar-nav .dropdown-item {
    color: #0A2064;
    padding: 10px;
    font-size: 14px;
}

.navbar-nav .dropdown-divider {
    margin: 0px 0px;
}

.navbar-nav .dropdown-menu {
    padding: 0px 0px;
}

.navbar-nav .dropdown-menu .text-menu-product {
    text-align: right;
    float: right;
    padding-top: 0px !important;
    padding-bottom: 20px;
}

.navbar-toggler {
    border: 1px solid #0A2064;
    /* background: rgba(255, 255, 255, 0.20); */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-item {
    margin: 0px 10px;
}

.navbar-nav .nav-item .active {
    color: #003185;
    font-weight: bold;
    border-radius: 0px 0px 15px 15px;
    background: #FFDF0F;
    padding: 0px 15px;
    height: 70px;
    align-content: center;
    margin-top: -18px;
}

.nav-link {
    color: #003185;
}

.nav-link:focus, .nav-link:hover {
    color: #FFDF0F;
	font-weight: bold;
}

.dropdown-menu .product-menu {
    position: fixed;
    margin-top: 21px !important;
    left: 0;
    padding: 50px 0px;
    border-bottom-left-radius: 95px;
    width: 100%;
    border: none;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0px 28px 35px -15px rgba(0, 0, 0, 0.21);
}


.slick-current {
    display: block !important;
    margin: 0 auto !important;
}

.slick-prev, .slick-next {
    width: auto !important;
}

.slick-prev:before, .slick-next:before {
    color: transparent !important;
    font-size: 8px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	display: none !important;
}

.slick-next:before {
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-prev:before {
    background-image: url(../images/arrow-left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


/* footercss */

.footer {
	background: url('../images/bg-footer.png');
	width: 100%;
	background-size: cover;
	height: 450px;
}

.footer .container {
    padding: 2rem 12px 2rem;
}

.footer .container .phone {
    text-align: end;
    justify-content: end;
    align-items: end;
    font-family: Poppins-Regular !important;
    color: #0A2064;
}

.footer .container .phone .lead b {
    font-family: Poppins-Bold !important;
    font-size: 26px;
}

.footer .container .phone p small {
    font-size: 15px;
}

.footer .container .menu hr {
    border: 1px solid #598CD9;
    margin: 5px 0px 10px 0px;
}

.footer .container .menu a {
    text-decoration: none;
    color: #0A2064;
}

.footer .container .menu a h6 {
    font-family: Poppins-Bold !important;
}

.medsos .container {
    text-align: end;
    color: #0A2064;
    font-family: Poppins-Regular !important;
}

.medsos .container a {
    color: #0A2064;
}

.medsos .container a i {
    font-size: 18px;
}

.copy {
    background-color: #033BA8;
    padding: 15px 0px 30px 0px;
    color: white;
    font-family: Poppins-Regular !important;
	text-align: center;
}

.copy a {
    color: white;
}

/* homecss */
.home-banner img {
    width: 100%;
    margin-top: -50px;
}

/* categorycss */

.category {
    padding: 15px;
}

.category img, .img-menu {
    border-top-left-radius: 55px;
}

.category img, .product-menu img {
    width: 100%;
    margin-bottom: 5px;
}

.category h1, .product-menu h1 {
    font-family: Poppins-Extra;
    font-size: 40px;
    color: #0A2064;
    text-align: end;
}

.category p, .product-menu p {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: black;
    line-height: normal;
    padding-top: 65px;
}

.category a , .product-menu a{
    text-decoration: none;
}

.category h3, .product-menu h3 {
    font-size: 20px;
    font-family: Poppins-medium;
    color: #0A2064;
    padding-bottom: 0px;
    align-content: end;
}

.category i, .product-menu i {
    color: #598CD9;
    font-size: 25px;
}

/* highlightcss */

.highlight {
    background: var(--Linier-Gradient, linear-gradient(180deg, #3255BF 0%, #012169 100%));
    padding: 15px 15px 0px 15px;
    margin-top: 250px;
}


.highlight h1 {
    font-family: Poppins-Bold;
    font-size: 40px;
    color: white;
    margin-bottom: 0px;
    text-align: start;
    margin: 20px 0px 80px 0px;
}

.highlight span {
    padding-left: 40px;
}

.highlight p {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: white;
    line-height: normal;
    padding-left: 40px;
    margin-bottom: 60px;
}

.highlight .container .col-md-5 {
    position: relative;
}

.highlight img {
    width: 90%;
    bottom: 0;
    position: absolute;
}

/* productcss */

.product {
    margin-top: -50px;
    margin-bottom: 40px;
    height: 600px;
}

.product .container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.product img {
    max-width: fit-content;
    max-height: fit-content;
    width: 100%;
    margin-top: 20px;
    z-index: 2 !important;
}

.product h3 {
    color: #0A2064;
    font-family: Poppins-Bold;
    padding: 0px 5px;
}

.product p {
    color: #598CD9;
    font-family: Poppins-Regular;
    padding: 0px 5px;
}

.product .button {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* productdetailcss */

.product-detail {
    margin-top: -30px;
    height: auto !important;
}

.product-detail .img-product {
    background: #EFEFEF;
    margin-bottom: 30px;
    border-top-left-radius: 50px;
}

.product-detail .container {
    position: relative !important;
    padding-bottom: 40px;
}

.product-detail img {
    width: 100%;
}

.product-detail .modal img {
    width: auto;
	margin-top: auto;
}

.product-detail h1, .related-products h1 {
    color: #0A2064;
    font-family: "Poppins-Bold";
    font-size: 38px;
    margin: 0px 0px;
}

.related-products h1 span {
    padding-left: 55px;
}

.product-detail h3 {
    color: #0A2064;
    font-family: Poppins-Bold;
    padding: 0px 5px 0px 5px;
	font-size: 24px;
}

.product-detail h6 {
    font-family: "Poppins-Bold";
}

.product-detail p {
    color: #0A2064;
    font-family: "Poppins-Regular";
    padding: 0px 5px;
}

.product-detail .button {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 55px;
}

.product-detail .content-prod-row {
    color: #0A2064;
}

.product-detail .content-prod-row img {
    padding: 5px 20px 5px 0px;
}

.product-detail .col-sticky {
    min-height: 130vh;
    height: auto;
}

.product-detail .col-sticky .content-sticky {
    min-height: 200px; 
    overflow: auto;  
    position: -webkit-sticky;  
    position: sticky; 
    top: 20%;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}

.product-detail .col-sticky .content-sticky .nav .nav-item {
    padding: 5px 0;
}

.product-detail .col-sticky .content-sticky .nav .nav-item a {
    text-decoration: none;
    border: transparent;
}

.product-detail .col-sticky .content-sticky .nav .nav-item a img {
    width: 55px;
	border: 1px solid #dedede;
}

/* tipscss */

.tips {
    margin-bottom: 50px;
}

.tips h1 {
    font-family: Poppins-Extra;
    font-size: 40px;
    color: #0A2064;
    text-align: start;
    margin-bottom: 10px;
}

.tips h1 span {
    padding-left: 60px;
}

.tips h3 {
    font-size: 20px;
    font-family: Poppins-Bold;
    color: #0A2064;
    padding-bottom: 0px;
}

.tips p {
    font-family: Poppins-Regular;
    color: black;
}

.tips .read img {
    width: 100%;
}

.tips .read {
    display: flex;
}

.tips .read h1 {
    font-family: Poppins-Extra;
    font-size: 40px;
    text-align: start;
    margin-bottom: 10px;
    color: #0A2064;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0A2064;
}

/* allbannercss*/

.all-banner {
    background: linear-gradient(0deg, #0A2064 -8.25%, #598CD9 100%);
}

.all-banner .container {
    padding-top: 40px;
    margin-top: -30px;
}

.all-banner h1 {
    font-family: Poppins-Extra;
    font-size: 40px;
    color: white;
    margin-bottom: 0px;
    text-align: start;
    margin-bottom: 50px;
    margin-top: 0px;
}

.all-banner span {
    padding-left: 40px;
}

.all-banner p {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: white;
    line-height: normal;
    padding-left: 40px;
    margin-top: 40px;
}

.all-banner .container .col-md-5 {
    position: relative;
}

.all-banner img {
    width: 100%;
    bottom: 0;
    z-index: 1;
}


/* storecss */

.store {
    margin: 40px 0px;
}

.store h6 {
    color: #0A2064;
    font-family: Poppins-Regular;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

/* modalcss */


.modal .modal-content  {
    border-radius: 25px;
}

.modal .modal-content .modal-header h1 {
    color: #0A2064;
    font-family: "Poppins-Bold";
}

.modal .modal-content .modal-header h3 {
    color: #0A2064;
    font-family: "Poppins-Bold";
	font-size: 16px !important;
}

.modal .modal-content .modal-footer {
    border-radius: 0px 0px 25px 25px;
    background: var(--Linier-Gradient, linear-gradient(180deg, #3255BF 0%, #012169 100%));
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.15);
}

.modal .modal-content a {
    text-decoration: none;
}

.modal .modal-content .modal-footer p {
    margin-bottom: 0px;
    color: white;
    font-family: "Poppins-Bold";
}

.modal .modal-body .panel-listing{
	width: 180px;
	margin: 0 auto;
}

/* buttoncss */

.btn-text {
    text-decoration: underline 2px solid #598CD9;
    margin-top: 50px;
}

.breadcrumb .breadcrumb-item a {
    color: #0A2064;
}

.breadcrumb .breadcrumb-item.active {
    color: #598CD9;
    font-weight: 900;
}

.btn-text h6 {
    color: #0A2064;
    font-family: Poppins-Bold;
}

.btn-tcm-pry {
    background-color: #0A2064;
    height: 42px;
    border-radius: 5px;
    color: white;
    align-content: center;
}

.btn-tcm-pry:hover {
    background-color: #0f3094;
    height: 42px;
    border-radius: 5px;
    color: white;
}

.btn-tcm-sec {
    background-color: white;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #0A2064;
    color: #0A2064;
    align-content: center;
	font-weight: bold;
}

.btn-tcm-sec:hover {
    background-color: #D9D9D7;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #0A2064;
    color: #0A2064;
}

.carousel-control-next, .carousel-control-prev {
    height: 15%;
    width: 5%;
}

.carousel-control-prev {
    left: auto !important;
    right: 5%;
}

.order-sm-last {
    order: 0 !important;
}

.order-sm-first {
    order: 1 !important;
}

.gmaps{
	background: none;
}

.btn-produk-home {
    display: none;
}

/* responsive */

@media (max-width: 575.98px) {

    .product-page a img {
        width: 100% !important;
    }

    .product-page a h5 {
        font-size: 16px;
    }

    .tips-image {
        height: 290px;
    }

    .produk_oskadon, .produk_oskadon_extra, .produk_oskadon_sp,  .produk_oskadon_sp_neuro, 
    .produk_oskadon:hover, .produk_oskadon_extra:hover, .produk_oskadon_sp:hover,  .produk_oskadon_sp_neuro:hover {
        background-size: auto 100%;
        background-repeat: no-repeat;
        width: 100%;
        height: 160px;
        background-position: center center;
    }


    .btn-produk-home {
        width: 95%;
        display: block;
        color: #003085;
        border: 1px solid #003085;
        background-color: white; 
        text-align: center;
        margin-bottom: 50px;
        font-size: 14px;
    }

    .btn-produk-home:hover {
        width: 95%;
        display: block;
        color: #003085;
        border: 1px solid #003085;
        background-color: #FFDF0F; 
        text-align: center;
        margin-bottom: 50px;
        font-size: 14px;
    }

    .p_text_oskadon h5, .p_text_oskadonextra h5, .p_text_oskadonsp h5, .p_text_oskadonspneuro h5,
    .p_text_oskadon_2 h5, .p_text_oskadonextra_2 h5, .p_text_oskadonsp_2 h5, .p_text_oskadonspneuro_2 h5 {
        font-size: 18px;
    }

    .btn-yellow, .btn-red, .btn-grey {
        display: block;
        margin: 0 auto;
        width: 200px;
        margin-bottom: 10px;
    }

	.nav-mobile {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-mobile li {
        display: inline-block;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        padding: 1px 20px 0px 0px;
    }

    .read .carousel-control-prev {
        width: 10%;
    }

    .read .carousel-control-prev span i, .read .carousel-control-next span i{
        font-size: 30px !important;
    }

    .product-detail .col-sticky .content-sticky {
        position: static;
    }

    .tab-content {
        width: 100% !important;
    }

    .btn-tcm-sec,
    .btn-tcm-pry {
        font-size: 10px;
    }

    /* mhome */

    .home-banner img {
        margin-top: -20px;
    }


    /* mhighlightcss */
    .highlight {
        height: auto;
        margin-top: 15px;
        padding: 0px;
    }

    .highlight img {
        width: 100%;
        bottom: 0;
        position: relative;
    }

    .highlight h1 {
        font-size: 26px;
        margin: 10px 0px;
    }

    .highlight p {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-top: 10px;
        font-size: 14px;
    }

    /* mcategorycss */
    .category h1 {
        text-align: start;
        margin-top: 20px;
        font-size: 26px;
    }

    .category h1 span {
        padding-left: 135px;
    }

    .category h3, .product-menu h3 {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .category p {
        padding-top: 0px;
        font-size: 14px;
    }

    .category i {
        font-size: 14px;
        padding-bottom: 4px;
    }

    .category img {
        margin-bottom: 5px;
    }

    /* mproductcss */
    .product {
        min-height: 220vh !important;
        height: auto;
    }

    .order-sm-last {
        order: 1 !important
    }

    .order-sm-first {
        order: 0 !important
    }

    .product h3 {
        font-size: 20px;
    }

    .all-banner h1 {
        margin-bottom: 0px;
        margin-top: 90px;
        padding: 0px 10px;
    }

    .all-banner p {
        padding: 0px 10px;
        margin-top: 10px;
    }

    .product-detail {
        margin-top: -30px;
    }

    .product-detail .col-sticky {
        min-height: auto;
    }

    /* mfooter */
    .footer .container .phone {
        text-align: center;
		margin-top: 30px;
    }

    .footer .container .phone p small {
        font-size: 14px;
    }

    .footer .container .phone .lead b {
        font-size: 20px;
    }

    .medsos .container {
        text-align: center;
    }

    .medsos .container p small {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }

    .copy {
        font-size: 10px;
        text-align: center;
    }

    /* mbutton */

    .nav-scrolled-m {
        background: rgba(255, 255, 255, 0.70);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        color: #0A2064;
    }

    .nav-scrolled {
        background: rgba(255, 255, 255, 0.70);
    }

    
    .navbar-toggler {
        margin-left: 10px;
		background: #0A2064;
    }

    .navbar-m {
        height: 50px !important;
		width: 50px;
		z-index: 9999;
    }

    .navbar-brand {
        display: block;
        margin: 0 auto;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-nav .nav-item .nav-link {
        margin: 0px;
        color: #0A2064;
		font-weight: bold;
        padding-left: 8px;
		font-size: 18px;
    }

    .navbar-nav .nav-item .active {
		height: 40px;
		background: none;
		font-weight: bold;
		text-decoration: underline;
    }

    .dropdown-menu {
        background-color: transparent !important;
    }
    .dropdown-menu .product-menu {
        position: relative;
        background-color: transparent !important;
        margin-top: 64px !important;
        border-bottom-left-radius: 0px;
        padding: 0px;
        box-shadow: none;
        margin-top: 0px !important;
        margin-bottom: 15px;
        backdrop-filter:none !important
    }

    .navbar-nav .dropdown-menu {
        border: transparent;
    }

    .btn-tcm-pry, .btn-tcm-sec {
        font-size: 12px;
    }
	
	
	/* home oskadon */
	
	.main-wrapper{
		margin-top: 60px;
	}
	
	.logo-oskadon{
		width: 125px;
		margin-top: -5px;
	}
	
	iframe{
		width: 100%;
        height: 300px;
        margin: 0 auto;
        margin-top: 3rem;
	}
	
	.label-games {
		margin: 0 auto;
	}	
	
	.img-games {
		margin: 0 auto;
	}
	
	.img-games img{
		width: 90% !important;
	}
	
	.label-video {
		margin: 0 auto;
	}	
	
	.img-video {
		justify-content: end;
        margin-right: 25px;
	}
	
	.img-video img{
		width: 75% !important;
	}
	
	.v-frame-atas{
		margin-top: 80px;
	}
	
	.tips hr{
		float: none !important;
        margin: 10px auto;
	}
	
	.bg-left-tips{
		display: none;
	}
	
	.bg-right-tips{
		display: none;
	}
	
	.bg-cahaya{
		height: 1000px;
	}
	
	.footer{
		height: 200px;
	}
    
}