@font-face {
    font-family: 'UTMSwiss'; /*a name to be used later*/
    src: url('fonts/UTMSwissCondensedBold.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: '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;
}

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

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

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

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


body {
  font: 14px/1.6 "Roboto",sans-serif;
  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:#e41515;
  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;
    }
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.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:1070px;
  }
}

header {
  position: relative;
}

.topbar {
  color:#fff;
  background-color:rgba(122, 39, 23, 0.6);
  text-align: right;
  height: 42px;
  font-size:12px;
  overflow: hidden;
}

.topbar ul {
  list-style: none;
  padding:0;
  margin:0;
  height: 42px;
}

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

.topbar ul li a {
  display: inline-block;
  padding:10px 16px;
  font-weight: 300;
  color:#fff;
  text-transform: uppercase;
  height: 42px;
  line-height: 22px;
  border-left: 1px solid #b07c71;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.topbar ul li:hover {
  background-color: rgba(255,255,255,0.2);
}

.topbar ul li i.fa {
  font-size:16px;
  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;
}

@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;
}

.logotop {
  background-color: #00529c;
}
.logotop .slogan>p {text-align: center; line-height: 36px;
  font-size: 15px; font-weight: 700; color: #FFF; margin: 0;}
.logotop .menu-top ul {display: block; padding: 0;margin: 0;}
.logotop .menu-top ul li {float: left; list-style: none; padding: 0 10px; border-right: 1px solid rgba(0,0,0,0.1);}
.logotop .menu-top ul li a {font-size: 13px; text-transform: unset; line-height: 36px;}
.logotop .menu-top ul li a:hover {font-weight: 600;}

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

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

header .logo-img img {
  display:inline;
  vertical-align: middle;
  height: 120px;
  padding: 20px 0;
  margin-left: 30px;
}

@media(max-width:991px){
  .logotop .logo-img {
    text-align: center;
  }
}

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

.logotop .site-heading h1, .logotop .site-heading strong {
  font-size: 18px;
  color: #c6c6c6;
  font-family: 'UTMNeoSansIntel';
  font-weight: bold;
  margin:8px 0 8px 0;
}

.logotop .site-heading .slogan {
  font-size: 14px;
  color: #c6c6c6;
  font-family: 'UTMNeoSansIntel';
}

@media(min-width:1200px){
  .logotop .site-heading {
    margin-top: 6px;
  }

  .logotop .heading-title {
    margin-left: -105px;
  }
}

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

  }

  .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 {
    max-width: 100%;
  }
  header .logo-img {text-align: center;}
  header .logo-img img {max-height: 70px; padding: 0;}
  header .navbar-fixed-top .logo-img img {max-height: 60px; padding: 0;}
  header .navbar_t {position: absolute;
    left: 0;
    top: 45px;
    float: left;
    width: unset;}
  header .header-hotline {margin: 0;}
  header .hotline_t {background-color: #f1f1f1;}
  .hotline_t>.pull-right {float: none !important; text-align: center;}

  .menubar.navbar-fixed-top {background-color: rgba(255,255,255, 0.8);}
  .navbar-fixed-top .navbar_t {top: 15px;}
  .menubar.navbar-fixed-top .container-fluid {padding: 0;}

  .navbar-fixed-top .navbar-toggle {margin-top: 0;}
}

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

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

  .logotop .logo-img img {

  }
}

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

.logotop a {
  color: #7a2717;
  text-transform: uppercase;
  font-size:14px;
  font-weight: bold;
}

.logotop .hotline_text {
  color:#fff;
  font-size: 20px;
  text-align: left;
}

.logotop .hotline_text a {
  color:#fff;
  font-size: 18px;
  font-weight: normal;
}

.logotop .hotline_text i.fa-round {
  color: #e41515;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid #e41515;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 5px 0;
  vertical-align: top;
  float: left;
  margin-right: 8px;
  margin-top: 5px;
}

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

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

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

.logotop .hotline_text .header-hotline .heading-font {
  color: #e41515;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  float: left;
}

.logotop .hotline_text .header-hotline a {
  display: block;
  font-weight: bold;
  line-height: 24px;
}
.header-hotline {text-align: center;
  position: absolute;
    right: 0;
    top: 28px; width: 360px;}
.fixedtop .header-hotline {top: 18px;}
.header-hotline>i {font-size: 16px; color: #DD3333;}
.header-hotline .heading-font {font-size: 17px; color: #666;
  text-transform: uppercase; font-weight: 700;}
.header-hotline .heading-font>a {display: inline-block; color: #DD3333; font-size: 22px;}

@media screen and (max-width:767px) {
  .header-hotline {position: unset; width: unset;}

}


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

.logotop .hotline_text .header-support label {
  margin-right: 2px;
  color: #e41515;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.logotop .hotline_text .header-support a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.logotop .hotline_text .header-support p {
  margin-bottom: 3px;
  line-height: 9px;
}

.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;
  margin-left: 8px;
  font-size: 14px;
  /*width: 36px;*/
  height: 36px;
  line-height: 36px;
  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: #e41515;
}
#main-navbar .header-social {float: left; width: 100%; padding: 0 20px;}
#main-navbar .header-social ul {list-style: none; margin:0; padding:0;}
#main-navbar .header-social ul li {float:left;}
#main-navbar .header-social ul li a {display: block;
  margin-left: 8px;
  font-size: 17px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #666;
  text-indent: 1px;}
#main-navbar .header-social ul li a:hover {color: #DD3333; background-color: unset;}
#main-navbar .header-social ul li a[data-title]:after {display: none;}

#main-navbar .header-hotline {float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;}

a[data-title]:hover:after {
    opacity: 1;
    transition: all 0.2s ease 0.5s;
    visibility: visible;}
a[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #FFF;
    font-size: 13px;
    text-transform: none;
    position: absolute;
    padding: 0 10px;
    border-radius: 5px; 
    bottom: 0;
    right: 0;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;}
a[data-title] {position: relative;}

.logotop .hotline_text .header-social ul li a[data-title]:after {bottom: -40px; line-height: 40px;}




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

.menubar .search-bar {
  margin: 30px 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 .input-group {
  border-radius: 0;
}

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

.search-bar input {
  border:1px solid #b8b8b8;
  font-size:12px;
  padding:8px 5px 8px 20px;
  border-radius: 0;
  height:38px;
}

.logotop .input-group-btn {

}

.search-bar input {

}

.search-bar button {
  background-color: #1e73be;
  border-radius: 0;
  color: #fff;
  z-index:10 !important;
  height:38px;
  width:44px;
}

.menubar .search-bar button {color: #fff;
  height: 30px;
  width: 35px;
  padding: 4px 10px ;
}
.menubar .search-bar button:hover {background-color: rgba(221, 51, 51, 0.8); }

.menubar .search-bar input {border-right: none;
  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.4s ease-in;
  -moz-transition: background-color 0.4s ease-in;
  -o-transition: background-color 0.4s ease-in;
  transition: background-color 0.4s ease-in;
  background-color: unset;
}


@media(min-width:992px){
  .menubar {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .topbar {
    z-index: 100;
  }

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

  }

  .menubar.fixedtop {
    position: fixed;
    top:0;
    z-index: 100;
    width:100%;
    /*background-color: #eaedf0;*/
  }

  .menubar.fixedtop .logo-img img {height: 90px;}
}

.menubar .container-fluid {

}

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

.menubar .navbar {
  background-color: unset;
  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:focus, 
.menubar .navbar-default .navbar-toggle:hover {
  background-color: #00529C;
}
.menubar .navbar-default .navbar-toggle:focus .icon-bar, 
.menubar .navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #FFF;
}

.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;
}
.menubar #main-navbar .navbar-nav {position: relative;}
.menubar #main-navbar .navbar-nav>li {
    /*position: unset;*/
    position: relative;
}

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

@media(min-width:1200px){
  .menubar .container-fluid {
    padding:0;
  }

  .menubar #main-navbar {
    padding:0;
    position: relative;
  }

  .menubar #main-navbar .navbar-nav {

  }

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

.menubar #main-navbar  li a {
  color: #000;
  text-transform: uppercase;
  font-size:14px;
  /*padding:5px 5px;*/
  /*font-family: 'AvenirNext';*/
  font-weight: 600;

  -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;
}

.menubar #main-navbar li a:hover, .menubar #main-navbar li a:focus {
  color: #00529c;
}

.menubar #main-navbar li ul {

}

.menubar #main-navbar li.searchbutton {
  position: relative;
}

.menubar #main-navbar li.searchbutton form {
  position: absolute;
  right: calc(100% - 17px);
  top: 8px;
  width:0;

  -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;

  overflow: hidden;
  z-index: 1;
}

.menubar #main-navbar li.searchbutton.show form {
  width: 165px;
}

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

.menubar #main-navbar li.searchbutton a {
  width: 34px;
  height: 34px;
  top: 8px;
  padding: 4px 0;
  text-align: center;
  border-radius: 17px;
  border: 2px solid #fff;
  z-index: 2;
}

.menubar #main-navbar li.searchbutton a:hover {
  border: 2px solid #e41515;
}

.menubar #main-navbar li.searchbutton.show a {
  background-color:#e41515;
  color:#fff;
  border: 2px solid #e41515;
}

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

  .menubar .navbar {
    position: static;
  }

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

  .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 {
    padding: 16px 24px;
  }
  .menubar #main-navbar > ul > li {padding: 0 18px;}
  .menubar #main-navbar > ul > li > a {
    /*border-right: 1px solid #e41515;*/
    line-height: 120px;
    padding: 0;
  }

  .menubar #main-navbar > ul > li > a {background-color: unset; color: #666;}

  .menubar #main-navbar > ul > li:first-child > a {
    /*border-left: 1px solid #e41515;*/
  }

  .menubar.fixedtop #main-navbar > ul > li > a {
    line-height: 90px;
  }
}

/* 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 li.active > a {
  color:#00529C; background-color: unset;
} 

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


.menubar .navbar-nav > .open > a, 
.menubar .navbar-nav > .open > a:focus, 
.menubar .navbar-nav > .open > a:hover {
  background-color:#222;
  color:#00529C;
}



@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: #333;
    padding: 10px 20px;
  }
}

.menubar #main-navbar .dropdown-menu {
  margin:0;
  /*width: 100%;*/
  /*display: block;*/
}
@media(max-width:991px){
    .menubar #main-navbar .dropdown-menu {
      width: 100%;
    }
}

.menubar #main-navbar .dropdown-menu li {
  border-bottom: 1px solid #181818;
  /*width: 25%; float: left;*/
  position: relative;
  /*line-height: 40px;*/
}

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

.menubar #main-navbar .dropdown-menu li a {
  padding: 10px 20px;
  text-transform: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  /*font-family: 'AvenirNext';*/
}
.menubar #main-navbar .dropdown-menu li a img {display: inherit; width: 100%; height: 75px;}

@media(max-width:991px){
  .menubar #main-navbar .dropdown-menu li a {
    padding:8px 10px 8px 35px;
  }
  .menubar #main-navbar .dropdown-menu li a img {height: unset; width: 60%;}
}

.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 .dropdown-menu li > ul {
    display: none;
    position: absolute;
    width: 120%;
    left: 100%;
    top: -1px;
    border-top: 1px solid #999;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    
}
.menubar #main-navbar .dropdown-menu li:hover > ul {
    display: block;
}
.menubar #main-navbar .dropdown-menu li > ul > li {
    list-style: none;
    border-color: #555;
}
.menubar #main-navbar .dropdown-menu li > ul > li > a {
    display: inline-block;
    font-size: 12px;
    text-transform: unset;
    width: 100%;
    line-height: 38.5px;
    padding: 0px 0px 0px 20px;
}

.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 (max-width: 991px) {
  .menubar #main-navbar .navbar-nav>li {position: relative;}
  .menubar #main-navbar .dropdown-menu li {width: 100%;} 
  .navbar-nav .open .dropdown-menu {position: relative;
    left: 0; float: left;
    top: 100%; padding: 0;}
  .menubar .navbar-nav > .open > a, 
  .menubar .navbar-nav > .open > a:focus, 
  .menubar .navbar-nav > .open > a:hover {background-color: unset;}
  .menubar #main-navbar .dropdown-menu li a {color: #666;}
  .menubar #main-navbar .dropdown-menu > li:last-child {
      border-bottom: 1px solid #181818;
  }
}

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

  .menubar #main-navbar .dropdown-menu {
    background-color:#f1f1f1;
    border-radius: 0;
    box-shadow: none;
    padding:0;
    border-top: 1px solid #999;
    min-width: 200px;
  }

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

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

  .menubar #main-navbar .dropdown-menu li a:hover,
  .menubar #main-navbar .dropdown-menu li a:focus {
    color:#fff;
    background: rgba(0, 82, 156, 0.9);
    padding-left: 25px;
  }

  .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:10px 15px;
    color:#fff;
  }

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

  .menubar #main-navbar .columns{
    border-top: 1px solid #e41515;
    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:20px 0 20px 30px;
  }

  .menubar #main-navbar .columns > li ul li a {
    padding:2px 10px;
    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:280px;
  }
  .side-collapse {
    top:0;
    bottom:0;
    left:0;
    width:280px;
    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: #f5f5f5;
  }
  .navbar-fixed-top .side-collapse {
    top:115px;
    z-index: 9999;
  }

  .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;
  }

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

  .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;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: left !important;
      margin: 0 10px;
      width: 100%;
  }
  .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: #888;
}

.language {
  background-color:#5cbae2;
  text-align: center;
  font-size:14px;
  padding:8px 0;
  position: relative;
  margin-top: 8px;
  color:#fff;
}

.logotop .language {
  background-color:transparent;
  color:#000;
  margin: 10px 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;
}

#slide img {
  width:100%;
}

#slide .carousel-caption {
  width:22%;
  background: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding:30px 15px;
  top:60%;
  bottom:auto;
  left:auto;
  right:auto;
  transform:translate(0, -50%);
  -webkit-transform:translate(0, -50%);
}

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

#slide .carousel-caption .carousel-title {
  font-size: 24px;
  padding:0 0 12px 0;
  text-align:left;
  color:#000;
  text-transform: uppercase;
  font-family: 'AvenirNext';
  font-weight: bold;
  text-shadow: none;
}

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

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

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

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

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

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


  #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;
}

/*Hiá»‡u á»©ng hover*/
.beffect {position: relative;overflow: hidden;vertical-align: middle;display: block;}
.beffect::before {background:rgb(0, 82, 156);
    background: transparent\9;
    background:rgba(0, 82, 156,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fed1c24,endColorstr=#7fed1c24);
    content: "";height: 0;left: 0;margin: auto;opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;bottom: 0;width: 0;}
.beffect::after {background:rgb(0, 82, 156);
    background: transparent\9;
    background:rgba(0, 82, 156,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fed1c24,endColorstr=#7fed1c24);
    content: "";height: 0;right: 0;margin: auto;opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;bottom: 0;width: 0;}
.beffect:hover::before, 
.beffect:hover::after {height: 100%;
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
    opacity: 0;filter: alpha(opacity=0);width: 100%;}

/*effect-v7*/
a.effect-v7{position: relative;}
a.effect-v7 img {
  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.effect-v7::before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out}
a.effect-v7::after{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out}
a.effect-v7:hover::before{
    right:50%;
    left:50%;
    width:0;
    background:rgba(0, 82, 156,0.5)}
a.effect-v7:hover::after{
    height:0;
    top:50%;
    bottom:50%;
    background:rgba(0, 82, 156,0.5)}
    
/*sp_slide*/
.sp_home .sp_owl {padding: 20px 0;}
.sp_home .sp_owl .owl-item {padding: 0 10px;}
.sp_home .sp_owl .owl-item.active {border-right: 1px solid #ccc;}
.sp_home .sp_owl .owl-item.active:nth-child(6) {border-right: none;}
.sp_home .sp_owl .item {text-align: center;}

.sp_home .sp_owl .item a {display: inline-flex;
    align-items: center;
    height: 150px;
}
.sp_home .sp_owl .item a img {width: unset;
    height: auto;
    max-width: 100%;
}

/*Sáº£n pháº©m*/
.cat_home , .services_home {padding: 30px 0 10px; position: relative;}
.cat_home::after {content: ''; position: absolute;
  width: 40px; height: 3px;
  background-color: rgba(0,0,0, 0.1);
  bottom: 0; left: calc(50% - 20px);}
.cat_home .title , .services_home .title ,
#newshome .title-info {text-align: center;
  margin-bottom: 30px;
  position: relative;}
.cat_home .title>p , .services_home .title>p ,
#newshome .title-info>p {font-size: 18px; 
  text-transform: uppercase; font-weight: 700; color: #666;
  margin: 0;display: inline-block;
  padding: 0 15px;
  background: #FFF;
  z-index: 10;
  position: relative;}
.cat_home .title::after , .services_home .title::after ,
#newshome .title-info::after {content: '';
  position: absolute;
  width: 100%; height: 1.5px; background: #ccc;
  top: 12px; left: 0;}

.cat_home .row>.item {padding: 0 10px 20px;}
.cat_home .row>.item .img-box {height: 150px;}
.cat_home .row>.item .title-content {text-align: center; padding-top: 15px;}
.cat_home .row>.item .title-content>a {font-size: 15px; font-weight: 700;
  text-transform: uppercase;
  color: #666;
  line-height: 20px;
    display: inline-block;
    height: 40px;
    overflow: hidden;    
}
.cat_home .row>.item .title-content>a:hover {color: #00529C;}
@media(max-width:767px){
  .cat_home .row>.item .img-box {height: 90px;}
}

/*intro*/
.contentabout {padding:30px 0; position: relative;}
.contentabout .left .img-about > a {
    display: flex;
    height: 340px;
}
.contentabout .left .img-about > a img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
@media(min-width:767px){
  .contentabout .left , .contentabout .right {padding: 0 30px;}
}
.contentabout .right>h2 {font-size: 20px; color: #666;
  font-weight: 700; text-transform: uppercase;
  margin: 0 0 20px; text-align: center;}
.contentabout .right>.brief {text-align: center; font-size: 15px;
    text-transform: uppercase; margin: 0 0 25px;}
.right>.description>p {line-height: 24px;
    font-size: 16px;
    text-align: justify; }
.contentabout .right>a {text-align: center;
    display: block;
    background: #f00;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    border-radius: 40px;}
@media(max-width:767px){
  .contentabout .right>h2 {margin-top: 20px;}
  .contentabout .left img {width: 100%;}
}

/*dá»‹ch vá»¥*/
.services_home {}
.services_home .row>.item {padding: 0 15px 30px;}
.services_home .row>.item>a {display: block;}
.services_home .row>.item>a>img {width: 100%;}
.services_home .row>.item>.iconname {font-size: 16px; font-weight: 600;
  text-transform: uppercase; color: #666; text-align: center;
  margin-top: 15px;}
.services_home .row>.item:hover>.iconname {color: #00529C;}




#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;
}

#introshop {
  background: #EEE none repeat scroll 0 0;
  font-size: 13px;
  padding-top: 45px;
  padding-bottom: 20px;
  text-align: center;
}

#introshop h2 {
  margin: 0;
  margin-bottom:20px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
}

@media(max-width:767px){}
  #introshop h2 {
    font-size:28px;
  }
}

#introshop .line-break {
  text-align: center;
}

#introshop .line-break > div {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 5px;
  -webkit-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  border-radius: 2px;
  background-color: #e41515;
}

#introshop .line-break .first-short {
  width: 16px;
  margin-left: 3px;
}

#introshop .why_buy {
  color: #555555;
  font-size:14px;
  margin-bottom: 40px;
}

#introshop .introbox {
  position: relative;
  min-height: 170px;
  padding: 10px 0 10px 0;
  margin:0;
}

#introshop .row > div {

}

#introshop .title-box {
  float:left;
  width:70px;
}

#introshop .title-box img {
  margin:0 0 10px 0;
  width:100%;
}

#introshop .intro-content {
  margin-left: 75px;
}

#introshop .intro-content .title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

#introshop .intro-content .content {
  color: #888888;
  line-height: 16px;
}

#introshop .intro-content {
  padding:5px 10px;
  text-align: justify;
}

@media(min-width:992px){
  #introshop .intro-content {

  }
}

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

#introshop a.view-more {
  font-weight:bold;
  display: inline-block;
  margin-left: 5px;
}

#introshop .view-more-home {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right:0;
  left:0;
}

#introshop .view-more-home a {
  background: rgba(153, 153, 153, 1) none repeat scroll 0 0;
  border: 0px solid #000;
  border-radius: 20px;
  color: #fff !important;
  font-size:16px;
  padding: 9px 30px;
}

#introshop .view-more-home a:hover {
  box-shadow: none !important;
  background-color: #888888;
}

#productshop {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

#productshop .blacksite {
  background-color: #232628;
  margin-bottom: 35px;
}

#productshop h1 {
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 50px;
  font-weight: 700;
  color:#fff;
  text-transform: uppercase;
}

@media(max-width:991px){
  #productshop h1 {
    font-size:22px;
  }
}

#productshop .title-info {
  margin-bottom: 15px;
}

#productshop h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
  text-align: center;
}

#productshop .slogan {
  font-size:16px;
  color: #7a7a7a;
  text-align: center;
  padding: 0 0 10px 0;
  font-weight: 500;
}

#productshop .nav-tabs {
  border-bottom: none;
  margin:25px 0 1px 0;
  text-align: left;
}

#productshop .nav-tabs > li {
  float:none;
  display: inline-block;
  margin-right: 0px;
}

#productshop .nav-tabs > li > a {
  border: none;
  font-size:16px;
  border-radius: 0;
  padding: 8px 40px;
  font-weight: 500;
  min-width: 150px;
  background: rgba(255, 255, 255, 0.1);
  color:#aaa;
  text-transform: uppercase;
  text-align: center;
}

@media(max-width:991px){
  #productshop .nav-tabs > li > a {
    font-size:16px;
    font-weight: bold;
    padding:5px 15px;
    min-width: auto;
  }
}

#productshop .nav-tabs > li.active > a {
  background-color: #fff;
  color:#e41515;
}

@media(max-width:991px){
  #productshop .row > div:nth-child(2n+1) {
    clear:both;
  }
}

@media(min-width:992px){
  #productshop .row > div:nth-child(4n+1) {
    clear:both;
  }
}

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

#productshop .infobox:hover {
  box-shadow: 0px 0px 10px #999;
}

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

#productshop .infobox img {
  width: 100%;
  /*height: 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;
  z-index:1;

  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  top:50%;
}

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

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

#productshop .infobox .title-content, .col-product .title-content {
  margin-top:15px;
}

#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-size: 15px;
  display: block;
  font-weight: 400;
  text-align: left;
}

#productshop .infobox .info-description {
  font-weight:400;
  line-height:1.6;
}

#productshop .infobox .price-box, .col-product .price-box {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  height: 34px;
}

#productshop .infobox .price-box span, .col-product .price-box span {
  z-index: 6;
  position: relative;
}

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

#productshop .view-more a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 17px 28px 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: #e41515;
}

/*tin tá»©c*/
#newshome {padding: 30px 0 40px;}
#newshome .col-news {position: relative;}

#newshome .title-info h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: 'AvenirNext';
}

#newshome .first-news {position: relative;}
#newshome .first-news>.effect-v7 {display: block; height: 170px; overflow: hidden;}
#newshome .first-news>.effect-v7>img {width: 100%; min-height: 170px;}

@media(max-width:767px){
  #newshome .first-news>.effect-v7 {height: unset;}
}

#newshome .first-news .title-news {}
#newshome .first-news .title {text-align: center; position: relative;
  font-size: 17px;
  margin: 10px 0;
  line-height: 22px;
  font-weight: 600;
  display: block;}
#newshome .first-news .title:after {content: '';
  position: absolute;
  height: 2px; width: 30px;
  background-color: rgba(0,0,0, 0.1);
  left: calc(50% - 15px);
  bottom: -10px;}

#newshome .first-news .title a {color:#666;display: block;}
#newshome .first-news .title a:hover {color:#00529C;}

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

#newshome .first-news .time {position: absolute;
  top: 20px; left: -10px;
  color:#00529C; font-size:13px; z-index: 10;
  background-color: #FFF;
  display:block; padding: 5px;
  border: 2px solid;
  text-align: center;
  line-height: 14px;}
#newshome .first-news .time:hover {background-color: #00529C; color: #FFF; border-color: #00529C;}
#newshome .first-news .time .day {font-size:16px; font-weight: 700;}
#newshome .first-news .time .month {font-weight: 600;}

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

#newshome .view-more.view-more-video {
  padding-left: 0;
}

#newshome .view-more a {
  font-weight:bold;
  font-size:14px;
}

#newshome .first-video ul {
  list-style: none;
  padding:0;
  margin: 15px 0;
}

#newshome .first-video ul li {
  display: inline-block;
  margin-right: 5px;
}

#newshome .first-video ul li img {
  width: 70px;
  height: 55px;
}

#newshome .first-video h3 {
  height: 20px;
}

#aboutus {
  background-color:#fff;
  position: relative;
  background-repeat: no-repeat;
  background-size:cover;
}

#aboutus .titleabout {
  color: #000;
  background: #F5F5F5;
}

#aboutus .buttonabout {
  text-align: right;
}

#aboutus .buttonabout ul {
  list-style: none;
  padding:0;
  margin:0;
  display: block;
}

#aboutus .buttonabout ul li {
  display: inline-block;
  margin-left:15px;
  margin-top:26px;
}

#aboutus .buttonabout ul li a {
  border: 2px solid #000;
  text-transform: uppercase;
  background: #fff;
  font-weight: 500;
  padding:10px 25px;
  text-align: center;
}

@media(max-width:767px){
  #aboutus .buttonabout {
    text-align: center;
  }

  #aboutus .buttonabout ul li a {
    padding:8px 15px;
  }
}

#aboutus h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
}

#aboutus .description {
  line-height: 1.6;
  font-size:14px;
  overflow: hidden;
}

#aboutus .aboutmore ul {
  list-style: none;
  padding:0;
  margin:15px 0;
}

#aboutus .aboutmore ul li {
  float:left;
  width:50%;
  height: 50px;
  overflow: hidden;
  margin-bottom: 10px;
}

#aboutus .aboutmore ul li img {
  float:left;
  width:45px;
  height:45px;
}

#aboutus .aboutmore ul li .iconname {
  margin-left: 55px;
  line-height: 1.6;
  font-size:14px;
  padding-right: 20px;
}

@media(max-width:991px){
  #aboutus .aboutmore ul li {
    text-align: center;
    height:90px;
    margin-bottom: 5px;
  }

  #aboutus .aboutmore ul li img {
    display: block;
    float:none;
    margin:0 auto;
  }

  #aboutus .aboutmore ul li .iconname {
    margin-left: 0;
    display: block;
    padding-right: 0;
  }

  #aboutus .aboutmore ul li .iconname {
    font-size:12px;
  }
}

#aboutus .view-more-home {
  margin: 45px 0;
}

#aboutus .img-about {
  position: static;
}

@media(min-width:992px){
  #aboutus {
    background-position: right 100%;
    background-size: 50% 100%;
  }

  #aboutus .img-about {

  }
}

#aboutus .img-about img {
  width:100%;
  height: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 {
  background-image: url('images/back-material.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding:70px 0 60px 0;
}

@media(max-width:767px){
  #material {
    background:none !important;
  }
}

#material h3 {
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:32px;
  margin:0 0 20px 0;
}

#material .description {
  margin: 40px 0;
  font-size:15px;
  line-height: 1.6;
  height:100px;
  overflow: hidden;
  text-align: justify !important;
}

#material .col-icon {
  text-align: center;
}

#material .col-icon .icon-description {
  margin-top:35px;
  font-size:15px;
  line-height: 1.6;
  height:100px;
  overflow: hidden;
  text-align: justify !important;
}


#customer {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

#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: 100px;
}

#customer #customer-carousel {
  display: block;
  width:100%;
  overflow:hidden;
}

#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: #00529c;
  padding: 30px 0 50px;
  color: #EEE;
  font-size: 14px;
  }

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

#contactshop .item .title {font-weight: bold;
  position: relative;
  color:#fff; margin-bottom: 25px;
  text-transform: uppercase;
  font-size:16px;}
#contactshop .item .title::after {content: '';
  position: absolute; width: 30px; height: 2px;
  background-color: rgba(255,255,255,0.3);
  left: 0; bottom: -10px;}
#contactshop .item .title>p {margin: 0;}

#contactshop .description>p {font-size: 16px; line-height: 28px; margin: 0;}
#contactshop .description>p>span {font-weight: 700; text-transform: uppercase;}
#contactshop .description>p>a {color: #FFF; font-weight: 700; text-decoration: none;}

#contactshop .item .social {margin-top: 30px;}
#contactshop .item ul {list-style: none;margin:0;padding:0;}
#contactshop .item ul li {float:left;}
#contactshop .item ul li a {display: block;
  margin-left: 8px;
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255, 0.5);
  /*background-color: #2f3234;*/
  color: #fff;
  text-indent: 1px;}
#contactshop .item ul li a:hover {background-color: #e41515;}
#contactshop .item ul li a[data-title]:after {bottom: unset; line-height: 36px; top: -40px;}


#contactshop .item .brief>p {font-size: 16px; line-height: 28px; margin: 0 0 20px;}
#contactshop .register_form {}
#contactshop .register_form>input {width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    background: rgba(255,255,255, 0.3);
    color: #FFF;
    margin-bottom: 15px;}
#contactshop .register_form>input::placeholder {color: #FFF;}
.register_form .btdk_w .btdk {margin: 0; 
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: rgba(0,0,0,0.5);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;}
.register_form .btdk_w .btdk:hover {background-color: rgba(0,0,0,0.7);}

#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;
}


#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 {
    width:810px;
    border-right: 1px solid #EEE;
  }
}


.main ._box {margin-bottom:20px;
  width: 100%;}
.main ._box .title {margin-bottom: 20px;position: relative;}
.main ._box .title:after {content: '';
  position: absolute;
  width: 30px; height: 2px; background-color: #ccc;
  left: 0; bottom: -5px;}
.main ._box .title>p {color:#666;
  font-size:16px;
  padding:5px 0;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;}

.reg_box .brief>p {margin-bottom: 20px; font-size: 15px; line-height: 24px;}
.reg_box .register_form>input {width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: none;
    border: none;
    background: rgba(0,0,0, 0.1);
    border: 1px solid rgba(0,0,0, 0.2);
    color: #FFF;
    margin-bottom: 15px;}
.reg_box .register_form .btdk_w .btdk2 {margin: 0;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    color: #FFF;
    background-color: rgba(221, 51, 51, 0.8);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;}
.reg_box .register_form .btdk_w .btdk2:hover {background-color: rgba(221, 51, 51);}


@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: #444444;
}

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

.main ._box .box-content {
  padding:4px 0;

  -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: auto 100%;
  height:456px;
  background-repeat: no-repeat;
  background-position: center center;
}

.main .topbanner.smallbanner {
  height:282px;
  background-size: 100% auto;
}

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

@media(max-width:1199px){
  .main .topbanner {
    height:256px;
    background-size: 100% 100%;
  }

  .main .topbanner.smallbanner {
    height:150px;
    background-size: 100% 100%;
  }

  .main .topbanner h1, .main .topbanner h2 {
    padding-top:65px;
    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:#e56737;
}

.main .category_box ul li.active a {
  color: #dc3d35;
  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 {
    padding-right:0;
    width:230px;
  }
}

.main .widget_box ul {list-style: none;
  padding:0;
  margin:0;}
.main .widget_box ul li {padding: 10px 0; border-bottom: 1px solid #ccc;}
.main .widget_box ul li a.effect-v7 {display: block; width: 55px; float: left; margin-right: 15px;}
.main .widget_box ul li .title-news>a {font-size: 16px;line-height: 22px; display: block;}

.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;
}

.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 {
  font-weight:bold;
  color:#444444;
  padding:5px 0;
  font-size:14px;
  text-transform: uppercase;
}

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

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

.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: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 18px;
}

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

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

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

.product-show {
  margin-bottom: 20px;
}

.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 .col-product {
  padding:0;
  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;}
.product-show .col-product .cat_name {font-size: 12px; color: #777; text-align: center;
  text-transform: uppercase; font-weight: 600;}
.product-show .col-product .cat_name>p {margin: 0;}

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

.product-show .col-product .product-image a {
  display: table-cell; vertical-align: middle;
  height: 100%;
}

.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%;*/
}
.product-show .col-product .title-content {margin: 0; text-align: center;
  min-height: 82px; overflow: hidden;}
.product-show .col-product a.title-box {
    text-align: center;
    height: 72px;
    overflow: hidden;
}
.product-show .col-product .price-box {color: #111;
  }

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

.product-show .col-product:hover 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);
}

.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;
}

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

.product-show .col-office .image {
  margin-bottom: 20px;
  height: 110px;
  text-align: center;
}

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

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

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

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

#officeModal .office-content h3 {
  font-family: 'AvenirNext';
  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 .cityrow {
  margin-top:10px;
  margin-bottom: 25px;
}

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

.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;
  font-size: 20px !important;
  top: 50%;
  transform: translateY(-50%);
  width:20px;
  padding:4px !important;
  background:transparent !important;color:#D6D6D6 !important;}
.owl-carousel .owl-prev{left: -8px}
.owl-carousel .owl-next{right: -8px}


#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-block;
  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 {

}

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 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top:-42px;
  height:35px;
  text-align: center;
  background-color: #01587d;
  z-index: 10;
}

footer .topclick::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #01587d transparent;
  display:block;
  content:'';
  position: absolute;
  left:-35px;
}

footer .topclick::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 35px;
  border-color: transparent transparent transparent #01587d;
  display:block;
  content:'';
  position: absolute;
  right:-35px;
}

footer .topclick a{
  font-size:26px;
  color:#000;
  display:block;
  width:100%;
  position: absolute;
}


footer .col-title {
  font-size:17px;
  margin:10px 0 25px 0;
  text-transform: uppercase;
  font-weight:bold;
  font-family: 'AvenirNext';
}

@media(max-width:991px){
  footer .col-title {
    font-size:16px;
  }
}

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;
}

.bottombar .menu-bottom ul {display: block; padding: 0;margin: 0;}
.bottombar .menu-bottom ul li {float: left; list-style: none; padding: 0 10px;}
.bottombar .menu-bottom ul li a {font-size: 13px; text-transform: uppercase; 
  line-height: 36px; color: rgba(255,255,255, 0.5);}
.bottombar .menu-bottom ul li a:hover {font-weight: 600; color: #FFF;}

footer .bottombar {
  background: #5b5b5b;
  padding: 10px 0 10px;
  color: rgba(255,255,255, 0.5);
  font-size: 15px;
  }

@media(max-width:991px){
  footer .bottombar {
    text-align: center;
  }
}

footer .bottombar p {padding: 5px 0; margin: 0; border-top: 1px solid rgba(255,255,255, 0.3);}

footer .bottombar a {
  color:#fff;
}

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 {
  display: inline-block;
  width:30px;
  height:30px;
  background-image: url('images/social.png');
  background-repeat: no-repeat;
  margin-right: 5px;
}

footer .col-contact .social-link a.gg-icon {
  background-position: 0px 0px;
}

footer .col-contact .social-link a.fb-icon {
  background-position: -35px 0px;
}

footer .col-contact .social-link a.yt-icon {
  background-position: -70px 0px;
}


.module {
  margin:15px 0;
}

.product-detail {
  margin-top:10px;
}

@media(max-width:991px){
  .product-detail {
    margin-top:15px;
  }
}

@media(min-width:992px){
  .main {
    /*margin-top:55px;*/
  }
}

.main .nav_bar {
  font-size: 12px;
  position: relative;
  background: #F5F5F5;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px;
}

.main .nav_bar a {
  color: #888;
  font-size:100%;
}

.main .nav_bar a:hover {
  color: #666;
}

.main .nav_bar a::after {
  content:'->';
  display:inline-block;
  padding:0 5px;
  font-size: 12px;
}

.main .nav_bar a:last-child::after {
  content:'';
}

.main .nav_bar i {
  padding:0 10px 0 0;
  display: none;
}

/*trang con sp*/
.imgs_ppage>div>a {display: flex;
    display: -webkit-flex;
    border: 1px solid #e0e0e0;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    -webkit-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    -moz-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    -ms-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    -o-box-shadow: inset 0 0 10px rgba(44, 44, 44, .1);
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 320px}
@media (max-width:575.98px) {
  .imgs_ppage>div>a {height: 330px}
}
.imgs_ppage>div>a img {
    max-width: 90%;
    max-height: 90%}
.imgs_ppage>div em {text-align: center;
    display: block;
    margin: 5px 0}
.imgs_ppage ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0}
.imgs_ppage ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px}
@media (max-width:991.98px) {}
.imgs_ppage ul li {float: left;
    width: calc(20% - 4px);
    margin-left: 5px}
.imgs_ppage ul li:first-child {margin-left: 0}
.imgs_ppage ul li span {display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 76px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    overflow: hidden}
@media (max-width:991.98px) {
    .imgs_ppage ul li span {height: 60px}
}
.imgs_ppage ul li span.actived {border: 1px solid #F5901C;}
.imgs_ppage ul li span img {max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    padding: 2px}
.imgs_ppage ul li .text_image {background: rgba(0, 0, 0, .8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 16px;
    color: #fff;
    font-size: 12px}

/*sp cá»™t pháº£i*/
@media (min-width:768px) {
  .left_ppage {padding-left: 0;}
  .right_ppage {padding-right: 0;}
}
.right_ppage .brief_ppage {text-align: center;}
.brief_ppage>h1 {font-size: 30px; color: #555; font-weight: 700;
  margin: 0 0 40px; position: relative;}
.brief_ppage>h1::after {content: '';
  position: absolute;
  width: 30px; height: 3px;
  background-color: #ccc;
  left: calc(50% - 15px); bottom: -20px;}
.brief_ppage .price_pp {margin-bottom: 20px;}
.brief_ppage .price_pp>strong {font-weight: 700; font-size: 24px;
  color: #111; margin-bottom: 20px;}
.brief_ppage .price_pp>em {font-size: 13px;}
.brief_ppage .promotion {margin-bottom: 10px; color: #777;}
.brief_ppage .promotion>span {font-size: 20px; font-weight: 700; color: #555;
  text-transform: uppercase; margin-bottom: 10px; display: block;}
.brief_ppage .promotion>p {line-height: 24px; margin: 0;}
.brief_ppage .promotion>p::before {content:'\f06b';
  font-family: FontAwesome;
  color: #777;
  font-size: 16px;
  margin-right: 5px;}
.brief_ppage .button {margin-bottom: 10px;}
.brief_ppage .button>a.more ,
.brief_ppage .button>a.baogia {width: 50%; float: left;
  padding: 6px 20px; font-size: 17px; font-weight: 600;
  text-transform: uppercase; border-radius: 10px;
  background-color: #DD3333; color: #FFF;}
.brief_ppage .button>a.baogia {background-color: #1e73be; float: none; display: inline-block;}
@media (max-width:767px) {
  .brief_ppage .button>a.more ,
  .brief_ppage .button>a.baogia {width: 100%; margin-bottom: 10px;}
}


.brief_ppage .list {padding: 0;}
.brief_ppage .list li {list-style: none;
  line-height: 25px; border-bottom: 1px solid #eee;}
.brief_ppage .list li:first-child {border-top: 1px solid #eee;}
.brief_ppage .list li span {font-weight: 500; text-transform: uppercase;}

.product-related {padding-top: 15px; border-top: 1px solid #eee;}
.product-related .other_product {font-size: 20px; font-weight: 600; color: #777;
  text-transform: uppercase;}

.main .content_product {margin-top: 50px; padding-top: 25px; border-top: 1px solid #eee;}
.content_product>nav {padding: 0;}
.content_product .nav-tabs>li {float: none;
  border-bottom: 1px solid #ddd;}
.content_product .nav-tabs {border-bottom: none;display:inline-block;}
.content_product .nav-tabs>li>a {margin-right: 0; border-radius: unset;
  text-transform: uppercase;font-weight: 500;color: #666;   padding: 0.9rem 2.5rem;}
.content_product .nav-tabs>li.active>a ,
.content_product .nav-tabs>li:hover>a{font-weight: 600;color: #FFF;
  background-color: #DD3333;
  border-right: 3px solid #DD3333;}

.content_product .tab-content {min-height: 500px; /*border-left: 1px solid #ddd;*/}
.content_product .tab-content .content_news_page ul {margin: 0;
  padding-left: 20px;}
.tab-content .content_news_page ul li {line-height: 30px;}
.tab-content .content_news_page table thead {background-color: #d9edf7;}
.tab-content .content_news_page table thead tr th {line-height: 50px; padding: 5px 0 5px 10px;}
.tab-content .content_news_page table p {margin: 0;}
.tab-content .content_news_page table tbody tr td {line-height: 40px;
  border-bottom: 1px solid #DDD; padding: 5px 0 5px 10px;}
.tab-content .content_news_page table tbody tr:nth-child(2n+2) {background-color: #f9f9f9;}
.tab-content .content_news_page img {max-width: 100% !important; height: unset !important;}

@media (max-width:767px) {
  .left_ppage , .right_ppage {padding: 0;}
  .main .content_product {margin-top: 20px;}
  .content_product>nav {margin-bottom: 20px;}
  .content_product .tab-content {border: 1px solid #ddd; padding: 10px; }
  .brief_ppage .button>a.more, .brief_ppage .button>a.baogia {font-size: 14px;}

  .tab-content .content_news_page table {width: 100% !important;}
}

/*------------------------------------------------------*/
.product-detail .detail-left {text-align:left;}
.product-detail .top-cat {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 15px;
  color: #000;
  position: relative;}

.product-detail .top-cat .cat-title {position: relative;}
.product-detail .top-cat h1 ,
.detail-left .top-cat h2 {font-size:18px;
  font-weight: 600;
  color: #444;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  padding-top:0;
  margin-top:10px;
  border-bottom: 2px solid #eee;
  padding-left: 0;}
.detail-left .top-cat h2 {text-align: unset;
    border-bottom: none;
    position: relative;}
.detail-left .top-cat h2::after {content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #ccc;
    left: 0;
    bottom: -10px;}

.product-detail .top-cat .description {
  font-size:13px;
  color:#444444;
  margin:15px 0;
  text-transform:none;
}

.product-detail .detail-left > .row {

}

.product-detail .sort-cat {
  /*background-color: #efefef;*/
  /*border:1px solid #d3d3d3;*/
  padding:5px 0;
  /*margin-bottom: 25px;*/
}

.product-detail .product_page {
  padding:10px 0;
  margin:0 -15px;
}

.product-detail .image-product {
  width:100%;
  text-align:center;
  margin-bottom:15px;
}

.product-detail .image-product img {
  display:inline-block;
}

.product-detail ul.small_image {
  list-style:none;
  padding:0;
  margin:10px 0;
}

.product-detail ul.small_image li {
  display:inline-block;
  margin-right:15px;
  margin-bottom: 10px;
}

.product-detail ul.small_image li img {
  width:80px;
}

.product-detail .network_ppage {
  margin-bottom: 15px;
}

#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 {
  padding-right:0;
}

.product-detail .product-price-col h1 {
  line-height: 1.5;
  text-align:left;
  margin:0 0 20px 0;

  font-size: 20px;
  padding: 0;
  color: #000;
}

.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;
}

.product-detail .product-price-col .price_box .sale_price span {
  font-size: 36px;
  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 .desc_ppage {
  margin-bottom: 10px;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px 0;
  position: relative;
  padding-bottom: 5px;
  text-align:left;
  line-height: 1.3;
  font-size: 13px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.product-detail .desc_ppage p {
  margin:0;
  padding:5px 0;
}

.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 .size-list span {
  margin-right: 15px;
  float:left;
  width:75px;
  margin-top: 7px;
}

.product-detail .order-cart .size-list .size-list-option {
  margin-left: 90px;
}

.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;
}

.product-detail .order-cart .size-list input {
  display: none;
}

.product-detail .order-cart .size-list input[type="radio"]:checked+label{
  border:1px solid #8b8b8b;
  background-color: #ccc;
}

.product-detail .order-cart p {
  width:45%;
  display:inline-block;
}

.product-detail .order-cart p span {
  width:45%;
  display:inline-block;
}

.product-detail .btnOrder {
  border:none;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 9px 0;
  background-color: #222;
  border-radius: 3px;
  width:50%;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
}

.product-detail form select {
  font-size: 15px;
  padding: 5px;
  width:55%;
  border:1px solid #ccc;
  vertical-align: middle;
}

.product-detail form input[type="number"] {
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  width:45%;
  border:1px solid #ccc;
}

.product-detail form .fa {
  margin-right:5px;
}

.product-detail .office_link {
  margin:15px 0;
  text-align: center;
}

.product-detail .office_link a {
  padding:8px 25px;
  background-color:#7a2717;
  border-radius: 5px;
  text-transform: uppercase;
  color:#fff;
  font-family: 'AvenirNext';
  font-size:14px;
}

.product-detail .office_link a i.fa {
  margin-right: 5px;
}

.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;
}

.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:15px 15px;*/
}

.product-detail .tab-content img {
  max-width:100%;
}

.product-detail .product-related .other_product {
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  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:15px;
}

.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:300px){
  .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;
}

._pbox1 {
  margin-bottom:15px;
}

._pbox1 > p, ._pbox1 div > p {
  background: #f0f0f0;
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
}

._pbox ul, ._pbox1 div ul {
  padding:0;
}

._pbox1 li a {
  padding: 5px 0;
  display: block;
  color: #444444;
}

._pbox1 li.active a, ._pbox1 li a:hover {
  color:#222;
}

._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;
}

/*trang con tin tá»©c*/
.list-news .banner_top {
  margin-bottom:22px;
}

.list-news .banner_top img {
  width:100%;
  box-shadow: 5px 10px 5px #888888;
}

.list-news .news-list {}
.list-news .news-list .cat_name>a {color: #444; font-size: 12px; 
  text-transform: uppercase;
  font-weight: 600;}
.list-news .news-list .cat_name>a:hover {color: #00529C;}
.list-news .news-list h2 {margin: 15px 0 30px; position: relative;}
.list-news .news-list h2::after {content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ccc;
  left: 0;bottom: -15px;}
.list-news .news-list .item {margin-bottom: 20px;}
.list-news .news-list .item:last-child {margin-bottom: 0;}
.list-news .image-thumb {padding: 5px;
  border: 1px solid #e0e0e0;
  background: #fff;
  overflow: hidden;}
.list-news .image-thumb>a {display: block;
    height: 240px;
    overflow: hidden;}
.list-news .image-thumb img {width:100%; /*max-height: 240px;*/ }
.list-news .news-item {padding-bottom: 20px;
    border-bottom: 2px solid #eee;}
.list-news .news-item .news-col {padding: 0 25px;}

.list-news .image-thumb .time ,
.news-detail .news_page .images_new .time {position: absolute;
  top: 20px;
  left: 20px;
  color: #00529C;
  font-size: 13px;
  z-index: 10;
  background-color: #FFF;
  display: block;
  padding: 5px;
  border: 2px solid;
  text-align: center;
  line-height: 14px;}
.list-news .image-thumb .time:hover ,
.news-detail .news_page .images_new .tiem:hover {background-color: #00529C; color: #FFF; border-color: #00529C;}
.list-news .image-thumb .time .day ,
.news-detail .news_page .images_new .time .day {font-size: 16px;font-weight: 700;}
.list-news .image-thumb .time .month ,
.news-detail .news_page .images_new .time .month {font-weight: 600;}

.list-news .news-col .news-description {font-size: 16px; line-height: 26px; }
.list-news .news-description a {margin-top: 20px;
  color: #DD3333;
  text-transform: uppercase;
  display: table-cell;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid;
  padding: 3px 15px;}
.list-news .news-description a:hover {background-color: #DD3333; color: #FFF;}

@media(max-width:767px){

}

.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:#eb2525;
}

.list-news .info_news {  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  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 .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;
}

.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;
}

.list-video .image-thumb iframe {
  width:100%;
  height:100%;
}

.list-video .news-col h3 {
  font-family: 'AvenirNext';
  font-weight: bold;
  font-size:16px;
  text-transform: uppercase;
  margin:10px 0 10px 0;
}

.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;
}

.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;
}

/*trang tin tá»©c*/
.news-detail .news-title>h1 {text-align: unset; border-bottom: none; position: relative;}
.news-detail .news-title>h1:after {content: ''; position: absolute;
  width: 30px; height: 3px; background-color: #ccc;
  left: 0; bottom: -10px;}

.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;*/
}
.news-detail .news_page .info_news {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #888;
  display: block;
  padding-left: 15px;
  background: url('css/news/time.png') 0px 4px no-repeat;}
.news-detail .news_page .images_new {margin-bottom: 10px; position: relative;}
.news-detail .news_page .images_new>img {width: 100%;} 

.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: 100px;
  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 {
  width:80px;
  max-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 .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-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.shop_page .nav_shop a.delete-link {
  float:left;
}


.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:50%;
  box-sizing: border-box;
}

.contact_opage dd input, .contact_opage dd textarea {
  width:80%;
  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:0;
  margin:0;
  list-style:none;
}

#contact-form ul li {
  padding:5px 0;
  margin-bottom:10px;
}

#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;
  line-height: 25px;
}
#contact-form ul li input[type="submit"]:hover {background-color: #DD3333;}

#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 {
  border: solid 1px #e41515;
  font-weight: bold;
  color: #e41515;
  padding: 1px 6px;
  text-decoration: none;
}

ul.yiiPager .selected a {
  background: #e41515;
  color: #FFFFFF;
  font-weight: bold;
}

ul.yiiPager a:hover {
  border: solid 1px #e41515;
}

#phantrang {
  padding-right:15px !important;
}


/*------------------- call buttonÂ ---------------------*/
.zalo-now{
  position: fixed;
  left: -15px;
    bottom: 170px;
    z-index: 88888;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}

.phone-call-now{
  position: fixed;
  left: -15px;
    bottom: 100px;
    z-index: 88888;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);}
@media(max-width:767px){
  .phone-call-now {bottom: 95px;}
}

.call-now {
  position: relative;
    cursor: pointer;
    z-index: 5000;}
.call-now>span {position: absolute;
    font-size: 20px;
    top: 40px;
    left: 40px;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px 0 45px;
    border-radius: 20px;
    z-index: -1; color: #DD3333;}

.call-now .circle {
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.4;
    -webkit-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -o-animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    animation: dr-widget-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;}

.call-now .circle-fill {
    width: 60px;
    height: 60px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .2;
    -webkit-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    animation: dr-widget-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;}

.call-now .img-circle {
    width: 30px;
    height: 30px;
    top: 45px;
    left: 45px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/widget/phone/phone.png) no-repeat center center;
    background-size: 80% 80%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .4;
    box-sizing: initial;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;}

.call-now .circle-shake {
    -webkit-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -o-animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    animation: dr-widget-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
        
@-moz-keyframes dr-widget-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
            transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
          transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
}
@-webkit-keyframes dr-widget-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
          opacity: .1;
        transform: rotate(0) scale(.5) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1;
    }
}
@-o-keyframes dr-widget-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1;
            transform: rotate(0) kscale(.5) skew(1deg);
            opacity: .1;
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
            transform: rotate(0) scale(.7) skew(1deg);
            opacity: .5;
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
            transform: rotate(0) scale(1) skew(1deg);
            opacity: .1;
    }
}
@keyframes dr-widget-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes dr-widget-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        transform: rotate(0) -moz-scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
    }
}
@-webkit-keyframes dr-widget-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
          transform: rotate(0) scale(.7) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
          transform: rotate(0) scale(.7) skew(1deg);
    }
}
@-o-keyframes dr-widget-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
          transform: rotate(0) scale(.7) skew(1deg);
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
          transform: rotate(0) scale(.7) skew(1deg);
    }
}
@keyframes dr-widget-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
    }
}

@-moz-keyframes dr-widget-circle-img-anim {
    0% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
          transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
       transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes dr-widget-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
          transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
          transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes dr-widget-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
          transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
          transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
          transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
          transform: rotate(0) scale(1) skew(1deg)
    }
}
@keyframes dr-widget-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

/* ==========================================================================
   Table of contents
   ========================================================================== */
.er_toc {float: none;font-size: 10pt;max-width: 35%;padding: 5px 10px;background: #f8fbf7;border: solid 1px #DADADA;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;margin: 0 15px 10px 0;}

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

.er_toc .er_toc_content {    max-height: 300px; overflow-y: scroll; font-size:14px; }
.er_toc ul, .er_toc ol {margin: 0;padding: 0;}
.er_toc li {padding-top: 5px;list-style: none;color:#1e8dea;}
.er_toc li a {color:#1e8dea;}
.er_toc ul ul,.er_toc ol ol {margin-left: 20px;}
.er_toc .er_toc_title {   
   display: block;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
  color: red;
  font-size: 16px;
  padding: 7px 0;}
.er_toc .er_toc_title_close {color: #CCC;}
.er_toc .er_toc_title span {display: inline-block;border: 0px solid #fff;width: 0px;overflow: hidden;height: 0px;margin: 0 0 0 3px;}
.er_toc .er_toc_title_open span {border-width: 0 5px 6px;border-color: #333 #F1F1F1;}
.er_toc .er_toc_title_close span {border-width: 5px 5px 0px;border-color: #ccc #F1F1F1;}
a.er_toc_top {display: inline-block;border: 0px solid #fff;width: 0px;overflow: hidden;height: 0px;margin: 0 0 0 5px;border-width: 0 6px 12px;border-color: #999 #fff;}
a.er_toc_top:hover {border-color: #1982D1 #fff;}
.er_toc_disc ul, .er_toc_disc ol {margin-left: 20px;}
.er_toc_disc li {list-style:disc;}