@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tinos:400,700&display=swap');

body, html{
	font-family: Muli;
	background: #fff;
}

.bg-trans{
	background-color: transparent;
	padding: 10px 0;
	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%;
}
nav .navbar-nav.mr-auto {
    margin-left: 50px;
}
nav .navbar-nav li a {
	color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}
nav .navbar-nav li .active a{
	color: #fff;
}
nav .navbar-nav .nav-item a{
	color: #fff;
}
nav .navbar-nav .nav-item .dropdown-menu.show {
    background: transparent;
    border: 0px;
    min-width: auto;
    text-align: center;
    width: 100%;
}
nav .navbar-nav .nav-item .dropdown-menu.show a{
	text-align: center;
}
nav .navbar-nav .nav-item .dropdown-menu.show a:hover{
	background-color: transparent;
}
.hero-banner{
	margin-top: 0px;
	height: 100vh;
	background:url('../images/thai20@2x.png'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}
.overview-section .overview-content{
	background-color: #fff;
	padding: 0 2rem;
	color: #74111D;
	margin: 70px 0 70px 0;
}
.overview-text{
	margin-bottom: 2rem;
}
.overview-content h1{
	margin-top: 2rem;
	font-family: Tinos;
	font-style: italic;
	letter-spacing: 2px;
}
.brand-list h1{
	font-size: 20px;
	letter-spacing: 2px;
	color: #74111D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 100px 0 25px 0;
	text-align: center;
}
.favorite-list h1{
	font-size: 20px;
	letter-spacing: 2px;
	color: #74111D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 100px 0 100px 0;
	text-align: center;	
}
.news-list h1{
	font-size: 20px;
	letter-spacing: 2px;
	color: #74111D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 100px 0 50px 0;
	text-align: center;	
}
.TheBrand{
	margin:60px 0 60px 0;
	text-align: center;
}
.menu-thumb {
    display: block;
    width: 100%;
    height: 300px;
}
.favorite-list{
	margin-bottom: 0px;
}
.news-list{
	margin-bottom: 100px;
}
.favorite-list h3{
	color: #74111D;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 40px 0;
}
.news-list h3 {
	color: #74111D;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.menu-desc {
	color: #74111D;
    font-weight: lighter;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.btn-menu a {
	color: #74111D;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.btn-menu a i {
    margin-left: 40px;
}
.btn-more{
	text-align: center;
	margin-top: 100px;
}
.btn-more a{
	background: #74111D;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
}
.footer{
	background: #74111D;
	padding: 50px 0 50px 0;
}
.footer-desc {
    padding: 15px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 26px;
}
.sosmed ul{
	padding: 0px;
	margin: 0px;
}
.sosmed ul li{
	list-style: none;
	display: inline-block;
	padding: 0 5px 0 5px;
}
.sosmed ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 25px;
}
.footer-link h4 {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.footer-link ul{
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
.footer-link ul li{
	list-style: none;
	margin: 10px 0 5px 0;
}
.footer-link ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer-link form{
	margin: 40px 0 0 0;
}
.footer-link form input {
    background: transparent;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
	color: #fff;
    padding: 0px;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer-link form input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.footer-link form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-link form input::placeholder {
  color: #fff;
}
.footer-link form input:focus{
	background: transparent;
	box-shadow: none; 
	color: #fff;
	border-color: transparent;
	border-bottom: 1px solid #fff;
}
.footer-link form input:visited{
	text-decoration: none;
}
.btn.btn-default.btn-icon {
    color: #fff;
	border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-top: -2px;
    border-radius: 0px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 600px) {
	.overview-section .overview-content {
	    background-color: #fff;
		padding: 0 2rem;
		color: #74111D;
	    margin: 0px 0 0px 0;
	}
	.navbar-light .navbar-toggler {
	    color: rgba(255,255,255,0);
	    border-color: rgba(0,0,0,0);
	}
	.menu-thumb {
	    display: block;
	    width: 100%;
	    height: 300px;
	    margin-top: 50px;
	}
	.favorite-list h1 {
	    font-size: 20px;
	    letter-spacing: 2px;
	    color: #74111D;
	    text-transform: uppercase;
	    font-weight: bold;
	    margin: 0px 0 0px 0;
	    text-align: center;
	}
	.TheBrand {
	    margin: 20px 0 20px 0;
	    text-align: center;
	}
	.btn-more {
	    text-align: center;
	    margin-top: 60px;
	}
	.themenus {
	    position:relative;
	    top:0;
	    z-index: 9;
	    background-color: #74111D;
	    width: 100%;
	    margin-bottom: 0px;
	}
	.themenus.fixed {
	    position:fixed;
	    top:0;
	    z-index: 9;
	    background-color: #74111D;
	    width: 100%;
	    margin-bottom: 0px;
	}
	.hero-banner{
		margin-top: 0px;
		height: 300px;
		background:url('../images/thai20@2x.png'); 
		background-size: cover; 
		background-repeat: no-repeat; 
		background-attachment: ;
		background-position: center right;
	}
	.nav-item {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.navbar-nav.rightMob.ml-auto {
	    margin-left: 15px;
	    padding-left: 50px;
	}
	nav .navbar-nav .nav-item .dropdown-menu.show {
	    background: transparent;
	    border: 0px;
	    min-width: auto;
	    text-align: left;
	    width: 100%;
	}
	.dropdown-item{
		text-align: left;
		display: inline-block;
	}
}