
* {
    font-family: Sarabun;
}

footer a {
    color: white;
    text-decoration: underline;
}

.under-dashes {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.under-dashes:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}


.list-unstyled a {
    font-weight: normal;
    text-decoration: none !important;
}

.list-unstyled a .fas, .list-unstyled li a .fab {
    width: 32px;
}

.list-unstyled a:hover {
    text-decoration: underline !important;
}


a.card:hover {
    text-decoration: none !important;
}

img.three {
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
}

img.three-1 {
    left: 0;
}

img.three-3 {
    right: 0;
}

img.three-2 {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 35px;
    margin-bottom: 35px;
}

.picker-image:hover {
    opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.4s ease;
}

.modal {
    overflow-y: auto;
}

.mega-menu .nav-link {
    /*text-shadow:0.2px 0.2px white;*/
}

.mega-menu .container-fluid .col-auto {
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    min-width: 300px;
    padding: 20px;
}

.mega-menu .container-fluid {
    display: none;
}

.mega-menu:hover .container-fluid {
    display: block !important;
}

/********************* BLOG  ***************/
.blog-image {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.blog .sidebar-recent:hover {
    text-decoration: none;
    opacity: 0.8;
}


.btn-minus {
    border-radius: 10px 0px 0px 10px;
}

.btn-plus {
    border-radius: 0px 10px 10px 0px;
}

.search-form {
    border-bottom: 1px solid black;
}

.search-form .form-control, .search-form .form-control:focus {
    border: none !important;
    box-shadow: none;
    background: transparent;
}

.search-form button {
    background: transparent;
    border: none;
}

.text-small {
    font-size: 0.8em;
}

.carousel-hh {
    height: 100vh
}
@media (max-width: 1200px) {
    .carousel-hh {
        height: 90vh
    }
}

@media (max-width: 992px) {
    .carousel-hh {
        height: 400px
    }
}
@media (max-width: 768px) {
    .carousel-hh {
        height: 350px
    }
}

@media (max-width: 576px) {
    .carousel-hh {
        height: 200px
    }
}





/*
.col- (extra small devices - screen width less than 576px)
.col-sm- (small devices - screen width equal to or greater than 576px)
.col-md- (medium devices - screen width equal to or greater than 768px)
.col-lg- (large devices - screen width equal to or greater than 992px)
.col-xl- (xlarge devices - screen width equal to or greater than 1200px)
 */
