.site-header > .wrap, .container, .site-inner, .footer-widgets > .wrap, .site-footer > .wrap, #logo-slide {

  width: 1000px;

  margin: auto;

  position: relative;

}

.site-header > .wrap:after, .container:after, .site-inner:after, .footer-widgets > .wrap:after, .site-footer > .wrap:after, #logo-slide:after {

  display: table;

  content: "";

  clear: both;

}
/* Variable */

/* Mixin */

/* General */

a:hover {

  color: red;

}
.site-title {

  position: absolute;

  text-indent: -9999px;

}

.site-header {

  position: relative;

}
.site-header > .wrap {

  padding: 15px 0;

}

/* Header - Banner */

#top-header {

  border-bottom: #ddd solid 1px;

}

#top-header .container {

  overflow: hidden;

  padding: 7px 0px;

  text-align: right;

}

#top-header #hotphone, #top-header #top-social {

  display: inline-block;

}

#top-header #hotphone {

  font-size: 20px;

  line-height: 30px;

  color: #413e3e;

  font-weight: 600;

  margin-right: 30px;

}



#top-header #hotphone i {

  margin-right: 6px;

  color: red;

}



#top-social .social-bar a {

  margin-bottom: 0;

}
#top-social .social-bar .g-zalo {
  background: url(images/iconzalo.jpg) no-repeat;
  background-size: 100% 100%;
}
.site-header .imgbanner {

  display: block;
  line-height: 0;
  float: left;
  max-width: 275px;
  position: relative;
  z-index: 100;

}
.site-header .imgbanner img {

  width: 100%;

  height: auto;

}
#searchform, .search-form {

  overflow: hidden;

  padding: 2px;

  border-radius: 4px;

  background: #0782de;

  border: 1px solid #3ba9f7;

}
.search-form {

  position: absolute;

  z-index: 100;

  right: 6px;

  top: -55px;

}
#searchform label {

  display: none;

}
#searchform input[type=text],

.search-form input[type=text],

.search-form input[type=search],

.woocommerce-product-search input[type=text],

.woocommerce-product-search input[type=search] {

  float: left;

  width: 190px;

  border: none;

  height: 26px;

  padding: 2px 6px;

  font-size: 12px;

  background: #fff;

  color: #333;

  outline: none;

}
#searchform input[type=submit],

.search-form input[type=submit],

.woocommerce-product-search input[type=submit] {

  float: left;

  width: 24px;

  height: 30px;

  border: none;

  text-indent: -9999px;

  background: url(images/bt-s.png) center no-repeat;

  cursor: pointer;

}
::-webkit-input-placeholder {

  /* WebKit browsers */

  color: #333;

}



:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */

  color: #333;

  opacity: 1;

}



::-moz-placeholder {

  /* Mozilla Firefox 19+ */

  color: #333;

  opacity: 1;

}



:-ms-input-placeholder {

  /* Internet Explorer 10+ */

  color: #333;

}
/* Nav Primary */

.nav-primary {

  float: right;

  max-width: 775px;

  margin-top: 24px;

}

.nav-primary ul {

  margin: 0;

  padding: 0;

}

.nav-primary ul li {

  float: left;

  list-style: none;

  position: relative;

  color: #333;

}

.nav-primary ul li a {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.nav-primary ul li:hover > a, .nav-primary ul li.current_page_item a, .nav-primary ul li.current-cat a, .nav-primary ul li.current-menu-item a {

  background-color: #fcb131;

  color: #fff;

}

.nav-primary ul li ul {

  z-index: 9999;

  position: absolute;

  width: 200px;

  opacity: 0;

  visibility: hidden;

  border: 1px solid #cdcdcd;

  background: #fff;

  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

}

.nav-primary ul li ul li {

  width: 100%;

  clear: both;

  padding: 0;

  border: none;

  border-top: 1px solid #cdcdcd;

  margin-top: -15px;

  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;

  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;

  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;

  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;

}

.nav-primary ul li ul li a {

  color: #7C7C7C;

  padding: 5px 10px;

  margin: 0;

  font-size: 13px;

  text-transform: none;

  font-weight: 500;

}

.nav-primary ul li ul li:hover > a {

  background: #f0f0f0;

  color: #000;

  padding-left: 20px;

}

.nav-primary ul li ul li ul {

  left: 80%;

  top: -1px;

  border-left: rgba(224, 223, 223, 0.75) solid 1px;

  border-right: rgba(224, 223, 223, 0.75) solid 1px;

}

.nav-primary ul li ul li:hover ul {

  opacity: 1;

  left: 100%;

  visibility: visible;

}

.nav-primary ul li ul li:first-child {

  border: none;

}

.nav-primary ul li:hover > ul {

  opacity: 1;

  visibility: visible;

}

.nav-primary ul li:hover li {

  margin-top: 0;

  opacity: 1;

}

.content-sidebar-wrap {

  position: relative;

}

/* Sidebar */

.sidebar .widget {

  border: #e7e7e7 solid 1px;

  margin-bottom: 10px;

  padding: 0 0 0px 0;

}



.sidebar .widget-title {

  font-size: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
  background: #fcb131;

}



.sidebar ul, .sidebar ol {

  margin: 0;

  padding: 0;

  list-style: none;

}



.sidebar .widget_nav_menu ul {

  margin: 7px 0px;

}

.sidebar .widget_nav_menu ul li {

  margin: 0 10px;

  position: relative;

}

.sidebar .widget_nav_menu ul li a {

  display: block;

  color: #555555;

  font-size: 14px;

  position: relative;

  border-top: #E5E4E4 solid 1px;

  padding: 8px 0px 8px 12px;

}

.sidebar .widget_nav_menu ul li a:after {

  content: "";

  position: absolute;

  border-bottom: 1px solid #E29A1E;

  width: 0;

  bottom: -1px;

  left: 0;

  z-index: 100;

  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;

  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;

  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.8) 0s;

}

.sidebar .widget_nav_menu ul li a:hover:after {

  width: 40%;

}

.sidebar .widget_nav_menu ul li a:hover {

  color: #E29A1E;

}

.sidebar .widget_nav_menu ul li:first-child > a {

  border: none;

}

.sidebar .widget_nav_menu ul li li:last-child a:after {

  display: none !important;

}

.sidebar .widget_nav_menu ul li ul {

  position: absolute;

  left: 86%;

  width: 100%;

  top: 0;

  background: #fff;

  z-index: 9999;

  opacity: 0;

  border: #c5c5c5 solid 1px;

  visibility: hidden;

  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

}

.sidebar .widget_nav_menu ul li ul ul {

  top: -1px;

}

.sidebar .widget_nav_menu ul li:hover > ul {

  opacity: 1;

  left: 100%;

  visibility: visible;

}

.sidebar .widget_nav_menu ul li:before {

  position: absolute;

  font-family: 'FontAweSome';

  content: "\f0da";

  left: 1px;

  top: 9px;

  color: #222;

}

/* support online */

#supporter-info {

  padding-top: 92px;

  background: url(images/bg-support.png) top center no-repeat;

  margin-top: 5px;

}

#supporter-info .supporter {

  text-align: center;

  font-weight: bold;

  padding: 4px 0px;

}

#supporter-info .supporter .online {

  text-align: center;

  margin: 2px 0 5px;

}

#supporter-info .supporter .online .yahoo, #supporter-info .supporter .online .skype {

  display: inline-block;

  margin: 0px 5px;

}

#supporter-info .supporter .online .yahoo a, #supporter-info .supporter .online .skype a {

  line-height: 0;

  display: block;

}

#supporter-info .supporter .online .skype img {

  height: 16px;

  width: auto;

  margin: 0 !important;

  vertical-align: middle !important;

}

#supporter-info .supporter .online .skype p {

  margin: 0 !important;

}

#supporter-info .supporter .phone {

  color: #1C89B3;

  font-weight: bold;

  font-size: 15px;

}

#supporter-info .supporter .name {

  font-weight: bold;

  color: #1096f5;

  display: block;

}

/* featured post */

.sidebar .featuredpost .entry,

.sidebar .featuredpage .entry {

  margin: 0;

  padding: 8px 5px;

  overflow: hidden;

}

.sidebar .featuredpost .alignleft, .sidebar .featuredpost .alignright,

.sidebar .featuredpage .alignleft,

.sidebar .featuredpage .alignright {

  margin: 0 6px 0 0;

}

.sidebar .featuredpost .alignleft img, .sidebar .featuredpost .alignright img,

.sidebar .featuredpage .alignleft img,

.sidebar .featuredpage .alignright img {

  height: 65px;

  width: 65px;

  padding: 1px;

  border: 1px solid #cdcdcd;

}

.sidebar .featuredpost .entry-title,

.sidebar .featuredpage .entry-title {

  color: #333;

  font-size: 12px;

  margin: 0;

  padding: 0;

  clear: none;

  font-weight: 600;

}

.sidebar .featuredpost .more-from-category,

.sidebar .featuredpage .more-from-category {

  clear: both;

  margin: 10px;

  text-align: right;

  font-style: italic;

  text-decoration: underline;

}



.cpd {

  padding-right: 10px !important;

}
/** Pagenavi **/

.wp-pagenavi {

  float: right;

  margin: 10px;

}

.wp-pagenavi a, .wp-pagenavi span {

  border: 1px solid #BFBFBF;

  margin: 2px !important;

  padding: 3px 7px !important;

  text-decoration: none;

}
/* Breadcrumb */

.breadcrumb,

.woocommerce .woocommerce-breadcrumb {

  margin: 0 0 10px 0;

  padding: 11px 10px;

  background: #E8E8E8;

  color: #444;

}

.breadcrumb a,

.woocommerce .woocommerce-breadcrumb a {

  color: #444;

}

.breadcrumb i,

.woocommerce .woocommerce-breadcrumb i {

  margin: 0 5px;

}

/* Meta Slider */

.metaslider {

  margin: 0 auto 15px !important;

}

/* Home */

.heading,

#related-post h3,

.page-title,

.related h2 {

  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  background: #fcb131;
  clear: both;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-indent: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;

}

.heading:hover, .heading a:hover,

#related-post h3:hover,

#related-post h3 a:hover,

.page-title:hover,

.page-title a:hover,

.related h2:hover,

.related h2 a:hover {

  color: #000;

}

/* product home */

.product-list .product-item {

  float: left;

  width: 33.33%;

  padding: 10px 20px;

  height: 230px;

}

.product-list .product-item .product-title {

  line-height: 20px;

  overflow: hidden;

  color: #454545;

  text-align: center;

  font-weight: bold;

  display: block;

  margin-top: 3px;

  font-size: 1em;

}

.product-list .product-item .product-img {

  display: table;

  width: 100%;

  table-layout: fixed;

  height: 145px;

}

.product-list .product-item .product-img a {

  text-align: center;

  display: table-cell;

  position: relative;

  vertical-align: middle;

}

.product-list .product-item .product-img a img {

  width: auto;

  height: auto;

  max-height: 145px;

}

.product-list .product-item .product-img:hover img {

  opacity: .7;

}

/* Page home */

.home-page {

  margin: 0 0 15px;

  position: relative;

}

.home-page .home-page-img {

  display: block;

  line-height: 0;

  position: relative;

  float: left;

  width: 230px;

  margin: 0 15px 5px 0;

  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%) repeat 0 0;

  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%) repeat 0 0;

  background: -moz-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%) repeat 0 0;

  background: -ms-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%) repeat 0 0;

}

.home-page .home-page-img:before, .home-page .home-page-img:after {

  top: 15px;

  right: 15px;

  bottom: 15px;

  left: 15px;

  content: "";

  opacity: 0;

  position: absolute;

  pointer-events: none;

  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;

  -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;

  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;

  z-index: 10;

}

.home-page .home-page-img:before {

  border-bottom: 1px solid #fff;

  border-top: 1px solid #fff;

  -webkit-transform: scale(0, 1);

  -moz-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  -o-transform: scale(0, 1);

  transform: scale(0, 1);

}

.home-page .home-page-img:after {

  border-left: 1px solid #fff;

  border-right: 1px solid #fff;

  -webkit-transform: scale(1, 0);

  -moz-transform: scale(1, 0);

  -ms-transform: scale(1, 0);

  -o-transform: scale(1, 0);

  transform: scale(1, 0);

}

.home-page .home-page-img:hover:before, .home-page .home-page-img:hover:after {

  opacity: 1;

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}

.home-page .home-page-img:hover img {

  opacity: .9;

}

.home-page img {

  width: 100%;

  height: auto;

}

.home-page .home-page-title {

  clear: none;

  font-size: 20px;

  margin-bottom: 6px;

}

.home-page .more-link {

  position: absolute;

  bottom: 0;

  right: 0;

  font-weight: 600;

  text-decoration: underline;

  font-style: italic;

}

/* news home */

.news-list .news-item {

  margin: 10px 0;

  overflow: hidden;

}

.news-list .news-item img {

  border: 1px solid #E1E1E1;

  width: 80px;

  height: 80px;

  float: left;

  clear: left;

  margin-right: 5px;

}

.news-list .news-item .news-title {

  line-height: 20px;

  overflow: hidden;

  color: #333;

  text-align: left;

  font-weight: 600;

}

.news-list .news-item i {

  margin-right: 5px;

}

.news-list .news-first-item img {

  float: left;

  width: 30%;

  margin-right: 1em;

}

.news-list .news-first-item .news-title {

  font-size: 15px;

}

.news-list .news-first-item p {

  margin: 5px 0;

}

/* Footer */

.footer-widgets {

  margin-top: 15px;

  padding: 20px 0px 35px;

  background: #f7f7f7;

  color: #333;

}

.footer-widgets .widget {

  float: left;

  width: 33.3%;

  padding: 0 10px;

}

.footer-widgets .widget ul {

  margin: 0;

  list-style-position: inside;

}

.footer-widgets .widget ul li {

  margin: 7px 0px;

}

.footer-widgets .widget p {

  margin: 0;

}

.footer-widgets .widget .widget-title {

  text-transform: uppercase;

  margin: 0 0 8px 0;

  font-weight: 600;

  font-size: 14px;

  color: #333;

}

.footer-widgets iframe {

  max-width: 100%;

}



.site-footer {

  position: relative;

}

p#credit-link {

  color: #333;

  text-decoration: none;

  padding-right: 12px;

  line-height: 24px;

  font-size: 10px;

  margin: 0;

  position: absolute;

  top: -24px;

  right: 0;

}

/* archive news */

.news-post {

  border: 1px solid #E4E4E4;

  margin: 0 0px 15px;

  overflow: hidden;

  padding: 10px;

}

.news-post .news-title {

  font-size: 15px;

  font-weight: 600;

  color: #333;

  margin: 0;

  clear: none;

}

.news-post img {

  border: 1px solid #E4E4E4;

  float: left;

  height: 120px;

  margin: 0px 10px 5px 0px;

  width: 150px;

}

.news-post p {

  padding: 10px 15px 5px 5px;

  text-align: justify;

  color: #000;

  margin: 0;

}

/* single news */

.content .entry-title {

  border-bottom: 1px solid #999;

  font-size: 15px;

  margin-bottom: 15px;

  padding-bottom: 5px;

  font-weight: 600;

}



.entry-content p, .entry-content div {

  margin-bottom: 10px;
  min-height: 1px;
  max-width: 100%;
}

.entry-content h1 {

  font-size: 20px;

}



.entry-content h2, #reply-title {

  font-size: 18px;

}



.entry-content h3 {

  font-size: 16px;

}



.entry-content h4 {

  font-size: 14px;

}



.entry-content h1,

.entry-content h2,

.entry-content h3,

.entry-content h4 {

  margin-bottom: 5px;

}

/* news related */

#related-news {

  margin-top: 15px;

  margin-bottom: 15px;

  padding-top: 10px;

  border-top: #cdcdcd solid 1px;

}

#related-news h3 {

  text-transform: uppercase;

  margin: 6px 0;

  font-size: 13px;

  font-weight: 600;

}

#related-news ul {

  margin: 0;

}

#related-news ul li {

  list-style: square inside;

  color: #666;

  padding: 3px 0;

}

#related-news ul li a {

  color: #444;

}

#related-news ul li a:hover {

  color: #222;

}
/* contact form */

.wpcf7 p {

  line-height: 2;

  overflow: hidden;

}

.wpcf7 label {

  float: left;

  width: 120px;

  margin-right: 6px;

  line-height: 38px;

}

.wpcf7 input[type=text],

.wpcf7 input[type=email],

.wpcf7 input[type=tel] {

  width: 260px;

  float: left;

  margin-right: 7px;

}

.wpcf7 textarea {

  width: 260px;

  height: 120px;

  margin-bottom: 7px;

  resize: none;

}

.wpcf7 input[type=submit] {

  margin-left: 126px;

  padding: 0px 23px;

  font-size: 13px;

}

/* slide product sidebar */

.products-slider-widget h4.widget-title {

  background: #fff !important;

  color: #1C89B3;

  border-bottom: #e7e7e7 solid 1px;

}

.products-slider-widget .promoteslider {

  padding: 0 5px;

}

.products-slider-widget .promoteslider ul.products .bt-slide-item {

  padding: 5px 0px;

  text-align: center;

  display: table;

  table-layout: fixed;

  width: 100%;

  margin-bottom: 10px;

}

.products-slider-widget .promoteslider ul.products .bt-slide-item img {

  margin-bottom: 5px;

  height: 200px;

  width: auto;

  margin: 0 auto 1em;

}

.products-slider-widget .promoteslider ul.products .bt-slide-item h3 {

  color: #454545;

  text-align: center;

  font-weight: 600;

  display: block;

  margin-top: 3px;

  font-size: 18px;

  padding: 5px 0;

}

.products-slider-widget .promoteslider ul.products .price {

  margin-bottom: 0;

}

.products-slider-widget .woocommerce .bt-enable-slide {

  padding-top: 26px;

  margin: 0;

}



.pro-slide .owl-carousel .owl-controls .owl-prev,

.pro-slide .owl-carousel .owl-controls .owl-next,

.bt-enable-slide.owl-carousel .owl-controls .owl-prev,

.bt-enable-slide.owl-carousel .owl-controls .owl-next {

  position: absolute;

  top: -37px;

  right: 0;

  font-size: 15px;

  color: #999;

  z-index: 1;

}

.pro-slide .owl-carousel .owl-controls .owl-prev i,

.pro-slide .owl-carousel .owl-controls .owl-next i,

.bt-enable-slide.owl-carousel .owl-controls .owl-prev i,

.bt-enable-slide.owl-carousel .owl-controls .owl-next i {

  width: 24px;

  line-height: 20px;

  text-align: center;

  border: #e7e7e7 solid 1px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}

.pro-slide .owl-carousel .owl-controls .owl-prev i:hover,

.pro-slide .owl-carousel .owl-controls .owl-next i:hover,

.bt-enable-slide.owl-carousel .owl-controls .owl-prev i:hover,

.bt-enable-slide.owl-carousel .owl-controls .owl-next i:hover {

  border-color: #1C89B3;

  color: #1C89B3;

}

.pro-slide .owl-carousel .owl-controls .owl-prev,

.bt-enable-slide.owl-carousel .owl-controls .owl-prev {

  right: 28px;

}
/* Image Adv sidebar */

.sidebar .image-adv .image-item {

  margin-bottom: 5px;

}

.sidebar .image-adv .image-item a {

  display: block;

}



.back-to-top {

  position: fixed;

  right: 10px;

  bottom: 60px;

  text-align: center;

  background: #191919;

  width: 32px;

  height: 32px;

}

.back-to-top i {

  color: #fff;

  line-height: 30px;

  font-size: 20px;

}

.back-to-top:hover {

  background-color: #1C89B3;

}
/***** EXTRAS ****/

#toggle-top,

.touch {

  display: none;

}



.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {

  height: auto !important;

}



.no-break * {

  margin-bottom: 0px !important;

}
/* Shortcodes */

.pro-slide .owl-carousel .owl-controls .owl-prev, .pro-slide .owl-carousel .owl-controls .owl-next {

  right: 15px;

  top: -50px;

}

.pro-slide .owl-carousel .owl-controls .owl-prev {

  right: 43px;

}



.woocommerce.pro-slide ul.products li.product {

  width: inherit;

}

/* custom */

.content-sidebar .sidebar, .sidebar-content .sidebar {

  width: 23%;

}
.sidebar-content .sidebar {

  padding-right: 10px;

}



.content-sidebar .content, .sidebar-content .content {

  width: 77%;

}



.sidebar-content .content {

  padding-left: 10px;

}
/* logo slide */

#logo-slide .image-adv {

  padding: 10px 20px;

  border: #dcdcdc solid 1px;

}

#logo-slide .image-adv .image-item {

  text-align: center;

  display: table;

  height: 53px;

  width: 100%;

}

#logo-slide .image-adv .image-item a {

  display: table-cell;

  vertical-align: middle;

  text-align: center;

}

#logo-slide .image-adv .image-item a img {

  width: auto;

  height: auto;

  max-height: 53px;

}

#logo-slide .owl-controls .owl-prev, #logo-slide .owl-controls .owl-next {

  position: absolute;

  top: 10px;

  font-size: 30px;

  color: #000;

}

#logo-slide .owl-controls .owl-prev {

  left: 20px;

}

#logo-slide .owl-controls .owl-next {

  right: 20px;

}
/* pick color */

#pickcolor {

  padding: 10px 0;

  background: #f1f1f1;

  position: fixed;

  z-index: 500;

  width: 100%;

  top: 0;

}
body.logged-in.admin-bar #pickcolor {

  top: 32px;

}

#text-4 img {
      -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#text-4 img:hover {
  background: #000;
  padding: 5px;
  border-radius: 5px;
}

#switch-viewport {
  margin-left: 10px;
  text-align: left;
  margin-bottom: 6px;
  display: none;
}
#switch-viewport a {
  padding: 3px 10px;
  background: #fcb131;
  display: none;
  color: #fff;
}

.support-mobile {display:none;}

#support-zalo-icon, #support-fb-icon {
    position: fixed;
    background: #ea281b;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 6px 20px;
    bottom: 20px;
    left: 20px;
    font-weight: 600;
    z-index: 9999;
    border-radius: 6px;
}

#support-zalo-icon {
    background-color: transparent;
    right: 60px;
    left: auto;
    padding: 0 20px;
}

#support-fb-icon {
     background-color: transparent;
    right: 0px;
    left: auto;
    padding: 0 20px;
}

i.zalo {
    display: block;
    float: left;
    background: url(../../images/zalo-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-right: 5px;
}

i.icon-facebook {
    display: block;
    float: left;
    background: url(../../images/fb-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    margin-right: 5px;
}


.support-pc .fb-support-button {
    background-color: rgb(78, 105, 162);
    padding: 7px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    
}
