body {
    font-family: 'Kanit', sans-serif;
}

header {
    height: auto;
    width: 100%;
    background-image: linear-gradient(rgba(0, 41, 94, 0.8), rgba(0, 41, 94, 0.8)), url(./image/header.jpg);
    background-position: bottom;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
}

header h1 {
    background: -webkit-linear-gradient(#d8f4ff, #b2c8d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-text {
    background: -webkit-linear-gradient(#d8f4ff, #b2c8d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header h5 {
    color: #f0f4ff;
}

section.review {
    background-color: rgb(0, 24, 54);
    padding: 20px 0;
}

section.remote {
    height: auto;
    background-image: linear-gradient(rgba(0, 41, 94, 0.4), rgba(0, 41, 94, 0.4)), url(./image/header.jpg);
    padding: 20px 0;
}

section.m-remote {
    background-color: rgb(0, 24, 54);
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    header {
        height: auto;
        width: 100%;
        background-image: linear-gradient(rgba(0, 41, 94, 0.8), rgba(0, 41, 94, 0.8)), url(./image/header.jpg);
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        padding: 20px 0;
    }

    header h2 {
        font-size: 23px;
    }

    .header-text {
        font-size: 23px;

    }

    header h5 {
        font-size: 15px;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel button.owl-dot.owl-nav {
        position: absolute;
        top: 50%;
        display: block;
        padding: 0 .3em !important;
        font-size: 3em;
        margin: 0;
        cursor: pointer;
        color: #fff;
        transform: translate(-50%, -50%);
        background-color: rgb(0, 14, 32) !important;
        left: 20px !important;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot.owl-nav {
        position: absolute;
        top: 50%;
        display: block;
        padding: 0 .3em !important;
        font-size: 3em;
        margin: 0;
        cursor: pointer;
        color: #fff;
        transform: translate(-50%, -50%);
        background-color: rgb(0, 14, 32) !important;
        right: -26px !important;
    }
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;

    top: 50%;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 14, 32) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -50px;
    top: 50%;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    background-color: rgb(0, 14, 32) !important;

}


.deals .owl-carousel .item img {
    width: 80px;
    margin: 0 auto;
    text-align: center;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
}


.deals .owl-carousel .item figure {
    margin: 0;
}

.deals .owl-carousel .item figure a {
    display: block;
    text-align: center;
    max-width: 100%;
    transition: all 0.3s;
    padding: 3em;
    text-decoration: none;
    color: #565a5c;
}

.deals .owl-carousel .item figure a:hover {
    box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
    transform: scale(1.1);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.btn-line {
    color: white;
    background-color: #07b53b;
}

.btn-line:hover,
.btn-line:active,
.btn-line:focus {
    color: white !important;
    background-color: #058a2d !important;
}


.btn-facebook {
    color: white;
    background-color: #4267B2;
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    color: white !important;
    background-color: #36538d !important;
}

footer {
    color: white    ;
    background-color: rgb(0, 13, 29);
}

.bg-light {
    color: rgb(204, 208, 212) !important;
    background-color: rgb(20, 43, 70) !important;
    
}