/* Styles dung chung tro giup qua trinh lam giao dien
-------------------------------------------------- */
/* RESET
-------------------------------------------------- */
* {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
html,
body {
  height: 100%;
}
/* Border
-------------------------------------------------- */
.border-primary {
  border-color: #78acd9;
}
.border-success {
  border-color: #a3d7a3;
}
.border-info {
  border-color: #b0e1ef;
}
.border-danger {
  border-color: #eba5a3;
}
.border-warning {
  border-color: #f8d9ac;
}
.border-none {
  border: none;
}
.border-white {
  border-color: #fff;
}
/* TEXT
-------------------------------------------------- */
.text-large {
  font-size: 18px;
}
.text-small {
  font-size: 12px;
}
.text-color,
.text-color:hover {
  color: #333333;
}
.text-gray {
  color: #555555;
}
.text-gray-light {
  color: #777777;
}
.text-gray-lighter {
  color: #eeeeee;
}
/* FORM
-------------------------------------------------- */
select.input-xs {
  height: 22px;
  line-height: 22px;
}
.form-group .error .help-block,
.form-group .error .control-label,
.form-group .error .radio,
.form-group .error .checkbox,
.form-group .error .radio-inline,
.form-group .error .checkbox-inline,
.form-group .error.radio label,
.form-group .error.checkbox label,
.form-group .error.radio-inline label,
.form-group .error.checkbox-inline label {
  color: #a94442;
}
.form-group .error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-group .error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.form-group .error .form-control-feedback {
  color: #a94442;
}
.form-group .success .help-block,
.form-group .success .control-label,
.form-group .success .radio,
.form-group .success .checkbox,
.form-group .success .radio-inline,
.form-group .success .checkbox-inline,
.form-group .success.radio label,
.form-group .success.checkbox label,
.form-group .success.radio-inline label,
.form-group .success.checkbox-inline label {
  color: #3c763d;
}
.form-group .success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.form-group .success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-group .success .form-control-feedback {
  color: #3c763d;
}
.form-group .warning .help-block,
.form-group .warning .control-label,
.form-group .warning .radio,
.form-group .warning .checkbox,
.form-group .warning .radio-inline,
.form-group .warning .checkbox-inline,
.form-group .warning.radio label,
.form-group .warning.checkbox label,
.form-group .warning.radio-inline label,
.form-group .warning.checkbox-inline label {
  color: #8a6d3b;
}
.form-group .warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group .warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.form-group .warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.form-group .warning .form-control-feedback {
  color: #8a6d3b;
}
.label.text-medium {
  font-size: 85%;
}
/* NAV
-------------------------------------------------- */
.nav.nav-pills.nav-danger .active a,
.nav.nav-pills.nav-danger .active a:hover,
.nav.nav-pills.nav-danger .active a:focus {
  background-color: #d9534f;
}
.nav.nav-pills.nav-success .active a,
.nav.nav-pills.nav-success .active a:hover,
.nav.nav-pills.nav-success .active a:focus {
  background-color: #5cb85c;
}
/* IMAGE
-------------------------------------------------- */
/* GRID : http://www.helloerik.com/bootstrap-3-grid-introduction
-------------------------------------------------- */
.gutter,
.gutter .row {
  padding-left: 5px;
  padding-right: 5px;
}
.gutter > *,
.gutter .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.row.nested {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.col.nested-col {
  margin-left: 0px;
  padding-left: 0px;
}
.col.nested-col label {
  left: 0;
}
/* COMPONENT
-------------------------------------------------- */
.popover {
  min-width: 200px;
}
/* Responsive
-------------------------------------------------- */
@media (max-width: 600px) {
  .center-only-small-align {
    text-align: center;
  }
}
/* OVERRIDE BOOTSTRAP
-------------------------------------------------- */
.btn-group.btn-group-right {
  float: left;
}
.btn-group.btn-group-right .dropdown-menu {
  right: 0;
  left: inherit;
}
.btn.btn-link {
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-block {
  display: block;
}
.text-error {
  color: red !important;
}
.position-relative {
  position: relative;
}
.no-hover {
  text-decoration: none!important;
}
.text-bold {
  font-weight: bold !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #333 !important;
}
.text-mute {
  color: #9197a3;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-black {
  color: #000 !important;
}
.text-333 {
  color: #333 !important;
}
.text-444 {
  color: #444 !important;
}
.text-555 {
  color: #555 !important;
}
.text-666 {
  color: #666 !important;
}
.text-9 {
  font-size: 9px !important;
}
.text-10 {
  font-size: 10px !important;
}
.text-11 {
  font-size: 11px !important;
}
.text-12 {
  font-size: 12px !important;
}
.text-13 {
  font-size: 13px !important;
}
.text-14 {
  font-size: 14px !important;
}
.text-15 {
  font-size: 15px !important;
}
.text-16 {
  font-size: 16px !important;
}
.text-17 {
  font-size: 17px !important;
}
.text-18 {
  font-size: 18px;
}
.text-19 {
  font-size: 19px !important;
}
.text-20 {
  font-size: 20px !important;
}
.text-21 {
  font-size: 21px !important;
}
.text-22 {
  font-size: 22px !important;
}
.text-23 {
  font-size: 23px !important;
}
.text-24 {
  font-size: 24px !important;
}
.text-25 {
  font-size: 25px !important;
}
.text-27 {
  font-size: 27px !important;
}
.text-28 {
  font-size: 28px !important;
}
.text-30 {
  font-size: 30px !important;
}
.text-35 {
  font-size: 35px !important;
}
.text-40 {
  font-size: 40px !important;
}
.text-50 {
  font-size: 50px !important;
}
@media (max-width: 768px) {
  .text-mobile-14 {
    font-size: 14px;
  }
}
.non-uppercase {
  text-transform: none!important;
}
/* TEXT-ITALIC
--------------------------------------------------*/
.text-italic {
  font-style: italic!important;
}
/* FONT-WEIGHT
--------------------------------------------------*/
/* DISPLAY
-------------------------------------------------- */
.display-none {
  display: none !important;
}
.display-inline-block {
  display: inline-block;
}
/* Margin
-------------------------------------------------- */
.margin0 {
  margin: 0px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin15 {
  margin: 15px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin25 {
  margin: 25px !important;
}
.margintop0 {
  margin-top: 0px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop35 {
  margin-top: 35px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop60 {
  margin-top: 60px !important;
}
.marginbottom0 {
  margin-bottom: 0px !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom25 {
  margin-bottom: 25px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
.marginleft0 {
  margin-left: 0px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft15 {
  margin-left: 10px !important;
}
.marginleft20 {
  margin-left: 20px !important;
}
.marginleft25 {
  margin-left: 25px !important;
}
.marginright0 {
  margin-right: 0px !important;
}
.marginright5 {
  margin-right: 5px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright15 {
  margin-right: 15px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
/* Padding
-------------------------------------------------- */
.padding0 {
  padding: 0px !important;
}
.padding1 {
  padding: 1px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding25 {
  padding: 25px !important;
}
.padding30 {
  padding: 30px !important;
}
@media (max-width: 768px) {
  .padding0-xs {
    padding: 0 !important;
  }
}
.paddingtop0 {
  padding-top: 0px !important;
}
.paddingtop5 {
  padding-top: 5px !important;
}
.paddingtop10 {
  padding-top: 10px !important;
}
.paddingtop15 {
  padding-top: 15px !important;
}
.paddingtop20 {
  padding-top: 20px !important;
}
.paddingtop30 {
  padding-top: 30px !important;
}
.paddingtop40 {
  padding-top: 40px !important;
}
.paddingtop50 {
  padding-top: 50px !important;
}
.paddingbottom0 {
  padding-bottom: 0px !important;
}
.paddingbottom5 {
  padding-bottom: 5px !important;
}
.paddingbottom10 {
  padding-bottom: 10px !important;
}
.paddingbottom20 {
  padding-bottom: 20px !important;
}
.paddingbottom30 {
  padding-bottom: 30px !important;
}
.paddingleft0 {
  padding-left: 0px !important;
}
.paddingleft5 {
  padding-left: 5px !important;
}
.paddingleft10 {
  padding-left: 10px !important;
}
.paddingleft15 {
  padding-left: 15px !important;
}
.paddingleft20 {
  padding-left: 20px !important;
}
.paddingright0 {
  padding-right: 0px !important;
}
.paddingright5 {
  padding-right: 5px !important;
}
.paddingright10 {
  padding-right: 10px !important;
}
.paddingright15 {
  padding-right: 15px !important;
}
.paddingright20 {
  padding-right: 20px !important;
}
.paddingwidth10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.right-align {
  text-align: right !important;
}
.left-align {
  text-align: left !important;
}
.center-align {
  text-align: center !important;
}
@media (max-width: 768px) {
  .padding-mobile-media0 {
    padding: 0 !important;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  min-width: 320px;
  background-color: #f4f4f4;
}
.container-fluid {
  max-width: 1280px;
  min-width: 320px;
  position: relative;
  background: white;
  padding: 0px;
}
.wrapper {
  overflow: hidden;
}
.canvas {
  background: transparent;
}
@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 100px !important;
  }
}
.container-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .container-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list-item {
  letter-spacing: -15px;
  text-align: center;
}
.newvideos {
  display: inline-block;
  width: 100%;
}
.loading_page {
  text-align: center;
  display: none;
}
.item {
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  letter-spacing: 0;
  text-align: left;
  padding: 0 2px;
}
.item.item-desktop {
  width: 25%;
}
@media (max-width: 768px) {
  .item.item-desktop {
    width: 50%;
  }
}
.item .post-thumb {
  position: relative;
}
.item .post-thumb .quality {
    display: inline-block;
    zoom: 1;
    background: #3b4045;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
    z-index: 1;
}
.item .post-thumb .video-stats .views {

    margin: 4px;
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: bold;
	
	position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: white;

}
.item .post-thumb .video-stats .duration {
position: absolute;
    bottom: 0;
    right: 0;
    margin: 4px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 2px 4px;
    border-radius: 2px;
    letter-spacing: .5px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    display: var(--layout-horizontal_-_display, inline-block);
    -ms-flex-direction: var(--layout-horizontal_-_-ms-flex-direction);
    -webkit-flex-direction: var(--layout-horizontal_-_-webkit-flex-direction);
    flex-direction: var(--layout-horizontal_-_flex-direction);
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: inline-flex;
}
.item .post-title {
  padding: 5px;
}
.item .post-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 36px;
  line-height: 17px;
  margin-bottom: 0px;
}
.item .post-title h6 a {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6rem;
	color: #3b4045;
}
.item .post-title h6 a:hover {
  color: #3b4045;
}
.page-list {
  float: left;
  width: 100%;
  text-align: center;
}
.page-list .pagination {
  margin: 5px 0px;
}
.page-list .pagination .disabled {
  display: none;
}
.page-list .pagination li a {
  padding: 10px 15px;
  color: #3b4045;
}
.page-list .pagination li.active a {
  background: #3b4045;
  color: white;
  border-color: #3b4045;
}
.page-list .pagination li:first-child > a,
.page-list .pagination li:last-child > a {
  border-radius: 0;
}
#index .container-fluid {
  padding: 0 10px;
}
#view .container-fluid {
  padding: 0 10px;
}
#view video {
  background: black;
}
#view #crumbs {
  color: #3b4045;
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
}
#view #crumbs a {
  color: #3b4045;
}
#view .title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #view .title {
    font-size: 15px;
  }
}
#view .tags {
  margin-top: 20px;
}
#view .box-image {
  text-align: center;
}
#view .box-image img {
  display: block;
  margin: 0 auto;
}
#view .list-comment .comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#view .list-comment .comment .message {
  margin-top: -5px;
}
#view .list-comment .comment .message span {
  display: block;
}
#view .list-comment .comment .message span.mes {
  font-size: 13px;
}
#view .list-comment .comment .image {
  float: left;
  margin-right: 15px;
}
#view .quantity {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
#view .quantity a {
  display: block;
  padding: 5px 10px;
  float: left;
  margin-right: 5px;
  background: #ef5a5a;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#view .quantity a:nth-child(2) {
  background: #504a4a;
}
#view .quantity a:nth-child(3) {
  background: #1bb712;
}
#view .heightAuto {
  height: auto !important;
  -webkit-transition: height 5s;
  -moz-transition: height 5s;
  transition: height 5s;
}
#view .description {
  height: 190px;
  overflow: hidden;
  position: relative;
  padding: 0 5px;
}
#view .description a {
  color: #ef5a5a;
}
#view .description .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  height: 50px;
  padding-top: 10px;
  background-image: -moz-linear-gradient(top, transparent, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #ffffff));
}
#view .number-countdown {
  color: black;
  display: none;
  text-align: center;
  margin-left: 10px;
  float: right;
  width: 32px;
  height: 32px;
  border: 2px solid #748af5;
  line-height: 28px;
  border-radius: 50%;
}
#view #video_content {
  position: relative;
}
#view #video_content #pb_template {
  position: absolute;
  left: 50%;
  width: 320px;
  height: 250px;
  margin: -166px 0 0 -162px;
  z-index: 10;
}
#view #video_content #pb_template #pb_top_bar {
  background: black;
}
#view #video_content #pb_template #pb_content {
  background: black;
  text-align: center;
}
#view #video_content #resume_button {
  cursor: pointer;
  background: black;
  padding-bottom: 5px;
}
#view #video_content #pb_close_button {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #view #video_content #pb_template {
    top: 50%;
  }
}
.title-tag {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 3px 25px 3px 10px;
    background: #3b4045;
    border: 1px solid #3b4045;
    color: #fff;
}
.newvideos>h2
{
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 3px 25px 3px 10px;
    background: #3b4045;
    border: 1px solid #3b4045;
    color: #fff;
}
.btndownload {
  padding: 10px;
  text-decoration: none;
  background: #1bb712;
  color: white;
}
#list-actor a {
  color: white;
  display: block;
  margin-bottom: 15px;
}

.tag-search {
    background: #3b4045;
    color: #fff;
    background: #d9d9d9;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0 6px;
    text-shadow: none;
    white-space: normal;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    margin: 0 5px 5px 0;
}
.tag-search:hover {
background: #a8a8a8;
    color: #fff;
    text-decoration: none;
}
h2 {
  color: #666;
}
.modal {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  z-index: 1 !important;
  background: transparent;
}
.image-modal {
  position: relative;
}
.image-modal .offcical {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #cb2027;
  color: white;
  padding: 3px 10px;
  font-size: 13px;
}
.ads_banner {
  width: 100%;
  text-align: center;
}
.loader {
  border: 3px solid #f3f3f3;
  margin: 0 auto;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer .container-fluid {
  padding: 0 5px;
}
footer .download {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  width: 100%;
  background: #3b4045;
  margin: 0 !important;
  padding: 10px;
}
footer .bottom {
  padding: 10px 0px;
  color: #666;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
footer .bottom a {
  font-size: 19px;
  font-weight: bold;
  color: #666;
}
footer .bottom .pull-right {
  font-weight: inherit;
}
footer .bottom span {
  margin-left: 12px;
  font-size: 11px;
}
footer .searchbottom h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
footer .searchbottom form {
  position: relative;
  margin: 0 auto;
}
footer .searchbottom form input {
  display: block;
  float: left;
  height: 41px;
  padding: 0 45px 0 12px;
  border: #cdd3d5 solid 1px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  line-height: 38px;
}
footer .searchbottom form button {
  position: absolute;
  right: 0;
  background: #3b4045;
  color: white;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  top: 0;
}
footer .searchbottom form button:hover {
  color: white;
}
footer .searchbottom .cat_item {
  display: block;
  color: #666;
  text-decoration: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar .navbar-fixed-top .slide-active {
  position: relative;
}
.navbar .nav-left-header {
  width: 100%;
  padding: 15px 5px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #242729;
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
    box-sizing: border-box;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    border-top: none;
}
.navbar .nav-left-header .logo::first-letter {
  color: #de2600;
}
.navbar .nav-left-header .logo {
  display: block;
  width: 50%;
  float: left;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-top: 5px;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar.navbar-top-mobile {
  background: #e9e9e9;
  text-align: center;
  border: none;
}
.navbar.navbar-top-mobile .btn-menu {
  float: left;
  background: transparent;
  border: none;
  margin-top: 10px;
  margin-left: 5px;
  position: absolute;
  left: 0;
}
.navbar.navbar-top-mobile .btn-menu i {
  font-size: 25px;
  color: black;
}
.navbar.navbar-top-mobile .logo-mobile::first-letter {
  color: #de2600;
}
.navbar.navbar-top-mobile .logo-mobile {
  color: #3b4045;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  display: block;
  margin-top: 8px;
}
.navbar.navbar-top-mobile .logo-mobile img {
  height: 50px;
}
.navbar .navbar-form {
  padding: 0;
  float: left;
  width: 50%;
  position: relative;
}
.navbar .navbar-form button {
  background: #3b4045;
  color: white;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  position: absolute;
  right: 0;
}
.navbar .navbar-form input {
    float: left;
    height: 42px;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    padding: .6em .7em;
    border: 1px solid #bbc0c4;
    border-radius: 3px;
    box-shadow: 0 0 0 rgba(255,255,255,0);
    font-size: 13px;
    font-family: inherit;
    line-height: 1.15384615;
    border-color: #3b4045;
    background-color: #3b4045;
    box-shadow: none;
    color: #d6d9dc;
}
.navmenu-mobile {
  /*padding-top: 31px;*/
}
.navmenu-mobile ul {
  padding: 0;
}
.navmenu-mobile ul li a {
  display: block;
  padding: 10px 20px;
  color: white;
  font-size: 17px;
  border-bottom: 1px solid #737373;
  background: #242729;
}
.navmenu-mobile ul li a.logo::first-letter {
  color: #de2600;
}
.navmenu-mobile ul li a.logo {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  background: #242729;
}
.navmenu-mobile ul img {
  height: 50px;
}
.menu .menu-container {
  background: #f2f2f2;
}
.menu ul {
  padding: 0;
  list-style: none;
}
.menu ul li {
  float: left;
}
.menu ul li a {
  display: block;
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease;
  color: #666;
}
.menu ul li a:hover {
  color: #3b4045;
}
.menu .dropdown {
  position: inherit;
}
.menu .dropdown:hover .dropdown-menu {
  display: block;
}
.menu .dropdown .dropdown-menu {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0px 0;
  padding: 0;
}
.menu .dropdown .dropdown-menu ul {
  background: #f2f2f2;
  display: inline-block;
  width: 100%;
  border-top: 1px solid white;
}
.menu .dropdown .dropdown-menu ul li {
  width: 15%;
}
.menu .dropdown .dropdown-menu ul li a {
  color: #303030;
  line-height: 40px;
}
.form-search-mobile {
  padding: 0 2px;
}
.form-search-mobile .form-content {
  position: relative;
  margin: 0 auto;
  padding: 10px 0px;
}
.form-search-mobile .form-content input {
  width: 100%;
  display: block;
  height: 42px;
  padding: 0 45px 0 12px;
  border: #cdd3d5 solid 1px;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  line-height: 38px;
}
.form-search-mobile .form-content .btn-search {
  position: absolute;
  right: 0;
  top: 10px;
  background: #3b4045;
  color: white;
  border: none;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 3px;
  padding: 6px 12px;
  font-size: 21px;
  border-top-right-radius: 3px;
}
