@import url('http://fonts.cdnfonts.com/css/source-sans-pro'); 

html:lang(en) .bannertitle {
    font-size: 42px;
    left: 12%;
    line-height: 1.2;
}
.bannertitle {
    position: absolute;
    width: 50%;
    font-weight: 700;
    font-size: 56px;
    top: 15%;
    left: 15%;
    text-transform: uppercase;
    animation-duration: .6s !important;
}
html:lang(en) .bannertxt {
    top: 33%;
    left: 12%;
}
.bannertxt {
    position: absolute;
    width: 40%;
    font-weight: 400;
    font-size: 26px;
    top: 35%;
    left: 15%;
    animation-duration: .6s !important;
}
.bannerbtn .btn-3, .bannerbtn1 .btn-3{
    height: 50px;
    max-width: 180px;
    font-size:18px;
}
.bannerbtn .btn-3:before, .bannerbtn .btn-3:after, .bannerbtn1 .btn-3:before, .bannerbtn1 .btn-3:after {
    border-top: 30px solid #400910;
    border-bottom: 30px solid #400910;
}
.bannerbtn {
    position: absolute;
    top: 65%;
    left: 15%;
    width: 15%;
    animation-duration: .6s !important;
}
html:lang(en) .bannerbtn .btn-3, html:lang(en) .bannerbtn1 .btn-3 {
    max-width: 240px;
}
html:lang(en) .bannerbtn {
    left: 12%;
}
html:lang(en) .bannerbtn1 {
    left: 28.5%;
}
.bannerbtn1 {
    position: absolute;
    top: 65%;
    left: 28%;
    width: 55%;
    animation-duration: .6s !important;
}
.banner_btn_en {
    top: 72%;
}
.banner1txten {
    top: 29% !important;
}
.banner1btnen {
    top: 62%;
}
.bdelay {
    animation-delay: .5s !important;
}
.bdelay1 {
    animation-delay: .9s !important;
}
.bdelay2 {
    animation-delay: 1.4s !important;
}
.slider_banner .banner_content {
    overflow: hidden;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
}
html:lang(en) .btn-3 {
    max-width: 205px;
    text-transform: capitalize;
}
.btn-3{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 148px;
    text-transform: uppercase;
    color: #fff;
    background: #7e1422;
    text-decoration:none;
    transition: 0.5s ease-in-out;
    font-size:16px;
    font-weight: 600;
    z-index: 9;
    letter-spacing: 0.5px;
  }
  .btn-3:before, .btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 20px solid #400910;
    border-bottom: 20px solid #400910;
    z-index: -1;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .btn-2{
    color: #4b5b2e;
    background: unset;
    border: 2px solid #4b5b2e;
  }
  .btn-2 a{
      color: #87736a;
      transition: all .5s ease;
  }
  .btn-2:before, .btn-2:after {
    border-top: 20px solid #4b5b2e;
    border-bottom: 20px solid #4b5b2e;
  }
    .btn-2:hover {
    border: 2px solid #4b5b2e;
    text-decoration: none !important;
  }
      .btn-2:hover a{
    color: #fff;
    text-decoration: none;
  }
  .btn-3:before {
    border-right: 20px solid transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .btn-3:after {
    border-left: 20px solid transparent;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .btn-3:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  .btn-3:hover:before {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .btn-3:hover:after {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
  
.navbar_type8 {
    background-color: #7e1422;
    height: 56px;
    position: absolute;
}
.navbar_type8 .logo {
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}
.navbar_type8 .nav_tab .nav_item {
    height: 100%;
    align-items: center;
    display: flex;
}
.navbar_type8 .nav_tab .nav_item:hover {
    background: #262626;
}
.navbar_type8 .nav_tab .nav_item::before {
    top: 110%;
    border-bottom: 4px solid #fff;
}
.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 1.5vw;
    font-size: 1.2vw;
    font-weight: 700;
}
.navbar_type8 .nav_tab .active {
    color: #fff !important;
}
.navbar_type8 .nav_tab .dropdown a:hover {
}
.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}
.editor{
    background: transparent;
}
.dark_nav {
    background-color: rgba(126, 20, 34, 1) !important;
    position: fixed;
    height: 80px;
}
.dark_nav .nav_tab {
    justify-content: flex-end !important;
    flex: 0 1 86%;
    padding-left: 0;
}
.navbar_type8.dark_nav .logo {
    display: block;
    flex: 0 1 14%;
}
.navbar_type8.dark_nav .logo img {
    position: absolute;
    left: 0;
    width: 85%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}
.navbar_type8.dark_nav .nav_tab .nav_item a {
    padding: 15px 1.3vw;
    font-size: 1.2vw;
}
html:lang(en) .navbar_type8.dark_nav .nav_tab .nav_item a {
    padding: 15px 0.5vw;
}
/*#top_spacing {
    background: #7e1422;
}*/

.title1 {
    font-size: 36px;
    -webkit-text-stroke: 1px;
    line-height: 1.2;
    letter-spacing: 5px;
}
.title2 {
    font-size: 40px;
    -webkit-text-stroke: 1px;
    line-height: 1.2;
    letter-spacing: 5px;
    float: left;
}
html:lang(en) .title1, html:lang(en) .title2 {
    letter-spacing: 2px;
}
.content1 {
    font-size: 18px;
    line-height: 1.8;
}

.videos {
    background: url('https://cdn1.npcdn.net/userfiles/18548/image/videobg.jpg');
    background-size: cover;
    padding: 4% 15px;
}
.videos .col-md-6{
    margin-bottom: 50px;
    padding: 0 25px;
}
.en_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.midcontent {
    width: 60%;
}
.midbtn {
    display: flex;
    justify-content: end;
    margin-top: 4px;
}
.en_center .midbtn .btn-3 {
    width: 180px;
}
.containerv {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.techs .col-md-6{
    padding: 0;
}
.techs .col-md-6:last-child {
    padding: 0 5%;
}
.techs ul {
  list-style-type: none;
  padding-left: 0;
}
.techs ul li {
    background: url(https://cdn1.npcdn.net/userfiles/18548/image/icon.png) no-repeat left top;
    background-position-y: 12px;
    background-size: 32px;
    padding-left: 40px;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 20px;
}

.logotitle img {
    height: 60px;
    margin-bottom: 30px;
}
.abouts .col-md-6{
    padding: 0;
}
.abouts .col-md-6:last-child {
    padding: 0 5%;
}
.abouts .btn-3 {
    margin-top: 25px;
}
.iconlogo {
    text-align: center;
}
.iconlogo img {
    width: 100%;
    transition: all .4s ease;
}
.iconlogo img:hover {
    transform: scale(0.9);
}
.icontxt {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.uses {
    padding-top: 4%;
    padding-bottom: 4%;
}
.imgeffect {
    text-align: center;
}
.imgeffect img {
    width: 80%;
    transition: all .4s ease;
}
.imgeffect img:hover {
    transform: scale(0.95);
}
.imgeffect1 {
    text-align: center;
}
.imgeffect1 {
    width: 100%;
    height: 220px !important;
    transition: all .4s ease;
}
.imgeffect1 img:hover {
    transform: scale(0.95);
}
  .responsive .slick-slide {
    margin: 0 20px;
  }
  /* the parent */
  .responsive .slick-list {
    margin: 0 -20px;
  }
  .imgbtn {
      margin-bottom: 25px;
  }
.imgbtn .btn-3 {
    margin: 25px auto 0;
}

.grid-container {
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
  /*grid-template-rows: 1fr 1fr;*/
  gap: 30px 0px;
  /*grid-auto-flow: row;*/
  /*grid-template-areas:*/
  /*  "a b c d e"*/
  /*  "f g h i j";*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid-container > div{
    width: 20%;
}

.a { grid-area: a; }

.b { grid-area: b; }

.c { grid-area: c; }

.d { grid-area: d; }

.e { grid-area: e; }

.f { grid-area: f; }

.g { grid-area: g; }

.h { grid-area: h; }

.i { grid-area: i; }

.j { grid-area: j; }

.grid-container img {
    max-width: 140px;
    max-height: 155px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s ease;
}
.grid-container img:hover {
    transform: scale(1.1);
}
.grid-container > div {
    text-align: center;
}

#main_index {
    padding-bottom: 0 !important;
}

.footers {
    background: #7e1422;
}
.footers .col-md-6{
    padding: 0;
}
.footers .footerbox {
    padding: 0 8%;
}
.footers .contacticon {
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
}
.footers .contacticon i{
    /*margin-right: 35px;
    background: rgba(256,256,256,0.5);
    width: 50px;
    height: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.footers .contacticon .col-md-11 {
    padding-left: 0;
}
.ws_service .img_frame {
    display: none;
}
.editor {
    max-width: 1140px;
    margin: auto;
    padding: 20px 0;
}
.editor img {
    height: 80px;
}
.editor .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: end;
}
.editor .col-md-3 {
    display: flex;
    align-items: center;
}
.editor .col-md-3 .col-md-2 {
    display: flex;
    align-items: center;    
}
.editor .fa-phone-alt {
    border: 3px solid #740f04;
    border-radius: 50%;
    font-size: 17px;
    width: 37px;
    height: 37px;
    color: #740f04;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    margin-left: auto;
}
.editor .fa-map-marker-alt {
    font-size: 34px;
    width: 45px;
    height: 45px;
    color: #740f04;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -10px;
    margin-left: auto;
}
.contactinfo {
    color: #333;
    font-size: 12px;
}
.contactinfo a {
    color: #333;
}
.contactinfo a:hover {
    text-decoration: none;
    color: #740f04;
}
#main_index .latest_new_type4 .col-lg-4:nth-last-of-type(-n+3) {
    display: none;
}
#main_index .latest_new_type4 .news_box .img_frame img {
    object-fit: contain !important;
}
#main_index .latest_new_type4 .news_box .img_frame {
    height: 200px !important;
}
body > br {
    display: none;
}
html:lang(en) .navbar_type8 .nav_tab .nav_item a {
    padding: 15px 0.8vw;
    font-size: 0.8vw;
}

@media only screen and (max-width: 1366px) {
.imgeffect1 {
    width: 100%;
    height: 190px !important;
    transition: all .4s ease;
}
.bannertitle {
    font-size: 48px;
}
.bannertxt {
    font-size: 24px;
    top: 33%;
}
.bannerbtn {
    top: 67%;
}
.bannerbtn1 {
    left: 30.5%;
    top: 67%;
}
html:lang(en) .bannertitle {
    font-size: 36px;
}
html:lang(en) .bannertxt {
    top: 35%;
    font-size: 20px;
}
.banner_btn_en {
    top: 72%;
}
/*html:lang(en) .navbar_type8 .nav_tab .nav_item a {*/
/*    padding: 15px 12px;*/
/*    font-size: 2vmin;*/
/*}*/
.banner1btnen {
    top: 60% !important;
}
html:lang(en) .content1 {
    font-size: 16.5px;
    line-height: 1.8;
}
html:lang(en) .techs .title1 {
    padding-bottom: 20px !important;
}
html:lang(en) .title1 {
    font-size: 32px;
}
html:lang(en) .techs ul li {
    font-size: 18px;
}
}

@media only screen and (max-width: 768px) {
.imgeffect1 {
    width: 100%;
    height: 150px !important;
    transition: all .4s ease;
}
.responsive {
    width: 90% !important;
}
#top_spacing {
    background: #fff;
}
.bannertitle {
    position: absolute;
    width: 50%;
    font-weight: 700;
    font-size: 16px;
    top: 6%;
    left: 5%;
}
.bannertxt {
    position: absolute;
    width: 55%;
    font-weight: 400;
    font-size: 10px;
    top: 25%;
    left: 5%;
}
.bannerbtn {
    position: absolute;
    top: 70%;
    left: 5%;
    width: 20%;
}
.bannerbtn1 {
    position: absolute;
    top: 70%;
    left: 28%;
    width: 20%;
}
.bannerbtn .btn-3, .bannerbtn1 .btn-3 {
    height: 25px;
    max-width: 90px;
    font-size: 11px;
}
.imgbtn {
    margin-bottom: 35px;
}
.videos .col-md-6 {
    margin-bottom: 20px;
    padding: 0 15px;
}
.videos {
    padding-top: 0;
}
.title2 {
    font-size: 30px;
    float: unset;
    text-align: center;
    line-height: 1.5;
}
.midbtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.title1 {
    font-size: 27px;
    -webkit-text-stroke: 1px;
    line-height: 1.2;
    letter-spacing: 5px;
    margin-top: 20px;
}
.techs ul li {
    background: url(https://cdn1.npcdn.net/userfiles/18548/image/icon.png) no-repeat left top;
    background-position-y: 9px;
    background-size: 30px;
    padding-left: 38px;
    padding-bottom: 13px;
    padding-top: 10px;
    font-size: 18px;
}

.logotitle {
    text-align: center;
}
.logotitle img {
    margin-top: 30px;
    margin-bottom: 20px;
}
.mmargin {
    margin-left: auto;
    margin-right: auto;
}
.content1, .title1 {
    text-align: center;
}
.icontxt {
    padding-bottom: 30px;
}
.mpad {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.mpad1 {
    padding-bottom: 30px !important;
}
.fsize {
    font-size: 22px !important;
}
.footerbtn .btn-3 {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.grid-container {
    margin-bottom: 20px;
    gap: 10px 10px;
}
/*.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px 10px;
  margin-bottom: 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "a b"
    "c d"
    "e f"
    "g h"
    "i j"
}*/
.grid-container img {
    max-width: 65px;
    max-height: 70px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contacticon .col-md-1 {
    width: 18%;
}
.contacticon .col-md-11 {
    width: 82%;
    padding-left: 15px;
}
.footers .title1 {
    text-align: left;
}
.midcontent {
    width: 100%;
}
.en_center {
    display: block;
}
html:lang(en) .bannertitle {
    font-size: 14px;
    left: 3%;
    width: 60%;
}
html:lang(en) .bannertxt {
    top: 32%;
    font-size: 10px;
    line-height: 1.2;
    left: 3%;
}
html:lang(en) .bannerbtn {
    left: 3%;
    top: 80%;
    width: 30%;
}
html:lang(en) .bannerbtn1 {
    left: 33%;
    top: 80%;
    width: 30%;
}
html:lang(en) .bannerbtn .btn-3, html:lang(en) .bannerbtn1 .btn-3 {
    height: 22px;
    max-width: 115px;
    font-size: 9px;
}
.banner1txten {
    top: 25% !important;
}
.banner1btnen {
    top: 70% !important;
}
.bannerbtncn {
    top: 62% !important;
}
}