
.resizing *{
	-webkit-transition: none !important; 
    transition: none !important; 

}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video_wrapper iframe, .video_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.auto_video_wrapper{
    padding-bottom: 0px;
    height: auto;
    background-color: #fff;
    min-height: 200px;
    background-image: url(images/black_oval.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.auto_video_wrapper video{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: block;
}

.video_wrapper video {
  object-fit: cover;
}

.swiper-container {
    width: 100%;
}

.swiper-container .swiper-slide{
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
    background-color: #fff;
}

.swiper-container img{
    position: absolute;
    left: 0px;
    top:0px;
    height: 100%;
    width: 100%;
    object-position: center center;
    object-fit: cover;
}

.swiper-container .prev_btn{
    width: 40px;
    height: 40px;
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 15px;
    margin: auto;
    background-color: #000;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
}

.swiper-container .prev_btn:hover{
    background-color: #fff;
}

.swiper-container .prev_btn::before{
    content:"";
    position: absolute;
    width: 15px;
    height: 15px;
    position: absolute;
    top:0px;
    bottom: 0px;
    right:0px;
    left: 8px;
    margin: auto;
    border-top:1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
}

.swiper-container .prev_btn:hover::before{
    border-top:1px solid #000;
    border-left: 1px solid #000;
}

.swiper-container .next_btn{
    width: 40px;
    height: 40px;
    position: absolute;
    top:0px;
    bottom: 0px;
    right: 15px;
    margin: auto;
    background-color: #000;
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
}

.swiper-container .next_btn:hover{
    background-color: #fff;
}

.swiper-container .next_btn::before{
    content:"";
    position: absolute;
    width: 15px;
    height: 15px;
    position: absolute;
    top:0px;
    bottom: 0px;
    right:8px;
    left: 0px;
    margin: auto;
    border-top:1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.swiper-container .next_btn:hover::before{
    border-top:1px solid #000;
    border-right: 1px solid #000;
}

header {
    transition: all 0.15s ease;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 40px;
    text-transform: uppercase;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
}

header div{
    transition: all 0.15s ease;
    transform: translateY(0px);
    display: flex;
    justify-content: space-between;
}

header:hover div{
    opacity: 1;
    transform: translateY(0px);
}

body.load_ajax header div{
    opacity: 0;
    transform: translateY(100px);
}

.body_detail header{
    /* mix-blend-mode: difference; */
}

header a {
    pointer-events: auto;
    flex-grow: 0;
}

.body_detail header a{
    color:#000;
}

header a.active {
    display: none;
}
.content {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.15s ease;
    position: absolute;
    z-index: 11;
    pointer-events: none;
    background-color: rgba(250, 249, 246, 0.90);
    width: 100%;
}
.loadfinish .content{
    /* opacity: 1;
    transform: translateY(0);
    transition: all 0.15s ease; */
}

.ajax-fade-out .content {
    opacity: 0;
    /* transform: translateY(-100px); */
    transition: all 0.15s ease;
}

.ajax-fade-in .content {
    opacity: 0;
    /* transform: translateY(-100px); */
    transition: all 0s ease;
}

.body_archive .content{
    opacity: 0;
}

.body_home .content{
    opacity: 0;
}

.body_about .content{
    opacity: 0;
}

.coverBg{
    transition: width 0.15s ease;
    position: fixed;
    left: 0px;
    top:0px;
    width: 0%;
    height: 100%; 
    background-color: rgba(0,0,0,1);
    pointer-events: none;
    opacity: 1;
}

.ajax-fade-out .coverBg {
    width: 0%;
    transition: width 0.3s ease;
}

.ajax-fade-in .coverBg {
    width: 100%;
    /* transform: translateY(-100px); */
    transition: width 0.3s ease;
}

.body_home .coverBg{
    opacity: 0;
}



/* #fadeSquare{
    transition: all 0.6s ease;
    position: fixed;
    top:0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: #000;
    width: 0%;
    height: 0%;
    z-index: 10;
}


.load_ajax #fadeSquare {
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
} */



@media screen and (max-width: 1280px) { 

}


@media screen and (max-width: 1023px) { 

}


@media screen and (max-width: 640px) { 
    .content {
        background-color: rgba(250, 249, 246, 1);
    }
}