@media (max-width:991px) and (min-width:768px){

    .div-main .div-branch{
        height: 60px;
    }
    .div-main .div-branch .div-logo-branch .logo-branch{
        margin-right: 50px;
    }
    .div-main .main-logo{
        margin-left: 40px;
        width: auto;
    }
    .logo-branch.logo-odyssea{
        width: 100px;
    }
    .div-main .div-branch .div-logo-branch .logo-premier{
        width: 100px;
    }

    .div-main .div-branch .div-logo-branch .logo-central{
        width: 100px;
    }

    .div-main .div-branch .div-logo-branch .logo-eco{
        width: 95px;
    }
    .div-main .div-branch .div-logo-branch .logo-hotel{
        width: 75px;
    }

    .slideshow-container video{
      height: 100%;
      width: auto;
    }

    .topnav {
      top: 60px;
    }

    #banner.slideshow-container{
        height: 100vh;
        overflow: hidden;
        position: absolute;
        margin-top: 60px;
      }
      #banner .carousel-control-next,#banner .carousel-control-prev{
        width: 5%;
      }

      #banner .carousel-control-next .icon-next, #banner .carousel-control-prev .icon-previous{
        width:100px;
        margin-bottom: 150px;
      }
      
      .icon-next,.icon-previous{
        width:100px;
      }
      
      .div-menu{
        margin-top: 60px;
        padding: 10px 45px;
      }

      .div-search{
        height: calc(100vh - 95px);
        margin-bottom:95px;
      }

      .div-search .box-search{
        padding: 20px 40px;
        margin-top: 0;
      }
      .box-search .option-part{
          margin-right: 20px;
      }
      .div-extend-options .div-incr-des-number{
          width: 131px;
          margin-right: 20px;
      }

      .about-section{
        margin-bottom: 0;
      }
      .about-section .div-cover{
        padding: 0 15px;
        padding-top: 100px;
      }
      .about-section .div-cover .div-content-cover{
          padding-top: 50px;
      }
      .about-section .div-right-side .right-side-carousel{
          top: 50px;
      }
      .about-section .div-right-side .div-left-dots{
          margin-top: 14px;
      }
      .about-section .div-cover .div-content-cover .div-title{
          font-size: 38px;
      }
      .about-section .div-cover .div-content-cover .div-content{
          font-size: 14px;
          margin-top: 20px;
      }
      .about-section .div-cover .div-content-cover .div-btn{
          margin-top: 20px;
          margin-bottom: 20px;
      }

      .about-section .div-right-side{
          overflow: hidden;
      }

      .accomodation-section{
          margin-top: 0;
          padding-top: 60px;
      }

      .accomodation-section .carousel{
        margin-top: 40px;
      }
      .accomodation-section .carousel-item .btn-book-now{
          margin-top: 30px;
          margin-bottom: 30px;
      }

      .best-deal-section {
        padding: 60px 15px;
      }

      .best-deal-section .box-list-deal{
          margin-top: 10px;
      }

      .best-deal-section .box-list-deal .box-deal .see-more-best-deal{
        padding: 0px 5px;
      }
      .destination-section{
        padding: 60px 15px;
      }
      .destination-section .destination-list{
        margin-top: 40px;
      }
      .destination-section .destination-list .image-stable{
        height:100%;
      }
      .dynamic-destination-carousel .image-dynamic-destination{
          height: 237px;
      }
      .dynamic-destination-carousel .carousel-control-prev{
        margin-left: 15px;
      }
      .dynamic-destination-carousel .carousel-control-next{
        margin-right: 15px;
      }

      .dynamic-destination-carousel .carousel-control-next,.dynamic-destination-carousel .carousel-control-prev{
        justify-content: left;
        color: #ccc;
      }
      .dynamic-destination-carousel .carousel-control-next .next-icon{
        margin-left: auto !important;
      }
      .dynamic-destination-carousel .carousel-control-prev:hover{
        background: linear-gradient(to left,rgba(69,55,53,0),rgba(0, 0, 0, 0.3));
      }
      
      .dynamic-destination-carousel .carousel-control-next:hover{
        background: linear-gradient(to right,rgba(69,55,53,0),rgba(0, 0, 0, 0.3));
      }
      
      .big-footer-section{
        padding: 60px 15px 30px 15px;
      }

      .footer-section{
        padding: 60px 15px 20px 15px;
      }

      .footer-section .div-footer-logo-odyssea{
        width: 153px;
        margin-left: 20px;
      }

      .footer-section .div-footer-branch .div-logo-branch .right-margin{
        margin-right: 60px;
      }
      .footer-section .div-footer-branch .div-logo-branch .logo-branch{
        width: 110px;
      }
      .footer-section .div-footer-branch .div-logo-branch .logo-eco{
        width: 110px;
      }
      .footer-section .div-footer-branch .div-logo-branch .logo-hotel{
        width: 90px;
      }

      .footer-section .footer-link .div-link{
        width:-webkit-fit-content;
        width:-ms-fit-content;
        width: fit-content;
        margin: auto;
      }
      .footer-section .footer-link{
        flex-wrap: wrap;
      }

      .footer-section .footer-link .div-copyright{
        width: 100%;
        text-align: center;
        margin-top: 10px;
      }
}