@font-face {
    font-family: 'UTMSwiss'; /*a name to be used later*/
    src: url('fonts/UTMSwissCondensedBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAvo'; /*a name to be used later*/
    src: url('fonts/UTMAvo.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAvoBold'; /*a name to be used later*/
    src: url('fonts/UTMAvoBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAndrogyne'; /*a name to be used later*/
    src: url('fonts/UTMAndrogyne.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMBeautifulCaps'; /*a name to be used later*/
    src: url('fonts/UTMBeautifulCaps.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    src: url('fonts/AvenirNext-DemiBold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNextRegular'; /*a name to be used later*/
    src: url('fonts/AvenirNext-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    font-weight: bold;
    src: url('fonts/AvenirNext-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'AvenirNext'; /*a name to be used later*/
    font-weight: bold;
    src: url('fonts/AvenirNext-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAmericanaBEx'; /*a name to be used later*/
    src: url('fonts/UTMAmericanaBEx.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMAlexander'; /*a name to be used later*/
    src: url('fonts/UTMAlexander.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMHelve'; /*a name to be used later*/
    src: url('fonts/UTMHelve.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMBebas'; /*a name to be used later*/
    src: url('fonts/UTMBebas.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'UTMNeoSansIntel';
    src: url('fonts/UTMNeoSansIntel-Italic.eot');
    src: url('fonts/UTMNeoSansIntel-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMNeoSansIntel-Italic.woff2') format('woff2'),
        url('fonts/UTMNeoSansIntel-Italic.woff') format('woff'),
        url('fonts/UTMNeoSansIntel-Italic.ttf') format('truetype'),
        url('fonts/UTMNeoSansIntel-Italic.svg#UTMNeoSansIntel-Italic') format('svg');
}

@font-face {
    font-family: 'UTMNeoSansIntel';
    src: url('fonts/UTMNeoSansIntel-BoldItalic.eot');
    src: url('fonts/UTMNeoSansIntel-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMNeoSansIntel-BoldItalic.woff2') format('woff2'),
        url('fonts/UTMNeoSansIntel-BoldItalic.woff') format('woff'),
        url('fonts/UTMNeoSansIntel-BoldItalic.ttf') format('truetype'),
        url('fonts/UTMNeoSansIntel-BoldItalic.svg#UTMNeoSansIntel-BoldItalic') format('svg');
    font-weight: bold;
}

body {
  background-repeat: repeat;
  font-size: 13px;
  line-height: 1.6;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; /* Fix honrizontal show on mobile screen */
}

a, a:visited {
  color:#000;
  text-decoration: none !important;

  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

a:hover, a:active {
  color: #deac59;
  outline: none;
  text-decoration: none;
}

a.flash img {
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
}

a.flash:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;

  transform: scale(1.066);
  -webkit-transform: scale(1.066);
  -moz-transform: scale(1.066);
  -o-transform: scale(1.066);
  -ms-transform: scale(1.066);
}

@-webkit-keyframes flash {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.effect-img {
  overflow: hidden;
  position: relative;
  display: block;
  /* style for hover */
}

.effect-img:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-img:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}


.container {
  /* Margin/padding copied from Bootstrap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media(min-width:768px){
  .container {
    /* width: 760px; */
  }
}

@media(min-width:992px){
  .container {
    /* width:980px; */
  }
}

@media(min-width:1200px){
  .container {
    /* width:1140px; */
  }
}

header {
  position: relative;
}

.topbar {
  font-size:13px;
  overflow: hidden;
  padding: 3px 0 3px 0;
  color:#fff;
  background-color:#000;
}

.topbar .welcome-msg {
  font-size: 14px;
  line-height: 27px;
}

.topbar .welcome-msg a {
  color:#ffe17f;
}

.topbar .welcome-msg ul {
  margin-top:0;
}

.topbar .welcome-msg ul li {
  line-height: 8px;
}

.topbar .welcome-msg ul li::after {
  content:'|';
  display: inline;
  margin:0 15px;
  vertical-align: middle;
}

.topbar .welcome-msg ul li:last-child::after {
  display: none;
}

.searchbar {
  padding: 15px 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.searchbar .input-group {
  border-radius: 15px;
  position: relative;
  position: absolute;
  right:0;
}

.searchbar .input-group input {
  font-size:12px;
  width:0 !important;
  -webkit-transition:all 0.5s ease-in;
  transition:all 0.5s ease-in;
  -moz-transition:all 0.5s ease-in;
  -ms-transition:all 0.5s ease-in;
  -o-transition:all 0.5s ease-in;
  /* width:0 !important; */
  /* width:130px;

  padding: 0;
  position: absolute;
  left: 0;
  right: 0; */
}

.searchbar .input-group:hover {
  /* background-color: #fff; */

}

.searchbar .input-group:hover input {
  width:130px !important;
  background-color: #fff;
}

.searchbar button, .searchbar input {
  background-color: transparent;
  border:none;
  color:#000;
  box-shadow: none;
  padding: 0px 10px;
  height: 22px;
}

.searchbar button {
  color:#d9a34e;
}

.searchbar .input-group:hover button {
  color:#003471;
  background-color: #fff;
}


.topbar .social-link {

}

.topbar ul {
  list-style: none;
  padding:0;
  margin:0;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}

.topbar ul li {
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.topbar .social-link li {
  margin-left:4px;
}

.topbar ul li a {
  display: inline-block;
  color:#fff;
  line-height: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  opacity: 1;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 2px;
}

.topbar.subPage ul li a {
  color:#000;
}

.language ul li a {
  opacity: 1;
}

.language ul li:hover a,
.language ul li.active a {
  opacity: 1;
}

.topbar ul li i.fa {
  font-size:15px;
  margin-right:6px;
  text-align: center;
}

.topbar ul li i.fa-search {
  font-size:16px;
  margin-right:0;
}

.topbar ul li.strong {
  font-size:14px;
}

.topbar ul li.strong a {
  font-weight: 500;
}

.topbar ul li.searchbar {
  position: relative;
}

.topbar .phone-contact a {
  color: #000;
  opacity: 1;
  line-height: 1;
  text-transform: none;
}

.topbar .language {
  display: inline-block;
  vertical-align: top;
}

@media(max-width:991px){
  .topbar {
    display: none;
    margin-bottom: 0;
    background-color: rgba(122, 39, 23, 1);
  }

  .topbar ul li.searchbar {
    display: none;
  }
}

.topbar ul li.searchbar .search-bar {
  position: relative;
  top: -5px;
  padding: 0;
  margin: 0;
  width: 0;
  display: inline-block;
  overflow: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
}

.topbar ul li.searchbar .search-bar.showit {
  width:200px;
  padding: 0 6px;
}

.topbar ul li.searchbar a:active + .search-bar {
  display: block;
}

.topbar ul li.searchbar input {
  width:200px;
  height:32px;
}

.topbar ul li.searchbar .input-group-btn {
  display: none;
}

.topbar .phone-contact {
  text-align: right;
  font-size:12px;
  color:#000;
  padding-top:5px;
}

.topbar .phone-contact li {
  margin-left:25px;
}

.logotop {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.logotop .container {
  /* background-color:#fff; */
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

@media(min-width:992px){
  .logotop {

  }

  .logotop.index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
}

.logotop .logo-img {
  /*padding-right:0;*/
  /* float:left; */
}

.logotop .logo-img img {
  display:inline;
  vertical-align: middle;
  max-width:100%;
}

@media(min-width:992px) {
  .logotop .logo-img img {
    height:75px;
  }

  .logotop.index .logo-img img {
    height:auto;
  }
}

@media(max-width:767px){
  .logotop .logo-img {
    text-align: center;
    margin-bottom: 10px;
    width:100%;
  }
}

.logotop .site-heading {
  color:#545454;
  display:inline-block;
  padding-left:15px;
  margin-top:7px;
}

.logotop .site-heading h1, .logotop .site-heading strong {
  font-size: 25px;
  text-transform: uppercase;
  color: #0f63b1;
  font-weight: 900;
  margin:8px 0 0 0;
}

.logotop .site-heading .slogan {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  letter-spacing: -0.4px;
}

@media(min-width:1200px){
  .logotop .site-heading {

  }

  .logotop .heading-title {

  }
}

@media screen and (max-width:1199px) {
  .logotop .site-heading {
    margin-top:5px;
    margin-bottom:5px;
  }

  .logotop .site-heading h1 {
    font-size:20px;
    margin-top:7px;
  }

  .logotop .site-heading .slogan {
    font-size: 16px;
  }

  .logotop .logo-img img {

  }
}

@media screen and (max-width:767px) {
  .logotop .site-heading {

  }

  .logotop .site-heading h1 {
    font-size:17px;
  }

  .logotop .site-heading .slogan {
    font-size: 15px;
  }

  .logotop .logo-img img {

  }
}

@media screen and (max-width:450px) {
  .logotop .site-heading h1 {
    font-size:16px;
  }

  .logotop .site-heading .slogan {
    font-size: 14px;
  }

  .logotop .logo-img img {
    height:90px;
  }
}

.logotop .search-bar {
  margin-top:8px;
  margin-bottom:10px;
}

.logotop .hotline_text {
  color:#000;
  font-size: 13px;
  text-align: left;
  padding-top: 5px;
}

.logotop .hotline_text > div {
  border-right:1px solid #e5e5e5;
  padding-right:13px;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
}

.logotop .hotline_text > div:first-child {
  border-right:none;
  padding-right:0;
}

.logotop .hotline_text .header-address {
  max-width:248px;
  line-height: 18px;
  text-align: left;
}

.logotop .hotline_text .header-address .heading-font {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

.logotop .hotline_text .header-hotline {
  margin-left: 15px;
}

.logotop .hotline_text .header-hotline .icon-support {
  width: 18px;
  height: 18px;
  background: #fff url("images/phone2.png") no-repeat scroll center center;
  background-size: 100% 100%;
  display: block;
  margin-right: 6px;
  float: left;
}

.logotop .hotline_text .header-hotline .heading-font {
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  float:left;
}

.logotop .hotline_text .header-hotline a {
  font-size: 18px;
  color: #920b3d;
  line-height: 28px;
  font-weight: 900;
  display: block;
}

.logotop .hotline_text .header-cart {
  margin-left: 0;
  text-align: center;
  padding: 0 25px;
}

.logotop .hotline_text .header-cart .icon-cart {
  width: 30px;
  height: 27px;
  background: #fff url("images/icon-cart.png") no-repeat scroll center center;
  display: block;
}

.logotop .hotline_text .header-cart .heading-font {
  float:left;
}

.logotop .hotline_text .header-cart .cart-title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.logotop .hotline_text .header-cart .cart-total {
  display: inline-block;
  border-radius: 50%;
  background-color: #ffe17f;
  padding: 0px 6px;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-left: 3px;
}


.logotop .hotline_text .header-social {
  margin-left: 35px;
}

.logotop .hotline_text .header-social ul {
  list-style: none;
  margin:0;
  padding:0;
}

.logotop .hotline_text .header-social ul li {
  float:left;
  margin-right: 15px;
}

.logotop .hotline_text .header-social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #2f3234;
  color: #fff;
  text-indent: 1px;
}

.logotop .hotline_text .header-social ul li a:hover {
  background-color: #deac59;
}


.logotop .link-top {
  padding-top:30px;
  padding-right: 10px;
  padding-left: 5px;
  text-align: center;
}

@media(max-width:991px){
  .logotop .logo-img {
    text-align: center;
    float:none;
    margin: 10px 0 15px 0;
  }

  .logotop .hotline_text .header-cart {
    padding:0;
  }

  .logotop .hotline_text > div {
    padding-right: 0;
    border:none;
  }
}

.menubar .search-bar {
  margin: 15px 0;
}

.menubar .logo-img {

}

.menubar .logo-img img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;

}

.search-bar {

}

.search-bar form {
  max-width: 500px;
}

.search-bar .title-search {
  margin-bottom: 5px;
  margin-left: 15px;
}

.search-bar .input-group {

}

@media(max-width:767px){
  .search-bar .input-group {
    width:100%;
  }
}

.search-bar input {
  font-size: 14px;
  padding: 10px 5px 10px 20px;
  height: 42px;
  /* border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; */
  border:1px solid #efefef;
  border-right: none;
}

.search-bar input:focus {
  border:1px solid #efefef;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logotop .input-group-btn {

}

.search-bar input {

}

.search-bar button {
  background-color: #deac59;
  color: #fff;
  z-index:10 !important;
  height: 42px;
  width:44px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border:1px solid #efefef;
  border-left: none;
}

.search-bar button:hover {
  background-color: #deac59;
  border:1px solid #efefef;
  border-left: none;
  color:#ccc;
}

.menubar .search-bar button {
  height: 30px;
  width: 35px;
  padding: 4px 10px ;
}

.menubar .search-bar input {
  height: 30px;
  padding-left: 7px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.logotop .callus_box {
  background-image:url('images/hotline1.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:auto 100%;
  padding-left:48px;
  font-size:14px;
  line-height: 1.1;
  margin-top:22px;
}

@media(max-width:1199px){
  .logotop .callus_box {
    padding-left: 30px;
  }
}

.logotop .callus_box strong, .logotop .callus_box a {
  color:#222;
  font-size:18px;
  font-weight:bold;
  margin-top:3px;
  display: block;
}

.logotop .emailus_box {
  background-image:url('images/support.png');
}

.logotop .emailus_box a {
  font-size:16px;
}

.menubar {
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}

@media(max-width:767px){
  .menubar {
    background-color: #deac59;
  }
}

@media(min-width:992px){
  .menubar {
    /* background-color: #deac59; */
  }

  .topbar {
    z-index: 100;
  }

  .menubar {
    z-index: 100;
    right:0;
    left:0;
  }

  .logotop.fixedtop {
    padding:0;
    position: fixed;
    top:0;
    z-index: 100;
    width:100%;
    background-color: rgba(5,3,3,0.8);
    box-shadow: 0px 1px 5px #4e4e4e;
  }

  .menubar.fixedtop {
    padding:0;
    position: fixed;
    top:0;
    z-index: 100;
    width:100%;
    box-shadow: 1px 2px 3px #888;
  }

  .logotop.fixedtop .menubar #main-navbar {
    background-color: transparent;
  }

  .logotop.index.fixedtop .menubar #main-navbar {
    background-color: transparent;
  }

  .logotop.fixedtop .container {
    padding-top:0;
    padding-bottom: 0;
  }

  .logotop.fixedtop .logo-img img {
    height:80px;
    max-width: none;
    padding:0;

    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}

.menubar .container-fluid {
  background-color: #deac59;
}

.menubar .navbar-container {
  padding:0;
}

.menubar .navbar {
  border:none;
  padding:0;
  margin-bottom: 0;
  min-height: auto;
}

@media(min-width:992px){
  .menubar .navbar {
    background-color:transparent;
  }
}

.menubar .navbar-brand {
  color:#fff;
  font-size:21px;
  /*font-family: 'UTMSwiss', Tahoma;*/
  font-weight: 500;
  padding-left:0;
  margin-left:15px !important;
  float: right;
  margin-right: 0;
  padding-right: 0;
}

.menubar a.navbar-brand:hover {
  color:#ffe7d6;
}

.menubar .navbar-default .navbar-toggle {
  border:none;
}

.menubar .navbar-default .navbar-toggle:focus, .menubar .navbar-default .navbar-toggle:hover {
  background-color: #deac59;
}

.menubar .navbar-default .navbar-toggle .xline {
  display: none;
  color: #fff;
  line-height: 0;
  font-size: 22px;
  width: 22px;
  height: 18px;
  margin-top: -4px;

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menubar .navbar-default .navbar-toggle.show .xline {
  display: block;
}

.menubar .navbar-default .navbar-toggle.show .threeline {
  display: none;
}

@media screen and (min-width:0px) and (max-width:991px) {
  .menubar #main-navbar ul li {
    padding:0;
    border-bottom: 1px solid #bd9261 !important;
  }

  .menubar #main-navbar ul li.open {
    border-bottom: none !important;
  }
}

@media(min-width:992px){
  .menubar .container-fluid {
    padding:0;
    background-color: transparent;
  }

  .menubar #main-navbar {
    padding:0;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(5,3,3,0.9);
  }

  .logotop.index .menubar #main-navbar {
    background-color: rgba(5,3,3,0.5);
  }

  .menubar #main-navbar::after {
    clear:both;
    content:'';
    display: block;
  }

  .menubar #main-navbar .navbar-nav {
    padding:10px 10px;
  }

  .menubar.fixedtop #main-navbar .navbar-nav {
    margin-top:0;
  }
}

.menubar #main-navbar  li a {
  color: #000;
  /* text-transform: uppercase; */
  font-size:15px;
  padding:5px 5px;
  /* font-weight: 400; */
  /* font-family: 'UTMSwiss', 'Roboto', sans-serif; */

  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menubar #main-navbar > ul.navbar-nav > li > a {
  display: inline-block;
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 14px;
  margin:10px 5px;
}

.menubar #main-navbar li ul {

}

.menubar #main-navbar li.searchbutton {
  position: relative;
  width: 37px;
  margin-right: 15px;
}

.menubar #main-navbar li.searchbutton form {
  margin-top: 14px;
  z-index: 1;
}

.menubar #main-navbar li.searchbutton form .input-group {
  position: absolute;
  float:right;
}

.menubar #main-navbar li.searchbutton form input {
  border-radius: 0;
  font-size:15px;
  margin-left: 0;
  padding:0;
  border: none;
  width:0;
  position: absolute;
  right: 0;
  top:32px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 9999;
}

.menubar #main-navbar li.searchbutton:hover form input {
  width:182px;
  padding: 8px 10px;
  border: 1px solid #ccc;
}

.menubar #main-navbar li.searchbutton button {
  background:#deac59;
  color:#fff;
  border:none;
  right:0;
  top:0px;
  padding:4px 10px;
  z-index: 10;
  border-radius: 0;
  font-size:18px;
}

.menubar #main-navbar li.requestprice_button {
  margin-left: 25px;
}

.menubar #main-navbar li.requestprice_button a {
  background-color: #000;
  color: #fff;
  margin: 14px 0;
  padding: 9px 15px;
  line-height: 15px;
  font-size: 14px;
}

.menubar #main-navbar li.requestprice_button a::after {
  display: none;
}

.menubar .navbar-right {

}

.menubar .cert {
  margin: 10px 15px;
  display: inline-block;
}

.menubar .cert img {
  height:40px;
}

@media(min-width:992px){
  .menubar .navbar-container {
    position: static;
  }

  .menubar .navbar {
    position: static;
  }

  .menubar #main-navbar > ul > li {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  }

  .menubar #main-navbar > ul > li:hover {

  }

  .menubar #main-navbar > ul > li.searchbutton:hover {
    background-color: transparent;
  }

  .menubar #main-navbar > ul > li:hover {
    /* background-color: #750c33; */
  }

  .menubar #main-navbar > ul > li:hover > a {
    background-color: #deac59;
    color:#d00000;
  }

  .menubar #main-navbar > ul > li:hover > ul {
    display:block;
    animation-duration: 0.5s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-duration: 0.5s;
    -ms-animation-name: fadeInFromNoneIE;
    -ms-animation-fill-mode: forwards;
    width:100%;
  }

  .menubar #main-navbar  li a {
    color:#000;
  }

  .menubar #main-navbar > ul > li > a {
    line-height: 30px;
    position: relative;
  }

  /* .menubar #main-navbar > ul > li > a::after {
    border-right: 1px solid #1a88ee;
    border-left: 1px solid #084884;
    content: '';
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 12px;
  } */

  .menubar #main-navbar > ul > li:last-child > a::after {
      display: none;
  }

  .menubar.fixedtop #main-navbar li a {
    /*padding:12px 24px;*/
  }

  .menubar #main-navbar ul.dropdown-menu > li > ul {
    left:100%;
    top:0;
  }

  .menubar #main-navbar ul.dropdown-menu > li:hover  {
    /* background-color:#deac59; */
  }

  .menubar #main-navbar ul.dropdown-menu > li:hover > a {
    color:#fff;
  }

  .menubar #main-navbar ul.dropdown-menu > li:hover > ul {
    display: block;
  }
}

/* Animation for menu */
@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInFromNoneIE {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0
    }

    1% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* End animation for menu */

.menubar #main-navbar > ul.navbar-nav > li.active > a {
  background-color: #deac59;
  color:#d00000;
}

.menubar #main-navbar li.active > a::after {
  display:none;
}

@media(max-width:991px){
  .menubar #main-navbar li.active > a, .menubar #main-navbar li.active {
    background-color:#deac59;
    color:#fff;
  }
}


.menubar .navbar-nav > .open > a, .menubar .navbar-nav > .open > a:focus, .menubar .navbar-nav > .open > a:hover {
  background-color:#deac59;
  color:#fff;
}

.menubar #main-navbar > ul.navbar-nav > li > i.fa {
  display: none;
}

@media(max-width:991px){
  .menubar #main-navbar > ul > li::after {
    display:none;
  }

  .menubar #main-navbar > ul.navbar-nav > li > a {
    display: block;
    font-size:14px;
    color: #fff;
    padding: 10px 10px;
    width:86%;
    margin:0;
  }

  .menubar #main-navbar > ul.navbar-nav > li > i.fa {
    display: block;
    float:right;
    color:#fff;
    font-size: 20px;
    padding:10px;
    cursor: pointer;
    width:14%;
  }

  .menubar #main-navbar > ul.navbar-nav > li .caret {
    display: none;
  }

  .menubar #main-navbar > ul.navbar-nav > li.open > i.fa {
    background-color: #222;
  }
}

.menubar #main-navbar .dropdown-menu {
  margin:0;
  background-color: #deac59;
}

.menubar #main-navbar .dropdown-menu li {
  border-bottom: 1px dotted #5d5d5d;
  position: relative;
}

@media(max-width:767px){
  .menubar #main-navbar .dropdown-menu li {
    border-bottom: 1px solid #deac59;
  }
}

.menubar #main-navbar .dropdown-menu ul li:last-child {
  border-bottom:none !important;
}

.menubar #main-navbar .dropdown-menu li a {
  padding: 8px 15px;
  text-transform: none;
  color: #fff;
  font-size: 13px;
  /*font-family: 'AvenirNext';*/
}

@media(max-width:991px){
  .menubar #main-navbar .dropdown-menu li a {
    padding:8px 10px 8px 25px;
    display: block;
  }

  .menubar #main-navbar .dropdown-menu li ul a {
    padding-left:40px;
  }

}

.menubar #main-navbar .dropdown-menu li.active a {

}

.menubar .dropdown-menu > li > a:focus, .menubar .dropdown-menu > li > a:hover {
  background-color:#01587d;
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.menubar #main-navbar .fa-home {
  /*transform:scale(1.8);
  -webkit-transform:scale(1.8);
  -moz-transform:scale(1.8);
  -ms-transform:scale(1.8);
  -o-transform:scale(1.8);*/
}


@media screen and (min-width: 992px){

  .menubar #main-navbar .dropdown-menu {
    background-color: #2d2d2dcc;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);

    padding: 0;
    border: 1px solid #2d2d2d;
    min-width: 250px;
    left:0;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .menubar #main-navbar .dropdown-menu li a {
    color:#fff;
  }

  .menubar #main-navbar .dropdown-menu li.active > a {
    color: #fff;
    background: #3d3d3d;
  }

  .menubar #main-navbar .dropdown-menu li:hover > a,
  .menubar #main-navbar .dropdown-menu li a:focus {
    color:#fff;
    background: #3d3d3d;
    padding-left: 10px;
  }

  .menubar #main-navbar .productmenu li a:hover {
    background-color:transparent;
    color:#fff;
  }

  .menubar #main-navbar .productmenu {
    position: static;
  }

  .menubar #main-navbar .productmenu .dropdown-menu > li > a {
    text-transform: uppercase;
    /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
    padding:10px 0;
    margin:0;
  }

  .menubar #main-navbar .productmenu .dropdown-menu > li.active > a {
    background-color: transparent;
  }

  .menubar #main-navbar .columns{
    border-top: 1px solid #deac59;
    padding:15px 0;
    z-index: 200;
  }

  .menubar #main-navbar .columns > li {
    float:left;
    width:25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px;
  }

  .menubar #main-navbar .columns > li ul {
    padding:10px 0 10px 15px;
  }

  .menubar #main-navbar .columns > li ul li a {
    padding:2px 5px;
    display: block;
  }

}

.dimbackground {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}


/* BEGIN: navbar slide from left */
@media screen and (max-width: 991px) {
  body{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
  }
  body.out{
    left:260px;
  }
  .side-collapse {
    top:0;
    bottom:0;
    left:0;
    width:260px;
    position:fixed;
    overflow:scroll;
    transition:width .4s;
    -webkit-transition: width .4s;
    -moz-transition: width .4s;
    -ms-transition: width .4s;
    -o-transition: width .4s;
    box-shadow: 6px 4px 12px #383838;
    z-index: 999;
    background-color: #deac59;
  }
  .navbar-fixed-top .side-collapse {
    top:50px;
    z-index: 9999;
    background-color: #deac59;
  }

  .side-collapse.in {
    width:0;
    overflow:hidden;
  }
}
/* END: navbar slide from left */

/* BEGIN: Change navbar bootstrap collapse */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
      padding-left: 0;
      padding-right:0;
      background-color: #deac59;
  }

  .navbar-fixed-top .navbar-header {
    margin:0 5px;
    padding-left: 0;
    padding-right:0;
  }

  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      margin-right: 0;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      box-shadow: 1px 2px 3px #888;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin:10px 0;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
/* END: Change navbar bootstrap collapse */

.menubar .social-icon ul, .menubar .language-icon ul {
  list-style:none;
  text-align:right;
  margin-top:10px;
  padding:0;
}

.menubar .social-icon ul li, .menubar .language-icon ul li  {
  display:inline-block;
  margin-left:10px;
}

.menubar .social-icon ul li a {
  color:#fff;
  font-size:20px;
  margin-right:8px;
  border:1px solid #fff;
  border-radius:5px;
  display:inline-block;
  width:30px;
  height:30px;
  text-align:center;
}

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

.language {
  font-size:14px;
  position: relative;
  color:#000;
}

.logotop .language {
  background-color:transparent;
  color:#000;
  margin: 5px 0;
  padding:0;
}

.language ul {
  list-style:none;
  display:inline;
  padding:0;
}

.language ul li {
  display:inline-block;
  margin-left:5px;
}

.carousel-control {
  width:10%;
}

.carousel-control .glyphicon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 4px;
}

#noticebar .container {
  padding-bottom: 20px;
}

#noticebar .notice-wrapper {
  min-height: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#noticebar .item {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  padding: 13px;
  line-height: 64px;
  text-align: center;
}

@media(max-width:767px){
  #noticebar .notice-wrapper {
    min-height: 45px;
  }

  #noticebar .item {
    font-size:15px;
    line-height: 32px;
    padding: 5px;
  }
}

#noticebar .item p {
  margin:0;
  padding:0;
}


#slide::after {
  display: block;
  content:'';
  height:15px;
  width:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0761e+0,f6d887+31,c0761e+57,f6d887+78,c0761e+100 */
  background: rgb(192,118,30); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(192,118,30,1) 0%, rgba(246,216,135,1) 31%, rgba(192,118,30,1) 57%, rgba(246,216,135,1) 78%, rgba(192,118,30,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0761e', endColorstr='#c0761e',GradientType=1 ); /* IE6-9 */
}

#slide img {
  width:100%;
}

#slide .carousel-caption {
  width:50%;
  border-radius: 10px;
  padding:30px 0;
  top:50%;
  bottom:auto;
  left:10%;
  right:10%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  text-align: center;
}

#slide .carousel-caption .carousel-container {
  width:225px;
  margin: auto;
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  position: relative;
}

#slide .carousel-caption .carousel-container::before {
  position: absolute;
  top:-10px;
  left:-10px;
  right:-10px;
  bottom:-10px;
  background-color: rgba(255,255,255,0.6);
  content:'';
  display: block;
  border: 1px solid #000;
  z-index: -1;
}

#slide .carousel-caption .carousel-title strong {
  font-weight: 300;
  text-transform: uppercase;
  color:#fff;
  display: block;
  font-size:22px;

}

#slide .carousel-caption .carousel-title {
  font-size: 39px;
  padding:0 0 12px 0;
  text-align:left;
  color:#deac59;
  text-shadow: none;
  font-family: 'UTMAmericanaBEx', 'Roboto', sans-serif;
  line-height: 1.2;
  text-align: center;
}

#slide .carousel-caption .carousel-description {
  line-height: 1.6;
  overflow:hidden;
  text-align:center;
  color:#000;
  text-shadow: none;
  font-weight:400;
  height: 65px;
  overflow: hidden;
  max-width:540px;
}

#slide .carousel-caption .view-more-home {
  text-align: center;
  display: block;
  margin:40px 0 10px 0;
}

.view-more-home a {
  background-color:#deac59;
  color:#fff;
  font-weight:bold;
  border-radius:0;
  text-transform: uppercase;
  padding:12px 18px;
  text-shadow: none;
  z-index: 10;
}

.view-more-home a:hover {
  background-color:#e8890c;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
}

#slide .carousel-caption .view-more-home a {
  background-color:#deac59;
  color:#fff;
  padding:8px 22px;
  font-weight: 700;
}

@media screen and (min-width:0px) and (max-width:767px) {
  #slide .carousel-caption {
    padding:5px 10px;
    top:50%;
    width:80%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  #slide .carousel-caption > div{
    visibility: visible !important;
  }

  #slide .carousel-caption .carousel-container {
    padding:5px;
  }

  #slide .carousel-caption .carousel-title {
    padding:2px 0;
    font-size:12px;
  }

  #slide .carousel-caption .carousel-title strong {
    font-size:18px;
    display: none;
  }

  #slide .carousel-caption .carousel-description {
    font-size:11px;
  }

  .carousel-control .glyphicon {
    background-color:transparent;
  }

  #slide .carousel-caption .view-more-home {
    display: none;
  }
}

@media(min-width:768px) and (max-width:991px){
  #slide .carousel-caption .carousel-title {
    padding:2px 0;
    font-size:14px;
  }

  #slide .carousel-caption .carousel-description {
    font-size:13px;
  }
}

#slide .carousel-control {
  background:none;
}

#slide .carousel-indicators li {
  border:none;
  background-color: #6b6b6b;
}

#slide .carousel-indicators li.active {
  border:none;
  background-color:#222;
}

#slide .slide-container {
  margin-bottom: 15px;
}

@media(min-width:768px) {
  #slide .slide-container {
    padding-right:10px;
  }

  #slide .banner-img {
    padding-left: 6px;
  }
}

#slide .link-img {
  margin-bottom: 20px;
}

#slide .banner-bottom > div {
  margin-bottom: 15px;
}

@media(min-width:768px){
  #slide .banner-bottom > div:first-child {
    padding-right: 8px;
  }

  #slide .banner-bottom > div:last-child {
    padding-left: 8px;
  }
}


#topbanner {
  height:430px;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
}

@media(max-width:767px){
  #topbanner {
    height:150px;
  }
}

#infoshop {
  margin:0;
  background-image: url('images/back-number.jpg');
  background-size: covert;
  background-position: center center;
  padding-bottom:20px;
}

#infoshop h2 {
  text-align: left;
  font-size: 28px;
  font-family: 'AvenirNext';
  font-weight: bold;
  padding:14px 0;
}

#infoshop .title-info {
  margin-bottom:20px;
}

#infoshop .title-info::after {
  width:75px;
  border-top:1px solid #0077a9;
  content:'';
  display: none;
  margin: 0 auto;
}

#infoshop .site-consult {
  text-align:center;
  margin:15px 0 25px 0;
  font-weight:400;
}

#infoshop .infobox {
  width:100%;
  text-align: center;
  margin-bottom:30px;
}

#infoshop .infobox .img-box {
  width:100%;
  overflow:hidden;
  height:170px;
  position: relative;
}

#infoshop .infobox .number {
  color:#222;
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:50px;
}

#infoshop .infobox .title {
  font-family: 'AvenirNextRegular';
  font-size:22px;
  text-transform: uppercase;
  margin-top:5px;
}


.headerbox {
  padding:15px 0 30px 0;
  text-align: center;
  position: relative;
}

.headerbox h2 {
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-size: 32px;
  padding: 0 15px;
  color: #ecc264;
  position: relative;
  line-height: 1.5;
  font-weight: normal;
}

.headerbox h2 span {
  display: block;
  color:#fff;
  font-size:17px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}

/*
.headerbox h2::after {
  min-width:315px;
  content:'';
  display: block;
  z-index: 0;
  border-bottom:2px dotted #000;
  margin-top:22px;
}

.headerbox h2::before {
  position: absolute;
  bottom:0;
  content:'\2022 \2022 \2022';
  color:#deac59;
  display: block;
  left:50%;
  line-height: 10px;
  padding:0 10px;
  background-color: #fff;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
} */



#introshop {
  padding:50px 0 20px 0;
}

#introshop .introcontent {
  background-color:#9e0b0f;
  border: 2px solid #cccccc;
  box-shadow: 3px 3px 12px #787878;
  position: relative;
  z-index: 5;
}

#introshop .col-intro {
  position: relative;
  padding: 20px 0;
  min-height: 520px;
  border-right: 2px solid #cccccc;
}

#introshop .col-intro::before {
  position: absolute;
  content:'';
  top:25px;
  left:25px;
  bottom:25px;
  right:25px;
  border:3px solid #ffcb05;
  border-radius: 5px;
  box-shadow: 3px 3px 16px #363636, inset 0 0 10px #363636;
}

#introshop .introbox {
  color:#fff;
  padding:80px 60px;
}

#introshop .introbox .title-box {
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  font-size:24px;
  margin:0 0 20px 0;
  text-transform: uppercase;
  line-height: 1.8;
}

#introshop .introbox .title-box span {
  display: block;
  font-family: 'Roboto', sans-serif;
  margin-left: 25px;
  text-transform: none;
  font-size:18px;
  font-weight: 400;
}

#introshop .introbox .title-box span::before {
  content:"\f054";
  display: inline-block;
  background-color:#a6ae60;
  width:25px;
  height:25px;
  text-align: center;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 25px;
  font-size: 12px;
  margin-right: 10px;
}

#introshop .intro-content {
  font-size: 14px;
}

#introshop .img-box {
  width:100%;
  height:350px;
  position: relative;
  overflow: hidden;
}

#introshop .img-box img {
  margin:0;
  min-width:100%;
  min-height:100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
}

#introshop .productbox {
  background-color: #fff;
  padding:25px 15px;
  height: 170px;
  overflow: hidden;
}

#introshop .productbox .title-product {
  margin:0;
  font-size:14px;
  text-transform: uppercase;
  font-weight: normal;
}

#introshop .productbox .title-product::before {
  content:'';
  display: inline-block;
  background-color: #9e0b0f;
  height:12px;
  width:40px;
  margin-right: 10px;
}

#introshop .productbox .product-name {
  margin:15px 0 8px 55px;
  font-size:14px;
  font-weight: normal;
}

#introshop .productbox .product-name span {
  font-weight: bold;
  color:#a7af5f;
  font-size:25px;
  margin-left: 5px;
}

#introshop .productbox .product-content {
  margin:0 0 0 95px;
  font-size:14px;
}

@media(max-width:767px) {
  #introshop {
    padding:15px 0;
  }

  #introshop .introbox {
    padding:30px 60px;
  }

  #introshop .col-intro {
    min-height: auto;
  }
}

@media(max-width:991px){

}

@media(min-width:992px) {
  #introshop .row {
    margin:0;
  }

  #introshop .row > * {
    padding:0;
  }
}

#productshop {
  position: relative;
  padding:20px 0 0 0;
}

#productshop::before {
  background-image:url('images/backproduct.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  content:'';
  position: absolute;
  top:-200px;
  bottom:300px;
  left:0;
  right:0;
  width:100%;
  display: block;
}

#productshop .owl-producthome,
#productshop .producthome {
  /* border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; */
  margin-top:15px;
}

#productshop .owl-catbanner {
  margin-bottom: 25px;
  margin-top: 10px;
}

#productshop .producthome::after {
  content:'';
  display: block;
  clear:both;
}

#productshop .featureproduct {
  margin:0 0 20px 0;
}

#productshop .featureproduct .headerbox h2 {

}

#productshop .cat-row {
  margin-bottom: 40px;
  background-color: #deac59;
}

#productshop .cat-row .cat-title {
  background-color: #6b0329;
  padding:8px 10px 8px 20px;
  border-bottom: 2px solid #6b0329;
  border-right: 2px solid #6b0329;
  font-family: 'UTMAlexander', 'Roboto', sans-serif;
}

#productshop .cat-row .cat-title h3 {
  margin:0;
  line-height: 24px;
}

#productshop .cat-row .cat-title a {
  text-transform: uppercase;
  color:#fff;
  font-size:18px;
}

#productshop .cat-row .cat-child {

}

#productshop .cat-row .cat-child ul {
  list-style: none;
  margin:0;
  padding:5px 15px;
  text-transform: uppercase;
  font-size: 14px;
}

#productshop .cat-row .cat-child ul li {
  font-family: "Open Sans", sans-serif;
  padding:10px 10px;
  border-bottom: 2px solid #810734;
}

#productshop .cat-row .cat-child ul li:last-child {
  border-bottom: none;
}

#productshop .cat-row .cat-child ul li a {
  color:#fff;
}

#productshop .cat-row .col-products .nav-pills {
  font-size:16px;
  padding-left: 5px;
  border-bottom: 3px solid #deac59;
  line-height: 22px;
  background-color: #deac59;
}

#productshop .cat-row .col-products .nav-pills > li {
  position: relative;
}

#productshop .cat-row .col-products .nav-pills > li.right-item {
  float:right;
  font-style:italic;
  font-size:13px;
}

#productshop .cat-row .col-products .nav-pills > li > a {
  padding-left: 20px;
  padding-right:20px;
  color: #fff;
}

#productshop .cat-row .col-products .nav-pills > li > a:hover {
  background-color: transparent;
}

@media(max-width:767px){
  #productshop .cat-row .col-products .nav-pills {
    font-size:14px;
  }

  #productshop .cat-row .col-products .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#productshop .cat-row .col-products .nav-pills > li.active > a,
#productshop .cat-row .col-products .nav-pills > li.active > a:focus,
#productshop .cat-row .col-products .nav-pills > li.active > a:hover {
  background-color: transparent;
  color:#fff;
  position: relative;
}

#productshop .cat-row .col-products .nav-pills > li.active::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left:50%;
  bottom:0;
  content:'';
  display: block;
}


@media(min-width:1200px){
  #productshop {

  }

  #productshop .cat-row {
    margin-left: 0;
    margin-right: 0;
  }

  #productshop .cat-row > div {
    padding-left: 0;
    padding-right: 0;
  }

  #productshop .cat-row .col-category {
    width:230px;
  }

  #productshop .cat-row .col-products {
    width:calc(100% - 230px);
  }

  #productshop .producthome {
    position: relative;
  }
}

#productshop .bannercat {
  float:left;
  width:40%;
  height: 307px;
}

#productshop .bannercat img {
  width:100%;
  height:100%;
}

#productshop .infobox {
  width:100%;
  text-align: center;
  /* margin-bottom:20px; */
  /* padding: 0 18px; */
  position: relative;
}

#productshop .nav-container {
  text-align: center;
  margin-bottom: 40px;
}

#productshop .nav-cat {
  display: inline-block;
  border-bottom: 2px solid #ecc264;
}

#productshop .nav-cat::after {
  content:'';
  display: block;
  clear:both;
}

#productshop .nav-pills > li + li {
  margin-left: 0;
}

#productshop .nav > li > a {
  color:#fff;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  border-radius: 0;
  border-bottom: 2px solid #ecc264;
  padding: 15px 22px;
  font-size:15px;
}

#productshop .nav > li > a:focus,
#productshop .nav > li > a:hover {
  background-color: transparent;
  color:#fff;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
}

#productshop .nav-pills > li.active > a,
#productshop .nav-pills > li.active > a:focus,
#productshop .nav-pills > li.active > a:hover {
  background-color: transparent;
  color:#fff;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  border-bottom: 2px solid #620000;
}



@media(max-width:767px){

  #productshop .nav > li > a {
    padding:10px 10px;
    font-size: 12px;
  }

}

@media(min-width:768px) and (max-width:991px){
  #productshop .infobox {
    width:33.333333333%;
  }

  #productshop .bannercat {
    width:100%;
    height:auto;
  }
}

@media(min-width:992px){
  #productshop .infobox {

  }

  #productshop .owl-carousel .infobox {
    width:100%;
    padding: 0 15px;
  }

}

#productshop .infobox .img-box {
  width:100%;
  overflow:hidden;
  height: 160px;
  position: relative;
}

#productshop .infobox::before {
  position: absolute;
  background-image:url('images/decor.png');
  background-repeat: no-repeat;
  background-size:77% 100%;
  background-position: top center;
  content:'';
  display: block;
  left:0;
  right:0;
  top:0;
  height:118px;
}

#productshop .infobox .img-box .badge {
  position: absolute;
  background-color: #deac59;
  color:#fff;
  padding:3px 13px;
  top:5px;
  left:5px;
  z-index: 5;
  border-radius: 0;
  font-weight: normal;
}

#productshop .infobox .img-box .badge.hot {
  background-color: #f26522;
}

#productshop .infobox img {

  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  z-index:1;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  max-height: 100%;
  width:auto;
}

#productshop .infobox .cat-box {
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 15px 12px;
  text-align: left;
  position: relative;
  top: -45px;
  z-index: 5;
}

#productshop .infobox .cat-box .cat-title {
  margin-bottom: 14px;
  position: relative;
  z-index: 4;
}

#productshop .infobox .cat-box .cat-title::before {
  border-left: 3px solid #deac59;
  content: '';
  display: inline-block;
  width: 2px;
  height: 19px;
  vertical-align: top;
  margin-right: 9px;
  margin-top: 2px;
}


#productshop .infobox .cat-box .cat-title a {
  color:#000;
  font-size:16px;
  font-weight: 500;
}

#productshop .infobox .cat-box .cat-description {
  color:#8c8c8c;
  font-weight: 400;
  font-size:12px;
  position: relative;
  z-index: 4;
  height: 60px;
  overflow: hidden;
}

@media(max-width:991px){
  #productshop .infobox img {
    height: auto;
  }
}

#productshop .infobox:hover img {
  transform: translate(-50%, -50%) scale(1.066);
  -webkit-transform: translate(-50%, -50%) scale(1.066);
  -moz-transform: translate(-50%, -50%) scale(1.066);
  -o-transform: translate(-50%, -50%) scale(1.066);
  -ms-transform: translate(-50%, -50%) scale(1.066);
}

#productshop .infobox .title-content, .col-product .title-content {
  margin-top:15px;
  padding-bottom: 15px;
  text-align: left;
}

#productshop .infobox .title-content h2, .col-product .title-content h2 {
  margin:0;
}

#productshop .infobox .title-content::after, .col-product .title-content::after {
  content:'';
  clear:both;
  display: block;
}

#productshop .infobox a.title-box, .col-product a.title-box {
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: none;
  font-weight: normal;
  height: 22px;
  position: relative;
  line-height: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

#productshop .infobox a.title-box {
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  color:#9e0b0f;
  font-size:14px;
}

#productshop .infobox .info-description {
  line-height:1.5;
  text-align: center;
  height:40px;
  overflow: hidden;
  font-size:14px;
}

#productshop .infobox .price-box, .col-product .price-box {
  font-size: 18px;
  line-height: 20px;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
}

#productshop .infobox .net, .col-product .net {
  text-align: center;
  color:#888;
  font-size:12px;
  margin:5px 0 8px 0;
  height: 15px;
}

#productshop .infobox .cat-title a, .col-product .cat-title a {
  color:#deac59;
  font-size:13px;
  height: 20px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

#productshop .infobox .price-box span, .col-product .price-box span {

}

#productshop .add-cart, .col-product .add-cart {
  text-align: center;
  margin:20px 0 15px 0;
}

#productshop .add-cart a, .col-product .add-cart a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: #757575;
}

#productshop .add-cart a:hover, .col-product .add-cart a:hover {
  background-color: #deac59;
}

#productshop .view-more {
  margin:10px 0;
  text-align: center;
}

#productshop .view-more a {
  font-size:13px;
  padding:5px 25px 8px 25px;
  display: inline-block;
  z-index: 5;
  position: relative;
  color:#9e0b0f;
  font-weight: bold;
  font-style:italic;
}

#productshop .view-more a::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  color:#000;
  margin-left: 8px;
  font-size:9px;
}

#productshop .view-all {
  text-align: center;
  margin-bottom: 40px;
}

#productshop .view-all a {
  font-size:14px;
  padding:12px 15px;
  display: inline-block;
  z-index: 5;
  position: relative;
  color:#9e0b0f;
  font-style:italic;
  text-transform: uppercase;
  border: 1px solid #ecc264;
  border-radius: 5px;
}


@media(max-width:767px) {

}

#supportbox {
  background-color: #f4f4f4;
}

#supportbox .container {
  margin:0 auto;
}

#supportbox .titlebox {
  text-align: center;
}

#supportbox .titlebox h3 {
  color:#d44291;
  font-weight: 500;
  font-size:24px;
  margin:30px 0 12px 0;
}

#supportbox .titlebox .slogan {
  font-size:14px;
  margin-bottom: 15px;
}

#supportbox .col-support {
  padding-top:25px;
  padding-bottom:25px;
}

#supportbox .owl-feedback {
  max-width:800px;
  margin:0 auto 50px auto;
}

#supportbox .owl-theme .owl-dots {
  text-align: left;
  padding-left: 115px;
  margin-top: -15px;
}

#supportbox .img-box {
  float:left;
  width:100px;
  height:100px;
}

#supportbox .img-box img {
  max-width:100%;
  max-height:100%;
}

#supportbox .contact-box {
  margin-left: 121px;
  margin-top: 18px;
  color: #000;
}

#supportbox .contact-box p {
  margin-bottom: 2px;
}

#supportbox .contact-box .name {
  font-weight: 600;
  font-size:16px;
  color:#000;
}

#supportbox .owl-theme .owl-dots .owl-dot.active span,
#supportbox .owl-theme .owl-dots .owl-dot:hover span {
  background: #d44291;
}

@media(max-width:767px){
  #supportbox .contact-box {
    margin-top: 0;
  }
}


#newshome {
  padding-top: 300px;
  padding-bottom:100px;
  background-color: #ecc264;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  background-image:url('images/backvideo.jpg');
}

#newshome .owl-carousel .owl-prev {
  left:-35px;
}

#newshome .owl-carousel .owl-next {
  right:-35px;
}

#newshome .newsbox-container {
  border:1px solid #9a6c04;
  padding:15px;
}

#newshome .owl-newsbox {
  background-color: #9d1c00;
  padding: 15px 20px;
  box-shadow: 2px 2px 7px #747474;
}

#newshome .titlenews {
  text-align: center;
}

#newshome .titlenews h3 {
  font-weight: bold;
  color:#000;
  font-size:24px;
  margin:15px 0 30px 0;
  font-family: 'Open Sans', 'Roboto', sans-serif;
  text-transform: uppercase;
}

#newshome .titlenews h3::before,
#newshome .titlenews h3::after {
  width:70px;
  height:30px;
  display: inline-block;
  margin:0 20px;
  content:'';
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#newshome .titlenews h3::before {
  background-image:url('images/decor-left.png');
}

#newshome .titlenews h3::after {
  background-image:url('images/decor-right.png');
}

#newshome .titlenews .slogan {
  font-size:15px;
  margin:10px 0 30px 0;
}

#newshome .col-news {

}

#newshome .img-box {
  overflow: hidden;
  position: relative;
  height: 200px;
  width: 100%;
  margin: auto;
}

#newshome .img-box a {
  display: block;
  width:100%;
  height: 100%;
}

#newshome .img-box a::after {
  position: absolute;
  top:50%;
  left:50%;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f144";
  opacity: 0.5;
  color:#fff;
  font-size:42px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#newshome .img-box img {
  height:100%;
  width: 100%;
  max-width: none;
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  top:50%;
  left: 50%;
}

#newshome .news-box {
  background-color: #ffffff;
  padding:15px 0;
  text-align: center;
}

#newshome .title-info {
  position: relative;
}

#newshome .title-info a {
  font-size: 15px;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  line-height: 1.4;
  height: 42px;
  overflow: hidden;
  display: block;
}

#newshome .description {
  margin: 10px 0 5px 0;
  font-size:14px;
  position: relative;
  color: #000;
  height:70px;
  overflow: hidden;
}

@media(max-width:991px){
  #newshome {
    padding:25px 0;
  }
}

#newshome .first-news {
  position: relative;
  margin: auto;
}

#newshome .first-news .title-news {
  margin-left: 35%;
}

#newshome .first-news .catname.blue {
  background-color: #176599;
}

#newshome .first-news .title {
  font-size: 17px;
  margin: 0 0 10px 0;
  line-height: 1.3;
  font-weight: 600;
  display: block;
}

#newshome .first-news .title a {
  color:#444444;
  display: block;
}

#newshome .first-news .title a:hover {
  color:#eb2525;
}

#newshome .first-news a {
  overflow: hidden;
}

#newshome .time-posted {
  font-size:13px;
  display:block;
  margin: 4px 0;
  position: relative;
  font-style: italic;
  text-align: right;
}

#newshome .first-news::after {
  clear:both;
  content:'';
  display:block;
}

#newshome .view-more {
  text-align:right;
  padding-left: 10px;
  margin-top: 25px;
  position: relative;
}

#newshome .view-more a {
  color: #deac59;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 5px 10px;
}

#newshome .view-more a:hover {
  background-color: #deac59;
  color: #fff;
}



#worldmap {
  background-color: #94b3e2;
}

#worldmap::before {
    display: block;
    content: '';
    height: 5px;
    width: 100%;
    background: rgb(192,118,30);
    background: -moz-linear-gradient(left, rgba(192,118,30,1) 0%, rgba(246,216,135,1) 31%, rgba(192,118,30,1) 57%, rgba(246,216,135,1) 78%, rgba(192,118,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%);
    background: linear-gradient(to right, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0761e', endColorstr='#c0761e',GradientType=1 );
}

#worldmap #mapbox {
  position: relative;
  width: 100%;
  height: 600px;
}

#worldmap .mapouter {
  position: relative;
}

#worldmap .titlebox {
  position: absolute;
  left:0;
  bottom:50px;
  color:#fff;
  max-width: 200px;
  font-size:14px;
}

#worldmap .headbox {
  font-weight: bold;
  margin:0 0 10px 0;
  line-height: 1.5;
  font-size:15px;
}

#worldmap .flagbox {

}

#worldmap .flagbox ul {
  list-style: none;
  padding:0;
  margin:0;
  position: absolute;
  top:25px;
}

#worldmap .flagbox .flagleft {
  left: -35px;
}

#worldmap .flagbox .flagright {
  right:-35px;
}

#worldmap .flagbox ul li {
  margin:0 0 12px 0;
}

#worldmap .zoombutton {
  margin:15px 0;
}

#worldmap .zoom-button {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
  background: #515151;
  font-size: 16px;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

#worldmap #zoom-info {
  display: inline-block;
  padding: 10px;
}

@media(max-width:991px) {
  #worldmap #mapbox {
    height:400px;
  }

  #worldmap .titlebox {
    position: relative;
    left: auto;
    bottom:auto;
    max-width: none;
    text-align: center;
    padding:15px 0 0 0;
  }

  #worldmap .flagbox {
    text-align: center;
  }

  #worldmap .flagbox ul {
    position: relative;
    display: inline-block;
    top:auto;
  }

  #worldmap .flagbox .flagleft {
    left: auto;
  }

  #worldmap .flagbox .flagright {
    right:auto;
  }

  #worldmap .flagbox ul li {
    margin:0 10px 12px 0;
    display: inline-block;
  }
}

#bannerintro {
  padding: 0 0 25px 0;
}

#bannerintro .boxsquare {
  text-align: center;
  margin-bottom: 15px;
}

#bannerintro .introbox {
  position: relative;
  min-height: 120px;
  padding: 50px 0;
  margin:0;
  color:#000;
  border-radius: 3px;
  background-color: #ebebeb;
  text-align: center;
}

#bannerintro .title-box {
  margin:0 auto;
  margin-bottom: 10px;
  position: relative;

  display: block;
}

#bannerintro .title-box img {

}

#bannerintro .intro-content {
  color:#000;
  position: relative;
  text-align: center;
}

#bannerintro .intro-content .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  position: relative;
}

#bannerintro .intro-content .title a {
  color:#000;
}

#bannerintro .intro-content {
  padding:10px 10px;
}

@media(min-width:992px){
  #bannerintro .intro-content {
    overflow: hidden;
  }
}

#bannerintro .intro-content p {
  display: inline;
}

@media(max-width:767px) {
  #bannerintro .introbox {
    padding:15px 0;
  }
}


#aboutus {
  background-color:#fcecca;
  position: relative;
  background-repeat: no-repeat;
  background-image:url('images/denlong.png');
  background-position: top right;
  padding:100px 0 20px 0;
  margin-top: -100px;
}

#aboutus .about-box {
  position: relative;
  padding: 210px 0 0 0;
}

#aboutus .step-box {
  background-image:url('images/step-circle.png');
  background-repeat: no-repeat;
  position: absolute;
  top:-90px;
  width:855px;
  height: 464px;
  margin: auto;
  left:50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

#aboutus .title-about {
  padding: 15px 0;
}

#aboutus .img-box {
  position: relative;
  text-align: center;
}

#aboutus .img-box img {
  max-width: 100%;
}

#aboutus .item {
  max-width: 200px;
}

#aboutus .item .title-box a {
  color:#600b0c;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-transform: uppercase;
}

#aboutus .item .brief-box {
  margin:5px 0;
}


@media(min-width:992px){
  #aboutus {
    height: 650px;
  }
}

@media(min-width:992px){
  #aboutus .item {
    position: absolute;
  }

  #aboutus .step1 {
    left:-3%;
    top:56%;
  }

  #aboutus .step2 {
    left: 3%;
    top: 26%;
  }

  #aboutus .step3 {
    left: 42%;
    top: 4%;
    text-align: center;
  }

  #aboutus .step4 {
    right: 5%;
    top: 26%;
    text-align: right;
  }

  #aboutus .step5 {
    right: -3%;
    top:56%;
    max-width: 160px;
  }
}

@media(max-width:991px) {
  #aboutus {
    padding:20px 0;
    margin-top:0;
  }

  #aboutus .about-box {
    padding:20px 0;
  }

  #aboutus .step-box {
    display: none;
  }

  #aboutus .step-list {
    margin:15px 0;
  }

  #aboutus .item {
    float:left;
    width:50%;
    max-width: none;
    margin:15px 0;
    padding:0 15px;
  }

  #aboutus .step-number {
    float:left;
    width:30px;
    height:30px;
    border-radius: 50%;
    background-color: #5f090b;
    color:#ecc264;
    font-family: 'UTMAvoBold', 'Roboto', sans-serif;
    text-align: center;
    line-height: 26px;
    font-size:15px;
    margin:10px 15px 0 0;
  }
}

@media(max-width:767px) {
  #aboutus .item {
    float:none;
    width:100%;
  }
}

#projectus {
  text-align: center;
  padding:30px 0;
}

#projectus .title-info h2 {
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:32px;
  margin:20px 0;
}

#projectus .title-info .description {
  font-size:17px;
}

#projectus .project-list {
  margin:25px 0;
}

#projectus .project-list a {
  font-weight:bold;
  font-size:18px;
  margin-top:15px;
  text-transform: uppercase;

  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

#projectus .project-list img:hover {
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

#projectus .project-list h4  {
  z-index: 20;
  margin-top: 18px;
}

#projectus .project-list .item {
  padding-top:10px;
}

@media(min-width:992px){
  #projectus .title-info .description {
    width:60%;
    margin: 0 auto;
  }
}

#projectus .owl-nav .owl-prev, #projectus .owl-nav .owl-next {
  font-size:32px !important;
}

#projectus .owl-carousel .owl-next {
  right:0;
}

#material {
  padding:20px 0 20px 0;
  margin:0 0 0 0;
}

#material .listbox {
  background-color: #620000;
  border-radius: 11px;
  background-image:url('images/backpart.jpg');
  background-size:cover;
  padding: 25px 0;
  position: relative;
  z-index: 5;
}

#material .listbox::after {
  content:'';
  display: block;
  clear:both;
}

#material .container {

}

#material .item {
  position: relative;
  float:left;
  width:20%;
  display: block;
  height:140px;
}

#material .col-icon {
  text-align: center;
  padding: 35px 15px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  top:0;
  bottom:0;
  background-color: transparent;
  border:none;
  margin:0 15px;
  position: absolute;
}

#material .item:hover .col-icon {
  /* position: absolute; */
  top:-40px;
  bottom:-40px;
  left:0;
  right:0;
  background-color: #620000;
  border:1px solid #ecc264;
  border-radius: 5px;
  box-shadow: 0 0 5px #000;
}

#material .col-icon .img-box {
  padding: 0 20px 15px 20px;
}

#material .col-icon .img-box img {
  width:40px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#material .item:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}


#material .col-icon .title-box a {
  color:#ecc264;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:15px;
}

#material .col-icon .brief-box {
  margin-top:10px;
  font-size:14px;
  line-height: 1.6;
  /* height:50px; */
  height:0;
  overflow: hidden;
  color:#fff;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#material .item:hover .brief-box {
  height:50px;
}

#material .col-icon .view-more {
  margin:10px 0;
  display: none;
}

#material .item:hover .view-more {
  display: block;
}

#material .col-icon .view-more a {
  color:#e4b75e;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline !important;
}

@media(max-width:991px) {
  #material .item {
    width:50%;
  }
}

#officebox {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  background-image: url('images/backnews.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

#officebox .owl-office {
  margin-bottom: 25px;
}

#officebox .titlebox {
  text-align: center;
  margin-bottom: 25px;
}

#officebox .titlebox h3 {
  font-weight: bold;
  color: #1274cf;
  font-size: 26px;
  margin: 15px 0 5px 0;
}

#officebox .img-box {
  height:180px;
  margin-bottom: 8px;
  overflow: hidden;
}

#officebox .img-box img {
  height:100%;
}

#officebox .title-box a {
  font-weight: 500;
}

#customer {
  overflow: hidden;
  position: relative;
  margin: 20px 0 40px 0;
}

#customer .container {
  padding:15px 0;
  height:130px;
  position: relative;
  overflow: hidden;
  display: block;
}

#customer .img-box {

}

#customer .item {
  float:left;
  width:150px;
}

#customer .item img {
  height: 70px;
}

#customer #customer-carousel {
  display: block;
  width:100%;
  overflow:hidden;
  margin: 20px 0 0 0;
}

#customer .owl-carousel .owl-prev{left: -40px}
#customer .owl-carousel .owl-next{right: -40px}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@-webkit-keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

#contactshop {
  background-color: #900001;
  color: #fff;
  font-size: 13px;
  padding: 0 0 25px 0;
  background-image:url('images/backfooter.jpg');
  background-repeat: repeat;
  position: relative;
}

#contactshop::before {
    display: block;
    content: '';
    height: 5px;
    width: 100%;
    background: rgb(192,118,30);
    background: -moz-linear-gradient(left, rgba(192,118,30,1) 0%, rgba(246,216,135,1) 31%, rgba(192,118,30,1) 57%, rgba(246,216,135,1) 78%, rgba(192,118,30,1) 100%);
    background: -webkit-linear-gradient(left, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%);
    background: linear-gradient(to right, rgba(192,118,30,1) 0%,rgba(246,216,135,1) 31%,rgba(192,118,30,1) 57%,rgba(246,216,135,1) 78%,rgba(192,118,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0761e', endColorstr='#c0761e',GradientType=1 );
}

@media(max-width:767px){
  #contactshop .row > div {
    padding-bottom: 0px;
  }
}

#contactshop .logo-footer {
  margin:45px 0 15px 0;
  text-align: center;
}

#contactshop .col-subscribe {
  max-width: 650px;
  margin:0 auto 40px auto;
}

#contactshop .col-subscribe .title-subscribe {
  text-align: center;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  font-size:15px;
  color:#ffe17f;
  margin:15px 0;
}

#contactshop .col-subscribe .form-control {
  height:45px;
}

#contactshop .col-subscribe .input-group {
  width:100%;
}

#contactshop .col-subscribe .btn {
  height:45px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffe17f;
  color:#000;
  font-family: 'UTMAvo', 'Roboto', sans-serif;
  border: 1px solid #ffe17f;
}

#contactshop .col-subscribe .result-subscribe {
  text-align: center;
  margin:10px 0 10px 0;
  font-weight: bold;
  font-size:14px;
}

#contactshop .title {
  font-size: 17px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  /* font-family: 'UTMSwiss', 'Roboto', sans-serif; */
  font-weight: bold;
}

#contactshop .title-cat {
  text-transform: capitalize;
  border-bottom: 1px solid #6b0329;
  padding:0 0 10px 0;
}

#contactshop .title img {
  vertical-align: top;
  height:55px;
}

#contactshop .description {
  line-height: 1.5;
  margin:25px 0 0 0;
}

#contactshop .logo-sig {
  margin:15px 0;
}

#contactshop .logo-sig img {
  max-width:100%;
}

#contactshop ul {
  list-style: none;
  padding:0;
  margin:25px 0;
}

#contactshop .col-cat ul {
  margin:10px 0 25px 0;
}

#contactshop  ul.contact-address,
#contactshop .about-content {
  margin:25px 0;
}

#contactshop ul li {
  margin-bottom: 7px;
}

#contactshop  ul.contact-address li {
  margin-bottom: 0;
}


#contactshop ul li i.fa {
  color: #deac59;
  display: inline-block;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 3px;
}

#contactshop ul.contact-address li {
  position: relative;
  display: block;
}

#contactshop ul.contact-address li strong {
  text-transform: uppercase;
  font-weight: 500;
}

#contactshop ul.contact-address li i.fa {
  width:26px;
  display: none;
}

#contactshop ul.contact-social {
  background-color: #eaeaea;
  display: inline-block;
  padding:5px;
  margin: 10px 0;
}

#contactshop ul.contact-social li {
  display: inline-block;
  margin:0;
}

#contactshop ul.contact-social li i.fa {
  color:#fff;
  background-color:#9c9c9c;
  width:26px;
}

#contactshop ul.contact-social li i.fa-facebook {
  background-color:#415a99;
}

#contactshop ul.contact-social li i.fa-youtube {
  background-color:#ca1d20;
}

#contactshop ul.contact-social li i.fa-youtube {
  background-color:#ca1d20;
}

#contactshop ul.contact-social li i.fa-google {
  background-color:#da4735;
}

#contactshop ul.contact-social li i.fa-twitter {
  background-color:#1da1f2;
}


#contactshop ul li a {
  color: #ffe17f;
  line-height: 10px;
}

#contactshop ul li a::before {
  content:'\00bb';
  margin-right: 5px;
  font-size: 15px;
  display: inline;
}

#contactshop ul.news-list li a::before,
#contactshop ul.contact-social li a::before {
  content:'';
  margin-right: 0;
}

#contactshop ul li a:hover {
  color:#ababab;
}

#contactshop .button-more {
  margin-top: 25px;
}

#contactshop .button-more a {
  line-height: 1.5;
  padding:8px 20px;
  background-color:#7a2717;
  color:#fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: 'AvenirNext';
  font-size:12px;
}

#contactshop .email-box {
  margin:20px 0;
  width:60%;
}

#contactshop .email-box input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#contactshop .email-box button {
  background-color: #7a2717;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #7a2717;
  width:40px;
}

#contactshop .topcontact {
  border-top:1px solid #363636;
  padding:30px 0 0 0;
  position: relative;
}

#contactshop .social {
  text-align: center;

  margin:10px 0;
}

#contactshop .social ul {
  padding:0;
  margin:0;
  text-align: center;
}

#contactshop .social ul li {
  display: inline-block;
  margin:0 5px;
}

#contactshop .social ul li a {
  display: inline-block;
  color:#fff;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}

#contactshop .social ul li a::before {
  display: none;
}

#contactshop .social ul li a .fa {
  color:#fff;
  font-size:22px;
  line-height: 42px;
  margin: 0;
}

#contactshop .topcat {
  background-color: #fff;
  color:#000;
}

#contactshop .topcat ul li a {
  color:#000;
}

#contactshop .bottomcontact {
  padding-top:30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #6b0329;
}

#contactshop .title-circle {
  text-align: center;
  margin-bottom: 15px;
}

#contactshop .title-circle i.fa {
  border-radius: 50%;
  border:1px solid #fff;
  color:#fff;
  width:30px;
  height:30px;
  font-size: 18px;
  line-height: 28px;
}

#contactshop .info-box {
  color:#fff;
  text-align: center;
}

#contactshop .info-box a {
  color:#fff;
}

#contactshop .col-bct {
  padding-top:40px;
}

#contactshop .col-bct img {
  width:180px;
}

@media(max-width:767px){
  #contactshop .bottomcontact .row > div {
    margin-bottom: 15px;
  }
}

#contactshop .bottomcontact .title,
#contactshop .bottomcontact .imagelist {
  display: inline;
  margin:0;
  vertical-align: middle;
}

#contactshop .bottomcontact img {
  vertical-align: middle;
  max-width: 100%;
}

@media(min-width:992px){
  #contactshop .title {

  }

  #contactshop .row > div {
    position: relative;
    z-index: 5;
  }

  #contactshop .row > div::after {
    /* position: absolute;
    top:35px;
    bottom:35px;
    content:'';
    width:1px;
    border-right:1px solid #959595;
    left:-10px; */
  }

  #contactshop .row > div:first-child::after {
    display: none;
  }

  #contactshop .row > .col-cat {
    padding-right: 15px;
  }

  #contactshop .row > .col-news {

  }

  #contactshop .row > .col-connect {

  }

  #contactshop .topcontact {
    padding-bottom: 30px;
  }

  #contactshop .footerslogan {
    width:100%;
    height:270px;
    position: absolute;
    bottom:-50px;
    background-image:url('images/footerslogan.png');
    background-repeat: no-repeat;
    background-size:100% auto;
  }
}

#awards {
  padding:30px 0;
}

#awards h2 {
  text-transform: uppercase;
  font-size:22px;
}

#awards h2::after {
  width:75px;
  height: 1px;
  border-top:1px solid #aa1f55;
  content:'';
  display:block;
  margin:15px 0;
}

#awards .description {
  margin-top:20px;
}

.main .col-right {
  padding-left:15px;
}

@media screen and (min-width:0px) and (max-width:768px) {
  .main .col-right {
    padding-left:15px;
  }
}

@media(min-width:1200px){
  .main .col-right {

  }
}


.main ._box {
  margin-bottom:25px;
  width: 100%;
  box-shadow: 0 3px 5px #b4b4b4;
  border-radius: 5px;
  overflow: hidden;
}

.main ._box .box-title {
  background: #deac59 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 12px 15px 10px;
  font-weight: bold;
  text-transform: capitalize;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


@media(max-width:991px){
  .main ._box {
    width: 100%;
    margin-bottom: 5px;
  }

  .main ._box .box-title {
    margin-bottom: 5px;
    border-bottom: none;
  }
}


.main ._box .box-title a {
  display: block;
  color: #fff;
}

.main ._box .box-title a:hover, .main ._box .box-title a:active {
  color: #fff;
}

.main ._box .box-content {
  padding:0;
  /* border: 1px solid #e1e1e1; */

  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

@media(max-width:991px){
  .main ._box .box-content {

  }

  .main ._box.active .box-title {
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 10px;
  }

  .main ._box.active .box-content {
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;

    height: auto;
    overflow: auto;
    padding: 0;
  }
}

.main ._box .owl-carousel {
  padding:5px 18px;
}

.main ._box ul {
  list-style: none;
}



.main .topbanner {
  width:100%;
  background-size: cover;
  height:210px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}

.main .topbanner h1, .main .topbanner h2 {
  margin: 0;
  padding-top:55px;
  color:#faf9da;
  font-family: 'AvenirNext';
  font-weight: bold;
  text-transform: uppercase;
  font-size:38px;
}

.main .topbanner .description {
  color:#fff;
  font-size:16px;
  line-height: 1.5;
  margin-top:20px;
  max-width: 600px;
}

@media(max-width:1199px){
  .main .topbanner {
    height:165px;
  }

  .main .topbanner h1, .main .topbanner h2 {
    padding-top:45px;
    font-size:20px;
  }
}

.main .homeproduct h1 {
  font-family: 'AvenirNext';
  font-size:30px;
  margin:60px 0 60px 0;
  text-transform: uppercase;
  text-align: center;
}

.main .homeproduct .cat-show {
  background-color:#d6e4f2;
  position: relative;

  background-image: url('images/dem.png');
  background-position: -50px 150%;
  background-repeat: no-repeat;

  padding: 10px 0 0 0;
}

.main .homeproduct .cat-show:nth-child(2n+1) {
  background-image: url('images/pillow.png');
  background-position: 110% bottom;
}

.main .homeproduct .cat-show h2 {
  text-align: center;
  margin:15px 0;
}

.main .homeproduct .cat-show h2 a {
  text-transform: uppercase;
  font-family: 'AvenirNext';
  font-size:28px;
  color:#3f3f3f;
}

.main .homeproduct .cat-show .description {
  margin:50px auto 50px auto;
  text-align: center;
  font-size:14px;
  line-height: 1.5;
}

.main .homeproduct .cat-show .image-show {
  position: static;
}

.main .homeproduct .cat-show .image-show img {
  width: 100%;
}

.main .homeproduct .cat-show .view-more-home {
  text-align: center;
  margin-top:70px;
}

@media(min-width:992px){

  .main .homeproduct .cat-show {
    padding: 30px 0 80px 0;
    position: relative;
  }

  .main .homeproduct .cat-show .image-show {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
  }

  .main .homeproduct .cat-show:nth-child(2n+1) .image-show {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
  }

  .main .homeproduct .cat-show .description {
    min-height: 200px;
    width:80%;
  }

  .main .homeproduct .cat-show .image-show img {
    height: 100%;
  }
}

.main .category_box ul {
  list-style:none;
  padding:0;
  margin:0;
}

.main .category_box ul img {
  width:17px;
  height:17px;
  margin-right:15px;
  vertical-align: middle;
}


.main .category_box ul li a {
  font-weight: bold;
  color: #222;
  padding: 8px 15px;
  border-bottom: 1px dashed #eaeaea;
  display: block;
  font-size: 14px;
}

.main .category_box ul li:last-child a {
  border-bottom: none;
}

.main .category_box ul li a:hover {
  text-decoration: none;
  color:#deac59;
}

.main .category_box ul li.active a {
  color: #deac59;
  font-weight:bold;
}

.main .mostview_box ul {
  padding:10px 0 0 0;
  list-style: none;
}

.main .mostview_box li {
  margin-bottom:15px;
}

.main .mostview_box li::after {
  clear:both;
  display: block;
  content:'';
}

.main .mostview_box .img-thumb {
  width:30%;
  float:left;
  margin-right:10px;
}

.main .mostview_box .news-title {
  margin-left:35%;
}

.main .mostview_box .news-title a{
  font-size:13px;
}

.main .awards_box {

}

.main .awards_box .box-content {
  padding-top:15px;
}

.main .awards_box ul {
  padding:10px 10px 0 10px;
  text-align:center;
}

.main .awards_box li {
  margin-bottom:10px;
}

.main .awards_box .img-thumb {
  height:200px;
  overflow: hidden;

  position: relative;
  border:1px solid #ccc;
}

.main .awards_box .img-thumb img {
  width:100%;
  position: absolute;
  top:50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
}

.main .awards_box .news-title {
  padding:10px 0 0 0;
  text-align: center;
}

@media(min-width:1200px){
  .main .col-left {

  }
}

.main .widget_box ul {
  list-style: none;
  padding:0;
  margin:0;
}

.main .widget_box ul li {
  border: 2px solid #E5E5E5;
  margin-bottom: 20px;
  height: 60px;
}

.main .widget_box ul li a {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px;
  text-transform: uppercase;
}

.main .widget_box ul li.hotline a span {
  color: #c71444;
  display: block;
  font-size: 20px;
  margin-top:3px;
}

.main .widget_box ul li a img.icon {
  float:right;
}

.main .products_box {

}

.main .products_box ul {
  padding:10px 10px 0 10px;
  text-align:center;
}

.main .products_box li {
  margin-bottom:10px;
}

.main .products_box .img-thumb img {
  width:100%;
  max-height:200px;
}

.main .products_box .news-title {
  padding:10px 0;
}

.main .products_box .news-title a {
  color:#222;
  font-weight:bold;
}

.main .products_box .news-title a:hover {
  color:#066c96;
}

.main .support_box .box-content {
  padding:10px 0 10px 0;
  font-size:12px;
  color:#000;
}

.main .support_box .box-content p {
  padding:0;
  line-height: 1.5;
  margin:0 0 10px 0;
}

.main .support_box .box-content div {
  margin-bottom:10px;
}

.main .support_box .box-content a {
  color:#01587d;
  font-weight:bold;
  vertical-align: middle;
  padding-top: 5px;
}

.main .support_box .box-content .email {
  margin-bottom: 5px;
  padding: 2px 0;
}

.main .support_box .box-content .email::before {
  background-image: url('images/support.png');
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin-right: 3px;
  background-size: 100% 100%;
}

.main .support_box img {
  margin-right:15px;
}

.main .support_box strong {

}

.main .support_box .support_user {
  font-weight:bold;
}

.main .support_box p {
  clear:both;
  margin-top:10px;
  font-size:14px;
}

.main .support_box p i {
  margin-right:10px;
}

.main .agent_box {
  width: auto;
  top:55px;
}

@media(max-width:991px){
  .main .agent_box {
    display: none;
  }
}

.main .agent_box.affix-bottom {
  position: absolute;
  top: auto;
}

.main .agent_box .support_img img {
  width:100%;
}

.main .agent_box .menu_support ul {
  list-style: none;
  padding:0;
  margin:0;
}

.main .agent_box .menu_support ul li {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.main .online_box .box-content {
  padding:20px 20px;
}

.main .online_box i {
  margin-right:10px;
  font-size:16px;
  vertical-align: top;
}

.main .online_box .stats-left {
  width:70%;
  display: inline-block;
}

.main .online_box .stats-right {
  width:28%;
  display: inline-block;
  text-align:right;
}

.main .video_box .box-content {
  padding:20px 20px;
}

.main .video_box .video_title {
  font-size:13px;
}

.main ._box .category-product {

}

.main ._box .category-product ul {
  padding:0;
  margin:0;
  background-color: #f0f0f0;
}

.main ._box .category-product a {
  font-size:13px;
  padding:5px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

.main ._box .category-product > ul > li > a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  line-height: 18px;
  padding: 10px;
  text-transform: none;
}

.main ._box .category-product > ul > li > a::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 5px;
}


.main ._box .category-product > ul > li:last-child > a {
  border-bottom: none;
}

.main ._box .category-product > ul > li:hover {
  background-color: #deac59;
}

.main ._box .category-product > ul > li:hover > a {
  color:#fff;
}

.main ._box .category-product li ul {
  max-height: 0;
  overflow-y: hidden;

  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.main ._box .category-product li ul li a {
  padding-left: 8px;
}

.main ._box .category-product li:hover ul {
  max-height: 500px;
  padding:5px 0 10px 18px;

  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.main ._box .category-product li.active ul {
  max-height: 500px;
  padding:5px 0 10px 22px;
  background-color: #f2f2f2;
}

.main ._box .category-product li ul a {
  padding:5px 0;
}

.main ._box .category-product li ul a:hover {
  color:#deac59;
  background-color: transparent;
}

.main ._box .category-product > ul > li.active {
  background-color: #deac59;
}

.main ._box .category-product li.active > a {
  color: #deac59;
  font-weight: bold;
}

.main ._box .category-product > ul > li.active > a{
  color:#fff;
}


.main ._box .feature-product {
  background-color: #f0f0f0;
}

.main ._box .feature-product ul {
  list-style:none;
  padding:0;
  margin:0;
}

.main ._box .feature-product ul li {
  padding:15px;
  border-bottom: 1px solid #ebebeb;
}

.main ._box .feature-product ul li::after {
  clear:both;
  display: block;
  content:'';
}

.main ._box .feature-product .img-box {
  width: 60px;
  float: left;
  margin-right: 15px;
}

.main ._box .feature-product .title-content {
  margin-left: 75px;
}

.main ._box .feature-product a.title-box {
  font-size:15px;
  margin-bottom: 10px;
}

.main ._box .feature-product .price-box {
  color: #f94b4b;
  font-size: 15px;
  font-weight: 400;
}


.main ._box .feature-news {
  background-color: #f0f0f0;
}

.main ._box .feature-news ul {
  list-style:none;
  padding:0;
  margin:0;
}

.main ._box .feature-news ul li {
  padding:15px;
  border-bottom: 1px solid #ebebeb;
}

.main ._box .feature-news .img-box {
  width: 60px;
  float: left;
  margin-right: 15px;
}

.main ._box .feature-news .title-content {
  margin-left: 75px;
}

.main ._box .feature-news a.title-box {
  font-size:12px;
  margin-bottom: 10px;
  line-height: 12px;
}

.main ._box .feature-news .time {
  color: #a4a4a4;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.product-show {

}

.product-show .nav-tabs {
  margin:0 auto;
  border:none;
  background-color: #338fb1;
  border-bottom:2px solid #da2419;
}

.product-show .nav-tabs li {
  float:none;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.product-show .nav-tabs li a{
  padding: 5px 22px;
  text-align: center;
  color:#fff;
  border-radius: 5px;
  border:none;
  margin-top:8px;
  margin-bottom:8px;
}

.product-show .nav-tabs li:first-child {

}

.product-show .nav-tabs li:first-child a {
  background-color: #da2419;
  color:#fff;
  border:none;
  border-radius: 0;
  padding-top: 9px;
  margin-top: -11px;
  margin-bottom: -11px;
  padding-bottom: 9px;
  font-size: 18px;
  border-bottom:2px solid #da2419;
}

.product-show .nav-tabs li:first-child img {
  margin-right:8px;
  height:23px;
}

.product-show .nav-tabs li:first-child:hover a{
  background-color: #b82118;
  color:#fff;
  border:none;
  border-bottom:2px solid #b82118;
}

.product-show .nav-tabs li:hover a{
  background-color: #fff;
  color:#338fb1;
  border:none;
}

.product-show .nav-tabs li.active {
  position: relative;
}

.product-show .nav-tabs li.active:before {
  content:'';
  display:block;
  left:0;
  right:0;
  bottom:0;
  margin-left:auto;
  margin-right:auto;
  position: absolute;
  width:8px;
  height:7px;
  background-image:url('images/triangle.png');
}

.product-show .nav-tabs li.active a {
  background-color:#fff;
  color:#338fb1;
  position: relative;
}

.product-show .nav-tabs > li.active > a, .product-show .nav-tabs > li.active > a:focus, .product-show .nav-tabs > li.active > a:hover {
  border:none;
}

.product-show .tab-content {
  padding:25px 20px;
  border-left:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
  border-right:1px solid #dddddd;
  margin-bottom:25px;
}

@media(min-width:992px){
  .product-show .row > div:nth-child(4n+1) {

  }

  .product-related .row > div:nth-child(4n+1) {

  }
}

.product-show .col-product {
  padding:0 10px;
  margin-bottom: 20px;
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  text-align: center;
}

.product-show .col-product:hover {
  box-shadow: 0px 0px 10px #999;
}

.product-show .col-product .product-image {
  text-align:center;
  display: block; width:100%;
  height: 175px;
  overflow:hidden;
}

.product-show .col-product .product-image a {
  display: block;
  height: 100%;
  position: relative;
}

.product-show .col-product .product-image img {
  max-width:100%;
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
  /*max-height:175px;*/
  /* width: 100%; */
  /*height: 100%;*/
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:50%;
  left:50%;
}

@media(max-width:991px){
  .product-show .col-product .product-image img {
    height: auto;
  }
}

.product-show .col-product:hover img {
  transform: translate(-50%, -50%) scale(1.066);
  -webkit-transform: translate(-50%, -50%) scale(1.066);
  -moz-transform: translate(-50%, -50%) scale(1.066);
  -o-transform: translate(-50%, -50%) scale(1.066);
  -ms-transform: translate(-50%, -50%) scale(1.066);
}

.product-show .col-product .product-cat {
  color:#979797;
  font-size:13px;
  margin:10px 0 1px 0;
  text-align: center;
}

.product-show .col-product .product-title a {

}

.product-show .col-product .product-title a:hover {

}

.product-show .col-product .product-description {
  font-size:14px;
  text-align:center;
  width:80%;
  margin:10px auto;
  height: 60px;
  overflow: hidden;
}

.product-show .col-product .product-buy {
  margin:2px 0 10px 0;
  text-align:center;
}

.product-show .col-product .product-buy a {
  padding:1px 6px;
  /*margin-right:5px;*/
  font-size:13px;
  display:inline-block;
  margin-bottom:5px;
}

.product-show .col-product .product-buy a.price {
  color: #eb2525;
  font-size: 14px;
  font-weight: 500;
}

.product-show .col-product .product-buy a.detail {
  color:#dc3d35;
}


.product-show .col-office {
  margin:10px 0 20px 0;
  color:#000;
}

.product-show .col-office h3 {
  font-family: 'AvenirNext';
  font-size:17px;
  margin:10px 0 10px 0;
}

.product-show .col-office .image {
  margin-bottom: 10px;
  height: 150px;
  text-align: center;
  overflow: hidden;
}

.product-show .col-office .image img {
  /* height:100%; */
  /* max-width: 100%; */
  width:100%;
}

.product-show .col-office > div {
  margin-bottom:5px;
  font-size:15px;
}

.product-show .col-office > div.address {
  height: 50px;
  overflow: hidden;
}


.product-show .col-office > div strong {
  color:#666666;
  margin-right:5px;
  font-size:17px;
  vertical-align: middle;
  width:20px;
  display: inline-block;
}

.agency-show .table {
  border:3px solid #d00000;
}

.agency-show .table thead {
  background-color: #d00000;
  color:#fff;
}

.agency-show .table thead th {
  text-align: center;
  font-weight: 900;
  font-size:15px;
  padding:6px;
}

.agency-show .highlight tr td {
  background-color: #fdffba;
}

.agency-show .table tr td {
  vertical-align: middle;
}

.agency-show .table tr td .name-agency {
  font-size:15px;
  color:#ff0000;
}

.agency-show .table tr td .name-agency strong {
  color:#000;
  font-size:13px;
}

.agency-show .table tr td p:last-child {
  margin-bottom: 0;
}

#officeModal .img-show img {
  width:100%;
}

#officeModal .office-content h3 {
  font-weight: bold;
  font-size:18px;
  margin:0 0 10px 0;
}

#officeModal .office-content > div {
  margin-bottom: 10px;
  font-size:16px;
}

#officeModal .office-content strong {
  color: #666666;
  margin-right: 5px;
  font-size: 17px;
  vertical-align: middle;
  width:20px;
  display: inline-block;
}

.product-list .tab-outside {
  padding:10px 0 10px 0;
}

.product-list .tab-outside ul {
  list-style:none;
  padding:0;
  margin:0;
}

.product-list .tab-outside ul li {
  display: inline-block;
  border-right:1px solid #ccc;
  padding-right: 15px;
  margin-right: 15px;
  font-size:20px;
  text-transform: uppercase;
  line-height: 18px;
}

.product-list .tab-outside ul li.active a {
  color:#ff0000;
}

.product-list .tab-outside ul li:last-child {
    border-right:none;
}

.product-list .cityrow {
  margin-top:10px;
  margin-bottom: 25px;
}

.product-list .cityrow form > div {
  margin-bottom: 5px;
}

.product-list .cityrow select {
  margin-left: 20px;
  padding:5px 10px;
  width:150px;
}

.logo-brand {
  text-align:center;
  margin:10px 0 20px 0;
  border:1px solid #e2e2e2;
  padding:15px 15px 15px 15px;
}

.logo-brand img {
  margin-right:5px;
  display:inline-block;
  vertical-align: middle;
  width:85px;
  height:85px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-prev,.owl-carousel .owl-next{
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  width:30px;
  height:30px;
  background-color: #9e0b0f !important;
  border-radius: 50% !important;
  text-align: center;
  box-shadow: 0 -2px 9px #454545;
}
.owl-carousel .owl-prev{left: -8px}
.owl-carousel .owl-next{right: -8px}
.owl-theme .owl-nav {margin:0;}

#bottomhotline {

}

#bottomhotline .buttonbottom {
  bottom: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  height: 35px;
  padding: 0 20px;
  position: fixed;
  right: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}

#bottomhotline .buttonbottom a {
  color: #FFF;
  background: #C90000;
  border-radius: 2px;
  margin-right: 15px;
  padding: 6px 20px;
}

#bottomhotline .buttonbottom a:last-child {
  margin-right: 0;
}

#bottomhotline .buttonbottom a.baogia {
  background: #000;
}

#bottomhotline .requestprice {
  display: none;
  width:500px;
}

@media(max-width:767px){
  #bottomhotline .buttonbottom {
    padding:0;
  }

  #bottomhotline .buttonbottom a {
    padding: 5px 10px;
    margin-right: 10px;
  }

  #bottomhotline .buttonbottom a:last-child {
    margin-right: 0;
  }

}

.backtotop {
  background: #000 none repeat scroll 0 0;
  bottom: 52px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  padding: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 36px;
  z-index: 99;
  border-radius: 2px;
  cursor: pointer;
}

.backtotop .fa {
    display: block;
}

.baogiabox {

}

.baogiabox .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size:16px;
  margin-bottom: 10px;
}

.baogiabox #baogia {
  max-width: 620px;
}

.baogiabox #baogia .car_choose::after {
  content:'';
  display: block;
  clear:both;
}

.baogiabox #baogia .car_choose ul {
  list-style: none;
  padding:0;
  margin:0;
}

.baogiabox #baogia .car_choose ul li {
  width: 50%;
  float:left;
}

.baogiabox #baogia .car_choose ul li input, .baogiabox #baogia .car_choose ul li label {
  display: inline;
  width:auto;
  height: auto;
  font-weight: normal;
}

.baogiabox #baogia .car_choose ul li input {
  margin-right: 5px;
}

.baogiabox #baogia button.submit {
  background: #222 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: bold;
  padding: 8px 25px;
  text-transform: uppercase;
}

.baogiabox #baogia h3 {
  border-bottom: 2px solid #555;
  color: #222;
  font-size: 18px;
  margin-top:0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.baogiabox .success {
  color:#00b807;
  text-align: center;
}

.baogiabox .error {
  color:#ff0000;
}

footer {
  background-color:#f7941e;
}

footer p {
  margin-bottom: 5px;
}

footer .topfooter {
    position: relative;
    padding:40px 15px 55px 15px;
    font-size:13px;
}

footer .bottom-visited {
  position: relative;
  text-align: right;
}

footer .topclick {
  text-align: right;
}

footer .topclick::before {

}

footer .topclick::after {

}

footer .topclick a{
  font-size: 13px;
  color: #fff;
  background-color: #620000;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 25px;
}


footer .col-title {
  font-size:17px;
  margin:10px 0 25px 0;
  text-transform: uppercase;
  font-weight:bold;
  font-family: 'AvenirNext';
}

footer .gotoplink {
  text-align: right;
}

@media(max-width:991px){
  footer .col-title {
    font-size:16px;
  }

  footer .gotoplink {
    text-align: center;
  }
}

footer .col-links ul {
  list-style:none;
  padding:5px 0;
}

footer .col-links ul li {
  padding:0 0 6px 0;
}

footer .col-links ul li a {
  color:#000;
  display:block;
  font-size:14px;
}

footer .social-network {
  margin:15px 0;
}

footer .social-network a {
  display: inline-block;
  width:200px;
  margin-right:15px;
}

@media(max-width:767px){
  footer .social-network a {
    width:30%;
    margin-right:2%;
  }
}

footer .social-network a::before {
  content:'';
  display: block;
  margin:0 auto;
  width:29px;
  height: 29px;
  background-image:url('images/social.png');
  padding-top:35px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

footer .social-network a.fb::before {
  background-position: center center;
}

footer .social-network a.yt::before {
  background-position: right center;
}

footer .social-network a.tw::before {
  background-position: left center;
}

footer .col-gallery ul {
  list-style:none;
  padding:0;
}

footer .col-gallery ul li {
  display:inline-block;
  margin-left:5px;
  margin-bottom:8px;
}

footer .col-gallery ul li img {
  width:60px;
  height:60px;
}

footer .bottombar {
  padding: 10px 0;
  font-size: 14px;
  color: #5f090b;
  text-align: left;
  font-weight: bold;
  line-height: 25px;
}

@media(max-width:991px){
  footer .bottombar {
    text-align: center;
  }
}

footer .bottombar p {
  padding:0 0 5px 0;
  margin: 0;
}

footer .bottombar a {
  color: #fff;
}

footer .bottombar a:hover {
  color: #deac59;
}

footer .bottombar .bottommenu {
  margin-bottom: 10px;
}

footer .bottombar .bottommenu::after {
  content:'';
  display: block;
  clear:both;
}

footer .bottombar .bottommenu ul {
  list-style: none;
  margin: 0;
  padding:0;
}

footer .bottombar .bottommenu ul li {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 15px;
  margin: 0;
  line-height: 24px;
}

footer .bottombar .bottommenu ul li:first-child {
  padding-left: 0;
}

footer .col-contact {
  line-height:1.6;
}

footer .col-contact .col-title {
  letter-spacing: -1.18px;
  margin-top: 8px;
}

footer .col-contact .social-link {
  margin-top:20px;
}

footer .col-contact .social-link a {
  height: 27px;
  width: 27px;
  color: #ffffff;
  display: inline-block;
  line-height: 27px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  vertical-align: top;
  margin-bottom: 5px;
  border-radius: 50% !important;
  margin-left: 5px;
}

footer .col-contact .social-link a i.fa {
  font-size:15px;
}

footer .col-contact .social-link a.bt-facebook {
  background: #3b5998;
}

footer .col-contact .social-link a.bt-google {
  background: #d94a39;
}

footer .col-contact .social-link a.bt-twitter {
  background: #00bdec;
}

footer .col-contact .social-link a.bt-youtube {
  background: #c4302b;
}

footer .col-contact .social-link a:hover {
  background: #000;
}

.float-button {
  position:fixed;
  right:20px;
  bottom:100px;
}

.float-button a {
  font-size: 18px;
  color: #fff;
  background-color: #620000;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items:center;
  justify-content:center;
}


.module {
  margin:15px 0;
}

.product-list-page {
  background-color: #fdf5e4;
  margin-top: -15px;
}

.product-detail {
  margin-top:10px;
}

@media(max-width:991px){
  .product-detail {
    margin-top:15px;
  }
}

.flagbanner {
  background-image: url('images/flagbanner.png');
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top:-15px;
}

.topnav {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4d381+0,c17820+75,f6d786+100 */
  background: rgb(244,211,129); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(244,211,129,1) 0%, rgba(193,120,32,1) 75%, rgba(246,215,134,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(244,211,129,1) 0%,rgba(193,120,32,1) 75%,rgba(246,215,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(244,211,129,1) 0%,rgba(193,120,32,1) 75%,rgba(246,215,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d381', endColorstr='#f6d786',GradientType=1 ); /* IE6-9 */

  height: 16px;
  margin-bottom: 15px;
}

.sharebutton {
  padding: 7px 0 5px 0;
  text-align: left;
  float:right;
}

.topnav .nav_bar {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  padding: 0;
  /* font-family: 'UTMSwiss', 'Roboto', sans-serif; */
}

.topnav .nav_bar {
  margin:0;
  display: inline-block;
  top: -26px;
  background-color: #eec976;
  padding: 0 30px;
  line-height: 42px;
}

.topnav .nav_bar a {
  color: #000;
  font-size:100%;
}

.topnav .nav_bar a:last-child {
  font-weight: bold;
}

.topnav .nav_bar a:hover {
  color: #deac59;
}

.topnav .nav_bar a::after {
  content:"\f054";
  display:inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding:0 10px;
  font-size: 10px;
}

.topnav .nav_bar a:last-child::after {
  content:'';
  display: none;
}

.topnav .nav_bar i {
  padding:0 10px 0 0;
}

@media(max-width:767px) {
  .topnav .nav_bar {
    padding:0 15px;
    font-size: 13px;
  }
}

.product-detail .detail-left {
  text-align:left;
}

.product-detail .top-cat {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  position: relative;
}

.product-detail .top-cat .cat-title {
  position: relative;
  border-bottom: 2px solid #eee;
}

.product-detail .top-cat .cat-title::after {
  content:'';
  display: block;
  clear:both;
}

.product-detail .top-cat h1, .product-detail .top-cat h2 {
  font-size:18px;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  /* font-weight: 500; */
  color: #000;
  display: block;
  padding-bottom: 10px;
  padding-top:0;
  margin-top:5px;

  padding-left: 0;
}

.product-detail .description-top {
  font-size:13px;
  color:#444444;
  margin:0 0 20px 0;
  font-weight: normal;
  text-transform: none;
}

.product-detail .description-top .description {
  max-height: 252px;
  overflow: hidden;
}

.product-detail .description-top .description.show {
  max-height: none;
}

.product-detail .description-top .view-more {
  margin-top:5px;
}

.product-detail .description-top img {
  max-width: 100%;
}

.product-detail .detail-left > .row {

}

.product-detail .sort-cat {
  /*background-color: #efefef;*/
  /*border:1px solid #d3d3d3;*/
  padding:5px 0;
  /*margin-bottom: 25px;*/
  min-height: 30px;
}

.product-detail .product_page {
  padding:10px 0;
  margin:0 -15px;
}

.product-detail .product-image-col {
  min-height: 330px;
}

.product-detail .image-product {
  width:100%;
  text-align:center;
  margin-bottom:15px;
  /* border: 1px solid #dfdfdf; */
  padding:15px;
}

.product-detail .image-product img {
  display:inline-block;
  max-height: 100%;
}


@media(min-width:992px){
  .product-detail .image-product {
    min-height: 310px;
    position: relative;
  }

  .product-detail .image-product img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 80%;
  }
}


.product-detail .more-images {
  width:100%;
  z-index: 0;
  text-align: center;
}

.product-detail .more-images  img  {
  max-width: 100%;
  max-height: 100%;
  width:auto;
  display: inline-block;
}

.product-detail .more-images .item {
  text-align: center;
}

.product-detail .carousel {

}

.product-detail .carousel .owl-stage {
  display: inline-block;
}

.product-detail .more-images .carousel a {
  border:1px solid #ccc;
  padding:3px;
  display: block;
  height:90px;
  text-align: center;
}

.product-detail .more-images a i.fa {
  text-align: center;
}

.product-detail .product-image-col::after {
  clear:both;
  content:'';
  display: block;
}


@media(max-width:767px){
  .product-detail .image-product {
    width:100%;
    float:none;
  }

  .product-detail .more-images {
    width:100%;
    padding-left: 0;
    float: none;
    right:auto;
    position: relative;
  }

  .product-detail ul.small_image li {
    width:auto;
    margin-right:5px;
    display: inline-block;
  }

  .product-detail .more-images .carousel a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .product-detail .more-images a.prev,
  .product-detail .more-images a.next {
    display: none;
  }
}


.product-detail .network_ppage {
  margin: 15px 0;
  clear:both;
}

#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
     -ms-box-sizing: content-box;
         box-sizing: content-box;
}

.product-detail .product-price-col {

}

.product-detail .product-image-col h1 {
  line-height: 1.5;
  text-align:left;
  margin:0 0 10px 0;

  font-size: 25px;
  padding: 0;
  color: #9e0b0f;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-transform: uppercase;

}

.product-detail .product-price-col .price_box {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}

.product-detail .product-price-col .price_box .sale_price {
  font-size: 24px;
  line-height: 20px;
}

.product-detail .product-price-col .price_box .sale_price span {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -2px;
  color: #ed1c24;
}

.product-detail .product-price-col .price_box > div {
  display:inline-block;
}

.product-detail .product-price-col .price_box .old_price {
  font-size:18px;
  margin-left:10px;
}

.product-detail .product-price-col .info_box {
  font-size:14px;
  text-align:left;
}

.product-detail .product-price-col .info_box div {
  display:inline-block;
  margin-right:5px;
  margin-bottom:4px;
  padding-right:5px;
  border-right:1px solid #ccc;
}

.product-detail .product-price-col .info_box div:last-child {
  border-right:0;
}

.full_price {display: inline-block; padding:2px 0;}

.product-detail .adv_ppage {
  font-weight: bold;
  color:#9e0b0f;
  background-color: #ecc264;
  padding:12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  background-image:url('images/back-adv.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size:auto 100%;
}

.product-detail .adv_ppage p {
  margin:0;
}

.product-detail .desc_ppage {
  margin:10px 0;
  border-radius: 5px;
  padding: 5px 0;
  position: relative;
  padding-bottom: 5px;
  text-align:left;
  line-height: 1.3;
  font-size: 14px;
}

.product-detail .desc_ppage p {
  margin:0;
  padding:5px 0;
}

.product-detail .info_ppage {
  padding:0 0 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #898989;
  margin: 0 0 10px 0;
}

.product-detail .info_ppage ul {
  list-style: none;
  margin:0;
  padding:0;
}

.product-detail .info_ppage li {
  border-bottom: 1px solid #ebebeb;
  padding:8px 0;
}

.product-detail .info_ppage li:last-child {
  border-bottom: none;
}

.product-detail .info_ppage li .icon-info {
  width:22px;
  height:22px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size:100% auto;
  vertical-align: middle;
  margin-right: 10px;
}

.product-detail .info_ppage li .icon-info1 {
  background-image: url('images/info-icon1.png');
}

.product-detail .info_ppage li .icon-info2 {
  background-image: url('images/info-icon2.png');
}

.product-detail .info_ppage li .icon-info3 {
  background-image: url('images/info-icon3.png');
}

.product-detail .info_ppage li .icon-info4 {
  background-image: url('images/info-icon4.png');
}

.product-detail .social_link {
  text-align: center;
  line-height: 100px;
}

.product-detail .social_link a {
  display: inline-block;
  border-radius: 50%;
  margin:0 10px;
  font-size:22px;
  color:#fff;
}

.product-detail .social_link i.fa {
  display: inline-block;
  width:32px;
  height:32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  box-shadow: 0 2px 3px #888;
}

.product-detail .social_link i.fa-facebook {
  background-color: #4e598f;
}

.product-detail .social_link i.fa-twitter {
  background-color: #1da1f2;
}

.product-detail .social_link i.fa-youtube-play {
  background-color: #d22215;
}

@media(max-width:767px) {
  .product-detail .social_link {
    line-height: 50px;
  }
}

.product-detail .info_property {
  margin-top:10px;
}

.product-detail .info_property p {
  margin-bottom: 12px;
}

.product-detail .info_property label {
  width: 100px;
  float: left;
  display: inline-block;
  font-weight: 500;
  color: #444;
}

.product-detail .info_property strong {
  font-weight: normal;
  margin-left: 10px;
}

.product-detail .info_property strong.price {
  color: #eb2525;
  font-size: 14px;
  font-weight: 500;
}

.product-detail form {
  display:inline-block;
  width:100%;
  vertical-align: top;
  text-align:left;
}

.product-detail .order-cart {
  border-bottom: 1px solid #eee;
  padding:7px 0;
}

.product-detail .order-cart .size-list {
  margin:0 0 10px 0;
}

.product-detail .order-cart span.label-option {
  margin-right: 5px;
  display: inline-block;
  width:100px;
  font-weight: 500;
}

.product-detail .order-cart .size-list .size-list-option {
  display: inline-block;
  vertical-align: top;
}

.product-detail .order-cart .size-list label {
  font-weight: normal;
  border:1px solid #ccc;
  padding:3px 5px;
  margin-right:8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #b9b9b9;
}

.product-detail .order-cart .size-list input {
  display: none;
}

.product-detail .order-cart .size-list input[type="radio"]:checked+label{
  border:3px solid #8d8d8d;;
  background-color: #ccc;
  position: relative;
}

.product-detail .order-cart .size-list input[type="radio"]:checked+label::after {
  content:'\2713';
  color:#5a5a5a;
  font-size:25px;
  display: block;
  position: absolute;
  z-index: 5;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.product-detail .order-cart .quantity {

}


.product-detail .btnOrder {
  border:none;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 50px;
  background-color: #6e1a1a;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  margin-left: 110px;
}

.product-detail .btnOrder:hover {
  box-shadow: 2px 0 3px #888;
}

.product-detail form select {
  font-size: 15px;
  padding: 5px;
  border:1px solid #ccc;
  vertical-align: middle;
}

.product-detail form input[type="number"] {
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  border:1px solid #ccc;
  width: 120px;
}

.product-detail form .fa {
  margin-right:5px;
}

.product-detail .office_link {
  margin:15px 0;
  text-align: center;
  border-right: 1px solid #898989;
}

.product-detail .office_link span {
  text-transform: uppercase;
  display: block;
  font-size:14px;
  padding: 0 0 9px 0;
}

.product-detail .office_link a {
  padding:7px 35px;
  background-color:#fcecca;
  border-radius: 0;
  text-transform: uppercase;
  color:#9e0b0f;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  font-size:14px;
  display: inline-block;
}

.product-detail .office_link a i.fa {
  margin-right: 5px;
}

@media(max-width:767px) {
  .product-detail .office_link {
    border-right: none;
  }
}

.product-detail #support_request_call {
  border-radius: 10px;
  display:inline-block;
  text-transform: uppercase;
  font-weight:500;
  text-align: center;
  width:100%;
  padding:15px 0;
}

.product-detail #support_request_call strong {
  color:#ff0000;
  font-weight:bold;
  display:block;
  font-size:20px;
}

.product-detail .support_box {
  border: 1px dashed #CECECE;
  margin-bottom: 20px;
  padding: 10px 15px;
}

.product-detail .nav li a {
  color:#000;
  text-transform: uppercase;
  font-size:14px;
}

.product-detail .nav li.active a {
  font-weight:bold;
  color:#338fb1;
}

.product-detail .box-heading {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

.product-detail .tab-content {
  padding-top:15px;
  padding-bottom:15px;
}

.product-detail .tab-content img {
  max-width:100%;
}

.product-detail .product-related .other_product {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
}

.product-detail .product-col {
  margin-bottom:10px;
}

.product-detail .product-col .product-image {
  min-height:150px;
  overflow: hidden;
  margin-bottom:10px;
}

.product-detail .product-col .product-image img {
  margin:auto 0;
  max-width:100%;
}

.product-detail .product-col .product-title a {
  display:block;
  color:#000;
  /*height:45px;*/
  overflow:hidden;
}

.product-detail .product-tab {
  margin-left: 0;
  margin-right: 0;
  margin-top:25px;
  margin-bottom: 25px;
  color: #000;
  font-size: 14px;
}

.title-detail > * {
  font-weight: bold;
  color:#9e0b0f;
  font-size:18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  position: relative;
  display: inline-block;
}

.title-detail > *::after {
  content:'';
  display: block;
  width:100%;
  height:5px;
  background-color: #e8b343;
  margin:6px 0;
}

.product-detail .tag-product {
  margin:15px 0;
  font-size:14px;
}

.product-detail .tag-product ul {
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0 0 0 10px;
}

.product-detail .tag-product ul li {
  display: inline;
  margin-right: 5px;
}

.product-detail .tag-product ul li a {
  background-color: #ececec;
  padding:0 7px;
  margin:0 5px;
}

.product-detail .tag-product ul li::after {
  content:', ';
  display: inline;
}

.product-detail .tag-product ul li:last-child::after {
  content:'';
}

.contact-product {
  background-image:url('images/backproduct.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-product .title-left {
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  color:#ecc264;
  font-size:32px;
  line-height: 1.7;
  max-width: 550px;
  margin:15px auto;
}

.contact-product .title-left span {
  font-size:21px;
  color:#fff;
  font-family: 'Roboto', sans-serif;
  display: block;
}

.contact-product .phone-show {

}

.contact-product .phone-show a {
  display: inline-block;
  background-color: #e8b343;
  border-radius: 25px;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  font-size:22px;
  color:#9e0b0f;
  padding:5px 15px 5px 50px;
  margin:38px 0;
  position: relative;
}

.contact-product .phone-show i.fa {
  background-color: #fcecca;
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  position: absolute;
  left: 6px;
  top: 6px;
  line-height: 32px;
}

@media(max-width:767px) {
  .contact-product {
    text-align: center;
  }

  .contact-product .title-left {
    font-size:26px;
  }

  .contact-product .title-left span {
    font-size:18px;
  }

  .contact-product .phone-show a {
    margin:10px 0;
  }
}

.product-related {
  background-color: #fdf5e4;
  padding: 50px 0;
}

.product-list {
  background-color: transparent;
}

.product-related .title-detail {
  margin-bottom: 25px;
}

.product-related .col-product {
  background-color: #fff;
  padding:0;
}

.product-related .col-product .title-content {
  padding-bottom: 5px;
}

.product-related .col-product .title-content > * {
  margin:0;
}

.product-related .col-product a.title-box {
  background-color: #9e0b0f;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  color:#fff;
  height: 28px;
  line-height: 25px;
  margin-bottom: 0;
}

.product-related .col-product .title-content::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eac26f+0,f5d584+53,f2d07f+100 */
  background: rgb(234,194,111); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(234,194,111,1) 0%, rgba(245,213,132,1) 53%, rgba(242,208,127,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(234,194,111,1) 0%,rgba(245,213,132,1) 53%,rgba(242,208,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(234,194,111,1) 0%,rgba(245,213,132,1) 53%,rgba(242,208,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac26f', endColorstr='#f2d07f',GradientType=1 ); /* IE6-9 */

  height:5px;
  display: block;
  width:100%;
  content:'';
}

.product-related .col-product .bottom-box {
  padding:5px 15px;
}

.product-related .col-product .desc-box {
  text-align: left;
  height: 65px;
  overflow: hidden;
}

.product-related .col-product .button-box {
  border-top:1px solid #e8b343;
  display: -webkit-flex; /* Safari */
  display: flex;
  margin-bottom: 5px;
}

.product-related .col-product .button-box a {
  color:#9e0b0f;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  -webkit-flex: 1;  /* Safari 6.1+ */
  -ms-flex: 1;  /* IE 10 */
  flex: 1;
  text-align: center;
  border-right:1px solid #e8b343;
  padding: 5px 0;
}

.product-related .col-product .button-box a:last-child {
  border-right:none;
}


.product_box {
  text-align:center;
}

.product_box .product-col {
  padding:10px;
}

.product_box .product-col .product-title a {
  height:auto;
}

.product_box .product-col .product-image {
  height:auto;
}

.cat-detail h1 {
  color:#222;
  text-transform: uppercase;
  text-align:left;
  padding:0;
  margin:0;
}

.cat-detail h1 strong {
  font-size:16px;
  text-transform: uppercase;
}

.cat-detail h1 a {
  color:#63be0b;
  margin-left:15px;
  font-size:14px;
}

.cat-detail .order-box {
  font-size:12px;
  color:#000;
  margin-top:0;
  position: absolute;
  right:0;
  top:-3px;
  padding-right: 0;
}

@media(max-width:500px){
  .cat-detail .order-box {
    position: relative;
  }
}

.cat-detail .order-box select {
  padding:5px 5px;
  width:150px;
  margin-left:10px;
  color:#000;
  text-transform: uppercase;
  font-size:11px;
  font-weight: normal;
  /*font-family: 'AvenirNext';*/
  border:1px solid #d7d7d7;
}

.cat-detail .product-list {
  padding: 5px 0 25px 0;
}

.main ._pbox1 {
  margin-bottom:12px;
}

._pbox1 > p, ._pbox1 div > p {
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin:0;
}

._pbox ul, ._pbox1 div ul {
  padding:0;
}

._pbox1 li a {
  padding: 2px 0;
  display: block;
  color: #444444;
}

._pbox1 li.active a, ._pbox1 li a:hover {
  color:#222;
  font-weight: bold;
}

._pbox1 ul.colorlist li {
  display: inline-block;
  width:50px;
  height:50px;
  margin:0 10px 10px 0;
  float: left;
}

._pbox1 ul.colorlist::after {
  content:'';
  display: block;
  clear:both;
}

._pbox1 ul.colorlist li a {
  width:100%;
  height:100%;
  padding:0;
  text-align: center;
  font-size:0px;

}

._pbox1 ul.colorlist li.all a {
  font-size:14px;
  padding-top:15px;
}

._pbox1 ul.colorlist li.active {
  border: 4px solid #b3b3b3;
}

._pbox1 .filter-box {
  padding-bottom: 0;
  padding-top: 0;
}

._pbox1 .filter-box .title-filter {
  color: #000;
  display: block;
  font-size: 16px;
  font-family: 'UTMAvoBold', 'Roboto', sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  padding: 7px 0 5px;
  background-color: transparent;
  /* border: 1px solid #cfd8dc; */

  position: relative;
}

._pbox1 .filter-box .title-filter.active {
  border-bottom: 1px solid #cfd8dc;
}

._pbox1 .filter-box .title-filter::after {
  position: absolute;
  right:5px;
  content:"\f107";
  font: normal normal normal 14px/1 FontAwesome;

  border-radius: 50%;
  background-color: #fff;
  /* border:1px solid #888; */
  color:#888;
  display: inline-block;
  width:25px;
  height:25px;
  text-align: center;
  font-size: 22px;
  line-height: 23px;
}

._pbox1 .filter-box .title-filter.active::after {
  content:'-';
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}


._pbox1 .filter-box .showbox {
  display: none;
}

._pbox1 .filter-box ul {
  margin-bottom: 0;
  padding: 10px;
  max-height: 120px;
  overflow-y: auto;
  display: none;
}

._pbox1 .filter-box .nocheckbox  ul {
  max-height: none;
}

/* ._pbox1 .filter-box ul::-webkit-scrollbar {
  width: 5px;
}

._pbox1 .filter-box ul::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,.1);
  border-radius: 3px;
}

._pbox1 .filter-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.1);
  border-radius: 3px;
}

._pbox1 .filter-box ul::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,.2);
} */

._pbox1 .filter-box ul li {
  border-bottom: none;
}

._pbox1 .filter-box ul li a::before {
  content: "\f096";
  width: 12px;
  display: inline-block;
  text-align: right;
  margin-right: 11px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  vertical-align: middle;
  color:#ccc;
}

._pbox1 .filter-box .nocheckbox ul li a::before {
  display: none;
}


._pbox1 .filter-box ul li.active a::before {
  content: "\f046";
  color: #ed1c24;
}

._pbox1 .filter-box ul li a {
  display: block;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
  padding-right: 0;
}

._pbox1 .filter-box ul li a:hover {
  color:#ed1c24;
}

._pbox1 .filter-box ul li.active a {
  color:#ed1c24;
}

._pbox1 .filter-box .filter-price {
  padding: 15px 15px 20px 15px;
  border: 1px solid #cfd8dc;
}

._pbox1 .filter-box .filter-price .range-value {
  color: #2c2c2c;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
}

.list-news .banner_top {
  margin-bottom:22px;
}

.list-news .banner_top img {
  width:100%;
  box-shadow: 5px 10px 5px #888888;
}

.list-news .news-list {
  padding-bottom: 20px;
}

.list-news h1 {
  font-size: 18px;
  padding: 8px 0 8px 0;
  color: #00a1f1;
}

.list-news .image-thumb {
  float: left;
  padding: 4px;
  margin-top:5px;
  border: 1px solid #e0e0e0;
  background: #fff;
  width:30%;
  overflow: hidden;
}

.list-news .image-thumb img {
  width:100%;
  max-height: 160px;
}

.list-news .news-col {
  margin-left:32%;
}

.list-news .news-item {
  margin-bottom:24px;
}


.list-news h3 {
  font-weight: 500;
  margin:2px 0 6px 0;
}

.list-news h3 a {
  color: #000;
  font-size: 16px;
}

.list-news h3 a:hover {
  color:#deac59;
}

.list-news .info_news {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #888;
  display: block;
  padding-left: 15px;
  background: url('css/news/time.png') 0px 2px no-repeat;
}

.list-news .info_news a {
  color: #888;
}

.list-news .news-description a {
  color: #eb2525;
  font-style: italic;
  display: inline-block;
  padding-right: 12px;
  font-size: 11px;
  background: url('css/news/arrow.png') center right no-repeat;
}

.list-news .download {
  text-align:center;
}

.list-news .download a {
  color:#222;
}

.list-news #document-form {
  width:100%;
  margin-bottom:20px;
}

.list-news #document-form > div {
  min-height: 60px;
  vertical-align: middle;
}

.list-news #document-form .btn {
  position: absolute;
  bottom:0;
}

@media(max-width:767px){
  .list-news .image-thumb {
    width:40%;
    margin-bottom: 5px;
  }

  .list-news .news-col {
    margin-left: 0;
  }

  .list-news h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-left:43%;
  }

  .list-news h3 a {
    font-size:14px;
  }

  .list-news .info_news {
    clear:both;
    margin-top: 10px;
  }
}

.table-document thead {
  background-color:#222;
  color:#fff;
}

.list-news .faq-cat {
  margin-bottom: 20px;
}

.list-news .faq-cat h3 {
  font-family: 'AvenirNext';
  font-size:24px;
  margin:0 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color:#696969;
}

.list-news .faq-cat dl dt {
  margin:10px 0 15px 0;
  font-family: 'AvenirNext';
  font-size:20px;
  border-bottom: 1px solid #ccc;
  padding:0 0 5px 0;
  cursor: pointer;
}

.list-news .faq-cat dl dt i.fa {
  float:right;
  color:#ccc;
}

.list-news .faq-cat dl dd {
  margin-bottom: 15px;
  display: none;
}

.list-video {

}

.list-video .video-list {
  margin-top:15px;
  margin-bottom: 15px;
}

.list-video .video-list .news-item {
  margin:15px 0;
}

.list-video .image-thumb {
  width:100%;
  height:200px;
  overflow: hidden;
  position: relative;
}

.list-video .image-thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
  content: "\f144";
  opacity: 0.5;
  color: #fff;
  font-size: 42px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: none;
}


.list-video .image-thumb iframe {
  width:100%;
  height:100%;
}

.list-video .news-col {
  background-color: #aa1500;
  color:#fff;
  padding:10px 5px;
}

.list-video .news-col h3 {
  font-size:15px;
  line-height: 1.5;
  height: 43px;
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.list-video .news-col h3 a {
  color:#fff;
}

.list-album .news-list {
  margin-top:20px;
  margin-bottom:20px;
}

.list-album .news-item {
  margin-bottom:10px;
  padding:0 15px;
}

.list-album .news-item .image-thumb {
  height:200px;
  overflow:hidden;
  text-align: center;
}

.list-album .news-item .image-thumb img {
  height:200px;
  transition: ease 0.35s;
  -webkit-transition: ease 0.35s;
  -moz-transition: ease 0.35s;
  -ms-transition: ease 0.35s;
  -o-transition: ease 0.35s;
}

.list-album .news-item:hover .image-thumb img {
    transform: scale(1.066);
    -webkit-transform: scale(1.066);
    -moz-transform: scale(1.066);
    -o-transform: scale(1.066);
    -ms-transform: scale(1.066);
}

.list-album .news-item .news-col h3 {
  font-size: 14px;
  margin: 10px 0;
  height: 40px;
  overflow:hidden;
  line-height:1.5;
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size: 16px;
}

.news_box ul {
  list-style:none;
  padding:0;
  margin:0;
}

.news_box ul li {
  padding:10px 5px;
  border-top: 1px dashed #ddd;
  clear:both;
}

.news_box ul li:after {
  content:'';
  clear:both;
  display:block;
}

.news_box .image-thumb {
  float: left;
  padding: 4px;
  border: 1px solid #e0e0e0;
  width: 30%;
}

.news_box .image-thumb img {
  width:100%;
}

.news_box .title-news {
  margin-left:32%;
}

.news_box .title-news a {
  color:#000;
  font-size:12px;
}

.news-detail .title_p {
  font-size: 21px;
  color: #222;
  margin: 0;
  display:inline;
}

.news-detail .news_page {
  text-align: left;
  padding:0;
  margin:15px 0;
  /*border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;*/
  color: #000;
}

.news-detail .news_page h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  margin-top:0;
  padding-top:20px;
}

.news-detail .news_page .news_info {
  color: #999;
  margin-bottom: 15px;
  background: url('css/news/time.png') 0px 4px no-repeat;
  padding-left: 15px;
  font-size:13px;
}

.news-detail .news_page .news_info a {
  color: #999;
}

.news-detail .news_page .content_news_page::after {
  clear:both;
  display: block;
  content:'';
}

.news-detail .news_page .network_ppage {
  margin:15px 0;
}

.news-detail .news_page img {
  max-width:100%;
}

.news-detail .tags_news_page {
  font-size:12px;
  margin:15px 0;
}

.news-detail .tags_news_page a {
  color:#000;
}

.news-detail .related_news_page {
  margin-top:15px;
}

.news-detail .title_related {
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  padding: 5px 0;
  margin: 15px 0;
  position: relative;
}

.news-detail .title_related strong {
  background: #fff;
  display: inline-block;
  position: absolute;
  padding-right: 5px;
  font-weight: 600;
  font-size: 15px;
  top:-2px;
}

.news-detail .related_news_page ul {
  list-style:none;
  padding:0;
}

.news-detail .related_news_page ul li {
  width:24%;
  display:inline-block;
  padding:10px 5px;
  vertical-align: top;
}

@media(max-width:767px){
  .news-detail .related_news_page ul li {
    width:48%;
  }
}

.news-detail .related_news_page ul li p {
  margin-bottom:5px;
}

.news-detail .related_news_page ul li p img {
  width:100%;
  padding:4px;
  height: 145px;
  border:1px solid #ccc;
}

.news-detail .related_news_page ul li a {
  font-size:12px;
}

.shop_page > h1 {
    font-size: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    text-align: center;
    padding-right:15px;
}

.shop_page h3 {
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
}

.shop_page table {
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
    background: #fff;
}

.shop_page table a {
  color:#000;
}

.shop_page table th {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
    font-size: 15px;
    background: #f4f4f4;
    color: #444;
}


.shop_page table td {
    border: 1px solid #e8e8e8;
    padding: 5px 10px;
}

.shop_page table td img {
  max-width:100%;
  height:80px;
}

.shop_page table td:last-child, .shop_page table td:first-child  {
  text-align:center;
}

.shop_page table input[type="number"] {
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.shop_page table input[type="submit"] {
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size:13px;
}

.shop_page table .colorbox {
  display: block;
  width:40px;
  height:40px;
  border:1px solid #c7c7c7;
  border-radius: 3px;
  margin:10px auto;
  box-shadow: 0px 2px 4px #bcbcbc;
}

.shop_page .nav_shop {
  text-align: right;
  margin:15px 0 25px 0;
}

.shop_page .nav_shop::after {
  clear:both;
  content: '';
}

.shop_page .nav_shop p {
  font-size:17px;
}

.shop_page .nav_shop p strong {
  color:#ff0000;
  font-weight:bold;
}

.shop_page .nav_shop a {
  display: inline-block;
  background: #444;
  padding: 5px 15px;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.shop_page .nav_shop .left-link {
  float:left;
}

.shop_page .nav_shop a.update-link {
  background: #090073;
  display: none;
}

.shop_page .quantity-box {
  font-weight: bold;
  text-align: center;
}


.contact_opage {
  font-size:14px;
}

.contact_opage dt {
  display:inline-block;
  width:40%;
  box-sizing: border-box;
  text-align:right;
  padding-right:15px;
  vertical-align: top;
  padding-top:5px;
}

.contact_opage dt span {
  color:red;
}

.contact_opage dd {
  display:inline-block;
  width:55%;
  box-sizing: border-box;
}

.contact_opage dd input, .contact_opage dd textarea {
  width:100%;
  border:1px solid #ccc;
  padding:5px;
}

.contact_opage button[type="submit"] {
  width: 200px;
  border: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  background-color: red;
  border-radius: 5px;
}

#contact-form {
  text-align:left;
}

#contact-form ul {
  padding:15px 20px;
  margin:0;
  list-style:none;
  background-color: #efece3;
  border-radius: 5px;
}

#contact-form ul li {
  padding:5px 0;
  margin-bottom:10px;
}

#contact-form ul li label {
  text-transform: uppercase;
  font-family: 'UTMAlexander', 'Roboto', sans-serif;
  color:#000;
  font-weight: normal;
  font-size:14px;
}

#contact-form ul li input, #contact-form ul li textarea {
  width:100%;
  font-size:16px;
  padding:5px 10px;
}

#contact-form ul li input[type="submit"], #contact-form ul li input[type="reset"] {
  width:45%;
  background-color:#222;
  color:#fff;
  border-radius:5px;
  border:1px solid #222;
  margin-top:-2px;
  padding:5px 10px;
  text-transform: uppercase;
}

#contact-form ul li input[type="reset"] {
  background-color:#d1d1d1;
  border:1px solid #d1d1d1;
  margin-top:0;
  margin-left:5px;
  color:#000;
}

.contact_page #info h2 {
  font-weight: bold;
  font-size:16px;
  margin:10px 0;
}

.contact_page #info div {
  margin-bottom: 5px;
}

.detail_contact {
  text-align:left;
  font-size:16px;
}

.detail_contact h1, .detail_contact h2 {
  font-size:20px;
  font-weight:bold;
  margin:5px 0 15px 0;
}

.page-price {
  color: #444;
}

.page-price .top-cat h1 {
  font-size: 20px;
  padding: 0;
  color: #000;
  text-transform: none;
  border-bottom: none;
}

.page-price table {
  margin:15px 0;
}

.page-price table th {
  border-top: 1px solid #ddd !important;
  border-bottom: none !important;
  font-weight: normal;
}

.page-price table h3 {
  font-size:16px;
  color:#ff0000;
  margin:5px 0;
}

.page-price table a {
  font-weight: 500;
  color:#444;
}

.page-price table .price {
  color: #ff0000;
  font-weight: 500;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
  color: #fff;
  padding: 4px 10px;
  text-decoration: none;
  background-color: #000;
  font-size:15px;
}

ul.yiiPager .selected a, ul.yiiPager a:hover {
  background: #f30505;
  color: #FFFFFF;
  border: solid 1px #c50707;
  font-weight: bold;
}


#phantrang {
  text-align: center;
}

.khung {
   border: 3px dashed #00a036;
   padding: 15px 10px 10px 10px;
   background: rgb(255, 255, 224);
   margin-top: 20px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i { color: #ecc264;}


.bt-chonhethong{
  background-color:  rgb(255, 255, 255);
  border: 3px solid #000000;
  color: #000000;
  /* width: 120px; */
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  /* margin-top: 10px; */
  /* margin-top: 10px; */
  font-size: 20px;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 5px 25px;
}

.bt-chonhethong:hover{
  background-color: rgba(230, 149, 0, 0.8);
  color: rgb(255, 255, 255);
}

  .icon{
    /* border-bottom: 1px solid #fff; */
    /* margin-top: 15px; */
    /* margin-bottom: 20px; */
    /* display: flex; */

    /* justify-content: space-between; */
    /* max-width: 10%; */
    /* text-align: center; */
   /* width: 200px; */
  /* flex-wrap: wrap; */
}
ul.icon{
  display:flex;
  flex-wrap: wrap ;
  justify-content: space-between;
  text-align: center;

}
ul.icon li{
  display:flex;
  /* flex-wrap: wrap ; */
  /* justify-content: space-between; */
  text-align: center;
  width: 150px;

}
ul.icon li img{
 max-width: 100%;
}

.text-20-giua-trang{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}