@font-face {
    font-family: 'DancingScript';
    src: url("../fonts/DancingScript-Regular.ttf");
}
/** Home CSS **/
p{
    font-size: 18px;
    line-height: 28px;
}
.tits h3{
    font-size: 34px;
    line-height: 100%;
    color: #333333;
    font-family: Inter, sans-serif;
}
.tits h4{
    color: #D92334;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.1px;
    font-family: Inter, sans-serif;
    margin-bottom: 0;
}
.logo_ladi .img img{
    width: auto;
}
.sec_01 .tits h3{
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 56px;
}
.sec_01 .text_01 .tuyensinh{
    font-family: 'DancingScript';
    font-size: 62px;
    line-height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 0;
}
.sec_01 .text_01 .tuyensinh span{
    box-shadow: 0px 4px 0px 0px #9E0202;
    font-size: 34px;
    padding: 8px 13px 9px;
    border-radius: 10px;
    background: #fff;
    color: #B91D32;
    font-family: Inter, sans-serif;
    font-weight: 600;
}
.sec_01 .text_01 p:nth-child(2){
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 16px;
}
.sec_01 .wpcf7{
    background: #FFFFFF;
    border-radius: 30px;
    max-width: 484px;
    padding: 28px 30px;
    box-shadow: 0px 4px 20px 0px #00000040;
}
.sec_01 form{
    margin-bottom: 0;
}
.sec_01 form h3{
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    margin-bottom: 16px;
}
.sec_01 form .form-cafe{
    margin: 0 -7px !important;
}
.sec_01 form .form-cafe > .col{
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}
.sec_01 form .form-cafe .checkbox-left{
    text-align: left;
}
.sec_01 form input{
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    box-shadow: none;
    background: #F1F1F1;
    color: #333333;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
}
.sec_01 form textarea::placeholder,
.sec_01 form input::placeholder{
    font-weight: 400;
    color: #333;
}
.sec_01 form select{
    border-radius: 8px;
    box-shadow: none;
    background-color: #F1F1F1;
    color: #333;
}
.sec_01 form textarea{
    min-height: 93px;
    box-shadow: none;
    border-radius: 8px;
    background: #F1F1F1;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.sec_01 form .button-dt input.wpcf7-submit{
    margin: 0;
    background: #DD1E2F;
    border-radius: 100px;
    letter-spacing: 0;
    font-size: 20px;
    border: none;
    height: 53px;
    min-width: 270px;
    color: #fff;
}
.sec_01 .section-content a.button{
    margin: 20px 0 0;
    color: #fff !important;
    border-width: 1px;
    font-size: 20px;
    line-height: 51px;
}
.sec_02 .tits{
    border-left: 2px solid #D92334;
    padding-left: 20px;
    margin-bottom: 24px;
}
.sec_02 .tits h3{
    margin-bottom: 5px;
}
.sec_02 p{
    position: relative;
    padding-left: 23px;
    margin-bottom: 13px;
}
.sec_02 p::before{
    content: "";
    background-color: #D92334;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 8px;
}
.sec_09 .text_01 p span,
.sec_03 .text_01 p span{
    background-color: #D92334;
    padding: 12px 18px 10px;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    border-radius: 10px 10px 0 0;
    text-transform: capitalize;
}
.sec_09 .text_01 p,
.sec_03 .text_01 p{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.sec_03 .text_01 p::before{
    content: "";
    background-color: #D92334;
    width: 350px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.sec_03 .tits{
    text-align: center;
    margin-bottom: 117px;
}
.sec_03 .tits h3{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 40px;
    color: #333;
    line-height: 100%;
    text-transform: capitalize;
}
.sec_03 .tits h4{
    border: 2px solid #D92334;
    box-shadow: 0px 4px 0px 0px #D92334;
    border-radius: 14px;
    display: inline-block;
    width: auto;
    padding: 16px 30px 14px;
}
/* .sec_03 .icon-box,
.sec_03 .row_02 .col-inner{
    height: 100%;
} */
.sec_03 .row_02 > .col:nth-child(3)::before,
.sec_03 .row_02 > .col:nth-child(2)::before,
.sec_03 .row_02 > .col:nth-child(1)::before{
    content: "";
    position: absolute;
    bottom: 48px;
    width: 100%;
    background-color: #FFFFFF;
    height: 1px;
    left: 0;
}
.sec_03 .icon-box{
    margin-bottom: 60px;
    position: relative;
}
.sec_03 .row_02 > .col:nth-child(3) .icon-box::before,
.sec_03 .row_02 > .col:nth-child(2) .icon-box::before,
.sec_03 .row_02 > .col:nth-child(1) .icon-box::before{
    content: "";
    position: absolute;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFCC00;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    z-index: 10px;
}
.sec_03 .icon-box .icon-box-img{
    margin-bottom: 0px;
    z-index: 9;
}
.sec_03 .icon-box .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    background: #D92334;
    min-height: 96px;
}
.sec_03 .icon-box .icon-box-text{
    background: #FFFFFF;
    border: 2px solid #D92334;
    border-radius: 2px 2px 30px;
    padding: 55px 20px 55px 40px;
    text-align: left;
    position: relative;
    margin-top: -41px;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 209px;
    max-height: 209px;
    box-shadow: 0px 5px 10px 0px #00000080;
}
.sec_03 .icon-box .icon-box-text h5{
    position: absolute;
    left: -78px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    color: #fff;
    font-size: 104px;
    min-width: 104px;
    text-align: right;
    line-height: 100%;
    font-family: Inter, sans-serif;
    z-index: 2;
    text-shadow: 2px 0 #D92334, -2px 0 #D92334, 0 2px #D92334, 0 -2px #D92334, 1px 1px #D92334, -1px -1px #D92334, 1px -1px #D92334, -1px 1px #D92334;
}
.sec_03 .icon-box .icon-box-text p{
    line-height: 25px;
}
.sec_04 .col:nth-child(1) .tits{
	 margin-left: 15%;
}
.sec_04 .col:nth-child(2) .tits{
	padding-left: 0;
}
.sec_04 .col:nth-child(2) .tits h3{
	font-size: 32px;
    line-height: 100%;
	letter-spacing: 0;
}
.sec_04 .col:nth-child(2) .tits h4{
	font-size: 38px;
	line-height: 100%;
    letter-spacing: 0;
}
.sec_04 .text_01 p{
	font-size: 150px;
    line-height: 100%;
    margin-bottom: 0;
    color: #DB3040;
    position: absolute;
    left: 15%;
}
.sec_04 .tits{
	padding-left: 100px;
	margin-bottom: 25px;
}
.sec_04 .tits h3{
	font-size: 44px;
	line-height: 60px;
	color: #D92334;
	margin-bottom: 0;
}
.sec_04 .tits h4{
	border: 2px solid #D92334;
    box-shadow: 0px 4px 0px 0px #D92334;
    border-radius: 14px;
    display: inline-block;
    width: auto;
    padding: 7px 22px 10px;
    letter-spacing: 3px;
    margin-top: 7px;
    font-size: 43px;
}
.sec_05 .gallery-col img{
    border-radius: 30px;
}
.sec_05 .tits h3{
    font-size: 44px;
    color: #D92334;
    margin-bottom: 0;
}
.sec_05 .tits h4{
    border: 2px solid #D92334;
    box-shadow: 0px 4px 0px 0px #D92334;
    border-radius: 14px;
    display: inline-block;
    width: auto;
    padding: 7px 22px 10px;
    letter-spacing: 3px;
    margin-top: 7px;
    font-size: 43px;
}
.sec_05 .slider .flickity-prev-next-button{
    opacity: 1;
    transform: translateX(0%);
    top: auto;
    bottom: -25px;
    right: auto;
    left: 0;
    color: #D92334;
}
.sec_05 .slider .flickity-prev-next-button.next{
    left: 60px;
}
.sec_06{
    margin-top: -108px;
}
.sec_06 .row_01{
    background: url(../images/group_637190.png) no-repeat;
    margin-left: 19%;
}
.sec_06 .row_01 .col{
    display: flex;
    align-items: flex-end;
}
.sec_06 .row_01 .tits{
    margin-top: 185px;
}
.sec_06 .row_01 .tits h3{
    line-height: 48px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
.sec_06 .text p{
    margin-bottom: 12px;
}
.sec_06 .text h4{
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
}
.sec_06 a.button{
    margin: 0;
    background: #fff;
    color: #D92334;
    font-size: 20px;
    line-height: 25px;
    border: none;
    padding: 10px 35px 11px;
}
.sec_07 .tits{
    text-align: center;
    margin-bottom: 24px;
}
.sec_07 .tits h4{
    border: 2px solid #D92334;
    box-shadow: 0px 4px 0px 0px #D92334;
    border-radius: 14px;
    display: inline-block;
    width: auto;
    padding: 13px 50px 14px;
    font-size: 38px;
}
.sec_07 .box .box-image{
    background: url(../images/frame_2085664423.png) no-repeat;
    background-position: bottom;
}
.sec_07 .box .box-text{
    padding: 16px 0 0;
}
.sec_07 .box .box-text-inner h4{
    margin: 0 0 3px;
    color: #D92334;
    font-size: 20px;
    font-family: Inter, sans-serif;
}
.sec_07 .box .box-text-inner p{
    color: #333;
}
.slider-wrapper .flickity-page-dots > li{
    background-color: #D92334;
    border-color: #D92334;
    opacity: 0.4;
}
.slider-wrapper .flickity-page-dots > li.is-selected{
    background-color: #D92334;
    width: 30px;
    border-radius: 100px;
}
.sec_08 .tits_hd h3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    line-height: 60px;
    font-family: Inter, sans-serif;
    margin-bottom: 33px;
}
.sec_08 .tits_hd h3 span{
    border: 2px solid #D92334;
    box-shadow: 0px 4px 0px 0px #D92334;
    background-color: #fff;
    color: #D92334;
    font-size: 38px;
    padding: 9px 22px 10px;
    border-radius: 14px;
}
.sec_08 .row_cc > .col{
    flex-basis: 20%;
    max-width: 20%;
}
.sec_08 .row_cc > .col:nth-child(2n - 1){
    padding-top: 63px;
}
.sec_08 .box {
    border-radius: 11px;
    box-shadow: 0px 0px 15px 0px #0000000D;
    background: #fff;
    padding: 11px;
}
.sec_08 .box .box-image img,
.sec_08 .box .box-image{
    border-radius: 10px 10px 0 0;
}
.sec_08 .box .box-text{
    padding: 10px 0 4px;
    text-transform: uppercase;
    font-size: 17px;
}
.sec_08 .box .box-text h4{
    margin: 0;
    font-family: Inter, sans-serif;
}
.sec_08 .flickity-page-dots{
    bottom: -35px;
}
.sec_08 .flickity-page-dots > li{
    background-color: #fff;
    border-color: #fff;
    opacity: 0.4;
}
.sec_08 .flickity-page-dots > li.is-selected{
    background-color: #fff;
    width: 30px;
    border-radius: 100px;
}
.sec_09 .text_01 p::before{
    content: "";
    background-color: #D92334;
    width: 616px;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.sec_09 .tits{
    margin-bottom: 40px;
}
.sec_09 .tits h3{
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 40px;
}
.sec_09 .slider-wrapper{
    background: url(../images/frame_2085664467.png) no-repeat;
    padding: 115px 150px;
}
.sec_09 ol.flickity-page-dots{
    bottom: -45px;
}
.sec_10.sec_09 .tits{
    margin-bottom: 7px;
}
.sec_10 .icon-box .icon-box-img{
    margin-bottom: -80px;
}
.sec_10 .icon-box .icon-box-text{
    padding: 97px 15px 100px;
    background: url(../images/group_636951.png) center top no-repeat;
}
.sec_10 .icon-box .icon-box-text h5{
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 13px;
    font-family: Inter, sans-serif;
    color: #333333;
    letter-spacing: 0;
}
.sec_10 .icon-box .icon-box-text h6{
    font-size: 18px;
    line-height: 26px;
    font-family: Inter, sans-serif;
    color: #333333;
    text-transform: unset;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 8px;
}
.sec_10 .icon-box .icon-box-text p{
    margin-bottom: 0;
}
.sec_10 .icon-box .icon-box-text a.button{
    color: #D92334;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize !important;
    min-height: 26px;
}
.sec_10 .icon-box .icon-box-text a.button::before{
    width: 100%;
    opacity: 1;
    bottom: 5px;
    left: 0;
    height: 1px;
}
.sec_11 .tits{
    text-align: center;
    margin-bottom: 9px;
}
.sec_11 .tits h3{
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
}
.sec_11 .tits h4{
    font-size: 40px;
    margin-bottom: 0;
    color: #333;
    text-transform: capitalize;
}
.sec_11 .text p{
    margin-bottom: 0;
    font-size: 20px;
    line-height: 32px;
}
.sec_11 .wpcf7{
    background: #DA2435;
    border-radius: 30px;
    padding: 126px 30px 25px;
    box-shadow: 0px 4px 20px 0px #00000040;
}
.sec_11 .wpcf7 form{
    margin-bottom: 0;
}
.sec_11 form h3{
    text-align: center;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.sec_11 form h3 span{
    display: none;
}
.sec_11 form .form-cafe{
    margin: 0 7px;
}
.sec_11 form .form-cafe > .col{
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}
.sec_11 .wpcf7 form select,
.sec_11 .wpcf7 form input{
    box-shadow: none;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    border: none;
}
.sec_11 .wpcf7 form textarea{
    box-shadow: none;
    border: none;
    margin-bottom: 16px;
    border-radius: 8px;
    min-height: 90px;
    color: #333;
    font-size: 16px;
    padding: 12px 15px;
}
.sec_11 .wpcf7 form textarea::placeholder,
.sec_11 .wpcf7 form input::placeholder{
    color: #333;
}
.sec_11 .wpcf7 form .checkbox-left label{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.sec_11 .wpcf7 form .button-dt{
    text-align: center;
}
.sec_11 .wpcf7 form .button-dt input{
    margin: 0;
    background: #FFFFFF;
    border-radius: 100px;
    font-size: 20px;
    color: #DA2435;
    letter-spacing: 0;
    padding: 0 30px;
    height: 53px;
}
.sec_12 .tits{
    text-align: center;
}
.sec_12 .tits h3{
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sec_12 .tits h4{
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.chantrang_01 h3{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
    font-family: Inter, sans-serif;
    margin-bottom: 14px;
}
.sec_13 .chantrang_01 p{
    margin-bottom: 14px;
}
.sec_13 .chantrang_01 p i{
    color: #D92334;
    font-size: 15px;
    margin-right: 5px;

}
.sec_13 .row_02{
    border-top: 1px solid #DDDDDD;
    padding-top: 25px;
}
.sec_13 .row_02 p{
    margin-bottom: 0;
}
.sec_13 .row_02 .social-icons{
    display: block;
    text-align: right;
}
.sec_13 .row_02 .social-icons a{
    background: #D92334;
    border-color: #D92334;
    width: 32px;
    height: 32px;
    margin-left: 7px;
}
.sec_13 .row_02 .social-icons a i{
    color: #fff;
}
.sec_12 .wpcf7{
    background: #fff;
    border-radius: 30px;
    padding: 126px 30px 25px;
    box-shadow: 0px 4px 20px 0px #00000040;
}
.sec_12 .wpcf7 form{
    margin-bottom: 0;
}
.sec_12 form h3{
    text-align: center;
    color: #333;
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.sec_12 form h3 span{
    display: none;
}
.sec_12 form .form-cafe{
    margin: 0 7px;
}
.sec_12 form .form-cafe > .col{
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
}
.sec_12 .wpcf7 form select,
.sec_12 .wpcf7 form input{
    box-shadow: none;
    margin-bottom: 16px;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    border: none;
    background-color: #F1F1F1;
    border: 1px solid #DDDDDD;
}
.sec_12 .wpcf7 form textarea{
    box-shadow: none;
    border: none;
    margin-bottom: 16px;
    border-radius: 8px;
    min-height: 90px;
    color: #333;
    font-size: 16px;
    background: #F1F1F1;
    padding: 12px 15px;
    border: 1px solid #DDDDDD;
}
.sec_12 .wpcf7 form textarea::placeholder,
.sec_12 .wpcf7 form input::placeholder{
    color: #333;
}
.sec_12 .wpcf7 form .checkbox-left label{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.sec_12 .wpcf7 form .button-dt{
    text-align: center;
}
.sec_12 .wpcf7 form .button-dt input{
    margin: 0;
    background: #DA2435;
    border-radius: 100px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    padding: 0 30px;
    height: 53px;
}
.time{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.time > div{
    text-align: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #DD1E2F;
    min-width: 79px;
    min-height: 81px;
    line-height: 24px;
    padding-top: 12px;
}
.time > div span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.time > div span:last-child{
    font-size: 30px;
    color: #DD1E2F;
    list-style: 25px;
    font-weight: 700;
    margin-top: 6px;
}
@media only screen and (max-width: 1550px) {
    .sec_01 .tits h3{
        font-size: 40px;
    }
    .sec_01 .text_01 .tuyensinh{
        font-size: 45px;
    }
    .sec_01 .text_01 .tuyensinh span{
        font-size: 26px;
        padding: 4px 13px 5px;
    }
    .sec_01 .text_01 p:nth-child(2){
        font-size: 20px;
    }
    .tits h3{
        font-size: 28px;
    }
    .tits h4{
        font-size: 32px;
    }
    .sec_03 .tits h3{
        font-size: 36px;
    }
    .sec_05 .tits h3{
        font-size: 34px;
    }
    .sec_05 .tits h4{
        font-size: 30px;
    }
    .sec_06 .text p{
        margin-bottom: 10px;
    }
    .sec_06 a.button{
        font-size: 16px;
        line-height: 30px;
        padding: 5px 15px 6px;
    }
    .sec_06 .text h4{
        font-size: 26px;
    }
    .sec_07 ol.flickity-page-dots{
        bottom: -5px;
    }
    .sec_07 .tits h4{
        padding: 10px 30px 11px;
        font-size: 30px;
    }
    .sec_11 .tits h4,
    .sec_11 .tits h3,
    .sec_09 .tits h3,
    .sec_08 .tits_hd h3{
        font-size: 34px;
    }
    .sec_08 .tits_hd h3 span{
        font-size: 30px;
    }
    .sec_12 .tits h3{
        font-size: 34px;
    }
}
@media only screen and (max-width: 992px) {
    .sec_03 .tits{
        margin-bottom: 20px;
    }
    .sec_03 .icon-box{
        margin-bottom: 20px;
    }
    .sec_03 .row_02 > .col:nth-child(3) .icon-box::before,
    .sec_03 .row_02 > .col:nth-child(2) .icon-box::before,
    .sec_03 .row_02 > .col:nth-child(1) .icon-box::before,
    .sec_03 .row_02 > .col:nth-child(3)::before,
    .sec_03 .row_02 > .col:nth-child(2)::before,
    .sec_03 .row_02 > .col:nth-child(1)::before{
        display: none;
    }
    .sec_05 .tits h3 {
        font-size: 26px;
    }
    .sec_05 .tits h4{
        font-size: 26px;
        padding: 7px 15px 10px;
    }
    .sec_06 .row_01{
        margin-left: 0;
    }
    .sec_06 .row_01 .tits{
        margin-top: 135px;
    }
    .tits h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 26px;
    }
    .logo_ladi .img img{
        padding: 0 20px;
    }
    .sec_01 .tits h3{
        font-size: 24px;
        line-height: 32px;
    }
    .sec_01 .text_01 .tuyensinh{
        font-size: 35px;
    }
    .sec_01 .text_01 p:nth-child(2){
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .sec_01 .wpcf7{
        padding: 15px 12px;
    }
    .sec_01 form h3{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .tits h4{
        font-size: 26px;
        line-height: 32px;
    }
    .sec_09 .text_01 p span, .sec_03 .text_01 p span{
        font-size: 18px;
    }
    .sec_03 .tits h3{
        font-size: 28px;
        line-height: 36px;
    }
    .sec_03 .tits h4{
        padding: 10px 15px 11px;
    }
    .sec_03 .icon-box{
        margin-bottom: 0;
    }
    .sec_03 .icon-box .icon-box-text{
        padding: 45px 20px 20px 20px;
        min-height: unset;
        max-height: unset;
    }
    .sec_03 .icon-box .icon-box-text h5{
        display: none;
    }
    .sec_05 .slider{
        margin: 0 !important;
    }
    .sec_07 .slider .box-image img{
        object-fit: contain;
    }
    .sec_08 .row_cc > .col:nth-child(2n - 1){
        padding-top: 0;
    }
    .sec_08 .row_cc > .col{
        flex-basis: 100%;
        max-width: 100%;
    }
    .sec_11 .tits h4, .sec_11 .tits h3, .sec_09 .tits h3, .sec_08 .tits_hd h3{
        font-size: 28px;
    }
    .sec_09 .slider-wrapper{
        padding: 0;
    }
    .sec_12 .tits h4,
    .sec_12 .tits h3{
        font-size: 28px;
        line-height: 34px;
    }
    .sec_13 .row_02 p{
        padding: 0 15px;
    }
    .sec_13 .row_02 .social-icons{
        text-align: left;
        padding: 20px 15px 0;
    }
}