body {
    font-family: 'Poppins', 'Prompt', sans-serif;
    font-size: 1em;
    line-height: 1.5;
}
.accordion>.card:first-of-type {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.btn-line{
    background: #06c755;
}
.btn-line:hover{
    background: #4cc764;
}
.btn-phone{
    background: #004ea5;
}
.btn-phone:hover{
    background: #1b64b5;
}
#messageLToggle{
    position: fixed;
    bottom: 10%;
    right:50px;
    border-radius: 100%;
    width:50px;
    height:50px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.opendivL{
    position: fixed;
    bottom: 16%;
    right:50px;
    border-radius: 25px;
    width:260px;
    max-width: 100%;
    background-color: #fff;
    padding:1rem;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
#messagePToggle{
    position: fixed;
    bottom: 10%;
    right:125px;
    border-radius: 100%;
    width:50px;
    height:50px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.opendivP{
    position: fixed;
    bottom: 16%;
    right:125px;
    border-radius: 25px;
    width:260px;
    max-width: 100%;
    background-color: #fff;
    padding:1rem;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}
/*-----------------------------------------
    STYLE LAYOUT
-------------------------------------------*/
.container.container-main{
    max-width: 1320px;
}
.container.container-small{
    max-width: 890px;
}
.border-downW{
    border-bottom: 1px solid #fff;
}
.headTopBanner{
    height:300px;
    position: relative;
}
.headTopBanner .headTopTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:100%;
}
.headTopBanner .headTopTitle h2{
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.headTopBanner .headTopTitle h3{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#breadcrumbHead3S .breadcrumb {
    background-color: transparent;
    text-align: center;
    justify-content: center;
}
#breadcrumbHead3S .breadcrumb .breadcrumb-item.active {
    color: #ffc107;
}
#breadcrumbHead3S .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
#breadcrumbHead3S .breadcrumb .breadcrumb-item{
    font-size: .875em;
}
#breadcrumbHead3S .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
#breadcrumbHead3S .breadcrumb-item+.breadcrumb-item:nth-child(3)::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "-";
}
#breadcrumbHead2S .breadcrumb {
    background-color: transparent;
    text-align: center;
    justify-content: center;
}
#breadcrumbHead2S .breadcrumb .breadcrumb-item.active {
    color: #ffc107;
}
#breadcrumbHead2S .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
#breadcrumbHead2S .breadcrumb .breadcrumb-item{
    font-size: .875em;
}
#breadcrumbHead2S .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
#breadcrumb-detail.breadcrumb {
    background-color: #f8f9fb;
}
#breadcrumb-detail.breadcrumb .breadcrumb-item.active {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}
#breadcrumb-detail.breadcrumb .breadcrumb-item a {
    color: #004ea5;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
#breadcrumb-detail.breadcrumb .breadcrumb-item{
    font-size: .875em;
}

.listFirst{
    list-style: none;
}
.listFirst li{
    margin-bottom: 1.5em;
}
.listFirst ul{
    list-style: disc;
}
.boxPrivacy{
    padding:10px 30px;
    border: 5px solid #f8f9fb
}
.box-aboutL{
    padding-left:30%;
    padding-right:5%
}
.paddingTA{
    padding-top:12%
}
/*-----------------------------------------
    STYLE IMAGE
-------------------------------------------*/
.offer-pic {
    padding: 0px 0 0 10%;
    position: relative;
}
.offer-pic img {
    position: relative;
    z-index: 3;
}
.offer-pic:after {
    content: "";
    width: 90%;
    height: 205px;
    border: 5px solid #ffc107;
    position: absolute;
    left: -5%;
    top: 50%;
    z-index: 1;
}
.offer-pic:before {
    content: "";
    width: 50%;
    height: 250px;
    background: repeating-linear-gradient(-45deg, #2c9eee, #2c9eee 5px, transparent 0, transparent 13px);
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 2;
}
.imgBuild{
    max-width: 60%;
}
.offerHdwd-pic {
    padding: 0px 0 0 10%;
    position: relative;
}
.offerHdwd-pic img {
    position: relative;
    z-index: 3;
}
.offerHdwd-pic:after {
    content: "";
    width: 50%;
    height: 250px;
    border: 5px solid #004ea5;
    position: absolute;
    right: 0%;
    top: 30%;
    z-index: 2;
}
.offerHdwd-pic:before {
    content: "";
    width: 50%;
    height: 150px;
    background: #ffc107;
    position: absolute;
    right: 25%;
    top: 20%;
    z-index: 1;
}
.imgHdwd{
    width: 55%;
    height:400px;
    object-fit: cover;
}
#afterHDWD{
    position: relative;
}
#afterHDWD:after{
    background: url(../images/hdwdBottom.png);
    position: absolute;
    bottom:0px;
    left:0;
    content: "";
    width:100%;
    height:200px;
    max-width: 100%;
    background-repeat: no-repeat;
    
}
/*-----------------------------------------
    STYLE LINE
-------------------------------------------*/
.line-YFooter{
    height: 2px;
    width: 55px;
    background: #ffc107;
    margin-bottom: 10px;
}
.titleHDWD{
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-bottom: 20px;
}
.titleHDWD:after{
    content: "";
    flex: 1 1;
    border-bottom: 2px dashed #ffc107;
    height: 25px;
    margin-left: 5px;
}
/*-----------------------------------------
    STYLE FOOTER
-------------------------------------------*/
#footer{
    border-top:4px solid #004ea5;
}
.footer-link li a{
    padding-left:0;
    padding-right:0;
    color: #004ea5;
}
ul.contact-info li img {
    font-size: 24px;
    color: #fdc900;
    position: absolute;
    left: 0;
    top: 10px;
}
ul.contact-info li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px;
}
.contact-info li a{
    padding-left:0;
    padding-right:0;
    color: #004ea5;
    line-height: 1.2
}

/*-----------------------------------------
    STYLE BACKGROUND
-------------------------------------------*/
.bg-blue{
    background: #004ea5;
}
.bg-babyBlue{
    background: #2c9eee;
}
.bg-industry{
    background-image: linear-gradient(90deg, rgba(0,75,156,.6), rgba(0,75,156,.6)),url(../images/industryBG.jpg);
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
.bg-about{
    background-image: linear-gradient(90deg, rgba(44,158,238,.8), rgba(44,158,238,.8)),url(../images/buildingBG.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-mission{
    background-image: url(../images/businesspeople-working-with-documents.jpg);
    background-position:right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.bg-hdwd{
    background-image: linear-gradient(90deg, rgba(44,158,238,.9), rgba(44,158,238,.9)),url(../images/hdwdBG.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-findProduct{
    background-image: linear-gradient(90deg, rgba(0,75,156,.9), rgba(0,75,156,.9)),url(../images/hdwdBG.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-contact{
    background-image: linear-gradient(90deg, rgba(0,75,156,.6), rgba(0,75,156,.6)),url(../images/contactBG.jpg);
    background-position:50% 20%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}
/*-----------------------------------------
    STYLE FONT
-------------------------------------------*/
.text-blue{
    color: #004ea5;
}
.text-babyBlue{
    color: #2c9eee;
}
.text-gray {
    color: #898989;
}
.font-weight-medium{
    font-weight: 500;
}
.font-weight-semi{
    font-weight: 600;
}
.font-Ops{
    font-family: 'Open Sans', sans-serif !important;
}
.titleWWD{
    border-bottom: 5px solid #004ea5;
    color: #004ea5;
    font-size: 20px;
    display: inline-block;
    padding-right:5%;
}
.titleWWD span{
    background: #004ea5;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
}
.indent50{
    text-indent: 50px;
}

/*-----------------------------------------
    STYLE BUTTON
-------------------------------------------*/
.btn-babyBlue{
    background-color: #2c9eee;
    color: #fff;
}
.btn-babyBlue:hover{
    background-color: #1a7fc5;
    color: #fff;
}
.btn-outLink{
    background: #fff;
    text-align: left;
    border:3px solid #004ea5;
    border-radius: 0;
    padding: .75rem .75rem;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
    position: relative;
}
.btn-outLink:hover{
    background: #f2f2f2;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.btn-outLink:after{
    content: '';
    position: absolute;
    right: .75rem;
    top: .75rem;
    width: 68px;
    height:68px;
    background: #ffc107;
    background-image: url(../images/arrow-back-regular-24.png);
    background-repeat: no-repeat;
    background-position: center;
}
/*-----------------------------------------
    STYLE NAVBAR
-------------------------------------------*/
header .brand {
    padding: 0rem 0;
    /* min-height: 73px; */
}
.search-nav{
    background: #ffc107;
    color: #fff;
    padding: 1.8rem 2rem;
    font-size: 1.2em;
    line-height: 1.5;
    height:100%;
    cursor: pointer;
}
.search-nav i{
    padding-top:3px;
}
.brand a.dropdown-toggle {
    color: #000;
    padding: 1.8rem 1rem;
}
#menuCollapse ul li a{
    padding: .8em 0px;
    color: #fff;
}
#menuCollapse ul li a:hover{
    opacity: .8
}
#menuCollapse ul li.active a{
    font-weight: 700;
    color: #ffc107;
}
#about-dropMenu a.dropdown-item{
    color: #000;
    padding: .5rem 1rem;
}
#menuCollapse ul li.active .dropdown-menu a, #menuCollapse ul li .dropdown-menu a {
    font-weight: 400;
    color: #004ea5;
}
#menuCollapse ul li.active .dropdown-menu a:hover {
    opacity: 1;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f8f9fa;
}
/*-----------------------------------------
    STYLE FOOTER
-------------------------------------------*/
#footer .bg-blue ul.nav li a{
    padding:0 10px;
    color: #ffc107;
}
#footer .bg-blue ul.nav li a:hover{
    color: #e0a800;
}
#footer .bg-blue ul.nav li:last-child a:before{
    content: '|';
    display: inline-block;
    color: #ffc107;
    padding-right: .5rem;
}
#footer .bg-blue ul.nav li:last-child a{
    padding-left: 0rem;
}
#footer .bg-blue {
    font-size: 12px;
}
/*-----------------------------------------
    STYLE BANNER
-------------------------------------------*/
#bannerHome-slide .owl-next {
    right: 5%;
}
#bannerHome-slide .owl-prev {
    left: 5%;
}
#bannerHome-slide .owl-nav button{
    background: #ffc107;
}
#bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
    transform: scale(1.2);
    color: #fff;
}
#bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
    width: 50px;
    height: 50px;
}
/*-----------------------------------------
    STYLE FORM 
-------------------------------------------*/
.findForm .form-control {
    height: calc(3em + .75rem + 2px);
    border-radius: 0;
}
.findForm .btn-find{
    background: #ffc107;
    color: #fff;
    border-radius: 0;
    width:100%;
    height: calc(3em + .75rem + 2px);
}
/*-----------------------------------------
    STYLE ACCORDION
-------------------------------------------*/
#accordionWWD{
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1)
}
#accordionWWD .btn{
    border-radius:0;
}
#accordionWWD .card{
    border:0;
    border-radius:0;
    border-bottom:1px solid rgba(0,0,0,.1)
}
#accordionWWD .card-header{
    padding:0px 0px 0px 0px;
    background: #fff;
    border-bottom:0;
}
#accordionWWD .card .card-body{
    border:0;
    border-radius: 0;
    padding-left:60px;
    padding-top: 0;
}
#accordionWWD .card-header .btn-link{
    color: #004ea5;
    font-size: 18px;
    font-weight: 600;
    padding-left: 60px;
    padding-top:15px;
    padding-bottom: 15px;
}
#accordionWWD .card-header .btn-link:hover,#accordionWWD .card-header .btn-link:focus{
    background: #fff;
    text-decoration: none;
}
#accordionWWD .card-header:first-child {
    border-radius: 0;
}
#accordionWWD .card-header button[aria-expanded="true"]:before{
    content: '\f067';
    display: block;
    position: absolute;
    left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    top:10px;
    color: #fff;
    background: #ffc107;
    padding: 5px 10px;
}
#accordionWWD .card-header button[aria-expanded="false"]:before{
    content: '\f067';
    display: block;
    position: absolute;
    left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    top:10px;
    color: #000;
    background: #ebebeb;
    padding: 5px 10px; 
}
#accordionIndex{
    
}
#accordionIndex .btn{
    border-radius:0;
}
#accordionIndex .card{
    border:0;
    border-radius:0;
    border-bottom:1px dashed rgba(0,0,0,.2)
}
#accordionIndex .card-header{
    padding:0px 0px 0px 0px;
    background: #fff;
    border-bottom:0;
}
#accordionIndex .card .card-body{
    border:0;
    border-radius: 0;
    padding-left:0px;
    padding-top: 0;
}
#accordionIndex .card-header .btn-link{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    padding-top:10px;
    padding-bottom: 10px;
}
#accordionIndex .card-header .btn-link:hover,#accordionIndex .card-header .btn-link:focus{
    background: #fff;
    text-decoration: none;
}
#accordionIndex .card-header:first-child {
    border-radius: 0;
}
#accordionIndex .card-header button[aria-expanded="true"]:before{
    content: '\f152';
    display: block;
    position: absolute;
    left: 0px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    top:5px;
    color: #004ea5;
    padding: 5px 10px 5px 0px;
}
#accordionIndex .card-header button[aria-expanded="false"]:before{
    content: '\f152';
    display: block;
    position: absolute;
    left: 0px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    top:5px;
    color: #004ea5;
    padding: 5px 10px 5px 0px; 
}
#accordionPDL{
}
#accordionPDL .btn{
    border-radius:0;
}
#accordionPDL .card{
    border-radius:0;
    border:1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
#accordionPDL .card-header{
    padding:0px 0px 0px 0px;
    background: #fff;
}
#accordionPDL .card .card-body{
}
#accordionPDL .card-header .btn-link{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-top:12px;
    padding-bottom: 12px;
}
#accordionPDL .card-header .btn-link:hover,#accordionPDL .card-header .btn-link:focus{
    background: #004ea5;
    text-decoration: none;
    color: #fff;
}
#accordionPDL .card-header:first-child {
    border-radius: 0;
}
#accordionPDL .card-header button[aria-expanded="true"]:before{
    content: '\f068';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    top:10px;
    color: #004ea5;
    background: #fff;
    border:1px solid #004ea5;
    padding: 4px 7px;
}
#accordionPDL .card-header button[aria-expanded="true"]{
    color: #fff;
    background: #004ea5;
}
#accordionPDL .card-header button[aria-expanded="false"]:before{
    content: '\f067';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    top:10px;
    color: #000;
    background: #fff;
    border:1px solid #ebebeb;
    padding: 4px 8px;
}
#accordionPDL .card-header button[aria-expanded="false"]{
    border:1px solid #004ea5;
}


.accordionIndustry{
}
.accordionIndustry .btn{
    border-radius:0;
}
.accordionIndustry .card{
    border-radius:0;
    border:1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}
.accordionIndustry .card-header{
    padding:0px 0px 0px 0px;
    background: #fff;
}
.accordionIndustry .card .card-body{
}
.accordionIndustry .card-header .btn-link{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding-top:12px;
    padding-bottom: 12px;
}
.accordionIndustry .card-header .btn-link:hover,.accordionIndustry .card-header .btn-link:focus{
    background: #004ea5;
    text-decoration: none;
    color: #fff;
}
.accordionIndustry .card-header:first-child {
    border-radius: 0;
}
.accordionIndustry .card-header button[aria-expanded="true"]:before{
    content: '\f068';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    top:10px;
    color: #004ea5;
    background: #fff;
    border:1px solid #004ea5;
    padding: 4px 7px;
}
.accordionIndustry .card-header button[aria-expanded="true"]{
    color: #fff;
    background: #004ea5;
}
.accordionIndustry .card-header button[aria-expanded="false"]:before{
    content: '\f067';
    display: block;
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
    top:10px;
    color: #000;
    background: #fff;
    border:1px solid #ebebeb;
    padding: 4px 8px;
}
.accordionIndustry .card-header button[aria-expanded="false"]{
    border:1px solid #004ea5;
}
/*-----------------------------------------
    STYLE TAB
-------------------------------------------*/
#pills-tabHDWD{
    margin-top: 10%;
}
#pills-tabHDWD.nav-pills .nav-link {
    border-radius: 0rem;
    margin-right:10px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: .9rem 1rem;
}
#pills-tabHDWD.nav-pills .nav-link.active, #pills-tabHDWD.nav-pills .show>.nav-link {
    background-color: #004ea5;
    border: 1px solid #004ea5;
}
#pills-tabHDWD.nav-pills #pills-Activities-tab.nav-link.active img{
    content: url('../images/ico-compliance-active.png');
}
#pills-tabHDWD.nav-pills #pills-global-tab.nav-link.active img{
    content: url('../images/ico-environment-active.png');
}
#pills-tabHDWD.nav-pills #pills-communities-tab.nav-link.active img{
    content: url('../images/ico-community-active.png');
}
/*-----------------------------------------
    STYLE PRODUCT
-------------------------------------------*/
.cateDow-title {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-bottom: 20px;
}
.cateDow-title h5{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #004ea5;
    margin-right:10px;
}
.cateDow-title:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #004ea5;
    height: 24px;
}
.card-CatalogDown{
    border-radius: 0; 
}
.card-CatalogDown .card-img {
    width: 100%;
    border-radius: 0;
    width:100%;
    object-fit: contain;
    height:182px;
}
.card-CatalogDown .boxImage{
    padding:10px;
}
.card-CatalogDown .card-body{
    padding: 10px;
}
.card-CatalogDown .card-footer{
    background: transparent;
    border-top:0;
    padding: 10px;
    position: absolute;
    bottom:0;
    right:0;
}
.card-CatalogDown .card-title{
    font-size: 1rem;
    height: 114px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.btn-cataDown{
    background: #004ea5;
    color: #fff;
    border-radius: 0;
    width:42px;
    height:42px;
    padding:9px 5px;
    
}
#pills-tabPDindex.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffc107;
    border: 1px solid #ffc107;
}
#pills-tabPDindex.nav-pills a.nav-link {
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ffc107;
    padding: 1rem 1rem;
}
#pills-tabPDindex.nav-pills li{
    margin-left:8px;
}
#pills-tabPDindex.nav-pills li:first-child {
    margin-left: 0;
}
#pills-tabPDindex.nav-pills a.nav-link:hover {
    color: #000000;
    text-decoration: none;
    background-color: #ffebb0;
    border-radius: 0;
    border: 1px solid #ffc107;
}
.box-product{
    padding:5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #004ea5;
    margin-bottom: 30px;
}
.box-product:hover{
    background: #ffc107;
    color: #fff;
}
.box-product {
	position: relative;
	list-style: none;
	text-align: center;
}
.box-product button.btn-warning{
    width:44px;
    height:44px;
    color: #fff;
}
.box-product .productCate h6{
    font-weight: 700;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.box-product .productCate p{
    font-size: 12px;
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* Common style */
.box-product figure {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 280px;
	width: 100%;
	background: #004ea5;
	text-align: center;
	cursor: pointer;
    object-fit: cover;
}

.box-product figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
    object-fit: cover;
}

.box-product figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.box-product figure figcaption::before,
.box-product figure figcaption::after {
	pointer-events: none;
}

.box-product figure figcaption,
.box-product figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.box-product figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.box-product figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.box-product figure h2 span {
	font-weight: 800;
}

.box-product figure h2,
.box-product figure p {
	margin: 0;
}

.box-product figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	padding: 3em;
}

/*figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}*/

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
}

figure.effect-chico p {
	margin: 60px auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.service-box .icon-bx-wraper {
    padding: 30px 50px;
    background: #ffc107;
    margin-bottom: 30px;
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1);
    z-index: 1;
    text-align: center;
    color: #004ea5;
}
.icon-bx-wraper {
    position: relative;
}
.service-box .icon-bx-wraper:before {
    content: attr(data-name);
    position: absolute;
    font-size: 90px;
    right: 30px;
    top: 40px;
    line-height: 80px;
    font-weight: 700;
    color: #004ea5;
    opacity: .05;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.service-box .icon-bx-wraper:hover {
    color: #fff;
}
.service-box .icon-bx-wraper:hover:before {
    color: #fff;
    opacity: .2;
}
.service-box .icon-bx-wraper:hover .icon-lg i {
    color: #004ea5;
}
.service-box .icon-bx-wraper:hover .icon-lg {
    background-color: #fff;
}
.service-box .icon-bx-wraper:hover .dlab-tilte {
    color: #fff;
}
.service-box .icon-lg {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    padding:12px 5px;
    display: inline-block;
    text-align: center;
    background: #004ea5;
    border-radius: 100%;
}
.service-box .icon-lg i {
    font-size: 22px;
    line-height: 26px;
    color: #ffc107;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}
.service-box .dlab-tilte {
    font-size: 18px;
    font-weight: 700;
    color: #004ea5;
    margin-bottom: 5px;
    line-height: 30px;
}
.dlab-tilte {
    position: relative;
}
.icon-bx-wraper p {
    margin: 0 0 15px;
    font-weight: 400;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-box .icon-bx-wraper:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #004ea5;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.service-box .icon-bx-wraper:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}
.icon-bx-wraper a{
    color: #004ea5;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.icon-bx-wraper a i{
    font-size: 22px;
    margin-left: 5px;
}
.icon-bx-wraper:hover a{
    color: #fff;
    text-decoration: none;
}
/*-----------------------------------------
    STYLE CONTACT
-------------------------------------------*/
.cardContactF{
    border:0;
    box-shadow: 0 0 15px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.05);
}
.cardContactF .card-header{
    background-color: rgb(255 193 7);
    border-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    padding: .75rem 2.5rem;
}
.cardContactF .card-header:first-child {
    border-radius: 0 0 0 0;
}
.cardContactF .card-body{
    padding: .75rem 2.5rem;
}
.contactL .list-group-item {
    position: relative;
    display: block;
    padding: 1.5rem 1.25rem;
    margin-bottom: -1px;
    background-color: #004ea5;
    border: 0;
    color: #fff;
}
.contactL .list-group-item:first-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.contactL .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.contactL .list-group-item a {
    color: #fff;
}
.contactL{
    margin-bottom: 20px;
}
.ccIcon{
    background: rgba(255,255,255,.2);
    width:60px;
    height:60px;
    border-radius: 100%;
    padding: 18px;
}
.contL{
    ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}
.contR{
    ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
.lineWContact{
    background: #fff;
    width:30px;
    height:2px;
    margin: 10px 0;
}
.box-location{
    padding: 20px;
    font-size: 14px;
    height:250px;
}
.pills-tabLocation.nav-pills .nav-link.active, .pills-tabLocation.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #004ea5;
}
.pills-tabLocation.nav-pills .nav-link {
    border-radius: 0rem;
}
.pills-tabLocation.nav-pills a {
    color: #fff;
    text-decoration: none;
    background-color: #2c9eee;
    padding: .8rem 1rem;
}
.locateSizeM{
    width:100%;
    height:300px;
}
.locateSizeP{
    width:100%;
    height:300px;
    object-fit: contain;
    object-position: center;
}
.viewImg{
    position: absolute;
    top:10px;
    right:10px;
}
/*-----------------------------------------
    STYLE INDUSTRIES
-------------------------------------------*/
.cardIndustry{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cardIndustry img{
    width:100%;
    height:200px;
    object-fit: cover;    
}
.cardIndustryD {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 15px;
    border-radius: 0;
    margin-top: -50px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
    border-bottom: 2px solid #ffc107;
}
.titleIns{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    height: 69px;
    color: #004ea5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.cardIndustryD p{
    padding: 0;
    color: gray;
    font-size: 14px;
    line-height: 1.3;
    height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.cardIndustryD .btn-link{
    border-bottom: 1px solid #ebebeb;
    padding:0;
    margin-bottom: 5px;
}
.interactDraw-title {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-bottom: 20px;
}
.interactDraw-title h5{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #004ea5;
    margin-right:10px;
}
.cardinteractDraw{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cardinteractDraw img{
    width:100%;
    height:200px;
    object-fit: cover;    
}
.cardinteractDrawD {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px;
    border-radius: .5rem;
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 25px;
    z-index: 2;
}
.titleinteractDraw{
    border-left: 3px solid #2c9eee;
    font-weight: 700;
    padding:0px 0px 0 10px;
    font-size: 18px;
    line-height: 1.2;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cardinteractDraw p{
    padding: 0 0rem 0px .75rem;
    color: gray;
    font-size: 14px;
    line-height: 1.3;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#pills-industry.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #004ea5;
}
#pills-industry.nav-pills .nav-link{
    border-radius: 0;
    border: 2px solid #004ea5;
    color: #004ea5;
    margin-bottom: 5px;
}
#pills-industry.nav-pills li{
    margin-right: 10px;
}
#pills-industry.nav-pills li:last-child{
    margin-right: 0;
}
/*-----------------------------------------
    STYLE SPECIAL FOCUS
-------------------------------------------*/
.cardSpeFocus{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cardSpeFocus img{
    width:100%;
    height:250px;
    object-fit: cover;    
}
.cardSpeFocusD {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 15px;
    border-radius: .5rem;
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 50px;
    z-index: 2;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.titleSpe{
    background: #ffc107;
    padding:15px 20px;
    margin-bottom: 10px;
}
.titleSpe>p{
    font-weight: 700;
    color: #000!important;
    font-size: 18px!important;
    margin-bottom: 0;
    line-height: 1.5;
    height: 52px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:0!important;
}
.SpeFTextDesc{
    padding: 0 .75rem 0px;
    margin-bottom: 20px;
    color: gray;
    font-size: 16px;
    line-height: 1.5;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.SpeDoc-title {
    display: flex;
    flex-direction: row;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top:30px;
}
.SpeDoc-title h5{
    font-size: 18px;
    font-weight: 700;
    color: #004ea5;
}
.SpeDoc-title:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #004ea5;
    height: 21px;
    margin-left: 5px;
}
.box-SpeDownload{
    border:1px solid #ebebeb
}
.box-SpeDownload .boxImg{
    padding:10px;
    text-align: center;
}
.box-SpeDownload .boxImg img{
    max-width: 100%;
    height:200px;
    object-fit: contain;
}
.box-SpeDownload .boxName{
    padding:0 10px 10px;
}
.box-SpeDownload .boxName p{
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    height: 48px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*-----------------------------------------
    STYLE RESOURCE
-------------------------------------------*/

.cardResource{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.cardResource img{
    width:100%;
    height:250px;
    object-fit: cover;    
}
.cardResourceD {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px;
    border-radius: .5rem;
    margin-top: -50px;
    margin-left: 0px;
    margin-right: 50px;
    z-index: 2;
}
.titleResource{
    border-left: 3px solid #2c9eee;
    font-weight: 700;
    padding:0px 20px;
    font-size: 18px;
    line-height: 1.5;
    height: 81px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.cardResourceD div.subD{
    padding: 0 .75rem;
    margin-bottom: 20px;
    color: gray;
    font-size: 16px;
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*-----------------------------------------
    STYLE CSR NEWS
-------------------------------------------*/
.cardIndexL{
    border: 0;
    border-radius: 0rem;
    box-shadow: 0 0 15px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.10);
}
.cardIndexL .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height:280px;
    width:100%;
    object-fit: cover;
}
.cardIndexL .card-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #004ea5;
    font-size: 18px!important;
    line-height: 1.3;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cardIndexL .card-text{
    color:#929292;
    font-size: 16px;
    line-height: 1.3;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cardIndexL .btn-link{
    color:#004ea5;
}
.cardIndexL .btn-link:hover{
    color:#003979;
}

.cardIndexR{
    background: transparent;
    border: 0;
    border-radius: 0rem;
}
.cardIndexR .card-img {
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height:169px;
    width:100%;
    object-fit: cover;
}
.cardIndexR .card-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #004ea5;
    font-size: 18px!important;
    line-height: 1.3;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cardIndexR:hover img,.cardIndexL:hover img{
    opacity: .7
}
.cardIndexR .card-text{
    color:#929292;
    font-size: 16px;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cardIndexR .btn-link{
    color:#004ea5;
}
.cardIndexR .btn-link:hover{
    color:#003979;
}
/*-----------------------------------*/
.card-csr{
    border: 0;
    border-radius: 0rem;
    box-shadow: 0 0 15px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.10);
}
.card-csr .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height:280px;
    width:100%;
    object-fit: cover;
}
.card-csr .card-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #004ea5;
    font-size: 18px!important;
    line-height: 1.3;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.card-csr .card-text{
    color:#929292;
    font-size: 16px;
    line-height: 1.3;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.card-csr .btn-link{
    color:#004ea5;
}
.card-csr .btn-link:hover{
    color:#003979;
}
.card-news{
    border: 0;
    border-radius: 0rem;
    box-shadow: 0 0 15px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.10);
}
.card-news .card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height:280px;
    width:100%;
    object-fit: cover;
}
.card-news .bg-warning{
    padding:10px;
    margin-bottom: 15px;
}
.card-news .card-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 18px!important;
    line-height: 1.3;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.card-news .card-text{
    color:#929292;
    font-size: 16px;
    line-height: 1.3;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.card-news .btn-link{
    color:#004ea5;
}
.card-news .btn-link:hover{
    color:#003979;
}
.img-coverD{
    height:350px;
    object-fit: contain;
    width:100%;
    margin-bottom: 50px;
}
.csrImg{
    width: calc(100% / 4 - 8px);
    height:200px;
    object-fit: cover;
    margin-bottom: 5px;
}
.csrL:hover{
    text-decoration: none;
    opacity: .8
}
/*-----------------------------------------
    STYLE PAGINATION
-------------------------------------------*/
.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #004ea5;
    border-color: #004ea5;
}
.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 5px;
    line-height: 1.25;
    color: #004ea5;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/*-----------------------------------------
    STYLE TECHNICAL PAPER
-------------------------------------------*/
.LlineTitle{
    border-left: 10px solid #004ea5;
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 20px;
}
.card-tech {
    border-radius: 0;
}
.card-tech .col-md-3{
    padding:5px;
}
.card-tech img{
    height:100px;
    object-fit: contain;
    width:100%;
}
.card-tech .card-body{
    padding:1.25rem .5rem;
}
.card-tech .card-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    
}
.card-tech .btn-technical{
    background:#2c9eee;
    color: #fff;
    border-radius: 0;
    width:100%;
    height:110px;
    font-size: 25px;
    padding: 35px 20px;
}
.card-tech .btn-technical:hover{
    background:#187cc1
}
/*-----------------------------------------
    STYLE TABLE
-------------------------------------------*/
table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
    border:0;
}

table tr {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: .35em;
}

table th {
  font-size: 16px;
  font-weight: 500;    
  text-align: left;
  color: #fff;
  background: #2c9eee;
  padding: .5rem!important;
  border:1px solid #fff;
}
table td {
  background: #fff;  
  padding: .5rem!important;   
  font-size: 16px;
  font-weight: 400;    
  text-align: left;    
}
table a:hover{
    text-decoration: none;
    opacity: .7
}
/* Media Queries*/

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    display: none;
  }
  table tr {
    border: 2px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .table td:first-child {
    border-top:0;
  }
  table td:before {
  	content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (max-width: 767px){
#messageLToggle{
    bottom: 20%;
    right:20px;
    z-index: 1;
}
.opendivL{
    bottom: 27%;
    right:20px;
    z-index: 1;
}
#messagePToggle{
    bottom: 10%;
    right:20px;
    z-index: 1;
}
.opendivP{
    bottom: 17%;
    right:20px;
    z-index: 1;
}
}
@media screen and (min-width:320px) and (max-width:374px){
    .brand a.dropdown-toggle {
        color: #000;
        padding: .5rem .5rem;
    }
    .search-nav {
        padding: 0.5rem 1rem;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }
    .search-nav i{
        padding-top:5px;
    }
    .lang-switcher ul.nav{
        width:100%;
    }
    .navbar-brand{
         vertical-align: middle;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }
    .toppadd{
        padding-top: 40px;
    }
    #about-dropMenu{
        max-width: 97%;
        height:300px;
        overflow: scroll;
        position: relative;
    }
    #about-dropMenu a.dropdown-item {
        word-wrap: break-word;
        white-space: normal;
    }
    #menuCollapse{
        position: relative;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
        width: 25px;
        height: 25px;
    }
    #bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
        transform: scale(.8);
        padding-top:5px;
    }
    #pills-tabPDindex{
        display: block;
    }
    #pills-tabPDindex.nav-pills a.nav-link {
        padding: .6rem 1rem;
        text-align: center;
    }
    #pills-tabPDindex.nav-pills li {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .box-product figure {
        height: 130px;
        width: 100%;
    }
    figure.effect-chico figcaption {
        padding: .2em;
    }
    figure.effect-chico p {
        margin: 40px auto;
    }
    .btn-outLink img{
        width:180px;
    }
    .btn-outLink:after {
        width: 28px;
        height: 28px;
    }
    .bg-industry,.bg-contact,.bg-news {
        height: 200px;
    }
    .headTopBanner{
        height: 200px;
    }
    .headTopBanner .headTopTitle h2 {
        font-size: 32px;
    }
    .headTopBanner .headTopTitle h3 {
        font-size: 20px;
    }
    #breadcrumbHead2S .breadcrumb, #breadcrumbHead3S .breadcrumb {
        background-color: transparent;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .offer-pic:before {
        height: 100px;
    }
    .offer-pic:after {
        width: 80%;
        height: 100px;
        left: 0%;
    }
    .aboutBox{
        padding:0 15px;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 0%;
    }
    .bg-mission {
        height: 200px;
    }
    .imgHdwd {
        height: 200px;
    }
    .offerHdwd-pic:before {
        height: 100px;
    }
    .offerHdwd-pic:after {
        height: 150px;
    }
    #afterHDWD{
        height:1050px;
    }
    .contL,.contR {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cardContactF .card-header, .cardContactF .card-body {
        padding: .75rem 1.5rem;
    }
    .viewImg {
        right: 25px;
    }
    .titleSpe>p{
        height: 80px!important;
        -webkit-line-clamp: 3;
    }
    .cardSpeFocusD {
        margin-right: 20px;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .img-coverD {
        height: 200px;
    }
    .csrImg {
        width: calc(100% / 2 - 8px);
        height: 100px;
    }
    .card-news .card-img-top {
        height: 180px;
    }
    .card-tech .btn-technical {
        background: #2c9eee;
        color: #fff;
        border-radius: 0;
        width: 100%;
        height: 35px;
        font-size: 16px;
        padding: 5px 20px;
    }
    .cardResource img {
        height: 180px;
    }
    .cardResourceD {
        margin-right: 25px;
    }
    .cardResourceD div.subD {
        padding: 0 .75rem;
        height: 72px;
    }
    #pills-industry{
        display: block;
    }
    #pills-industry.nav-pills li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .findForm .form-control {
        height: calc(2em + .75rem + 2px);
    }
    .findForm .btn-find {
        height: calc(2em + .75rem + 2px);
    }
}
@media screen and (min-width:375px) and (max-width:413px){
    .brand a.dropdown-toggle {
        color: #000;
        padding: .5rem .5rem;
    }
    .search-nav {
        padding: 0.5rem 1rem;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }
    .search-nav i{
        padding-top:5px;
    }
    .lang-switcher ul.nav{
        width:100%;
    }
    .navbar-brand{
         vertical-align: middle;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }
    .toppadd{
        padding-top: 40px;
    }
    #about-dropMenu{
        max-width: 97%;
        height:300px;
        overflow: scroll;
        position: relative;
    }
    #about-dropMenu a.dropdown-item {
        word-wrap: break-word;
        white-space: normal;
    }
    #menuCollapse{
        position: relative;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
        width: 25px;
        height: 25px;
    }
    #bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
        transform: scale(.8);
        padding-top:5px;
    }
    #pills-tabPDindex{
        display: block;
    }
    #pills-tabPDindex.nav-pills a.nav-link {
        padding: .6rem 1rem;
        text-align: center;
    }
    #pills-tabPDindex.nav-pills li {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .box-product figure {
        height: 130px;
        width: 100%;
    }
    figure.effect-chico figcaption {
        padding: .2em;
    }
    figure.effect-chico p {
        margin: 40px auto;
    }
    .btn-outLink img{
        width:180px;
    }
    .btn-outLink:after {
        width: 28px;
        height: 28px;
    }
    .bg-industry,.bg-contact,.bg-news {
        height: 200px;
    }
    .headTopBanner{
        height: 200px;
    }
    .headTopBanner .headTopTitle h2 {
        font-size: 32px;
    }
    .headTopBanner .headTopTitle h3 {
        font-size: 20px;
    }
    #breadcrumbHead2S .breadcrumb, #breadcrumbHead3S .breadcrumb {
        background-color: transparent;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .offer-pic:before {
        height: 100px;
    }
    .offer-pic:after {
        width: 80%;
        height: 100px;
        left: 0%;
    }
    .aboutBox{
        padding:0 15px;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 0%;
    }
    .bg-mission {
        height: 200px;
    }
    .imgHdwd {
        height: 200px;
    }
    .offerHdwd-pic:before {
        height: 100px;
    }
    .offerHdwd-pic:after {
        height: 150px;
    }
    #afterHDWD{
        height:1050px;
    }
    .contL,.contR {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cardContactF .card-header, .cardContactF .card-body {
        padding: .75rem 1.5rem;
    }
    .viewImg {
        right: 25px;
    }
    .cardSpeFocusD {
        margin-right: 20px;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .img-coverD {
        height: 200px;
    }
    .csrImg {
        width: calc(100% / 2 - 8px);
        height: 100px;
    }
    .card-news .card-img-top {
        height: 180px;
    }
    .card-tech .btn-technical {
        background: #2c9eee;
        color: #fff;
        border-radius: 0;
        width: 100%;
        height: 35px;
        font-size: 16px;
        padding: 5px 20px;
    }
    .cardResource img {
        height: 180px;
    }
    .cardResourceD {
        margin-right: 25px;
    }
    .cardResourceD div.subD {
        padding: 0 .75rem;
        height: 72px;
    }
    #pills-industry{
        display: block;
    }
    #pills-industry.nav-pills li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .findForm .form-control {
        height: calc(2em + .75rem + 2px);
    }
    .findForm .btn-find {
        height: calc(2em + .75rem + 2px);
    }
}
@media screen and (min-width:414px) and (max-width:424px){
    .brand a.dropdown-toggle {
        color: #000;
        padding: .5rem .5rem;
    }
    .search-nav {
        padding: 0.5rem 1rem;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }
    .search-nav i{
        padding-top:5px;
    }
    .lang-switcher ul.nav{
        width:100%;
    }
    .navbar-brand{
         vertical-align: middle;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }
    .toppadd{
        padding-top: 40px;
    }
    #about-dropMenu{
        max-width: 97%;
        height:300px;
        overflow: scroll;
        position: relative;
    }
    #about-dropMenu a.dropdown-item {
        word-wrap: break-word;
        white-space: normal;
    }
    #menuCollapse{
        position: relative;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
        width: 25px;
        height: 25px;
    }
    #bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
        transform: scale(.8);
        padding-top:5px;
    }
    #pills-tabPDindex{
        display: block;
    }
    #pills-tabPDindex.nav-pills a.nav-link {
        padding: .6rem 1rem;
        text-align: center;
    }
    #pills-tabPDindex.nav-pills li {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .box-product figure {
        height: 130px;
        width: 100%;
    }
    figure.effect-chico figcaption {
        padding: .2em;
    }
    figure.effect-chico p {
        margin: 40px auto;
    }
    .btn-outLink img{
        width:180px;
    }
    .btn-outLink:after {
        width: 28px;
        height: 28px;
    }
    .bg-industry,.bg-contact,.bg-news {
        height: 200px;
    }
    .headTopBanner{
        height: 200px;
    }
    .headTopBanner .headTopTitle h2 {
        font-size: 32px;
    }
    .headTopBanner .headTopTitle h3 {
        font-size: 20px;
    }
    #breadcrumbHead2S .breadcrumb, #breadcrumbHead3S .breadcrumb {
        background-color: transparent;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .offer-pic:before {
        height: 100px;
    }
    .offer-pic:after {
        width: 80%;
        height: 100px;
        left: 0%;
    }
    .aboutBox{
        padding:0 15px;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 0%;
    }
    .bg-mission {
        height: 200px;
    }
    .imgHdwd {
        height: 200px;
    }
    .offerHdwd-pic:before {
        height: 100px;
    }
    .offerHdwd-pic:after {
        height: 150px;
    }
    #afterHDWD{
        height:1050px;
    }
    .contL,.contR {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cardContactF .card-header, .cardContactF .card-body {
        padding: .75rem 1.5rem;
    }
    .viewImg {
        right: 25px;
    }
    .cardSpeFocusD {
        margin-right: 20px;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .img-coverD {
        height: 200px;
    }
    .csrImg {
        width: calc(100% / 2 - 8px);
        height: 100px;
    }
    .card-news .card-img-top {
        height: 180px;
    }
    .card-tech .btn-technical {
        background: #2c9eee;
        color: #fff;
        border-radius: 0;
        width: 100%;
        height: 35px;
        font-size: 16px;
        padding: 5px 20px;
    }
    .cardResource img {
        height: 180px;
    }
    .cardResourceD {
        margin-right: 25px;
    }
    .cardResourceD div.subD {
        padding: 0 .75rem;
        height: 72px;
    }
    #pills-industry{
        display: block;
    }
    #pills-industry.nav-pills li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .findForm .form-control {
        height: calc(2em + .75rem + 2px);
    }
    .findForm .btn-find {
        height: calc(2em + .75rem + 2px);
    }
}
@media screen and (min-width:425px) and (max-width:767px){
    .brand a.dropdown-toggle {
        color: #000;
        padding: .5rem .5rem;
    }
    .search-nav {
        padding: 0.5rem 1rem;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }
    .search-nav i{
        padding-top:5px;
    }
    .lang-switcher ul.nav{
        width:100%;
    }
    .navbar-brand{
         vertical-align: middle;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }
    .toppadd{
        padding-top: 40px;
    }
    #about-dropMenu{
        max-width: 97%;
        height:300px;
        overflow: scroll;
        position: relative;
    }
    #about-dropMenu a.dropdown-item {
        word-wrap: break-word;
        white-space: normal;
    }
    #menuCollapse{
        position: relative;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
        width: 25px;
        height: 25px;
    }
    #bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
        transform: scale(.8);
        padding-top:5px;
    }
    #pills-tabPDindex{
        display: block;
    }
    #pills-tabPDindex.nav-pills a.nav-link {
        padding: .6rem 1rem;
        text-align: center;
    }
    #pills-tabPDindex.nav-pills li {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .box-product figure {
        height: 130px;
        width: 100%;
    }
    figure.effect-chico figcaption {
        padding: .2em;
    }
    figure.effect-chico p {
        margin: 40px auto;
    }
    .btn-outLink img{
        width:180px;
    }
    .btn-outLink:after {
        width: 28px;
        height: 28px;
    }
    .bg-industry,.bg-contact,.bg-news {
        height: 200px;
    }
    .headTopBanner{
        height: 200px;
    }
    .headTopBanner .headTopTitle h2 {
        font-size: 32px;
    }
    .headTopBanner .headTopTitle h3 {
        font-size: 20px;
    }
    #breadcrumbHead2S .breadcrumb, #breadcrumbHead3S .breadcrumb {
        background-color: transparent;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .offer-pic:before {
        height: 100px;
    }
    .offer-pic:after {
        width: 80%;
        height: 100px;
        left: 0%;
    }
    .aboutBox{
        padding:0 15px;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 0%;
    }
    .bg-mission {
        height: 200px;
    }
    .imgHdwd {
        height: 200px;
    }
    .offerHdwd-pic:before {
        height: 100px;
    }
    .offerHdwd-pic:after {
        height: 150px;
    }
    #afterHDWD{
        height:1050px;
    }
    .contL,.contR {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cardContactF .card-header, .cardContactF .card-body {
        padding: .75rem 1.5rem;
    }
    .viewImg {
        right: 25px;
    }
    .cardSpeFocusD {
        margin-right: 20px;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .img-coverD {
        height: 200px;
    }
    .csrImg {
        width: calc(100% / 2 - 8px);
        height: 100px;
    }
    .card-news .card-img-top {
        height: 180px;
    }
    .card-tech .btn-technical {
        background: #2c9eee;
        color: #fff;
        border-radius: 0;
        width: 100%;
        height: 35px;
        font-size: 16px;
        padding: 5px 20px;
    }
    .cardResource img {
        height: 180px;
    }
    .cardResourceD {
        margin-right: 25px;
    }
    .cardResourceD div.subD {
        padding: 0 .75rem;
        height: 72px;
    }
    #pills-industry{
        display: block;
    }
    #pills-industry.nav-pills li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .findForm .form-control {
        height: calc(2em + .75rem + 2px);
    }
    .findForm .btn-find {
        height: calc(2em + .75rem + 2px);
    }
}
@media screen and (min-width:768px) and (max-width:1023px){
    .brand a.dropdown-toggle {
        color: #000;
        padding: .5rem .5rem;
    }
    .search-nav {
        padding: 0.5rem 1rem;
        font-size: 1em;
        line-height: 1;
        vertical-align: middle;
    }
    .search-nav i{
        padding-top:5px;
    }
    .lang-switcher ul.nav{
        width:100%;
    }
    .navbar-brand{
         vertical-align: middle;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
    }
    .toppadd{
        padding-top: 90px;
    }
    #about-dropMenu{
        max-width: 97%;
        height:300px;
        overflow: scroll;
        position: relative;
    }
    #about-dropMenu a.dropdown-item {
        word-wrap: break-word;
        white-space: normal;
    }
    #menuCollapse{
        position: relative;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    #bannerHome-slide .owl-prev, #bannerHome-slide .owl-next {
        width: 40px;
        height: 40px;
    }
    #bannerHome-slide .owl-prev i, #bannerHome-slide .owl-next i {
        transform: scale(.8);
        padding-top:5px;
    }
    #pills-tabPDindex.nav-pills a.nav-link {
        padding: .6rem 1rem;
        text-align: center;
    }
    #pills-tabPDindex.nav-pills li {
        margin-left: 5px;
        margin-bottom: 5px;
    }
    .box-product figure {
        height: 300px;
        width: 100%;
    }
    figure.effect-chico figcaption {
        padding: .2em;
    }
    figure.effect-chico p {
        margin: 40px auto;
    }
    .btn-outLink img{
        width:180px;
    }
    .btn-outLink:after {
        width: 28px;
        height: 28px;
    }
    .bg-industry,.bg-contact,.bg-news {
        height: 200px;
    }
    .service-box .icon-bx-wraper {
        padding: 30px 20px;
    }
    .service-box .dlab-tilte {
        line-height: 22px;
        height: 44px;
    }
    .headTopBanner{
        height: 200px;
    }
    .headTopBanner .headTopTitle h2 {
        font-size: 32px;
    }
    .headTopBanner .headTopTitle h3 {
        font-size: 20px;
    }
    #breadcrumbHead2S .breadcrumb, #breadcrumbHead3S .breadcrumb {
        background-color: transparent;
        text-align: center;
        justify-content: center;
        font-size: 12px;
    }
    .offer-pic:before {
        height: 100px;
    }
    .offer-pic:after {
        width: 80%;
        height: 100px;
        left: 0%;
    }
    .aboutBox{
        padding:0 0px;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 0%;
    }
    .imgHdwd {
        height: 200px;
    }
    .offerHdwd-pic:before {
        height: 100px;
    }
    .offerHdwd-pic:after {
        height: 150px;
    }
    #afterHDWD{
        height:580px;
    }
    #afterHDWD:after {
        width: 50%;
    }
    .contL {
        ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .contR {
        ms-flex: 0 0 52%;
        flex: 0 0 52%;
        max-width: 52%;
    }
    .cardContactF .card-header, .cardContactF .card-body {
        padding: .75rem 1.5rem;
    }
    .viewImg {
        right: 25px;
    }
    .cardSpeFocusD {
        margin-right: 20px;
    }
    .card-csr .card-img-top {
        height: 160px;
    }
    .img-coverD {
        height: 300px;
    }
    .csrImg {
        width: calc(100% / 3 - 8px);
        height: 150px;
    }
    .card-news .card-img-top {
        height: 150px;
    }
    .card-tech .btn-technical {
        background: #2c9eee;
        color: #fff;
        border-radius: 0;
        width: 100%;
        height: 110px;
        font-size: 16px;
        padding: 40px 20px;
    }
    .cardResource img {
        height: 180px;
    }
    .cardResourceD {
        margin-right: 25px;
    }
    .cardResourceD div.subD {
        padding: 0 .75rem;
        height: 72px;
    }
    #pills-industry{
        display: flex;
    }
    #pills-industry.nav-pills li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .titleIns {
        height: 46px;
        -webkit-line-clamp: 2;
    }
    .findForm .form-control {
        height: calc(2em + .75rem + 2px);
    }
    .findForm .btn-find {
        height: calc(2em + .75rem + 2px);
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    .toppadd{
        padding-top: 131px;
    }
    .box-product figure {
        height: 240px;
    }
    .btn-outLink img {
        height: 57px;
    }
    .btn-outLink:after {
        width: 57px;
        height: 57px;
    }
    .service-box .dlab-tilte {
        line-height: 22px;
        height:44px;
    }
    .offer-pic:before {
        height: 200px;
    }
    .offer-pic:after {
        height: 150px;
        left:0%;
    }
    .box-aboutL {
        padding-left: 0%;
        padding-right: 5%;
    }
    #afterHDWD:after {
        width: 49%;
    }
    .titleSpe>p {
        font-weight: 700;
        color: #000!important;
        font-size: 18px!important;
        margin-bottom: 0;
        line-height: 1.5;
        height: 80px!important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding: 0!important;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .card-news .card-img-top {
        height: 200px;
    }
    .cardResourceD {
        margin-right: 30px;
    }
    .cardResourceD div.subD {
        height: 70px;
    }
    #pills-industry.nav-pills li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width:1280px) and (max-width:1359px){
    .container.container-main{
        max-width: 1120px;
    }
    .toppadd{
        padding-top: 130px!important;
    }
    .box-product figure {
        height: 240px;
    }
    .btn-outLink img {
        height: 57px;
    }
    .btn-outLink:after {
        width: 57px;
        height: 57px;
    }
    .service-box .dlab-tilte {
        line-height: 22px;
        height:44px;
    }
    .box-aboutL {
        padding-left: 20%;
        padding-right: 5%;
    }
    #afterHDWD:after {
        width: 48%;
    }
    .titleSpe>p {
        height: 80px!important;
        -webkit-line-clamp: 3;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .card-news .card-img-top {
        height: 200px;
    }
    .cardResourceD div.subD {
        height: 70px;
    }
    #pills-industry.nav-pills li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width:1360px) and (max-width:1439px){
    .container.container-main{
        max-width: 1120px;
    }
    .toppadd{
        padding-top: 130px!important;
    }
    .box-product figure {
        height: 240px;
    }
    .btn-outLink img {
        height: 57px;
    }
    .btn-outLink:after {
        width: 57px;
        height: 57px;
    }
    .service-box .dlab-tilte {
        line-height: 22px;
        height:44px;
    }
    .box-aboutL {
        padding-left: 20%;
        padding-right: 5%;
    }
    #afterHDWD:after {
        width: 48%;
    }
    .titleSpe>p {
        height: 80px!important;
        -webkit-line-clamp: 3;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .card-news .card-img-top {
        height: 200px;
    }
    .cardResourceD div.subD {
        height: 70px;
    }
    #pills-industry.nav-pills li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
}
@media screen and (min-width:1440px) and (max-width:1599px){
    .container.container-main{
        max-width: 1120px;
    }
    .toppadd{
        padding-top: 130px!important;
    }
    .box-product figure {
        height: 240px;
    }
    .btn-outLink img {
        height: 57px;
    }
    .btn-outLink:after {
        width: 57px;
        height: 57px;
    }
    .service-box .dlab-tilte {
        line-height: 22px;
        height:44px;
    }
    .box-aboutL {
        padding-left: 20%;
        padding-right: 5%;
    }
    #afterHDWD:after {
        width: 48%;
    }
    .titleSpe>p {
        height: 80px!important;
        -webkit-line-clamp: 3;
    }
    .card-csr .card-img-top {
        height: 200px;
    }
    .card-news .card-img-top {
        height: 200px;
    }
    .cardResourceD div.subD {
        height: 70px;
    }
    #pills-industry.nav-pills li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width:1600px) and (max-width:1919px){
    .toppadd{
        padding-top: 130px!important;
    }
}
@media screen and (min-width:1920px) and (max-width:2559px){
    .toppadd{
        padding-top: 130px;
    }
}
@media screen and (min-width:2560px) {

}