@charset "utf-8";
@import url('font/styles.css');
@import url('animate.css');

input::-moz-focus-inner { 
  border: 0; 
}

:focus {
  outline: none !important;
}

::-moz-focus-inner {
  border: 0 !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/*///////////////////////////////////////////////////////////////////////////////////*/

body.custom-font-enabled,body {
    /*font-family:"quark-bold";*/
     font-family:"quark-light";
    /*font-family:'supermarket',"Tahoma";*/
  font-size: 19px;
  font-weight: normal;
   color: #2F2E2E;
}
  p{
    margin: 0 0 1em;
  }

a:hover,a:focus {
    text-decoration: none !important;
    color: #030303;
}

a {
    text-decoration: none !important;
    color: #4d5051;
}

h3, .h3 {
    font-size: 23px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 strong, h2 strong, h3 strong,h4 strong,h5 strong,h6 strong,
h1 b, h2 b, h3 b,h4 b,h5 b,h6 b
 {
    font-family:"quark-bold";
}

b, strong {
    font-family:"quark-bold";
}

img {
    vertical-align: sub;
}

img{max-width: 100%;height: auto;}

body h1,body h2,body h3,body h4,body h5,body h6{
     font-family:"quark-light";
}

 
/*////////////////////////////scg//////////////////////////////////*/
body{
  background: #ffffff  no-repeat scroll center 0px;
}

header{background: #FFF none repeat scroll 0% 0%;}

.lang {
    margin-top: 15px;
    padding: 0px 0px 0px 0px;
}

 

#lang_sel_list {
    height: auto;
    position: relative;
    z-index: 99;
    font-family: verdana,arial,sans-serif;
}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background:transparent;
    color: #fff;
    height: auto;
    line-height: 1em;
    padding-left: 0px;
}
#lang_sel_list a, #lang_sel_list a:visited{background-image: none;background:transparent;}

#lang_sel_list a.lang_sel_sel,#lang_sel_list a.lang_sel_other:hover {
    background-image: none;
    /*color: #000;*/
    color: #fff;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}

#lang_sel_list a.lang_sel_sel:hover {
    text-decoration: none;
    color: #000;
}




#lang_sel_list li {
    
   /*padding-right: 4px !important;*/
    border-right: 0px solid;
    margin: inherit;
}
#lang_sel_list li:last-child {
    border-right:none;
}

#lang_sel_list li a.lang_sel_other{
    font-size: 11px;
    color: #100037;
    /*color: #fff;*/
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

#lang_sel_list img.iclflag {
    width: 24px;

    height: auto;
    position: relative;
    top: 0px;
}



#lang_sel_list li.icl-th img.iclflag ,#lang_sel_list li.icl-en img.iclflag  {
    
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
 
}

#lang_sel_list li.icl-th img.iclflag:hover ,#lang_sel_list li.icl-en img.iclflag:hover  {
    
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
 
}


#lang_sel_list li a.lang_sel_sel img.iclflag{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.bar-lang{min-height: 8px;background-color: #3d4b20;}
.lang{background-color: #3d4b20;
  color: #fff;
  font-size: 14px;
  margin-top: -4px;
  padding-left: 5px;padding-right: 5px;
  border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border: 0px solid #000000;
padding-bottom: 4px;
}

.brand{
  margin-top: 30px;margin-bottom: 10px;
  width:100%;
}


.navbar-brand {
    float: none;
    height: auto;
    padding: 0px 0px 10px 0px;
    font-size: 35px;
    line-height: 20px;
    margin: 0 auto;
    font-weight: 700;
    display: table;
    margin-top: -15px;
}

.navbar-brand > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

 
.black{color: #060606;}
  
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}

.icon-plus{vertical-align: -2px;}

.banner{
overflow: hidden;
padding-right: 0px;padding-left: 0px;
 
}

.content{b/*ackground-color: #ffffff;*/}

.nopad {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

 

.nav-menu {
    background-color: #3e4b20;
    border-color: #3e4b20;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #E7E7E7;
    background-color:transparent;
}

.navbar-default {
  margin-bottom: 0px;
  margin-top: 0px;
  background-color:transparent;
  border-color: transparent;
 
}

.navbar {
    min-height: 40px;
}


.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    border-top: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
    border-radius: 4px;
     
 
}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ABA51A;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:transparent;
}



.navbar-default .navbar-nav > .active:first-child > a, .navbar-default .navbar-nav > .active:first-child > a:focus, .navbar-default .navbar-nav > .active:first-child > a:hover {
    color: #ABA51A;
background-color:transparent;
        padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
 
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        padding-top: 10px;
    padding-bottom: 10px;
    color: #ABA51A;

}

.navbar-default .navbar-nav > li:first-child > a:focus, .navbar-default .navbar-nav > li:first-child > a:hover {
    color: #ABA51A;
        padding-top: 10px;
    padding-bottom: 10px;
        -webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}

.navbar-default .navbar-nav > li > a ,.navbar-default .navbar-nav > li{
    color: #fafbf8;
}

/*.navbar-default .navbar-nav > li > a::after {
  font-family: "icomoon";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
    content: "\f111";
    margin-left: 30px;
    color: #324113;
}
*/
/*.navbar-default .navbar-nav > li:last-child > a::after {
  font-family: "icomoon";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
    content: "";
    margin-left: 30px;
    color: #324113;
}
*/


.navbar-nav > li > a {
    color: #fafbf8;
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ABA51A;
    background-color:transparent;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color:transparent;
}

.navbar-right {
    margin-right: 0px;
    background-color:#e6e9e6;
    -webkit-box-shadow: inset 0px -2px 5px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px -2px 5px 1px rgba(0,0,0,0.1);
box-shadow: inset 0px -2px 5px 1px rgba(0,0,0,0.1);
 
}


 
 
.navbar-right > li
{
    font-size: 20px;
    margin-top: 0px;
    /*padding-left: 10px;*/
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0px;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 4px 0px;
margin: 2px 0px 0px;
font-size: 14px;
text-align: left;
list-style: outside none none;
background-color: #F2F2F3;
background-clip: padding-box;
border: 1px solid #F3F3F3;
border-radius: 0px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
border-top: 2px solid #ABA51A;

}


.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857;
color: #2E2D2D;
white-space: nowrap;
font-size: 17px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #ABA51A;
    text-decoration: none;
    background-color:transparent;
}


 

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus ,.navbar-nav > .current-menu-parent > a{
    color: #99b8fb;
    background-color: transparent;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #99b8fb;
    background-color: transparent;
}

.navbar-toggle {
    position: relative;
    /*float: left;*/
    padding: 9px 10px;
    margin: 8px 0px 8px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    margin-left: 20px;
}

 .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2E2D2D;
    font-size: 18px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ABA51A;
    background-color: transparent;
}

.head-our-product{
margin: 0px;
padding: 0px;
margin-top: 20px;
color: #29272c;
font-weight: 700;
}


.divider{
border-bottom: 3px solid #e70404;
padding: 0px 0px;
width:170px;
margin:0 auto;
}

.icon-caret-right{ vertical-align: -2px;}
 
.head-client{color: #49474c;}

.client-box{margin-top: 20px;margin-bottom: 35px;}
.products{margin-top: 65px;}
.more{font-size: 13px;margin-top: 5px;}
 

/*//////////////////////////////////////////////////////////*/
.section-products{
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #4b5e2a;
    color: #fff;
}
.section-products {
    background-size: auto auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../images/bg-products.jpg');
}

.archive .section-products,.category .section-products{
   background-image: none;
   background-color: transparent;
}

.section-about{
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #fefefe;
    color: #87724b;
}

.section-about {
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url('../images/bg-about.png');
}

.section-contact{
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #333333;
    color: #ffffff;
}

.section-contact .image-contact {
    width: 688px;
    height: 347px;
    background-size: 688px 347px;
    background-repeat: no-repeat;
    background-image: url("../images/image-contact-durian.png");
    position: relative;
    margin-left: -190px;
    margin-top: -20px;
}

.box-text-about{margin-bottom: 20px;}
.text-about{color: #445128;}
.btn-more{
    color: #ffffff;
    background-color: #46532c;
    border-color: #46532c;
    border-radius: 20px;
    padding: 6px 25px;
    margin-top: 20px;
    font-size: 15px;
}

.head-title a{color: #fff;}

.box-head-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.breadcrumbs {
    font-size: 16px;
}

.section-products .thumbnail{
display: block;
padding: 0px;
margin: 0 auto;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #ffffff;
border: 0px solid #ddd;
border-radius: 0px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
padding-bottom: 0px;
max-width: 550px;
}

.section-products .thumbnail img{width: 100%;}

.section-products .thumbnail .caption {
    padding: 9px;
    color: #495c28;
    text-align: center;
    font-size: 20px;
}

.section-about .image-about {
    width: 688px;
    height: 347px;
    background-size: 688px 347px;
    background-repeat: no-repeat;
    background-image: url("../images/image-about-durian.png");
    position: relative;
    margin-left: -190px;
    margin-top: -20px;
}

.contact{margin-bottom: 20px;}

.product-content {
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 20px 0 20px;
}



.download {
    padding-bottom: 9px;
    padding-top: 9px;
    margin: 40px 0 20px;
    border-top: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 15px;
}
/*------------------------------------------------------------*/
 
.video .embed-responsive .embed-responsive-item,.video .embed-responsive embed,.video .embed-responsive iframe,.video .embed-responsive object,.video .embed-responsive video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 89%;
    border: 0px none;
}

 
hr {
    margin-top: 10px;
    border-color: #ff8cc1 -moz-use-text-color -moz-use-text-color;
    margin-bottom: 10px;
}
 


footer{
padding-bottom: 20px;
padding-top: 15px;
background-color: #000000;
color: #e0dcdc;
font-size: 18px;
/*box-shadow: 0px -4px 4px 0px rgba(181, 181, 181, 0.55);*/
}

/*.logo-footer{margin-top: 35px;margin-bottom: 20px;width:100%;height:73px;background: url(../images/logo-footer.png)  no-repeat center center;}
*/

footer h2,footer h3,footer h4{margin-bottom: 10px;margin-top: 5px;}
footer h3{color: #e0dcdc;}
footer h5{margin-bottom: 15px;}
footer a{color: #e0dcdc;}

footer p{margin-bottom: 10px;color: #e0dcdc;}

.foot-link a{color: #b9b9b9;}

.footer-nav {
    margin: 0px -20px;
}
.footer-nav {
    display: block;
    list-style: outside none none;
    padding: 0px;

}

.footer-nav li {
    display: inline-block;
        border-right: 3px solid #FFF;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-nav a {
    display: block;
    color: inherit;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;

}

.footer-nav li:last-child {
    border-right:none;

}

.icon-fb{color:#ffffff; }

.icon-tw{color:#66c8e1; }

a.social-icon {
background: #FFF none repeat scroll 0% 0%;
display: inline-block;
font-family: "Ionicons";
color: #313131;
font-size: 20px;
height: 32px;
width: 32px;
line-height: 35px;
border-radius: 45px;
overflow: hidden;
text-align: center;
margin-right: 0px;
text-shadow: 0px 1px 1px rgba(83, 81, 81, 0.3);
border: 1px solid #313131;
}

a.ig:hover{color: #53372F;}
a.fb:hover{color: #3C5A98;}
a.tw:hover{color: #418FCD;}
a.gg:hover{color: #D84734;}
a.yt{ padding-left: 3px;}
a.yt:hover{color: #DD2725 ;}


.dot-line{border-bottom: 1px dashed #8b9396;height: 1px;}
.iconn-mail{font-size: 17px;}
.nopadding	{padding-right: 0px;padding-left: 0px;}
.wp-pagenavi {margin-right:20px;width:100%;margin-top:10px;font-family: tahoma;font-size: 14px;margin-bottom: 20px;}
.wp-pagenavi a {
margin: 0 5px 0 0;
padding: 2px 4px 2px;
text-decoration: none;
color: #fff;
background: #777;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
.wp-pagenavi span, .wp-pagenavi a {
margin: 0 5px 0 0;
padding: 2px 4px 2px;
text-decoration: none;
color: #fff;
background: #208bab;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 0px;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
border: 1px solid ##4db2ec;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {color: #fff;
text-decoration: none;
background: #777;}

.contact{margin-top: -8px;}

.from-get {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    z-index: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 2px 12px;
    font-size: 17px;
    line-height: 1.42857;
    color: #999;
    background-color: rgba(235, 235, 235, 1);
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


input[type="file"].form-control  {
    font-size: 17px;
}

.form-control::-webkit-input-placeholder {
   color: #999;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

.form-control:-ms-input-placeholder {  
   color: #999;
}

.form-captcha{
    display: block;
    height: 35px;
    padding: 4px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #999;
    background-color: rgba(235, 235, 235, 1);
    background-image: none;
    border: 1px solid #f0f0f0;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.btn-contact{
    padding: 6px 25px;
    font-size: 20px;
    line-height: 1.32;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;
   background-color: #46532c;
   border-color: #46532c;
}

/*------------------------------*/
.text-contact{margin-top: 0;margin-bottom: 0;}
.contact-home .form-control {
    display: block;
    width: 100%;
height: 29px;
padding: 2px 12px;
font-size: 14px;
    line-height: 1.42857;
    color: #999;
    background-color: rgba(235, 235, 235, 1);
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.contact-home textarea.form-control {
    height: auto;
}

.contact-home .btn-contact{
    padding: 3px 20px;
    font-size: 19px;
    line-height: 1.32;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;
   background-color: #46532c;
   border-color: #46532c;
}


/*-------------------------------*/

span.wpcf7-not-valid-tip {
    color: #B7B7B7;
    display: block;
    font-size: 11px;
    margin-top:2px;
}

div.wpcf7-validation-errors {
    border: 0px solid #F7E700;
}

div.wpcf7-response-output {
    padding: 0.2em 1em;
    margin: 2em 0.5em 1em;
    font-size: 11px;
    color: #B7B7B7;
}



/*//////////////mobile/////990//////////*/
/* */
@media (max-width: 1199px) {
 

.box-service h2{font-size:21px;margin-top: 8px;margin-bottom: 5px;}
.box-service p{font-size:16px;margin: 0px 0px 10px;}

.box-service .btn {
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 0px solid #CCC;
    border-radius: 0px;
    color: #FFF;
}



 }

@media (max-width: 992px) {
.box-service h2{font-size: 30px;margin-top: 10px;margin-bottom: 10px;}
.box-service p{font-size: 18px;margin: 0px 0px 1em;}

.box-service .btn {
    display: inline-block;
    padding: 4px 15px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 0px solid #CCC;
    border-radius: 0px;
    color: #FFF;
}

.navbar-nav > li > a {
    
    font-size: 20px;
    padding: 10px 10px 10px 10px;
}



}

 
@media (max-width: 767px) {
.navbar .navbar-nav {
  display:block;
  float: left;
}
.navbar .navbar-collapse {
  text-align: left;
}


.navbar-default .navbar-nav > li > a::after {
  font-family: "icomoon";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
    content: "";
    margin-left: 30px;
 /*   color: #94d9f1;*/
}

.navbar-nav > li > a {
  
    font-size: 20px;
    padding: 5px 15px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    padding: 5px 15px;
}

.navbar-default .navbar-nav > .active:first-child > a, .navbar-default .navbar-nav > .active:first-child > a:focus, .navbar-default .navbar-nav > .active:first-child > a:hover {
    background-color: transparent;
    padding: 5px 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


 .navbar-header{width: auto;}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fafbf8;
    font-size: 18px;
}



.navbar-default .navbar-toggle .icon-bar {background-color: #EDAA2C;}
.navbar-default { /*margin-bottom: 15px;*/}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}


.navbar-right {margin-top: 10px;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li {padding-left: 15px;}

}

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

 

@media (max-width:480px){
 

}