@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: #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: rgb(197, 40, 40);
    z-index: 200;
}
.header-inner{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-header img{
    width: 68px;
}
.ul-nav-header li{
    display: inline-block;
}
.ul-nav-header li a{
    display: block;
    color: #faefd2;
    font-size: 16px;
    margin: 0px 45px;
    font-weight: bold;
}
@media(min-width: 1200px){
    .ul-nav-header li:nth-child(2) {
        margin-right: 100px;
        margin-left: 25px;
    }
    .ul-nav-header li a:hover{
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        color: rgb(255, 222, 16);
    }
}

.ul-nav-header li.header-hotline a{
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    border-radius: 10px;
}
.nav-header-inner{
    position: absolute;
    z-index: 100;
}
/*End header*/

.main-content{
    padding-top: 68px;
}

/*st1*/
.st1{
    height: 733px;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.st1-right{
    float: right;
    background: #fdfbfb;
    background: -webkit-linear-gradient(180deg, rgba(253,251,251,.8), rgba(234,237,238,.8));
    background: linear-gradient(180deg, rgba(253,251,251,.8), rgba(234,237,238,.8));
    border-radius: 16px;
    width: 335px;
    font-size: 12px;
    padding: 10px 15px 15px;
}
.st1-right h3 {
    color: rgb(10, 54, 67);
    font-size: 14.34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.st1-ul li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    text-align: left;
}
.st1-ul li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: url(images/icon1.svg) center center no-repeat;
    width: 19px;
    height: 19px;
}
.form input {
    width: 255px;
    height: 35px;
    margin-top: 10px;
    border: 1px solid #000;
    padding: 0px 10px;
    background: none;
}
.form input::placeholder{
    color: #000;
}
.form input[type="submit"] {
    border: none;
    width: 180px;
    font-weight: bold;
    border-radius: 10px;
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
}
.st1-bottom {
    color: #fff;
    margin-top: 115px;
    overflow: hidden;
    line-height: 1.6;
}
.st1-bottom h3{
    font-size: 19.69px;
    text-align: center;
}
.st1-bottom h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 0;
}
.st1-bottom h4 {
    font-size: 23.38px;
    font-style: italic;
}
/*End st1*/

.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3a3e4a;
    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: 10px;
}
.owl-theme .owl-nav .owl-next{
    right: 10px;
}
.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;
}

/*st2*/
.st-pd{
    padding: 30px 0 40px;
}
.st2-title-inner{
    padding-left: 200px;
    background:url(images/icon2.png) left center no-repeat;
    background-size: 196px auto;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.st2-title-inner h3{
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: bold;
}
.st2-title-inner h3 span{
    color: rgb(255, 1, 1);
    font-size: 65px;
    text-shadow: rgb(180, 180, 180) 1px 2px 3px;
}
.st2-title-inner h2{
    font-family: "Roboto Slab", serif;
    color: rgb(255, 1, 1);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0;
    text-shadow: rgb(180, 180, 180) 1px 2px 3px;
}
.st2-ul li{
    padding-bottom: 3px;
    padding-left: 28px;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.8;
}
.st2-ul li:before {
    content: "";
    background: url("images/icon3.png") center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    position: absolute;
}
.mg10{
    margin: 10px 0 20px;
}
.ml-15{
    margin-left: 20px;
}
a.st2-btn{
    width: 395px;
    max-width: 100%;
    height: 53px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    box-shadow: 0px 0px 5px 0px rgba(250, 239, 210, 1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(250, 239, 210, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    transition: all 150ms linear 0s;
}
.pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    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)}
}
/*End st2*/

/*st4*/
.st4-title{
    margin: 0 0 25px;
    font-family: "Oswald", sans-serif;
    color: rgb(209, 1, 25);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.st4-heading{
    padding-bottom: 20px;
}
.st4-tab{
    width: 740px;
    max-width: 100%;
    display: inline-block;
}
.st4-tab li{
    display: inline-block;
}
.st4-tab li a{
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background: rgba(168, 30, 46, 1);
    background: -webkit-linear-gradient(90deg, rgba(168, 30, 46, 1), rgba(209, 89, 103, 1.0));
    background: linear-gradient(90deg, rgba(168, 30, 46, 1), rgba(209, 89, 103, 1.0));
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    box-shadow: 0px 0px 5px 0px rgb(255 222 136);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(255 222 136);
    border-radius: 10px;
    margin: 0px 35px 25px;
}
.st4-tab li.active a,
.st4-tab li:hover a{
    background: rgba(168, 30, 46, 1);
    background: -webkit-linear-gradient(90deg, rgb(199 15 37), rgb(199 15 37));
    background: linear-gradient(90deg, rgb(199 15 37), rgb(199 15 37));
}
.st4-tab li a:hover,
.st4-content a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.st4-content a{
    display: block;
}
.st4-content img{
    box-shadow: 0px 15px 20px -15px #000;
    -webkit-box-shadow: 0px 15px 20px -15px #000;
    border-radius: 10px;
}
.line{
    width: 339px;
    height: 24px;
    background:url(images/line.png) center center no-repeat;
    margin: auto;
    max-width: 100%;
}
/*End st4*/

/*st5*/
.st5 {
    background-color: rgb(255, 248, 237);
}
.st5-left-inner{
    padding: 10px;
    border: 2px solid rgb(205, 1, 8);
}
.st5-slide-item img{
    height: 536px;
    object-fit: cover;
}
.st5-title{
    color: rgb(191, 32, 39);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.st5-title div{
    padding-left: 15px;
}
.st5-ul li{
    padding-bottom: 3px;
    padding-left: 23px;
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.8;
}
.st5-ul li:before {
    content: "";
    background: url("images/icon4.svg") center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    position: absolute;
}
/*End st5*/

/*st6*/
.st6{
    background: url(images/st6.png) center top no-repeat;
    background-size: cover;
}
.st6-title h3{
    font-family: "Oswald", sans-serif;
    color: rgb(209, 1, 25);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}
.st6-title h4{
    color: rgb(10, 54, 67);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 25px;
}
.st6-box{
    width: 960px;
    max-width: 100%;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    background-color: rgb(205, 1, 9);
    padding: 10px;
}
.st6-left{
    width: 620px;
    overflow: hidden;
    float: left;
}
.st6-right{
    padding: 0px 10px;
    width: calc(100% - 620px);
    float: right;
}
.st6-right h3{
    color: rgb(254, 225, 49);
    font-size: 17px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}
.st6-slide-item img{
    height: 350px;
    object-fit: cover;
}
.form-st6.form input{
    height: 43px;
    background: #fff;
    border:none;
    width: 100%;
}
.form-st6.form input[type="submit"] {
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
}
/*End st6*/

/*st7*/
.st7{
    background-color: rgb(180, 1, 1);
}
.st7-title{
    font-family: "Playfair Display", serif;
    color: rgb(245, 238, 228);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 10px;
}
.line2{
    background-image: url(images/line2.png);
}
.st7-left{
    width: 520px;
    float: left;
}
.st7-right{
    width: calc(100% - 540px);
    float: left;
}
.st7-right .st7-item{
    height: 100%;
}
.st7-right .st7-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.st7-item{
    border: 4px solid rgb(238, 234, 102);
    margin-bottom: 20px;
}
.mbottom-20{
    margin-bottom: 20px;
}
.st7-item:nth-child(2),
.st7-item:nth-child(3),
.st7-item2,
.st7-item3{
    width: calc(50% - 10px);
    float: left;
    margin-bottom: 0;
}
.st7-item2,
.st7-item:nth-child(2){
    margin-right: 20px;
}
.st7-content2 {
    flex-direction: row-reverse;
}

/*End st7*/

/*st8*/
.st8-title {
    color: rgb(180, 1, 1);
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0px 0px 20px;
}
.st8-inner{
    width: 960px;
}
.st8-left{
    width: 687px;
}
.st8-right{
    width: calc(100% - 700px);
}
.st8-item{
    border: 3px solid rgb(180, 1, 1);
}
.st8-item a{
    height: 100%;
    overflow: hidden;
    display: block;
}
.st8-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
}
.st8-left .st8-item{
    height: 100%;
}
.st8-right .st8-item{
    margin-bottom: 15px;
}
.st8-right .st8-item:last-child{
    margin-bottom: 0;
}
/*End st8*/

/*st9*/
.st9 .st6-title{
    margin-bottom: 20px;
}
.st9-item{
    margin-top: 20px;
}
/*End st9*/

/*st10*/
.st10-content-inner{
    width: 960px;
    max-width: 100%;
    background: rgb(168, 30, 46);
    padding: 25px 10px 15px;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}
.st10-title h4{
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}
.st10-title h3{
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 1.4;
}
.st10-title p{
    font-size: 18px;
    line-height: 1.4;
}
.st10-ul li{
    padding-bottom: 4px;
    position: relative;
    padding-left: 23px;
}
.st10-ul li:before {
    content: "";
    background: url(images/icon5.svg) center center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}
/*End st10*/

/*footer*/
.footer{
    background: #c52828 url(images/ft.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 25px;
}
.ft-inner2{
    width: 960px;
    max-width: 100%;
}
.ft-left{
    width: 510px;
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}
.ft-left h3{
    font-family: "Oswald", sans-serif;
    color: rgb(250, 239, 210);
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    margin: 10px 0 20px;
}
.ft-right{
    width: 450px;
    float: right;
}
.ft-left li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.ft-left li span {
    width: 35px;
    display: flex;
    justify-content: center;
}
.ft-right{
    background: #fff;
    padding: 25px 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ft-right h3{
    font-family: "Oswald", sans-serif;
    color: rgb(209, 1, 25);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 0 0 10px;
}
.form-ft.form input{
    height: 42px;
    width: 100%;
    border: 2px solid rgb(168, 30, 46);
    color: #000;
}
.form-ft.form input[type="submit"]{
    border: none;
    height: 50px;
    font-size: 20px;
}
.pdf-ft span {
    padding-left: 15px;
    color: rgb(168, 30, 46);
    font-size: 14px;
    line-height: 1.6;
}
/*End footer*/

.fixed-left{
    width: 110px;
    height: 110px;
    left: 12px;
    bottom: 16px;
    position: fixed;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-left .pulse{
    background-color: rgba(253, 245, 193, 0);
    border: 1px solid rgb(255, 222, 136);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
}
.fixed-left .svg{
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(180deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    border-style: solid;
    border-color: rgb(255, 222, 136);
    border-width: 2px;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-right{
    position: fixed;
    right: 40px;
    bottom: 15px;
    z-index: 200;
}
.fixed-right a{
    background: rgba(255, 243, 164, 1.0);
    background: -webkit-linear-gradient(177deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    background: linear-gradient(177deg, rgba(255, 243, 164, 1.0), rgba(255, 208, 1, 1.0));
    border-radius: 10px;
    color: rgb(0, 0, 0);
    width: 195px;
    padding: 0px 10px;
}
.fr-tel{
    font-size: 19px;
    line-height: 47px;
    font-weight: bold;
}
.fr-tel svg{
    margin-right: 10px;
    margin-top: 4px;
}
.fixed-right a.fr-modal {
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    padding: 6px 10px;
    margin-bottom: 10px;
}
.fr-modal h3{
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}


.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;
}
.modal-dialog .ft-right{
    background: rgb(203, 1, 8);
    float: initial;
}
.modal-dialog .wpcf7-response-output{
    color: #fff;
}
.ft-right p{
    color: #000;
}
.modal-dialog .ft-right p{
    color: rgb(255, 222, 136);
}
.modal-dialog .ft-right h3{
    color: #fff;
}
.modal-dialog .ft-right .form input:not([type="submit"]){
    width: 100%;
    height: 45px;
    border: none;
    background: #fff;
}
.modal-dialog{
    width: 450px;
    max-width: 90%;
}
.modal-content{
    background: none
}
.modal-dialog .pdf-ft span {
    color: #fff;
}

@media(max-width: 1199px){
    .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(168, 30, 46, 1);
        background: -webkit-linear-gradient(90deg, rgba(168, 30, 46, 1), rgba(209, 89, 103, 1.0));
        background: linear-gradient(90deg, rgba(168, 30, 46, 1), rgba(209, 89, 103, 1.0));
        margin: 0;
    }
    .click-main-nav {
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: 15px;
    }
    .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.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.active {
        overflow: hidden;
    }
    .close-nav-header {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        right: 0px;
        background: #3a3e4a;
        z-index: 2;
        position: absolute;
        width: 35px;
        height: 32px;
    }
    .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%;
    }
    .ul-nav-header>li{
        width: 100%;
        position: relative;
        padding: 0 8px;
        margin: 0;
    }
    .ul-nav-header>li>a {
        display: block;
        text-align: left;
        border-bottom: 1px solid #fff;
        line-height: 40px;
        padding: 0 0 0 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }
    .ul-nav-header>li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header>li.header-hotline{
        margin-top: 20px;
    }
}

@media(max-width: 991px){
    .st2-title-inner h3{
        font-size: 17px;
    }
    .st2-title-inner h2{
        font-size: 26px;
    }
    .st5-title{
        margin-top: 25px;
    }
    .st6-left,
    .st6-right,
    .st7-left,
    .st7-right{
        width: 100%;
    }
    .st6-right{
        padding: 15px 20px 0;
    }
    .st7-right{
        margin-top: 25px;
    }
    .st8-left,
    .st8-right{
        width: 100%;
        margin-bottom: 20px;
    }
    .ft-left,
    .footer .ft-right{
        width: 100%;
    }
}
@media(max-width: 767px){
    .st1{
        height: 678px;
    }
    .st1-mobile{
        color: rgb(197, 40, 40);
        font-size: 16px;
        font-weight: bold;
        width: 146px;
        height: 35px;
        display: inline-flex !important;
        align-items: center;
        box-shadow: 0px 15px 20px -15px #000;
        -webkit-box-shadow: 0px 15px 20px -15px #000;
        background-color: rgb(255, 255, 255);
        border-radius: 17px;
        justify-content: center;
    }
    .fixed-left{
        transform: scale(.56);
        bottom: -10px;
        left: 10px;
    }
   .st1-bottom{
        margin: 0;
        position: absolute;
        bottom: 10px;
        left: 0;
    }
    .st1-bottom h3{
        font-size: 16px;
        margin: 0 0 5px;
    }
    .st1-bottom h2{
        font-size: 25px;
    }
    .st1-bottom h4 {
        font-size: 20px;
    }
    .st2-title-inner h3{
        font-size: 25px;
    }
    .st2-title-inner h3 span{
        font-size: 38px;
    }
    .st2-title-inner h2{
        font-size: 20px;
        text-align: left;
    }
    .st2-title-inner{
        padding-left: 120px;
        background-size: 108px auto;
    }
    .st4-tab li a{
        width: 95px;
        margin: 0 15px 10px;
    }
    .st4-title{
        font-size: 30px;
    }
    .st5-mobile img{
        width: 100%;
        float: left;
    }
    .st6-title h3,
    .st7-title,
    .st8-title,
    .st10-title h3{
        font-size: 24px;
        margin-bottom: 5px;
    }
    .st8.st-pd{
        padding-bottom: 0;
    }
    .st10-content-inner{
        padding: 20px 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .st10-right{
        margin-bottom: 20px;
    }
    .modal .ft-right{
        max-width: 100%;
    }
    .modal-dialog{
        margin: 10px auto;
    }
    .ft-right h3{
        font-size: 17px;
    }
    .ft-inner2{
        padding: 0px 10px;
    }
    .st2-btn.pulse{
        animation-name: none;
        -webkit-animation-name: none;
    }
}

.video1 {
    height: 770px;
    position: relative;
}
.video1.video2{
    height: 600px;
}
.video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}
.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){
    .video1,
    .video1.video2{
        height: 279px;
    }
    .video-inner {
        background: url(images/video1.png) center center no-repeat;
        background-size: cover;
    }
    .video2 .video-inner {
        background: url(images/video2.png) center center no-repeat;
        background-size: cover;
    }
}
