
.adv_note {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    margin-top: 0px;
}
.adv_text {
    width: 750px !important;
    display: block;
    position: relative;
    
    float: left;
    padding-left: 80px;
    font-family: 'Montserrat';
}

.adv_view {

    width: 1370px;

}
.linkNext {
    position: relative;
    width: 100%;
    height: 70px;
}
.linkNext .topLink.hide {
    top: 300px !important;
}
.linkNext .topLink.show {
    top: 0px !important;
}
.adv_text .linkNext ._adv {
    position: relative;
    float: left;
    display: block;
}
.linkNext .topLink,
.linkNext a {
position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;
    background-color: var(--jlink);
    color: #ffffff;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-left: 0px;
    cursor: pointer;
    border-radius: 6px;
    padding: 15px;
    /* width: calc(100% - 30px); 
    width: -o-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -webkit-calc(100% - 30px); */
    float: left;
    margin-top: 20px;
}
.linkNext .topLink:hover,
.linkNext a:hover {
 background-color: var(--glink); 
}
#featured {
    background: none;
}
.slide_note_all_item #notetitle {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.slide_note_text {
    padding-top: 0px;
    text-align:left;
    float: left;
}

.slide_note_all_item .contentNote {
    position: relative;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
color: #000000;
}

.slide_note_all_item .objectNote {
    position: relative;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

/* #Page Preloader */
.page-preloader__cube:before {background-color: #42caf3;}
.page-preloader-cover {background: #f1f1f1;}
.page-preloader > div {background: var(--link);}


div.orbit-wrapper {
    margin-bottom: 0px;
} 

div.timer {
    top: 50px;
    right: calc(50% - 1370px/2 + 0px);
    right: -o-calc(50% - 1370px/2 + 0px);
    right: -moz-calc(50% - 1370px/2 + 0px);
    right: -ms-calc(50% - 1370px/2 + 0px);
    right: -webkit-calc(50% - 1370px/2 + 0px);
}

div.slider-nav span.right, div.slider-nav span.left {
    border: 2px solid var(--attlink);
    background: rgb(255 255 255 / 61%);
}
div.slider-nav span.right {
    right: calc(50% - 1370px/2 + 0px);
    right: -o-calc(50% - 1370px/2 + 0px);
    right: -moz-calc(50% - 1370px/2 + 0px);
    right: -ms-calc(50% - 1370px/2 + 0px);
    right: -webkit-calc(50% - 1370px/2 + 0px);
}
div.slider-nav span.left {
    left: calc(50% - 1370px/2 + 0px);
    left: -o-calc(50% - 1370px/2 + 0px);
    left: -moz-calc(50% - 1370px/2 + 0px);
    left: -ms-calc(50% - 1370px/2 + 0px);
    left: -webkit-calc(50% - 1370px/2 + 0px);
}    
div.slider-nav span.right:after, div.slider-nav span.right:before, div.slider-nav span.left:after, div.slider-nav span.left:before {
    background-color:var(--attlink);
}
div.slider-nav span.left:hover, div.slider-nav span.right:hover {
    background-color: var(--cookia);
    border: 2px solid var(--alink);
}
div.slider-nav span.left:hover:after, div.slider-nav span.left:hover:before, div.slider-nav span.right:hover:after, div.slider-nav span.right:hover:before {
    background-color: var(--alink);
}
#featured .object:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 0%);
}

/*
 new style
*/

.flex_view {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.adv_view {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-self: center;
    align-items: center;
}

.objectFoot, 

.adv_text {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -ms-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
}

.orbit-bullets {
    position: absolute;
    z-index: 900;
    list-style: none;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.orbit-bullets li {
    margin-left: 5px;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #d2d2d2;
    height: 3px;
    overflow: hidden;
    width: 65px;
    background: none;
    background-color: #ffffff;    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;  
   
}
.orbit-bullets li.active {
    background-color: var(--alink);
    width: 130px;
}

.adv_text .objectTitle {
    color: var(--ccol);
    font-size: 58px;
    font-weight: bold;

    padding-top: 10px;
    display: block;
    /*z-index: 100;*/
    position: relative;
    width: 700px;
}

.adv_text .objectTitle.hide {
    top: -555px !important;
}

.adv_text .objectTitle.show {
    top: 0px !important;
}

.adv_text .objectNote {
    color: var(--ccol);
    width: 500px;

    font-size: 28px;

    font-weight: normal;

    margin-top: 0px;
    display: block;

    position: relative;

}
.adv_text .objectNote.hide {
    left: -1000px !important;
}
.adv_text .objectNote.show {
    left: 0px !important;
}
.adv_text .objectText {
    font-size: 18px;
    width: 500px;
    color: var(--ccol);

    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.adv_text .objectText.hide {
    left: -1000px !important;
}
.adv_text .objectText.show {
    left: 0px !important;
}
#S_mobmenu_content .menu:hover {
    cursor: hand;
    background-color: #e75e3b;
    color: #fff;
}



/* media begin */

@media screen and (min-width:0px) and (max-width:1450px) {
div.slider-nav span.left {
    left: calc(50% - 100%/2 + 50px);
    left: -o-calc(50% - 100%/2 + 50px);
    left: -moz-calc(50% - 100%/2 + 50px);
    left: -ms-calc(50% - 100%/2 + 50px);
    left: -webkit-calc(50% - 100%/2 + 50px);
}
div.timer,
div.slider-nav span.right {
    right: calc(50% - 100%/2 + 50px);
    right: -o-calc(50% - 100%/2 + 50px);
    right: -moz-calc(50% - 100%/2 + 50px);
    right: -ms-calc(50% - 100%/2 + 50px);
    right: -webkit-calc(50% - 100%/2 + 50px);
}

}

/* media end*/