@charset "utf-8";
/*
** Default 
--------------------------------------------------------*/
body {
    position: relative;
    background-color:#fff;
    overflow-x: hidden;
}

.kso-sticky.sticked .navik-header {
    background-color: #193452;
}
/*mobile menu*/
header .navik-header .burger-menu {
    top: 25px;
}


/*mobile slidemenu*/
header .navik-header-overlay .logo,
header .navik-header-overlay .burger-menu {
    top: 10px;
}
.navik-fixed-sidebar+.burger-menu {
    height: 50px;
}
.menu-social-media {
    margin-bottom: 3rem;
    font-size: 16px;
}

.navik-header .logo img.logo-svg {
    width: 205px;
    height: 40px;
}

@media (min-width: 1200px) {
    /*.navik-header-container {height: 130px;}*/
    .navik-header.sticky .navik-header-container {
        height: 90px;
    }
    .navik-header.sticky .navik-menu>ul>li>a,
    .navik-menu>ul>li>a {
        font-size: 18px;
        height: 90px;
        line-height: 90px;
        transition: none;
    }
    #allmenu a {color: #fff;}
    .navik-header.sticky #allmenu a {color: #fff;}
}

/*quick*/
.sidebar-toggle {
  position: fixed;
  z-index: 1;
  outline: none;
  width: 36px;
  height: 80px;
  right: 16em;
  margin-top: 0;
  background-color: #ae874e;
  cursor: pointer;
  transition: .5s;
  border-radius: 10px 0 0 10px;
}
.sidebar-toggle:before {
    content: 'CLOSE';
    position: absolute;
    left: -25px;
    top: 25px;
    text-align: center;    
    width: 80px;
    height: 30px;
    color: #fff;
    transform: rotate(90deg);
}
.sidebar-toggle.is-closed:before {
    content: 'OPEN';
}
.sidebar {
    position: fixed;
    top: 25%;right: 0;
    padding: 0;
    width: 16em;
    min-height: 310px;
    color: #fff;
    background-color: #ae874e;
    transition: .7s;
    z-index: 999;
}
.sidebar.is-closed {
    transform: translateX(16em);
}

.form-wrapper {
    padding: 1.5rem;    
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.form-wrapper h4, 
.form-wrapper h2, 
.form-wrapper h5 {
    color: #fff;
}
.form-wrapper h4 {font-size: 16px;margin-bottom: 1rem;color: rgba(255,255,255,.9);} 
.form-wrapper h2 {font-size: 20px;margin-bottom: 1rem;line-height: 1.4;} 
.form-wrapper h5 {font-size: 15px;margin-bottom: 1rem;color: rgba(255,255,255,.7);font-weight: normal;} 
.form-wrapper h3 {font-size: 18px;margin-bottom: 1rem;} 

.form-wrapper .form-area {
    padding: 1rem;
    min-height: 200px;
    background-color: #fff;
}
.form-phone {
    padding: 10px 10px;
    font-size: 24px;  
    text-align: center;
    color: #ffcb7e;
    background-color: #442a01;
}


/*fixed*/
.fixed-nav {
    position: fixed;
    left: 0;bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #212A31;
    z-index: 3;
}
.fixed-nav a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}  
.fixed-nav a.talktalk {
	background-repeat: no-repeat;
	background-image: url(../img/talktalk.png);
    background-position: 0 48%;
    padding-left: 30px;
}
.quick_main {
    padding: 1rem 0;
    width: 120px;
    text-align: center;
}
.quick_main li {
    padding: 1rem 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;    
}   
.quick_main li figure { 
    margin-bottom: 0;
}
.quick_main li svg {
    color: #111;
}
.quick_main .scroll-btn,
.quick_main #quickfirst {
    color: #fff;
    background-color: #193452;
    border-color: #193452;
}

.btn-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: auto;
    bottom: 2rem;
    right: 2rem;
    width: 70px;
    height: 70px;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    z-index: 3;
}
/* --------------------------------------------------------------------------
** 
** custom
**
----------------------------------------------------------------------------*/
.kso-promotion .owl-slide .item-caption h1:before {
    content: '';
    position: absolute;
    left: 0;top: -1rem;
    width: 40px;height: 5px;
    background-color: #f28121;
}
.kso-promotion .owl-slide .item-caption h1 {font-size: 70px;}
.kso-promotion .owl-slide .item-caption .owl-p {font-size: 20px;}

.video-caption {
    z-index: 3;
}
.video-caption h1 {
    font-size: 46px;
}
.kso-visual-video {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
.kso-visual-video video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    object-position: center center;
}
.fullscreen.kso-visual {
    position: absolute !important;
    left: 0;top: 0;
}
/* --------------------------------------------------------------------------
** 
** section
**
----------------------------------------------------------------------------*/
.section-fullpage .fp-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #080808;
    background-size: cover;
    background-position: center center;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #999;
}

.section-title,
.section-title .h1,
.section-title .h2 {color: #fff;}

.section-fullpage .section-summary {
    font-size: 23px;
    line-height: 1.8;
}


.line-vertical:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -80px;
    width: 1px;
    height: 70px;
    border-left: 1px solid #fff;
}

#section-page1 .fp-bg {
    background-color: #576e8b;
}
#section-page1 figure {
    position: relative;
    margin: 0;
    background-color: #538EE7;
}
#section-page1 figure img { 
    opacity: 1;   
    transition: all .3s ease;
}
#section-page1 figure figcaption {
    position: absolute;
    left: 0;bottom: 0;
    width: 100%;
    padding: 1rem;
    font-size: 15px;
    color: #fff;
    background-color: #709bd1;
}
#section-page1 figure figcaption>i {
    position: absolute;
    bottom: 20px;right: 1rem;
}    
#section-page1 figure:hover img {
    opacity: .7;
}

#section-page2.section-fullpage .fp-bg,
#section-page2.section-fullpage .fp-tableCell {
    background-color: #314550;
}

#section-page2.section-fullpage .bg-column {
    position: absolute;
    left: 0;top: 0;
    right: 0;bottom: 0;
    width: 100%;
    height: 100%;
}   
#section-page2.section-fullpage .bg-column>.column {
    position: absolute;
    left: 0;top: 0;right: 0;
    height: 33.3333333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#section-page2.section-fullpage .bg-column>.column>.back {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    opacity: 0;
}
#section-page2.section-fullpage .bg-column>.column:hover>.back {
    opacity: 1;
}
#section-page2.section-fullpage .bg-column>.column.second {
    top: 33.333333%;
    bottom: 66.6666666%;
    background-color: #563c3c;
}
#section-page2.section-fullpage .bg-column>.column.third {
    top: 66.6666666%;
    bottom: 0;
    background-color: #464a6e;
}

.box-counter {
    padding: 1.5rem 1.5rem;
    color: #fff;
}
.box-counter .counter {
    font-size: 52px;
    font-weight: 700;
}

#section-page3.section-fullpage .fp-bg {
    background-color: #675268;
}
.box-ico {
    padding: 2rem 1rem;
    text-align: center;
    color: #fff;
    background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.2);
}
.box-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 250px;
    height: 250px;
    background-color: rgba(0,0,0,.05);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

#section-page4.section-fullpage .fp-bg {
    background-color: #3f7399;
}

.swiper-nav {
    position: relative;
    width: 110px;
    height: 50px;
}
.swiper-nav .swiper-button-next:after, 
.swiper-nav .swiper-button-prev:after {
    font-size: 18px;
}
.swiper-nav .swiper-button-prev, 
.swiper-nav .swiper-rtl .swiper-button-next,
.swiper-nav .swiper-button-next, 
.swiper-nav .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .3s ease;
}
.swiper-nav .swiper-button-prev:hover,
.swiper-nav .swiper-button-next:hover {
    color: #111;
    background-color: #fff;
}


#section-page4 .imgbox {
    position: relative;
    overflow: hidden;
}
#section-page5 .imgbox .caption {
    position: absolute;
    left: 50%;
    bottom: 20%;
    text-align: center;
    transform: translateX(-50%);
}
#section-page5 .imgbox .caption h3 {font-size: 36px;}
#section-page5 .imgbox .caption {font-size: 17px;}


a.btn-swipe {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-family: sans-serif;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}
a.btn-swipe span{
  position: relative;
  z-index: 2;
}
a.btn-swipe:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff003b;
  transition: all .35s;
  z-index: -1;
}
a.btn-swipe svg {
    transition: all .35s;
}
a.btn-swipe:hover{
  color: #fff;
}
a.btn-swipe:hover{
  border-color: #ff003b;
}
a.btn-swipe:hover:after{
  width: 100%;
}
a.btn-swipe:hover svg {
    transform: translateX(10px);
}


.location {
    padding: 1.5rem 1rem;
    border-top: 1px solid rgba(255,255,255,.3);
}

.kso-footer.dark {
    background-color: #131313;
}
.section-footer {
    background-color: #171717;
}
.sub-header {
    position: relative;
}
.sub-header:before {
    content: '';
    position: absolute;
    width :100%;height: 100%;
    background-color: rgba(0,0,0,.5);
}
.sub-header .sub-header-caption h1>span:before {
    background-color: #FA8522;
}

[class*='sr__'] {visibility: hidden;}

/* mediaQuery
--------------------------------------------------------*/
@media (min-width:768px){
    .f-btn-wrap{display: none;}
}
@media (min-width: 992px) {   
    #section-page2.section-fullpage .bg-column>.column {
        width: 33.333333%;
        height: 100%;
    }
    #section-page2.section-fullpage .bg-column>.column.second {
        top: 0;
        left: 33.333333%;
        right: 66.6666666%;
        background-color: #563c3c;
    }
    #section-page2.section-fullpage .bg-column>.column.third {
        top: 0;
        left: 66.6666666%;
        right: 0;
        background-color: #464a6e;
    }    
}
@media (min-width: 1200px) {   
    .pl-xl-7rem {padding-left: 7rem !important}

    .navik-header.border-cover {
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

    #section-page0:before {
        display: none;
        content: '';
        position: absolute;
        right: 90px;
        top: 0;
        bottom: 0;
        border-left: 1px solid rgba(255,255,255,.2);
        z-index: 3;
    }
    #section-page0:after {
        content: '';
        position: absolute;
        right: -70px;
        top: 50%;
        letter-spacing: 1px;
        color: rgba(255,255,255,.95);
        transform: rotate(90deg);
        z-index: 3;
    }
    .section-title .h1 {font-size: 52px;}
    .section-title .h2 {font-size: 36px;}

    .box-counter {
        border-right: 1px solid rgba(255,255,255,.4);
    }
    .box-counter.line {
        border-left: 1px solid rgba(255,255,255,.4);
    }

    #section-page3 {
        padding-top: 70px !important;
    }

    #owlpd.owl-carousel .owl-item:nth-child(odd) {
        margin-top: 4rem;
    }
    .container.container-inner {
        margin: 0 auto;
        padding: 100px 50px 140px;
        max-width: 1730px;
    }
    .visual-caption h1 {
        font-size: 50px;
        font-weight: 600;
    }
    .visual-caption h4 {font-size: 41px;}
    .visual-caption p {font-size: 24px;}
    
    .kso-contents>.container-full {
        padding-top: 60px;
    }
}
@media (min-width: 1340px) {
    .container-13 {max-width: 1330px;}
    .kso-promotion {min-height: 650px;}   
}    
@media (min-width: 1440px) {
    .container-14 {max-width: 1430px;}
}
@media (min-width: 1500px) {
    .kso-promotion {min-height: 750px;}    
}    
@media (max-width: 1200px) {
    .navik-header .logo {padding: 5px 0;text-align: left;}
}
@media (max-width: 991px) { 
    .video-caption h4 {
        font-size: 18px;
    }
    #kso-parallax:before {
        display: none;
    }
    .navik-fixed-sidebar .menu-social-media a {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
    #section-page2 .section-title h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) { 
    #kso-intro .bg-img {
        min-height: 300px;
        height: 300px;
    }

    .fp-section.fp-table {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    #section-page0 {
        padding: 0 !important;
    }
    .section-fullpage .section-title h1 {
        font-size: 28px;
    }
    .section-fullpage .section-title h2 {
        font-size: 26px;
    }
    .f-btn-wrap{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		display: flex;
	}
	.f-btn-cont{
		height: 65px;
        background-color: #ae874e;
        width: 50%;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
	}
    .f-btn{
        color: #fff !important;
    }
}
@media (max-width: 575px) { 
    .logo-svg {
        padding: 0;
        width: 100px;
    }

    .video-caption h1 {
        font-size: 24px;
    }

    .m-height{height: 300px !important;}
    .m-height .fp-tableCell{height: 300px !important;}

    .mo-font-15{font-size: 15px !important;}

}

@media (max-width: 340px) { 

}


/*trans*/
@media screen and (min-width: 768px) {
    .delay02 {transition: all  1s ease-out 0s;transition-delay: 0.2s}
    .delay04 {transition: all  1s ease-out 0s;transition-delay: 0.4s}
    .delay06 {transition: all  1s ease-out 0s;transition-delay: 0.6s}
    .delay08 {transition: all  1s ease-out 0s;transition-delay: 0.8s}
    .delay10 {transition: all  1s ease-out 0s;transition-delay: 1.0s}
    .delay12 {transition: all  1s ease-out 0s;transition-delay: 1.2s}
    .delay14 {transition: all  1s ease-out 0s;transition-delay: 1.4s}

    .section-fullpage.active .trans-up { 
        opacity: 1;visibility: visible;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
    }
    .section-fullpage .trans-up { 
        opacity: 0;visibility: hidden;
        -moz-transform: translate3d(0px, 100px, 0px);-ms-transform: translate3d(0px, 100px, 0px);-o-transform: translate3d(0px, 100px, 0px);-webkit-transform: translate3d(0px, 100px, 0px);transform: translate3d(0px, 100px, 0px);   
        /*-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
         -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;*/
    } 
    .section-fullpage.active .trans-down { 
        opacity: 1;visibility: visible;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transform: translate3d(0px, 0px, 0px);-ms-transform: translate3d(0px, 0px, 0px);-o-transform: translate3d(0px, 0px, 0px);-webkit-transform: translate3d(0px, 0px, 0px);transform: translate3d(0px, 0px, 0px); 
    }
    .section-fullpage .trans-down { 
        opacity: 0;visibility: hidden;
        -moz-transform: translate3d(0px, -100px, 0px);-ms-transform: translate3d(0px, -100px, 0px);-o-transform: translate3d(0px, -100px, 0px);-webkit-transform: translate3d(0px, -100px, 0px);transform: translate3d(0px, -100px, 0px);  
        /*-moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
        -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;*/
    }    
    .section-fullpage.active .trans-left{
        opacity: 1;visibility: visible;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
    }
    .section-fullpage .trans-left{
        opacity: 0;visibility: hidden;
        -moz-transform: translate3d(-150px, 0px, 0px);-ms-transform: translate3d(-150px, 0px, 0px);-o-transform: translate3d(-150px, 0px, 0px);-webkit-transform: translate3d(-150px, 0px, 0px);transform: translate3d(-150px, 0px, 0px);  
        -moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
        -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
    }
    .section-fullpage.active .trans-right{
        opacity: 1;visibility: visible;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
        -moz-transform: translate3d(0px, 0px, 0px);  -ms-transform: translate3d(0px, 0px, 0px);  -o-transform: translate3d(0px, 0px, 0px);  -webkit-transform: translate3d(0px, 0px, 0px);  transform: translate3d(0px, 0px, 0px); 
    }
    .section-fullpage .trans-right{
        opacity: 0;visibility: hidden;
        -moz-transform: translate3d(100px, 0px, 0px);-ms-transform: translate3d(100px, 0px, 0px);-o-transform: translate3d(100px, 0px, 0px);-webkit-transform: translate3d(100px, 0px, 0px);transform: translate3d(100px, 0px, 0px);   
        -moz-transition: all 780ms ease 0s;-o-transition: all 780ms ease 0s;-webkit-transition: all 780ms ease 0s;transition: all 780ms ease 0s;
        -webkit-transition-delay: 620ms;-moz-transition-delay: 620ms;-o-transition-delay: 620ms;transition-delay: 620ms;
    }
}


/* custom */

.btn-tel{
    padding: 8px 16px;
    background-color: #ae874e;
    border-radius: 50px;
    border: 1px solid #ae874e;
    transition: all .5s;
}
