﻿

.fullpage-mouse { position: fixed; bottom: 7%; z-index: 50; left: 50%; display: block; transform: translate(-50%, 0); }
.fullpage-mouse img { animation: MoveUpDown 1.2s ease-in-out infinite; position: relative; z-index: 10; }
@keyframes MoveUpDown { 0%, 100% { transform: translateY(0rem); } 50% { transform: translateY(1rem);}}

#section-4 div.container, #section-6 div.container, #section-7 div.container {position: relative; top: 0; left: 0; right: 0;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {pointer-events: auto!important;}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 2em!important;}
.swiper-button-prev, .swiper-button-next {color: #fff; top: 70%!important; transform: translateY(-50%);}
.swiper-button-prev {left: -2em!important;}
.swiper-button-next {right: -2em!important;}

/* common */
h2.title {
    color: #fff;
    font-size: 3.2em;
    font-weight: bold;
    letter-spacing: 1px;
 
}


#section-1 > div > div:first-child, #section-1 div.s1-bg {
    width: 100%;
    height: 100%;

}

h3.subTitle {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: .1rem;
    margin-bottom: .5em;
    font-weight: bold;
}

    h3.subTitle
    /*#fp-nav ul li .fp-tooltip.right {right: 15px;}*/
    #fp-nav ul li .fp-tooltip.right {
        font-family: 'Nanum Square';
        letter-spacing: .3px;
    }
#fp-nav ul li:last-child {display: none;}
#fp-nav ul li, .fp-slidesNav ul li { margin:25px 7px; }
#fp-nav ul li:last-child { display:none; }
#fp-nav ul li .fp-tooltip { font-weight: bold; color:#000!important; opacity:1!important; width:6em!important; text-align:right; font-size:1.0em; top: 0; transform: skew(-0.05deg); }
#fp-nav ul li .fp-tooltip.white {color:#fff!important; }
#fp-nav ul li a.white span {background: #fff;}
#fp-nav ul li a.active.white {border: 1px solid #fff; }
#fp-nav ul li.black a.active {
    border-color: #121212;
}
#fp-nav ul li.black .fp-tooltip {color: #121212!important;}
#fp-nav ul li a span.black {background: #121212; }
#fp-nav ul li a.active { border: 1px solid #000; text-decoration: none; padding: 5px; border-radius: 100%; top: 4px; left: 2px; position:relative; transition:.3s all ease-in-out; }
#fp-nav ul li a.active span { width: 0px; height: 0px; }
.fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span { width: 4px; height: 4px; margin: -2px 0 0 -2px; }

.slider {
    height: 100% !important;
}

#section-1 {
    position: relative;
    height:100vh;
}

.slider .slider-wrapper .slide p {
height: 100%;
}
#section-1 > div > img:first-child {
    width: 100%;
    height: 100%;
}

.slider .slider-wrapper .slide img {
    height: 100%;
}
#section-1 .text-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section-1 p {
    font-size: 35px;
    font-family: 'Arita-buri-SemiBold';
}
#section-1 .Main_title {
    font-size: 50px;
    font-family: 'Arita-buriB';
}
@-webkit-keyframes zoomin { 0% { -webkit-transform: scale(1.2); } 100% { -webkit-transform: scale(1); }}

#slideText {
    -webkit-animation: zoomin 9s 1;
    animation: zoomin 9S 1;
}


/* s2 */
#section-2 { position: relative; background: url(../../../Layouts/hanseifgtv_Layout/Images/2_bg.jpg) no-repeat center/cover;}
#section-2 .section2-desc {text-align: center; color: #fff; font-size: 15px;}
    #section-2 .EarlymorningPrayer {
        background: url(../../../Layouts/hanseifgtv_Layout/Images/2_box01.jpg) no-repeat center/cover;
        background-size: cover;
        height: 250px;
        padding: 50px;
        position: relative;
        background-repeat: no-repeat;
    }
    #section-2 .sermon_subject {
        color: #fff;
        font-size: 22px;
        position: relative;
    }
        #section-2 .sermon_subject:after {
            content: "";
            position: absolute;
            width: 118px;
            bottom: 0px;
            left: 50%;
            transform: translate(-50%, 15px);
            height: 1px;
            background: #fff;
        }
        #section-2 .section2-bible {
            margin-top: 10%;
            font-size: 19px;
            word-break: keep-all;
        }
    #section-2 .subject { color: #fff; position:relative;  margin-top: 40px;}
    #section-2 h3.subject {
        font-size:35px;
        margin-top: 170px;
    }
        #section-2 h3.subject:after {
            content: "";
            position: absolute;
            width: 80px;
            bottom: 0px;
            left: 50%;
            transform: translate(-50%, 15px);
            height: 4px;
            background: #EE1C25;
        }
    #section-2 h1.subject {
        font-family: 'Arita-buri-SemiBold';
        font-size: 40px;
    }
    #section-2 h2.subject { font-size: 25px;}



    #section-2 .sermonWenday {
        background: url(../../../Layouts/hanseifgtv_Layout/Images/2_box02.jpg) no-repeat center/cover;
        background-size: cover;
        height: 250px;
        padding: 50px;
        position: relative;
        background-repeat: no-repeat;
    }
    #section-2 .sermonFriday {
        background: url(../../../Layouts/hanseifgtv_Layout/Images/2_box03.jpg) no-repeat center/cover;
        background-size: cover;
        height: 250px;
        padding: 50px;
        position: relative;
        background-repeat: no-repeat;
    }
    #section-2 .sermon_threebox a {
        width: 200px;
        text-align: center;
        font-weight: bold;
        font-size:19px;
        padding: 10px;
        background: #fff;
        transition: all .2s;
    }

        #section-2 .sermon_threebox a:hover {
            color: #fff;
            background: #ED1B24;
        }
        #section-2 .sermon_threebox {
            display: flex;
            justify-content: space-between;
            width: 1000px;
            margin: 30px auto 0;
        }
    .s2-box {
        color: #fff;
        text-align: center;
    }
.s2-box hr {width: 3em;}
.s2-date {letter-spacing: .2px; font-size: 1.4em; font-weight: normal;}
.s2-title {font-size: 2.4em;  text-shadow: 0 2px 1px #a8a8a8, 0 0px 1px #fff;}
.s2-pastor {font-weight: normal; font-size: 1.4em; margin: 1em auto;}
.s2-innerBtn, .s2-sermon {justify-content: center; margin: 5em auto 0;}
.s2-innerBtn li {padding: 0 .5em; }
.s2-sermon li {padding: 0 1em;}
.s2-sermon li a {width: 100%; display: block; position: relative; top: 0; left: 0;}
.s2-sermon li p {font-size: 1.5em; font-weight: bold; position: absolute;  top: 50%;  left: 50%; transform: translate(-50%, -50%); }
.s2-sermon li img {box-shadow: 0px 1px 3px #ffffff; border-radius: 25px;}

/* s3 */
#section-3 {
    text-align: center;
    position: relative;
    background: url(../../../Layouts/hanseifgtv_Layout/Images/3_bg.jpg) no-repeat center/cover;
}

    #section-3 .container {
        padding-top: 0px;
    }
    #section-3 h3.subTitle {
        position: relative;
        margin-bottom:50px;
        margin-top: 170px;
    }
        #section-3 h3.subTitle:before {
            content: "";
            position: absolute;
            width: 200px;
            top: -20px;
            left: 50%;
            transform: translate(-50%, 0px);
            height: 1px;
            background: #fff;
        }
    #section-3 h2.title ,#section-3 h2.title_2{
        font-family: 'Arita-buri-SemiBold';
    }
    #section-4 h2.title {
        font-family: 'Arita-buri-SemiBold';
    }

    #section-3 h3.subTitle:after {
        content: "";
        position: absolute;
        width: 200px;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 20px);
        height: 1px;
        background: #fff;
    }

.title-style { color: #fff; font-family: 'NanumSquare'; font-weight: normal; padding: 2em 0 3em; line-height: 2; font-size: 21px }
.s3-innerBtn {justify-content: center; margin: 0em auto 0;}
.s3-innerBtn li { padding: 0 24px; }
.s3-innerBtn li p { color: #fff; font-size: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.s3-innerBtn li p:after { content: ""; position: absolute; width: 100px; bottom: 0px; left: 50%; transform: translate(-50%, 20px); height: 1px; background: #fff;}
.s3-innerBtn li a, .s2-innerBtn li a { display: block; width: 100%; height: 100%; position:relative; top: 0; left:0; transition: all .3s ease-in-out;}
.s3-innerBtn li a:hover { background: rgba(255,255,255,0.4);}
.s3-innerBtn li a:hover p { color: #10386E; }
.s3-innerBtn li a:hover p:after {background: #10386E; }
/* s4 */
#section-4 {text-align: center; position: relative; background: url(../../../Layouts/hanseifgtv_Layout/Images/4_bg.jpg) no-repeat center/cover;}
.s4Cont {width:100%; overflow: hidden; position: relative; top: 3em;}
.s4Cont .swiper-slide { height: 50vh;  position: relative; top: 0; left: 0; padding: 2em; }
.s4Cont .swiper-slide div.s4-txt {color: #fff;}
.s4Cont .swiper-slide div.s4-txt h3 {font-weight: normal; margin: 0 0 1em; font-size: 1em; line-height: 1.6;}
.s4Cont .swiper-slide div.s4-txt h2 {font-size: 2em; margin: 0 0 .5em;}
.s4Cont .swiper-slide div.s4-txt p {font-size: 1.1em; line-height: 1.7;}
.s4Cont .swiper-slide div.s4-txt a {display: block; width: 100%; color: #fff;margin-top: 5em;}
#section-4 .swiper-button-prev, #section-4 .swiper-button-next {transform: unset;}
#section-4 li {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding: 25px 15px;
}

    #section-4 li div {
        float: left;
    }
#section-4 li div.section4-box-cont {
            margin-top: 30px;
            margin-left: 50px;
        }

    #section-4 li img {
        float: right;
        margin-top: 18px;
    }
#section-4 ul a {
    color: #000;
    text-decoration: none;
}
#section-4 li div.section4-box-cont p.cont-title {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

#section-4 li div.section4-box-img {
    float:right;
}



#section-4 li div.section4-box-date {
    float: right;
    margin-top: 30px;
    width: 14%;
    color: #fff;
}
/* s5 */
#section-5 {
    text-align: center;
    position: relative;
    background: url(../../../Layouts/hanseifgtv_Layout/Images/s5_bg.jpg) no-repeat center/cover;
}
.s5-innerBtn {justify-content: center; margin: 8em auto 0;}
.s5-innerBtn li {padding: 0 1.5em;}
.s5-innerBtn li a {width: 100%; display: block; transition: all .35s ease-in-out;}
.s5-innerBtn li a img:hover {transform: translateY(-10px);}
.s5-innerBtn li a img { display: block; transition: all .35s ease-in-out;}
.s5-innerBtn li a p {color: #fff; font-size: 1.8em; font-weight: bold; margin-top: 1em; text-shadow: 1px 2px 1px rgb(0 0 0 / 50%);}



/* s6 */
#section-6 {text-align: center;  background: url(../../../Layouts/hanseifgtv_Layout/Images/s6_bg.jpg) no-repeat center/cover;}
.communityCont {width: 100%; position: relative; overflow: hidden; padding: 5em 0 0;}
.communityCont .swiper-slide { background-size: 100% 100%!important; height: 245px; padding: 2em 1.5em;}
.communityCont .swiper-slide p.s6-title {background: #74B960; border-radius: 20px; display: inline-block; padding: 8px 20px; color: #fff;}
.communityCont .swiper-slide a {display: block; width: 100%; /*margin: 2em auto 0;*/ overflow: hidden; text-overflow: ellipsis; position: relative;}
#section-6 .swiper-button-prev, #section-6 .swiper-button-next {top: 80% !important;}



/* s7 */
#section-7 {text-align: center; position: relative; background: url(../../../Layouts/hanseifgtv_Layout/Images/s7_bg.jpg) no-repeat center/cover;}
.galleryCont {width: 100%; margin-top: 2em; overflow: hidden; visibility: visible;}
.galleryCont div div a {display: block; width: 100%;}
.galleryCont div div a > div { height: 12em; box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;}
.galleryCont .swiper-slide div::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height:100%; display: block; transition: all .3s linear; }
.galleryCont .swiper-slide p {display: inline-block; position: absolute;left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; transition: all .3s linear; }
.galleryCont .swiper-slide div:hover::after {background: rgba(0,0,0,0.4);}
.galleryCont .swiper-slide div:hover p {opacity: 1; color: white; z-index: 1;font-size: .9em;} 


/* footer */
.footer { clear: both; position: relative; background: #221E1F;}
.footer .foot_toptitle { margin-bottom: 15px; font-size: 1.0em;}
.footer div.container {padding: 1.5em 5px 1em; color: #fff; text-align: left; position: relative;}
.footer .footM {
        font-size: 17px;
    }
.footer h4 { font-size: 1.1em; font-weight: normal; margin: 0 0 1em; line-height: 1.8;}
.footer p {font-size: .9em; font-weight: normal; line-height: 1.8; letter-spacing: .3px;}
.footer .topBtn { position: absolute; right: -5em; top: 0; z-index: 1;}



/* btn */

.view-more {
  display: inline-block;
  padding: 17px 50px;
  color: #00A9E0;
  font-size: 17px;
  border: 5px solid #fff;
  text-decoration: none;
  overflow: hidden;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 10;
 border: 1px solid #00A9E0; 
 font-weight:100;
}

.view-more:hover {
  color: #fff;
}

.view-more:hover:before {
  -webkit-transform: translateX(0) skewX(-17.62deg);
  -ms-transform: translateX(0) skewX(-17.62deg);
  transform: translateX(0) skewX(-17.62deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.view-more:before {
  z-index: -1;
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateX(-101%) skewX(-17.62deg);
  -ms-transform: translateX(-101%) skewX(-17.62deg);
  transform: translateX(-101%) skewX(-17.62deg);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.view-more1:before {
	background: #C7B1E6;
}

.view-more2:before {
	background: #737069;
}




/* responsive */
@media (max-width:1560px) {
    .s3-innerBtn li { padding: 0 1em;}
}

@media (max-width:1499px) {
#section-2 .sermon_threebox a { width: 140px;}
#section-2 .sermon_threebox {width: 768px;}
.s3-innerBtn li p:after {width: 50px; transform: translate(-50%, 5px);}
#fp-nav ul li a.active { left: -3px; }
.footer .topBtn { right: 0em;}
#section-4 li { padding: 20px 10px;}
#section-3 .title-style {padding: 1em 0 2em; }
#fp-nav ul li, .fp-slidesNav ul li {width: 0!important;}
#fp-nav ul li .fp-tooltip {font-size: 1.4rem; width: 7em!important; }
h1.text-center {font-size:2em;}    
.s2-box {padding-top: 3em;}
.s2-date, .s2-pastor {font-size: 1.1em;}
.s2-title { font-size: 1.8em;}
.s2-innerBtn, .s2-sermon {margin: 3em auto 0;}
.s2-innerBtn li a img {max-width: 11em;}
.s2-sermon li p { font-size: 1.1em;}

    h3.subTitle {font-size: 1.2em;}
    h2.title {font-size: 1.8em; text-shadow: 0px 1px 0px #a8a8a8, 0px 1px 0px #fff;}
    .title-style {font-size: 1.4em;}

    .s3-innerBtn li img {max-width: 11em;}
    
    .s5-innerBtn {margin-top: 4em;}
    .s5-innerBtn li a p {font-size: 1.3em;}
    .galleryCont { margin-top: 1em;}
}

@media (max-width:1199px) {
    #section-3 .title-style {padding: 1em 0 2em; }
    .s3-innerBtn {justify-content: space-around; }
    #section-2 h2.subject { font-size: 20px !important;}
    #section-2 h3.subject { font-size: 25px !important; }
    #section-2 .subject { margin-top: 25px; font-size: 30px !important;}
    #section-2 .EarlymorningPrayer { padding: 25px 15px;}
    #section-2 .sermonWenday {padding: 25px 15px; }
    #section-2 .sermonFriday {  padding: 25px 15px;  }

    #section-2 h3.subject {margin-top: 50px}
    #section-4 li { padding: 15px 10px;}
    .title-style { padding: 1em 0 2em; }
    #section-3 h3.subTitle { margin-top: 80px; }
    #section-1, #section-2, #section-3, #section-4, #section-5 {
        background-size: auto 100% !important;
    }

}

@media (max-width:992px) {
#section-3 .container {padding-top: 5em; }
#fp-nav { display:none!important; }
.s3-innerBtn li p {font-size:20px; }
.section .container { padding-top: 5em; }
}

@media (max-width: 767px) {
#section-2 h1.title {}
#section-3 h3.subTitle:after { bottom: 15px;}
#section-3 h3.subTitle:before { top: -10px;}
#section-4 li div.section4-box-date {margin-top: 20px; }
#section-3 h3.subTitle { margin-bottom: 35px; margin-top: 10px;}
#section-3 .title-style {padding: 0.5em 0 0.5em; }
#section-3 h3.subTitle {margin-top: 19px; }
#section-2 h2.subject { font-size: 17px !important;}
#section-2 .section2-bible { margin-top: 1%;}
#section-2 .section2-box { margin-top: 5px;}
#section-2 .section2-bible {width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal;}
#section-2 .subject { margin-top: 15px; font-size: 18px !important;}
#section-1 .Main_title { font-size: 35px;}
#section-1 p { font-size:25px;}
#section-4 h2.title { margin-bottom: 2em;}
#section-4 li img { width: 70%; margin-top: 10px;}
#section-4 li { padding: 0px 5px;}
#section-4 li div.section4-box-date { width: 23%; }
#section-4 li div.section4-box-cont p.cont-title { font-size: 17px; width: 300px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal; text-align: left;}
#section-4 li div.section4-box-cont {margin-left: 5px; margin-top: 10px; }
#section-4 .container { padding-top: 5em;}
#section-2 .sermon_subject:after {width: 80px; transform: translate(-50%, 10px); bottom:5px;}
#section-2 .sermon_threebox a { font-size: 15px;}
#section-2 .sermon_subject { font-size: 20px;}
#section-2 .section2-bible { font-size: 15px;}
#section-2 .pastor { margin-top: 15px; font-size: 16px !important; }
#section-2 .title { margin-top: 30px; font-size: 25px !important;}
#section-2 h3.subject { margin-top: 75px;}
#section-2 .container { padding-top: 0.5em;}
#section-2 .section2-date { font-size: 15px;}
#section-2 .sermon_threebox a { width: auto; }
#section-2 .container .Friday {margin-top: 30px;}
#section-2 .sermon_threebox { display: flex; justify-content: space-around; width: auto; margin: 10px 0 0; }
#section-2 .sermonFriday { padding: 3px 10px; height: auto;}
#section-2 .sermonWenday { padding: 3px 10px; height: auto;}
#section-2 .EarlymorningPrayer { padding: 3px 10px; height: auto;}
#section-2 .section .container { padding-top: 2em; }
.s3-innerBtn li {height: 160px; padding: 0 0.5em;}
.s2-box { padding-top: 4em;}
.slider .slider-wrapper .slide img { width: 100%; }
.fp-tableCell { float: left;}
.s2-box { padding-top: 1em; }
.s2-pastor { margin: 0.5em auto; }
.s2-innerBtn li a img { max-width: 8em; }
.s4Cont { width: 323px !important; margin: 0 auto; }
.s4Cont .swiper-slide div.s4-txt a { margin-top: 2em; }
.s4Cont .swiper-slide { height: 56vh; width: 322px !important; }
.communityCont { width: 264px; margin: 0 auto; }
.swiper-button-next { right: 1em !important; }
.swiper-button-prev { left: 1em !important; }
.title-style { font-size: 1.3em; }
.s3-innerBtn li img { max-width: 100%; height: 100%;}
.s3-innerBtn li p img {width: 50%;}
.title-style { padding: 1em 0 1em; }
.s2-sermon li { padding: 0 0.1em;}
.s2-sermon li img { box-shadow: 0px 1px 3px #ffffff; border-radius: 25px; width: 70%;}
h2.title { font-size: 1.3em; }
.s5-innerBtn li { padding: 0 1em; }
}
@media (max-width: 600px) { 
#section-2 h3.subject:after {bottom: 10px;}
.footer .topBtn img { width: 70%;}
.footer .foot_toptitle { font-size: 0.9em; }
.footer .footM { font-size: 15px; }
#section-4 li div.section4-box-cont p.cont-title {width: 100%;  float: left;}
#section-4 li div.section4-box-date { width: 25%;}
.s3-innerBtn li {height: 130px; padding: 0 20px;}
.s3-innerBtn { display: inline-block; width: 100%;}
.s3-innerBtn li { width: 50%; float: left; }
.s2-box { padding-top: 0em; }
.s2-innerBtn, .s2-sermon { margin: 1em auto 0; display: inline-block; }
.s2-sermon li { padding: 0 0.2em; height: 105px; float: left; width: 50%; }
.title-style { padding: 2em 0 2em; }
.s4Cont .swiper-slide div.s4-txt a {
        margin-top: 1em;
    }
    .title-style {
        font-size: 1em;
    }

    .s4Cont .swiper-slide div.s4-txt a {
        margin-top: 1em;
    }

    .s4Cont .swiper-slide div.s4-txt h2 {
        margin: 0 0 0.2em;
    }

    .s4Cont .swiper-slide div.s4-txt a {
        margin-top: 0em;
    }
    .s4Cont .swiper-slide div.s4-txt h3 {
        margin: 0 0 0.5em;
    }

    .s2-sermon li img {
        width: 88%;
    }
}


    @media (max-width: 400px) {
        #section-2 .sermon_threebox a {padding: 5px;}
        .s2-sermon li {
            padding: 0 0.2em;
            height: 105px;
            float: left;
            width: 50%;
        }
        .s3-innerBtn li a, .s2-innerBtn li a {
            width: 100%;
        }
    }