@charset "utf-8";
/* CSS Document 

*/
html, body {
  font-family: 'Rubik', sans-serif;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
body {
  padding-left: 220px;
  padding-top: 56px;
}
html {
  position: relative;
  min-height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a {
  color: #686464;
}
a, button, input[type=submit] {
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.btn-outline {
  color: #555;
  border: solid 1px #a1a6a5;
}
.btn-outline:after {
  width: 0;
  height: 0;
  display: inline-block;
  border: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
  content: '';
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.btn-outline:hover, .btn-outline:focus {
  border-color: #0f846d;
  color: #000;
}
p {
  font-family: 'Rubik', sans-serif;
}
a:hover, a:focus {
  color: #0f846d;
}
a:hover, a:focus, button, .btn, input[type=checkbox] {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0px !important;
}
label {
  font-weight: normal;
}
h1, a h1, h2, a h2, h3, a h3, h4, a h4 {
  line-height: normal;
  font-weight: normal;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.radius {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.table-block {
  display: table;
  width: 100%;
  height: 100%;
}
.table > tbody > tr > td {
  border-top: 1px dotted #b3b3b3;
}
.cell-block {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.error {
  font-size: 14px;
  color: #f90;
  clearfix: both;
  display: block;
}
.red-text {
  color: #f17a7b;
  display: block;
  padding: 5px 0;
}
.btn-yellow {
  background-color: #fcd846;
  border: none;
  color: #000;
}
.btn-yellow:hover, .btn-yellow:focus {
  background-color: #fcf660;
  color: #000;
}
.btn-red {
  background-color: #bd2020;
  border: none;
  color: #fff;
}
.btn-red:hover, .btn-red:focus {
  background-color: #d23a3a;
  color: #fff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots {
  width: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
  list-style: none;
  margin: 0;
  padding: 10px;
}
.slick-dots li {
  float: left;
  margin-right: 6px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  background: #908e8f;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
}
.slick-dots li.slick-active button {
  background: #fff;
}
.slick-next, .slick-prev {
  background: #cfcfcf;
  border: none;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
}
.slick-next {
  right: 0;
}
.slick-left {
  left: 0;
}
.slick-next:hover, .slick-prev:hover, .slick-next:focus, .slick-prev:focus {
  background: #333;
  color: #fff;
}
/* Slider */
.btn-enquire {
  background: #0d5aa1;
  color: #fff;
  padding: 8px 30px;
  border-radius: 4px;
  display: inline-block;
}
.btn-enquire:hover, .btn-enquire:focus {
  background: #093966;
  color: #fff;
}
.btn.btn-more {
  color: #fff;
  background: #0d5aa1;
  border-radius: 0;
  font-size: 14px;
  padding: 8px 40px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 1px;
}
.btn-more:hover, .btn-more:focus {
  background: #000;
}
.btn-quote {
  background: none;
  border: 1px solid #000;
  color: #0d5aa1;
  padding: 8px 30px;
  border-radius: 4px;
  margin-top: 10px;
  display: inline-block;
}
.btn-quote:hover {
  background: #0d5aa1;
  border-color: #0d5aa1;
  color: #fff;
}
.top-header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 56px;
  width: 100%;
  z-index: 88888;
  padding-left: 220px;
  line-height: 53px;
  border-bottom: solid 1px #e5e5e5;
  box-shadow: 0 1px 3px 0 hsla(0, 0%, 84%, .4);
}
.right-call {
  float: right;
  margin: 0;
  padding-right: 12px;
  list-style: none;
}
.right-call p {
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
  color: #686464;
}
.right-call p a {
  padding-left: 30px;
  line-height: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.mail-top {
  background: url(../images/mail-icon.png) no-repeat 0 2px;
}
.phone-top {
  background: url(../images/call-icon.png) no-repeat 0 0;
}
.top-social {
  margin-bottom: 0px;
  padding-left: 12px;
}
.top-social li {
  display: inline-block;
  font-size: 14px;
  color: #686464;
  margin: 0 6px;
}
.top-social .fa {
  font-size: 16px;
  color: #6a6a6a;
  text-align: center;
}
.top-social li a:hover .fa {
  color: #000;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 220px;
  height: 100%;
  background: #0d5aa1;
  z-index: 99999;
}
.logo {
  display: block;
  text-align: center; background: #2976be;
}
#navbar {
  padding: 0;
}
#navbar .nav > li + li {
  border-top: solid 1px #0d4c87;
}
#navbar .nav > li {
  position: relative;
}
#navbar .nav > li > a {
  color: #fff;
  padding: 19px 41px;
  font-size: 16px;
}
#navbar .nav > li:hover {
  background: #0d4c87;
  color: #fff;
}
#navbar .nav > li > a:hover, #navbar .nav > li > a:focus, #navbar .nav > li:hover > a {
  color: #fff;
  background: none;
}
#navbar .dropdown-menu li a {
  padding: 7px 20px;
  color: #000;
  transition: none;
}
#navbar .dropdown-menu li a:hover, #navbar .dropdown-menu li a:focus {
  background-color: #bd2020;
  color: #fff;
}
#navbar .dropdown-menu {
  background-color: #efcd42;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #303030;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
  width: 115%;
}
#navbar .icon-home, #navbar .icon-laptop, #navbar .icon-desktop, #navbar .icon-printer, #navbar .icon-accessories, #navbar .icon-address {
  position: relative;
}
#navbar .icon-home:before {
  content: '';
  position: absolute;
  background: url(../images/home-icon.png) no-repeat left center;
  height: 56px;
  width: 50px;
}
#navbar .icon-about:before {
  content: '';
  position: absolute;
  background: url(../images/laptop-icon.png) no-repeat left center;
  height: 56px;
  width: 50px;
}
#navbar .icon-service:before {
  content: '';
  position: absolute;
  background: url(../images/desktop-icon.png) no-repeat left center;
  height: 56px;
  width: 50px;
}
#navbar .icon-address:before {
  content: '';
  position: absolute;
  background: url(../images/address-icon.png) no-repeat left center;
  height: 56px;
  width: 50px;
}
.toggle-btn {
  width: 50px;
  height: 30px;
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  background: 0 0;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 99999;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  display: none;
}
.toggle-btn.is-active {
  right: -215px;
  top: 0;
  z-index: 999999;
}
.toggle-btn span, .toggle-btn:after, .toggle-btn:before {
  content: "";
  display: block;
  height: 2px;
  right: 10px;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55) 0s;
  transition: all 1s cubic-bezier(.68, -.55, .265, 1.55) 0s;
  width: 22px;
  background-color: #000;
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}
.toggle-btn span {
  top: 0;
}
.toggle-btn.is-active span {
  right: -30px;
  opacity: 0;
  color: #000;
}
.toggle-btn.is-active:after {
  top: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #fff;
}
.toggle-btn:after {
  top: 16px
}
.toggle-btn.is-active:before {
  top: 22px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: #fff;
}
.toggle-btn:before {
  top: 8px
}
.hp-carousel .item {
  background-size: cover;
  background-color: #333;
  background-position: top center;
  background-repeat: no-repeat;
  height: 28vw;
  position: relative;
}
.hp-carousel .caption {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100% background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
}
.hp-carousel .caption h3 {
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
}
.hp-carousel .slick-next, .hp-carousel .slick-prev {
  background: #0d4c87;
  border: none;
  font-size: 20px;
  width: 40px;
  height: 50px;
  border-radius: 0 !important;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  opacity: 0.5;
}
.hp-carousel .slick-next .fa, .hp-carousel .slick-prev .fa {
  color: #fff;
  font-size: 30px;
}
.hp-carousel .slick-next {
  right: 0;
}
.hp-carousel .slick-left {
  left: 0;
}
.hp-carousel .slick-next:hover, .hp-carousel .slick-prev:hover, .hp-carousel .slick-next:focus, .hp-carousel .slick-prev:focus {
  opacity: 1;
}
.fixed-width {
  width: 95%;
  margin: 0 auto;
}
.title-head {
  margin-bottom: 50px;
}
.title-head .title {
  font-size: 40px;
  color: #000;
  position: relative;
  padding-bottom: 4rem;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-weight: 200;
}
.title-head .title:before {
  content: '';
  width: 2px;
  height: 40px;
  background: #0d5aa1;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.title-head p {
  color: #2e2e2e;
}
.col-para {
  text-align: center;
  padding: 2% 15%;
}
.col-para p {
  font-size: 25px;
  color: #5f5f5f;
  font-weight: 300;
}
.our-brand {
  padding: 40px 0;
  border-top: 1px solid #888;
}
.sector-slide {
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand-item {
  text-align: center;
}
.brand-logo a {
  display: block;
}
.brand-logo .brand-item img {
  filter: grayscale(100%);
  opacity: 0.6
}
.brand-logo .brand-item:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.brand-logo {
  margin-bottom: 40px;
}
.tab-nav {
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}
.tab-nav .btn {
  border: none;
  padding: 0;
  box-shadow: none;
}
.tab-nav > li:first-child a {
  border-radius: 6px 0 0 6px;
}
.tab-nav > li:last-child a {
  border-radius: 0 6px 6px 0;
}
.tab-nav > li a {
  color: #7f7f7f;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 10px;
  margin: 0;
  position: relative;
  display: block;
  border: 1px solid #919191;
}
.tab-nav > li a:hover, #gallery .nav-tabs > li a:focus {
  background-color: #f2f2f2;
}
.tab-nav > li.active a {
  background: #000000;
  margin: 0px;
  color: #fff;
  border-color: #191919;
}
.tab-nav > li:focus a:after, .tab-nav > li.active a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  border: solid;
  border-width: 12px 10px 0 10px;
  border-color: #191919 transparent transparent transparent;
  margin-left: -10px;
}
.tab-content {
  overflow: hidden;
  height: 384px;
  margin-top: 60px;
}
.btn {
  padding: 8px 12px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 7px 16px;
  font-size: 13px;
}
.product-category {
  margin-bottom: 20px;
}
.product-category .panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.product-category .panel img, .service-block img {
  max-width: auto;
}
.product-category .panel-footer {
  background-color: inherit;
  border-top: none;
  padding: 0;
}
.product-category .panel-footer h3 {
  color: #232323;
  font-size: 17px;
  font-weight: 700;
}
.product-category .panel-footer p strong {
  color: #0d5aa1;
  font-size: 18px;
  font-weight: 700;
}
.product-category .go-head {
  display: inline-block;
  padding: 0 30px;
  color: #16ad90;
}
.product-category .go-head:after {
  width: 0;
  height: 0;
  display: inline-block;
  border: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #16ad90;
  content: '';
  vertical-align: middle;
  margin: -2px 0 0 5px;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.product-category .go-head:hover {
  color: #000;
}
.product-category .go-head:hover:after {
  border-color: transparent transparent transparent #000;
}
.product-category .slick-dots {
  width: calc(100% - 100px);
  bottom: -82px;
  left: 47%;
  z-index: 9999;
}
.product-category .slick-dots li button {
  padding: 0;
  background: #bebebe;
}
.slick-dots li.slick-active button {
  background: #0d5aa1;
}
#pc .tab-content > .tab-pane {
  height: 0;
  display: block;
}
#pc .tab-content > .active {
  height: auto;
}
#footer {
  background: #646464;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 220px;
}
#footer p {
  margin: 0;
}
#footer ul {
  float: left;
}
#footer ul li {
  float: left; 
}
#footer ul li a:after {
  content: "|";  position: absolute; right: 0; top: -1px;}
#footer ul li a.last-child:after {content: "";}
#footer ul li a {
  color: #ececec;
  padding: 0 10px;
  position: relative;
}
#footer ul li a:hover {
  color: #fff;
}
.cate-logo, .cate-logo a {
  color: #aaaaaa;
  padding-right: 30px;
}
.bottom-nav {
  margin-bottom: 0;
  padding-left: 30px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 9999;
  background: #000;
  padding: 20px 35px;
  color: #fff;
}
.inner-banner {
  width: 100%;
  height: 80%;
  position: relative;
}
.inner-banner .item {
  width: 100%;
  height: 20vw;
  background-repeat: no-repeat;
  background-color: #999;
  background-size: cover;
  position: relative;
}
.inner-caption {
  text-align: center;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  bottom: -9px;
  left: 40px;
}
.inner-caption h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 35px;
  padding: 0;
  margin: 0;
}
.call-block {
  margin-top: 60px;
}
.section {
  padding: 40px;
}
.page p {
  line-height: 30px;
}
.page-header {
  background: url(../images/pattern-bg.jpg) no-repeat;
  padding: 0 30px;
  background-size: 100%;
  color: #fff;
  margin: 0 -30px 30px;
  border: none;
  height: 70px;
  line-height: 70px;
}
.page h2, .page h3, .page h4, .page h5 {
  color: #212121;
  font-family: 'Montserrat', sans-serif;
}
.page ul {
  padding: 0;
}
.page li {
  margin-bottom: 5px;
}
.page-header .title {
  margin: 0;
  font-size: 24px;
  line-height: 60px;
}
.page-header .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.page-header .breadcrumb li a {
  color: #f90;
}
.page-header i {
  margin-right: 10px;
}
.product-detail h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.product-detail {
  padding-bottom: 40px;
}
.product-detail ul {
  margin-top: 15px;
  padding: 0;
}
.product-detail ul li {
  position: relative;
  padding: 0 15px;
  line-height: 28px;
  color: #6c6c6c;
}
.product-detail ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  background: #909090;
}
.product-detail .price {
  font-weight: 600;
  font-size: 24px;
  color: #262626;
}
.product-detail .price .fa {
  margin-right: 5px;
}
.product-detail .price span {
  font-size: 14px;
  color: #797979;
  display: block;
}
.product-panel .tab-content p {
  padding: 0 20px;
}
.product-slider-thumb .item {
  border: 1px solid #c2c2c2;
  margin: 0 5px;
  cursor: pointer;
}
.product-slider-thumb .item:hover {
  border-color: #0d5aa1;
}
.product-title {
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.product-title span {
  border-bottom: 2px solid #444;
}
.specification {
  padding: 0;
  background: #eeeeee;
}
.contact-panel {
  margin-top: 40px;
}
.contact-panel .title {
  margin: 0;
  padding: 0 0 20px 0;
}
.contact-form .form-control {
  height: 40px;
  border-radius: 0;
}
.contact-form textarea.form-control {
  height: 100px;
}
.call-form textarea.form-control {
  height: 80px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.form-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.panel-contact {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
  border: 10px solid #f9f8f4;
}
.panel-contact strong {
  font-size: 16px;
  color: #0d5aa1;
}
.panel-contact .fa {
  margin-right: 10px;
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: 80px;
  color: #000;
  opacity: 0.02;
}
.call-ico .fa {
  bottom: 0;
}
.panel-contact p {
  margin-bottom: 0;
  color: #575757;
  font-size: 15px;
}
.panel-contact p span {
  color: #000;
  font-weight: 400;
}
.about p {
  font-size: 16px;
}
.row-pd {
  padding: 0 40px;
}
.service-block a.panel h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 35px;
}
.service-block a:hover.panel h3, .service-block a:focus.panel h3 {
  color: #000;
}
.service-block .panel {
  border: 1px solid #dedede;
  padding: 26px 15px;
  display: block;
  height: 400px;
}
.service-block .panel:hover {
  border-color: #0d5aa1;
}
.service-block .badge {
  background: #09355d;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  text-transform: uppercase;
  margin: 20px 0;
}
.read-more {
  font-size: 18px;
  color: #0f5c9e;
  text-decoration: underline;
}
.read-more:hover, .read-more:focus {
  color: #000;
  text-decoration: underline;
}
.modal-ui .modal-content {
  padding: 30px;
  border: none;
}
.modal-ui .close {
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  line-height: 50px;
  font-size: 30px;
}
.modal-ui .modal-title {
  margin-bottom: 20px;
}
.modal-ui .modal-title .title {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  color: #3b3b3b;
}
.modal-ui .modal-dialog {
  margin: 5.75rem auto;
  z-index: 9999999;
}
.modal-ui .form-modal .form-control, .modal-ui .form-modal ::placeholder {
  color: #616161;
}
.thank-block {
  width: 40%;
  margin: 10% auto;
  padding: 236px 0;
  text-align: center;
}
.thank-msg h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
}
.thank-msg p {
  font-size: 18px;
  color: #555555;
  padding: 6px 20px;
}
.thank-msg a .fa {
  font-size: 18px;
  padding: 0 5px;
  vertical-align: middle;
  margin-top: -2px;
}
@media (min-width: 1200px) {
  .col-focus .panel {
    height: 285px;
  }
  #navbar .nav > li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    display: block !important;
  }
}
@media only screen and (max-width:1199px) {
  body {
    padding: 0;
  }
  .toggle-btn {
    display: block;
  }
  #header {
    position: static;
    width: 100%;
    height: 66px;
  }
  .top-header {
    position: absolute;
  }
  .top-social {
    display: none;
  }
  #navbar {
    display: none;
  }
  .logo {
    width: 150px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
  }
  .right-call {
    float: none;
  }
  .btn-quote {
    margin: 9px 20px;
    float: right;
  }
  #navbar {
    position: fixed;
    overflow: scroll;
    top: 0;
    right: -280px;
    width: 222px;
    background: #0d5aa1;
    height: 100%;
    z-index: 99999;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  #navbar .icon-home::before {
    height: 41px;
    width: 50px;
  }
  #navbar .icon-about::before {
    height: 46px;
  }
  #navbar .icon-service::before {
    height: 48px;
  }
  #navbar .icon-address::before {
    height: 45px;
  }
  #navbar .nav > li {
    margin-bottom: 12px;
  }
  #navbar.open {
    right: 0;
  }
  #navbar .nav {
    margin-top: 45px;
  }
  #navbar .nav > li > a {
    color: #dedede;
    padding: 10px 45px;
    font-size: 14px;
  }
  #navbar .nav > li + li a {
    border-top: solid 1px #3abaa1;
  }
  #navbar .nav > li + li {
    border: none;
  }
  .data-bottom {
    top: 0;
    bottom: inherit;
  }
  #navbar .nav > li:hover > ul.dropdown-menu, #navbar .dropdown-menu {
    position: relative;
    left: 0;
    width: 100%;
    float: none;
  }
  #navbar .nav > li > a::after {
    display: none;
  }
  #navbar .nav > li > a.dropdown-toggle {
    padding: 10px 50px 10px 20px;
  }
  #navbar .nav > li > a.dropdown-toggle:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 12px;
    display: block;
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
  }
  #navbar .nav > li.open > a.dropdown-toggle:after {
    content: '\f068';
  }
  #navbar .nav > li.open > a {
    background: #bd2020;
    color: #000;
  }
  body {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: relative;
    left: 0;
  }
  body.no-scroll {
    overflow: hidden;
    left: -222px;
  }
}
@media only screen and (max-width:767px) {
	p {text-align: justify;}
  .logo {width: 80px;}
  .section {padding: 30px 20px;}
  .toggle-btn {top: 25px; right: 8px;}
  .col-para p, .read-more {font-size: 16px;}
  .col-para {
    padding: 0;
  }
  .title-head .title {
    font-size: 30px;
  }
  .fixed-width {
    width: auto;
  }
  .tab-nav {
    margin: 0 0 20px 0;
  }
  .tab-nav > li a {
    font-size: 12px;
  }
  .tab-nav .btn {
    margin-bottom: 19px;
  }
  .tab-content {
    margin-top: 20px;
    height: auto;
  }
  .product-category .panel-footer h3 {
    font-weight: 400;
  }
  #footer {padding-left: 0; position:inherit;}
  #footer ul {
    float: left;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #footer p {
    text-align: center;
    margin-top: 5px;
  }
  .cate-logo.pull-right {
    float: inherit !important;
  }
  .btn-enquire {
    font-size: 12px;
  }
  .top-header {
    padding-left: 197px; height: 66px; line-height: 66px; border: none; box-shadow:inherit;
  }
	.inner-caption h1 {font-size: 30px;}
	.about p {font-size: 15px;}
	.service-block .panel {height: auto;}
	.service-block .badge {font-weight: 400; font-size: 14px;}
	.product-category {margin-bottom: 0;}
	.our-brand {padding: 30px 0 0 0;}
	.mail-top  {display: none !important;}
	.hp-carousel .item {height: 33vw;}
	.inner-banner .item {height: 35vw;}
}