/*--------------------
    5.1 Header Regular 
   ----------------------*/

.header-wrapper { z-index: 99999; position: relative; padding-top: 20px; padding-bottom: 18px; background-color: #fff; border-bottom: 1px solid #eaeaea}
.header-wrapper .logo {height: 60px}
.header-wrapper .logo img {height: 100%}
.header-wrapper img.pc-logo{display: block;}
.header-wrapper img.mobile-logo{display: none;}
.is-sticky .header-wrapper { }
.header-btn { margin-top: 7px; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section { background: url(../images/hero-img.jpg) no-repeat center; background-size: cover; }
.hero-section-caption { margin-top: 110px; margin-bottom: 110px; background-color: #4d8638; border-radius: 6px; }
.hero-title { color: #fff; font-size: 35px; font-weight: 100; line-height: 45px; margin-bottom: 25px; }
#navigation { float: right; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { padding-top: 9px; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation>ul>li { float: left;	cursor: pointer;
}
.header-wrapper>.container>#navigation>ul>li#guide-button:hover
{
	display: none;
}
#navigation>ul>li a.sub {color: #F60}
#navigation>ul>li i{
	margin-left: 6px;
}

#navigation.align-center>ul { font-size: 0; text-align: center; }
#navigation.align-center>ul>li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right>ul>li { float: right; }
#navigation>ul>li>a { padding: 12px; font-size: 11pt; color: #292f29; text-decoration: none; font-weight: 700; text-transform: uppercase; }
#navigation>ul>li:hover>a { color: #0095DA; background-color: transparent}
#navigation>ul>li.has-sub {padding-bottom: 0 }
#navigation>ul>li.has-sub>a { padding-right: 32px; }

#navigation>ul>li.active>a { color: #0095DA; background-color: #FFF; border-bottom: 2px solid #0095DA}
/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 3px;
    display: block;
    content: '/';
}
*/
#navigation>ul>li.has-sub>a:before { position: absolute; right: 14px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d7"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 30px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover>ul { left: auto; }
#navigation.align-right li:hover>ul { left: auto; right: 0; }
#navigation li:hover>ul>li { height: 41px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { background-color: #292f29; padding: 14px 22px; width: 218px; font-size: 12px; text-decoration: none; color: #fff; font-weight: 700; text-transform: uppercase; border-bottom: #383e38 1px solid }
#navigation ul ul li:first-child>a { border-top-right-radius: 0px; }
#navigation ul ul li:last-child>a { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; }
#navigation ul ul li:hover>a, #navigation ul ul li a:hover { color: #fff; background-color: #383e38; }
#navigation ul ul li.has-sub>a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 3px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub>a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub>a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub>a:before { right: auto; left: 14px; }
#navigation ul ul>li.has-sub:hover>a:before { top: 17px; height: 0; }


.navigation  {float: left; height: 36px; width:auto; padding: 0; margin: 0 0 15px 0;}
.navigation .mobile_logo {height: 36px; width:auto; position: fixed; z-index: 9999; margin: 6px 0 30px 6px}
.navigation .mobile_logo img{height: 100%; width:auto}
#navigation.small-screen {float: left; width: 100%;font-family: 'Roboto', sans-serif; background-color: #0095DA; padding: 0; top:-0px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
#navigation.small-screen a{ font-family: 'Roboto', sans-serif; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center>ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #DDD; top: auto; color: #fff; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {font-family: 'Roboto', sans-serif;font-weight: 400; width: 100%; border-bottom: 0; padding: 12px 15px; color: #181c18; background-color: #EEE; font-size: 12pt; font-weight: 500; text-transform: capitalize }
#navigation.small-screen>ul>li>a:after { position: absolute; top: 16px; right: -3px; height: 3px; display: block; content: ''; }
#navigation.small-screen>ul>li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #fff; background: #0095DA; font-size: 11pt }
#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #fff; background-color: #CCC; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 12px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 600; background-color: transparent; margin:0 0 0 80%; width: 20%; height: 50px }
#navigation.small-screen #menu-button:after { position: absolute; top: 15px; right: 17px; display: block; height: 20px; width: 25px; border-top: 3px solid #005189; border-bottom: 3px solid #005189; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 24px; right: 17px; display: block; height: 3px; width: 25px; background: #005189; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 24px; border: 0; height: 3px; width: 25px; background: #005189; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 24px; background: #005189; width: 25px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #DDD; background-color: #0095DA; height: 42px; width: 53px; cursor: pointer; margin: 0; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 24px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 20px; right: 19px; width: 11px; height: 3px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { background: #fff; }
#navigation.small-screen .submenu-button:before { position: absolute; top: 16px; right: 23px; display: block; width: 3px; height: 11px; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

.expand-menu{
	display: none;
	position: absolute;
	border-top: 1px solid #F60;
	margin-top: -12px;
	padding: 10px 0;
	background-color: #FFF;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.expand-menu-head{
	float: left;
	width: 100%;
	color: #005189;
	text-transform: uppercase;
	padding: 3px 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDD;
}
.expand-menu-foot{
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #005189;
	padding: 10px 10px 5px 0;
	top: -22px;
}
.expand-menu-foot i{
	margin-left: 10px;
}
.expand-menu-foot a{
	color: #0095DA;
	background-color: #FFF;
	padding: 10px 20px;
}
.expand-menu-foot a:hover{
	color: #F60;
}
ul.expand-menu-inner{
	padding: 3px 0 3px 0;
	margin-top: 10px;
}
ul.expand-menu-inner .expand-menu-left{
}
ul.expand-menu-inner .expand-menu-right{
	padding-top: 20px;
}

ul.expand-menu-inner li.expand-menu-item{
	float: left;
	font-size: 12pt;
	padding: 5px 20px 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #EEE;
}
ul.expand-menu-inner li.expand-menu-item i{
	float: left;
	font-size: 14pt;
	margin:  1px 10px 0 0;
	text-align: center;

}
ul.expand-menu-inner li.expand-menu-item a{
	color: #005189;
}
ul.expand-menu-inner li.expand-menu-item a:hover{
	color: #F60;
}
ul.expand-menu-inner li.expand-menu-item a.item-title{
	float: left;
	text-align: left;
	font-family: 'Roboto Slab', serif;;
	font-weight: 600;
	line-height: 1.5;
	height: auto
}

ul.expand-sub-menu{
	padding: 3px 0 3px 0;
	margin-top: 10px;
}

ul.expand-sub-menu li.expand-sub-menu-item{
	float: left;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 11pt;
	font-weight: 500;
	line-height: 1.8;
	height: auto;
}
ul.expand-sub-menu li.expand-sub-menu-item a{
}
ul.expand-sub-menu li.expand-sub-menu-item a:before {right: 0; margin-right: 10px; font-size: 10pt; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0da"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }



ul.expand-menu-inner li.uniform-menu-item{
	float: left;
	font-size: 11pt;
	padding: 5px 20px 5px 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #EEE;
}
ul.expand-menu-inner li.uniform-menu-item .item-title{
	float: left;
	text-align: left;
	font-family: 'Roboto Slab', serif;;
	font-weight: 600;
	line-height: 1.5;
	height: auto
}
ul.expand-menu-inner li.uniform-menu-item .image{
	float: left;
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
}

ul.expand-menu-inner li.uniform-menu-item .image img{
	float: left;
	width: 100%;
}

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { 
	
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
	space-medium{padding: 0}
	.col-md-8{margin: 0; padding: 0 6px}
	.header-wrapper { z-index: 99999; position: relative; padding: 0; margin: 0; border-bottom: none}
	.header-wrapper .logo {float: none; height: 36px; width:auto; position: fixed; z-index: 9999; margin: 6px 0 30px 6px}
	.header-wrapper .logo img {width: auto}
	.header-wrapper .logo img.pc-logo{display: none;}
	.header-wrapper .logo img.mobile-logo{display: block;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
}