@charset "utf-8";
/*
    Theme Name: KK Themes
    Description: HotLine: 0348 438 575
    Version: 1.0.0
    Author: Khoa Dev
*/

* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a{
    color: #000;
    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;
}
.font-muli{
    font-family: "Muli", sans-serif;
}
.font-oswald{
    font-family: "Oswald", sans-serif;
}
.font-quicksand{
    font-family: "Quicksand", sans-serif;
}
.font-opensans{
    font-family: "Open Sans", sans-serif;
}
.section-background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
/*header*/
body{
    position: relative;
}
.body-bk {
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-image: url(images/img1.png);
    background-position: center top;
    background-repeat: repeat;
}
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgb(21, 88, 83);
    height: 82px;
    transition: all 0.3s;
}
.logo-header img{
    height: 49px;
}
.ul-nav-header{
    padding-right: 50px;
}
.ul-nav-header li{
    display: inline-block;
}
.ul-nav-header li a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 15px;
}
.ul-nav-header li a:hover{
    color: #e8b730;
}
/*End header*/

.main-content{
    padding-top: 82px;
    position: relative;
}

.st1 img{
    width: 100%;
}

/*st2*/
.st2{
    padding: 10px 0 30px;
}
.st2-title{
    color: #155853;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0;
}
.line-1{
    display: inline-block;
    width: 278.953px;
    max-width: 100%;
    background: url(images/line1.png) center center no-repeat;
    background-size: cover;
    height: 17.667px;
    margin-bottom: 20px;
}
.st2-title span{
    display: block;
    background: rgba(23, 200, 47, 1);
    background: -webkit-linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    background: linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.st2-left{
    padding-right: 30px;
    border-right: 1px solid #155853;
}
.st2-left img{
    border-radius: 5px;
    width: 100%;
    max-height: 536px;
    object-fit: cover;
}
.st2-right{
    padding-left: 30px; 
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.6;
}
.ul-st ul{
    margin-bottom: 15px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.6;
    padding-left: 0px;
    list-style-position: initial;
}
.ul-st ul li{
    list-style-type: none;
    padding-left: 29px;
    position: relative;
    margin-bottom: 5px;
}
.ul-st ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url(images/icon1.svg);
    width: 18px;
    height: 18px;
    top: 5px;
}

.btn1{
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    border-radius: 10px;
    width: 269px;
    height: 52px;
    display: inline-block;
    line-height: 52px;
    margin: 25px 0;
    font-family: "Open Sans", sans-serif;
}
.pulse {
    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;
}
@-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)}
}

.st2-content2{
    padding-top: 15px;
}
.st22-title{
    border-left: 34px solid rgb(21, 88, 83);
    line-height: 1.6;
    padding-left: 7px;
}
.st22-title span{
    display: block;
    color: rgb(0, 0, 0);
    font-size: 26px;
}
.st22-title strong {
    color: rgb(21, 88, 83);
    font-size: 30px;
}
.st22-title b{
    font-family: "Oswald", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 18px;
    display: block;
    font-weight: normal;
}
.st22-left ul{
    padding-left: 41px;
}
.st22-right img{
    border-radius: 5px;
}
/*End st2*/


/*st3*/
.st3-title{
    background: rgba(23, 200, 47, 1);
    background: -webkit-linear-gradient(180deg, rgba(23, 200, 47, 1),  rgba(22, 99, 199, 1));
    background: linear-gradient(180deg, rgba(23, 200, 47, 1),  rgba(22, 99, 199, 1));
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.st3-line{
    width: 188px;
    height: 2px;
    background: rgb(21, 88, 83);
    margin: 10px auto;
}
.st3-tab li{
    display: inline-block;
}
.st3-tab li a{
    color: rgb(13, 58, 68);
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    border-radius: 10px;
    border: 1px solid rgb(13, 58, 68);
    display: inline-block;
    width: 140px;
    margin: 25px;
}
.st3-tab li.active a{
    background: rgb(13, 58, 68);
    color: #fff;
}
.st3-tab li a:hover{
    background: #267789;
    border: #267789;
    color: #fff;
}
.st3-content{
    padding-bottom: 80px;
}
.st3b-title{
    margin-top: 0;
}
.st3b-content h3{
    font-size: 16px;
    font-weight: normal;
}
.st3b-content.ul-st ul{
    font-size: 17px;
}
.st3-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*End st3*/

/*st4*/
.st4{
    padding: 35px 0;
}

.st4-content{
    margin-top: 35px;
}
.st4-item{
    margin-bottom: 20px;
}
.st4-item img{
    height: 100%;
    object-fit: cover;
}
/*End st4*/

.st5{
    padding: 0;
}
.st5-btn .btn1{
    width: 388px;
}
.st3-content2{
    padding-bottom: 0;
}

/*st6*/
.st3-line.st3-line2{
    width: 119px;
}
.st6-content{
    padding-top: 40px;
}
.st6-item{
    margin-bottom: 20px;
}
.st6-item img{
    height: 167px;
    width: 100%;
    object-fit: cover;
}
.st6-item-inner{
    border-radius: 10px;
    overflow: hidden;
}
.st6-text{
    background: #fed9a2;
    background: -webkit-linear-gradient(180deg, #fed9a2, #fec375);
    background: linear-gradient(180deg, #fed9a2, #fec375);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    line-height: 1.6;
}
.st6-text span{
    color: rgb(0, 0, 0);
    font-size: 30px;
    padding-left: 13px;
    width: 50px;
    line-height: 57px;
}
.st6-text strong {
    background: #357c62;
    background: -webkit-linear-gradient(180deg, #357c62, #0d3a44);
    background: linear-gradient(180deg, #357c62, #0d3a44);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    width: calc(100% - 60px);
    float: right;
    height: 57px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-weight: normal;
}
/*End st6*/

/*st7*/
.st7{
    padding: 20px 0 40px;
    background-color: rgb(13, 58, 68);
    color: #fff;
}
.st7-title{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0 30px;
}
.form input{
    width: 348px;
    height: 46px;
    padding: 0px 10px;
    border: none;
    color: #000;
    margin-right: 30px;
}
.form input[type="submit"]{
    font-weight: bold;
    text-align: center;
    margin-right: 0;
    width: 143px;
    color: #fff;
    background-color: rgb(216, 38, 38);
}
/*End st7*/

/*st8*/
.pd-st{
    padding: 20px 0;
}
.pb-25{
    padding-bottom: 25px;
}
.st8-right{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.6;
}
.st8-right.ul-st ul{
    font-size: 16px;
}
/*End st8*/

/*st9*/
.st9-title{
    background: rgba(23, 200, 47, 1);
    background: -webkit-linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    background: linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.st9-item{
    margin-bottom: 20px;
}
.st9-item-inner{
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.st9-item-inner img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.st9-item-inner span{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(21, 88, 83);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.3;
    height: 43px;
    width: 100%;
    display: flex;
    padding: 0px 5px;
    align-items: center;
    justify-content: center;
}
/*End st9*/

/*st10*/
.st10 .st3-tab{
    max-width: 490px;
    margin: 10px auto 20px;
}
.st10 .st3-tab li a{
    margin: 10px 10px 0;
}
.st11-bottom{
    padding: 15px 10px;
}
.st11-item{
    padding: 0px 7px;
}
.st11-item{
    margin-bottom: 10px;
}
.st11-item img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
/*End st10*/

/*st13*/
.st13-heading{
    color: rgb(0, 0, 0);
    font-size: 13px;
    line-height: 1.6;
}
.st13-title{
    background: rgba(23, 200, 47, 1);
    background: -webkit-linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    background: linear-gradient(180deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    font-size: 30px;
    -webkit-background-clip: text;
    margin: 0 0 5px;
    -webkit-text-fill-color: transparent;
}
.st13-right h3{
    margin: 0px 0 15px;
}
.st13-item strong{
    color: rgb(216, 38, 38);
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
}
.st13-item {
    padding: 0px 7px;
    width: 50%;
    margin-bottom: 35px;
    float: left;
}
.st13-item ul li{
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    counter-increment: linum;
}
.st13-item ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: counter(linum, disc);
    font-size: 40px;
    top: -20px;
}
/*End st13*/

/*st12*/
.st12{
    background-color: rgba(235, 231, 231, 0.7);
}
.st12-title {
    background: rgba(23, 200, 47, 1);
    background: -webkit-linear-gradient(152deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    background: linear-gradient(152deg, rgba(23, 200, 47, 1), rgba(22, 99, 199, 1));
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*End st12*/

/*st14*/
.st14-title{
    color: rgb(21, 88, 83);
    font-size: 32px;
    font-weight: bold;
    border-left: 31px solid rgb(21, 88, 83);
    padding-top: 30px;
    margin: 0 0 35px 20%;
    padding-left: 15px;
}
.st14-item{
    margin-bottom: 20px;
}
.st14-item img{
    width: 100%;
    height: 186px;
    object-fit: cover;
}
.st14-content{
    padding-bottom: 25px;
}
/*End st14*/

/*footer*/
.footer{
    position: relative;
    padding: 60px 0 50px;
    background: url(images/ft.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.ft-bk{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(68, 135, 108);
    opacity: 0.88;
    top: 0;
    left: 0;
}
.ft-left h3{
    font-family: "Oswald", sans-serif;
    color: rgb(253, 209, 86);
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 30px ;
}
.ft-left ul li{
    position: relative;
    padding-left: 38px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ft-left ul li svg{
    position: absolute;
    left: 0;
    top: -2px;
}
.ft-right-inner{
    border: 1px solid #fff;
    padding: 20px 40px 30px;
}
.ft-right h3{
    font-family: "Oswald", sans-serif;
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 1.6;
}
.form.form2 input{
    width: 100%;
    margin: 0 0 20px;
    height: 53px;
}
.form.form2 input[type="submit"] {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    background: rgba(253, 209, 86, 1);
    background: -webkit-linear-gradient(180deg, rgba(253, 209, 86, 1), rgba(220, 176, 53, 1.0));
    background: linear-gradient(180deg, rgba(253, 209, 86, 1), rgba(220, 176, 53, 1.0));
}
.ft-pdf svg{
    margin-right: 5px;
    vertical-align: middle;
}
/*End footer*/

.call-fixed {
    width: 75px;
    height: 75px;
    left: 50px;
    bottom: 66px;
    position: fixed;
    z-index: 900;
    background-color: rgb(232, 183, 48);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-fixed{
    width: 388px;
    height: 52px;
    top: auto;
    left: 0px;
    bottom: 8px;
    right: 0px;
    position: fixed;
    z-index: 900;
    margin: 0px auto;
    background: #ffe259;
    background: -webkit-linear-gradient(180deg, #ffe259, #ffa751);
    background: linear-gradient(180deg, #ffe259, #ffa751);
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    line-height: 52px;
}
.back_to_top {
    height: 53px;
    width: 53px;
    background-color: rgb(21, 88, 83);
    border-radius: 10px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    transition: all 0.3s;
    z-index: 1000;
    display: none;
    text-align: center;
    padding-top: 12px;
}
/*modal*/
.modal-content {
    background-color: rgb(86, 149, 121);
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;

}
.modal-dialog{
    width: 410px;
}
.title-modal{
    font-size: 20px;
    margin-bottom: 20px;
}
.modal-header{
    border: none;
}
.modal-content .form.form2 input{
    height: 43px;
    margin-bottom: 15px;
}
.modal-content .form.form2 input[type="submit"]{
    border-radius: 10px;
}
.modal-header .close {
    width: 20px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal-header,
.modal-body{
    padding: 0;
}
/*End modal*/

.st1-mobile{
    background: #14504b;
}
.st1-mobile-img{
    float: left;
    width: 100%;
}
.st1-mobile-form {
    background: #14504b;
    padding: 0px 9.2% 35px;
    color: #fff;
}
.st1-mobile-form .ft-right-inner{
    border: none;
    padding: 0;
    background-color: rgb(13, 58, 68);
    border-style: solid;
    border-color: rgb(232, 183, 48);
    border-width: 1px;
    border-top: none;
    padding: 0px 20px 20px;
    border-radius: 0 0 10px 10px;
}
.ft-right-inner h3{
    margin: 0px 0px 15px;
    font-size: 20px;
}
.st1-mobile-form .form.form2 input{
    height: 42px;
    margin-bottom: 10px;
}
.st1-mobile-form .form.form2 input[type="submit"]{
    border-radius: 10px;
    font-size: 18px;
}

@media(max-width: 767px){
    .click-main-nav {
        z-index: 100;
        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;
        padding-right: 0;
        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: 50px;
        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;
    }
    .header .container{
        width: 100%;
    }


    .st2-left{
        padding: 0 5px;
        border: none;
    }
    .st2-right{
        padding: 10px 5px;
    }
    .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }
    .st2-content2{
        flex-wrap: wrap;
    }
    .st22-left ul{
        padding-left: 0;
        padding-top: 10px;
    }

    .st3-title{
        font-size: 20px;
    }
    .st3-tab li a{
        margin: 10px 5px !important;
        width: 110px;
    }
    .st3-content{
        padding-bottom: 20px;
    }
    .st3-bottom{
        flex-wrap: wrap;
    }
    .st3-right.visible-xs{
        padding-top: 15px;
        padding-left: 20px;
    }
    .st7-title{
        font-size: 20px;
    }
    .st7 .form input{
        margin: 0 0 10px;
    }
    .st9-title{
        font-size: 25px;
    }
    .st14-title{
        font-size: 25px;
        margin-left: 15%;
    }
    .footer{
        padding: 20px 0;
    }
    .ft-right-inner{
        padding: 20px 10px;
    }
    .ft-left h3{
        padding-top: 35px;
        text-align: center;
    }

    .a-fixed{
        width: 300px;
    }
    .call-fixed{
        left: 15px;
    }
    .logo-header img{
        height: 35px;
    }
    .header{
        height: 60px;
    }
    .main-content{
        padding-top: 60px;
    }

}
div.wpcf7 .ajax-loader{
    display: none;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
    display: block;
}