div#inner-page-wrapper {
    margin-bottom: 0;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.ip-banner-title {
    position: absolute;
    /*bottom: 26%;*/
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.ip-banner h1 {
    display: block !important;
}

.ip-banner h1 {
    display: block !important;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #FFFFFF;
    font-family: var(--secondary-font-family);
    text-align: center;
}

.ip-banner-title-container.container {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
}

.ip-company-profile-area {
    position: relative;
    padding: 0 15px;
}

.ip-about-holder {
    max-width: 1317px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.ip-about-content {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 122px 0 30px;
}

.ip-about-photo {
    width: 50%;
}

.ip-about-photo-inner img {
    width: 100%;
}

.ip-about-photo-inner {
    width: calc((100vw - 1317px) / 2 + 100% + 127px);
    margin-left: -127px;
}

.ip-about-content-inner {
    position: relative;
    margin-right: -180px;
}

.ip-about-content-inner .welcome-text {
    margin: 40px 0 0;
}

.ip-track-record-area{
    background: url('../../images/who-we-are/track-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0 0 100px;
    position: relative;
    z-index: 3;
}
    .mobile-true .ip-track-record-area,
    .ipad-true .ip-track-record-area,
    .ios-true .ip-track-record-area {
        background-attachment: scroll;
    }

.ip-track-record-head {
    max-width: 810px;
    margin: -48px auto 0;
}

.ip-track-record-text {
    letter-spacing: .5px;
    margin-top: 29px;
}

.ip-track-record-content {
    width: 50%;
}

.ip-track-record-list:nth-child(odd) .ip-track-record-content {
    margin: 0 0 0 auto;
    padding-left: 97px;
    padding-right: 0;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content {
    text-align: right;
    padding-right: 97px;
}

.ip-track-record-list:first-child {
    margin-top: -48px;
}

.ip-track-record-list{
    position: relative;
    z-index: 5;
    margin-bottom: 38px;
    display: inline-block;
    width: 100%;
}

.ip-track-record-feed{
    position: relative;
    line-height: 1;
    margin: 145px 0 0;
}

.ip-track-record-tree{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background: #00b19f;
    margin: auto;
}

.ip-track-record-tree::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 150px solid #00b19f;
}

.ip-track-record-tree::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 0 solid transparent;
    border-top: 150px solid #00b19f;
}

.ip-track-record-year {
    font-size: 45px;
    color: #00b19f;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    letter-spacing: 1px;
}

.ip-track-record-year span {
    color: #000;
}

.ip-track-record-list:nth-child(odd) .ip-track-record-content .ip-track-record-year {
    margin-left: -90px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year {
    margin-right: -63px;
}
.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-1990-1998 {
    margin-right: -79px;
}
.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2005 {
    margin-right: -92px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2005-2010 {
    margin-right: -74px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2011 {
    margin-right: -45px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2014 {
    margin-right: -56px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2012-2014 {
    margin-right: -56px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2022-2023 {
     margin-right: -80px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2004 {
     margin-right: -85px;
}
.ip-track-record-list-text {
    position: relative;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    line-height: 1.1;
    letter-spacing: 1.5px;
    padding: 27px 0 6px;
    margin: 26px 0 0;
}

.ip-track-record-list-text span{
    display: block;
    font-size: 16px;
    color: #8c8c8c;
    font-weight: 500;
    font-family: var(--primary-font-family);
    text-transform: none;
    letter-spacing: .5px;
    margin-top: 8px;
}

.ip-track-record-list-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: -22px;
    width: 100%;
    height: 2px;
    background: #ffde37;
    max-width: 366px;
}

.ip-track-record-list:nth-child(even) .ip-track-record-list-text::after{
    left: auto;
    right: -134px;
}

.ip-track-record-list-text::before{
    content: '';
    position: absolute;
    top: 0;
    left: -134px;
    width: 100%;
    height: 2px;
    background: #000;
    max-width: 112px;
    z-index: 2;
}

.ip-track-record-list:nth-child(even) .ip-track-record-list-text::before{
    left: auto;
    right: -134px;
}

.ip-award-area {
    position: relative;
    padding: 94px 15px 73px;
    overflow: hidden;
}

.ip-award-area::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../images/who-we-are/award-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.ip-award-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 7%,rgba(0,0,0,0) 100%);
    z-index: 2;
}

.ip-award-accent {
    position: absolute;
    bottom: 135px;
    left: 0;
    width: 100%;
    height: 47%;
    background: url('../../images/who-we-are/award-pattern.png') no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 3;
}

.ip-award-accent::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
}

.ip-award-holder {
    max-width: 1449px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.ip-award-head {
    max-width: 1295px;
    margin: 0 auto 55px;
}

.ip-award-slider {
    position: relative;
}

.ip-award-slick-slider .slick-slide > div > div{
    display: block !important;
}

.ip-award-slick-slider:not(.slick-initialize) > div:not(:first-child){
    display:none;
}

.ip-award-list {
    padding: 17px;
    max-width: 361px;
}

.ip-award-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    filter: brightness(0);
    margin-bottom: 26px;
}

.ip-award-list-inner:hover .ip-award-icon{
    filter: brightness(1);
}

.ip-award-icon img {
    margin: 0 4px;
    max-width: 20px;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ip-award-list-inner:hover .ip-award-icon img{
    max-width: 24px;
    margin: 0 13px;
}

.ip-award-logo {
    min-height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    margin-bottom: 21px;
}

.ip-award-list-inner:hover .ip-award-logo{
    filter: grayscale(0);
}

.ip-award-list-inner{
    position: relative;
    background: url('../../images/who-we-are/award-list-bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 102px 5px 18px;
}

.ip-award-list-inner::after{
    content: '';
    position: absolute;
    top: -17px;
    left: -17px;
    width: calc(100% + 34px);
    height: calc(100% + 34px);
    background: url('../../images/who-we-are/award-list-bg2.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(.95);
    opacity: 0;
}

.ip-award-list-inner:hover::after{
    transform: scale(1);
    opacity: 1;
}

.ip-award-list-inner > div{
    position: relative;
    z-index: 5;
}

.ip-award-label {
    text-align: center;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--secondary-font-family);
    line-height: 1;
    letter-spacing: 3px;
    min-height: 88px;
}

.ip-track-record-list:nth-child(8) .ip-track-record-year {
    /*margin-right: -46px !important;*/
}

.ip-track-record-list:nth-child(10) .ip-track-record-year {
    /*margin-right: -91px !important;*/
}

.ip-track-record-list:nth-child(12) .ip-track-record-year {
    /*margin-right: -78px !important;*/
}

@media only screen and (max-width: 1440px) {
    .ip-award-label {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip-about-photo-inner {
        width: calc((100vw - 1170px) / 2 + 100% + 127px);
    }

    .ip-about-content {
        padding: 40px 0 30px;
    }

    .welcome-text p:not(:last-child) {
        margin: 0 0 20px;
    }

    .welcome-text p {
        font-size: 13px;
    }

    .ip-award-label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-about-photo-inner {
        width: calc((100vw - 962px) / 2 + 100% + 127px);
    }

    .welcome-text p:not(:last-child) {
        margin: 0 0 10px;
    }

    .welcome-text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .ip-track-record-list-text {
        font-size: 20px;
    }

    .ip-award-label {
        font-size: 13px;
        min-height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .ip-banner-title {
        bottom: 0;
    }

    .ip-banner h1 {
        font-size: 30px;
    }

    .ip-about-content {
        width: 100%;
    }

    .ip-about-content-inner {
        margin-right: 0;
    }

    .welcome-text p:not(:last-child) {
        margin: 0 0 24px;
    }

    .welcome-text p {
        font-size: 14px;
        line-height: 1.715;
        text-align: left;
    }

    .ip-about-photo {
        width: 100%;
    }

    .ip-about-photo-inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .ip-track-record-head {
        margin: 30px auto 0;
    }

    .ip-award-slick-slider {
        max-width: 361px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 767px) {
    .ip-track-record-tree {
        width: 30px;
    }

    .ip-track-record-tree::before {
        border-left: 30px solid transparent;
    }

    .ip-track-record-tree::after {
        border-left: 30px solid transparent;
    }

    .ip-track-record-list:nth-child(odd) .ip-track-record-content {
        padding-left: 30px;
    }

    .ip-track-record-list:nth-child(even) .ip-track-record-content {
        padding-right: 30px;
    }

    .ip-track-record-list:nth-child(odd) .ip-track-record-content .ip-track-record-year {
        margin-left: 0;
    }

    .ip-track-record-year {
        font-size: 20px;
    }

    .ip-track-record-year span {
        color: #00b19f;
    }

    .ip-track-record-list-text {
        font-size: 15px;
        letter-spacing: 0;
    }

    .ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year,
    .ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-1990-1998,
    .ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2005,
    .ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2011,
    .ip-track-record-list:nth-child(even) .ip-track-record-content .ip-track-record-year.year-2012-2014 {
        margin-right: 0;
    }

    .ip-track-record-list-text::after {
        left: -14px;
    }

    .ip-track-record-list-text::before {
        left: -45px;
        max-width: 30px;
    }

    .ip-track-record-list:nth-child(even) .ip-track-record-list-text::after {
        right: -14px;
    }

    .ip-track-record-list:nth-child(even) .ip-track-record-list-text::before {
        right: -45px;
    }
}
