body {
	background:#f9f9f9;
 	font-size:16px;
 	font-family: "Microsoft JhengHei", Arial, sans-serif!important;
 	color:#555;
}

/* header */
header#plain {
	background-color: #fff;
	z-index: 999;
  position: relative;

}

/*First level styles */
.main-menu > ul > li > a {
	color: #fff;
	padding: 22px 19px 37px;
	font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.325px;
  line-height: 1.53;
  font-weight: 500;
}
.sticky .main-menu > ul > li > a {
	color: #151515;
}
.sticky .main-menu > ul > li:hover > a {
	color: #e04f67;
}
.main-menu > ul > li:hover > a {}

/*First level styles header plain */
header#plain .main-menu > ul > li > a {
	color: #151515;
}
header#plain .main-menu > ul > li:hover > a {
	color: #717171;
	text-decoration: none;
}

/*First level styles header colored */
header#colored.sticky .main-menu > ul > li > a {
	color: #fff;
}

header.sticky #logo_home h1 a, header#plain #logo_home h1 a{
	/* margin: 37px 0 0;
	background-image: url('../img/logo.png');
	background-size: auto 100%;
 	width: 200px; */

	margin: 20px 0 0;
  background-image: url('../img/logo5.png');
  background-size: auto 100%;
  width: 260px;
  height: 60px;
}

@media (max-width: 991px){
	#logo_home h1 a, header.sticky #logo_home h1 a, header#plain #logo_home h1 a, header#colored #logo_home h1 a {
    height: 50px;
    background-size: auto 50px;
    margin: 15px 0 10px;
	}
}

@media only screen and (max-width: 991px){
	.cmn-toggle-switch {
	    position: relative;
	    display: block;
	    overflow: visible;
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    margin: 0;
	    padding: 0;
	    width: 30px;
	    height: 30px;
	    font-size: 0;
	    text-indent: -9999px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    box-shadow: none;
	    border: none;
	    cursor: pointer;
	}
}


.header_s .menu-block .ownavigation .navbar-nav > li a{
  color: #151515;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.325px;
  line-height: 1.53;
}


/* footer */
footer{
	background: #fff;
}
.footer-data-box{
	padding-top: 35px;
  padding-bottom: 35px;
}
.footer-data-box .widget-title {
    color: #1c405c;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 1.66;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.footer-data-box .widget-title::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}
.footer-data-box p,
.footer-data-box a{
	color: #151515;
}
.footer-data-box .btn-secondary{
	color: #fff;
}
.footer-data-box .footer-link-box{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.footer-data-box .footer-link-box li{
	width: 50%;
}
#social_footer{
	margin-top: 20px;
  padding-top: 29px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  border: none;
  font-size: 13px;
}
#social_footer::before{
	background-color: #e1e1e1;
  content: "";
  height: 2px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
}
