@import url('https://fonts.googleapis.com/css2?family=Tomorrow:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/tomorrow');
html {
	scroll-padding-top: 102px; /* height of sticky header */
}
body{
	background-color: #000;
	/* padding-top: 102px; */
	padding-top: 5vw;
}
@media(max-width: 768px){
	html {
		scroll-padding-top: 69px; /* height of sticky header */
	}
	body{
		padding-top: 70px;
	}
}
@media (min-width: 1200px){
	.container{
		max-width: 81vw;
	}
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.btn-diagonal{
	color: #fff;
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	height: auto;
/*	max-width: 250px;*/
	text-transform: uppercase;
	border: 1px solid #fff !important;
	background-color: #000 !important;
	z-index: 1;
	text-align: left;
	padding: 15px 20px;
	border-radius: 0;
}
.btn-diagonal:before{
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 90px;
	border-right: 50px solid transparent;
	border-bottom: 100px solid #fb493d;
	transform: translateX(-100%);
	transition: 0.3s ease-in-out;
	z-index: -1;
}
.btn-diagonal:hover:before{
	transform: translateX(0);
	left: 0;
}
.btn-diagonal i.fa-solid{
	margin-right: 40px;
}
.btn-search-news{
	color: #fff;
	background-color: #cf1a32;
	border-color: #cf1a32;
}
.btn-search-news:hover{
	color: #fff;
	background-color: #705023;
	border-color: #705023;
}
.form-control:focus{
	border-color: #cf1a32;
	box-shadow: 0 0 0 0.25rem rgb(134 96 43 / 25%);
}
.form-outline .form-control,
.form-outline .form-control:focus,
.form-outline .input-group-text{
	background-color: transparent;
	color: #555555;
	padding-left: 50px;
	height: 55px;
	border-color: #555555;
	font-family: 'Roboto', sans-serif;
}
.form-control::-moz-placeholder{
	color: #555555;
	opacity: 1;
	font-family: 'Roboto', sans-serif;
}
.form-control:-ms-input-placeholder{
	color: #555555;
	font-family: 'Roboto', sans-serif;
}
.form-control::-webkit-input-placeholder{
	color: #555555;
	font-family: 'Roboto', sans-serif;
}
.form-control::-moz-placeholder{
	color: #555555;
	opacity: 1;
	font-family: 'Roboto', sans-serif;
}
.form-control:-ms-input-placeholder{
	color: #555555;
	font-family: 'Roboto', sans-serif;
}
.form-control::-webkit-input-placeholder{
	color: #555555;
	font-family: 'Roboto', sans-serif;
}
.form-outline{
	position: relative;
}
.form-outline i{
	position: absolute;
	color: #555555;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	pointer-events: none;
}
.btn-block{
	width: 100%;
}
.btn-submit-red {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12pt;
	letter-spacing: 3px;
	background-image: linear-gradient(to bottom, #c95252 15%, #8f1c1c 40%, #5a0e0e 70%);
	padding: 7px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: auto 200%;
	color: #fff;
	display: block;
	border-radius: 3px;
}
.btn-submit-red:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.btn-logout{
	color: #fff;
	background-color: #701111;
	border-color: #701111;
	padding: 5px 20px;
	border-radius: 0;
}
.btn-logout:hover{
	color: #fff;
	background-color: #7a1111;
	border-color: #7a1111;
	text-decoration: none;
}
/* Shrink */
.hov-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hov-shrink:hover, .hov-shrink:focus, .hov-shrink:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}
/* Shrink*/

/*==========================================================================================================*/
/*============================================= SECTION 1 ==================================================*/
/*==========================================================================================================*/
/*.section1{
	background: url(../images/layout/home/section1/bg.jpg) no-repeat center top;
	background-size: cover;
	height: 41.2vw;
	color: #fff;
	position: relative;
	padding: 5vw 0;
}
.section1 .title-text{
	margin-top: 10.1vw;
	margin-left: 42.5vw;
}
.section1 .title-text h2{
	font-family: 'Tomorrow', sans-serif;
	font-weight: 300;
	font-size: 16pt;
	margin: 0 0 15px;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(0.25turn, #ff8000, #b95e03, rgba(56,2,155,0));
	border-image-slice: 1;
	width: 80%;
	padding-bottom: 10px;
}
.section1 .title-text h1{
	font-family: 'Tomorrow', sans-serif;
	font-weight: 500;
	font-size: 30pt;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 1;
}
.section1 .title-text p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	margin: 0;
	line-height: 1.2;
}
@media(max-width: 768px){
	.section1{
		background: url(../images/layout/home/section1/mobile/bg.jpg) no-repeat center top;
		background-size: 100%;
		height: 179vw;
		position: relative;
	}
}*/
/*==========================================================================================================*/
/*=========================================== END SECTION 1 ================================================*/
/*==========================================================================================================*/

/*==========================================================================================================*/
/*============================================== FOOTER ====================================================*/
/*==========================================================================================================*/
footer{
	background: url(../images/layout/global/bg-footer.jpg) repeat-x left top;
	height: auto;
	padding: 1.5vw 0;
	color: #6d6d6d;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.footer-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-wrap .left-content{
	margin-right: 30px;
}
.footer-wrap .left-content img{}
.footer-wrap .mid-content{
	width: 40%;
}
.footer-wrap .mid-content ul.mid-content-list{
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	display: flex;
	justify-content: center;
}
.footer-wrap .mid-content ul.mid-content-list li{
	border-right: 1px solid #6d6d6d;
	margin-right: 25px;
	padding-right: 25px;
}
.footer-wrap .mid-content ul.mid-content-list li:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}
.footer-wrap .mid-content ul.mid-content-list li a{
	color: #6d6d6d;
	font-size: 15pt;
}
footer p{
	text-align: center;
	margin: 0;
	font-size: 10pt;
}
.footer-wrap .right-content ul.socmed-list{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0;
	display: flex;
	/* width: 46%; */
	justify-content: center;
}
.footer-wrap .right-content ul.socmed-list li{
	text-align: center;
	line-height: 1;
	margin-right: 15px;
}
.footer-wrap .right-content ul.socmed-list li:last-child{
	margin-right: 0;
}
.footer-wrap .right-content ul.socmed-list li a{
	text-decoration: none;
	color: #000000;
	font-size: 16pt;
	border-radius: 50%;
	min-width: 40px;
	min-height: 40px;
	display: block;
	background-color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-wrap .right-content ul.socmed-list li a:hover{
	color: #cf1a32;
}
@media(max-width: 768px){
	footer{
		padding: 8vw 0;
	}
	.footer-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.footer-wrap div{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-wrap .left-content{
		margin: 0 0 15px;
		text-align: center;
	}
	.footer-wrap .mid-content ul.mid-content-list,
	.footer-wrap .right-content ul.socmed-list{
		margin-bottom: 15px;
	}
}
/*==========================================================================================================*/
/*============================================ END FOOTER ==================================================*/
/*==========================================================================================================*/

/*===========================================*/
/*================ NAVBAR ===================*/
/*===========================================*/
.navbar-bg .navbar-brand{
	position: relative;
}
.navbar-bg .navbar-brand img.logo{
	/* margin-right: 20px;
	width: 6.823vw; */
	margin-right: 1vw;
    width: 3.823vw;
}
.logo-pc{
	margin-right: 1vw;
    width: 2.823vw;
}
#collapseNavbar li:last-child{
	margin-right: 0;
}
.navbar-bg{
	background-color: #000;
	color: #fff;
	/* padding: 15.5px 30px; */
	padding: 0.5vw 1.5vw;
	height: auto;
	transition: all .5s;
}
ul.navbar-nav{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
ul.navbar-nav > li{
	position: relative;
	min-width: 100px;
	text-align: center;
}
ul.navbar-nav > li.nav-item > a{
/*	border: 1px solid #d9d9d9;*/
/*	text-transform: uppercase;*/
	font-family: 'Tomorrow', sans-serif;
	font-weight: 500;
    /* font-size: 15pt; */
    font-size: 1vw;
    color: #efefef;
    padding: 5px 0;
    /* margin: 0 22px; */
	margin: 0 1vw;
    cursor: pointer;
    font-style: italic;
}
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a.selected{
	border-bottom: 2px solid #cf1a32 !important;
	text-decoration: none;
}
.navbar-bg ul.socmed-list{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0;
	width: 15%;
	display: flex;
	justify-content: flex-end;
}
.navbar-bg ul.socmed-list li{
	margin-right: 10px;
	text-align: center;
	line-height: 1;
}
.navbar-bg ul.socmed-list li:last-child{
	margin-right: 0;
}
.navbar-bg ul.socmed-list li a{
	background-color: #6d6d6d;
	text-decoration: none;
	/* color: #000;
	font-size: 1rem;
	border-radius: 5px;
	padding: 8px;
	min-width: 35px;
	min-height: 1px; */
	color: #000;
	font-size: 1vw;
    border-radius: 0.2vw;
    padding: 0.5vw;
    min-width: 2vw;
    min-height: 0.8vw;
	display: block;
}
.navbar-bg ul.socmed-list li a:hover{
	color: #fb493d;
}
ul.dropdown-menu > li{
	margin-bottom: 0;
}
ul.dropdown-menu > li:last-child{
	margin-bottom: 0;
}
ul.dropdown-menu > li > a{
	font-family: 'Tomorrow', sans-serif;
	font-weight: 400;
    font-size: 1vw;
    color: #efefef;
    padding: 0.8vw 0.9vw;
    display: block;
    text-decoration: none;
    line-height: 1;
    font-style: italic;
}
ul.dropdown-menu > li > a:hover{
	color: #cf1a32;
	background-color: #212223;
}
@media(max-width: 768px){
	ul.navbar-nav > li{
		text-align: left;
		margin-bottom: 0;
		/* border-bottom: 1px solid #202122; */
	}
	ul.navbar-nav > li.nav-item > a{
		font-size: 5vw;
		padding: 0 22px;
		margin: 15px 0 0;
		display: block;
		border-bottom: 2px solid #202122;
		padding-bottom: 15px;
	}
	ul.navbar-nav > li:not(.dropdown) > a:focus,
	ul.navbar-nav > li:not(.dropdown) > a:hover,
	ul.navbar-nav > li:not(.dropdown) > a.selected{
		border-bottom: 2px solid #fb493d;
		text-decoration: none;
	}
	ul.dropdown-menu > li > a{
		padding: 15px 40px;
		font-size: 5vw;
	}
	.navbar-bg ul.socmed-list li a {
		font-size: 5vw;
		padding: 2vw;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		background-color: #000000;
        margin: 0;
        padding: 0;
        top: 2.8vw;
        width: max-content !important;

	}
}
/*===========================================*/
/*============== END NAVBAR =================*/
/*===========================================*/

/* =============== SIDE NAV ================*/
div#judulmenu{
	float: left;
	display: block;
	width: 100%;
	color: #fff;
}
.nav-overlay{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1111;
}
.nav-sidenav{
	background-color: #141617;
	width: 0;
	height: 100%;
	font-family: 'Tomorrow', sans-serif;
	position: fixed;
	z-index: 11112;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 20px;
	color: #fff;
}
#nav-judulmenu{
	background-color: #0f829b;
	height: 59px;
	color: #ce8b13;
	margin-bottom: 10px;
}
.nav-sidenav a img{
	margin-right: 20px;
	position: relative;
	left: 5px;
}
.nav-sidenav #judulmenu span{
	border-bottom: 2px solid #202122;
	padding: 20px 21px;
	float: left;
	font-size: 16pt;
	width: 100%;
	display: block;
	font-family: 'Tomorrow', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	color: #cf1a32;
}
.nav-sidenav a.closebtn{
	color: #fff;
	position: absolute;
	right: 25px;
	font-size: 24pt;
	font-weight: bold;
	top: 5px;
	text-decoration: none;
}
.navbar-mobile{
	list-style-type: none;
	padding-left: 0;
	float: left;
	width: 100%;
}
.navbar-mobile li{
	display: block;
	padding-left: 0;
}
.navbar-mobile li.active a{
	color: #4d5dbf;
}
.navbar-mobile li a{
	padding: 10px 30px;
	text-decoration: none;
	font-size: 12pt;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.navbar-mobile>li.lang{
	display: flex;
	font-size: 5vw;
	align-items: baseline;
	justify-content: center;
}
.nav-separator{
	border-left: 1px solid #959595;
	float: left;
	margin: 10px 15px 0 0;
	height: 40px;
	width: 1px;
}
@media(max-width: 768px){
	.navbar-inverse{
		background: unset;
		height: auto;
		border-bottom: 0;
	}
	.navbar-toggle{
		padding: 9px 0;
		border: 0px solid transparent;
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color: #a9a9a9;
	}
	.navbar-toggle .icon-bar{
		display: block;
		width: 45px;
		height: 5px;
		border-radius: 10px;
	}
	.navbar-toggle{
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-right: 20px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 8px;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover{
		background-color: transparent;
	}
	.nav-sidenav a img{
		margin-right: 0;
		position: unset;
		left: 0;
	}
	.navbar-bg{
		justify-content: flex-start;
		padding: 15px 10px;
	}
	.navbar-bg .navbar-brand{
		padding: 0;
		display: none;
	}
	.navbar-bg .py-2{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.navbar-bg .navbar-brand:after{
		content: '';
		position: absolute;
		border-right: 0;
	}
	.navbar-bg .colnav{
		margin-right: 15px;
		padding: 0;
		color: #fff;
		font-size: 28pt;
	}
	#dwmyacc{
		line-height: 1.2;
		white-space: nowrap;
		width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 20px;
	}
	#dwmyacc.dropdown-toggle::after{
		right: 10px;
		position: absolute;
		top: 45%;
	}
	.navbar-nav .dropdown-menu{
		position: static !important;
		transform: translate3d(0, 0, 0) !important;
		background-color: transparent;
		padding: 0;
	}
}
/* ===================== END SIDENAV ===================== */