.rightBox {
    position: fixed;
    top: 40%;
    right: 5px;
    z-index: 9999;
}
.rightBox>div {
    cursor: pointer;
    width: 61.5px;
    height: 61.5px;
    background: #A5040E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.521vw;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.rightBox>div:last-child {
    background: #222222;
}
.rightBox>div>img {width: auto;height: auto;}
.rightBox>div:hover .showBox {
    display: block;
}
.showBox {
    position: absolute;
    background: #A5040E;
    padding: 4px;
    border-radius: 8px;
    right: 70px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none;
}
.showBox a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
}
.showBox img {
    width: 140px;
    height: 140px;
    max-width: unset;
}
@media only screen and (max-width: 950px) {
    .rightBox {
        display: none !important;
    }
}
.foot-btn {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.foot-btn a {
    width: 25%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A5040E;
}
.foot-btn a:nth-child(2n) {
    background: #222222;
}
.foot-btn img {
    width: 25px;
    margin: 0 auto;
}
@media only screen and (max-width: 950px) {
    .foot-btn {
        display: flex;
    }
}
.gotop{
    display: none !important;
}
/* heard */
/*web header*/
.nav_wrap .head_nav:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
.web_head {
    position: relative;
    width: 100%;
    text-align: center;
    height: 108px;
    background: rgba(0, 0, 0, 1);
    z-index: 999;
  }
  .containerHome .index_web_head.web_head {
    position: fixed;
    left: 0;
    top: 22px;
    background: rgba(18, 18, 18, .88);
  }
  .nav_wrap .nav-current>a {
    color: #CA101B !important;
  }
  .nav_wrap .nav-current>a:after,.nav_wrap li:hover>a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 40px);
    height: 5px;
    background: #A90913;
  }
  .web_head.fixed-nav {
    position: fixed !important;
    left: 0 !important;
    height: 70px !important;
    top: 0 !important;
    background: rgba(0, 0, 0, 1) !important;
  }
  .web_head.fixed-nav .nav_wrap {
    height: 70px !important;
  }
  .web_head.fixed-nav .head_nav>li>a {
    line-height: 70px !important;
  }
  .logo,
  .change-language,
  .nav_wrap,
  .web_head .btn--search,
  .change-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .logo img {
    height: 42px;
  }
@media only screen and (max-width: 1200px) {
  .logo img {
    height: 28px;
  }
}
  .nav_wrap {
    position: relative;
    height: 108px;
  }
  .nav_wrap .head_nav li {
    position: relative;
    float: left;
    font-family: 'MontserratSemiBold';
  }
.nav_wrap .head_nav>li {
  text-transform: uppercase;
}
  .nav_wrap .head_nav li li {
    float: none;
    text-transform: capitalize;
  }
  .head-right {
    margin-left: 30px;
  }
  .nav_wrap .head_nav li a {
    position: relative;
    display: block;
    line-height: 108px;
    padding: 0 20px;
    font-family: ArialMT;
    font-size: 20px;
    color: #fff;
  }
  .nav_wrap .head_nav li a:hover {
    color: #CA101B;
  }
  .nav_wrap .head_nav li li a {
    line-height: 1.5;
    padding: 10px 15px;
  }
  .nav_wrap .head_nav li ul {
    position: absolute;
    left: 0;
    top: 49px;
    width: 250px;
    padding: 15px 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
  }
  .nav_wrap .head_nav li li ul {
    top: 0;
    left: 250px;
  }
  .nav_wrap .head_nav li:hover>ul {
    /* transform: scale3d(1, 1, 1); */
    opacity: 1;
    visibility: visible;
  }
  .nav_wrap .head_nav li.nav-current>a,
  .head_nav li:hover>a {}
  .nav_wrap .head_nav li a b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 5px;
  }
  .nav_wrap .head_nav li li a b {
    margin-top: 10px;
  }
  .nav_wrap .head_nav li a b:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 14px;
  }
  .nav_wrap .head_nav li li a b:after {
    content: "\f105";
  }
  .nav_wrap .head_nav li li a b {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .web_head .btn--search {
    width: 30px;
    order: 1;
    height: 30px;
    background: url(img/search_btn2.png) no-repeat center center;
    cursor: pointer;
    margin-right: 25px;
  }
  .change-language {
    order: 2;
  }
  .change-language:before {
    content: "|";
    color: #FFF;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*
  .nav_wrap:before{ content:""; position:fixed; left:0; top:0; width:0; height:4px; background:#AB040E;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 2s ease-in-out;}
  .nav_wrap.fixed-nav:before{ width:100%}*/
  @media only screen and (max-width: 1400px) {
    .nav_wrap .head_nav li a{
      font-size: 16px;
      padding: 0 10px;
    }
  }
@media only screen and (max-width: 1050px) {
  .nav_wrap .head_nav li a{
    padding:0 4px;
  }
}
@media only screen and (max-width: 1000px) {
  .nav_wrap .head_nav li a{
    padding:0 3px;
  }
}
  @media only screen and (max-width: 950px) {
    .z10000 {
      position: relative;
      z-index: 100000;
    }
    .mobile-body-mask {
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999
    }
    .mobile-ico-close {
      width: 30px;
      height: 30px;
      background: #fff url(img/mobile_close.png) center center no-repeat;
      background-size: 50% auto;
      position: absolute;
      right: -35px;
      top: 0;
    }
    .sub-content {
      position: relative;
      display: block;
      right: auto;
      border-radius: 0;
      border: none;
      box-shadow: none;
      z-index: 99999;
    }
    .lang-more {
      display: none !important
    }
    .mobile-head-items {
      position: fixed;
      top: 0;
      left: 0;
      background: #DFDAD6;
      width: 100%;
      height: 28px;
      line-height: 28px;
      text-align: left;
      display: block;
      z-index: 999;
      padding: 0 10px;
      display: flex;
      justify-content: space-between;
    }
    .mobile-head-item {
      float: left;
      /* update */
      /* width: 45px; */
    }
    .mobile-head-item.mobile-head-aside {
      float: right
    }
    .mobile-head-item .title {
      width: 100%;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      text-align: center;
      color: #000;
    }
    .mobile-head-item .title a {
      position: relative;
      display: block;
      color: #000;
    }
    .mobile-head-item.mobile-head-home .title a:before {
      content: '\f015';
    }
    .mobile-head-item.mobile-head-nav .title:before {
      content: '\f0c9';
      /* font-size: 22px; */
      content: "";
      width: 21px;
      height: 15px;
      display: inline-block;
      background: url(img/nav.png) no-repeat;
      background-size: 100% 100%;
      margin-top: 8px;
    }
    .mobile-head-item.mobile-head-language .title:before {
      /* content: "\f1ab"; */
    }
    .mobile-head-item.mobile-head-search .title:before {
      /* content: "\f002"; */
      content: "";
      width: 15px;
      height: 15px;
      display: inline-block;
      background: url(img/search_btn3.png) no-repeat;
      background-size: 100% 100%;
      margin-top: 6px;
    }
    .mobile-head-item.mobile-head-social .title:before {
      content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
      content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
      background: #FFF;
      top: 0;
      display: block;
      z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
      overflow-y: scroll;
      height: 100%;
      padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
      overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
      position: fixed;
      display: block;
      left: -70%;
      width: 70%;
      height: 100%;
    }
    .mobile-head-item .middle-content-wrap {
      position: absolute;
      left: 0;
      width: 100%;
      height: auto;
      padding: 20px 0;
      opacity: 0;
      visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
      top: 30px;
      visibility: visible;
      opacity: 1;
    }
    .index_web_head.web_head {
      position: relative;
      background: rgba(0, 0, 0, 1);
    }
    .logo {
      position: relative;
      display: block;
    }
    .web_head {
      padding: 20px 10px;
      height: auto;
    }
    .web_head .nav_wrap,
    .web_head .change-language,
    .web_head .btn--search {
      display: none;
    }
    .web_head .btn--search {
      right: 0;
      top: -20px;
      margin: 0;
    }
    .head-search {
      position: relative;
      width: 90%;
      height: 35px;
      background: #000;
      margin: 0 auto;
    }
    .head-search .search-ipt {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      color: #FFF;
      padding: 0 10px;
    }
    .head-search .search-btn {
      position: absolute;
      width: 35px;
      height: 100%;
      background: url(img/search_btn.png) no-repeat center center;
      border: none;
      right: 0;
      top: 0;
      display: block !important;
    }
    .head-search .search-attr {
      display: none;
    }
    /*nav */
    .head_nav li {
      position: relative;
      display: block;
      width: 100%;
      font-size: 16px;
    }
    .head_nav>li {
      border-bottom: 1px solid #eee;
      line-height: 35px;
    }
    .head_nav>li:after {
      content: '\f105';
      position: absolute;
      right: 0;
      top: 0;
      color: #999;
      font-size: 12px;
    }
    .head_nav li ul {
      display: none;
      width: 100%;
    }
    .head_nav li ul li {
      width: auto;
      padding: 0 10px;
      font-size: 14px;
      /*text-transform: lowercase;*/
      line-height: 30px;
    }
    .head_nav li ul li:before {
      content: "";
      width: 3px;
      height: 3px;
      background: #999;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 15px;
    }
    .head_nav li ul li li {
      line-height: 25px;
      font-family: 'SourceSansProLight';
    }
    .head_nav li ul li li:before {
      display: none;
    }
  /* update */
  .containerHome .index_web_head.web_head {
    top: 28px;
  }
  .mobile-head-nav {
    position: absolute;
    bottom: -45px;
    right: 15px;
  }
  .mobile-head-nav .title {
    color: #fff;
  }
  .logo img {
    height: 28px;
  }
  .mobile-head-search {
    order: 1;
  }
  .mobile-head-language {
    order: 2;
  }
  .mobile-head-language .title {
    display: flex;
    align-items: center;
  }
  .mobile-head-language .title:before {
    content: '';
    width: 1px;
    height: 12px;
    margin: 0 15px;
    background: #000000;
    display: inline-block;
  }
  .mobile-head-items>a:nth-child(1) {
    font-family: ArialMT;
    font-size: 12px;
    color: #000000;
  }
  .mobile-head-language .title .language-flag a:after {
    font-family: 'fontawesome';
    content: "\f107";
    font-size: 12px;
    display: inline-block;
  }
  .index_web_head.web_head {
    position: fixed;
    left: 0;
    top: 28px;
    background: rgba(18, 18, 18, .88);
  }
  /* update end */
  }  
  /* haerd end */
  /* footer start */
/*web footer*/
.web_footer {
    position: relative;
    background: #222222;
    /* margin: 100px 0 0; */
    overflow: hidden;
  }
  .company_subscribe {
    position: relative;
    display: block;
    background: #AB040E;
    text-align: center;
    padding: 40px 0;
  }
  .company_subscribe:before,
  .company_subscribe:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 50%;
    background: #FFF;
  }
  .company_subscribe:after {
    left: auto;
    right: -100%
  }
  .company_subscribe,
  .company_subscribe a {
    color: #FFF
  }
  .company_subscribe .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'MontserratSemiBold';
    font-size: 26px;
    margin: 0 15px;
  }
  .company_subscribe .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 55px;
    line-height: 51px;
    padding: 0 135px 0 108px;
    border: 2px solid #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #212121;
    background-image: url(img/ico_contact.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 15px;
    font-size: 18px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .company_subscribe .button:hover {
    background-position: calc(100% + 32px) -35px
  }
  .foot_items {
    position: relative;
    overflow: hidden;
    padding: 50px 0 90px;
  }
  .foot_items,
  .foot_items a {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .foot_items {
    display: flex;
    justify-content: space-between;
  }
  .foot_items li:hover a {
    color: #AB040E
  }
  .foot_item {
    position: relative;
    float: left;
  }
  .foot_item.foot_item_info {
    width: 32%;
  }
  .foot_item.foot_item_product {
    width: 20%;
  }
  .foot_item.foot_item_contact {
    width: 15%;
    margin-right: 0;
  }
  .foot_item .title {
    position: relative;
    font-family: ArialMT;
    font-size: 22px;
    color: #F6F6F6;
    padding: 0 0 15px;
    margin: 0 0 35px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .foot_item .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 168px;
    height: 1px;
    background: #FFF;
  }
  .foot_item.foot_item_info .text {
    text-align: justify;
    margin: 20px 0 35px;
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 31px;
  }
  .foot_item.foot_item_info .more {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .foot_item.foot_item_info .more:after {
    font-family: 'fontawesome';
    content: "\f178";
    margin: 0 0 0 7px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .foot_item.foot_item_info .more:hover:after {
    margin: 0 0 0 14px;
  }
  .foot_item.foot_item_product li {
    margin: 0 0 10px;
  }
  .foot_item.foot_item_contact address {
    font-style: normal;
  }
  .foot_item.foot_item_contact address li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px;
  }
  .foot_item.foot_item_link {
    width: 12%;
  }
  .foot_sns {
    position: relative;
    margin: 25px 0 0;
  }
  .foot_sns li {
    position: relative;
    margin-right: 20px;
  }
  .foot_sns li img:nth-child(2) {
    display: none;
  }
  .foot_sns li:last-child {
    margin-right: 0;
  }
  .foot_sns li img {
    max-width: 23px;
    transition: all 0.5s ease-in-out;
  }
  .foot_sns li:hover img:nth-child(1) {
    display: none;
  }
  .foot_sns li:hover img:nth-child(2) {
    display: block;
  }
  .copyright a {
    color: #FFFFFF;
  }
  .copyright {
    position: relative;
    line-height: 30px;
    padding: 20px 0;
    background: #151515;
    text-align: center;
    font-family: ArialMT;
    font-size: 16px;
    color: #FFFFFF;
  }
  .copyright a:hover {
    color: #AB040E;
  }
  @media only screen and (max-width: 950px) {
    .foot_item.foot_item_info,
    .foot_item.foot_item_product,
    .foot_item.foot_item_contact {
      width: 100%;
      padding: 0;
      margin: 0 0 30px;
    }
  }
  @media only screen and (max-width: 950px) {
    .containerHome .web_footer {
        margin-top: 0;
      }
      .web_footer{
        padding-bottom: 60px;
      }
      /* footer */
      .foot_items {
        flex-wrap: wrap;
      }
      .foot_item .title {
        font-size: 20px;
        margin-bottom: 20px;
      }
      .foot_item.foot_item_info .text {
        line-height: 1.5;
        margin: 25px 0;
      }
      .foot_items {
        padding-bottom: 50px;
      }
  }
  .sitemap-logo-boxs>.sep-container>h2>a:hover{color: white;text-decoration: underline;}
#cont > ul > li > a{text-transform: capitalize;}
#cont h2{background: #A5040E !important;}
#cont > ul > li > ul > li > a{color: #A5040E !important;}
#cont > ul > li > ul > li > ul > li > a{color: #A5040E !important;}
#cont > ul > li > ul > li > ul > li > a:before{border-top-color: #A5040E !important;border-right-color: #A5040E !important;}
#cont > ul > li > ul > li > ul > li > a:hover{text-decoration:underline}
#footer{background: #A5040E !important;}
.content-wrap.form .ch_form_wrap ul input, .content-wrap.form .ch_form_wrap ul textarea, .content-wrap.form .ch_form_wrap ul select{
  border-left: 3px solid #A5040E !important;
}
.content-wrap.form .ch_form_wrap .item_submit input{
  background: #A5040E !important;
}
.pages .active span{
  background-color:#A5040E;
}
#cont > ul > li > a:hover{
  color:#A5040E !important;
}