/**{*/
/*    margin:0;*/
/*    padding:0;*/
/*    box-sizing:border-box;*/
/*}*/

/*.carousel{*/
/*    width:100%;*/
/*    max-width:800px;*/
/*    height:450px;*/
/*    margin:auto;*/
/*    position:relative;*/
/*    overflow:hidden;*/
/*    border-radius:10px;*/
/*}*/

/*.slide2{*/
/*    position:absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*    opacity:0;*/
/*    transition:opacity .8s ease;*/
/*}*/

/*.slide2.active{*/
/*    opacity:1;*/
/*}*/

/*.slide2 img{*/
/*    width:100%;*/
/*    height:100%;*/
/*    object-fit:cover;*/
/*}*/

/*.caption{*/
/*    position:absolute;*/
/*    left:50px;*/
/*    bottom:60px;*/
/*    color:#fff;*/
/*    background:rgba(0,0,0,.5);*/
/*    padding:20px;*/
/*    border-radius:8px;*/
/*    max-width:450px;*/
/*}*/

/*.caption h2{*/
/*    font-size:35px;*/
/*    margin-bottom:10px;*/
/*}*/

/*.caption p{*/
/*    font-size:18px;*/
/*}*/

/*.prev,*/
/*.next{*/
/*    position:absolute;*/
/*    top:50%;*/
/*    transform:translateY(-50%);*/
/*    background:rgba(0,0,0,.5);*/
/*    color:#fff;*/
/*    border:none;*/
/*    padding:15px;*/
/*    cursor:pointer;*/
/*    font-size:24px;*/
/*    z-index:10;*/
/*}*/

/*.prev{*/
/*    left:15px;*/
/*}*/

/*.next{*/
/*    right:15px;*/
/*}*/

/*.prev:hover,*/
/*.next:hover{*/
/*    background:#011f4b;*/
/*}*/

/*.dots{*/
/*    position:absolute;*/
/*    bottom:20px;*/
/*    width:100%;*/
/*    text-align:center;*/
/*}*/

/*.dot{*/
/*    width:12px;*/
/*    height:12px;*/
/*    margin:0 4px;*/
/*    display:inline-block;*/
/*    border-radius:50%;*/
/*    background:#bbb;*/
/*    cursor:pointer;*/
/*}*/

/*.dot.active{*/
/*    background:#fff;*/
/*}*/

/*@media(max-width:768px){*/

/*.carousel{*/
/*    height:280px;*/
/*}*/

/*.caption{*/
/*    left:20px;*/
/*    right:20px;*/
/*    bottom:20px;*/
/*    padding:15px;*/
/*}*/

/*.caption h2{*/
/*    font-size:24px;*/
/*}*/

/*.caption p{*/
/*    font-size:15px;*/
/*}*/

/*}*/