body
	{
		background: #000;
    color: #494949;
		font-family: sans-serif, Arial, Helvetica;
    font-weight: 400;
    font-size: 14px;
}
h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
}
.header {
  margin-bottom: 32px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.rowpaddinglr {padding-left: 15px !important; padding-right: 15px !important;}
.vnealign .float-right {text-align: right;}
.vnealign .float-left {text-align: left;}
.minheight {min-height: 310px;}
.topnav li a {color: #777;}
.tab-wrapper {background: #121212;margin-bottom: 5px;}

.tab-title {
    padding: 0;
    list-style: none;
    width: 100%;
}
.tab-title li{float: left;}
.tab-title li a{cursor: pointer; display: block;padding: 10px 20px;color: #777;font-size: 15px;position: relative;text-decoration: none;}
.tab-title li a:hover{color: #f9f9f9;text-decoration: none;}
.tab-title li a.active{color: #f9f9f9;text-decoration: none;}
.tab-title li a:before
{
    color: transparent;
    font-size: 1.5em;
    left: 50%;
    line-height: 30px;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 15%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: text-shadow 0.3s;
    -moz-transition: text-shadow 0.3s;
    -webkit-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
}
.tab-title li a:hover:before,.tab-title li a:focus:before,.tab-title li a.active:before
{
    color: #9C9C9C;
    text-shadow: 11px 0 #9C9C9C, -11px 0 #9C9C9C;
    text-decoration: none;
}
.tab-title-detail {padding: 0;
    list-style: none;
    width: 100%; margin-left: 15px;}
.tab-title-detail li{float: left; list-style: none;}
.tab-title-detail li a{cursor: pointer; display: block;padding: 10px 4px;color: #777;font-size: 15px;position: relative;text-decoration: none;}
.tab-title-detail li a:hover{color: #f9f9f9;text-decoration: none;}
.tab-title-detail li a.active{color: #f9f9f9;text-decoration: none;}

.tabrow {display: none;}
.tabrow-active {display: block;}
.tabrow a img:hover {opacity: 0.7;}

.fb-page, .fb-page iframe {border-radius: 6px;}
#vnecontent {margin-bottom: 30px;}
#vnecontent .table-responsive {
  background:#fff; 
  padding:10px;
}
/*lien he*/
.social_buttons {text-align: center;
    margin-top: 24px;}
.lh_title {
    color: #827754;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.mo {
    padding-top: 95px;
}
.map a {
    padding: 8px 0;
    text-align: center;
    background: #9f9fa0;
    color: #000000;
    text-transform: uppercase;
    display: block;
    width: 60%;
    margin: 15px auto 10px;
}
.hotline a{
    font-size: 18px;
    color: #ffa500;
    font-weight: bold;
}
.tt_lh {
    color: #c2c2c2;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 5px;
}
.btnSend {
    border: none;
    padding: 6px;
    background: #808080;
    color: #fff;
    width: 150px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 10px;
}

/*slide*/
.owl-theme {position: relative;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    z-index: 1000;
}
.owl-carousel .owl-nav .owl-prev {
    left: -5px;
}
.owl-carousel .owl-nav .owl-next {
    right: -5px;
}
.slide-wrap{position: relative; overflow: hidden;}
.slide_content{
    background: rgba(0,0,0,0.6);
    color: #B3B3B3;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    position: absolute;
    bottom: 35px;
    padding: 10px 15px;
    width: 100%;
    line-height: 20px!important;
    z-index: 999;
    overflow: hidden;
}
.slide_content p{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* card column */
@media (min-width:356px) {
    .card-columns {
      column-count: 1;
    }
}

@media (min-width:576px) {
    .card-columns {
      column-count: 1;
    }
}
  @media (min-width:768px) {
    .card-columns {
      column-count: 2;
    }
}
@media (min-width:992px) {
    .card-columns {
      column-count: 3;
    }
}
@media (min-width:1200px) {
    .card-columns {
      column-count: 3;
    }
}



/* sub menu */
.tab-title > li {position: relative;}
.tab-title > li > ul {
  list-style: none;
    display: none;
    position: absolute;
    left: 0px;
    background: #121212;
    z-index: 1000;
    margin: 0px;
}
.tab-title > li > ul > li {
  float: none !important;
}
.tab-title > li > ul > li a {
    padding: 4px 20px !important;
}


@media (min-width: 768px) {
  .tab-title > li:hover > ul {
    display: block;
  }

  .tab-title > li > ul {
      padding: 10px 0px;
      width: 140px !important;
      top: 41px;
  }

  .tab-title > li > ul > li {
      width: 100% !important;
  }

  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
.maincolor {
  color: #deb543;
}
.logotop, .logobottom {height: 62px; width: auto;}
.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}


h1,h2 {
  font-size: 30px;
}

/* images retina */
img {
  max-width: 100%;
  height: auto;
}

/* button section */
.btn {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.4s ease-in;
}
.btn:hover {
  background: #009988;
  border-color: transparent;
}

.email {
	margin-top: 10px;
	padding: 8px 12px;
}

/* navigation */

.navbar-default {
    background: #202020;
    border: none;
    border-left: 6px solid #deb543;
    padding-right: 40px;
    margin: 0 !important;
    position: relative;
    top: 10px;
  }
.navbar-default .navbar-brand {
    font-size: 40px;
    line-height: 40px;
    padding-top: 4px;
   }
.navbar-default .navbar-nav li a {
  color: #777;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.4s ease-in;
  text-transform: uppercase;
 }
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffa500;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  	color: #ffa500;
  	background-color: transparent;
}
.navbar-toggle {
  	background: #deb543;
  	border-radius: 0px;
   	border: none;
    float: none !important;
}
.navbar-toggle .icon-bar {
    background: #fff;
    border-color: transparent;
}
.topnav ul { 
  text-align: right; 
    padding: 9px 0px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.topnav ul li {
  display: inline-block;
  margin-left: 6px
}

.active {
	font-weight: bold;
}
.clear {clear: both;}

/* divider section */
.divider {
  color: #fff;
  text-align: center;
}
.divider .fa {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-transform: capitalize;
}
.divider h2 {
  padding-bottom: 4px;
}
.divider .divider-wrapper {
  padding: 40px 20px 40px 20px;
  position: relative;
  bottom: 40px;
  transition: all 0.4s ease-in;
}
.divider .divider-wrapper:hover {
  bottom: 60px;
  cursor: pointer;
}
.divider .divider-one {
  background: #c14000;
}
.divider .divider-two {
  background: #009988;
}
.divider .divider-three {
  background: #ffa500;
}

/* contact section */
#contact-header {
  background: url('../images/contact-header.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  padding-top: 160px;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact h2 {
  text-align: center;
  padding-bottom: 30px;
}
#contact .form-control {
  background: #202020;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.4s ease-in;
  color: #fff;
}
#contact .form-control:focus {
  background: #404040;
}
#contact input {
  height: 53px;
}
#map-canvas
  {
    border: none;
    width: 100%;
    height: 300px;
  }

/* footer section */
footer {
  background: #1c1c1c;
  padding-top: 20px;
}
footer .fa {
	font-size: 18px;
	margin-right: 10px;
	padding: 5px;
}
footer h3 {
  padding-bottom: 10px;
}
footer .newsletter p {
  padding-bottom: 10px;
}
footer .form-control {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  padding-bottom: 10px;
}

footer .form-control:focus,
footer .form-control:hover {
	color: #fff;
  	background: #806040;
  	border-color: transparent;
}
footer .input-group-addon {
  background: #fff;
}
footer a, footer a:visited {
  font-size: 14px;
  color: #999;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* copyright section */
.copyright {
	margin: 10px 0px;
}
.copyright p {
  padding-top: 20px;
}
.social-icons {
  padding: 0px;
  margin: 0px;
}
.social-icons li {
  display: inline-block;
  list-style: none;
  background: #303030;
  margin: 10px 0px 0px 0px;
}
.social-icons li a {
  color: #909090;
  text-decoration: none;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
  transition: all 0.4s ease-in;
  
}
.social-icons li a:hover {
  background: #deb543;
  color: #fff;
}
.slogan {
    display: inline-block;
    float: left;
    color: #deb543;
    font-size: 19px;
    margin-top: 25px;
  }
.navbar-toggle {display: none;}
.table-responsive table th {
    text-align: left;
    color: #AAA;
    font-weight: normal;
}
.table-responsive thead tr {
    background: #000;
    color: #fff;
}
.msginfo {margin-bottom: 10px;}
.msginfo .alert-light-success{
    border: 1px solid #827754;
    border-radius: 6px;
    padding: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
}
/* media 960 */
@media ( max-width: 980px ) {
  .divider .divider-wrapper {
    margin-bottom: 20px;
  }
  #about .about-des {
    padding-bottom: 40px;
  }
  #team .team-wrapper {
    margin-bottom: 40px;
  }
  #contact h3 {
    padding-top: 20px;
  }
  #contact .btn {
    margin-bottom: 20px;
  }
  footer h3 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .vnealign .float-right {text-align: left;}
  .vnealign .float-left {text-align: left;}
  .navbar-toggle {    display: inline-block;
    border-radius: 6px;}

  .navbar-header .navbar-brand {}
  .navbar-header .navbar-brand img{height: 42px;}

  .slogan {
    display: inline-block;
    float: right;
    color: #deb543;
    font-size: 19px;
    margin-top: 15px;
  }

  .logobottom {
      height: 40px;
  }

  .tab-title > li{padding: 10px 0;text-align: center;width: 49.5%;margin-bottom: 2px;margin-right: 1%;background: #B9560F;}
  .tab-title > li:nth-child(2n+2){margin-right: 0;}
  .tab-title > li.sole:last-child{width: 100%;}
  .tab-title > li >a{font-size: 11px;padding: 0;color:#fff}
  .tab-title > li > a:hover:before,.tab-title > li > a:focus:before,.tab-title > li > a.active:before}


  /* sub menu */
  .tab-title > li {}
  .tab-title > li > ul {
    top: 36px;
    width: 100%;
    padding: 9px 0px;
  }
  .tab-title > li > ul.ulactive {
    display: block;
  }
  .tab-title > li > ul > li {
    background: none;
    margin: 0px;
    padding: 2px;
    text-align: left;
  }
  .tab-title > li > ul > li a {
    padding: 0px 11px;
  } 
  .tab-title > li > ul > li a:hover {
    color: #deb543;
  } 
}






