:root {
	--color1: #03275A;
	--color2: #1A7DD7;
	--color3: #F28809;
	--color4: #F37402;
	--color5: #F34605;
    --color6: #ffd600;
    --color7: #d4d4d4;
}

#header_pmb_button{background-color: var(--color5); color: #ffffff !important; padding-bottom: 5px; padding-top: 5px; font-weight: bold;}

#header_brosur_button{background-color: var(--color1); color: #ffffff !important; padding-bottom: 5px; padding-top: 5px; font-weight: bold;}

#header_pmb{float: right !important; margin-bottom: 20px; margin-top: 0px !important;
    margin-bottom: 20px; margin-top: 0px !important;}

.main-menu > ul > li > a{font-weight: bold;}

header{position: unset;}

.img-news-first {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

.img-news-secondary {
    width: 100%;
    height: 231px;
    object-fit: cover;
}

.img-news-last {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.ico-instagram{
    content: url(../../media/icon/ico-instagram.png);
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.ico-tiktok{
    content: url(../../media/icon/ico-tiktok.png);
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.ico-youtube{
    content: url(../../media/icon/ico-youtube.png);
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.ico-whatsapp{
    content: url(../../media/icon/ico-whatsapp.png);
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.ico-email{
    content: url(../../media/icon/ico-email.png);
    width: 30px;
    height: 30px;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.ico-instagram:hover,.ico-tiktok:hover,.ico-youtube:hover,.ico-whatsapp:hover,.ico-email:hover {
    background-color: #ffffff;
}

.ico-instagram,.ico-tiktok,.ico-youtube,.ico-whatsapp,.ico-email {
    margin-bottom: -10px;
}

.footer-contact a{
    font-size: 12pt;
    color: var(--color6);
}

.footer-contact a:hover{
    font-size: 14pt;
    color: #ffffff;
}

.section-list li{
    list-style: none;
    margin-top: 10px;
}

.section-list li.blog-list{
    list-style: square;
}

.section-list .head-list{
    font-weight: bold;
    color: var(--color3);
}

.section-list .subhead-list{
    
}

.text-spotlight{
    color: var(--color5);
    font-weight: bold;
}

.video-frame{
    max-width: 100%;
    width: 560px;
    aspect-ratio: auto 16/9;
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.video-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.img-post-list{
    width: 100%;
    max-height: 255px;
    aspect-ratio: auto 16/9;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.img-post{
    width: 100%;
    max-height: 400px;
    aspect-ratio: auto 16/9;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.img-dokumen{
    width: 212px;
    max-height: 300px;
    aspect-ratio: auto 10/14;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.product-details .image-column .image-box img{
    width: inherit;
}

.shop-item .image-box .image img{
    width: inherit;
}

.share-post{
    margin-top: 30px;
    padding-top: 30px;
    border-top: var(--color1) 1px solid;
}

.share-post li{
    display: inline-block;
    margin-right: 10px;
}

.share-post li.head-list{
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    #header_pmb{float: none !important;}
    
    #header_pmb_button{margin-top: 30px; margin-bottom: 15px;}
    #header_brosur_button{margin-top: 30px; margin-bottom: 15px;}

    .main-menu {
        background-color: #03275A;
        background-image: url(../../media/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    header#plain .main-menu > ul > li > a.show-submenu, 
    header#plain .main-menu a {
        color: #fff !important;
    }

    header#plain .main-menu > ul > li > a.show-submenu:focus,
    header#plain .main-menu a:focus,
    header#plain .main-menu a:hover {
        color: var(--color5) !important;
    }

    .img-news-first, .img-news-secondary, .img-news-last {
        height: 159px;
    }
}

.banner-sidebar {
    background: url(../img/banner_bg_desktop.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.banner-sidebar .wrapper {
    color: #fff;
    padding: 5px;
}
@media (max-width: 767px) {
    .banner-sidebar .wrapper {
      padding: 20px;
    }
}
.banner-sidebar .wrapper h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-sidebar .wrapper p {
    font-size: 18px;
    font-weight: 300;
}

.profile-box {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 30px 20px 10px 50px;
	margin-bottom: 30px;
    margin-top: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    min-height: 150px;
}

.profile-box img {
	top: -30px;
	position: absolute;
	left: 5px;
	border: 4px solid #fff;
    width: 120px; 
    height: 110%; 
    object-fit: cover;
}

.profile-box h4 {
	font-size: 18px;
	margin: -10px 0 35px 80px;
	padding: 0;
}

.profile-box p {
	margin-bottom: 10px;
}