/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #c4161c;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #c4161c;
    cursor: pointer;
}
.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{
    background: #FF6F02;
    border-color: #FF6F02;
}
.slide-index img{
    max-height: 700px;
    object-fit: cover;
}
.owl-theme .owl-nav{
    margin: 0;
}
.slide-index .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
@media(max-width: 767px){
    .owl-theme .owl-nav [class*='owl-']{
        display: none;
    }
}
/*End slide-index*/

/*st4*/
.st4{
    padding: 52px 0 160px;
    position: relative;
    background: url(../images/img1.jpg) center center no-repeat;
    background-size: cover;
}
.st4:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(196,22,28,0.85); 
    content: "";
}
.st4-heading{
    color: #fff;
    margin-bottom: 40px;
}
.st4-heading p{
    font-weight: 700;
    font-size: 18px;
}
.st4-h3{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}
.st4-item-img{
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 19%);
    width: 65px;
    height: 65px;
    margin-right: 20px;
    flex: none;
}
.st4-item-h3{
    color: #fff400;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}
span.cong {
    font-size: 34px;
    top: -9px;
    position: relative;
    left: 2px;
}
.st4-item-text{
    font-size: 18px;
    color: #fff;
}
@media(max-width: 767px){
    .st4-item{
        margin-bottom: 25px
    }
    .st4-item-img{
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }
    span.cong{
        top: 1px;
        font-size: 26px;
    }
    .st4-item-h3{
        font-size: 22px;
    }
    .st4-item-text{
        font-size: 15px;
    }
    .st4-item-text p{
        min-height: 45px;
    }
}
/*End st4*/

/*st5*/
.st5-inner{
    margin-top: -140px;
    padding: 40px 40px 50px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 5px 10px 0 rgb(2 55 102 / 9%);
    margin-bottom: 20px;
}
.st5-item-img {
    display: flex;
    padding: 10px;
    box-shadow: 0 5px 10px 0 rgb(2 55 102 / 9%);
    border-radius: 10px;
    height: 140px;
    align-items: center;
    justify-content: center;
}
.st5-item-img:hover{
    box-shadow: 0 5px 10px 0 rgb(2 55 102 / 29%);
}
.st5-item .col-xs-6{
    padding: 10px 8px;
}
.st5-item-img img {
    max-height: 100%;
    object-fit: contain;
}
@media(min-width: 1330px){
    .st5 .container{
        width: 1300px;
    }
}
.st5-slide.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
}
.st5-slide.owl-carousel .owl-dots .owl-dot.active span, 
.st5-slide.owl-carousel .owl-dots .owl-dot:hover span{
    background: #c4161c;
}
.st5-bottom-h3{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #c4161c;
}
@media(max-width: 767px){
    .st4{
        padding: 20px 0;
    }
    .st5-inner{
        padding: 10px;
        margin-top: 10px;
    }
    .st5-item-img{
        height: 120px;
    }
}
/*End st5*/

.st5-bottom-link{
    border-radius: 99px;
    background-image: linear-gradient(90deg, #c4161c, #e10e15);
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
}
.st5-bottom-link:hover {
    color: #fff;
    background-image: linear-gradient(90deg, #e10e15, #c4161c);
}
.st5-bottom-link i{
    margin-left: 10px;
}
@media(max-width: 767px){
    .st5-bottom-link{
        height: 40px;
        line-height: 40px;
    }
}

/*st3*/
.st3-item {
    margin-bottom: 30px;
}
.st3-item-inner {
    padding: 20px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 8px rgb(0 0 0 / 5%);
    text-align: center;
    height: 100%;
    width: 100%;
    color: #111020;
    transition: all 0.3s;
}
.st3-item-img{
    width: 80px;
    height: 80px;
}
.st3-item-inner:hover {
    box-shadow: 0 5px 8px rgb(0 0 0 / 55%);
    border-radius: 20px;
}
.st3-item-name {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
}
.st3-item-des {
    margin-bottom: 0;
    font-size: 14px;
    height: 115px;
    overflow: hidden;
}
@media(max-width: 767px){
    .st3-item-inner{
        padding: 8px;
    }
    .st3-item-des{
        height: initial;
        font-size: 13px;
    }
}
/*End st3*/

/*st6*/
.st6-content{
    display: flex;
    flex-wrap: wrap;
}
.st6-item{
    width: calc(33% - 7px);
    margin: 0px 10.5px 10px 0px;
    float: left;
}
.st6-item a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@media(min-width: 768px){
    .st6-item:nth-child(3n){
        margin-right: 0;
    }
}

@media(max-width: 767px){
    .st6-item{
        width: calc(50% - 5px);
        margin: 0px 10px 10px 0;
    }
    .st6-item:nth-child(2n){
        margin-right: 0;
    }
}
/*End st6*/

/*st7*/
.st7{
    background: url(../images/bk_st1.png) repeat left top;
}
.st7-heading p{
    margin: 15px 0px 20px;
}
.st7-item{
    margin-top: 25px;
}
.st7-item-inner{
    background: #fff;
    padding: 10px 10px 0;
    border-radius: 5px;
    border: 1px solid #d3d3d380;
}
.st7-item-img img{
    width: 100%;
}
.st7-item-img{
    position: relative;
}
.st7-item-img svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
}
.st7-item-img svg path.ytp{
    fill: #212121;
    fill-opacity: .8;
}
.st7-item-img:hover svg path.ytp{
    fill-opacity: 1;
    fill: red;
}
.st7-item-name{
    display: block;
    margin: 10px 0;
    font-weight: bold;
    overflow: hidden;
    height: 45px;
}
.st7-item-name:hover{
    color: #FF6F02;
}
.st7-item-des{
    font-size: 13px;
    overflow: hidden;
    height: 38px;
    display: block;
}
/*End st7*/

/*st8*/
.st8{
    padding: 60px 0;
    background: url(../images/bk2.png) center center no-repeat;
    background-size: cover;
    color: #262f5a;
}
.st8-heading p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #262f5a;
}
.st8-heading{
    margin-bottom: 35px;
}
.st8-heading h3 {
    margin: 5px 0 18px;
    font-weight: 800;
    font-size: 34px;
}
.st8-des{
    font-style: italic;
    width: 700px;
    max-width: 100%;
    font-size: 18px;
}
.st8-slide.owl-carousel .owl-item .st8-item-bottom img{
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.st8-item{
    background-color: #fff;
    border-radius: 13px;
    padding: 18px;
}
.st8-item-top {
    border-bottom: 1px solid #e6eae6;
    padding-bottom: 16px;
    background-image: url(../images/icon13.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    padding-left: 37px;
    font-size: 17px;
    margin-bottom: 25px;
}
.st8-item-bottom>div{
    padding-left: 15px;
}
.st8-item-name{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: bold;
}
.st8-slide.owl-carousel .owl-dots .owl-dot span{
    background: #fff;
}
.st8-slide.owl-carousel .owl-dots .owl-dot.active span, 
.st8-slide.owl-carousel .owl-dots .owl-dot:hover span{
    background: #c4161c;
}
/*End st8*/

/*st9*/
.st9-heading .st1-title{
    font-size: 26px;
    line-height: 1.6;
}
.st9-item-name{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #c4161c;
    font-size: 18px;
}
.st9-item-img img{
    width: 100%;
    max-width: 100%;
    height: 160px;
    object-fit: cover;
}
.st9-item-text{
    background: #c4161c;
    color: #fff;
    padding: 30px 15px 35px;
}
.st9-item-des{
    text-align: justify;
    height: 166px;
    overflow: hidden;
    margin: 0 0 15px;
}
.st9-item-link{
    padding: 8px 24px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 14px;
}
.st9-item-link:hover{
    background: #FF6F02;
    border-color: #FF6F02;
    color: #fff;
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}
@media(max-width: 767px){
    .st9-heading .st1-title{
        font-size: 20px;
    }
    .st9-item-des{
        height: initial;
    }
}
/*End st9*/



/*st10*/
.st10{
    padding-top: 20px;
}
.st10-item-inner{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 16px;
    display: block;
    color: #fff;
}
.st10-item-img{
    position: relative;
}
.st10-item-img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.st10-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 122, 0);
    -webkit-transition: opacity .6s,-webkit-transform .3s;
    transition: opacity .6s,-webkit-transform .3s;
    -o-transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s;
    transition: transform .3s,opacity .6s,-webkit-transform .3s;
    pointer-events: none;
    background-image: linear-gradient(to top, #0000007a , #00000000);
}
.st10-item-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.7em;
    padding-bottom: 1.4em;
    font-size: 0.9em;
    transition: all 0.4s;
}
.st10-item-name {
    font-size: 18px;
    padding-top: 6px;
    width: 82%;
    margin: 2px 0;
    color: #fff;
    font-weight: bold;
}
.showhover {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 25px;
    bottom: 10px;
    color: #fff;
    background: rgba( 255, 255, 255, 0.40 );
    backdrop-filter: blur( 6.5px );
    border-radius: 50%;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    font-size: 24px;
    text-align: center;
    display: none;
}
.st10-item-inner:hover .showhover {
    display: block;
}
.st10-item-inner:hover .st10-item-text{
    transform: translateX(14px);
    transition: 0.8s;
}
.st10-item-inner:hover .st10-item-text p{
    opacity: 1;
}
/*End st8*/

/*ladi1*/
.ladi1-item-inner{
    border: 3px solid #c4161c;
    background: #c4161c;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    line-height: 1.6;
    font-size: 16px;
    padding: 15px;
    position: relative;
    height: 340px;
    transition: all 0.3s;
}
.ladi1-item-inner:hover{
    box-shadow: 0px 1px 10px rgb(0 0 0 / 50%);
}
.ladi1-item-stt{
    position: absolute;
    line-height: 1;
    bottom: 10px;
    right: 10px;
    font-size: 25px;
    font-weight: 800;
}
.ladi1-item-icon{
    border-radius: 50%;
    border: 3px solid #c4161c;
    background: #fff;
    width: 81px;
    height: 81px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ladi1-item-icon img{
    width: 48.5px;
    height: 48.5px;
}
.ladi1-item-name{
    font-weight: bold;
    color: #feef01;
    font-size: 18px;
    margin: 20px 0 10px;
}
@media(max-width: 991px){
    .ladi1-item-inner{
        height: 100%;
    }
    .ladi1-item{
        margin-bottom: 25px;
    }
}
@media(max-width: 767px){
    .ladi1-item-inner{
        padding: 12px 6px 40px;
        font-size: 13px;
    }
    .ladi1-item-des{
        text-align: justify;
    }
    .ladi1 .st1-title{
        font-size: 20px;
    }
    .ladi1-item-name{
        margin: 10px 0;
        font-size: 15px;
        line-height: 1.5;
    }
}
/*End ladi1*/

/*ladi2*/
.ladi2{
    margin-bottom: 40px;
}
.ladi2-left-inner{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
    font-size: 15px;
}
.ladi2l-title{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #c4161c;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 10px;
}
.ladi2l-title span{
    display: block;
    color: rgb(240, 211, 106);
    text-align: center;
    font-size: 23px;
}
.ladi2l-content li{
    position: relative;
    padding-bottom: 15px;
    padding-left: 31px;
}
.ladi2l-content li:before{
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../images/check.svg);
}
.ladi2l-content{
    padding: 10px 15px 15px;
}
.ladi2-btn{
    background-image: radial-gradient(circle, rgb(254, 244, 18), rgb(243, 140, 1));
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    line-height: 43px;
    padding: 0px 40px;
    margin: 15px auto 10px;
    display: inline-block;
    border-radius: 7px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
    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;
}
.ladi2-btn:hover{
    color: #000;
}
@-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)}
}
.ladi2r-des{
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: #000;
}
.ladi2r-title{
    font-weight: bold;
    line-height: 1.6;
    color: #c4161c;
    font-size: 27px;
    margin: 0 0 10px;
}
.ladi2r-name{
    font-size: 41.19px;
    font-weight: bold;
    line-height: 1.2;
    color: rgb(68, 68, 68);
    text-align: center;
    text-shadow: rgb(158, 158, 158) 1px 2px 1px;
}
@media(max-width: 767px){
    .ladi2l-title{
        font-size: 26px;
    }
    .ladi2r-title{
        font-size: 20px;
    }
    .ladi2-left-inner{
        margin-bottom: 20px;
    }
    .ladi2r-name{
        font-size: 30px;
    }
}
/*End ladi2*/

/*ladi3*/
.ladi3{
    background: rgb(240, 240, 240);
}
.ladi3-ul{
    overflow: hidden;
    height: 534px;
    padding-right: 10px;
    overflow-y: auto;
}
.ladi3-ul::-webkit-scrollbar{
    width:4px;
    height:5px;
}
.ladi3-ul::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.ladi3-ul::-webkit-scrollbar-thumb{
    background:#c4161c;
    border-radius:10px
}
.ladi3-ul li{
    background: #c4161c;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 12px;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.ladi3-number{
    width: 49px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(203, 203, 203);
    border-radius: 50%;
    color: #ffca0d;
    font-size: 22px;
    font-weight: bold;
    flex: none;
    margin-right: 10px;
}
.ladi3-right li:nth-child(2n){
    background: #fff;
    color: #000;
}
.ladi3-right li:nth-child(2n) .ladi3-number{
    color: #c4161c;
    border-color: rgb(203, 203, 203);
}
.ladi3-slide img{
    height: 592px;
    object-fit: cover;
}
/*End ladi3*/

/*ladi4*/
.ladi4-title{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c4161c;
}
.ladi4-des{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #c4161c;
    margin-bottom: 20px;
}
.ladi4-table{
    text-align: left;
}
.ladi4-table thead{
    background: #B8D2FF3B;
}
.ladi4-table.table>thead>tr>th{
    vertical-align: middle;
}
.ladi4-table.table>tbody>tr>td{
    padding: 25px 10px;
}
.ladi4-table.table-condensed>thead>tr>th{
    padding: 10px;
}
.table>thead>tr>th{
    border-top-color: #b8d2ff;
}
@media(max-width: 767px){
    .ladi4-title{
        font-size: 25px;
    }
    .ladi4-des{
        font-size: 20px;
    }
    .ladi4-table{
        font-size: 13px;
    }
}
/*End ladi4*/

/*ladi5*/
.ladi5{
    background: rgb(251, 251, 251);
}
.ladi5 .st1-title span{
    color: #000;
    display: block;
}
.ladi5 .st5-bottom-link{
    background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121));
    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;
}
.ladi5-ul{
    width: 960px;
    margin: 40px auto 20px;
    max-width: 100%;
}
.ladi5-ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.ladi5-ul li:last-child{
    margin-bottom: 0;
}
.ladi5-left{
    width: 200px;
    height: 71px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: linear-gradient(108deg, rgb(255, 77, 52), rgb(255, 196, 1));
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    flex: none;
    line-height: 1.3;
}
.ladi5-left:before{
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(243, 223, 223, 0.5);
    content: "";
    position: absolute;
}
.ladi5-left span{
    font-size: 42px;
    text-shadow: rgb(241, 101, 58) 1px 2px 3px;
    margin-left: 6px;
    position: relative;
    line-height: 1.1;
    margin-top: -4px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.ladi5-right{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    width: calc(100% - 305px);
    max-width: 100%;
    position: relative;
    flex: none;
    padding: 33px 15px 33px 25px;
    font-size: 14px;
}
.ladi5-center{
    height: 100%;
    position: relative;
}
.ladi5-center:before{
    width: 12px;
    height: 12px;
    background: #f2430d;
    border-radius: 50%;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
}
.ladi5-center:after{
    position: absolute;
    height: 250px;
    top: 50%;
    left: 50%;
    width: 1px;
    background: #d7d7d7;
    content: "";
}
.ladi5-ul li:last-child .ladi5-center:after{
    background: rgb(251, 251, 251);
}
.ladi5-name{
    font-size: 18px;
    color: #c4161c;
    margin: 0 0 10px;
    font-weight: 600;
}
@media(max-width: 767px){
    .ladi5-center{
        display: none;
    }
    .ladi5-ul li{
        flex-direction: column;
    }
    .ladi5-right{
        width: 100%;
        padding: 15px;
        margin: 10px 0 15px;
    }
}
/*End ladi5*/
/*modal-dky*/
.modal-dky .modal-dialog{
    width: 960px;
    max-width: 90%;
}
.modal-dky .modal-content{
    border-radius: 8px;
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.formdky-left{
    width: 365px;
    background: rgb(232, 37, 77);
    float: left;
    border-radius: 5px;
    color: #fff;
}
.formdky-left-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(250, 246, 1);
    text-align: center;
    margin-bottom: 20px;
}
.form-dky-inner{
    padding: 0px 25px;
}
.form-dky-inner input.form-control{
    height: 44px;
    margin-bottom: 15px;
    color: #000;
    border: none;
}
.form-dky-inner input.form-control::placeholder,
.form-dky-inner textarea::placeholder{
    color: #333;    
}
.form-dky-inner textarea{
    margin-bottom: 15px;
    border: none;
}
.form-dky-inner input[type="submit"]{
    background-image: linear-gradient(rgb(254, 244, 18), rgb(243, 140, 1));
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    line-height: 44px;
    width: 240px;
    display: block;
    margin:0px auto;
    border-radius: 25px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
    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;
}
.form-time{
    margin: 15px 0;
}
.form-time li{
    display: inline-block;
    margin: 0 2px;
}
.form-time li span{
    background: rgb(171, 26, 56);
    width: 45px;
    height: 42px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
}
.form-time li div{
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}
.formdky-right{
    width: calc(100% - 365px);
    float: right;
    padding: 10px 15px;
}
.formdky-right-title{
    font-size: 26px;
    line-height: 1.6;
    color: rgb(26, 42, 96);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin: 0 0 20px;
}
.formdky-right-title:before{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #e5e5e5;
    width: 60%;
    content: "";
}
.formdky-right-title strong{
    font-size: 29px;
    font-weight: bold;
    color: rgb(26, 42, 83);
}
.formdky-right-ul li{
    background: #fff;
    margin-bottom: 18px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: rgb(26, 42, 83);
    padding: 15px 22px;
    display: flex;
    align-items: center;
}
.formdky-right-ul li svg{
    width: 38px;
    fill: rgb(232, 36, 77);
    margin-right: 15px;
    flex: none;
}
.modal-dky-tel {
    background: #feef01;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    line-height: 44px;
    margin: 0px auto 20px;
    width: 90%;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
}
.modal-dky-tel:hover{
    color: #000;
    background: #fff;
}
@media(max-width: 991px){
    .formdky-right{
        display: none;
    }
    .formdky-left{
        width: 100%;
    }
}
@media(max-width: 767px){
    .form-dky-inner input[type="submit"]{
        width: 200px;
    }
    .formdky-left-title{
        font-size: 16px;
        padding: 0px 10px;
    }
}
/*End modal-dky*/



/*ldp8*/
.ldp8-content {
    margin-top: 30px;
}
.ldp8-content .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    background: none;
    box-shadow: none;
}
.ldp8-content .panel-default>.panel-heading{
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(0 50 82 / 9%);
}
.ldp8-content .panel-title a{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    padding: 20px 20px 20px 50px;
}
.ldp8-content .panel-title a:before, 
.ldp8-content .panel-title a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 36px;
    right: auto;
    left: 25px;
}
.ldp8-content .panel-title a:before {
}
.ldp8-content .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.ldp8-content .panel-title a:hover,
.ldp8-content .panel-title a[aria-expanded=true] {
    color: #fff;
    background: #c4161c;
}
.ldp8-content .panel-title a:hover:before,
.ldp8-content .panel-title a:hover:after{
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:before {
    background: #fff;
}
.ldp8-content .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #fff;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    border: none;
}
@media(max-width: 767px){
    .ldp8-content .panel-title a{
        font-size: 16px;
        padding: 15px 20px 15px 30px;
    }
    .ldp8-content .panel-body{
        text-align: justify;
    }
    .ldp8-content .panel-title a:before, .ldp8-content .panel-title a:after{
        top: 29px;
        left: 12px;
        width: 12px;
    }
    .ldp8-content .panel-default>.panel-heading{
        border-radius: 15px;
        box-shadow: 0 2px 10px rgb(0 50 82 / 30%);
    }
}
/*End ldp8

/*ladi55*/
@media(min-width: 1200px){
    .ladi55 .container{
        width: 990px;
    }
}
.ladi55{
    background: url(../images/ladi8.jpg) left top no-repeat;
    background-size: cover;
}
.ladi55-form{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -15px;
    background-color: #c4161c;
    border-radius: 8px;
    color: #fff;
    padding: 20px 12px;
}
.title-form{
    margin: 5px 0 25px;
    text-align: center;
    font-weight: 800;
}
.form input,
.form textarea{
    width: 100%;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 10px;
    color: #000;
    border: none;
}
.form textarea{
    padding: 10px;
    height: 100px;
    line-height: 1.7;
}
.form input[type="submit"]{
    background: #ffd700;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    border: none;
}
.ladi55-tel{
    background: #FF6F02;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 40px;
    padding: 0px 10px;
    transition: all 0.3s;
}
.form input[type="submit"]:hover{
    background: #FF6F02;
    color: #fff;
}
.ladi55-tel:hover{
    color: #fff;
    background: #FF6F02;
}
.ladi55-ul li{   
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px -10px;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 8px;
}
.ladi55-ul li span{
    width: 49px;
    height: 49px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    color: #c4161c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin-right: 12px;
    flex: none;
}
.ladi55-ul li:last-child{
    padding: 15px 25px;
    margin-top: 35px;
    margin-bottom: 0;
}
@media(max-width: 767px){
    .ladi55-ul{
        margin-top: 20px;
    }
}
/*End ladi5*/

/*lay6*/
.lay6{
    margin-bottom: 15px;
}
.lay6-box{
    background-color: #fff;
    border: 1px dashed #c4161c;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
    padding: 20px 20px 10px;
    position: relative;
}
.lay6-box.active {
    height: auto;
}
a.btn-show2 {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 20px;
    background: #c4161c;
    margin: 0 10px;
}
a.btn-show2:hover {
    opacity: 0.7;
}
/*End lay6*/