/*---------------------------------------------------------------------------------------------------------
## About
-----------------------------------------------------------------------------------------------------------*/
.page-template-page-about .hentry {
    margin-bottom: 0;
}
.page-template-page-about #slider {
    margin-bottom: 0;
}
@media (min-width: 1500px) {
    .page-template-page-about .site-content .container {
        max-width: 1440px;
    }
}
.page-template-page-about .site-content > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.about-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    border-left: 5px solid #fc1b1b;
    padding-left: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-description {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #737373;
}

#aboutss1 {
    padding-top: 100px;
    padding-bottom: 80px;
}
#aboutss1 .aboutss1-thumb {
    padding-left: 25px;
    padding-bottom: 30px;
    position: relative;
}
#aboutss1 .aboutss1-thumb img {
    z-index: 9;
    position: relative;
}
#aboutss1 .aboutss1-thumb:before {
    background: #fc1b1b;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 153px;
    height: 80%;
}

#aboutss2 {
    background: url("../images/bg-lvhd.jpg") center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
#aboutss2 .aboutss2-dslv {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 1366px) {
    #aboutss2 .aboutss2-dslv {
        padding-left: 10%;
    }
}
#aboutss2 .dslv-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    flex: 0 0 100%;
}
@media (min-width: 992px) {
    #aboutss2 .dslv-item {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        margin-bottom: 0;
    }
}
#aboutss2 .dslv-inner {
    position: relative;
    padding: 40px 16px;
    background: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 15px;
}
#aboutss2 .dslv-inner img {
    position: absolute;
    left: 0;
    top: 27px;
    max-width: 88px;
}
#aboutss2 .aboutss2-content {
    padding-top: 100px;
}
#aboutss2 h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #fc1b1b;
    padding-left: 95px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    height: 88px;
}
#aboutss2 h3 span {
    display: table-cell;
    vertical-align: middle;
}
#aboutss2 .dslv-item:nth-child(2) h3 {
    color: #cb6729;
}
#aboutss2 .dslv-item:nth-child(3) h3 {
    color: #59595b;
}
#aboutss2 .dslv-description {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.72;
    text-align: center;
    color: #737373;
    padding: 0 15px;
}

#aboutss3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../images/bg-ss3.jpg") center no-repeat;
    background-size: cover;
}
#aboutss3 .about-title {
    padding-left: 0;
    border-left: 0;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
#aboutss3 .timeline {
    white-space: nowrap;
    overflow-x: hidden;
}
#aboutss3 .timeline .arrows {
    display: flex;
    justify-content: center;
}
#aboutss3 .timeline .arrows button {
    padding: 0;
    margin-bottom: 0;
    border: 0;
    background: transparent;
}
#aboutss3 .timeline .arrows .arrow__prev {
    margin-right: 20px;
}
#aboutss3 .timeline .arrows img {
    width: 45px;
    height: 45px;
}
#aboutss3 .timeline .disabled {
    opacity: 0.5;
}
#aboutss3 .timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 210px 0 250px;
    transition: all 1s;
}
#aboutss3 .timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 220px;
    height: 3px;
    background: #fff;
}
#aboutss3 .timeline ol li:last-child {
    width: 500px;
}
#aboutss3 .timeline ol li:not(:first-child) {
    margin-left: 14px;
}
#aboutss3 .timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fc1b1b;
}
#aboutss3 .timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 317px;
    padding: 20px 15px;
    font-size: 0.8rem;
    white-space: normal;
    color: black;
    background: white;
}
#aboutss3 .timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
#aboutss3 .timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}
#aboutss3 .timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}
#aboutss3 .timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}
#aboutss3 .timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}
#aboutss3 .timeline .time {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #425365;
}
#aboutss3 .timeline .time span {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
    font-size: 28px;
    text-align: left;
    color: #cb6729;
}
#aboutss3 .timeline .time_content {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #222;
}

#aboutss4 {
    padding-top: 100px;
    padding-bottom: 100px;
}
#aboutss4 .aboutss4-description em {
    font-weight: 500;
}

#aboutss5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f8f8f8;
}
#aboutss5 .about-title {
    padding-left: 0;
    border-left: 0;
    text-align: center;
    margin-bottom: 40px;
}

#aboutss6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */
@media (max-width: 1500px) {
    .about-title {
        font-size: 30px;
    }

    .about-description {
        font-size: 14px;
    }

    .about-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    #aboutss1 .aboutss1-wrap .row {
        align-items: center;
    }

    #aboutss2 h3 {
        font-size: 16px;
        padding-left: 72px;
    }
    #aboutss2 .dslv-description {
        padding: 0;
    }
}
/* Large devices (desktops, less than 1200px) */
/* Large devices (desktops, less than 1024px) */
@media (max-width: 1024px) {
    .about-title {
        font-size: 24px;
    }

    .about-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    #aboutss2 .aboutss2-content {
        padding-top: 0;
    }
}
/* Small devices (landscape phones, less than 768px) */
/* Extra small devices (portrait phones, less than 576px) */
