/* style.css
  Main interface which is header and footer
  Maybe add side content inside. */
/* Author: Cheah Siew Kwan */
/* Company: Passion 2 Wealth */

/* For any mobile device, stop responsive */
.container {
	max-width:none !important;
	width: 970px;
}

/* Background Color #f9f5e5*/
body{
	background-color: #fff;
	/*font-family: Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";*/
	font-family: sans-serif;
}

p{
	text-align: justify;
	text-justify: inter-word;
}

.card{
	border-color: #b3b3b3;
}

/* Header Color */
.topheader {
	background-color: #444;
	color: #fff;
	display: block;
}

#lang{
	text-align: right;
	/* margin-top: -40px; */
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

/* Language Tooltip text */
.tooltip1 .tooltiptext1 {
	font-size: 12px;
	visibility: hidden;
	width: 90px;
	background-color: #f9f9e6;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	padding:2px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -40px;

	opacity: 0;
  transition: opacity 1s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
	visibility: visible;
	opacity: 1;
}

.tooltip2 {
    position: relative;
    display: inline-block;
}

/* Language Tooltip text */
.tooltip2 .tooltiptext2 {
	font-size: 12px;
	visibility: hidden;
	width: 90px;
	background-color: #f9f9e6;
	color: #666666;
	text-align: center;
	border: 1px solid #666666;
	padding:2px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 150%;
	left: 50%;
	margin-left: -40px;

	opacity: 0;
  transition: opacity 1s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
	visibility: visible;
	opacity: 1;
}

header {
background-image: url("img/header_image2.jpg");
background-size:     cover;                      /* <------ */
background-repeat:   no-repeat;
background-position: center center;
height: 300px;
display: block;
}

/* Header button */
.head-link{
	float: right;
	margin-top: -40px;
}

.head-link a:hover{
	text-decoration: none;
}

/* Menu Bar */
.nav-custom{
	background: linear-gradient(to bottom, #ffae00 0%, #feef00 100%);
	border-radius: 5px;
	margin-top: -27px;
	box-shadow: 1px 2px 2px #b3b3b3;
  padding: 4px;
}

.nav-custom .nav-item{
	padding-left: 35px;
	padding-right: 35px;
}

.nav-custom a {
    color: #333333;
    font-size: 16px;
}

.nav-custom .nav-divide{
	border-right: 1px solid #ccbe90;

}

/* Dropdown Menu */
.dropdown-toggle::after {
  /* dropdown icon disappeared*/
    display:none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  opacity: 0.9;
  background-color: #000;
}

.dropdown-menu a {
  color: #fff;
  font-size: 13px;
}
.dropdown-menu a:hover {
background-color: #ffcc00;
color: #000;
}

/* side menu */
.col-sm-3{
	width: 25%;
	float: left;
}

/*Side Menu in this content*/
#side .list-group-item{
	background-color: #ffcc00;
	color: #000000;
}

#side .list-group-item:hover{
	background-color: #ffae00;
}


/* Side Permanent */
#side-perma .list-group-item{
	background-color: #ffc200;
	color: #000000;

}

#side-perma .list-group-item:hover{
	background-color: #fed300;
}

/* Post */
.col-sm-9 {
	width: 75%;
	float: right;
}

/* Footer */
footer {
	width: 100%;
	padding: 20px 0px;
	font-family: Verdana, Arial, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	font-size: 12px;
	display: block;
}

.footer-menu {
	background-color: #222;
}

.footer-menu p a{
	color: #999;
	text-decoration: none;
}

.footer-menu ul {
	list-style-image: url("img/right_arrow.png");
	margin-left: -20px;
	margin-top: -10px;
}

.footer-menu ul li{
	color: #ffffff;
	text-decoration: none;
}

.footer-menu ul li a{
	color: #ffffff;
	text-decoration: none;
}

.footer-end {
	color: #999;
	background-color: #333;
}

/* Return to Top Button */
#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #ffcc00;
  color: #000;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px;

}

#topbtn:hover {
  background-color: #ffae00;
}

/* Apply Button*/
.apply-btn {
	background-color: #ffcc00;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	margin-left: 20px;
}

.apply-btn:hover {
	background-color: #ffae00;
	color: #000;
	text-decoration: none;
}
