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

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

.ar-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;
    /* color: #131922; */
}

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

.ar-top-title.ch .ar-top-title-after {
    width: 120px;
}

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

.shown .ar-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%;
    }
}

.ar-content {
    position: relative;
    display: block;
    font-size: 0px;
    width: calc(100% - 100px);
    max-width: 1096px;
    margin: 0px auto 70px;
    color: #131922;
}

.ar-item-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 896px;
    width: calc(100% - 70px);
    font-size: 0px;
}

.ar-item-group > * {
    font-size: 16px;
}

.ar-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 24px);
    margin: 0px 24px 75px 0px;
    color: #131922 !important;
}

.ar-item-img {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.ar-item-date {
    position: relative;
    display: block;
    color: #797b7e !important;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 26px;
}

.ar-item-title {
    position: relative;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 26px;
}

.ar-pagination {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: calc(100% - 896px); */
    width: 70px;
    line-height: 17px;
    font-size: 0px;
}

.ar-pagination > * {
    font-size: 24px;
}

nav[role="navigation"] {
    display: none;
}

.ar-current {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.ar-nav {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ar-nav.mob {
    display: none;
    margin-right: 20px;
    vertical-align: top;
}

.ar-nav-item {
    position: relative;
    display: block;
    width: 18px;
    height: 12px;
    background: url('../../img/front/home/right_arrow.svg') no-repeat;
    background-position: 50% !important;
    background-size: 18px auto !important;
    margin-bottom: 15px;
    cursor: pointer;
}

.ar-nav-item:first-child {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ar-nav-item.disabled {
    cursor: auto !important;
    opacity: 0.5;
}


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

.ar-det-container > * {
    font-size: 16px;
}

.ar-det-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    letter-spacing: 1px;
}

.ar-det-item p {
    margin: 0px 0px 30px;
    padding-top: 0px;
}

.ar-det-item p:last-child {
    margin-bottom: 0px;
}

.ar-det-item:first-child {
    margin-right: 24px;
    width: calc(100% - 648px - 24px);
}

.ar-det-item:last-child {
    width: 648px;
}

.ar-det-back {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #131922 !important;
}

.ar-det-back:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 24px;
    background: url('../../img/front/home/right_arrow.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin-right: 5px;

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

.ar-det-date {
    position: relative;
    display: block;
    color: #797b7e !important;
    letter-spacing: 1px;
    line-height: 28px;
}

.ar-det-title {
    position: relative;
    display: block;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 20px;
}

.ar-det-share {
    position: relative;
    display: block;
    font-size: 0px;
}

.ar-det-share > * {
    font-size: 14px;
}

.ar-det-share-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    height: 13px;
}

.ar-det-share-item.facebook {
    width: 13px;
    background: url('../../img/front/facebook_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.ar-det-share-item.twitter {
    width: 13px;
    background: url('../../img/front/twitter_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.ar-det-share-item.mail {
    width: 13px;
    background: url('../../img/front/envelope_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    margin-right: 0px;
}

.ar-det-item-img {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.ar-det-article {
    position: relative;
    display: block;
}


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

}

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

}

/* Tablet */
@media screen and (max-width: 1024px) {
    .ar-top {
        margin: 0px auto 100px;
        padding-top: 200px;
    }

    .ar-det-container {
        margin: 0px auto 100px;
        padding-top: 200px;
    }

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

    .ar-top-title-after {
        width: 170px;
    }

    .ar-top-title.ch .ar-top-title-after {
        width: 105px;
    }
}

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

    .ar-det-container {
        width: calc(100% - 60px);
    }

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

    .ar-content {
        width: calc(100% - 60px);
        margin: 0px auto 100px;
    }

    .ar-item {
        margin: 0px 24px 50px 0px;
    }

    .ar-det-item {
        display: block;
        width: 100% !important;
    }

    .ar-det-item:first-child {
        margin-bottom: 30px;
        text-align: center;
    }

    .ar-det-back {
        text-align: left;
    }
}

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

    .ar-det-container {
        padding-top: 150px;
        margin: 0px auto 100px;
        width: calc(100% - 40px);
    }

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

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

    .ar-top-title.ch .ar-top-title-after {
        width: 165px;
    }

    .ar-content {
        width: calc(100% - 40px);
    }

    .ar-item-group {
        width: 100%;
    }

    .ar-item {
        display: block;
        padding-right: 0px;
        width: 100%;
        margin: 0px auto 70px;
    }

    .ar-pagination {
        display: block;
        width: 100%;
    }

    .ar-pagination > * {
        font-size: 18px;
    }

    .ar-nav.mob {
        display: inline-block;
    }

    .ar-nav.desk .ar-nav-item.prev {
        display: none;
    }

    .ar-nav-item {
        margin-bottom: 10px;
        height: 17px;
    }
}
