/* 1.3 NAVBAR
================================== */
header {
  font-size: 14px;
  border-top: none !important;
}
header nav {
  font-size: 13px;
}
.fixed-header #header-container-box {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 99;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.info {
  background-color: #18baad;
}
.info a {
  color: #ffffff;
}
.info a:hover {
  background-color: #188b7e;
  color: #ffffff;
}
.info a .icon {
    /*
  position: absolute !important;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 14px;
  z-index: 1;
    */
}

.info .tel strong {
  font-weight: 700;
}
.info h1 {
  height: 44px;
  display: block;
  float: left;
  padding: 10px 12px;
  border-right: 1px solid #1ca696;
  border-left: 1px solid #1ca696;
  position: relative;
  color: #ffffff;
  margin-left: -1px;
  font-size: 18px;
  margin: 0px;
}
.info #login-pan a {
  float: right;
}
.logo {
  background-color: #FFF;
  text-align: center;
  padding: 14px 0;
}
.logo img{
  max-height: 50px;
}
.payoff{
    position: absolute;
top: 45px;
left: 53px;
text-align: left;
font-size: 14px;
color: #000;
font-weight: 200;
}
/* MENU LINE
================================== */
.menu-line,
.menu-color-line,
.menu-dual-line,
.menu-navbar {
  border-top: 1px solid #E9E9E9;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.menu-dual-line .logo,
.menu-line .logo {
  float: left;
  padding: 8px 0;
  position: relative;
}
.menu-line nav {
  float: right;
}
/* MENU DUAL LINE
================================== */
.menu-dual-line nav {
  float: right;
}
/* MENU COLOR LOGO
================================== */
.menu-color-line {
  border-top: none;
}
.menu-color-line .info a {
  float: right;
  height: 41px;
  margin: 9px 3px;
  border: 1px solid #1ca696;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.menu-color-line .info a:hover {
  background-color: #1eae9e;
}
.menu-color-line .logo-withe a {
  float: left;
  padding: 0;
  border: none;
}
.menu-color-line .logo-withe a:hover {
  background-color: transparent;
}
/* .menu-color-line */
/* BASE
================================== */
.fixed-header .header-margin-base {
  margin-top: 110px;
}
/* LINE
================================== */
.fixed-header .header-margin-line {
  margin-top: 56px;
}
/* DUAL LINE
================================== */
.fixed-header .header-margin-dual-line {
  margin-top: 110px;
}
/* COLOR STYLE
================================== */
.fixed-header .header-margin-color-line {
  margin-top: 116px;
}





.info {
    font-size: 16px;
    line-height: 24px;
}
.info a {
    padding: 10px !important;
}
.info .i2s {
    height: 46px;
    display: block;
    padding: 5px;
    border-right: 1px solid #1ca696;
    border-left: 1px solid #1ca696;
    position: relative;
    color: #ffffff;
    margin-left: -1px;
    float: right;
    line-height: 35px;
}
.info .i2s span{
    font-size: 14px;
}
.info .tel{
    font-size: 18px;
    line-height: 14px;
}
