.hw-top {
    position: relative;
    display: block;
    font-size: 0px;
    padding-top: 260px;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 110px;
    color: #131922;
}

.hw-top > * {
    font-size: 14px;
}

.hw-top-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 57px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    margin: 0px;
    line-height: 45px;
    text-transform: capitalize;
    color: #ed1c24;
}

.hw-top-title-after {
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
.hw-top-title.ch .hw-top-title-after {
    width: 350px;
}

.hw-top-title-after:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    bottom: 0px;
    left: -100%;
}

.shown .hw-top-title-after:before {
    animation: slideRight 3s infinite;
    animation-delay: 2s;
}

@keyframes slideRight {
    0%
    {
        left: -100%;
    }
    25%
    {
        left: 0%;
    }
    75%
    {
        left: 0%;
    }
    100%
    {
        left: 110%;
    }
}

.hw-image-content {
    position: relative;
    display: block;
    width: calc(100% - (50% - (1096px / 2)));
    /* margin-bottom: 75px; */
    margin-bottom: 40px;
    left: -50%;
}

.hw-image-content.auto-left {
    margin-bottom: 80px;
}

.hw-image-content.right {
    left: auto !important;
    right: -50%;
    /* margin-left: 220px; */
    margin-left: calc(50% - (1096px / 2));
}

.hw-content {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto;
    border-bottom: 1px solid #b8b9bb;
    padding-bottom: 80px;
    margin-bottom: 150px;
    font-size: 0px;
}

.hw-content.last {
    border-bottom: 0px;
    margin-bottom: 50px;
}

.hw-content > * {
    /* font-size: 14px; */
    font-size: 16px;
}

.hw-content-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 1px;
}

.hw-content-title-icon {
    position: relative;
    display: block;
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 20px;
}

.hw-content-desc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    letter-spacing: 0.8px;
    line-height: 26px;
    font-size: 0px;
}

.hw-content-desc > * {
    font-size: 16px;
    line-height: 2666a6px;
}

.hw-content-list-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 0px;
}

.hw-content-list-group:first-child {
    padding-right: 20px;
}

.hw-content-list-group:last-child {
    padding-left: 20px;
}

.hw-content-list {
    position: relative;
    display: block;
    font-size: 0px;
}

.hw-content-list > * {
    font-size: 16px;
    line-height: 2666a6px;
}

.hw-content-list-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.hw-content-list-item:first-child {
    width: 90px;
    margin-right: 8px;
    padding-left: 10px;
}

.hw-content-list-item:first-child:before {
    content: '•';
    position: absolute;
    display: block;
    width: 10px;
    left: 0px;
    top: 0px;
}

.hw-content-list-group .hw-content-list-item:first-child {
    width: 60px !important;
    padding-left: 0px !important;
}

.hw-content-list-group .hw-content-list-item:first-child:before {
    display: none;
}

.hw-content-list-item:last-child {
    width: calc(100% - (90px + 8px));
}

.hw-content-list-group .hw-content-list-item:last-child {
    width: calc(100% - (60px + 8px)) !important;
}

.hw-content-list-item.alpha:first-child {
    padding-left: 20px;
    width: 90px;
}

.hw-content-list-item[list="l"]:first-child {
    width: 0px !important;
    margin-right: 0px !important;
}

.hw-content-list-item.alpha:last-child {
    width: calc(100% - (90px + 8px));
}

.hw-content-list-item[list='a']:first-child:before {
    content: 'a.';
    width: 20px;
}

.hw-content-list-item[list='b']:first-child:before {
    content: 'b.';
    width: 20px;
}

.hw-content-list-item[list='c']:first-child:before {
    content: 'c.';
    width: 20px;
}

.hw-content-list-item[list='d']:first-child:before {
    content: 'd.';
    width: 20px;
}

.hw-content-list-item[list='e']:first-child:before {
    content: 'e.';
    width: 20px;
}

.hw-content-list-item[list='f']:first-child:before {
    content: 'f.';
    width: 20px;
}

.hw-content-list-item[list='g']:first-child:before {
    content: 'g.';
    width: 20px;
}

.hw-content-list-item[list='h']:first-child:before {
    content: 'h.';
    width: 20px;
}

.hw-content-list-item[list='i']:first-child:before {
    content: 'i.';
    width: 20px;
}

.hw-content-list-item[list='j']:first-child:before {
    content: 'j.';
    width: 20px;
}

.hw-content-list-item[list='k']:first-child:before {
    content: 'k.';
    width: 20px;
}

.hw-content-list-item[list='l']:first-child:before {
    content: 'l.';
    width: 20px;
}

.hw-content-list-item[list='l']:first-child:after {
    content: '';
}

.hw-content-list-item:first-child:after {
    content: ':';
    position: absolute;
    display: block;
    width: 5px;
    right: 0px;
    top: 0px;
}

.hw-link-group {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0px;
}

.hw-link-group > * {
    font-size: 38px;
}

.hw-link-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /* height: 497px; */
    height: 300px;
    background-size: cover !important;
    background-position: 50% !important;
    color: #fff !important;
    text-align: center;
    line-height: 46px;
    letter-spacing: 1px;
}

.hw-link {
    position: relative;
    display: block;
    text-align: center;
}

.hw-link-item.who {
    background: url('../../img/front/how_we_work/who_we_are_image.jpg') no-repeat;
}

.hw-link-item.who .hw-link:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 55px;
    margin-right: 10px;
    background: url('../../img/front/who_we_are/right_arrow.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;

    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);

    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    transition: margin 0.4s;
}

.hw-link-item.who .hw-link:hover:before {
    margin-right: 20px;

    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    transition: margin 0.4s;
}

.hw-link-item.our {
    background: url('../../img/front/how_we_work/our_business.jpg') no-repeat;
}

.hw-link-item.our .hw-link:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 55px;
    margin-left: 10px;
    background: url('../../img/front/who_we_are/right_arrow.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;

    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    transition: margin 0.4s;
}

.hw-link-item.our .hw-link:hover:after {
    margin-left: 25px;

    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -ms-transition: margin 0.4s;
    transition: margin 0.4s;
}


@media screen and (max-width: 1400px) {
    .hw-image-content.auto-left {
        margin-bottom: 40px;
    }

    .hw-image-content {
        margin-bottom: 20px;
        width: calc(100% - (50% - (920px / 2)));
    }

    .hw-content {
        max-width: 920px;
    }

    .hw-image-content.right {
        margin-left: calc(50% - (920px / 2));
    }
}

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

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .hw-top {
        padding-top: 200px;
    }

    .hw-top-title {
        display: block;
        width: 100%;
        font-size: 50px;
        margin: 0px auto 80px;
    }

    .hw-top-title.ch .hw-top-title-after {
        width: 310px;
    }

    .hw-content {
        margin-bottom: 100px;
    }

    .hw-image-content {
        width: calc(100% - 50px);
        top: 0px !important;
    }

    .hw-image-content.right {
        margin-left: 50px;
    }

    .hw-content.last {
        margin-bottom: 20px;
    }

    .hw-link-item {
        height: 390px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .hw-top {
        width: calc(100% - 60px);
    }

    .hw-image-content {
        width: calc(100% - 30px);
        margin-bottom: 50px;
    }

    .hw-content {
        width: calc(100% - 60px);
        margin-bottom: 60px;
        padding-bottom: 50px;
    }

    .hw-content-desc {
        width: 100%;
    }

    .hw-image-content.right {
        margin-left: 30px;
    }

    .hw-content-title {
        width: 100%;
        display: block;
        margin: 0px auto 30px;
    }

    .hw-content-title br {
        display: none;
    }

    .hw-content.last {
        margin-bottom: 50px;
    }
}

@media screen and (max-width : 500px) {
    .hw-top {
        padding-top: 150px;
        margin: 0px auto 50px;
        width: calc(100% - 40px);
    }

    .hw-top-title {
        font-size: 40px;
        padding-bottom: 10px;
        margin-bottom: 80px;
    }

    .hw-top-title-after {
        width: 85px;
    }

    .hw-top-title.ch .hw-top-title-after {
        width: 250px;
    }

    .hw-image-content {
        width: 100%;
        margin-left: 0% !important;
        margin-bottom: 50px !important;
    }

    .hw-content {
        width: calc(100% - 40px);
        margin-bottom: 120px;
        padding-bottom: 40px;
        border-bottom: 0px;
    }

    .hw-content-title-icon {
        margin: 0px auto 20px;
    }

    .hw-content-title {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .hw-content-list-group {
        display: block;
        width: 100%;
        padding: 0px !important;
    }

    .hw-content-desc > * {
        font-size: 16px;
        line-height: 26px;
    }

    .hw-link-item {
        width: 100%;
        height: 200px;
        font-size: 27px;
        line-height: 48px;
    }

    .hw-link-item.who .hw-link:before {
        width: 20px;
    }

    .hw-link-item.our .hw-link:after {
        width: 20px;
    }
}
