/* Reset some default styles */
body,
html {
    margin: 0;
    padding: 0;
}

* {
    list-style: none;
    text-decoration: none;
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 400;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans Thai", sans-serif !important;
}

#mainMenu nav > ul > li {
    padding: 0 10px;
}

.active {
    padding: 0 10px;
    border: none !important;
    background-color: #0095c3 !important;
    > a {
        color: #fff !important;
    }
    > li a {
        color: #fff !important;
    }
}

#header .header-inner #logo a > img,
#header #header-wrap #logo a > img {
    height: 50px !important;
}

#mainMenu.menu-hover-background nav > ul > li.current,
#mainMenu.menu-hover-background nav > ul > li:hover,
#mainMenu.menu-hover-background nav > ul > li:focus {
    background-color: #0095c3;
}

#mainMenu nav > ul > li > a {
    color: #0095c3;
}

#mainMenu.menu-hover-background nav > ul .dropdown-menu {
    right: 0;
}

#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    color: #0095c3;
}

#mainMenu nav > ul > li:not(.hover-active):hover > ul {
    display: block !important;
    background-color: #0095c3;
    border: none;
    > li a {
        color: #fff;
    }
}

#mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > a,
#mainMenu:not(.menu-overlay) nav > ul > li .dropdown-menu > li > span,
#mainMenu:not(.menu-overlay)
    nav
    > ul
    > li
    .dropdown-menu
    > li
    [class*="col-"]
    > ul
    > li
    > a {
    color: #fff;
}

@media only screen and (min-width: 350px) {
    .btn-header {
        margin: -25% 0 0 36%;
    }

    .flickity-button {
        background-color: transparent !important;
        color: #fff !important;
    }

    .flickity-button:before {
        color: #fff !important;
    }

    .flickity-page-dots {
        bottom: 18px !important;
    }
}

@media only screen and (min-width: 480px) {
    .btn-header {
        margin: -25% 0 0 43%;
    }

    .flickity-button {
        background-color: transparent !important;
        color: #fff !important;
    }

    .flickity-button:before {
        color: #fff !important;
    }

    .flickity-page-dots {
        bottom: 18px !important;
    }
}

.zoomBranch {
    transition: transform 0.3s;
}

.zoomBranch:hover {
    transform: scale(1.03);
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.25));
}

@media only screen and (max-width: 768px) {
    .btn-footer {
        font-size: 15px !important;
        > img {
            width: 15px !important;
        }
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .btn-footer {
        font-size: 25px !important;
        > img {
            width: 25px !important;
        }
    }


}

.skill-gps:hover {
    transform: scale(1.03);
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
    background: #fff !important;

    > h3:hover {
        color: #0095c3 !important;
    }
}

.noContent {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #dbdbdb !important;
}

.heading-text.heading-section h2:before {
    background: #0095c3 !important;
}

/* Form */
input.form-control,
textarea.form-control {
    font-family: Arial, FontAwesome !important;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid #ccc;
}

input.form-control:focus,
textarea.form-control:focus {
    border-color: #000;
}

/* End Form */

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #0095c3;
    border-color: #0095c3;
}


.padding-contact-responsive {
    padding:100px 35px;
}
