@font-face {
    font-family: 'eurostile';
    src: url('../fonts/eurostile/eurostile.eot');
    src: url('../fonts/eurostile/eurostile.eot?#iefix') format('embedded-opentype'),
         url('../fonts/eurostile/eurostile.woff') format('woff'),
         url('../fonts/eurostile/eurostile.ttf') format('truetype'),
         url('../fonts/eurostile/eurostile.svg#eurostile') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}
a, a:focus, a:hover{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
b{
    font-weight: normal;
    font-family: 'eurostile';
}
p{
    margin-bottom: 20px;
}
.text-left {
    text-align: left !important;
}
body{
    background: #fff;
    font-family: 'eurostile';
    color: #4A4A4A;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    width: 100vw;
    overflow-x: hidden;
    max-width: 100%;
}
html.no-scroll, html.no-scroll body{
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
}
html.no-scroll_2, html.no-scroll_2 body{
    overflow: hidden;
    position: relative;
    /* height: 100%; */
}
.no-padding{
    padding: 0px !important;
}
.no-margin-top{
    margin-top: 0px !important;
}
.no-padding-bottom{
    padding-bottom: 0px !important;
}
.no-padding-top{
    padding-top: 0px !important;
}
.img-responsive{
    width: 100%;
}
.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section{
    position: relative;
    padding: 90px 0px;
    width: 100%;
    min-height: calc(100vh - 240px);
    /* overflow: hidden; */
}
#wrapper{
    /* padding-top: 137px; */
}
.contact-space{
    height: 137px;
    width: 100%;
    background: #fff;
}
header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
}
header .bar {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    margin-top: 55px;
    margin-bottom: 55px;
    height: 27px;
}
header .logo {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 2002;
    cursor: pointer;
}
header.open .logo {
    left: 0px;
}
header.white .logo img, header.white .toggle img, header.open .logo img, header.open .toggle img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
header .logo img {
    width: 90px;
}
header .toggle {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 2002;
    cursor: pointer;
    text-align: center;
    width: 58.25px;
}
header .toggle img:first-child {
    height: 20px;
    /* display: none; */
}
header .toggle img:last-child {
    height: 30px;
    display: none;
}
header .menu {
    background: #BC0D1B;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    letter-spacing: 3px;
    z-index: 2000;
    display: none;
}
header .container {
    position: relative;
}
header .menu .container {
    height: 100%;
}
header .menu ul {
    list-style: none;
}
header .menu .in {
    position: absolute;
    top: 120px;
    width: 100%;
    overflow-y: auto;
    max-height: calc(100% - 138px);
    /* top: 54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
}
header .menu li {
    font-size: 46px;
    line-height: 50px;
    padding: 20px 0px;
}
header .menu li.has-sub > ul {
    margin: 20px 0px;
    padding-left: 32px;
    display: none;
}
header .menu li.has-sub > ul li{
    color: #aaaaaa;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 2.6px;
    padding: 5px 0px;
    transition: .3s ease 0s;
}
header .menu li.has-sub > ul li:hover{
    color: #fff;
}
#banner .item {
    width: 100%;
    height: 100vh;
    position: relative;
}
.bg.has-overlay::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
#banner .text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}
#banner .text .title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 10px;
}
#banner .text .name {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 35px;
    letter-spacing: 3px;
}
#banner .view_play {
    display: inline-block;
}
#banner a {
    float: left;
    transition: .3s ease 0s;
    padding: 0px 20px;
    border-left: 1px solid #fff;
}
#banner a:first-child{
    border-left: 0px;
}
#banner a:hover {
    color: #BA1222;
}
.heading {
    font-size: 30px;
    line-height: 32px;
    color: #BA1222;
    letter-spacing: 2px;
    text-align: center;
    margin: 0px;
    margin-bottom: 40px;
}
.sp .box {
    height: 270px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 12px 0px;
}
.sp .box:hover .text{
    opacity: 1;
}
.sp .box .text{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(186,18,34, 0.9);
    color: #fff;
    left: 0px;
    top: 0px;
    padding: 34px;
    font-size: 20px;
    line-height: 24px;
    transition: .3s ease 0s;
    opacity: 0;
}
.sp .box .text h2{
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0px;
    height: 75%;
    margin-bottom: 2%;
    overflow: hidden;
    line-height: 32px;
}
.sp .box .text .line{
    width: 50px;
    height: 4px;
    background: #fff;
    margin: 0px 0px 20px;
    position: relative;
}
.sp .box .text .line:after{
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 4px;
    height: 10px;
    background: #fff;
    margin-left: -2px;
}
.sp .box .text .readmore {
    letter-spacing: 1.5px;
    cursor: pointer;
}
.mp {
    text-align: center;
    margin-top: -15px;
}
.mp .in{
    color: #C3C3C3;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2px;
    display: inline-block;
    border-left: 2px solid #C3C3C3;
    margin: 10px 0px;
    transition: .3s ease 0s;
}
.mp .in a {
    padding: 0px 20px 0px 25px;
    display: inline-block;
}
.mp .in:hover{
    color: #BA1222;
}
.mp .in:nth-child(6), .mp .in:first-child {
    border: 0px;
}
footer{
    color: #BA1222;
    text-align: center;
}
footer .footer-menu{
    position: relative;
}
footer .footer-menu ul{
    list-style: none;
}
footer .footer-menu ul li{
    display: inline-block;
    line-height: 16px;
    padding-top: 70px;
}
footer .footer-menu ul li a{
    border-left: 1px solid #BA1222;
}
footer .footer-menu ul li:first-child a{
    border-left: 0px;
}
footer .footer-menu a {
    padding: 0px 15px 0px 20px;
    display: inline-block;
}
footer .copyright {
    margin-top: 50px;
    border-top: 2px solid #BA1222;
    border-bottom: 2px solid #BA1222;
    /* padding: 26px 0px; */
    line-height: 20px;
    font-size: 13px;
    background: url(../img/grid.png);
    background-size: auto 48px;
    height: 99px;
    position: relative;
    width: 100%;
}
footer .copyright .container{
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
}
footer a:hover{
    transition: .3s ease 0s;
    color: #000;
}
footer .sub-menu{
    background: #BA1222;
    color: rgba(255,255,255,1);
    width: 100%;
    display: inline-block;
    position: absolute;
    text-align: center;
    padding: 8px 15px;
    opacity: 0;
    transition: .3s ease 0s;
    top: 0px;
    left: 0px;
}
footer .sub-menu-mobile{
    background: #BA1222;
    color: rgba(255,255,255,1);
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding: 8px 15px;
    display: none;
}
footer .sub-menu .control {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
footer .sub-menu-mobile .control{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 8px 0px;
}
footer .sub-menu .in{
    display: inline-block;
    padding: 10px 0px 10px 15px;
}
footer .sub-menu-mobile .in{
    display: inline-block;
    padding: 10px 0px 10px 15px;
    width: 50%;
}
footer .sub-menu .in a:hover, footer .sub-menu-mobile .in a:hover{
    color: rgba(255,255,255,0.6);
}

#banner .headline{
    background: rgba(186,18,34, 0.9);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    height: 50%;
    color: #fff;
    vertical-align: bottom;
    display: table-cell;
    /* min-height: 400px; */
    max-width: 100%;
}
#banner .headline .in {
    display: inline-block;
    width: 100%;
    /* position: absolute;
    top: 55%; */
    left: 0px;
    padding: 55px;
    /* transform: translateY(-50%); */
}
#banner .headline h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.3px;
    margin: 0px;
    max-height: 168px;
}
#banner .headline .line {
    width: 64px;
    height: 4px;
    background: #fff;
    margin: 18px 0px 20px;
}
.headline .ct {
  font-size: 16px;
    min-height: 45px;
}
.headline .in .ct p {
  font-size: 16px;
}
.office-box{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #F7F7F7;
    margin-bottom: 40px;
}
.office-box:last-child{
    margin-bottom: 0px;
}
.office-box .img{
    width: 50%;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    overflow: hidden;
}
.office-box .img:hover .overlay{
    opacity: 1;
}
.office-box .img img{
    position: relative;
    width: 100%;
}
.office-box .img .overlay{
    background: rgba(186,18,34, 0.9);
    color: #fff;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease 0s;
}
.office-box .img .overlay p{
    margin: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    width: 420px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 90%;
}
.office-box .ct{
    width: 50%;
    float: left;
    padding: 54px 32px 60px;
    min-height: 350px;
}
.office-box .ct .line{
    width: 64px;
    height: 4px;
    background: #D0021B;
    margin: 20px 0px;
}
.office-box .pos_ct_office {
  position: relative;
}
.office-box .ct .min_height_box_office {
  min-height: 40px;
}
.office-box .ct .min_height_box_office .read_more_pos {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.office-box .ct h2 {
    color: #BC0D1B;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2px;
}
.office-box .ct .desc {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.office-box .ct .readmore {
    color: #BC0D1B;
    cursor: pointer;
}
.office-box .ct .readmore:hover{
    color: #000;
}
.h-map{
    margin-top: -30px;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 2px;
}
.owl-dots{
    display: inline-table;
    margin: 0 auto;
    bottom: -30px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 5px;
    display: inline-block;
    background: #4A4A4A;
}
.owl-dot.active{
    background: #fff;
}
#popup, #popup-map{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}
#popup-map{
    background: rgba(0,0,0,0.85);
}
#popup-map .close-map{
    position: absolute;
    top: 50px;
    right: 40px;
    width: 25px;
    opacity: 0.5;
}
#popup-map .in{
    position: relative;
    top: 50%;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#popup-map .in .map{
    width: 100%;
}
#popup .office-popup{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0,0,0,0.85);
    display: none;
}
#popup .office-popup .scroll {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 80px;
    overflow-y: auto;
    background: #fff;
}
#popup .office-popup .gallery{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
#popup .office-popup .gallery .item{
    width: 74%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#popup .office-popup .gallery .item .bg{
    background-size: contain;
}
#popup .office-popup .gallery .item iframe{
    position: relative;
    width: 100%;
    height: 100%;
}
#popup .owl-item{
    float: left;
    height: 100%;
}
#popup .owl-stage{
    height: 100%;
}
#popup .owl-stage-outer{
    height: 100%;
    overflow: hidden;
}
#popup .item bg{
    background-size: cover;
}
#popup .office-popup .gallery .item img{
    width: 100%;
}
#popup .office-popup .title{
    color: #BA1222;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1.3px;
}
#popup .office-popup .sub-title{
    margin-bottom: 15px;
}
#popup .office-popup .in{
    width: 80%;
    height: 75%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    max-width: 1200px;
}
#popup .office-popup .close-popup{
    position: absolute;
    top: -50px;
    right: 0px;
    z-index: 2;
    width: 25px;
    cursor: pointer;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}

.scroll::-webkit-scrollbar-track {
    background: #C3C3C3;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BA1222;
    border-radius: 10px;
    width: 10px;
}
.h-cate {
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 12px;
}
.sa-btn {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #BA1222 !important;
    cursor: pointer;
    margin: 20px 0px;
}
.sa-btn p{
    margin-bottom: 15px;
}
.sa-btn:hover .line{
    width: 100%;
    min-width: 80px;
}
.sa-btn .line{
    width: 50px;
    margin: 0 auto;
    background: #BA1222;
    height: 4px;
    position: relative;
    transition: .3s ease 0s;
    min-width: 50px;
}
.sa-btn .line:after{
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 4px;
    height: 10px;
    background: #BA1222;
    transform: translateX(-50%);
}
.p-box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 270px;
    cursor: pointer;
    margin-bottom: 20px;
}
.p-box img{
    transition: .3s ease 0s;
    transform: scale(1);
}
.p-box:hover i{
    right: 0px;
}
.p-box:hover img{
    transform: scale(1.15);
}
.p-box i {
    position: absolute;
    bottom: 0px;
    right: -40px;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    color: #fff;
    font-size: 18px;
    transition: .3s ease 0s;
    width: 40px;
    text-align: center;
}
.m_pb60{
    padding-bottom: 60px;
}
.p-desc{
    margin: 40px 0px 5px;
}
.info .box{
    margin: 40px 0px 0px;
    display: inline-block;
    width: 100%;
    word-break: break-all;
}
.info h2{
    color: #BA1222;
    font-size: 22px;
    letter-spacing: 1.69px;
    margin-top: 0px;
}
.info p{
    letter-spacing: 1.78px;
    margin-bottom: 0px;
    word-break: break-word;
}
.sp.related .col-sm-4{
    width: 50%;
}
.sp.related .col-sm-4 .box{
    height: 400px;
}
.sp.related .col-sm-4 .box .text{
    padding: 50px 30px;
    /* zoom: 1.3; */
}
.news{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block;
}
.news .col-sm-6:first-child{
    float: right;
}
.news .date{
    /* color: #BA1222;
    margin-bottom: 10px; */
    text-align: right;
}
.news .vdo{
    position: relative;
}
.news .vdo i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 42px;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 80px;
    padding-left: 11px;
    cursor: pointer;
    transition: .3s ease 0s;
}
.news .vdo i:hover{
    background: #BA1222;
}
.news .title{
    color: #BA1222;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 1.5px;
    margin-top: 20px;
    max-height: 156px
}
.news .line{
    width: 60px;
    height: 4px;
    background: #BA1222;
    margin: 15px 0px 30px;
}
#map{
    width: 100%;
    height: calc(100vh - 137px);
    /* max-height: 80vh; */
}
.contact a:hover{
    color: #BA1222;
}
.contact{
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}
.contact .title{
    color: #BC0D1B;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 3px;
    margin: 0px;
}
.contact .line{
    width: 60px;
    height: 4px;
    background: #BA1222;
    margin: 22px 0px 30px;
}
.gallery .owl-prev{
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 60px;
    color: #4a4a4a;
    margin-top: -30px;
}
.gallery .owl-next{
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 60px;
    color: #4a4a4a;
    margin-top: -30px;
}
.gallery .owl-next img, .gallery .owl-prev img{
    height: 50px;
}
.gallery .owl-prev:hover, .gallery .owl-next:hover{
    color: #fff;
    cursor: pointer;
}
#totop{
    background: #cdcdcd;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 1000;
    width: 35px;
    height: 50px;
    transition: .3s ease 0s;
    cursor: pointer;
    display: none;
}
#totop:hover{
    background: #BA1222;
}
#totop .allow{
    width: 1px;
    height: 24px;
    background: #fff;
    position: relative;
    margin: 15px auto 0px;
}
#totop .allow:before{
    content: '';
    position: absolute;
    top: 2px;
    left: -2.5px;
    width: 12px;
    /* border: 1px solid #fff; */
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
#totop .allow:after{
    content: '';
    position: absolute;
    top: 2px;
    left: -9.5px;
    width: 12px;
    /* border: 1px solid #fff; */
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.office_map .img{
    width: 100%;
    position: relative;
}
.office_map .img i{
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    padding: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 18px;
}
.margin_logo {
  left: -20px;
}
.p_relate {
  font-size: 22px;
  color: #BA1222;
}
.new_h1_office_size {
  font-size: 36px;
}
