body{
  font: 1em/150% "Myriad Pro",Arial,"微軟正黑體", Helvetica, sans-serif; 
  color:#000; 
  min-width: 320px;
}
.border-box{
  -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
        box-sizing:border-box;
}
a{
  text-decoration: none;
  color:#07a;
}
/**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display:none; height:0;}
[hidden] {display: none;}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  outline: none;
  behavior:expression(this.onFocus=this.blur());
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:focus {outline:0;}
a:active,a:hover {outline:0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
hr {height:0; -moz-box-sizing:content-box; box-sizing:content-box;}
mark {color:#000; background:#ff0;}
code,kbd,pre,samp {font-family:monospace, serif;  font-size: 1em;}
pre {white-space:pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
}
button,input {line-height: normal;}
button,select {text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;  border: 0;}
textarea {overflow: auto;  vertical-align: top;}

img{max-width:100%; height:auto;}

/***************************************************************************************************/

.cf:before, .cf:after {
  content: " "; 
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

ol {
  list-style: decimal;
  margin: 0 0 0 1.2em;
}

p {
  /*text-align: justify;*/
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

body {background:#f6f7fa;}

#loader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  display: none;
}

#loader img {
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  position: absolute;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 130px;
  background: #fff;
}


#header-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 240px;
}

#header.fixed {
  height: 90px;
}

#logo {
  position: absolute;
  top: 20px;
  left: 0;
}

#header.fixed #logo {
  top: 15px;
}

#logo a {
  background: url(../images/img-Logo.png) no-repeat;
  width: 100px;
  height: 86px;
  line-height: 999px;
  overflow: hidden;
  display: block;
  -webkit-transition: none;
  transition: none;
}

#header.fixed #logo a {
  background: url(../images/img-Logo_mini.png) no-repeat;
  width: 70px;
  height: 60px;
  -webkit-transition: none;
  transition: none;
}

#navigation-menu {
  float: right; 
  margin: 50px 0 0;
}

#header.fixed #navigation-menu {
    margin: 28px 0 0;
}

#navigation-menu ul {
  overflow: hidden;
}
#navigation-menu li {
  float: left;
  color: #fff;
  position: relative;
}

#navigation-menu a {
  display: block;
  color: #2d5a93;
  text-align:center;
  font-size:16px;
  padding: 5px 15px;
  text-transform:uppercase;
}

#navigation-menu a.mPS2id-highlight {
  /*color:#fff;*/
}

#navigation-menu li a {
  position: relative;
}

#navigation-menu li a:hover {
  color: #4bcaff;
}

#navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first, #navigation-menu li a.mPS2id-highlight.mPS2id-highlight-first.mPS2id-highlight-last {
  color: #fff;
  background: #2d5a93;
}

#navigation-menu a.mPS2id-highlight.mPS2id-highlight-last {
  /*color:#fff;*/
}

.container {
  margin:0 auto; 
  width: 1170px; 
  position: relative;
  padding: 0 15px;
}

.section {
  padding: 150px 0; 
  position: relative; 
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#index.section {
  padding: 0; 
}

.section-heading {
  text-align: center;
  font-size: 26px;
  text-transform:uppercase;
  position: relative;
  margin: 0 0 65px;
  color: #032f3e;
}

.dark-mod .section-heading  {
  color: #fff;
}

.section-heading:before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  height: 2px;
  width: 30px;
  margin: 0 0 0 -15px;
  background: #ab987a;
}

.contact-mod .section-heading  {
  font-size: 18px;
  text-align: left;
}

.locations-mod .section-heading:before {
  background: #fff;
}

.contact-mod .section-heading:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  margin: 0;
  background: #ab987a;
}

#index, #index .container, .img-slider001, .img-slider002, .img-slider003 {
  height: 800px;
  z-index: 1;
}

.index-mod {
  color: #fff;
  position: absolute;
  top: 33%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.index-mod-heading{
  font-size: 50px;
  padding: 0 0 35px;
  line-height: 1em;
  font-weight: 400;
}

.index-mod-content{
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 0 30px;
  position:relative;
  margin: 0 0 40px;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn{
  border: 2px solid #fff;
  padding: 10px 30px;
  color: #f6f6f6;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1em;
  font-size: 20px;
  text-align: center;
}

.btn:hover, .btn:active {
  color: #fff;
  background: rgba(255,255,255,.2);
}

.slider-contorl {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 99;
  height: 100px;
  margin: -36px 0 0;
}

.slider-contorl a {
  line-height: 999px;
  overflow: hidden;
  display: block;
  height: 18px;
  width: 18px;
  background: url(../images/icon-sliderContorl.png) no-repeat;
}

.slider-contorl .bx-prev {
  margin: 0 0 118px;
}

.slider-contorl .bx-next {
  background-position: 0 -18px;
}

.section-contorl { 
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 186px;
  margin: 0 0 0 -98px;
}

.btn-nextSection {
  line-height: 999px;
  overflow: hidden;
  display: block;
  width: 186px;
  height: 36px;
  background: url(../images/bg-nextSection.png) no-repeat;  
}

.btn-gotoLocations {
  line-height: 999px;
  overflow: hidden;
  display: block;
  width: 186px;
  height: 36px;
  background: url(../images/bg-gotoLocations.png) no-repeat;  
}

.certifications {
  position: relative;
}

.certifications-header {
  float: left;
  position: relative;
  text-transform:uppercase;
  width: 38%;
}

.certifications-title {
  font-size: 26px;
  color: #032f3e;
  padding: 0 0 0 120px;
}


.certifications-title span {
  display: block;
}

.certifications-header .icon {
  position: absolute;
  top: 0;
  left: 0;
}

.certifications-content {
  float: right;
  width: 62%;
  max-width: 700px;
}

.certifications-list {
  color: #ab987a;
  font-size: 18px;
}

.certifications-list li {
  /*padding: 0 0 0 20px;*/
  position: relative;
  /*background: url(../images/icon-dot_s.png) no-repeat;*/
  font-style: italic;
}

.about-main {
  position: relative;
}

.about-group {
  padding: 0 0 110px;
}

.about-item {
  float: left;
  width: 33.3333%;
  position: relative;
}

.about-item .padded-inner, .certifications .padded-inner {
    padding: 1em;
}

.about-group .cf:nth-child(2) .about-item {
  margin: -80px 0 0;
}

.about-item .title {
  text-align: center;
  margin: 0 0 20px;
}

.about-item .title .icon {
  min-width: 172px;
}

.about-item p {
  font-size: 16px;
  line-height: 26px;
  /*word-wrap: break-word;
  word-break: break-all;*/
}

.service-main {
  max-width: 880px;
  margin: 0 auto;
}

.service-directions {
  margin: 0 auto 50px;
  font-style: italic;
  font-size: 18px;
}

.service-group {
  position: relative;
}

.service-main .padded-inner {
  padding: 0 35px;
}

.service-item {
  width: 50%;
  min-height: 400px;
  margin: 0 auto 35px;
  float: left;
}

.service-item .title {
  text-align: center;
  margin: 0 0 35px;
  font-size: 16px;
  font-style: italic;
}

.service-item .icon {
  display: block;
  margin: 0 auto 25px;
}

.service-item p {
  text-align: left;
}

.product-menu li {
  color: #032f3e;
  font-size: 26px;
  padding: 75px 20px;
  background: #9e9e9e;
  margin: 0 0 12px;
}

.product-menu .title {
  padding: 0 300px 0 0;
}

.product-menu .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.product-menu .btn {
  font-size: 18px;
  color: #032f3e;
  border: 3px solid #032f3e;
  text-transform: uppercase;
  padding: 20px 0;
  width: 266px;
  position: absolute;
  right: 0;
  top: 0;
  margin: -20px 0 0;
}

.product-menu .btn:hover {
  color: #fff;
  background: #032f3e;
  font-style: italic;
}

.map {
  text-align: center;
  background: url(../images/img-globalLocations.png) center center no-repeat;
  height: 542px;
}

.category-btn {
  display: none;
  background: #375a92;
  position: relative;
  color: #fff;
  padding: 15px 0;
  line-height: 1em;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  margin: 5px;
  border: 2px solid #73b6c9;
}

.category-btn .arrow {
  position: absolute;
  top: 50%;
  margin: -5px -20px 0 0;
  right: 40px;
  width: 16px;
  height: 9px;
  display: block;
  background: url(../images/icon-categoryArrow.png);
  transform: rotate(0deg);
}

.category-btn.on .arrow {
  transform: rotate(180deg);
}

.red-text {
  color:#f00;
}

.transparent {
  opacity: 0;
}

.contact-mod-heading {
  padding: 0 0 8px;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  color: #515d66;
  line-height: 1em;
}

.contact-mod-heading:before {
  background: #515d66;
}

.contact-mod-content {
  padding: 40px 0 80px;
}

.dark-mod .section-content {
  color: #fff;
}

.contact-mod .company-name {
  font-size: 18px;
  font-weight: 700;
}

.contact-list {
  padding: 0 0 20px;
  position: relative;
  font-size: 14px;
}

.contact-list dt, .contact-list dd {
  padding: 0 0 0 36px;
  position: relative;
}

.contact-list .icon {
  position: absolute;
  left: 2px;
  top: 2px;
}

.contact-list .office {
  font-style: italic;
}


#footer {
  background: #2d5a93;
  color: #fff;
}

#footer .container {
  padding: 45px 0;
  font-size: 12px;
  line-height: 1em;
  position: relative;
}

#footer a {
  color: #fff;
}

.footer-social {
  position: absolute;
  top: 40px;
  right: 0;
}

.footer-social li {
  float: left;
  position: relative;
}

.footer-social .icon {
  height: 18px;
  width: 18px;
  line-height: 999px;
  overflow: hidden;
  display: block;
}

.icon-facebook {
  background: url(../images/icon-facebook_s.png) no-repeat;
}


.btn-toTop {
  background: url(../images/btn-toTop.png) no-repeat;
  width: 100px;
  height: 100px;
  line-height: 999px;
  overflow: hidden;
  display: block;
  position: fixed;
  bottom: -100px;
  right: 0;
}

#btn-toTop.fixed {
  bottom: 0;
}

.bg-index {
  padding: 0;
  overflow: hidden;
  width: 100% !important;
}

.bg-slider {
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 0 \9;
  background-size: cover;
  width: 100% !important;
}

.img-slider001 {
  background-image:url(../images/img-slider001.jpg);
}

.img-slider002 {
  background-image:url(../images/img-slider002.jpg);
}

.img-slider003 {
  background-image:url(../images/img-slider003.jpg);
}

.slicknav_menu {
  display:none;
}


.category-menu {
  padding: 0 0 125px;
  text-align: center;
  max-width: 872px;
  margin: 0 auto;
}
.category-menu li {
  float: left;
  width: 33.3333%;
}
.category-menu .padded-inner {
  padding: 5px;
}

.category-menu a {
  color: #73b6c9;
  border: 2px solid #73b6c9;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px 30px;
  display: block;
  font-size: 18px;
  line-height: 1em;
  text-align: left;
  min-height: 36px;
}

.category-menu .current {
  color: #fff;
  border: 2px solid #73b6c9;
  background: #2d5a93;
}

.category-menu .custom1 {
  text-align: center;
  line-height: 36px;
}

.product-main {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1172px;
}

.product-category-title {
  padding: 0 0 20px;
}

.product-category-title .heading {
  border-bottom: 1px solid #7c7c7c;
  padding: 0 0 20px;
  color: #2d5a93;
  font-size: 26px;
  font-style: italic;
}

.product-list {
  padding: 0 0 60px;
}

.product-item {
  float: left;
  position: relative;
  min-height: 240px;
}

.product-list .size-s {
  width: 25%;
}

.product-list .size-l {
  width: 100%;
}

.padded-inner {
  padding: 4px;
}

.product-item .product-pic {
  text-align: center;
}

.product-name { 
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  font-style: italic;
  font-size: 15px;
  line-height: 1.1em;
  min-height: 40px;
}



.contact-form {
  float: right;
  width: 442px;
  position: relative;
}

.contact-form .row {
  padding: 0 0 20px;
  font-size: 13px;
}

.contact-form .form-control {
  border: 1px solid #777;
  width: 400px;
  padding: 10px 20px;
  display: block;
  background: #0d3542;
  color: #b5b5b6;
  font-size: 13px;
}

.contact-form select.form-control {
  width: 442px;
  color: #b5b5b6;
}


.contact-form .CAPTCHA {
    position: relative;
}

.contact-form .CAPTCHA .form-control {
    width: 90px;
}

.contact-form .CAPTCHA .img {
  position: absolute;
  left: 140px;
  top: 0;
  background: #fff;
  border: 1px solid #777;
  left: 140px;
  padding: 4px;
}

.contact-form .btn-row {
    bottom: 0;
    position: absolute;
    right: 0;
}

.contact-form .form-control:focus {
  border: 1px solid #4bcaff;
}

.contact-form textarea.form-control {
  height: 70px;
}

.contact-info {
  float: left;
  width: 45%;
  font-size: 15px;
}

.btn-submit {
  background: #aaacac;
  border: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 12px 30px;
}

.btn-submit:hover, .btn-submit:active {
  background: #4bcaff;
}

.post-iframe iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
@media only screen and (max-device-width:800px), only screen and (device-width:1024px) and (device-height:600px), only screen and (width:1280px) and (orientation:landscape), only screen and (device-width:800px), only screen and (max-width:767px){.post-iframe{padding-top:0;}}
/*video responsive END*/


.italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-service {
  background: #032f3e;
}

.bg-contact {
  background: #0d3542;
}

.bg-locations {
  background: #ab987a;
}


@media (max-width:1024px) {
  #header {
    height: 100px;
  }
  #header.fixed {
    height: 80px;
  }
  #logo {
    left: 20px;
    top: 15px;
  }
  #header.fixed #logo {
    top: 10px;
  }
  #logo a {
    width: 80px;
    background-size: 100%;
  }
  #header .slicknav_btn {
    margin: 30px 20px 30px 0;
  }
  #header.fixed .slicknav_btn {
    margin: 20px 20px 20px 0;
  }
  * {
    -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  }
  #index, #index .container, .img-slider001, .img-slider002, .img-slider003 {
    height: 600px;
  }
  .section {
    width: 100%;
    overflow: hidden;
    background-size: auto;
    background-attachment: fixed;
    padding: 115px 0 50px; 
  }
  .container {
    width: 100%;
    padding: 0 50px;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #index .container {
    padding: 0;
  }
  .index-mod {
    left: 8%;
  }
  .index-mod-heading {
    font-size: 30px;
    padding: 0 0 30px;
  }
  #footer .container {
    padding: 35px 50px;
  }
  .contact-form, .contact-info {
    float: none;
    width: 100%;
  }
  .contact-info {
    padding: 0 20px;
  }
  .contact-form li, .contact-form .form-control, .contact-form textarea.form-control,.contact-form select.form-control {
    width: 100%;
  }
  .contact-form .btn-row {
    text-align: center;
  }
  .slicknav_menu .slicknav_nav a {
    padding: 10px 40px;
  }
  .fixed-bg {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
  .slicknav_menu .slicknav_nav a {
    padding: 15px 40px;
  }
  .about-item, .service-item {
    max-width: 100%;
    margin: 0 0 35px;
  }
  .about-group .cf:nth-child(2) .about-item {
    margin: -80px 0 0;
  }
  .product-menu .inner {
    width: 100%;
  }
  #locations .container {
    padding: 0;
  }
  .footer-social {
    position: absolute;
    top: 30px;
    right: 50px;
  }
  .contact-form .CAPTCHA .form-control {
      width: 120px;
  }
  .contact-form .CAPTCHA .img {
    left: 130px;
  }
}


@media (max-width:960px) {
  .about-group .cf:nth-child(2) .about-item {
    margin: 0;
  }
}

@media (max-width:768px) {
  .about-item, .service-item {
    width: 100%;
    margin: 0 0 20px;
    min-height: inherit;
  }
  .about-group {
    padding: 0 0 50px;
  }
  .certifications-header, .certifications-content {
    float: none;
    width: 100%;
  }
  .certifications-header {
    width: auto;
  }
  .certifications-title {
    margin: 0 auto 50px;
    padding: 0;
    width: 190px;
  }
  .certifications-header .icon {
    position: static;
    margin: 0 auto 20px;
    display: block;
  }
  .certifications-list li {
    text-align: center;
  }
  .product-menu .title {
    padding: 0;
  }
  .product-menu .inner {
    text-align: center;
  }
  .product-menu .btn {
    position: static;
    margin: 20px 0 0;
    font-size: 14px;
    width: 208px;
  }
  .product-list .size-s {
    width: 50%;
  }
  .bx-wrapper .index-mod img {
    display: block;
    margin: 0 auto;
  }
  .map {
    background-size: 100% auto;
  }
  .category-menu {
    max-width: 360px;
    padding: 0 10px 25px;
  }
  .category-btn {
    display: block;
  }
  .category-btn.on {
    border-radius: 10px;
  }
  .category-menu ul, .category-menu .current {
    display: none;
  }
  .category-menu li ,.category-menu li a {
    margin: 0;
    width: 100%;
    display: block;
  }
  .category-menu li a {
    text-align: center;
  }
}

@media (max-width:550px) {
  .slicknav_menu .slicknav_nav a {
    font-size: 1em;
    padding: .8em 40px;
  }
  .index-mod {
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .bx-wrapper .index-mod img {
    max-width: 60%;
  }
  .slider-contorl {
    display: none;
  }
  .map {
    background: url(../images/img-globalLocations_s.png) center center no-repeat;
    height: 324px;
  }
  .contact-form .CAPTCHA .form-control {
      width: 80px;
  }
  .contact-form .CAPTCHA .img {
    left: 90px;
  }
}

@media (max-width:480px) {
  #index, #index .container, .img-slider001, .img-slider002, .img-slider003 {
    height: 550px;
  }
  .container {
      padding: 0 20px;
  }
  #header, #header.fixed {
    height: 70px;
  }
  #logo, #header.fixed #logo {
    top: 10px;
    left: 15px;
  }
  #logo a,#header.fixed #logo a {
    width: 60px;
    background-size: 100%;
  }
  #header .slicknav_btn, #header.fixed .slicknav_btn {
    margin: 15px 15px 15px 0;
  }
  .pull-left, .pull-right {
    float: none;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    display: none;
  }
  .slicknav_menu .slicknav_nav a {
    font-size: 1em;
    padding: 10px 40px;
  }
  .index-mod-heading {
    font-size: 22px;
    line-height: 1.2em;
  }
  .product-category-title .heading  {
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 0 10px;
  }
  .product-list {
    padding: 0 0 40px;
  }
  .product-item {
    float: none;
    min-height: inherit;
  }
  .product-name {
    padding: .5em 0;
  }
  .product-list .size-s {
    width: 100%;
  }
  #footer .container {
    padding: 35px 20px;
  }
  .footer-social {
    top: 30px;
    right: 20px;
  }
  .service-main .padded-inner {
    padding: 0 0 20px;
  }
  .about-item .padded-inner, .certifications .padded-inner {
    padding: 0 0 20px;
  }
  .map {
    height: 280px;
    background-size: auto 100%;
  }
  .contact-form .form-control {
    padding: 10px 15px;
  }
  .product-menu li {
    padding: 50px 15px;
    font-size: 25px;
  }
  .product-menu .btn {
    padding: 15px 0;
  }
}

@media (max-width:450px) {
  #logo {
    left: 20px;
  }
  .slicknav_menu .slicknav_nav a {
    padding: 10px 20px;
  }
}

@media (max-width:360px) {
  #index, #index .container, .img-slider001, .img-slider002, .img-slider003 {
    height: 640px;
  }
  .map {
    height: 245px;
  }
}

@media (max-width:320px) {
  #index, #index .container, .img-slider001, .img-slider002, .img-slider003 {
    height: 480px;
  }
}