*{
    margin: 0;
    padding: 0px;

}
@font-face {
    font-family: Roboto-Light;
    src: url('../font/Roboto-Light.ttf')
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../font/Roboto-Regular.ttf')
}
body{
    font-family: Roboto-Light;
}
.item {
    position: relative;
    overflow: hidden;
}
.item img {
    max-width: 100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.all-offer{
    margin-bottom: 30px;
}
.all-offer h4{
      margin-top: 30px;
}
.all-offer p{
    font-size: 16px;
}
.all-offer span{
      font-weight: bold;
}
.all-offer .col-md-4{
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.nd{
    margin-bottom: 30px;
}
.nd p{
    font-size: 15px;
    text-align: center;
}
.nd span{
    font-weight: bold;
}
h3,h4{
    font-weight: bold;
}
.nd2 h2{
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #03254c;
    font-weight: bold;
}
.nd2 span{
    font-weight: bold;
    font-size: 22px;
}
.nd2{
    margin-bottom: 50px;
}
.link-book a{
        padding: 10px 20px;
    background: #03254c;
    color: #fff;
	text-transform: uppercase;
}
.link-book a:hover{
    background: #133256
}
.kmdx .row{
    margin-top: 30px;
    margin-bottom: 80px;
}
.kmdx h5{
    font-size: 20px;
    font-weight: bold;
    color: #333;

}