@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: font-menu;
    src:url(../fonts/dbstickxdb.ttf);
}

@font-face {
    font-family: txt-regular;
    src:url(../fonts/dbsathornx.ttf);
}

@font-face {
    font-family: txt-bold;
    src:url(../fonts/dbsathornxbd.ttf));
}

html,body {
	background-image:url(../img/bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	height:100%;
	width:100%;
	font-size:16px;
 	font-family: txt-regular;	
	overflow-x:hidden;
}

html,body::-webkit-scrollbar              { width:5px; background-color:rgba(51,51,51,0.2); }
html,body::-webkit-scrollbar-button       { }
html,body::-webkit-scrollbar-track        { }
html,body::-webkit-scrollbar-track-piece  { }
html,body::-webkit-scrollbar-thumb        { background-color:rgba(51,51,51,5); }
html,body::-webkit-scrollbar-corner       { }
html,body::-webkit-resizer                { }

a {
	text-decoration:none;
}

.center {
	text-align:center;
}

.clear {
	clear:both;
}

.padding-10 {
	padding:10px;
}

.full-container {
	width:100%;
}

.main-container {
	width:96%;
	height:92%;
	margin:auto;
	left:0;
	right:0;
	top:4%;
	position:absolute;
}

.about-sec {
	max-width:1200px;
	//height:90%;
	padding-bottom:20px;
	//border:1px solid red;
	margin:auto;
	top:10%;
	left:0;
	right:0;
	position:absolute;
}

.product-sec {
	max-width:700px;
	height:80%;
	margin:auto;
	top:15%;
	left:0;
	right:0;
	position:absolute;
}

.contact-sec {
	max-width:1000px;
	height:90%;
	margin:auto;
	top:15%;
	left:0;
	right:0;
	position:absolute;
}

.header {
	width:96%;
	margin:auto;
	left:0;
	right:0;
	top:4%;
	position:absolute;
	text-align:center;
	z-index:100;
}

.mega-menu {
	position:absolute;
	right:0;
	color:#FC0;
	display:none;
	font-size:40px;
	transition:all 0.2s;
	cursor:pointer;
	z-index:500;
}

.mega-menu:hover {
	color:white;	
}

.mega-list {
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
	z-index:400;
	top:0;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;		
}

.btn-mega {
	color:#FC0;
	font-size:30px;
	display:block;
	margin-top:40px;
    font-family: font-menu;	
	transition:all 0.2s;	
}

.btn-mega:hover {
	color:white;	
}

.main-menu {
	margin:auto;
	padding-top:1%;
	left:0;
	right:0;
	position:absolute;	
	text-align:center;	
}

.lang-menu {
	margin:auto;
	padding-top:1%;
	right:0;
	position:absolute;	
	text-align:center;	
}

.btn-lang {
	color:rgba(102,102,102,1);
	cursor:pointer;
	transition:all 0.4s;
	margin-left:5px;
	margin-right:5px;
	font-family: font-menu;	
}

.btn-lang:hover {
	color:white;
}

.btn-lang-active {
	color:white;
}

.face-btn {
	color:rgba(102,102,102,1);
	margin-left:5px;
	margin-right:5px;
}

.face-btn:hover {
	color:white;
}

.btn-menu {
	margin-left:20px;
	margin-right:20px;
	color:#FC0;
	font-size:20px;
	font-family: font-menu;	
	transition:all 0.3s;
}

.btn-menu:hover {
	color:white;
}

.logo-h {
	position:absolute;
	left:0;
	z-index:100;
}

.landing-sec {
	position:absolute;
	margin:auto;
	left:0;
	max-width:65%;
	right:0;
	top:25%;
	text-align:center;
}

.landing-logo {
	width:25%;
	border-radius:100%;
	margin:auto;
	border:13px solid #1b1b1c;
}

.logo-outline {
	border-radius:100%;
	margin:auto;
	border:10px solid #1f1f20;	
}

.landing-logo img {
	width:100%;
}

.enter-site {
	border:2px solid #2b2b2b;
	width:120px;
	text-align:center;
	border-radius:5px;
	margin:auto;
}

.enter-outline {
	background-color:#2b2b2b;
	margin:1px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	color:white;	
	transition:all 0.3s;
	font-family: txt-bold;
	font-style:italic;	
}

.enter-site:hover .enter-outline {
	background-color:white;
	color:#2b2b2b;
}

.about-detail {
	max-width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}


.about-detail2 {
	margin-top:6%;
	width:90%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;	
}


.product-icon {
	width:18%;
	text-align:center;
	display:inline-block;
}

#google-map {
	width:100%;
	margin-bottom:40px;
	height:250px;
}

.sup-map {
	width:50%;
	float:left;
}

.about-txt1 {
	text-align:left; 
	color:#999; 
	padding-top:2%;  
	font-size:18px; 
	font-family: txt-regular;
}

.about-txt2 {
	text-align:left; 
	color:#999; 
	padding-top:10%; 
	font-size:18px;
}