body::before {
    display: none;
}

.pic_bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background: #fff;
    -webkit-filter: blur(8px);
    -webkit-transform: translate3d(1, 1, 1);
    z-index: 0;
}

.banner-popup {
    width: auto;
    height: auto;
    bottom: 20px;
    position: fixed;
    right: 0;
    z-index: 300;
}

.banner-popup .close-popup {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    border: 1px solid #333;
    z-index: 55;
    top: -10px;
}

.banner-popup .close-popup a {
    height: 25px;
    width: 25px;
    display: block;
    background: #cfcfcf;
}

.superBorder {
    background-color: transparent !important;
}

@media only screen and (max-device-width: 767px) and (min-device-width: 320px) {
    #canvas {
        height: 195px;
        margin-left: -48%;
    }
}

@media (min-width: 1200px) {
    .canvas-94-1 {
        margin-top: -117px !important;
    }
}

.owl-carousel .owl-nav {
    height: 0px;
}

.p-fixed .sub {
    top: 60px !Important;
}

.login_header {
    position: absolute;
    margin-top: 150px;
    right: 225px;
    z-index: 1;
    padding: 0 10px;
    text-align: center;
    background: #FF9800;
    border-radius: 9px;
    font: 16px/35px 'Kanit', Arial, sans-serif;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: none;
}

.login_header:hover {
    background: #efbe2d;
    cursor: pointer;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.login_header img {
    max-width: 100%;
    height: auto;
    padding: 3px 0px;
}

.login_header a {
    color: #000;
}

@media (min-width: 1280px) {
    .login_header {
        display: block;
    }
}

.banner-popup {
    background-color: #99cdff;
    /*border: solid 1px black;*/
    padding: 16px;
    border-radius: 12px;
    width: auto;
    height: auto;
    bottom: 10vh;
    position: fixed;
    right: 8px;
    z-index: 300;
}

.banner-popup .close-popup {
    height: 25px;
    width: 25px;
    position: absolute;
    right: -6px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
    border: 1px solid #333;
    z-index: 55;
    top: -10px;
}

.banner-popup .close-popup a {
    height: 25px;
    width: 25px;
    display: block;
    background: #cfcfcf;
}

.over_page_banner_center .owl-carousel .owl-item img {
    width: 100% !important;
}

.over_page_banner_center {
    z-index: 100001;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.over_page_banner_center .bg_blank {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.75);
}

.over_page_banner_center .pop_ct {
    z-index: 5;
    padding: 5px;
    position: relative;
    max-height: 100%;
    margin: 0 auto;
    /* width: 880px; */
    width: 380px;
    height: 590px;
    margin-top: 1%;
    max-width: 80%;
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 10px #000000; */
}

.over_page_banner_center .pop_ct .close_over {
    z-index: 6;
    cursor: pointer;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #cecece;
    border: 2px;
    right: 0;
    top: 0;
    position: absolute;
    margin-right: -10px;
    margin-top: -10px;
    border-radius: 50%;
    line-height: 18px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #000000;
}

.fixed-img-pp {
    position: unset !important;
    width: unset !important;
}