@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;
}
@font-face {
    font-family: "MyriadPro-Regular_3.otf";
    src: url("fonts/myriadpro-regular.otf")
}
@font-face {
    font-family: "UTM Trajan Pro Bold.ttf";
    src: url("fonts/utm-trajan-pro-bold.ttf") format("truetype");
}
@font-face {
    font-family: "SVN-Holiday.otf";
    src: url("fonts/svn-holiday.otf")
}
/*@font-face {
    font-family: "Questrial-Regular.ttf";
    src: url("fonts/Questrial-Regular.ttf")
}*/
body{
    font-family: Muli, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
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;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    background: #1e3c72;
    background: -webkit-linear-gradient(180deg, #1e3c72, #2a5298);
    background: linear-gradient(180deg, #1e3c72, #2a5298);
    z-index: 200;
}
.nav-header li{
    display: inline-block;
    padding: 0px 7px;
}
.nav-header li a{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.header-logo{
    width: 100px;
    margin: 7px 0;
}
.header-nav-left{
    position: absolute;
    right: calc(50% + 60px);
    top: 50%;
    transform: translateY(-50%);
}
.header-nav-right{
    position: absolute;
    left: calc(50% + 60px);
    top: 50%;
    transform: translateY(-50%);
}
.hotline-header{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    width: 160px;
}
.hotline-header a{
    color: #fff;
    display: block;
}
/*End header*/

.main-content{
    padding-top: 66px;
}

.banner{
    height: 904px;
    background-size: auto 100%;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center top;
    background-repeat: repeat;
}
.video{
    height: 727px;
}
.video .iframe{
    pointer-events: none;
}
.video-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
/*.video-inner iframe {
    position: absolute;
    width: 1903px;
    height: 1070.44px;
    top: -171.719px;
    left: 0px;
}*/
.video-inner video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    object-fit: cover;
}
@media(max-width: 767px){
	.video-inner{
		background: url(images/bkyt.png) center center no-repeat;
		background-size: cover;
	}
}
.is-hidden{
    display: none;
}

/*st1*/
.st1-bk{
    background-image: url(images/st1.jpg);
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
}
.st1-inner{
    margin-top: -105px;
}
.st1-svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.st1 .container {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 50px;
}
.st1-title{
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 10px;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.st1-ul li{
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "Questrial-Regular.ttf";
}
.st1-ul li span{
    position: relative;
    padding-left: 40px;
}
.st1-ul li span:before{
    content: "";
    width: 25px;
    height: 25px;
    background: url(images/icon1.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}
.st1-form{
    margin-top: 35px;
}
.st1-form input{
    width: 277px;
    margin:  0 10px;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    border:  none;
    padding: 0px 10px;
    color: #000;
    font-size: 16px;
}
.st1-form input[type="submit"]{
    width: 400px;
    max-width: 80%;
    margin-top: 20px;
    background: #ff512f;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
    font-size: 17px;
    font-family: "UTM Trajan Pro Bold.ttf";
    background: -webkit-linear-gradient(180deg, #ff512f, #dd2476);
    background: linear-gradient(180deg, #ff512f, #dd2476);
    box-shadow: 0px 15px 20px -15px rgb(0 0 0);
    -webkit-box-shadow: 0px 15px 20px -15px rgb(0 0 0);
}
/*End st1*/

/*st2*/
.st2{
    padding: 35px 0;
}
.st-bk{
   background-size: cover;
    background-attachment: fixed;
    background-image: url(images/st2.jpeg);
    background-position: center top;
    background-repeat: repeat; 
}
.st2-content{
    max-width: 100%;
    box-shadow: 0px 0px 11px -1px rgb(132 132 132);
    -webkit-box-shadow: 0px 0px 11px -1px rgb(132 132 132);
    background-color: rgb(254, 249, 248);
    padding: 0px 40px 20px;
    font-size: 16px;
    line-height: 1.8;
}
.st2-title {
    font-family: "UTM Trajan Pro Bold.ttf";
    background: #FBD72B;
    background: -webkit-linear-gradient(180deg, #FBD72B, #F9484A);
    background: linear-gradient(180deg, #FBD72B, #F9484A);
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    filter: drop-shadow(rgb(84, 84, 84) 0px 2px 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
.st2-ul li{
    padding-left: 35px;
    position: relative;
    margin-bottom: 6px;
}
.st2-ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url("images/icon2.svg");
    width: 30px;
    height: 30px;
    top: 3px;
}
/*End st2*/

/*st3*/
.st-bk3{
    background-size: cover;
    background-attachment: fixed;
    background-image: url(images/st3.jpg);
    background-position: center top;
    background-repeat: repeat;
    padding: 40px 0;
    color: #fff;
    overflow: hidden;
}
.st3-heading h3 {
    font-family: "UTM Trajan Pro Bold.ttf";
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 5px 3px;
}
.st3-heading h3 {
    font-family: "UTM Trajan Pro Bold.ttf";
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 5px 3px;
}
.st3-heading h4{
    font-family: "Niramit", sans-serif;
    color: rgb(199, 111, 22);
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 10px;
}
.st3-line{
    border-top: 5px solid rgb(255, 255, 255);
    width: 350px;
    max-width: 100%;
    padding: 8px 0;
    display: inline-block;
}
.st3-item{
    overflow: hidden;
    position: relative;
    margin: 0 5px;
    padding: 5px;
    width: 234px;
    background: #ff512f;
    background: -webkit-linear-gradient(180deg, #ff512f, #dd2476);
    background: linear-gradient(180deg, #ff512f, #dd2476);
}
.st3-item:before {
    width: 220px;
    height: 220px;
    position: absolute;
    background: url(images/icon8.svg) center center no-repeat;
    content: "";
    bottom: -66px;
    right: -40%;
}
.st3-item-inner{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    text-align: center;
}
.st3-item-svg img{
    width: 52px;
    height: 52px;
}
.st3-item h4{
    margin: 15px 0 0px ;
    color: rgb(84, 84, 84);
    font-size: 17px;
    line-height: 1.2;
    height: 41px;
}
.mt-25{
    margin-top: 25px;
}
.st3-item h3{
    background: #eb3349;
    background: -webkit-linear-gradient(180deg, #eb3349, #f45c43);
    background: linear-gradient(180deg, #eb3349, #f45c43);
    color: rgb(0, 0, 0);
    font-size: 47px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
    filter: drop-shadow(rgb(210, 250, 240) 4px 4px 0px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.st3-item strong{
    color: rgb(0, 70, 223);
    font-size: 15px;
    line-height: 1.6;
}
.st3-title-content2{
    font-family: "Niramit", sans-serif;
    color: rgb(254, 249, 248);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 100px  auto 40px;
    -webkit-text-stroke: 0px rgb(255, 255, 255);
    border-style: solid;
    border-color: rgb(199, 111, 22);
    border-width: 3px;
    display: inline-block;
    padding: 15px 30px;
}
.st3-ul.st2-ul{
    font-size: 18px;
    line-height: 1.8;
}
.st3-ul.st2-ul li:before{
    background-image: url(images/icon7.svg);
}
.st3-content3{
    margin-top: 180px;
    font-size: 20px;
    line-height: 1.4;
}
.st3-content3-left{
    padding-top: 50px;
}
.st3-content3-left h3{
    font-family: "UTM Trajan Pro Bold.ttf";
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.st33-ul li{
    padding-left: 20px;
    position: relative;
}
.st33-ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: counter(linum, disc);
    font-size: 40px;
    top: -20px;
}
.st3-content4{
    margin-top: 120px;
}
.title-st3-content4{
    font-family: "UTM Trajan Pro Bold.ttf";
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin: 0;
}
.st3-content4-right{
    font-family: "UTM Trajan Pro Bold.ttf";
    font-size: 20px;
    line-height: 1.6;
}
.st3-content3-right img {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 909px;
}
/*End st3*/

/*st4*/
.st4-heading h3{
    color: rgb(46, 66, 90);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0;
}
.st4-heading h2{
    color: rgb(199, 111, 22);
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    line-height: 1.6;
}
.st4{
    color: rgb(25, 50, 84);
    font-size: 18px;
    line-height: 1.6;
}
/*End st4*/

/*st5*/
.st-bk2{
    background-attachment: inherit;
}
.st5-form-inner{
    padding: 20px 0 10px;
    max-width: 1005px;
    margin: 35px 0;
    box-shadow: 0px 0px 77px -15px rgb(180 180 180);
    -webkit-box-shadow: 0px 0px 77px -15px rgb(180 180 180);
}
.st5-form-inner .st1-form input{
    width: 201px;
    border: 1px solid #000;
    height: 43px;
    border-radius: 0;
}
.st5-form-inner .st1-form input[type="submit"]{
    border: none;
    background: rgb(201, 31, 23);
    margin-top: 0;
    font-family: "MyriadPro-Regular_3.otf";
    font-weight: bold;
    box-shadow: 0px 15px 8px -9px rgb(132 132 132);
    -webkit-box-shadow: 0px 15px 8px -9px rgb(132 132 132);
}
.st5-form-inner>p {
    font-size: 15px;
    font-style: italic;
    line-height: 1.6;
    width: 775px;
    max-width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
}
.st5f-top .text{
    font-size: 18px;
    line-height: 1.6;
}
.st5f-top .text strong{
    font-family: "Paytone One", sans-serif;
    color: rgb(13, 63, 131);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
    text-shadow: rgb(180, 180, 180) 1px 2px 3px;
}
.st5-form .st1-form{
    margin-top: 10px;
}
.st5f-top p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.6;
    display: flex;
    align-items: end;
    margin-left: 25px;
}
.st5f-top .file {
    width: 400px;
    height: 77px;
    background: url(images/file.png) center center no-repeat;
    background-size: cover;
}
/*End st5*/

/*st6*/
.st6{
    background-size: cover;
}
.st6 img{
    width: 100%;
}
/*End st6*/

/*st7*/
.st7{
    font-size: 17px;
    padding: 20px 0; 
    line-height: 1.6;
}
.st7-title {
    background: #FE5858;
    background: -webkit-linear-gradient(180deg, #FE5858, #EE9617);
    background: linear-gradient(180deg, #FE5858, #EE9617);
    color: rgb(199, 111, 22);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    filter: drop-shadow(rgb(132, 132, 132) 0px 2px 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.st7-content1{
    margin: 30px 0 50px;
}
.btn-modal{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 63px;
    display: inline-block;
    width: 370px;
    background: #ff9966;
    background: -webkit-linear-gradient(180deg, #ff9966, #ff5e62);
    background: linear-gradient(180deg, #ff9966, #ff5e62);
    box-shadow: 0px 11px 20px -10px #000;
    -webkit-box-shadow: 0px 11px 20px -10px #000;
    border-radius: 8px;
    margin: 30px 0 20px;
}
.btn-modal.btn-54{
    line-height: 54px;
}
.btn-modal:hover{
    opacity: 0.8;
    color: #fff;
}
/*End st7*/

.pulse2s{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.pulse1s{
    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)}
}
@keyframes pulse{
    0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
    50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
    100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}

.sttq{
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}
.sttq-heading h3{
    font-family: "UTM Trajan Pro Bold.ttf";
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px;
}
.sttq-content{
    margin: 70px 0 50px;
}

.ul-sttq li{
    margin-bottom: 6px;
    padding-left: 34px;
    position: relative;
}
.ul-sttq li:before {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    content: "";
    background-image: url(images/icon9.svg);
    width: 30px;
    height: 30px;
    top: -2px;
}

.st3-form h3{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.6;
    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;
}
.st3-form h4{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: italic;
    text-align: center;
    line-height: 1.6;
}

/*st8*/
.st8{
    padding: 40px 0;
}
.st8-heading h2{
    font-family: "SVN-Holiday.otf";
    color: rgb(201, 31, 23);
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
}
.st8-heading h3 {
    font-family: "UTM Trajan Pro Bold.ttf";
    background: #1e3c72;
    background: -webkit-linear-gradient(180deg, #1e3c72, #2a5298);
    background: linear-gradient(180deg, #1e3c72, #2a5298);
    color: rgb(0, 0, 0);
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st8-tab-ul{
    max-width: 100%;
    width: 830px;
    margin: 45px auto 30px;
    overflow: hidden;
}
.st8-tab-ul li{
    display: inline-block;
}
.st8-tab-ul li a{
    display: block;
    margin: 0px 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 175px;
    line-height: 1.6;
    box-shadow: 0px 15px 10px -12px #000;
    -webkit-box-shadow: 0px 15px 10px -12px #000;
    border-radius: 10px;
    background: #1e3c72;
    background: -webkit-linear-gradient(180deg, #1e3c72, #2a5298);
    background: linear-gradient(180deg, #1e3c72, #2a5298);
    line-height: 55px;
}
.st8-tab-ul li a:hover{
    transform: scale(1.09);
    background: rgb(201, 31, 23) ;
}
.st8f-top{
    font-family: "Paytone One", sans-serif;
    color: rgb(13, 63, 131);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(180, 180, 180) 1px 2px 3px;
}
/*End st8*/

/*st9*/
.st9{
    padding: 30px 0;
}
.st9-slide.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 36px;
    background: url(images/ladi-icons.svg) no-repeat;
    z-index: 100;
}
.st9-slide.owl-theme .owl-nav [class*='owl-'].owl-prev {
    background-position: -28px;
    left: 5px;
}
.st9-slide.owl-theme .owl-nav [class*='owl-'].owl-next {
    background-position: -52px;
    right: 5px;
}
.st9-top:before{
    width: calc(100% - 35px);
    height: calc(100% - 15px);
    position: absolute;
    left: 30px;
    top: -10px;
    filter: brightness(85%);
    background: url(images/bkslidke.jpg) center center no-repeat;
    background-size: cover;
    content: "";
}
.st9-center h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 16px;
    margin: 25px 0 30px 30px;
    position: relative;
}
.st9-center h2:before{
    content: "";
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    background: #f5b201;
    position: absolute;
    left: 0;
}
.st9-des p{
    font-size: 16px;
    line-height: 1.6;
}
.st9-des h3{
    color: rgb(255, 4, 4);
    font-size: 25px;
    line-height: 1.6;
}
.btn-modal2{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(132, 132, 132) 1px 2px 3px;
    line-height: 40px;
    display: inline-block;
    background: #ff6a00;
    background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
    background: linear-gradient(180deg, #ff6a00, #ee0979);
    width: 244px;
    margin: 25px auto 35px;
    box-shadow: 0px 15px 20px -14px #000;
    -webkit-box-shadow: 0px 15px 20px -14px #000;
    border-radius: 9px;
}
.btn-modal2:hover{
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.st9-bottom{
    margin-top: 20px;
}
.st9-item-inner {
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    height: 100%;
    padding: 8px 8px 12px;
}
.st9-item-inner h3{
    color: rgb(244, 64, 37);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.st9-item-inner h3 {
    color: rgb(244, 64, 37);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 10px 0 20px;
}
.st9-item-inner ul li {
    margin-left: 10px;
    padding-left: 22px;
    margin-bottom: 6px;
    position: relative;
}
.st9-item-inner ul li:before {
    content: counter(linum, disc);
    font-size: 40px;
    top: -14px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    line-height: 1;
}
a.st9-btn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    background: #ff6a00;
    background: -webkit-linear-gradient(180deg, #ff6a00, #ee0979);
    background: linear-gradient(180deg, #ff6a00, #ee0979);
    display: block;
    line-height: 40px;
    margin-top: 15px;
}
/*End st9*/

.banner.banner2{
    height: 520px;
}
.st11 .col-md-6{
    margin-bottom: 20px;
    padding: 0px 8px;
}
.st11{
    padding: 0 0 20px;
}

/*st12*/
.st12{
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 80px; 
}
.st12-heading h2{
    font-family: "SVN-Holiday.otf";
    color: rgb(255, 255, 255);
    font-size: 76px;
    line-height: 1.6;
    padding-left: 15%;
}
.st12-heading h3{
    font-family: "UTM Trajan Pro Bold.ttf";
    color: rgb(199, 111, 22);
    font-size: 35px;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    margin-left: -80px;
    margin-bottom: -20px;
}
.st12-heading2 h3 {
    font-family: "UTM Trajan Pro Bold.ttf";
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 40px 0 10px;
}
.st12-btn{
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    border-style: solid;
    border-color: rgb(199, 111, 22);
    border-width: 2px;
    border-radius: 10px;
    background: #e35d5b;
    background: -webkit-linear-gradient(180deg, #e35d5b, #e53935);
    background: linear-gradient(180deg, #e35d5b, #e53935);
    width: 630px;
    max-width: 90%;
    margin-top: 20px;
    padding: 0px 10px;
    line-height: 52px;
    display: inline-block;
}
.st12-btn:hover{
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    background: rgb(255, 129, 1) ;
}
/*End st12*/

/*st13*/
.st13{
    padding: 30px 0;
    overflow: hidden;
}
.st13-left img{
    width: 140%;
    margin-left: -30%;
    max-width: inherit;
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
}
.st13-right-inner{
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, #fdfbfb, #eaedee);
    background: linear-gradient(180deg, #fdfbfb, #eaedee);
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    border-radius: 10px;
}
.st13-right-inner h3{
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    line-height: 63px;
    padding: 0px 10px;
    margin: 0;
    background: rgb(25, 50, 84);
}
.st13-form{
    padding: 35px 25px 40px;
}
.st13-form input{
    width: 100%;
    margin-bottom: 15px;
}
.st13-form p{
    font-size: 16px;
    font-style: italic;
    text-align: justify;
    line-height: 1.6;
}
.st13-form .st1-form input[type="submit"]{
    width: 100%;
    max-width: 100%;
    height: 50px;
    background: rgb(202, 32, 24);
}
/*End st13*/

/*footer*/
.footer{
    color: #fff;
    padding: 30px 0 60px;
    background: rgb(25, 50, 84);
}
.ft-info li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 28px;
}
.ft-info li svg{
    position: absolute;
    left: 0;
    top: -6px;
}
.ft-ck{
    font-size: 16px;
    line-height: 1.6;
}
.ft-ck h3{
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ft-bottom {
    margin-top: 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*End footer*/

a.fixed-bottom{
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-shadow: rgb(0, 0, 0) 1px 2px 3px;
    background: #e35d5b;
    background: -webkit-linear-gradient(180deg, #e35d5b, #e53935);
    background: linear-gradient(180deg, #e35d5b, #e53935);
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    border-radius: 10px;
    width: 619px;
    max-width: 90%;
    height: 40px;
    top: auto;
    left: 0px;
    bottom: 8px;
    right: 0px;
    margin: 0 auto;
    position: fixed;
    display: inline-block;
    z-index: 200;
}

.fixed-left {
    width: 79.9633px;
    height: 79.9633px;
    top: auto;
    left: 21px;
    bottom: 20px;
    right: auto;
    position: fixed;
    z-index: 600;
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    background-color: rgba(99, 160, 81, 0);
    border-style: solid;
    border-color: rgb(219, 185, 125);
    border-width: 1px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-left-inner {
    background: rgba(255, 216, 47, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 216, 47, 1.0), rgba(255, 86, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 216, 47, 1.0), rgba(255, 86, 1, 1.0));
    border-radius: 1000px;
    width: 68.5402px;
    height: 68.5402px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes tada{
    0%{-webkit-transform:scale(1);transform:scale(1)}
    10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}
    30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}
    40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}
    100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}
@keyframes tada{
    0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
    10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}
    30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}
    100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}
}

.modal-bg .close {
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    right: 0;
    background: url(images/ladi-icons.svg) rgba(255,255,255,.2) no-repeat;
    background-position: -108px;
    opacity: 1;
    transform: scale(0.8);
    position: absolute;
}

@media(min-width: 767px){
    .modal-dialog{
        width: 760px;
    }
}

.modal-content{
    background: #fff;
    overflow: hidden;
}
.modal-header{
    border: none;
}
.title-modal{
    color: rgb(244, 64, 37);
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}
.modal-content2 {
    margin-bottom: 30px;
}
.modal-des{
    color: #000;
    font-size: 14px;
    margin-top: 0;
    line-height: 1.6;
}
.modal-content2 .st1-form input{
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #333;
}
.modal-content2 .st1-form input[type="submit"]{
    border: none;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}



@media(max-width: 767px){
    .nav-header{
        display: none;
    }
    .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: #1e3c72;
        background: -webkit-linear-gradient(180deg, #1e3c72, #2a5298);
        background: linear-gradient(180deg, #1e3c72, #2a5298);
        margin: 0;
    }
    .hotline-header{
        width: initial;
    }
    .click-main-nav {
        position: absolute;
        left: -8px;
        top: 5px;
    }
    .nav-header-inner.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.active {
        overflow: hidden;
    }
    .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;
    }*/
    .close-nav-header {
        display: block;
        right: 0px;
        z-index: 2;
        position: absolute;
        padding: 5px 7px;
        top: 0;
    }
    .video{
        height: 349px;
        overflow: hidden;
    }
    .video iframe{
        position: absolute;
        width: 618.667px;
        height: 348px;
        top: 0px;
        left: -99.3333px;
        max-width: inherit;
    }
    .st1-inner{
        margin-top: 0;
    }
    .st1 .container{
        padding: 30px 15px;
    }
    .st1-title{
        font-size: 18px;
    }
    .st1-ul li{
        font-size: 16px;
    }
    .st1-form input,
    .st1-form input[type="submit"],
    .st5-form-inner .st1-form input{
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px;
    }
    .st2-title{
        font-size: 24px;
    }
    .st2-content{
        padding: 10px 10px 20px;
    }
    .sttq-content{
        margin: 20px 0;
    }
    .st6 .container{
        padding: 0;
    }
    .st7-title{
        font-size: 25px;
    }
    .st7-title svg{
        height: 35px;
    }
    .st7-content2 .col-md-7{
        margin-top: 15px;
    }
    .st3-heading h3{
        font-size: 26px;
    }
    .st3-heading h4{
        font-size: 24px;
    }
    .st3-item{
        width: 185px;
        margin-bottom: 10px;
    }
    .st3-item h3{
        font-size: 40px;
    }
    .st3-item h4{
        font-size: 14px;
        height: 33px;
    }
    .st3-title-content2{
        margin: 40px 0 30px;
        font-size: 20px;
    }
    .st4-heading h2{
        font-size: 30px;
    }
    .st5-form-inner{
        max-width: 100%;
    }
    .st5f-top{
        flex-wrap: wrap;
    }
    .st5-form .st1-form{
        padding: 0px 10px;
    }
    .st5-form-inner>p{
        font-size: 13px;
    }
    .st8-heading h2{
        text-align: center;
    }
    .st8-heading h3{
        font-family: "Anton", sans-serif;
        font-size: 27px;
        letter-spacing: 2px;
        text-align: center;
    }
    .st8-tab-ul li a {
        width: 90px;
        margin: 0px 7px 10px;
        line-height: 1.2;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 5px;
        font-size: 13px;
    }
    .st8-tab{
        padding: 0;
    }
    .st8-tab-ul{
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .st12-heading h3{
        margin : 10px 0 20px;
        font-size: 30px;
        text-align: center;
    }
    .st12-heading{
        flex-direction: column;
    }
    .st9-center h2{
        font-size: 23px;
        margin: 20px 0;
    }
    .st9-des h3 {
        font-size: 18px;
    }
    .st9-des p {
        font-size: 14px;
        line-height: 1.6;
    }
    .st9-item{
        margin-bottom: 20px;
    }
    .banner.banner2{
        background-size: cover;
    }
    .banner.banner2{
        height: 183px;
    }
    .st12-heading h2{
        font-size: 50px;
        text-align: center;
        padding: 0;
    }
    .st12-content{
        padding: 0;
    }
    .st12-content iframe{
        height: 650px;
    }
    .st12-heading2 h3{
        font-size: 20px;
    }
    .st13{
        padding-top: 0;
    }
    .st13-right-inner{
        margin-top: 20px;
    }
    .ft-logo{
        text-align: center;
    }
    .ft-logo img{
        display: inline-block;
        margin: 0 auto 10px;
    }
    .ft-center iframe{
        width: 100%;
        margin-top: 20px;
    }
    a.fixed-bottom{
        font-size: 16px;
    }
    .st13-form{
        padding-bottom: 10px;
    }
    .fixed-left{
        bottom: 60px;
    }
    .modal-des{
        margin-top: 20px;
    }
}