.banner {
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}

.slideshow {
    overflow: hidden;

    position: relative;

    width: 100%;

    height: 100vh;

    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;
}

.slideshow .slides {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;
}

.slideshow .slide {
    position: relative;
    overflow: hidden;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    transition: opacity 0.3s ease;
}

.slideshow .slide .caption {
    padding: 0 50px;
}

.slideshow .slide .image-container {
    /*position: absolute;*/

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    z-index: 1;

    background-size: cover;

    image-rendering: optimizeQuality;
}
.slideshow .slick-track,
.slideshow .slick-list{
    height: 100%;
}
.slideshow .slide .image-container img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

.slideshow .slide .image-container::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: radial-gradient(48.82% 48.82% at 50% 48.82%, rgba(32, 51, 103, 0.3) 0%, rgba(32, 51, 103, 0.6) 100%);
    width: 100%;
}

.slideshow .slide .image {
    width: 100%;

    width: 100%;

    object-fit: cover;

    height: 100%;
}

.slideshow .slide-content {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 2;

    color: #fff;

    text-align: left;

    display: flex;

    justify-content: flex-start;

    align-items: center;
}

.slideshow .slide .title {
    font: 70px/80px "Axiforma";

    font-weight: normal;

    display: flex;

    font-weight: bold;

    color: #fff;

    letter-spacing: -0.01em;

    margin-bottom: 15px;

    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: transform .4s cubic-bezier(.16,.68,.43,.99),opacity .4s ease-in-out;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.slideshow .slide.slick-current  .title{
      opacity: 1;
    transition-delay: .4s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.slideshow .slide .text p {
    font: 16px/25px "Axiforma";

    font-weight: normal;

    display: flex;

    font-weight: 400;

    color: #fff;

    letter-spacing: -0.01em;

     opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    transition: transform .4s cubic-bezier(.16,.68,.43,.99),opacity .4s ease-in-out;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}


.slideshow .slide.slick-current .text p{
    opacity: 1;
    transition-delay: .4s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slideshow .slide .btn {
    margin: 15px 0 0;

    border-color: #fff;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;

    bottom: 35px;

    left: 0;

    width: 100%;

    cursor: default;

    z-index: 2;

    text-align: left;
}

.slideshow .pagination .item {
    display: inline-block;

    position: relative;

    /*width: 46px;

  height: 32px;

  cursor: pointer;

  text-indent: -999em;

  z-index: 1;*/
}

.slideshow .pagination .item + .page {
    margin-left: -2px;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;

    padding: 20px;

    position: absolute;

    top: 50%;

    cursor: pointer;

    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;

    left: 0;

    width: 14px;

    height: 26px;

    fill: #fff;

    transition: left 0.2s ease;
}

.slider-single{
    height: 100% !important;
}

.slider-single figure {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider-single figure img {
    width: 100%;
    height: 100%;
}

.slider-single figure figcaption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider-single figure figcaption .container {
    width: 100%;
    padding: 0 50px;
}

.slider-single figure figcaption .cont {
    width: 730px;
}

.slider-single figure figcaption .cont h1 {
    font: 60px/70px "Axiforma";
    height: 140px;
    display: flex;
    overflow: hidden;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
}

.slider-single figure figcaption .cont span {
    font: 16px/25px "Axiforma";
    display: flex;
    height: 50px;
    overflow: hidden;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.01em;
}

.slider-nav {
    position: absolute;
    bottom: 50px;
    z-index: 99;
    width: 100%;
    padding: 0 15px 5px 50px;
}

.slider-nav .slide-number {
    position: relative;
    cursor: pointer;
    padding: 10px 110px 10px 10px;
}

.slider-nav .slide-number.is-active::after {
    background-color: rgba(255, 255, 255, 1);
}

.slider-nav .slide-number::after {
    width: 108px;
}

.slider-nav .slide-number::after {
    content: "";

    position: absolute;

    right: 5px;

    top: 35px;

    margin-top: 0px;

    height: 1px;

    width: 90px;

    background-color: rgba(255, 255, 255, 0.2);

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;
}

.slider-nav .slide-number::before {
    content: "";

    position: absolute;

    right: 5px;

    top: 35px;

    margin-top: 0px;

    height: 1px;

    width: 0;

    background-color: rgba(255, 255, 255, 1);

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;
}

.slider-nav .slide-number:hover:before {
    width: 90px;
}

.slider-nav .slide-number:hover span {
    color: rgba(255, 255, 255, 1);
}

.slider-nav .slide-number:last-child:after,
.slider-nav .slide-number:last-child:before {
    display: none;
}

.slider-nav span,
.slider-nav .slide-number {
    font: 13px/19px "Axiforma";
    white-space: nowrap;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding-top: 13px;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.slider-nav span a{color: rgba(255, 255, 255, 0.7);	}

.slider-nav .slide-number span.number {
    width: 45px;
    height: 45px;
    z-index: 99;
    position: relative;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}

.slider-nav .slide-number.slick-current span.number:before {
    background: transparent;
    opacity: 0.5;
    width: 45px;
    height: 45px;
    border: 7px solid #48b559;
    left: -8px;
    top: -8px;
    content: "";
    display: block;
    position: absolute;
    border-radius: 100%;
    box-sizing: content-box;
}

.slider-nav .slide-number.slick-current span {
    color: rgba(255, 255, 255, 1);
}

.slider-nav .slide-number.slick-current span.number {
    background: #48b559;
    opacity: 1;
    border: 1px solid #48b559;
}

.industry-leaders {
    width: 100%;
    float: left;
    padding: 85px 0;
}

.industry-leaders-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.industry-left {
    width: 480px;
    float: left;
    position: relative;
}

.industry-left:before {
    width: 700px;
    height: 615px;
    background: url(../images/Subtract.png) left top no-repeat;
    position: absolute;
    display: block;
    content: "";
    left: -436px;
    top: -85px;
}

.industry-left figure {
    position: relative;
    z-index: 9;
}

.industry-right {
    width: 700px;
    padding: 0px 60px 0 60px;
    box-sizing: border-box;
}

.industry-right span {
    color: #48b559;
    font: 13px/19px "Axiforma";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    display: block;
    padding-bottom: 15px;
}

.industry-right h2 {
    color: #222729;
    font: 40px/55px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.02em;
    display: block;
    padding-bottom: 15px;
}

.industry-right p {
    color: #6b707e;
    font: 15px/25px "Axiforma";
    font-weight: 400;
    padding-bottom: 15px;
}

.industry-right a {
    display: inline-block;
    border: 1px solid #1765b3;
    border-radius: 60px;
    transition: background 0.5s;
    text-align: center;
    color: #1765b3;
    text-transform: uppercase;
    font: 12px/14px "Axiforma";
    font-weight: bold;
    padding: 14px 24px;
}

.industry-right a:hover {
    background: #1765b3;
    color: #fff;
}

.industry-right a img {
    margin-left: 10px;
    vertical-align: middle;
}

.industry-right a img.hover {
    display: none;
}

.industry-right a:hover img {
    display: none;
}

.industry-right a:hover img.hover {
    display: inline-block;
}

.info {
    float: left;
    width: 100%;
}

.info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info ul li {
    margin-right: 40px;
    text-align: center;
}

.info ul li h3 {
    color: #48b559;
    font: 35px/58px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;
    display: inline-block;
}

.info ul li span.add {
    display: inline-block;
    color: #48b559;
    font: 35px/58px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;
}

.info ul li label {
    color: #333333;
    position: relative;
    text-transform: uppercase;
    font: 16px/26px "Axiforma";
    font-weight: bold;
    display: block;
    padding-bottom: 30px;
}

.info ul li label:after {
    width: 29px;
    height: 1px;
    background: #6cb745;
    content: "";
    display: block;
    bottom: 18px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
}

.info ul li p {
    color: #6b707e;
    font: 15px/25px "Axiforma";
    font-weight: 400;
    padding: 0 25px;
}

.info ul li span.top {
    height: 54px;
    width: 100%;
    border-top: 15px solid #ecf7fe;
    display: flex;
    position: relative;
}

.info ul li span.top:before {
    width: 15px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    background: #ecf7fe;
}

.info ul li span.top:after {
    width: 15px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    content: "";
    background: #ecf7fe;
}

.info ul li span.bottom {
    height: 54px;
    width: 100%;
    border-bottom: 15px solid #ecf7fe;
    display: flex;
    position: relative;
}

.info ul li span.bottom:before {
    width: 15px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    content: "";
    background: #ecf7fe;
}

.info ul li span.bottom:after {
    width: 15px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    content: "";
    background: #ecf7fe;
}

.info ul li:last-child {
    margin-right: 0px;
}

.Sustainability {
    float: left;
    width: 100%;
    padding-top: 50px;
}

.Sustainability figure {
    width: 100%;
    position: relative;
    margin: 0px;
}

.Sustainability figure .parralex {
    background: url(../images/sustainaility.jpg) center center no-repeat;
    background-attachment: fixed;
    padding: 250px 0;
    background-size: cover;
}

.sus-text {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 0px;
}
.sus-text .container{ position: relative; }
.sus-text figcaption {
    top: -150px;
    position: absolute;
    z-index: 99;
    left: 0;
}

.Sustainability figure img {
    width: 100%;
}

.sus-text figcaption .container {
    display: flex;
}

.sus-text figcaption .left {
    width: 433px;
    background: #fff;
    padding: 50px 25px 0 60px;
    min-width: 433px;
}

.sus-text figcaption .left span {
    color: #48b559;
    font: 13px/19px "Axiforma";
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.sus-text figcaption .left h2 {
    color: #222729;
    font: 35px/45px "Axiforma";
    font-weight: 700;
    letter-spacing: -0.02em;
    display: block;
    padding-bottom: 15px;
}

.sus-text figcaption .left p {
    color: #222729;
    font: 20px/27px "Axiforma";
    margin-bottom: 0px;
}

.sus-text figcaption .right {
    width: 100%;
    height: 335px;
    background: #1765b3;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.sus-text figcaption .right .box p {
    font: 15px/25px "Axiforma";
    font-weight: 400;
    color: #fff;
}

.sus-text figcaption .right .box a {
    background: #fff;
    margin-top: 35px;
    border-radius: 60px;
    display: inline-block;
    text-align: center;
    color: #1765b3;
    text-transform: uppercase;
    transition: border-radius 0.5s;
    font: 12px/14px "Axiforma";
    font-weight: bold;
    padding: 14px 24px;
}

.sus-text figcaption .right .box a:hover {
}

.sus-text figcaption .right .box a img {
    margin-left: 10px;
    vertical-align: middle;
    width: auto;
}

.sus-text figcaption .right .box a img.hover {
    display: none;
}

.media {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 250px;
    padding-bottom: 60px;
}

.media .container {
    position: relative;
    z-index: 9;
}

.media:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 735px;
    content: "";
    display: block;
    background: linear-gradient(180deg, #ffffff 26.51%, #ecf7fe 100%);
    transform: rotate(180deg);
}

.media h4 {
    font: 13px/20px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    color: #48b559;
    display: inline-block;
    padding: 0px 40px;

    position: relative;
    padding-bottom: 13px;
    text-align: center;
}

.media h4:before {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    left: 0px;
    top: 8px;
}

.media h4:after {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    right: 0px;
    top: 8px;
}

.media h2 {
    font: 35px/58px "Axiforma";
    font-weight: bold;
    color: #222729;

    text-align: center;
    letter-spacing: -0.01em;
    padding-bottom: 17px;
}

.media .top-box {
    margin-bottom: 20px;
    margin-right: -10px;
    margin-left: -10px;
}
.media .bottom-box{

margin-right: -10px;
    margin-left: -10px;

}
.media .top-box,
.media .bottom-box {
    display: flex;
    justify-content: space-between;
}

.media .box figure {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 0px;
}

.media .box{ padding: 0px 10px; }
.media .box figure:before{

background: rgba(0,0,0,0.07);
background: -moz-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(204,204,204,0.07) 41%, rgba(145,145,145,0.07) 58%, rgba(0,0,0,0.53) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.07)), color-stop(41%, rgba(204,204,204,0.07)), color-stop(58%, rgba(145,145,145,0.07)), color-stop(100%, rgba(0,0,0,0.53)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(204,204,204,0.07) 41%, rgba(145,145,145,0.07) 58%, rgba(0,0,0,0.53) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(204,204,204,0.07) 41%, rgba(145,145,145,0.07) 58%, rgba(0,0,0,0.53) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.07) 0%, rgba(204,204,204,0.07) 41%, rgba(145,145,145,0.07) 58%, rgba(0,0,0,0.53) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.07) 0%, rgba(204,204,204,0.07) 41%, rgba(145,145,145,0.07) 58%, rgba(0,0,0,0.53) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
 position: absolute;top:0;width: 100%; height: 100%; left: 0; content: ''; z-index: 1;}
.media .box figure img {
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
    transform: scale(1);
    max-width: 100%;
}

.media .box figure:hover img {
    transform: scale(1.1);
}

.media .box figure figcaption {
    position: absolute;
    bottom: 30px;
    padding: 0 35px;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
}

.media .box figure figcaption span {
    font: 13px/21px "Axiforma";
    font-weight: 400;
    color: #fff;
    display: block;
    padding-bottom: 15px;
}

.media .box figure figcaption h3 {
    font: 15px/25px "Axiforma";
    font-weight: bold;
    color: #fff;
}

.media .box figure figcaption h3 a {
    color: #fff;
}

.media .top-box .box-1.box figcaption {
    width: 383px;
    height: 209px;
    background: rgba(23, 101, 179, 0.9);
    right: 0;
    bottom: 0;
    padding: 30px 40px;
    left: unset;
}

.media .top-box .box-1.box figcaption h3 {
    padding-bottom: 15px;
}

.media .top-box .box-1.box figcaption h3 a {
    font: 15px/25px "Axiforma";
    font-weight: bold;
    color: #fff;
    text-transform: inherit;
}

.media .top-box .box-1.box figcaption a {
    font: 12px/14px "Axiforma";
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.media .top-box .box-1.box figcaption a img {
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    left: 0;
}

.media .top-box .box-1.box figcaption a:hover img {
    left: 5px;
    transform: inherit;
}

.our-solution-outer {
    float: left;
    width: 100%;
    padding: 108px 0px 438px;
    background: linear-gradient(180deg, #ffffff 26.51%, #ecf7fe 100%);
    overflow-x: hidden; display: flex;  flex-wrap: wrap; justify-content: space-between;
}

.we-solution-left {
    width: 43vw;
    float: left; padding-left: 6.2vw;
}

.we-solution-box h4 {
    font: 13px/20px "Axiforma";
    color: #48b559;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.we-solution-box h3 {
    font: 40px/45px "Axiforma";
    color: #222729;
    letter-spacing: -0.02em;

    font-weight: 600;
    padding-bottom: 22px;
}

.we-solution-box p {
    font: 15px/25px "Axiforma";
    color: #6b707e;
    font-weight: normal;
    padding-right: 138px;

    padding-bottom: 20px;
}

.we-solution-box a {
    display: inline-block;
    padding: 14px 24px;
    font: 12px/14px "Axiforma";

    font-weight: bold;
    border: 1px solid #1765b3;
    border-radius: 60px;
    color: #1765b3;

    text-transform: uppercase;
    transition: background 0.5s;
}

.we-solution-box a:hover {
    background: #1765b3;
    color: #fff;
}

.we-solution-box a:hover img {
    display: none;
}

.we-solution-box a:hover img.hover {
    display: inline-block;
}

.we-solution-box a img {
    margin-left: 8px;
    vertical-align: middle;
}

.we-solution-box a img.hover {
    display: none;
}

.we-solution-box {
    float: right;
}

.logistic-main-box {
    float: right;
    width: 58vw;
}

.logistic-content {
    padding: 0px 0px 0 3vw;
}

.logistic-box:first-child .logistic-content {
    padding-left: 0;
}

.logistic-slide-two {
    max-width: 1120px;
    margin: -30px auto 0px;
    clear: left;
}

.logictic-image {
    padding: 0px 0px 32px;
}

.logictic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logistic-text {
    padding: 15px 0px 100px;
}

.logistic-slide-two .slick-list {
    width: 100%;
}

.main-slide {
    float: left;
    width: 100%;
}

.logistic-text h3 {
    font: 20px/20px "Axiforma";
    font-weight: 700;
    text-transform: uppercase;

    color: #222729;
    padding-bottom: 18px;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.logistic-text p {
    font: 15px/25px "Axiforma";
    color: #6b707e;
    font-weight: normal;

    padding-bottom: 15px;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.logistic-text a {
    display: inline-block;
    padding: 14px 24px;
    font: 12px/14px "Axiforma";

    font-weight: bold;
    border: 1px solid #1765b3;
    border-radius: 60px;
    color: #1765b3;

    text-transform: uppercase;
    transition: background 0.5s;
}

.logistic-text a img {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.logistic-text a img.hover {
    display: none;
}

.logistic-text a:hover {
    background: #1765b3;
    color: #fff;
}

.logistic-text a:hover img {
    display: none;
}

.logistic-text a:hover img.hover {
    display: inline-block;
}

.number-slide {
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #c4c4c4;
    border-radius: 100%;

    text-align: center;
}

.number-slide span {
    font: 13px/44px "Axiforma";
    letter-spacing: -0.01em;
    text-transform: uppercase;

    color: #c4c4c4;
    font-weight: bold;
    display: inline-block;
}

.slide-check {
    display: block;
    overflow: hidden;
    padding-left: 13px;
}

.slide-check h4 {
    font: 13px/44px "Axiforma";
    font-weight: bold;
    color: #333333;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    position: relative;
     -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.slide-check h4 span {
    display: inline-block;
    padding-right: 10px;
    background: #f6fcff;
    position: relative;

    z-index: 1;
}

.slide-check h4:before {
    width: 100%;
    height: 1px;
    background: #c4c4c4;
    top: 19px;
    right: 0px;

    position: absolute;
    content: "";
}

.logistic-slide-name.slick-current .number-slide {
    background: #48b559;
    border: 2px solid #48b559;

    -webkit-box-shadow: 0px 0px 5px 5px rgba(72, 181, 89, 0.55);

    -moz-box-shadow: 0px 0px 5px 5px rgba(72, 181, 89, 0.55);

    box-shadow: 0px 0px 5px 5px rgba(72, 181, 89, 0.55);
}

.logistic-slide-name {
    padding: 10px;
}

.logistic-slide-name.slick-current .number-slide span {
    color: #fff;
}

.logistic-slide-name.slick-current .slide-check h4::before {
    background: #48b559;
}

.our-valuable-outer {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -365px;
}

.our-valuable-outer .container {
    position: relative;
}

.our-valuable-section {
    padding: 60px 20px 45px;
    background: #1765b3;
}

.our-valuable-main {
    text-align: center;
    width: 100%;
    left: 0px;
    padding: 0px 15px;
}

.our-valuable-main > h4 {
    font: 13px/20px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    color: #48b559;
    display: inline-block;
    padding: 0px 40px;

    position: relative;
    padding-bottom: 13px;
}

.our-valuable-main > h4:before {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    left: 0px;
    top: 8px;
}

.our-valuable-main > h4:after {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    right: 0px;
    top: 8px;
}

.our-valuable-main h2 {
    font: 40px/58px "Axiforma";
    font-weight: bold;
    color: #222729;

    text-align: center;
    letter-spacing: -0.02em;
    padding-bottom: 17px;
}

.our-valuable-slide {
    max-width: 90%;
    margin: 0 auto;
}

.aur-ico {
    margin-bottom: 30px;
}

.aur-ico img {
    display: block;
    margin: 0 auto;
}

.our-valuable-slide p {
    font: 23px/35px "PT Serif", serif;
    color: #fff;
    font-weight: 300;

    padding-bottom: 25px;
    -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.our-valuable-slide h4 {
    font: 17px/24px "Axiforma";
    color: #fff;
    font-weight: bold;

    padding-bottom: 25px;
    -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.our-valuable-slide h4 span {
    font: 17px/24px "Axiforma";
    display: inline-block;
    padding-left: 5px;
}

.our-valu-loder {
    width:290px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
}

.our-valu-loder ul li span {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    position: relative;
}

.our-valu-loder ul li span img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    margin: auto;
    opacity: 0.5;
}

.our-valu-loder ul li {
    opacity: 0.8;
}

.our-valu-loder ul li.slick-current {
    opacity: 1;
}

.our-valu-loder ul li.slick-current span img {
    opacity: 1;
}

.our-valuable-section .progress-round__wrap {
    position: absolute;
    bottom: -21px;
    width: auto;
    left: -15px;
    right: auto;
    display: block;
    top: unset;
    padding: 10px;
}

.our-valuable-section .progress-1 circle {
    stroke: #00b082;
    stroke-width: 4px;
    fill: transparent;
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    line-height: 35px;
    color: #fff;
    opacity: 1;
}

#video-popup-iframe-container {
    position: absolute;

    z-index: 997;

    width: 100%;

    padding-bottom: 56.25%;

    border: 2px solid #000;

    border-radius: 2px;

    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    background-color: #000;
}

#video-popup-overlay {
    display: none;

    position: fixed;

    z-index: 9999;

    top: 0;

    background-color: #000;

    opacity: 0.8;

    width: 100%;

    height: 100%;
}

#video-popup-close:hover {
    color: #de0023;
}

.group-company {
    width: 100%;
    padding-top:55px;
    background: #fff;
    float: left;
    text-align: center;
}

.group-company h4 {
    font: 13px/20px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    color: #48b559;
    display: inline-block;
    padding: 0px 40px;

    position: relative;
    padding-bottom: 13px;
}

.group-company h4:before {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    left: 0px;
    top: 8px;
}

.group-company h4:after {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    right: 0px;
    top: 8px;
}

.group-company h2 {
    font: 40px/58px "Axiforma";
    font-weight: bold;
    color: #222729;

    text-align: center;
    letter-spacing: -0.02em;
    padding-bottom: 17px;
}

.group-company .content-slide {
    width: 100%;
    float: left;
    margin-top: 25px;
   /* margin-right: -15px;
    margin-left: -15px;*/
}

.group-company .content-slide .box {
    width: 100%;
    display: flex;
    border: 1px solid rgba(229, 229, 229, 0.5);
    background: #fff;
}

.group-company .content-slide button.slick-prev {
    width: 50px;
    height: 50px;
    transition: background 0.5s, background-image 0.2s ease-in-out;
    border-radius: 100%;
    background: #fff url(../images/prev-green.svg) center center no-repeat;
    border: 1px solid #48b559;
    z-index: 9;
}

.group-company .content-slide button.slick-prev:before,
.group-company .content-slide button.slick-next:before {
    display: none;
}

.group-company .content-slide button.slick-prev:hover {
    background: #48b559 url(../images/prev-green-white.svg) center center no-repeat;
}

.group-company .content-slide button.slick-next {
    width: 50px;
    height: 50px;
    transition: background 0.5s;
    border-radius: 100%;
    background: #fff url(../images/prev-next.svg) center center no-repeat;
    border: 1px solid #48b559;
    z-index: 999;
}

.group-company .content-slide button.slick-next:hover {
    background: #48b559 url(../images/read-more-white.svg) center center no-repeat;
}

.group-company .content-slide .box .left {
    width: 465px;
}

.group-company .content-slide .box .left figure {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative;
    margin-bottom: 0px;
}

.group-company .content-slide .box .left figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-company .content-slide .box .left figure figcaption span {
    background: #48b559;
    width: 61px;
    height: 61px;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-company .content-slide .box .left figure figcaption span img {
    width: auto;
    height: auto;
}

.group-company .content-slide .box .left figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-company .content-slide .box .right {
    width: 715px;
    padding: 0 60px;
    text-align: left;
    display: flex;
    align-items: center;
}

.group-company .content-slide .box .right p {
    color: #6b707e;
    font: 15px/25px "Axiforma";
    font-weight: 400;
    padding-bottom: 20px;
    -moz-user-select: text;-khtml-user-select: text;-webkit-user-select: text;-o-user-select: text;
}

.group-company .content-slide .box .right a {
    color: #1765b3;
    display: inline-block;
    text-align: center;
    font: 12px/14px "Axiforma";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background 0.5s;

    transition: background 0.5s;
    border-radius: 60px;
    border: 1px solid #1765b3;
    padding: 14px 24px;
}

.group-company .content-slide .box .right a img.hover {
    display: none;
}

.group-company .content-slide .box .right a:hover {
    background: #1765b3;
    color: #fff;
}

.group-company .content-slide .box .right a:hover img {
    display: none;
}

.group-company .content-slide .box .right a:hover img.hover {
    display: inline-block;
}

/*.group-company .content-slide .box .right a:hover img{left: 5px;}*/

.group-company .content-slide .box .right img {
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    left: 0;
    transition: all 0.5s;
    display: inline-block;
}

.group-company .content-slide .box .right .box {
    display: block;
    border: none;
    padding: 0;
}

.group-company .logo-comp-slide {
    margin-top: 20px;
    float: left;
    width: 100%;
    /* margin-right: -15px;
    margin-left: -15px;*/
}

.group-company .logo-comp-slide .logo-box {
    border: 1px solid #f4f5f7;
    height: 116px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    width: 181px !important;
}
.group-company .logo-comp-slide .slick-list{
    overflow: visible;
}
.group-company .logo-comp-slide .logo-box:last-child {
    margin-right: 0;
}

.group-company .logo-comp-slide .logo-box.slick-current {
    border: 2px solid #48b559;
}

.ammapDescriptionTitle.amcharts-description-title-div{display: none!important;}
.location {
    width: 100%;
    padding-top: 70px;
    background: #fff url(../images/map-bg.svg) left top no-repeat;
    background-size: cover;
    float: left;
    text-align: center;
}

.location ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.location ul li {
    display: inline-block;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.location ul li span {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;

    border: 1px solid #c4c4c4;
    border-radius: 100%;
    color: #c4c4c4;
    letter-spacing: -0.01em;
    font: 13px/13px "Axiforma";
    font-weight: 700;
}

.location ul li.Service {
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #45b64a;
    font: 13px/19px "Axiforma";
    font-weight: 700;
}

.location ul li a {
    display: flex;
    align-items: center;
    color: #333;
}

.location ul li.tab-active a {
    color: #45b64a;
}

.location ul li.tab-active a span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #48b559;
    border: 2px solid #48b559;
    position: relative;
    border-radius: 100%;
    color: #fff;
    letter-spacing: -0.01em;
    font: 13px/13px "Axiforma";
    font-weight: 700;
}

.location ul li.tab-active a span:before {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 10px solid rgba(72, 181, 89, 0.5);
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 100%;
    content: "";
    display: block;
    box-sizing: content-box;
}

.location ul li.office {
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #333;
    font: 13px/19px "Axiforma";
    font-weight: 700;
}

.location ul li.office span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;

    border: 1px solid #c4c4c4;
    border-radius: 100%;
    color: #c4c4c4;
    letter-spacing: -0.01em;
    font: 13px/13px "Axiforma";
    font-weight: 700;
}

.location h4 {
    font: 13px/20px "Axiforma";
    font-weight: bold;
    letter-spacing: -0.01em;

    text-transform: uppercase;
    color: #48b559;
    display: inline-block;
    padding: 0px 40px;

    position: relative;
    padding-bottom: 13px;
}

.location h4:before {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    left: 0px;
    top: 8px;
}

.location h4:after {
    width: 29px;
    height: 1px;
    background: #48b559;
    content: "";

    position: absolute;
    right: 0px;
    top: 8px;
}

.location h2 {
    font: 40px/58px "Axiforma";
    font-weight: bold;
    color: #222729;

    text-align: center;
    letter-spacing: -0.02em;
    padding-bottom: 17px;
}

.location figure {
    position: relative; margin-bottom: 0px;
}

.location figure figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.location figure figcaption ul {
    width: 100%;
}

.location figure figcaption ul li:first-child {
    position: absolute;
    left: 262px;
    top: 317px;
}

.location figure figcaption ul li:nth-child(3) {
    position: absolute;
    left: 452px;
    top: 337px;
}

.location figure figcaption ul li:nth-child(2) {
    position: absolute;
    left: 471px;
    top: 379px;
}

.location figure figcaption ul li:nth-child(4) {
    position: absolute;
    left: 483px;
    top: 427px;
}

.location figure figcaption ul li:nth-child(5) {
    position: absolute;
    left: 524px;
    top: 435px;
}

.location figure figcaption ul li:nth-child(6) {
    position: absolute;
    left: 538px;
    top: 477px;
}

.location figure figcaption ul li:nth-child(7) {
    position: absolute;
    left: 722px;
    top: 496px;
}

.location figure figcaption ul li:nth-child(8) {
    position: absolute;
    left: 877px;
    top: 190px;
}

.location figure figcaption ul li:nth-child(9) {
    position: absolute;
    left: 888px;
    top: 261px;
}

.location img {
    margin-bottom: 0px;
}

.dot {
    animation: pulsate 2s ease-out;

    animation-iteration-count: 0;

    opacity: 1;

    /* you dont need the stuff below, but its what I used to create the loading circle */

    border: 3px solid #48b559;

    border-radius: 30px;

    height: 11px;

    width: 11px;

    position: relative;

    display: inline-block;

    margin-top: 20px;

    text-align: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s;
}

.dot:hover {
    animation-iteration-count: 0;
    opacity: 1;
    transform: scale(1.2);
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.popup {
    width: 360px;
  

    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04);
}

.location .popup.show {
    display: block;
}

.location .shown {
    opacity: 1;
}

.popup-box .title h4 {
    font: 16px/26px "Axiforma";
    color: #fff;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    font-weight: bold;
}
.popup-box .title h4:before,
.popup-box .title h4:after {
    display: none;
}


.popup-box .title figure img {
    margin: 0px;
    border-radius: 100%;
    width: 33px;
}

.popup-box {
    float: left;
    width: 100%;
    position: relative;
}

.location .popup-box:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: -10px;
    width: 0;

    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;

    border-bottom: 10px solid #005eb8;
    clear: both;
    margin: 0px auto; display: none;
}


.ammapDescriptionWindow{padding: 0px!important; box-shadow: none!important; border: none!important; background: transparent!important; width: 360px!important}

/****  Media Queries   ****/

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

     .we-solution-left {
    width: 48vw;
    float: left;
    padding-left: 21.2vw;
}
}

@media only screen and (max-width: 1920px) {
    .slideshow .pagination .item {
        margin-right: 50px;
    }

    .slideshow .slide .caption,
    .slider-nav {
        padding-left: 150px;
    }

    .we-solution-left {
    width: 42vw;
    float: left;
    padding-left:21vw;
}
.logistic-main-box{width: 56vw;}
  
}

@media only screen and (max-width: 1680px) {
    .slideshow .pagination .item {
        margin-right: 30px;
    }
     .we-solution-left {padding-left: 17vw;}

   
}

@media only screen and (max-width: 1600px) {
    .slideshow .slide .caption,
    .slider-nav {
        padding-left: 70px;
    }
    .we-solution-left {padding-left: 15vw;}

  
}
@media only screen and (max-width: 1536px) {

.we-solution-left {padding-left:13.8vw;}

}
@media only screen and (max-width: 1440px) {

    .we-solution-left{padding-left: 11.6vw;}

   
}

@media only screen and (max-width: 1400px) {
  .we-solution-left {padding-left: 10.2vw;}
}

@media only screen and (max-width: 1366px) {
    .slideshow .pagination .item {
        margin-right: 0px;
    }

    .slideshow .slide .caption,
    .slider-nav {
        padding-left: 50px;
    }
    .we-solution-left{padding-left:8.7vw; width: 38vw;}

   
}

@media only screen and (max-width: 1280px) {
    .slider-nav .slide-number {
        padding-right: 90px;
    }

    .slider-nav .slide-number::after,
    .slider-nav .slide-number:hover:before {
        width: 75px;
    }
    .we-solution-left{padding-left:6.4vw;}
   
}



@media only screen and (max-width: 1170px) {
.group-company .content-slide button.slick-prev{
    left: 0px;
}
.group-company .content-slide button.slick-next{
    right:0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 12px
}
.slideshow .slide .title {
    font: 55px/60px "Axiforma";
    font-weight: bold;
    margin-bottom: 10px;
}
.industry-right h2,
.we-solution-box h3,
.our-valuable-main h2,
.location h2,
.group-company h2{
    font: 35px/45px "Axiforma";
    font-weight: bold;
}
.we-solution-left {
    padding-left: 2vw;
    width: 44vw;
}
.group-company .logo-comp-slide .logo-box{
    margin-right: 10px;
}
}

@media only screen and (max-width: 1112px) {
.group-company .logo-comp-slide .logo-box{
    margin-right: 6px;
    width: 175px !important;
}

}

@media only screen and (max-width: 1024px) {
.we-solution-left{
    padding-left: 2vw;
    width: 100%;
    margin-bottom: 40px;
}
.we-solution-box p{
    padding-right: 0px;
}
.logistic-main-box {
    width: 100%;
}
.logistic-content {
    padding: 0px 0px 0 2vw;
}
.slideshow .pagination,
.group-company .logo-comp-slide{
    display: none;
}
.info ul li {
    margin-right: 15px;
}
.industry-left {
    width: 50%;
}
.industry-left figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.industry-right {
    width: 50%;
    padding: 0px 40px 0 40px;
}
.slideshow .slideshow-inner .slick-dots{
    bottom: 15px;
}
.slideshow .slideshow-inner .slick-dots li button:before{
   width: 15px;
   height: 15px;
   opacity: 1;
   border-radius: 50%;
   background: #fff;
   color:transparent;
}
.slideshow .slideshow-inner .slick-dots li.slick-active button:before{
    background: #48b559 !important;
}
.group-company .content-slide .box .right {
    padding: 30px 60px;
}
}

@media only screen and (max-width: 992px) {
.industry-leaders-box{
    display: block;
}
.industry-left {
    width: 100%;
}
.industry-right {
    width: 100%;
    padding: 35px 0px 0 0px;
    float: left;
    text-align: center;
}
.group-company .content-slide .box .left {
    width: 45%;
}
.group-company .content-slide .box .right {
    width: 65%;
    padding: 20px 35px;
}
.sus-text figcaption .right .box a{
    margin-top: 10px;
}
.logistic-slide-two{
    display: none;
}
.our-solution-outer .slider-logistic button.slick-prev,
.our-solution-outer .slider-logistic button.slick-next {
    width: 50px;
    height: 50px;
    transition: background 0.5s, background-image 0.2s ease-in-out;
    border-radius: 100%;
    background: #fff url(../images/prev-green.svg) center center no-repeat;
    border: 1px solid #48b559;
    z-index: 9;
    left: 43%;
    top:auto;
    bottom: -50px;
}
.our-solution-outer .slider-logistic button.slick-next {
    background: #fff url(../images/prev-next.svg) center center no-repeat;
    z-index: 99;
    right: 43%;
    top: auto;
    bottom: -50px;
    left: auto;
}
.our-solution-outer .slider-logistic button.slick-prev:before,
.our-solution-outer .slider-logistic button.slick-next:before{
    color:transparent;
}
.sus-text figcaption .left {
    width: 45%;
    min-width: auto;
    padding: 20px 25px 20px 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.sus-text figcaption .right {
    width: 55%;
    height: 100%;
    padding: 25px 50px;
}


}


@media only screen and (max-width: 846px) {
.sus-text figcaption .container {
    display: block;
    padding: 0px;
}
.sus-text figcaption .left {
    width: 100%;
    padding: 35px 0px 35px 0px;
    display: block;
    text-align: center;
}
.sus-text figcaption .right {
    width: 100%;
    padding: 40px 25px;
    text-align: center;
}
.info ul{
    display: block;
}
.info ul li{
    width: 49%;
    float: left;
    margin-bottom: 15px;
}
.info ul li:nth-child(2n){
    margin-right: 0px;
}
.group-company .content-slide button.slick-prev {
    left: 42%;
    bottom: -90px;
    top: auto;
}
.group-company .content-slide button.slick-next {
    right: 42%;
    bottom: -90px;
    top: auto;
    z-index: 99;
}
.group-company{
    padding-bottom: 40px;
}
.sus-text figcaption {
    top: 0px;
    position: relative;
}
.media {
    padding-top: 50px;
}
.our-valuable-section {
    padding: 60px 20px 46px;
}
.our-valuable-slide p {
    font: 22px/32px "PT Serif", serif;
    padding-bottom: 10px;
}
.media .box figure figcaption{
    padding: 0px 20px;
}
.media .top-box .box-1.box figcaption {
    padding: 30px 20px;
    width: 330px;
    height: 190px;
}
.media .top-box {
    margin-bottom: 10px;
}
.media .box {
    padding: 0px 5px;
}
.industry-leaders {
    padding: 50px 0;
}
.our-solution-outer{
    padding:50px 0px 430px;
}

}



@media only screen and (max-width: 768px) {
.info ul li {
    margin-right: 10px;
}
.group-company .content-slide .box{
    display: block;
    text-align: center;
}
.group-company .content-slide .box .left {
    width: 100%;
}
.group-company .content-slide .box .right {
    width: 100%;
    padding: 40px 25px;
}
}



@media only screen and (max-width: 767px) {
.slideshow .slide .title {
    font: 45px/50px "Axiforma";
    font-weight: bold;
    margin-bottom: 10px;
}
.industry-right h2,
.we-solution-box h3,
.our-valuable-main h2,
.location h2, .group-company h2,
.media h2 {
    font: 30px/40px "Axiforma";
    font-weight: bold;
}
.sus-text figcaption .left h2 {
    font: 30px/35px "Axiforma";
    font-weight: 700;
    padding-bottom: 10px;
}
.sus-text figcaption .left p {
    font: 17px/25px "Axiforma";
}
.industry-left:before{
    display: none;
}
.logistic-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
}
.logictic-image {
    width: 100%;
    display: flex;
    order: -1;
}
.logistic-text {
    padding: 15px 20px 40px;
    text-align: center;
}
.our-solution-outer {
    padding: 50px 0px 60px;
}
.our-valuable-main {
    padding: 50px 0px 0px;
}
.our-valuable-outer{
    margin-top: 0px;
}
.location {
    padding-top: 50px;
}
.we-solution-left {
    padding: 0px 25px;
    text-align: center;
}
#video-popup-container {
    width: 90%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}



}

@media only screen and (max-width: 667px) {
.our-solution-outer .slider-logistic button.slick-prev{
    left: 41%;
}
.our-solution-outer .slider-logistic button.slick-next{
    right: 41%;
}
.group-company .content-slide button.slick-prev {
    left: 41%;
}
.group-company .content-slide button.slick-next {
    right: 41%;
}
}


@media only screen and (max-width: 640px) {
.media .top-box,
.media .bottom-box{
    display: block;
}
.media .box figure{
    margin-bottom: 10px;
}
.media .box figure img{
    width: 100%;
}
.media .top-box .box-1.box figcaption {
    padding: 30px 20px;
    width: 100%;
    height: 185px;
    background: transparent;
}
}


@media only screen and (max-width: 540px) {
.info ul li {
    margin-right: 0px;
    width: 100%;
}
.our-solution-outer .slider-logistic button.slick-prev,
.group-company .content-slide button.slick-prev{
    left: 39%;
}
.our-solution-outer .slider-logistic button.slick-next,
.group-company .content-slide button.slick-next{
    right: 39%;
}
.location h2 br,.group-company h2 br{
    display: none;
}
.group-company h2{
    padding-bottom: 0px;
}

}

@media only screen and (max-width: 480px) {
.slideshow .slide .title {
    font: 40px/50px "Axiforma";
    font-weight: bold;
}
.industry-right h2, .we-solution-box h3, .our-valuable-main h2, .location h2, .group-company h2,.media h2,
.sus-text figcaption .left h2 {
    font: 25px/35px "Axiforma";
    font-weight: bold;
}
.sus-text figcaption .left {
    padding: 35px 0px 25px 0px;
}
.slideshow .slide.slick-current .text p br{
    display: none;
}
.slideshow .slide .caption, .slider-nav {
    padding-left: 25px;
}
.our-valuable-slide p {
    font: 18px/26px "PT Serif", serif;
}
.our-valuable-slide h4 {
    font: 15px/24px "Axiforma";
    font-weight: bold;
    padding-bottom: 0px;
}
.our-valuable-slide h4 span {
    font: 15px/24px "Axiforma";
}
.group-company .content-slide button.slick-prev{
    left: 38%;
}
.group-company .content-slide button.slick-next{
    right: 38%;
}
.location ul {
    display: block;
    margin-left: 15px;
}
.location ul li{
    margin-bottom: 15px;
}



}


@media only screen and (max-width: 414px) {
.group-company .content-slide button.slick-prev{
    left: 35%;
}
.group-company .content-slide button.slick-next{
    right: 35%;
}
.our-solution-outer .slider-logistic button.slick-prev{
    left: 37%;
}
.our-solution-outer .slider-logistic button.slick-next{
    right: 37%;
}



}


@media only screen and (max-width: 380px) {
.group-company .content-slide button.slick-prev{
    left: 33%;
}
.group-company .content-slide button.slick-next{
    right: 33%;
}
.our-solution-outer .slider-logistic button.slick-prev{
    left: 35%;
}
.our-solution-outer .slider-logistic button.slick-next{
    right: 35%;
}


}

@media only screen and (max-width: 320px) {
.group-company .content-slide button.slick-prev{
    left: 30%;
}
.group-company .content-slide button.slick-next{
    right: 30%;
}
.our-solution-outer .slider-logistic button.slick-prev{
    left: 33%;
}
.our-solution-outer .slider-logistic button.slick-next{
    right: 33%;
}
.our-valuable-outer .container{
    padding: 0px 15px;
}
.our-valu-loder{
    width: 100%;
}
}