.bg-trans{
	background-color: transparent;
	transition: background-color 0.5s ease;
	position: fixed;
	top: 0;
	width: 100%;
}
.fixed {
    position:fixed;
    top:0;
    z-index: 9;
    background-color: #74111D;
    width: 100%;
}

/* Small devices (portrait phones) */
@media (max-width: 576px) {
	
	/*navbar*/
	header {
		background-color: black;
	}

	.nav-link{
		color: #ffff !important;
		margin-right: 10px;
		text-transform: uppercase;
		font-size: 12px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	}
	nav .uang{
		font-size: 12px;
		
	}
	
	nav .translate{
		margin-right: 10px;
		font-size: 12px;
	}
	
	.navbar-brand{
		font-size: 5px;
	}
	
	nav img{
		width: 130px;
	}
	
	
	/*gambar*/
	.jumbotron{
		background-image: url("../img/thai01.png");
		background-size: cover;
		height: 300px;
		margin-top: 0px;
		width: 100%;
		background-attachment:;
	}
	
	
	.about{
		margin-top: 10px;
		min-height: 744px;
	}
	
	.about img{
		width: 100%;
	}
	
	.about h2{
		margin-top: 10px;
		font-weight: bolder;
		font-family: 'Muli', sans-serif ;
		color: #6f0000;
		font-size: 24px;
	}
	.about p{
		font-family: 'Muli', sans-serif ;
		font-size: 12px;
	}
	.about .btn{
		background-color: #6f0000;
		color: #ffff;
		border-radius: 2px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
		font-size: 12px;
	}
	
	/*akhir about*/
	
	.brand{
		min-height: 264px;
	}
	
	
	.brand img{
		width: 100%;
	}
	/*akhir brand*/
	
	.favor{
		min-height: 80px;
	}
	
	.space1{
		margin: 10px;
	}
	
	.makan img{
		width: 100%;
	
	
	}
	body h3{
		color:#6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 18px;
		margin-bottom: 25px;
	}
	.makan h3{
		color:#6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 15px;
	}
	.makan a{
		color: #6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 12px;
		font-weight: bold;
	
	}
	.makan p {
		font-size: 12px;
	}
	.makan span {
		top: 6px;
		left: 13px;
		position: relative;
		z-index: 2;
		color: #6f0000;
	}
	.makan .btn{
		background-color: #6f0000;
		color: #ffff;
		border-radius: 3px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
		font-size: 12px;
		font-weight: bold;
		width: fit-content;
	}
	
	.space{
		min-height: 100px;
	}
	/*akhir menu*/
	
	/*other*/
	.other, .other-news{
		margin-top: -104px;
		margin-bottom: 40px;
	}
	
	.other button{
		color: #ffff;
		background-color: #6f0000;
		border-radius: 3px;
		font-size: 15px;
		font-family: 'Muli', sans-serif;
		width: 15%;
	}
	
	.other-news button{
		color: #ffff;
		background-color: #6f0000;
		border-radius: 3px;
		font-size: 12px;
		font-family: 'Muli', sans-serif;
		font-weight: bold;
		width: fit-content;
	}
	/*akhir other*/
	
	/*news*/
	.news{
		min-height: 80px;
		margin-top: -20px;
	}
	
	
	.article h5{
		color: #6f0000;
		font-size: 15px;
	}
	.article .card{
		padding: 2px;
	}
	.article .card p{
		font-size: 12px;
	}
	
	footer{
		background-color: #6f0000;
		height: 880px;
	}
	
	footer .info-label{
		padding-top: 40px;
		margin-bottom: 25px;
	
	}
	footer .info-label h1{
		padding-top: 85px;
		margin-bottom: 25px;
		font-family: 'Muli',sans-serif;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 20px;
		color: #ffff;
		padding: 10px;
	}
	footer .info-p, .info-p a {
		font-family: 'Muli',sans-serif;
		font-size: 12px;
		margin-bottom: 20px;
		color: #ffff;
		padding: 10px;
	}
	footer .scl-btn{
		color: white;
		font-size: 30px;
		padding: 10px;
		
	}
	footer input[type=text], input[type=submit] {
		width: 100%;
		padding: 12px;
		display: inline-block;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	footer .form-group {
		position: relative;
		padding: 20px 0;
		width: 300px;
		max-width: 100%;
	}
	
	footer .form-group input {
		border: none;
		border-bottom: 1px solid #ffff;
		color: #ffffff;
		display: block;
		font-size: 12px;
		padding: 10px 0;
		width: 100%;
		background: none;
	}
	
	footer .form-group label {
		color: #ffff;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		transform: translateY(30px);
		transition: all 0.2s ease-in-out;
		font-size: 12px;
	}
	footer .form-group input:valid,
	.form-group input:focus {
		border-bottom-color: #ee6e73;
		outline: none;
	}
	
	footer .form-group input:valid + label,
	.form-group input:focus + label {
		color: #ee6e73;
		font-size: 10px;
		transform: translateY(0);
	}
	footer .form-group span {
		font-size: 12px;
		float: right;
		top: -24px;
		right: 6px;
		position: relative;
		z-index: 2;
		color: #ffff;
	}
	
}


/* Small devices (landscape phones) */
@media (min-width: 768px) {

	
	/*navbar*/
	header {
		background-color: black;
	}
	
	.nav-link{
		color: #ffff !important;
		margin-right: 10px;
		text-transform: uppercase;
		font-size: 12px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	}
	nav .uang{
		font-size: 12px;
		
	}
	
	nav .translate{
		margin-right: 10px;
		font-size: 12px;
	}
	
	.navbar-brand{
		font-size: 5px;
	}
	
	nav img{
		width: 50px;
	}
	
	
	/*gambar*/
	.jumbotron{
		background-image: url("../img/thai01.png");
		background-size: cover;
		height: 416px;
		margin-top: -80px;
		width: 100%;
	
	}
	
	
	.about{
		margin-top: 10px;
		min-height: 500px;
	}
	
	.about img{
		width: 100%;
		}
	
	.about h2{
		margin-top: 0px;
		font-weight: bolder;
		font-family: 'Muli', sans-serif ;
		color: #6f0000;
		font-size: 24px;
	}
	.about p{
		font-family: 'Muli', sans-serif ;
		font-size: 12px;
	}
	.about .btn{
		background-color: #6f0000;
		color: #ffff;
		border-radius: 2px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
		font-size: 12px;
	}
	
	/*akhir about*/
	
	.brand{
		min-height: fit-content;
	}
	
	
	.brand img{
		width: 100%;
	}
	/*akhir brand*/
	
	.favor{
		min-height: 80px;
	}
	
	.space1{
		min-height: 0px;
	}
	
	.makan img{
		width:100%;
	
	
	}
	body h3{
		color:#6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 18px;
		margin-bottom: 25px;
	}
	.makan h3{
		color:#6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 18px;
	}
	.makan a{
		color: #6f0000;
		font-family: 'Muli' , sans-serif;
		font-size: 12px;
		font-weight: bold;
	
	}
	.makan p {
		font-size: 12px;
	}
	.makan span {
		top: 6px;
		left: 13px;
		position: relative;
		z-index: 2;
		color: #6f0000;
	}
	.makan .btn{
		background-color: #6f0000;
		color: #ffff;
		border-radius: 3px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
		font-size: 12px;
		font-weight: bold;
		width: fit-content;
	}
	
	.space{
		min-height: 100px;
	}
	/*akhir menu*/
	
	/*other*/
	.other, .other-news{
		margin-top: -60px;
		margin-bottom: 40px;
	}
	
	.other button{
		color: #ffff;
		background-color: #6f0000;
		border-radius: 3px;
		font-size: 15px;
		font-family: 'Muli', sans-serif;
		width: 15%;
	}
	
	.other-news button{
		color: #ffff;
		background-color: #6f0000;
		border-radius: 3px;
		font-size: 12px;
		font-family: 'Muli', sans-serif;
		font-weight: bold;
		width: fit-content;
	}
	/*akhir other*/
	
	/*news*/
	.news{
		min-height: 80px;
		margin-top: -20px;
	}
	
	
	.article h5{
		color: #6f0000;
		font-size: 15px;
	}
	.article .card{
		padding: 2px;
	}
	.article p{
		font-size: 12px;
	}
	
	footer{
		background-color: #6f0000;
		height: 1100px;
	}
	
	footer .info-label{
		padding-top: 85px;
		margin-bottom: 25px;
	
	}
	footer .info-label h1{
		padding-top: 85px;
		margin-bottom: 25px;
		font-family: 'Muli',sans-serif;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 20px;
		color: #ffff;
		padding: 10px;
	}
	footer .info-p, .info-p a {
		font-family: 'Muli',sans-serif;
		font-size: 12px;
		margin-bottom: 20px;
		color: #ffff;
		padding: 10px;
	}
	footer .scl-btn{
		color: white;
		font-size: 30px;
		padding: 10px;
		
	}
	footer input[type=text], input[type=submit] {
		width: 100%;
		padding: 12px;
		display: inline-block;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	footer .form-group {
		position: relative;
		padding: 20px 0;
		width: 300px;
		max-width: 100%;
	}
	
	footer .form-group input {
		border: none;
		border-bottom: 1px solid #ffff;
		color: #ffffff;
		display: block;
		font-size: 12px;
		padding: 10px 0;
		width: 100%;
		background: none;
	}
	
	footer .form-group label {
		color: #ffff;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		transform: translateY(30px);
		transition: all 0.2s ease-in-out;
		font-size: 12px;
	}
	footer .form-group input:valid,
	.form-group input:focus {
		border-bottom-color: #ee6e73;
		outline: none;
	}
	
	footer .form-group input:valid + label,
	.form-group input:focus + label {
		color: #ee6e73;
		font-size: 10px;
		transform: translateY(0);
	}
	footer .form-group span {
		font-size: 24px;
		float: right;
		top: -36px;
		right: 6px;
		position: relative;
		z-index: 2;
		color: #ffff;
	}
	
}
	

/*desktop ver*/
@media (min-width: 992px) {

/*navbar*/
header {
	background-color: black;
}
.nav-link{
	color: #ffff !important;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
nav .uang{
	font-size: 15px;
	
}

nav .translate{
	margin-right: 10px;
	font-size: 15px;
}

.navbar-brand{
	font-size: 5px;
}
	
.navbar-brand img{
	width: 190px;
}


/*gambar*/
.jumbotron{
	background-image: url("../img/thai01.png");
	background-size: cover;
	height: 100vh;
	margin-top: 0px;
	width: auto;
	background-attachment: fixed;
}


.about{
	margin-top: 75px;
	min-height: 500px;
}

.about img{
	width: 450px;
	}

.about h2{
	margin-top: 0px;
	font-weight: bolder;
	font-family: 'Muli', sans-serif ;
	color: #6f0000;
	font-size: 50px;
}
.about p{
	font-family: 'Muli', sans-serif ;
	font-size: 16px;
}
.about .btn{
	background-color: #6f0000;
	color: #ffff;
	border-radius: 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 12px;
}

/*akhir about*/

.brand{
	min-height: 500px;
}


.brand img{
	width: 100%;
}
/*akhir brand*/

.favor{
	min-height: 80px;
}

.space1{
	margin: 0px;
}

.makan img{
	width:100%;


}
body h3{
	color:#6f0000;
	font-family: 'Muli' , sans-serif;
	font-size: 24px;
	margin-bottom: 25px;
}
.makan h3{
	color:#6f0000;
	font-family: 'Muli' , sans-serif;
	font-size: 24px;
	margin-bottom: 25px;
}
.makan a{
	color: #6f0000;
	font-family: 'Muli' , sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.makan p {
	font-size: 15px;
}
.makan span {
	top: 5px;
	left: 15px;
	position: relative;
	z-index: 2;
	color: #6f0000;
}
.makan .btn{
	background-color: #6f0000;
	color: #ffff;
	border-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 14px;
	font-weight: bold;
	width: fit-content;
}

.space{
	min-height: 100px;
}
/*akhir menu*/

/*other*/
.other, .other-news{
	margin-top: -60px;
	margin-bottom: 150px;
}

.other button{
	color: #ffff;
	background-color: #6f0000;
	border-radius: 3px;
	font-size: 15px;
	font-family: 'Muli', sans-serif;
	width: 15%;
}

.other-news button{
	color: #ffff;
	background-color: #6f0000;
	border-radius: 3px;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	width: fit-content;
}
/*akhir other*/

/*news*/
.news{
	min-height: 80px;
	margin-top: -20px;
}


.article h5{
	color: #6f0000;
	font-size: 16px;
}
.article .card{
	padding: 2px;
}
.article p{
	font-size: 12px;
}


h3{
 	color:#6f0000;
	font-size: 24px;
	font-weight: bold; 
 	
}

footer{
	background-color: #6f0000;
	height: 440px;
}

footer .info-label{
	padding-top: 85px;
	margin-bottom: 25px;

}
footer .info-label h1{
	padding-top: 85px;
	margin-bottom: 25px;
	font-family: 'Muli',sans-serif;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
	color: #ffff;
	padding: 10px;
}
footer .info-p, .info-p a {
	font-family: 'Muli',sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
	color: #ffff;
	padding: 10px;
}
footer .scl-btn{
	color: white;
	font-size: 30px;
	padding: 10px;
	
}
footer input[type=text], input[type=submit] {
	width: 100%;
	padding: 12px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
footer .form-group {
    position: relative;
    padding: 20px 0;
    width: 300px;
    max-width: 100%;
}

footer .form-group input {
    border: none;
    border-bottom: 1px solid #ffff;
    color: #ffff;
    display: block;
    font-size: 16px;
    padding: 10px 0;
	width: 100%;
	background: none;
}

footer .form-group label {
    color: #ffff;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
	transform: translateY(30px);
	transition: all 0.2s ease-in-out;
	font-size: 17px;
}
footer .form-group input:valid,
.form-group input:focus {
    border-bottom-color: #ee6e73;
    outline: none;
}

footer .form-group input:valid + label,
.form-group input:focus + label {
    color: #ee6e73;
    font-size: 14px;
    transform: translateY(0);
}
footer .form-group span {
	font-size: 24px;
	float: right;
	top: -36px;
	right: 6px;
	position: relative;
	z-index: 2;
	color: #ffff;
}

}
