body {
    font-family: 'Kanit', sans-serif;
    color: #606060;
    font-size: 16px;
}

.text-brown {
    color: #603913;
}

.text-orange {
    color: #fd8f00;
}

.p-t-md {
    padding-top: 30px;
}

.p-lr-md {
    padding-left: 30px;
    padding-right: 30px;
}

.m-t-lg {
    margin-top: 40px;
}

.m-t-md {
    margin-top: 30px;
}

.m-t-sm {
    margin-top: 20px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-b-md {
    margin-bottom: 30px;
}

.m-b-lg {
    margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.no-padding {
    padding: 0 !important;
}

.margin-top {
    margin-top: 50px;
}

.btn-default {
    border-radius: 30px;
    background-color: #fd8f00;
    color: #fff;
    border: none;
    padding: 10px 15px;
}

.btn-default:hover {
    color: #fff;
    background-color: #603913;
}

.btn-lg {
    font-size: 18px;
    padding: 10px 50px;
}

.text-white {
    color: #fff;
}

.text-bold {
    font-weight: bold;
    font-size: 16px;
}


/* Top Menu */

.navbar {
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px #e0e0e0;
    -moz-box-shadow: 0px 2px 4px 0px #e0e0e0;
    box-shadow: 0px 2px 4px 0px #e0e0e0;
    z-index: 99999;
}

@media (max-width: 1199px) {
    .navbar {
        position: relative;
    }
    .navbar.affix {
        position: fixed;
        
    }
}

@media (max-width: 991px) {
    .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 767px) {

}

.navbar-header {
    height: 90px;
}


.navbar-brand {
    padding: 7px 15px;
}

.navbar-nav {
    padding: 20px 0px;
    margin-right: 0;
}

.navbar-nav li {
    font-size: 18px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .navbar-nav li {
        padding: 0px;
    }
}
@media (max-width: 767px) {
    #navbar {
        background-color: #fff;
    }
    .navbar-nav {
        margin: 0;
        padding-bottom: 40px;
    }
    .navbar-header > button {
        margin-top: 30px;
    }
}

.navbar-nav>li>a {
    color: #95989a !important;
}

.navbar-nav>.active>a {
    color: #fd8f00 !important;
    background-color: transparent !important;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #fd8f00 !important;
}

.navbar-nav .btn {
    margin: 5px 0;
}

.affix {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    position: fixed;
}

#logo {
    background-image: url('/themes/default/img/logo.jpg');
    background-size: 145px 67px;
    width: 145px;
    height: 67px;
    display: block;
}


/*---==== Home ====---*/


.equipment li{
    width: 100% !important;
}

@media (max-width: 1199px) {
    
}

.equipment li img {
    width: 90% !important;
}


/* Bxslider */

.bx-viewport {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
   
}


/* Cover */

@media (max-width: 991px) {
    .cover {
        margin-top: 90px;
    }
}

.cover .bx-wrapper {
    margin: 0;
}

.cover .bxslider li {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display:flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .cover .bxslider li {
        height: auto;
        background-size: cover;
        padding: 50px 0;
    }
}



.cover .bxslider li img {
    width: 100%;
}

.cover .bx-pager {
    bottom: 120px !important;
}

@media (max-width: 991px) {
    .cover .bx-pager {
        bottom: 10px !important;
    }
}

.cover-caption {

}



.cover-caption h1 {
    font-family: 'Taviraj', serif;
    font-size: 52px;
    color: #fd8f00;
    text-shadow: 2px 2px #fff;
  

}

.cover-caption p {
    font-size: 22px;
    color: #603913;
}
.cover-caption button {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .cover-caption h1 {
        font-size: 36px;
    }
    .cover-caption p {
      font-size: 16px;
    }
    .cover-caption button {
        margin-top: 10px;
    }

}






/* Home Customer */

.home-customer {
    border-bottom: 2px solid #f2f2f2;
}

.home-customer .bx-wrapper {
    margin-bottom: 30px;
}

.home-customer .bxslider li {
    vertical-align: middle;
    display: inline-block;
    float: none !important;
}

.home-customer .bx-pager {
    bottom: -15px !important;
}

.bx-pager-item:first-of-type:last-of-type {
    display: none
}


/* End Bxslider */

.home-event {
    padding-top: 40px;
}

.equipment {
    margin-top: 90px;
    padding: 70px 0px;
}

@media (max-width: 1199px) {
    .equipment {
        margin-top: 0px;
    }
}


@media (max-width: 991px) {
    .equipment {
        padding: 15px 0px;
    }
}

.equipment-text {
    padding-top: 40px;
}

@media (max-width: 991px) {
  .equipment-text {
      padding-top: 0px;
  }
}

.jumbotron h1 {
    font-size: 36px;
}

.jumbotron h1.extra {
    font-size: 56px;
}

@media (max-width: 767px) {
    .jumbotron h1.extra {
        font-size: 36px;
    }
}

.jumbotron p {
    font-size: 20px;
}

.home-product {
    background-color: transparent;
    position: relative;
    height: 640px;
}

@media (max-width: 1199px) {
    .home-product .cat{
        font-size: 16px;
    }
}


@media (max-width: 991px) {
    .home-product {
        height: auto;
        padding-bottom: 30px !important;
        
    }
}


.home-product::after {
    content: "";
    background-image: url('/themes/default/img/home/bg-1.png');
    background-size: cover;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}



.home-product::before {
    content: "";
    background-color: #ff9100;
    height: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 50%;
    z-index: -1;
}

@media (max-width: 991px) {
  .home-product::before {
      display: none;
  }
  .text-our-product {
    color: #ff9100;
  }
}

.home-product .left {
    padding-right: 100px;
    padding-top: 100px;
}

.home-product .right {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .home-product .left {
        padding-right: 20px;
        padding-top: 20px;
    }
    .home-product .right {
        padding-top: 20px;
    }
}

.home-product ul {
    list-style: none;
    color: #fd8f00;
    font-size: 18px;
}

.home-product li {
    padding: 50px 25px;
}

@media (max-width: 991px) {
    .home-product ul {
        padding-left: 0;
    }

    .home-product li {
        padding: 20px 10px;
    }
    .home-product li:last-child {
      border-bottom: none !important;
    }

}

@media (max-width: 767px) {
    .home-product li {
        border: none !important;
    }
}


.home-product li:nth-child(1) {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}

.home-product li:nth-child(2) {
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}

.home-product li:nth-child(3) {
    border-right: 1px solid #cccccc;
    padding-bottom: 10px;
}

.home-product li:nth-child(4) {
    padding-bottom: 10px;
}

.home-product span {
    display: block;
}

.home-product .total {
    font-size: 42px;
}

.event-update {
    -webkit-box-shadow: 5px 5px 6px 0px #eeeeee;
    -moz-box-shadow: 5px 5px 6px 0px #eeeeee;
    box-shadow: 5px 5px 6px 0px #eeeeee;
    height: 495px;
    
}

.event-update a {
    color: #606060;
}
.event-update a:focus {
    text-decoration: none;
}
.event-update a:hover {
    text-decoration: none;
}


.event-update-cover {
    overflow: hidden;
    height: 242px;
}

.event-update-cover img {
    width: 100%;
}

@media (max-width: 1199px) {
    .event-update-cover img {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .event-update {
        height: auto;
        padding-bottom: 30px;
    }
    .event-update-cover {
        height: auto;
    }
    .event-update-cover img {
        width: 100%;
        height: auto;
    }
}

.event-update-detail {
    padding-left: 30px;
    padding-right: 30px;
}

.event-update .date {
    color: #cecece;
}


.event-update button {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
}


.event-update a > div, .event-update button {
    transition: opacity .5s ease-in-out;
}

.event-update a:hover > div {
    opacity: 0.6;
}

.event-update a:hover button {
    opacity: 0.6;
}



/*---==== End Home ====---*/


/*---==== Banner Inside ====---*/

.banner-inside {
    height: 450px;
    overflow: hidden;
    margin: 90px 0 0 0;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-inside h1 {
    font-size: 52px;
    color: #603913;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .banner-inside {
        height: 320px;
    }
}


/*---==== End Banner Inside ====---*/


/*---==== About ====---*/



.divider {
    border-right: 1px solid #fd8f00;
}
@media (max-width: 991px) {
    .divider {
        border: none;
    }
}


.parallax {
    display: flex;
    align-items: center;
    justify-content: center;
    /* The image used */
    /* Set a specific height */
    height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .content {
    position: absolute;
    z-index: 9;
}


.parallax .content h1 {
    font-size: 52px;
}

.parallax .content h2 {
    font-size: 36px;
}

.bg-opacity-black {
    position: relative;
}

.bg-opacity-black::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}


/*---==== End About ====---*/


/*---==== Product ====---*/

.product-type {
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0px -2px 10px -4px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px -2px 10px -4px rgba(204, 204, 204, 1);
    box-shadow: 0px -2px 10px -4px rgba(204, 204, 204, 1);
}

.product-list {
    width: 90%;
    list-style: none;
}

.product-list li {
    border-bottom: 1px solid #edebe5;
    padding: 10px 0 10px 10px;
}

.product-list li::before {
    content: "• ";
    margin-left: -10px;
    color: #fd8f00;
}


/*---==== End Product ====---*/


/*---==== Footer ====---*/

footer {
    background-color: #fcfbf9;
}

footer ul {
    list-style: none;
    margin-top: 60px;
}

footer hr {
    background-color: #fd8f00;
    margin-top: 50px;
}

footer span {
    display: block;
}

footer a {
    color: #606060;
}

footer a:hover {
    color: #fd8f00;
}

.icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 50px;
}

.copyright {
    padding-bottom: 15px;
}


/* for high resolution display */

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    #logo {
        background: url(/themes/default/img/logo@2x.jpg) no-repeat;
        background-size: 145px 67px;
        /* rest of your styles... */
    }
}