body {
  background: #FFFFFF;
  font-size: 18px;
}
#content {
  padding-top: 70px;
  position: relative;
  display: block;
}
#footer {
  height: 140px;
  padding-top: 20px;
  /*background: #ececec;   */
  background: #ececec;
}
#footer .container{
  /*background: #fff;*/
  /*background: #ececec;*/
}
.max_col-800 {
  max-width: 800px;
  margin: 0 auto;  /*min-height: 563px;*/
}
.max_col-1000 {
  max-width: 1000px;
  margin: 0 auto;  /*min-height: 563px;*/
}
.max_col-1100 {
  max-width: 1100px;
  margin: 0 auto;  /*min-height: 563px;*/
}
.mock_red {
  background: red;
}
.mock_pink {
  background: pink;
}
.mock_lightyellow {
  background: lightyellow;
}
.navbar-brand {
  float: left;
  height: 70px;
  font-size: 18px;
  line-height: 48px;
  padding: 20px 15px;  /*padding-left: 125px;*/
}
.bg-section-1 {
  background: url(../img/bg-section-1.png) top center no-repeat;
  height: 563px;
  position: relative;
}
.bg-section-2 {
  background: url(../img/bg-section-2.png) top center no-repeat;
  height: 618px;
  position: relative;
  padding-top: 130px !important;
}
.bg-section-3 {
  background: url(../img/bg-section-3.png) top center no-repeat;
  height: 618px;
  position: relative;
  padding-top: 130px !important;
}
.bg-section-4 {
  background: url(../img/bg-section-4.png) top center no-repeat;
  height: 592px;
  position: relative;
  padding-top: 130px !important;
}
.wrap-section-1 {
  background: url(../img/bg-wrap-1.png);
  background-repeat: repeat;
}
.wrap-section-2 {
  margin-top: -70px;
  background: url(../img/bg-wrap-2.png);
  background-repeat: repeat;
}
.wrap-section-3 {
  background: url(../img/bg-wrap-3.png);
  background-repeat: repeat;
  margin-top: -25px;
}
.wrap-section-4 {
  background: url(../img/bg-wrap-4.png);
  background-repeat: repeat;
  margin-top: -60px;
}
.bg-section-2:before {
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0px;
  height: 40px;
  background: url(../img/ft-section-1.png) top center no-repeat;
  background-size: cover;
  clear: both;
}
.bg-section-3:before {
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0px;
  height: 40px;
  background: url(../img/ft-section-2.png) top center no-repeat;
  background-size: cover;
  clear: both;
}
.bg-section-4:before {
  content: ' ';
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0px;
  height: 68px;
  background: url(../img/ft-section-3.png) top center no-repeat;
  background-size: cover;
  clear: both;
}
  .line_hr{
    width: 40%;
  }
@media(max-width:767px) {
    #top_footer{
        /*max-width: 320px;*/
        margin: 0 auto;
    }
  #content .max_col-1000 {
    max-width: 1000px;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
  }


  .bg-section-1 {
    background: url(../img/bg-section-xs-1.png) top center no-repeat;
    height: 217px;
    position: relative;
    background-size: 100% 217px;
    padding-top: 0px !important;
  }
  .bg-section-2 {
    background: url(../img/bg-section-xs-2.png) top center no-repeat;
    height: 217px;
    position: relative;
    background-size: 100% 217px;
    padding-top: 0px !important;
  }
  .bg-section-3 {
    background: url(../img/bg-section-xs-3.png) top center no-repeat;
    height: 217px;
    position: relative;
    background-size: 100% 217px;
    padding-top: 0px !important;
  }
  .bg-section-4 {
    background: url(../img/bg-section-xs-4.png) top center no-repeat;
    position: relative;
    height: 217px;
    background-size: 100% 217px;
    padding-top: 0px !important;
  }
  .bg-section-2:before, .bg-section-3:before, .bg-section-4:before {
    background: transparent;
  }
  .wrap-section-2,.wrap-section-3 ,.wrap-section-4 {
    margin-top: 0px;
  }



}
@media (min-width:768px) {
  .wrap-section .container {
    width: 100%;
  }

}
@media (min-width:992px) {
  .wrap-section .container {

    /*width: 970px;*/
    width: 100%;
  }
}
@media (min-width:1200px) {
  .wrap-section .container {
    width: 1200px;
  }

  #left_list {
    padding: 0px;
  }
}
.navigator {
  position: fixed;
  top: 50%;
  right: 48px;
  z-index: 999;    /* opacity: 0; */
}
.navigator .active .bullet {
  background: #ffffff;
}

/*.section-indicators li a,.section li a:focus, .nav li a:hover {
text-decoration: none;
background-color: transparent;
}*/
.section-indicators .bullet {
  width: 13px;
  height: 13px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
}
.section-indicators li.active a {
  background: "#000"
}
.navigator .nav>li>a:hover, .nav>li>a:focus {
  background: none;
}
.navigator_item {
  display: block;
  padding: 6px !important;
  background: rgba(255, 255, 255, 0.01);
}
.nopadding {
  padding: 0;
}

/* Navbar*/
.navbar-header {
  min-height: 70px;
}
.navbar-default {
  background-color: #fff;
  margin: 0px;  /*border: 0px;*/
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
  max-height: 70px;
}
.right_menu {
  margin: 0px;
  padding: 0px;
  height: 70px;    /*padding-top: 20px;*/
}
.right_menu li {
  padding: 0px;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.right_menu li i {
  display: block;
  color: #125587;
  font-size: 26px;
  text-decoration: none;
  /*height: 50px;*/
}
.right_menu li:nth-last-child(2):after {
  content: ' ';
  border-left: 1px solid #d9d9d9;
  position: absolute;
  top: 0px;
  height: 70px;
  padding-left: 0;
  margin-left: 40px;
  margin-right: 15px;
  float: left;
  display: block;
  width: 25px;
}
.right_menu li:last-child {
    margin-left: 20px;
    margin-right: 5px;
    display: block;
    float: right;
    right: 0px;
    margin-top: 5px;
}
.right_menu li a {
  text-align: center;
  display: block;
  text-decoration: none;
}
.right_menu li:last-child a {
		/*padding-top: 5px;*/
}
.right_menu li a:hover {
  text-decoration: none;
}
.right_menu_mobile {
  margin: 0px;
  padding: 0px;
  height: 70px;    /*padding-top: 20px;*/
}
.right_menu_mobile li {
  padding: 0px;
  padding-top: 25px;
  margin-left: 3px;
  margin-right: 3px;
}
.right_menu_mobile li i {
  display: block;
  color: #125587;
  font-size: 2.2rem;
  text-decoration: none;
  height: 50px;
}
.right_menu_mobile li:nth-last-child(2):after {
  content: ' ';
  border-left: 1px solid #d9d9d9;
  position: absolute;
  top: 0px;
  height: 70px;
  padding-left: 0;
  margin-left: 9px;
  margin-right: 5px;
}
.right_menu_mobile li:last-child {
  margin-left: 15px;
  margin-right: 15px;
}
.right_menu_mobile li a {
  text-align: center;
  display: block;
  text-decoration: none;
}
.right_menu_mobile li a:hover {
  text-decoration: none;
}

/*section 1*/
.wrap-section-1 h1 {
  margin-top: 50px;
}
.q-menu>li {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
}
.q-menu>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "|";
}
.q-menu>li>a {
  color: #999999;
  text-decoration: none;
}
.q-menu>li>a.active {
  color: #125587;
}
#footer hr {
  margin-top: 0px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
#copy_right {
  font-family: tahoma;
  font-size: 12px;
  color: #999999;
}

/*section intro*/
#intro_left {
  background: url('../img/intro-left.png') top center no-repeat;  /*width: 500px;*/
  min-height: 350px;
  padding-top: 150px;    /*padding-left: 0;*/
  background-size: 100%;
  padding-right: 60px;
  /*margin-bottom: 65px;*/
}
#intro_left p {
  width: 230px;
  height: 50px;
}
#intro_right {
  background: url('../img/intro-right.png') top center no-repeat;  /*width: 500px;*/
  min-height: 350px;
  padding-top: 150px;  /*padding-right: 165px;*/
  background-size: 100%;
  padding-left: 60px;
  /*margin-bottom: 65px;*/
}
#intro_right p {
  width: 230px;
  height: 50px;
}


@media(max-width:767px){
  #intro_left {
padding-right: 10px;
    padding-left: 10px;
    padding-top: 110px;
        min-height: auto;
        height: 200px;
        margin-bottom: 0px;
        padding-bottom: 0px;
  }
  #intro_left p {
      width: auto;
      height: auto;
  }
  #intro_right {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 135px;
        min-height: auto;
        height: 200px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  }

  #intro_right p {
      width: auto;
      height: auto;
  }
  #sub_menu{
    padding-top: 15px !important;
  }
  #intro_left_mobile{
    background: url('../img/intro-left.png') top center no-repeat;
        height: 260px;
    padding-top: 110px;
    background-size: 100%;
  }
  #intro_right_mobile{
    background: url('../img/intro-right.png') top center no-repeat;
        height: 260px;
    padding-top: 110px;
    background-size: 100%;
  }
  #content .text-right{
    text-align: left;
  }
  .padding_left_30{
    padding: 15px;
  }

  #footer ul li a{
    font-size: 14px;
  }
  #copy_right {
    font-size: 10px;
  }
#sub_menu {
    padding-top: 50px;
    text-align: center;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 22px;
    overflow-x: hidden;
    overflow-y: visible;
}
#content {
    padding-top: 50px;
    position: relative;
    display: block;
}
.navbar-header {
    min-height: 50px;
}
.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    /*padding: 10px 8px;*/
        padding: 8px 8px;
    /* padding-left: 125px; */
}
.right_menu_mobile {
    margin: 0px;
    padding: 0px;
    height: 50px;
    /* padding-top: 20px; */
}

.right_menu_mobile li {
    padding: 0px;
    padding-top: 16px;
    margin-left: 3px;
    margin-right: 3px;
}
.right_menu_mobile li:nth-last-child(2):after {
	content: ' ';
    border-left: 1px solid #d9d9d9;
    position: absolute;
    top: 0px;
    height: 50px;
    padding-left: 0;
    margin-left: 9px;
    margin-right: 5px;
    right: 55px;
}
.navbar-default {
    background-color: #fff;
    margin: 0px;
    /* border: 0px; */
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
    max-height: 50px;
    }
.navbar-brand>img {
    /* width: 100%; */
    height: 32px;
}
}
@media(min-width:768px){
  #intro_left {
        padding-right: 15px;
  }
  #intro_right {
        padding-left: 15px;
  }

}
@media(min-width:992px){}
@media(min-width:1200px){}


/*fire insurance*/
#block_fire {

  /*background: url('../img/bg-section-fire.png') top center no-repeat;*/
  min-height: 300px;
}
#wrap_fire {
  background: url('../img/wrapper_fire.png') top center repeat-x;
}
#block_fire #top_banner {
  padding-left: 100px;
}

/*accident insurance*/
#block_accident {

  /*background: url('../img/bg-section-accident.png') top center no-repeat;*/
  min-height: 300px;
}
#wrap_accident {
  background: url('../img/wrapper_accident.png') top center repeat-x;
}
#block_accident #top_banner {
  padding-left: 100px;
}

/*motor insurance*/
#block_motor {

  /*background: url('../img/bg-section-motor.png') top center no-repeat;*/
  min-height: 300px;
}
#wrap_motor {
  background: url('../img/wrapper_motor.png') top center repeat-x;
}
#block_motor #top_banner {
  padding-left: 100px;
}

/*block_health insurance*/
#wrap_health {
  background: url('../img/wrapper_health.png') top center repeat-x;
}
#block_health {

  /*background: url('../img/bg-section-health.png') top center no-repeat;*/
  min-height: 300px;
}
#block_health #top_banner {
  padding-left: 100px;
}

/*block_company insurance*/
#block_company {
  background: url('../img/all_company.png') top center no-repeat;
      min-height: 131px;
}
#wrap_company {
  background: #073774;
  height: 70px;
  margin-bottom: 20px;
}
#block_accident #top_banner {
  padding-left: 100px;
}

/*gridder*/
.gridder-list {

  /*display: inline-block;*/

  /*position: relative;*/

  /*cursor: pointer;*/

  /*width: 16.66666667%;*/
  width: 49%;
}
@media (min-width:768px) {
  .gridder-list {
    width: 23.83333%;
  }
.hr_400{
  width: 400px;
}


}
@media (min-width:992px) {
  .gridder-list {
    width: 15.83333%;
  }
  .hr_400{
  width: 400px;
}
}
@media (min-width:1200px) {
  .gridder-list {
    width: 15.83333%;
  }
  .hr_400{
  width: 400px;
}
}

.gridder-list.selectedItem a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 15px;
  left: 50%;
  margin: 0px 0 0 -20px;
  z-index: 5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
}
.gridder-list a {
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.gridder-list img{
	max-width: 138px;
}
.gridder-show {
  background: #e3e3e3;
}
.gridder-list:nth-child(n) {
  margin-bottom: 0;
  margin-right: 0;
}
.content_expand {
  padding: 15px;
}
.header_fire {
  background: #fd3138;
  min-height: 40px;
  padding: 5px;

}
.header_accident {
  background: #074075;
  min-height: 40px;
  padding: 5px;
}
.header_motor {
  background: #eb8705;
  min-height: 40px;
  padding: 5px;
}
.header_health {
  background: #0099cc;
  min-height: 40px;
  padding: 5px;
}
.table_compare, .table_compare tr td {
  border: 1px solid #CCC;
  line-height: 20px
}
.table_compare td {
  line-height: 20px !important;
  vertical-align: middle !important;
  height: 60px !important;
}
.yellow_bullet {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #eb8705;
  display: block;
  margin: 0 auto;
}
#wrap_menu {
    display: none;
    /*height: 456px;*/
    background: #FFF;
    position: relative;
    z-index: 10000;
    padding-bottom: 40px;
}
#wrap_menu.active {
  display: block;
}
body.overlay:before {
content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;
}
#sub_menu {
  padding-top: 50px;
  text-align: center;
  font-family: 'db_helvethaica_x55_regular';
  font-size: 28px;
overflow-x: hidden;
    overflow-y: visible;
}
#sub_menu ul li a:first-child {
	/*text-align: center;*/
	}
#sub_menu ul:first-child li a {
    color: #999999;
    width: 250px;
    /* float: left; */
    display: block;
    margin: 0 auto;
    /*text-align: left;*/
}

#sub_menu ul li a:hover {
  text-decoration: none;
}
#sub_menu ul li a.active {
  color: #006699;
}
#sub_menu  hr {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 400px;
}
.social_mobile a {
  color: #125587 !important;
}

.social_mobile  ul li a {
    color: #999999;
    width: auto;
    display: block;
    margin: 0 auto;

}

@media(max-width:767px) {
#top_footer{
   margin-bottom: 130px !important;
}
.block_insurance{
max-width: 320px;display: block;margin:0 auto;
padding: 0px;
  }
.block_insurance ol{
     -webkit-padding-start: 30px !important;
}
      #content .text-right{
    text-align: left;
  }
  #block_fire #top_banner {
    padding-left: 0px;
  }
  #block_accident #top_banner {
    padding-left: 10px;
  }
  #block_motor #top_banner {
    padding-left: 10px;
  }
  #block_health #top_banner {
    padding-left: 10px;
  }
.center_title_mobile{
  text-align: center !important;
}
.left_content_mobile{
  text-align: left !important;
}
.header_fire {
  background: #fd3138;
  min-height: 40px;
  padding: 5px;
  font-size: 130%;
  padding-top: 12px;
}
.header_accident {
  background: #074075;
  min-height: 40px;
  padding: 5px;
      font-size: 130%;
  padding-top: 12px;
}
.header_motor {
  background: #eb8705;
  min-height: 40px;
  padding: 5px;
  font-size: 130%;
  padding-top: 12px;
}
.header_health {
  background: #0099cc;
  min-height: 40px;
  padding: 5px;
  font-size: 130%;
  padding-top: 12px;
}

#sub_menu {
    padding-top: 50px;
    text-align: center;
    font-family: 'db_helvethaica_x55_regular';
    font-size: 22px;
    overflow-x: hidden;
    overflow-y: visible;
}

}
.navbar-brand>img {

  /*width: 100%;*/
  height: 36px;
}
.full-width {
  max-width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 1024px;
  background-color: #808080;
}
.right_menu:before{
  content:'SHARE';
  font-family: 'db_adman_xregular';
  font-size: 20px;
  color:#015c89;
  /*position: absolute;*/
}
.social_mobile:before{
  content:'SHARE';
  font-family: 'db_adman_xregular';
  font-size: 20px;
  color:#015c89;
  /*position: absolute;*/
}
.menu{
    position: relative;
    float: left;

}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
.left_content_mobile{
  text-align: left !important;
}
}

/*//iPhone 6+ Portrait*/
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation : portrait) {

    #lay_mobile{
    transform: scale(1.15);
    margin-bottom: 65px !important;
    margin-top: 65px !important;
    position: relative;
  }
  .block_insurance{
    /*transform: scale(1.15);*/
  }
}


    /*//iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
  #lay_mobile{
    transform: scale(1.2);
    margin-bottom: 85px !important;
    margin-top: 85px !important;
    position: relative;
  }
  .block_insurance{
    /*transform: scale(1.2);*/
  }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 659px) and (orientation : portrait) {

      #lay_mobile{
    transform: scale(1.3);
    margin-bottom: 130px !important;
    margin-top: 130px !important;
    position: relative;
  }
  .block_insurance{
    /*transform: scale(1.3);*/
  }
}

/*//iPhone 6+ Portrait*/
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation : portrait) {

#lay_mobile {
    transform: scale(1.5);
    margin-bottom: 215px !important;
    margin-top: 215px !important;
    position: relative;
}
.block_insurance{
    /*transform: scale(1.5);*/
  }
}




#top_footer{
  margin-bottom: 10px;
}
.block_wrap_insurance{
  padding-top: 50px;
}
.block_insurance:before{
  content: ' ';
  background: #ccc;
  height: 150px;
}
.block_insurance a{
  text-decoration: none;
  /*margin-bottom: 10px;*/
  /*transition:All 1s ease;*/
/*-webkit-transition:All 1s ease;*/
/*-moz-transition:All 1s ease;*/
/*-o-transition:All 1s ease;*/
color: #666666;
}
.block_insurance a img{
  opacity: 0.7;
}
.block_insurance a:hover img,.block_insurance a[aria-expanded=true] img{
  opacity: 1;
}
.block_insurance a[aria-expanded=true] .txt_collapse{
  display: none;
  /*transition: all 3s 1s;*/
}
.title_insurance{
    display: table;
    width: 100%;
    height: 80px;
}

.block_insurance h1{
  /*padding: 20px 0px;*/
  margin: 0px;
  background: #FFF;
  color: #003366;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 21px;
  /*width: 100%;*/
}
.block_insurance img{
  width: 100%;
}
.block_insurance ol{
  -webkit-padding-start: 20px;
      padding-top: 10px;
}
#top_footer{
  background: url(../img/bg-section-5.png) top center repeat-x;

}
.bg_top_footer{
  background: url(../img/bg-section-5.png) top center repeat-x;

}
#top_footer a{
  color: #666666;
}
#top_footer a:hover{
  color: #125587;
}
/*new data*/
#wrap_paccident {
    background: url('../img/wrapper_paccident.png') top center repeat-x;
}

#block_paccident #top_banner {
    padding-left: 50px;
    min-height: 300px;
    padding-right: 50px;
}
#wrap_saccident {
    background: url('../img/wrapper_saccident.png') top center repeat-x;
}

#block_saccident #top_banner {
    padding-left: 50px;
    min-height: 300px;
    /*padding-right: 50px;*/
}
#wrap_faccident {
    background: url('../img/wrapper_faccident.png') top center repeat-x;
}

#block_faccident #top_banner {
    padding-left: 5px;
    min-height: 300px;
    /*padding-right: 50px;*/
}
#wrap_caccident {
    background: url('../img/wrapper_caccident.png') top center repeat-x;
}

#block_caccident #top_banner {
    padding-left: 5px;
    min-height: 300px;
    /*padding-right: 50px;*/
}