@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;
}
}


.n_small{
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    color:#991223;
    margin-bottom:15px;
}

.c_color1{
    color:#fff;
}

.c_color2{
    color:#000;
}

.c_color3{
    color:#991223;
}

/* hp_corporate */
.hp_corporate{
    position:relative;
    padding:120px 9% 100px;
    background:#fff;
    overflow:hidden;
}

.whatsappbtn{
    background: #2ab540;
}
.whatsappbtn:before, .whatsappbtn:after {
    border-top: 20px solid #159e25;
    border-bottom: 20px solid #159e25;
}

.hp_corporate:before{
    position:absolute;
    content:"";
    top:0;
    left:10%;
    width:80%;
    height:430px;
    background-image:url("data:image/svg+xml,%3Csvg width='1200' height='430' viewBox='0 0 1200 430' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f1caca' stroke-width='1' opacity='.45'%3E%3Cpath d='M30 170 L160 120 L260 240 L410 70 L600 350 L760 110 L920 230 L1090 90'/%3E%3Cpath d='M160 120 L410 70 L520 20 L760 110 L1090 90 L1160 210'/%3E%3Cpath d='M260 240 L500 210 L640 80 L920 230 L990 340'/%3E%3Cpath d='M30 170 L260 240 L500 210 L600 350 L920 230'/%3E%3C/g%3E%3Cg fill='%23f1caca' opacity='.55'%3E%3Ccircle cx='30' cy='170' r='5'/%3E%3Ccircle cx='160' cy='120' r='6'/%3E%3Ccircle cx='260' cy='240' r='5'/%3E%3Ccircle cx='410' cy='70' r='5'/%3E%3Ccircle cx='520' cy='20' r='5'/%3E%3Ccircle cx='600' cy='350' r='5'/%3E%3Ccircle cx='760' cy='110' r='5'/%3E%3Ccircle cx='920' cy='230' r='5'/%3E%3Ccircle cx='1090' cy='90' r='5'/%3E%3Ccircle cx='1160' cy='210' r='5'/%3E%3C/g%3E%3C/svg%3E");
    background-size:100% auto;
    background-position:center top;
    background-repeat:no-repeat;
    z-index:1;
    pointer-events:none;
}

.hp_corporate .hp_corporate_textbox{
    position:relative;
    z-index:2;
}

.hp_corporate .title1{
    color:#991223;
    font-weight:500;
    margin-bottom:35px;
}

.hp_corporate .hp_corporate_btnbox{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:40px;
    flex-wrap:wrap;
}

.hp_corporate .hp_corporate_btnbox .btn-3{
    min-width:200px;
    margin:0 auto;
}

:lang(en) .hp_corporate .hp_corporate_btnbox .btn-3 {
  min-width: 300px;
}

.hp_corporate .hp_corporate_btnbox  .imgbtn {
    margin-bottom: 0;
  }
@media screen and (max-width:991.5px){
    .hp_corporate{
        padding:100px 5% 80px;
    }
}

@media screen and (max-width:767.5px){
    .hp_corporate{
        padding:80px 0% 65px;
    }

}

/* hp_science */
.hp_science{
    position:relative;
    padding:40px 9% 75px;
    background:#fff;
    overflow:hidden;
}

.hp_science:after{
    position:absolute;
    content:"";
    right:-4vw;
    bottom:-2vw;
    width:34vw;
    height:34vw;
    background-image:url("data:image/svg+xml,%3Csvg width='500' height='500' viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23f0b9b9' stroke-width='1' opacity='.55'%3E%3Cpath d='M80 290 L190 80 L320 250 L420 130 L480 360 L250 430 Z'/%3E%3Cpath d='M190 80 L250 430 L320 250 L80 290 L480 360'/%3E%3Cpath d='M80 290 L420 130 L250 430'/%3E%3C/g%3E%3Cg fill='%23f0b9b9' opacity='.65'%3E%3Ccircle cx='80' cy='290' r='5'/%3E%3Ccircle cx='190' cy='80' r='5'/%3E%3Ccircle cx='320' cy='250' r='5'/%3E%3Ccircle cx='420' cy='130' r='5'/%3E%3Ccircle cx='480' cy='360' r='5'/%3E%3Ccircle cx='250' cy='430' r='5'/%3E%3C/g%3E%3C/svg%3E");
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1;
    pointer-events:none;
}

.hp_science .row{
    position:relative;
    z-index:2;
}

.hp_science .hp_science_titlebox{
    margin-bottom:30px;
}

.hp_science .title1{
    font-weight:500;
}

.hp_science .hp_science_itembox{
    height:100%;
    padding:0 5px;
}

.hp_science .hp_science_item{
    position:relative;
    height:340px;
    border-radius:10px;
    overflow:hidden;
    background:#9d1124;
}

:lang(en) .hp_science .hp_science_item{
    height:500px;
}


.hp_science .hp_science_item:before{
    position:absolute;
    content:"";
    inset:0;
    background:linear-gradient(90deg, rgba(153,18,35,0.98) 0%, rgba(153,18,35,0.92) 48%, rgba(153,18,35,0.25) 100%);
    z-index:2;
}

.hp_science .hp_science_image{
    position:absolute;
    top:0;
    right:0;
    width:58% !important;
    height:100% !important;
    object-fit:cover;
    z-index:1;
}

.hp_science .hp_science_content{
    position:relative;
    z-index:3;
    width:62%;
    height:100%;
    padding:34px 42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

:lang(en) .hp_science .hp_science_content{
    width:80%;
}

.hp_science .hp_science_tag{
    display:inline-flex;
    padding:6px 18px;
    border-radius:30px;
    background:rgba(255,255,255,0.22);
    color:#fff;
    font-size:13px;
    margin-bottom:20px;
}

.hp_science .n_subtitle{
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
    color:#ffffff;
}

.hp_science .content1{
    color:#fff;
}

.hp_science .hp_science_btnbox{
    margin-top:25px;
}

.hp_sciencebtn{
    color:#fff;
}

.hp_sciencebtn:hover{
    color:#eaeaea;
}


@media screen and (max-width:1200.5px){
    .hp_science .hp_science_content{
        padding:28px 30px;
    }

    .hp_science .n_subtitle{
        font-size:24px;
    }
    
    :lang(en) .hp_science .hp_science_content{
        width:100%;
    }
}

@media screen and (max-width:991.5px){
    .hp_science{
        padding:35px 5% 65px;
    }

    .hp_science .hp_science_itembox{
        margin-bottom:20px;
    }
}

@media screen and (max-width:767.5px){
    .hp_science{
        padding:35px 0% 50px;
    }

    .hp_science .hp_science_item{
        height:auto;
        min-height:300px;
    }

    .hp_science .hp_science_image{
        width:100% !important;
        opacity:0.45;
    }

    .hp_science .hp_science_item:before{
        background:rgba(153,18,35,0.9);
    }

    .hp_science .hp_science_content{
        width:100%;
        padding:35px 25px;
    }
    
    .hp_science .hp_science_tag{
        margin:0 auto 20px auto;
    }
    
      .hp_science .n_subtitle {
        text-align: center;
        width: 100%;
      }
    
    .hp_sciencebtn{
        margin: 0 auto;
    }
}


/* hp_research */
.hp_research{
    position:relative;
    padding:15px 9% 100px;
    background:#fff;
}

.hp_research .hp_research_titlebox{
    margin-bottom:35px;
}

.hp_research .title1{
    font-weight:500;
    margin-bottom:18px;
}

.hp_research .hp_research_itembox{
    height:100%;
    padding:0 8px;
}

.hp_research .hp_research_item{
    height:100%;
    min-height:250px;
    padding:35px 28px 32px;
    border-radius:10px;
    background:#fffafa;
    transition:0.25s all linear;
}

.hp_research .col-lg-3:nth-child(3) .hp_research_item,
.hp_research .col-lg-3:nth-child(5) .hp_research_item{
    background:#fae4eb;
}

.hp_research .hp_research_item:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(153,18,35,0.12);
}

.hp_research .hp_research_iconbox{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#991223;
    border:3px solid rgba(255,255,255,0.85);
    box-shadow:0 0 0 2px #991223;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:22px;
}

.hp_research .hp_research_iconbox i{
    color:#fff;
    font-size:25px;
}

.hp_research .n_subtitle{
    color:#991223;
    font-size:21px;
    font-weight:700;
    margin-bottom:12px;
}


@media screen and (max-width:1200.5px){

    .hp_research .hp_research_item{
        padding:30px 22px;
    }
}

@media screen and (max-width:991.5px){
    .hp_research{
        padding:10px 5% 75px;
    }

    .hp_research .hp_research_itembox{
        margin-bottom:20px;
    }
}

@media screen and (max-width:767.5px){
    .hp_research{
        padding:10px 0% 60px;
    }

    .hp_research .hp_research_item{
        min-height:unset;
    }
    
    .hp_research .n_subtitle{
        text-align: center;
    }
    .hp_research .hp_research_iconbox{
        margin:0 auto 20px auto;
    }
}

