body {
    font-family: 'Kanit', serif;
    font-size: 15px !important;
    color: #777;
}

h3,
h4 {
    margin: 10px 0 30px 0;
    font-weight: 600;
    font-size: 20px;
    color: #111;
}

.btn-3 {
    padding: 8px 20px;
    background: linear-gradient(90deg, #FAD961, #F76B1C);
    border: 0px solid transparent;
    color: #f1f1f1;
    transition: .2s;
    border-radius: 100px;
    width: 140px;
    height: 35px;
}

.btn-3:hover,
.btn-3:focus {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.btn-n {
    background-color: #F7C071;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 100px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: black;
    background: linear-gradient(90deg, #FAD961, #F76B1C);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.container {
    padding: 20px 0px;
}

/* .container-footer {
    padding: 20px 30px;
} */

.container-header {
    padding: 20px 0px;
}

.font-16 {
    font-size: 16px;
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 10px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.font-600 {
    font-weight: 500;
}

.form-control {
    color: #000;
    font-size: 15px;
    /* border:1px solid #fff; */
}

.shadow {
    box-shadow: 0px 5px 15px #DCDCDC;
}

.form-control:focus {
    border-color: none;
}

label {
    font-weight: 300;
}

.btn-all {
    padding: 8px 20px;
    border: 0px solid transparent;
    color: #f1f1f1;
    transition: .2s;
    border-radius: 100px;
    width: 140px;
    height: 35px;
}

.rate-bg-coral {
    background: linear-gradient(90deg, #FAD961, #F76B1C);
}

.footer-bg-coral {
    padding: 8px 20px;
    background: linear-gradient(90deg, #FAD961, #F76B1C);
    border: 0px solid transparent;
    color: #f1f1f1;
    transition: .2s;
    border-radius: 100px;
    width: 140px;
    height: 35px;
    text-align: center;
}