.page_not_home{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9;
}
.banner_container {
    border-bottom: none !important;
}

/*------------------------ content ------------------------*/
.debug_cv_box{
    margin: -80px 0 0 0;
    position: relative;
    z-index: 3;
    line-height: 25px;
}
.debug_cv_box .contents{
    box-shadow: 0px 6px 20px #00000024;
    border-radius: 6px;
    background-color: #FFF;
    padding: 10px 20px 10px 20px;
    font-weight: 400;
}
.debug_cv_box .contents .banner {
    padding-top: 10px;
    background-size: 100% 100%;
}

.debug_cv_box .contents .title {
    text-align: center;
    background: url('/images/debug-cv/bg-1.webp');
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    border-radius: 6px;
    padding-top: 10px;
}
.debug_cv_box .contents .title h1{
    font-weight: bold;
}
.debug_cv_box .contents .title h3 {
    color: #ff0000;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px;
    background-color: #eee;
}
.debug_cv_box .contents .bagde {
    border: 2px solid #ff0000;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
}
.debug_cv_box .contents .bagde h5 {
    font-weight: bold;
}
.debug_cv_box .contents img{
    width: 100%;
}

.debug_cv_box .contents .data{
    background: url('/images/debug-cv/bg-2.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 20px;
}

.debug_cv_box .contents .data h1 {
    font-weight: bold;             
}

.debug_cv_box .contents .data .logo-1{
    transform: rotate(5deg);
    width: 100px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 7px;
}
.debug_cv_box .contents .data .logo-2{
    transform: rotate(-5deg);
    width: 100px;
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 7px;
}

.debug_cv_box .contents .data .circle{
    float: left;
    margin-right: 25px;
}
.debug_cv_box .contents .data .circle a {
    display: block;
    width: 150px;
    height: 150px;
    line-height:150px;
    border:1px solid #fff;
    text-align:center;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.5s ease 0s;
    position:relative;
    color: #000;
    font-weight: bold;
}

.debug_cv_box .contents .data .circle p {
    width: 120px;
}

.debug_cv_box .contents .data .circle img {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    animation: animName 15s linear infinite;
}

.bullet {
    color: #ff0000; 
    padding-right: 10px;
    padding-left: 10px;
    font-size: 36px;
}

.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}

.slick-dots li {
    border: 1px solid #ff0000;
    border-radius: 50%;
}
.slick-dots li.slick-active{
    background-color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 50%;
}

.confirm-upload {
    background-color: #EA222F;
    color: #FFF;
    border-radius: 5px;
    padding: 7px 15px 7px 15px;
    font-weight: 600;
    border: none;
}

.success-row {
    background: url('/images/debug-cv/success.webp') no-repeat;
    background-size: 30px 30px;
    padding: 10px 10px 10px 35px;
    border: 1px solid #ccc;
    background-color: #dbe5ec;
    border-radius: 7px;
    background-position-y: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    text-align: center;
    float: none;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    width: 100%;
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    padding-top: 0px;
    padding-left: 0px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow-x: hidden;
}

@media screen and (min-width: 668px) {
    .slick-dots {
        display: none;
    }
}

@media screen and (max-width: 992px) 
{
    .debug_cv_box .contents .banner {
        padding-top: 10px;
        background: url('/images/debug-cv/bg-banner.webp');
        background-size: 100% 100%;
    }

    .banner_box h1 {
        font-size: 20px;
    }
    .debug_cv_box .contents .hotline {
        margin: 1.5rem 0 1.8rem;
    }
    .debug_cv_box .contents img{
        margin: 1rem 0;
    }
}
@media screen and (max-width: 668px) 
{
    .debug_cv_box {
        padding: 160px 0 65px;
    }
    .debug_cv_box .contents .title h1{
        font-weight: bold;
        font-size: 100%;
    }
    .debug_cv_box .contents .data h1 {
        font-weight: bold;
        font-size: 100%;
    }
    .debug_cv_box .contents .data .circle a {
        width: 100px;
        height: 100px;
        line-height:100px;
    }

    .debug_cv_box .contents .data .circle img {
        background-size: 100px 100px;
        width: 100px;
        height: 100px;
    }

    .debug_cv_box .contents .data .circle p {
        width: 100px;
    }

    .confirm-upload {
        width: 100%;
    }
}

@keyframes animName {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}