* {
    margin: 0;
    padding: 0;
    font-family: 'Sarabun', 'Roboto', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
   background:#e9e9e9 !important;
}

#box {
    margin-left: 250px;
    margin-top: 190px;
}

.text-header1 {
    font-size: 60px;
    margin-top: 100px;
    color: #5c8d89;
    text-shadow: 4px 2px 0 #45171d, -1px -1px 0 #45171d, 1px -1px 0 #45171d, -1px 1px 0 #45171d, 1px 1px 0 #45171d;
}

.text-header2 {
    font-size: 50px;
    margin-top: 100px;
    color: #5c8d89;
    text-shadow: 4px 2px 0 #45171d, -1px -1px 0 #45171d, 1px -1px 0 #45171d, -1px 1px 0 #45171d, 1px 1px 0 #45171d;
}

#nav-icon3 {
    width: 30px;
    height: 10px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: -5px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 5px;
}

#nav-icon3 span:nth-child(4) {
    top: 15px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.hover.active {
    background: #a7d7c5;
    min-width: 80px;
    min-height: 64px;
}

.text-color.active {
    color: #2c2c2c !important;
}

.text-color {
    color: #f4f9f4 !important;
}

.text-color:hover {
    color: #2c2c2c !important;
}

.hover:hover {
    background: #a7d7c5;
    min-height: 64px;
}

.width {
    padding: 5px 10px;
}

#respon {
    padding: 0;
}

.circle {
    background-color: transparent;
    width: 200vw;
    line-height: 200vw;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 50%;
    text-align: center;
    border: 10px solid #5c8d89;
}

#container {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 0 #000;
}

.image {
    display: inline-block;
    width: 100%;
    height: 700px;
    background-color: transparent;
    vertical-align: bottom;
    background-position: center 65%;
    background-image: url('/assets/images/header.jpg');
}

#text-box {
    position: relative;
    z-index: 99;
    top: 80px;
    width: 100%;
    left: 250px;
}

.line {
    border: 1px solid #000;
    width: 50%;
}

.radius {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all .2s ease-in-out;
    background-color: #659a96;
}

.radius:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    transform: scale(1.1);
}

#animate {
    transition: all .2s ease-in-out;
}

#animate:hover {
    transform: scale(1.1);
}

.white-box {
    text-align: center;
    margin-top: -115px;
    background-color: #a7d7c5;
    z-index: 999;
    padding: 20px;
    border-radius: 30px 30px 0px 0px;
    max-width: 1100px;
    position: relative;
    border-top: 10px solid #5c8d89;
    border-left: 10px solid #5c8d89;
    border-right: 10px solid #5c8d89;
}

.font {
    color: #000;
    font-weight: bold;
    font-family: 'Sarabun', 'Roboto', sans-serif;
}

.form-box {
    background: #a7d7c5;
    margin-left: -20px;
}

.text-brown {
    color: #2c2c2c;
}

@media (max-width: 768px) {
    .hover.active {
        background: #a7d7c5
    }
    .hover {
        background: #5c8d89;
    }
    .hover:hover {
        background: #a7d7c5;
    }
    #respon {
        padding: 20px;
    }
    .width {
        width: 100%;
        text-align: center;
        letter-spacing: 2.5px;
        margin: 5px 0px;
    }
    #navbarSupportedContent {
        padding: 10px 12.5px;
        margin-top: 20px;
        border-radius: 5px;
        background: #74b49b;
    }
    #box {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 210px;
    }
    .text-header1 {
        margin-top: 90px;
        font-size: 35px;
    }
    .text-header2 {
        margin-top: 80px;
        font-size: 20px;
    }
    .image {
        background-size: cover;
        background-position: center 50%;
    }
    #container {
        margin-top: -100px;
    }
    #text-box {
        text-align: center;
        left: 0;
        top: 200px;
    }
    .circle {
        border-radius: 0px;
    }
    .white-box {
        margin-top: -111px;
    }
    .font {
        font-size: 25px;
    }
    .top {
        top: 10px;
    }
    .form-box {
        margin: 0px;
    }
    .resize {
        font-size: 20px;
    }
    .center {
        text-align: center;
    }
    .right {
        margin-right: 14px;
    }
    .text-resize {
        font-size: 19px;
    }
}