.ct-container {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 160px;
    font-size: 0px;
    padding-top: 260px;
}

.ct-container > * {
    font-size: 14px;
}

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

.ct-top-title-after {
    position: absolute;
    display: block;
    width: 200px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.ct-top-title.ch .ct-top-title-after {
    width: 115px;
}

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

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

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

.ct-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
}

.ct-item:first-child {
    margin-right: 24px;
}

.ct-desc {
    position: relative;
    display: block;
    width: 100%;
    max-width: 448px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 45px;
}

.ct-desc-title {
    position: relative;
    display: block;
    color: #797b7e;
    margin-bottom: 5px;
    padding-left: 12px;
}

.ct-desc-title:before {
    content: '•';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.ct-image {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
}

.ct-image.hide {
    opacity: 0;
    position: relative;
}


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

}

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

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .ct-link-item {
        height: 390px;
    }

    .ct-container {
        padding-top: 200px;
    }

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

    .ct-top-title-after {
        width: 180px;
    }

    .ct-top-title.ch .ct-top-title-after {
        width: 100px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .ct-container {
        width: calc(100% - 60px);
        margin-bottom: 100px;
    }
}

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

    .ct-top-title {
        width: 100%;
        font-size: 40px;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }

    .ct-top-title-after {
        width: 150px;
    }

    .ct-top-title.ch .ct-top-title-after {
        width: 80px;
    }

    .ct-item {
        position: relative;
        display: block;
        width: 100%;
    }

    .ct-desc {
        margin-bottom: 25px;
    }

    .ct-item:first-child {
        margin-bottom: 80px;
    }
}
