.paddingTop{
    padding-top: 50px;
}
.gripHisTop{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}
.gripHisTop > div{
    width: 50%;
}
.gripHisTop .col:last-child{
    padding-left: 60px;
}
.gripHisbottom{margin-top:45px;}
.gripHisbottom img { width: 100%; height: auto; }
.thumbHisTor .quote { position: relative; font-size: 60px; color: #064d92; line-height: 1.4em; border-left: 0px; padding-left: 50px; quotes: '\201c' '\201d'; }
    .thumbHisTor .quote:before { content: open-quote; font-size: 2em; margin-left: -50px; }
    .thumbHisTor .quote:after { content: close-quote; font-size: 2em; display:none;}
    .thumbHisTor .quote strong:last-child{display:block;}
    .thumbHisTor .gripThumb { display: flex; flex-wrap: wrap; align-items: center; align-content: center; margin: 0 -15px; } 
.thumbHisTor .gripThumb > div{
    width: 50%;
    padding: 0 15px;
}
.thumbHisTor .gripThumb .thumb img{
    width: 100%;
}
/*  */
/* Nav */
.slider-nav {
    width: 250px;
    z-index: 2;
}
.slider-nav::after {
    content: '';
    height: 110%;
    width: 1px;
    background: linear-gradient(0deg, rgba(0,102,179,0) 0%, rgba(0,102,179,1) 20%, rgba(0,102,179,1) 80%, rgba(0,102,179,0) 100%);
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}
.slider-nav .slick-slide {
    color: #23282D;
    padding: 0 40px;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}
.slider-nav .slick-slide span {
    content: '';
    width: 8px;
    height: 8px;
    background: #23282D;
    position: absolute;
    top: 50%;
    right: 4px;
    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slider-nav{
    font-size: 30px;
    line-height: 30px;
}
.slider-nav .slick-current {
    color: #064d92;
    font-weight: 700;
}

.slider-nav .slick-current span {
    width: 18px;
    height: 18px;
    right: 0;
    background-color: #064d92;
}
/* Content */
.slider-content {
    width: 100%;
    z-index: 1;
}
.slider-content .slick-arrow{
    top: 57%;
    mix-blend-mode: normal;
    background-color: transparent;
}
.slider-content .slick-next{
    right: -50px;
}
.slider-content .slick-prev{
    left: -50px;
}
/* Blob */
#blob_container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0; left: 0;
}
.white, .white .slider-nav .slick-slide, .white .slider-nav .slick-current {
    color: #fff;
}
.white .slider-nav .slick-slide span {
    background: #fff;
}
.sliderPrize{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 0 -30px;
    position: relative;
}
.sliderPrize::before{
    content: '';
    position: absolute;
    width: 500px;
    height: 400px;
    right: 0;
    top: 0;
    background-image: url('../images/setting.png');
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
    pointer-events: none;
}
.sliderPrize > div{
    padding: 0 30px;
}
.sliderPrize .colR{
    width: calc(100% - 330px);
    order: 2;
}
.sliderPrize .colL{

    width: 330px;
}
.sliderPrize .slider-content{

}
.sliderPrize .yesHis{
    color: #064d92;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 15px;
    display:none;
}
.sliderPrize .theUlHis{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.sliderPrize .theUlHis li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.sliderPrize .theUlHis li::before{
    content: '';
    position: absolute;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #686868;
    transform: rotate(45deg);
    top: 8px;
}
.sliderPrize .thumbPrize {
    background-color: #eeeeee;
}
.sliderPrize .thumbPrize .thumb{
    max-width: 380px;
    margin: 0 auto;
}
.decsHistory{
    font-size: 16px;
    line-height: 24px;
}
@media screen and (min-width: 1600px) {
    .slider-nav{
        font-size: 40px;
        line-height: 40px;
    }
    .slider-nav .slick-slide{
        margin: 15px 0;
    }
    .sliderPrize{
        margin: 0 -50px;
    }
    .sliderPrize > div{
        padding: 0 50px;
    }
    .sliderPrize .theUlHis{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .decsHistory{
        font-size: 18px;
        line-height: 27px;
    }
}
@media screen and (max-width: 1601px) {
    .thumbHisTor .quote { font-size: 50px; }
}
@media screen and (max-width: 1599px) {
    .thumbHisTor .quote { font-size: 45px; }
}
@media screen and (max-width: 1400px) {
    header img {
        max-width: 250px;
    }
    .slider-nav {
        width: 220px;
    }
    .thumbHisTor .quote { font-size: 45px; }
}
@media screen and (max-width: 1200px) {
    .thumbHisTor .quote { font-size: 42px; }
}
@media screen and (max-width: 1024px) {
    .slider-nav {
        width: 230px;
    }
    .sliderPrize::before{
        display: none;
    }
    .background-color-btn {
        width: 40px;
    }
    .sliderPrize{
        margin: 0 -20px;
    }
    .sliderPrize > div{
        padding: 0 20px;
    }
    .slider-content .slick-next{
        right: -10px;
    }
    .slider-content .slick-prev{
        left: -10px;
    }
    .gripHisTop .col:last-child{
        padding-left: 30px;
    }
    .thumbHisTor .gripThumb{
        margin: 0 -10px;
    } 
    .thumbHisTor .gripThumb > div{
        padding: 0 10px;
    }
    .thumbHisTor .quote { font-size: 36px; }
}
@media screen and (max-width: 991px) {
    .sliderPrize .yesHis{
        font-size: 25px;
        line-height: 37px;
    }
    .slider-content .slick-prev{
        left: -15px;
    }
    .slider-content .slick-next{
        right: -15px;
    }
    .logo-header {
        text-align: left;
        padding: 40px 30px;
    }
    .slider-content {
        position: relative;
        left: 0; bottom: 0;
        overflow: auto;
    }

    .slider-content, .slider-nav {
        width: 100%;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
    .slider-nav {
        top: auto; left: 0;;
    }

    .slider-nav .slick-slide {
        text-align: center;
        padding: 30px 0 20px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .slider-nav .slick-slide {
        font-size: 14px;
    }
    .slider-nav .slick-slide span {
        top: 0; left: 50%; right: auto;
        transform: translate(-50%, 0);
    }
    .sliderPrize .colR, .sliderPrize .colL{
        width: 100%;
        order: unset;
    }
    .sliderPrize{
        flex-direction: column-reverse;
    }
    .slider-nav .slick-slide:not(.slick-current) span {
        transform: translate(-50%, 70%);
    }
    .slider-nav::after {
        height: 1px;
        width: 100%;
        background: linear-gradient(0deg, rgba(0,102,179,0) 0%, rgba(0,102,179,1) 20%, rgba(0,102,179,1) 80%, rgba(0,102,179,0) 100%);
        right: 0;
        top: 9px;
        transform: translate(0, 0);
    }

    .slider-nav .slick-current span {
        top: 0;
    }
    .slider-content .slick-slide {
        height: 100%;
        overflow: auto;
    }
    .slider-nav {
        position: relative;
    }

    #blob_container {
        opacity: .4;
    }
    .ado-button-wrapper {
        top: 50px; left: auto; right: 40px; bottom: auto;
    }

    .background-color-btn {
        width: 40px;
    }
    /*  */
    .gripHisTop > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .gripHisTop > div:last-child{
        margin-bottom:  0;
    }
    .slider-content {
        margin-bottom: 20px;
    }
    .thumbHisTor .quote strong:last-child{display:inline;}
}
@media screen and (max-width: 767px) {
    .gripHisTop .col:last-child{
        padding-left: 0;
    }
    .thumbHisTor .gripThumb{
        margin: 0 -5px;
    } 
    .thumbHisTor .gripThumb > div{
        padding: 0 5px;
    }
    .decsHistory{
        text-align: justify;
    }
    .thumbHisTor .quote { font-size: 27px; padding-left: 30px; width: 355px; max-width: 100%; }
        .thumbHisTor .quote:before{margin-left:-30px;}
}
@media screen and (max-width: 500px) {

    .white .slider-nav::before {
        background: linear-gradient(0deg, rgba(0,102,179, 1) 0%, rgba(0,102,179, 0) 100%);
    }

    .ado-button-wrapper {
        top: 50px;
        right: 30px;
    }

    .background-color-btn {
        width: 30px;
        height: 20px;
    }

}
@media screen and (max-width: 390px) {

}

