@charset "utf-8";
/*
    Theme Name: KK Dev Themes
    Version: 1.0.0
    Author: KK Dev
*/

* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background: #ddf1f5;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #37c5f3;
}
a{
    /*color: #333;*/
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@media(min-width: 1230px){
    .container{
        width: 1230px;
    }
}
h3{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-align-center{
    align-items: center;
}
/*header*/
.header{
    background: rgba(26, 145, 107, 1.0);
    background: -webkit-radial-gradient(circle, rgba(26, 145, 107, 1.0), #185a9d);
    background: radial-gradient(circle, rgba(26, 145, 107, 1.0), #185a9d);
    height: 75px;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}
.header-nav{
    height: 75px;
    transition: all 0.3s;
}
.ul-nav-header li{
    display: inline-block;
}
.ul-nav-header li:nth-child(4){
    padding-left: 200px;
}
.ul-nav-header li a{
    display: block;
    line-height: 75px;
    padding: 0 30px 0;
    color: #faefd2;
    font-weight: bold;
}
.logo-header{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 121px;
    z-index: 100;
}
.logo-header img{
    border-radius: 13px;
    width: 100%;
    height: 87px;
    object-fit: cover;
}
.nav-header-inner{
    text-align: center;
    padding-right: 150px;
}
.hotline-header{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}
.hotline-header-inner {
    position: relative;
    border-radius: 10px;
    border: 1px solid #faefd2;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    width: 174px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.hotline-header-inner svg{
    position: relative;
    top: 4px;
    margin-right: 6px;
}
@-webkit-keyframes pulse{
    0%{-webkit-transform:scale(1);transform:scale(1)}
    50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
    100%{-webkit-transform:scale(1);transform:scale(1)}
}
/*End header*/

/*st1*/
.st1{
    margin-top: 75px;
    height: 625px;
    position: relative;
}
.st1 video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    object-fit: cover;
}
/*End st1*/

/*st2*/
.st2 .container{
    position: relative;
}
.st2-top{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 730px;
    max-width: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    padding: 7.5px 8px;
    color: #fff;
    margin: auto;
    margin-top: -163px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.7);
}
.st2t-left{
    border: 1px solid #ffc61e;
    border-right: none;
    position: relative;
    padding-bottom:80px;
}
.st2-top h3{
    margin: 11px 0 0px;
}
.st2tl-img{
    text-align: center;
    height: 115px;
}
.st2t-left:before{
    position: absolute;
    right: 0;
    height: 266px;
    width: 1px;
    border-left: 1px solid #ffc61e;
    content: "";
}
.st2t-right{
    border: 1px solid #ffc61e;
    border-left: none;
}
.st2tl-img img {
    position: relative;
    top: -24px;
}
.st2tl-ul li{
    padding-left: 30px;
    position: relative;
    color: #fbee88;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.st2tl-ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url(images/start.svg);
    width: 24px;
    height: 24px;
    top: 2px;
}
.st2tl-voucher{
    margin-top: 10px;
    box-shadow: 0px 15px 20px -15px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 15px 20px -15px rgba(255, 255, 255, 1);
    border-radius: 8px;
    width: 192px;
    margin-left: 20px;
}
.st2t-left h4{
    background: rgba(253, 246, 193, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(253, 246, 193, 1.0), rgba(222, 173, 85, 1.0));
    background: linear-gradient(180deg, rgba(253, 246, 193, 1.0), rgba(222, 173, 85, 1.0));
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 20px;
}
.h2h3st2 h3 span{
    display: inline-block;
    position: relative;
}
.st2-top h3 span:before{
    background: #e88c30;
    content: "";
    height: 2px;
    width: 35px;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.st2-top h3 span:after{
    background: #e88c30;
    content: "";
    height: 2px;
    width: 35px;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.h2h3st2 h2{
    background: rgba(253, 246, 193, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(253, 246, 193, 1.0), rgba(222, 173, 85, 1.0));
    background: linear-gradient(180deg, rgba(253, 246, 193, 1.0), rgba(222, 173, 85, 1.0));
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    filter: drop-shadow(rgb(0, 0, 0) 1px 2px 3px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0 50px;
}
.st2tr-img{
    position: relative;
    text-align: left;
    padding-left: 10px;
}
.st2tr-img span{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
.st2tr-img span:nth-child(2){
    display: block;
    font-size: 26px;
}
.st2tr-img span:nth-child(3){
    position: absolute;
    right: 10px;
    top: 0;
}
.st2tr-img img{
    position: absolute;
    top: 0px;
    left: 42%;
}
.st2t-car {
    position: absolute;
    width: 342px;
    left: 31%;
    bottom: -80px;
}
.st2-top-div{
    margin-bottom: 30px;
}
.st2b-left{
    width: 521px;
    margin-top: 50px;
    float: left;
    margin-left: 65px;
    position: relative;
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    padding: 24px 35px;
}
.st2-bottom,.box-before{
    position: relative;
}
.st2-bottom:before{
    width: 327px;
    height: 675px;
}
.box-before:before{
    position: absolute;
    border: 3px solid #ffc61e;
    content: "";
}
.st2b-left h3{
    color: rgb(0, 102, 63);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.line{
    text-align: center;
    margin: 10px 0px 15px;
}
.st2b-left ul li{
    padding-left: 30px;
    position: relative;
    color: rgb(0, 0, 0);
    line-height: 2;
}
.st2b-left ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url(images/icon2.svg);
    width: 24px;
    height: 24px;
    top: 5px;
}
.st2b-left ul li span{
    font-weight: bold;
    color: rgb(232, 58, 48);
}
.st2bl-hotline{
    margin: 10px 0 0;
}
.st2bl-hotline span {
    color: rgb(0, 102, 63);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.st2bl-hotline a{
    color: rgb(10, 54, 67);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    padding: 0px 25px;
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    border: 1px solid #fff;
    margin-left: 30px;
    display: inline-block;
    border-radius: 10px;
}
.st2bl-hotline a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.st2b-right{
    border: 3px solid #ffc61e;
    background: #fff;
    width: 456px;
    margin-left: 65px;
    margin-top: 50px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    z-index: 100;
}
.st2b-right h3 {
    color: rgb(0, 102, 63);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 20px;
}
.form input{
    height: 35px;
    padding: 0px 5px;
    border: 1px solid rgb(0, 102, 63);
    margin-bottom: 10px;
    width: 100%;
    line-height: 33px;
}
.radio-input{
    border: 1px solid rgb(0, 102, 63);
    height: 120px;
}
.form input::placeholder{
    color: #000;
}
.form p i{
    font-size: 14px;
}
.form input[type="submit"]{
    margin-top: 15px;
    width: 310px;
    max-width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    background: rgba(57, 130, 102, 1);
    background: -webkit-linear-gradient(180deg, rgba(57, 130, 102, 1), rgba(3, 86, 53, 1.0));
    background: linear-gradient(180deg, rgba(57, 130, 102, 1), rgba(3, 86, 53, 1.0));
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 5px;
}
.st2-right{
    width: 215px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(57, 130, 102, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
    background: linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
}
.st2 .container {
    padding-bottom: 50px;
}
.st2-right h3 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    width: 549px;
    position: absolute;
    right: -99%;
    bottom: 30%;
}
.st2-right h3 span{
    color: #e8b730;
}
/*End st2*/

/*st3*/
.st3{
    margin-top: 30px;
}
.ul-kc li{
    padding-left: 33px;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
}
.ul-kc ul{
    margin-bottom: 10px;
}
.ul-kc li:before{
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url(images/icon3.svg);
    width: 18px;
    height: 18px;
    top: 3px;
}
.st3-heading h3{
    color: rgb(0, 102, 63);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.title-st h3{
    color: rgb(32, 104, 137);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
    margin-top: 0;
}
.title-st h3 span,
.title-st h3 strong{
    background: #fff;
    padding-right: 15px;
    position: relative;
}
.title-st h3:before{
    position: absolute;
    left: 0;
    top: 31%;
    background: #848484;
    width: 100%;
    height: 1px;
    content: "";
}
.title-st h3:after{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffc61e;
    width: 118px;
    height: 2px;
    content: "";
}
.st3-left{
    line-height: 1.6;
    width: calc(100% - 630px);
    float: left;
}
.st3-right{
    width: 600px;
    float: right;
}
.st3-content-inner{
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 29px 34px 15px;
    margin-bottom: 40px;
}
.st3-right-slide img{
    height: 425px;
    object-fit: cover;
}
.st3-content2 .st3-left{
    width: calc(100% - 620px);
}
/*End st3*/

.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #02969d;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.owl-theme .owl-nav{
    margin: 0;
}
/*st4*/
.st4-btn{
    float: right;
    color: rgb(232, 58, 48);
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin:  0 0 35px;
    line-height: 1.6;
    cursor: pointer;
}
.st4-btn span{
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
}
.st4-btn svg{
    margin-left: 15px;
    vertical-align: middle;
}
.st4-btn2{
    display: none;
}
.owl-carousel .owl-item .st4-slide-item img{    
    height: 408px;
    width: initial;
    display: block;
    margin: auto;
    max-width: 100%;
}
.st4 .owl-carousel .owl-item .st4-slide-item img{    
    height: 436px;
}
.st4cr-inner{
    background: #fff;
    border: 2px solid #ffc61e;
    padding: 15px 25px;   
    height: 100%;
}
.st4crt-right{
    font-weight: bold;
}
.st4crt-right h3{
    color: rgb(0, 102, 63);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    white-space: nowrap;
}
.st4crt-right p{
    color: rgb(232, 58, 48);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}
.st4cr-top img{
    float: left;
    margin-left: -20px;
}
.st4cr-top{
    margin-bottom: 8px;
}
.submit-div{
    position: relative;
}
.submit-div svg {
    position: absolute;
    left: 70px;
    top: -30px;
    pointer-events: none;
}
.form2 input[type="submit"]{
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    color: #000;
    max-width: 250px;
    display: inherit;
    margin: 10px auto 0;
}
.st4-content>div{
    margin-bottom: 40px;
}
.st4-content1>div{
    border: 2px solid #ffc61e;
    padding: 20px 28px;
}
.st4-content2{
    display: none;
}
.st4-content1>div.st4-content1-left{
    border-right-width: 1px;
}
.st4-content1>div.st4-content1-right{
    border-left-width: 1px;
    background: #fff;
}
.title-st.title-st-center h3{
    text-align: center;
}
.title-st.title-st-center h3 span,
.title-st.title-st-center h3 strong,
.title-st-45 h3 span,
.title-st-45 h3 strong{
    padding-left: 15px;
}
.title-st.title-st-center h3:after{
    left: 50%;
    transform: translateX(-50%);
}
.title-bk.title-st h3 span,
.title-bk.title-st h3 strong{
    background: #ddf1f5;
}
/*End st4*/

/*st5*/
.fs-18{
    font-size: 18px;
}
.st5-left{
    padding-right: 70px;
}
.st5-right{
    padding-left: 50px;
}
.st5-content2 .st5-left{
    padding-right: 15px;
    padding-left: 70px;
    padding-top: 120px;
}
.st5-content2 .st5-right{
    padding-left: 15px;
    padding-right: 50px;
}
.title-st-45 h3{
    padding-left: 50px;
    margin-bottom: 0;
}
.title-st-45 h3:after{
    display: none;
}
.st5-text{
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    top: 105px;
    left: -80px;
    font-family: "Open Sans", sans-serif;
}
.st5-content1{
    margin-bottom: 60px;
}
.st5-content2 .st5-text {
    top: initial;
    left: initial;
    bottom: 93px;
    right: -80px;
}
.st5-box{
    position: relative;
}
.st5-box:before {
    width: 731px;
    height: 212px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}
/*End st5*/

/*st6*/
.st6 {
    overflow: hidden;
}
.st6-title{
    margin: 30px 0 50px;
}
.st6 .title-st h3{
    width: 514px;
    max-width: 100%;
}
.st6-title-bottom{
    position: absolute;
    right: 15px;
    margin: 0;
    top: 90px;
}
.mb-60{
    margin-bottom: 60px;
}
.pos-relative{
    position: relative;
}
.st6 .box-before:before {
    width: 1250px;
    height: 220px;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
}
/*End st6*/

.st5-content3 .st5-left{
    padding-right: 15px;
}
.st5-content3 .st5-right{
    padding-left: 80px;
}
.st5-content3 .st5-text{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 109px;
}

/*st7*/
.st7{
    background: #fff;
    margin: 40px 0;
    padding: 40px 0;
}
.st7-heading:before{
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0a3643;
    content: "";
}
.st7h-inner{
    margin-left: 38%;
    margin-bottom: 40px;
    position: relative;
}
.st7-1{
    text-decoration-line: underline;
    -webkit-text-decoration-line: underline;
    color: rgb(10, 54, 67);
    font-size: 102px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-left: 20px;
}
.st7-2 h3 {
    color: rgb(10, 54, 67);
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    margin: 0px;
    display: inline-block;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 20px;
}
.st7-2 h3:before {
    background: #fff;
    width: 22px;
    height: 10px;
    content: "";
    left: -22px;
    top: 48%;
    position: absolute;
}
.st7-2{
    padding-top: 30px;
    padding-left: 20px
}
.st7-2 p {
    color: rgb(10, 54, 67);
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.6;
}
.st7-slide-item{
    border: 1px solid #00663f;
    text-align: center;
    padding: 20px 5px;
}
.st7-slide-item h3{
    color: rgb(0, 102, 63);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-top: 0;
}
/*End st7*/

/*st8*/
.st8{
    height: 547px;
}
.st8-title{
    color: rgb(0, 102, 63);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    width: 550px;
    max-width: 100%;
    margin: 0 0 35px;
}
.st8-img{
    position: absolute;
    right: 15px;
    top: 0;
    width: 547px;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: hidden;
}
.st8-title span{
    display: block;
    text-align: right;
    font-size: 28px;
}
.st8-img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.st8-form{
    margin-left: 67px;
    width: 484px;
    max-width: 100%;
    box-shadow: -10px 15px 20px -15px #000;
    -webkit-box-shadow: -10px 15px 20px -15px #000;
    background-color: rgb(191, 217, 250);
    border-radius: 10px;
    padding: 20px 25px;
    position: relative;
}
.st8f-top{
    padding-left: 80px;
    color: rgb(32, 104, 137);
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 35px;
}
.st8 p{
    margin-bottom: 5px;
}
.st8f-top img {
    position: absolute;
    left: -20px;
    width: 105px;
    top: -4px;
    height: 75px;
    object-fit: cover;
}
.form.form3 input{
    width: calc(33.3% - 7px);
    margin-right: 10.5px;
    float: left;
    height: 42px;
    border-color: #ffc61e;
}
.form.form3 input:nth-child(4){
    margin-right: 0;
}
.form.form3 input[type="submit"]{
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    width: 100%;
    margin: 20px 0 10px;
    border: 1px solid #fff;
    color: #000;
    position: relative;
    transition: all 0.3s;
}
.form.form3 input[type="submit"]:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.st8 .box-before:before{
    width: 960px;
    top: 50%;
    height: 388px;
}
/*End st8*/

/*st9*/
.st9-content{
    padding-top: 10px;
    padding-bottom: 70px;
    margin-bottom: 30px;
    background: url(images/st9.png) bottom left no-repeat;
    background-size: 100%;
}
.st9-content .pos-relative{
    z-index: 2;
}
/*End st9*/

/*st10*/
.st10-title h3,
.st10b-inner h3{
    width: 514px;
    max-width: 100%;
    margin: auto;
}
.st10b-inner p{
    line-height: 1.8;
}
.st10b-inner{
    padding: 15px 0px 10px 20px;
    border-left: 3px solid #ffc71f;
}
.st10b-inner:before{
    position: absolute;
    left: 0;
    width: 576px;
    max-width: 100%;
    height: 3px;
    content: "";
    top: 0;
    background: #ffc71f;
}
.st10b-inner:after{
    position: absolute;
    left: 576px;
    width: 3px;
    max-width: 100%;
    height: 52px;
    content: "";
    top: 0;
    background: #ffc71f;
}
.mb-40{
    margin-bottom: 40px;
}
.st10b-inner h3{
    margin-left: 0;
}
.st10b-img {
    background: url(images/st10.png) right bottom no-repeat;
    padding: 0px 12% 0 7%;
}
a.st10-btn{
    display: inline-block;
    padding: 0px 35px;
    color: rgb(10, 54, 67);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
    margin-top: 25px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.st10-btn svg{
    vertical-align: middle;
    margin-right: 5px;
}
/*End st10*/

/*st11*/
.st11 .container:before{
    width: 311px;
    height: 640px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: url(images/st11.png) center center no-repeat ;
    box-shadow: -10px 15px 20px -15px #000;
    -webkit-box-shadow: -10px 15px 20px -15px #000;
    background-color: rgb(250, 239, 210);
    content: "";
}
.st11 .st10b-inner h3 {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    padding-right: 45px;
    color: #e83a30;
    width: 605px;
}
.st11 .st10b-inner{
    padding-top: 0;
    padding-bottom: 30px;
}
.st11 .st10b-inner:after{
    height: 40px;
}
.st11-slide-div{
    margin-top: -15px;
}
.st11-slide-div:before {
    position: absolute;
    left: -98px;
    width: 15%;
    height: 3px;
    content: "";
    top: 12px;
    background: #ffc71f;
}
.st11-slide-div:after {
    background: url(images/line-0.png) no-repeat;
    background-size: cover;
    width: 193px;
    height: 221px;
    content: "";
    position: absolute;
    left: -20%;
    top: 35%;
}
.st11-slide2-div{
    margin-left: 5%;
}
/*End st11*/


.st12 .st3-heading h3{
    margin-bottom: 20px;
}
.st12 .st4-content2-left{
    padding-right: 50px;
}

.st13-heading h4{
    color: rgb(32, 104, 137);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 30px;
}
.st13 .st4cr-top{
    margin-top: -20px;
}
.st13 .st4cr-inner{
    border: none;
    background: rgba(57, 130, 102, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
    background: linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
}
.st13 .st4crt-right h3{
    color: rgb(255, 222, 136);
    font-size: 22px;
    font-weight: bold;
}
.st13 .st4crt-right p{
    color: rgb(255, 222, 136);
    font-weight: bold;
}
.st13 .form input{
    height: 42px;
    border: 1px solid #ffc61e;
    margin-bottom: 15px;
}
.st13 .form2{
    margin-top: -10px;
}
.st13 .form2 input[type="submit"]{
    width: 100%;
    max-width: 100%;
    border: 1px solid #fff;
    color: rgb(10, 54, 67);
    transition: all 0.3s;
}
.st13 .form2 input[type="submit"]:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.st14-title{
    margin-bottom: 15px;
}
.st14-title h3 span{
    font-size: 28px;
    color: rgb(0, 102, 63);
}
.st14-content .st14-left{
    width: calc(100% - 360px);
    padding-right: 10px;
}
.st14-content .st14-right{
    width: 360px;
}
.st14-item{
    margin-bottom: 10px;
}
.st14-right .st14-item:last-child img{
    height: 276px;
    object-fit: cover;
}
.st14-item img{
    transition: all 0.3s;
}
.st14-item:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}


/*footer*/
.footer{
    background-color: #fffcf7;  
    padding: 25px 0 15px; 
    color: #0a3643;
    line-height: 1.8;
}
.ftt-title{
    color: rgb(10, 54, 67);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6; 
}
.form4.form input{
    background-color: #fff;
    height: 42px;
    color: #000;
}
/*.form4 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 35px;
    border: 1px solid rgb(0, 102, 63);
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    background-image: url(images/icon4.svg);
    padding: 0px 10px;
}*/
.form4 input[type="submit"] {
    width: 100%;
    margin-top: 0;
    height: 42px;
    background: #2b5876;
    background: -webkit-linear-gradient(180deg, #2b5876, #4e4376);
    background: linear-gradient(180deg, #2b5876, #4e4376);
    border-radius: 0;
    color: #fff;
}
.form4 input[type="submit"]:hover{
    background: rgba(26, 145, 107, 1.0);
    background: -webkit-radial-gradient(circle, rgba(26, 145, 107, 1.0), #185a9d);
    background: radial-gradient(circle, rgba(26, 145, 107, 1.0), #185a9d);
}
/*.form4>svg {
    position: absolute;
    right: 36px;
    bottom: 59px;
    pointer-events: none;
}*/
/*End footer*/

/*modal*/
.modal-header{
    padding: 0px;
    border: none;
}
.modal-dialog {
    width: 418px;
    margin: 30px auto;
}
.modal-header h3{
    font-size: 16px;
    margin: 0;
}
.modal-content{
    background: rgba(57, 130, 102, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
    background: linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
    color: #fff;
}
.modal-body.form input{
    color: #000;
}
.modal-body input[type="submit"] {
    background: #f6d365;
    background: -webkit-linear-gradient(
180deg, #f6d365, #fda085);
    background: linear-gradient(
180deg, #f6d365, #fda085);
    width: 200px;
}
.modal-header .close{
    width: 20px;
    opacity: 1;
    margin-top: 5px;
    margin-right: 5px;
}
/*End modal*/

@media(max-width: 1229px){
    .st14-right .st14-item:last-child img{
        height: 212px;
    }
}


@media(max-width: 767px){
    .click-main-nav {
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 30px;
        padding: 10px;
        background: #02969d;
    }
    .click-main-nav .icon-bar {
        display: block;
        height: 2px;
        width: 30px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .nav-header-inner {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: rgba(57, 130, 102, 1.0);
        background: -webkit-linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
        background: linear-gradient(180deg, rgba(57, 130, 102, 1.0), rgba(10, 54, 67, 1.0));
        margin: 0;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.active {
        overflow: hidden;
    }
    .close-nav-header {
        display: block;
        right: 0px;
        z-index: 2;
        position: absolute;
        padding: 5px 7px;
        top: 0;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .ul-nav-header{
        margin-top: 40px;
        float: left;
        width: 100%;
        background: none;
    }
    .ul-nav-header>li{
        width: 100%;
        position: relative;
        padding: 0 8px;
        margin: 0;
    }
    .ul-nav-header li:nth-child(4){
        padding-left: 8px;
    }
    .ul-nav-header>li>a {
        display: block;
        color: #fff;
        text-align: left;
        border-bottom: 1px solid #ccc;
        line-height: 40px;
        padding: 0 0 0 0;
        font-size: 18px;
        font-weight: 500;
    }
    .ul-nav-header>li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header>li:hover>a{
        color: #9a0801;
        border-color: #9a0801;
    }

    .hotline-header-inner{
        font-size: 13px;
        width: 119px;
        height: 27px;
    }
    .hotline-header-inner svg{
        width: 16px;
        height: 21px;
        top: 0;
    }
    .st1{
        width: 420px;
        height: 320px;
    }
    .container,
    .col-xs-12{
        padding-left: 10px;
        padding-right: 10px;
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .st2-top{
        margin-top: -64px;
    }
    .st2t-left{
        padding-bottom: 80px;
    }
    .h2h3st2{
        margin-top: -20px;
    }
    .h2h3st2 h2{
        margin-bottom: 10px;
    }
    .st2tl-voucher{
        width: 128px;
        margin-left: 0;
    }
    .st2t-left h4{
        display: inline-block;
    }
    .st2t-car {
        left: 10%;
        bottom: -17%;
    }
    .st2b-left{
        margin-top: 64px;
        width: 100%;
        margin-left: 10px;
        padding: 15px 20px;
    }
    .fs-18{
        font-size: 16px;
    }
    .st2-bottom:before{
        height: 100%;
        top: 4%;
        width: 90%
    }
    .st2bl-hotline a,
    .st2b-right h3,
    .st3-heading h3{
        font-size: 18px;
    }
    .st2bl-hotline span,
    .title-st h3,
    .ul-kc li,
    .st13 .st3-heading h3{
        font-size: 15px;
    }
    .st2b-right{
        margin: 0 0 0 10px;
        padding: 15px;
    }
    body{
        font-size: 14px;
    }
    .st3-left,
    .st3-right{
        width: 100% !important;
        margin-bottom: 15px;
    }
    .st3-content-inner{
        padding: 20px 15px 10px;
    }
    .st3-right-slide img,
    .owl-carousel .owl-item .st4-slide-item img,
    .st4 .owl-carousel .owl-item .st4-slide-item img{
        height: initial;
    }
    .st3-right iframe{
        height: 250px;
    }
    .st4-content1>div.st4-content1-left,
    .st4-content2-left,
    .st5-content1,
    .st8-title{
        margin-bottom: 10px;
    }
    .st5-content2 .st5-left,
    .st5-content2 .st5-right{
        padding: 0 10px 10px;
    }
    .st6-content{
        padding: 0px 25px 0px 40px;
    } 
    .st6 .box-before:before{
        width: 306px;
        height: 95%;
        left: 40%;
    }
    .st6 .col-md-3{
        margin-bottom: 20px;
    }
    .st6-title-bottom{
        position: relative;
        top: 0;
        width: 83%;
        float: left;
    }
    .st6 .title-st h3{
        padding-left: 30px;
    }
    .mb-60{
        margin-bottom: 30px;
    }
    .st5-content3 .st5-right{
        padding-left: 10px;
    }
    .st7-2 p,
    .st13-heading h4{
        font-size: 14px;
    }
    .st7-2 h3{
        font-size: 20px;
    }
    .st7-1{
        font-size: 87px;
    }
    .st7h-inner{
        margin-left: 15px;
    }
    .st7-2 h3:before{
        top: 41%;
    }
    .st8-img{
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
    }
    .st8-form{
        margin: 10px 0 0;
        padding: 15px;
    }
    .st8f-top {
        font-size: 13px;
        margin-bottom: 26px;
        padding-top: 13px;
    }
    .st8{
        height: initial;
    }
    .st8 .box-before:before,
    .st11-slide-div:after{
        display: none;
    }
    .form.form3 input[type="submit"]{
        font-size: 11px;
        margin-top: 5px;
    }
    .form.form3 input{
        width: 100%;
        margin: 0 0 10px;
        height: 33px;
    }
    .st10  iframe{
        height: 210px;
    }
    .st10b-inner{
        padding-left: 10px;
    }
    .st10b-inner:after{
        left: 100%;
    }
    .st10b-img {
        padding: 0px 15% 0 0;
        background-size: auto 185px;
    }
    a.st10-btn{
        font-size: 10px;
    }
    .st11 .container:before{
        width: 131px;
        height: 272px;
        background-size: cover;
        background-position: bottom right;
    }
    .st11-slide-div,
    .st11-slide2-div{
        width: 100%;
        margin: 0;
        float: left;
    }
    .st12 .st4-content2-left{
        padding-right: 10px;
    }
    .st14-title h3 span{
        font-size: 16px;
        text-align: center;
        width: 300px;
        display: block;
    }
    .st14-left,
    .st14-content .st14-right,
    .st14-content .st14-left{
        width: 100%;
        padding: 0px;
    }
    .st14-content img{
        width: 100%;
    }
    .form4>svg{
        right: 32px;
        bottom: 56px;
    }
}

/*right-fixed*/
.right-fixed{
    bottom: 20px;
    right: 40px;
    position: fixed;
    z-index: 150;
}
.right-fixed a {
    color: #fff;
    background: #ca2329;
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    width: 195px;
    border-radius: 10px;
    position: relative;
}
.right-fixed a span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.right-fixed a.call{
    line-height: 37px;
    padding-left: 35px;
    font-size: 19px;
}
.right-fixed a svg{
    position: absolute;
    left: 17px;
}
.right-fixed a:first-child{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@media(max-width: 767px){
    .right-fixed{
        right: 10px;
        bottom: 10px;
    }
}
/*End right-fixed*/