@charset "UTF-8";
/* CSS Document */
#contact-us {
  font-size: 20px; }
  #contact-us img {
    vertical-align: bottom; }
  #contact-us .kv-title {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #222;
    font-size: 32.5px; }
  #contact-us .kv-summary {
    color: #444; }
  #contact-us .title-main {
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    font-size: 28px; }
    #contact-us .title-main:after {
      content: "";
      display: block;
      width: 150px;
      height: 1px;
      background: #ABAAAA;
      margin: 20px auto; }
  #contact-us .title-summary {
    color: #444;
    padding-bottom: 50px; }
  #contact-us .kv-banner {
    background: #f7f5f6;
    position: relative;
    text-align: center; }
    #contact-us .kv-banner figcaption {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  #contact-us .content-main {
    padding: 80px 0 100px;
    text-align: center; }
  #contact-us .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1230px; }
  #contact-us .btsty {
    border: #ccc 1px solid;
    padding: 10px 30px 10px 15px;
    outline: none;
    cursor: pointer;
    display: block;
    text-align: left;
    color: #333;
    position: relative;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s; }
    #contact-us .btsty:after {
      content: "\e90b";
      font-family: 'msi-icons' !important;
      position: absolute;
      right: 10px;
      top: 17px;
      font-size: 12px;
      color: #EA2023;
      -webkit-transition: 0.5s all ease-in 0.1s;
      -o-transition: 0.5s all ease-in 0.1s;
      transition: 0.5s all ease-in 0.1s; }
    #contact-us .btsty:hover {
      padding-left: 25px;
      padding-right: 40px;
      color: #EA2023; }
      #contact-us .btsty:hover:after {
        right: 20px; }
  #contact-us .bannerbox {
    max-width: 1100px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #contact-us .bannerbox .banner {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    #contact-us .bannerbox img {
      width: 100%; }
    #contact-us .bannerbox h3 {
      background: #F7F5F6;
      text-transform: uppercase;
      font-size: 18px;
      padding: 25px 10px 20px;
      font-weight: bold; }
    #contact-us .bannerbox figcaption {
      padding: 20px;
      color: #666;
      min-height: 120px; }
  @media screen and (max-width: 1920px) {
    #contact-us {
      font-size: 18px; } }
  @media screen and (max-width: 960px) {
    #contact-us .kv-title {
      font-size: 26px; }
    #contact-us .title-main {
      font-size: 22px; }
    #contact-us .content-main {
      padding: 8vh 0 10vh; }
    #contact-us .bannerbox {
      display: block;
      margin: 0; }
      #contact-us .bannerbox figcaption {
        min-height: auto; }
      #contact-us .bannerbox .banner:last-child {
        margin-top: 50px; } }

@media only screen and (max-width: 991px) {
  .pc-only {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important; } }