/*-----------------------------------------------------------------------------------

CSS INDEX
===================

1.0.0 Theme Default CSS (body, link color, section etc)
2.0.0 Home CSS
2.1.0 Header CSS
2.2.0 Nav CSS
2.3.0 Slider CSS
2.4.0 Content CSS
2.4.1 Best/Featured Products CSS
2.4.2 New Products CSS
2.4.3 Product By Category CSS
2.4.4 News CSS
2.4.5 Best News CSS
2.4.6 News By Category CSS
2.4.7 Slide News CSS
2.4.8 Partner CSS
2.5.0 Left - Right Sidebar CSS
2.5.1 Nav CSS
2.5.2 Advertisement CSS
2.5.3 Video CSS
2.5.4 Statistic CSS
2.5.5 Search Bar CSS
2.5.6 Viewest Products CSS
2.5.7 Selling Products CSS
2.5.8 Slide Image CSS
2.5.9 News CSS
2.5.10 Exchange Rate CSS
2.5.11 Maps CSS
2.5.12 Download CSS
2.5.13 Link CSS
2.5.14 Newsletter CSS
2.5.15 Google Translate CSS
2.5.16 Register CSS
2.5.17 Support Online CSS
2.5.18 Nav By Category CSS
2.5.19 Facebook Plugin CSS
2.5.20 Focus News CSS
2.5.21 Date Now CSS    
3.0 Footer CSS
4.0 Shop CSS
5.0 Shop Detail CSS
6.0 Blog CSS
7.0 Blog Detail CSS
8.0 Contact CSS
9.0 Cart CSS
10.0 Checkout CSS
11.0 404 CSS

-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@charset "utf-8";

/*----------------------------------------*/
/*  1.0  Theme default CSS
/*----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, img, embed {
  margin: 0;
  padding: 0;
  outline: 0;
}
a {
  color: #282828;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  padding: 0;
  margin: 0px 0px 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
}
ol, ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body, body.class_body {
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff!important ;
}

body *{
  transition: 0.1s linear width; 
}
.bg-white {background: #fff;}
.no-padding {padding: 0 !important;}
#content {.padding-top: 20px;}
.widget {clear: both;}
.space-base {margin-bottom: 50px;}
.aw-blog-read-more {
  display: block;
  color: #282828;
  font: 500 12px/1.55 "Roboto", "Helvetica Neue", "Arial", sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: underline;
}
.price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.price-box p {
  margin: 0;
  display: inline-block;
}
.price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 13px;
  margin-right: 10px;
}
.meta-post {
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}
.block-title, .page-title, .relatived-product-title, .relatived-post-title {margin-bottom: 20px;}
/*.block-title h3, .block-title .h3, .page-title.product-category h2, .page-title.post-category h2, .relatived-product-title .h3, .relatived-post-title .h3 {
background: #2d2d2d;
font-size: 16px;
color: #fff;
text-transform: uppercase;
padding: 18px 25px;
cursor: pointer;
}*/
.block-title h3 a, .block-title .h3 a {color: #fff;}

/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
  background-image: linear-gradient(to right, #212466, #2E3092, #525BFF);
  min-height: 40px;
  display: flex;
  align-items: center;
}
#top .container {
  padding: 0 20px;
  line-height: 2;
}
#top .language-select:hover {
  text-shadow: none;
  color: #ffeb3b;
}
#top .btn-link, #top-links li, #top-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#top .btn-link:hover, #top-links a:hover {color: #FFEB3B;}
#top-links .dropdown-menu a {text-shadow: none;}
#top-links .dropdown-menu a:hover {
  color: #FFF;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
}
#top-links *{
  color: #fff; 
}
#top-links a + a {margin-left: 15px;}

/* 2.2.0 Nav CSS
/* ====================================== */
.navbar-container .navbar {
  min-height: 1px;
  margin: 0;
  display: flex;
  justify-content: flex-end;  
  align-items: center;
}
.navbar-container .navbar-m { overflow: hidden;}
.navbar-container .navbar-m .header a {

  display: block;
  padding: 14px 15px 13px 45px;
  color: #2E3092;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.navbar-container .navbar-m .header a:before {
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #2E3092;
  content: '';
}
.navbar-container .navbar-m .header a:after {
  position: absolute;
  top: 22px;
  left: 15px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #2E3092;
  border-bottom: 2px solid #2E3092;
  content: '';
}
.navbar-container .navbar-m ul {display: none;}

/* 2.3.0 Slider CSS
/* ====================================== */

/* 2.4.0 Content CSS
/* ====================================== */
/* 2.4.1 Best/Featured Products CSS
/* 2.4.2 New Products CSS
/* 2.4.3 Product By Category CSS
/* -------------------------------------- */

.products-grid .product-item { margin-bottom: 20px;}
.products-grid .product-item-info {
  position: relative;
  background: #fff;
}
.products-grid .product-item-info .product-item-details {
  padding: 10px;
  position: relative;
}
.product-item-details .product-name {
  margin: 10px 0;
}
.product-item-details .product-item-description {
  margin-bottom: 10px;
}
.products-grid .item .button-holder {
  padding: 0 10px 15px;
}
.products-grid .item .button-holder button {
  overflow: visible;
  width: auto;
  padding: 0 5px 0 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.products-grid .item .button-holder button i {
  display: inline-block;
  text-align: center;
  width: auto;
  line-height: 34px;
  background-color: #ccc;
  color: #222;
  font-size: 14px;
  padding: 0px 10px;
}

/* 2.4.4 News CSS
/* 2.4.5 Featured News CSS
/* 2.4.6 News By Category CSS
/* 2.4.7 Slide News CSS
/* -------------------------------------- */

.block-post {
  position: relative;
  list-style: none!important;
  background: #fff;
}
.block-post.block-first-post .block-post-img {
  margin-bottom: 20px;
  position: relative;
}
.block-post.block-first-post .block-post-img img {
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  opacity: .9;
  width: 100%;
}
.block-post.block-first-post .block-post-content {
  padding-bottom: 20px;
}
.block-post.block-first-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post {
  padding-bottom: 19px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DDD;
}
.block-post.block-other-post .block-post-img {
  margin: 0;
  position: absolute;
  width: 110px;
  line-height: 0;
  overflow: hidden;
}
.block-post.block-other-post .block-post-content {
  margin-left: 100px;
  min-height: 74px;
}
.block-post.block-other-post h4 {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
}
.block-post.block-other-post .post-description {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 2.4.4 News CSS
/* -------------------------------------- */

.news-wrap .block-post.block-other-post {
  padding-bottom: 0;
  margin-bottom: 20px;
  border-bottom: 0px;
}
.news-wrap .block-post.block-other-post:nth-child(2n) {padding-left: 0;}

/* 2.5.0 Left - Right Sidebar CSS
/* ====================================== */

#left-sidebar, #right-sidebar {z-index: 2;}
.single-widget {
  .background: #fff;
  margin-bottom: 30px;
}
.single-widget .section-title, .box-mail-left .title-mail {
  background: #2E3092;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}
.single-widget .section-title a {color: #fff;}
.single-widget .content-widget, .box-mail-left {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
}

/* form điền cột trái */
.box-mail-left form#form_contact {
  padding: 15px;
}
.box-mail-left form#form_contact p.col-md-6, .box-mail-left form#form_contact p.col-md-9 {
  width: 100%;
}
.box-mail-left p.col-md-3 {
  width: 52%;
}
.box-mail-left p.col-md-6.captcha-test {
  display: flex;
}
/* 2.5.1 Nav CSS
/* 2.5.18 Nav By Category CSS
/* -------------------------------------- */

.single-widget .content-widget ul {
  width: 100%;
} 
.single-widget .content-widget > ul {} 
.single-widget .content-widget ul li {
  position: relative;
  .border-bottom: 1px solid #e8e8e8;
  padding: 10px 20px!important;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 29px;
  color: #313131;
  transition: 0.2s linear all; 
}
.single-widget .content-widget ul li:not(:last-child):before{
  position: absolute;
  border-bottom: 1px solid #e8e8e8;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.single-widget .content-widget  ul li {
  transition: 0.1s linear all; 
  display: flex;
  flex-wrap: wrap;
} 
.single-widget .content-widget ul li:hover{
  background: #f0f0f0;
  transition: 0.2s linear all; 
}
.single-widget .content-widget ul li > a{
  transition: 0.2s linear all; 
}
.single-widget .content-widget ul li:hover > a{
  .padding-left: 25px!important ;
  color: #ff5722; 
  transition: 0.2s linear all; 
}
.single-widget .content-widget ul li:last-child {border-bottom: 0px;}
.single-widget .content-widget > ul > li > a {
  font-size: 14px;
  font-weight: 500;

  transition: 0.1s linear all; 
}
.single-widget .content-widget  ul  li  a{
  width: 100%;
}
/* menu con */
/*.single-widget .content-widget ul ul {
display: block;
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #FFF;
}*/
.single-widget .content-widget ul > li:hover > ul {display: block;}


/* 2.5.2 Advertisement CSS
/*----------------------------------------*/
.qcc1 img { max-width:125px; float:right;}
.qcc2 img { max-width:125px; float:left;}
#floating_banner_left, #floating_banner_right {
  text-align:left; 
  position:absolute; 
  overflow:hidden; 
  top: 0px; 
  left: 0px; 
  width: auto; 
  border: 0px solid #000;
}
#floating_banner_right {text-align: right;}

/* 2.5.3 Video CSS
/*----------------------------------------*/

/* 2.5.4 Statistic CSS
/*----------------------------------------*/

/* 2.5.5 Search Bar CSS
/* 2.5.14 ewsletter CSS
/*----------------------------------------*/

.search-widget form, .newsletter-widget form {position: relative;}
.search-widget input[name="k"], .newsletter-widget input[name="v"] {
  border: 1px solid #2E3092;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
.search-widget button[name="s"], .newsletter-widget button {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 5px 20px;
  background: #2E3092;
  border: none;
  color: #FFF;
  font-size: 20px;
  cursor: pointer;
  transition: 0.1s linear all; 
}
.search-widget button[name="s"]:hover{
  background: #7C4413; 
  transition: 0.1s linear all; 
}

/* 2.5.6 Viewest Products CSS
/* 2.5.7 Selling Products CSS
/* 2.5.9 News CSS
/*----------------------------------------*/

.single-widget .content-widget .product-item,
.single-widget .content-widget .post-item {
  text-transform: none;
}
.product-item .ma-item, .post-item .ma-item {
  margin-bottom: 10px;
}
.ma-item .products-images .product-image img {
  max-width: 63px;
}
.ma-item .post-images .post-image img {
  max-width: 83px;
}
.ma-item .products-des, .ma-item .post-des {
  margin-left: 95px;
}
.ma-item .products-des .product-name, .ma-item .post-des .post-name {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}
.ma-item .products-des .product-name a, .ma-item .post-des .post-name a {
  padding-top: 5px;
  font-size: 14px;
}
.ma-item .products-des .price-box {
  color: #F00;
  font-size: 14px;
  line-height: 1.4;
}
.ma-item .products-des .price-box p {
  margin: 0;
  display: block;
  font-size: 13px;
}
.ma-item .products-des .price-box p.old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 12px;
}
.ma-item .post-des p {
  font-size: 12px;
  line-height: 1.4;
}

/* 2.5.8 Slide Image CSS
/*----------------------------------------*/

.single-widget .content-widget.slide-widget ul li {border-bottom: 0px;}

/* 2.5.10 Exchange Rate CSS
/*----------------------------------------*/

.exchange-rate-widget table { width: 100%;}
.exchange-rate-widget table th, .exchange-rate-widget table td {text-align: center;}

/* 2.5.11 Map CSS
/*----------------------------------------*/
.map-responsive {
  overflow: hidden;
  .padding-bottom: 70%;
  position: relative;
  height: 385px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 385px;
  width: 100%;
  position: absolute;
}
.single-widget.maps-widget {
  height: 385px;
  margin-bottom: 0;
}
/* 2.5.12 Download CSS
/*----------------------------------------*/

.download-widget a {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.download-widget a:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
.download-widget a i {margin-right: 7px;}

/* 2.5.13 Link CSS
/*----------------------------------------*/

/* 2.5.15 Google Translate CSS
/*----------------------------------------*/

/* 2.5.16 Register CSS
/*----------------------------------------*/

/* 2.5.17 Support Online CSS
/*----------------------------------------*/

.agent-small {margin: 0px 0px 15px;}
.agent-small-title {margin-bottom: 5px;}
.agent-small-inner {
  display: table;
  width: 100%;
}
.agent-small-image {
  display: table-cell;
  width: 76px;
}
.agent-small-image-inner {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 50px;
  float: left;
  margin: 0px 16px 0px 0px;
  position: relative;
  width: 50px;
  transition: color 0.15s linear 0s;
}
.agent-small-image img {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.agent-small-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: table-cell;
  padding-bottom: 12px;
  vertical-align: top;
}
.agent-small:last-child .agent-small-content {
  border-bottom: 0px;
}
.agent-small-yahoo, .agent-small-skype, .agent-small-tel {
  font-size: 12px;
  line-height: 22px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
.agent-small-yahoo {background-image: url("uploads/icon/yahoo2.png");}
.agent-small-skype {background-image: url("uploads/icon/skype.png");}
.agent-small-tel {background-image: url("uploads/icon/Phone.png");}

/* 2.5.19 Facebook Plugin CSS
/*----------------------------------------*/

/* 2.5.20 Focus News CSS
/*----------------------------------------*/

/* 2.5.21 Date Now CSS
/*----------------------------------------*/
.clock {
  cursor: pointer;
  padding: 5px;
  width: 40%;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "arial";
}
#clock {
  float: left;
  background-color: #000000;
  color: #00FF33;
  font-size: 20px;
  margin-bottom: 5px;
}
.datetime {
  text-align: center;
  margin: 8px 0;
}

/* 2.5.22 Statistic CSS
/*----------------------------------------*/
.wrap_total {width: 100%;}
.wrap_total .total{
  text-align: center;
  padding: 10px 0;
}
.wrap_total .label{
  display: block;
  position: relative;
  height: 24px;
  .color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 10px;
  text-indent: 25px;
  line-height: 1.4;
}
.wrap_total .label:before {
  content: " ";
  width: 16px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 0px;
  background: url(uploads/icon/default-icon-total.png) no-repeat;
}
.wrap_total .online:before {background-position: -192px 0;}
.wrap_total .today:before {background-position: -160px 0;}
.wrap_total .week:before {background-position: -128px 0;}
.wrap_total .month:before {background-position: -96px 0;}
.wrap_total .total:before {background-position: -0 0;}
.wrap_total .value {
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
  vertical-align: top;
}
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
  width: 15px;
  height: 20px;
  background: url(uploads/icon/default-digit.png) no-repeat top left;
  text-indent: -999em;
  display: inline-block;
}
.vdigit-0{background-position:0 0;}
.vdigit-1{background-position:-30px 0;}
.vdigit-2{background-position:-60px 0;}
.vdigit-3{background-position:-90px 0;}
.vdigit-4{background-position:-120px 0;}
.vdigit-5{background-position:-150px 0;}
.vdigit-6{background-position:-180px 0;}
.vdigit-7{background-position:-210px 0;}
.vdigit-8{background-position:-240px 0;}
.vdigit-9{background-position:-270px 0;}
.sty_table_rv th {
  height: 28px;
  padding: 5px;
  background: url("uploads/icon/content_box_title.png") repeat-x scroll 0% 0% #EDEDED;
  border: 1px solid #C8C8C8;
  color: #242424;
}

/*----------------------------------------*/
/* 3.0 Footer CSS
/*----------------------------------------*/

#site-footer {
  background-image: linear-gradient(to right, #212466, #2E3092, #525BFF);
  color: #d9dada;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  padding: 50px 0 0;
}
#site-footer .footer-top {
  margin-bottom: 30px;
}
#site-footer .footer-top .footer-block {margin-bottom: 20px;}
#site-footer .footer-widget-title {
  font-size: 1.384em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
#site-footer .footer-top .footer-widget-title {
  border-bottom: 2px solid #fff;
  height: 35px;
  margin-bottom: 15px;
  margin-top: 3px;
  padding: 0 0 .67em;
}
#site-footer .footer-top .footer-widget-title>span {
  border-bottom: 2px solid #f90;
  display: inline-block;
  height: 35px;
  padding: 0;
}
#site-footer .footer-bottom {
  min-height: 50px;
  background: #212466;
  color: #ffffff;
  font-size: 11px;
  line-height: 50px;
}
#site-footer .footer-bottom a {color: #ffffff;}

/*----------------------------------------*/
/*  4.0 Shop CSS
/*----------------------------------------*/

.page-title.product-category h2 {}

/*----------------------------------------*/
/*  5.0 Shop Detail CSS
/*----------------------------------------*/

.product-view, .product-view .primary_block {margin-bottom: 30px;}
.product-left-column {min-height: 380px;}
.product-center-column {} 
.product-right-column {} 
.product-left-column #image-block {
  position: relative;
  padding: 0px;
}
.product-left-column #image-block .zoomWrapper, .product-left-column #image-block img {margin: auto;} 
#views_block {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#thumbs_list {
  position: relative;
  padding: 0px 29px;
}
#thumbs_list #thumblist {
  list-style-type: none;
  padding: 0px 1px;
  margin: 0px;
  overflow: hidden;
  position: static;
}
#thumbs_list .thumb_item {
  border: 1px solid transparent;
  margin-bottom: 2px;
}
#thumbs_list .thumb_item:hover {border-color: #ec243b;}
#thumbs_list .thumb_item img {
  max-width: 100%;
  margin: auto;
}
#thumbs_list .owl-prev, #thumbs_list .owl-next {
  position: absolute;
  top: 50%;
  left: 0px;
  bottom: 0px;
  opacity: 1;
  font-size: 0px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: #FFF;
  border-radius: 50%;
}
#thumbs_list .owl-next {
  right: 0;
  left: auto;
}
#thumbs_list .owl-prev:before, #thumbs_list .owl-next:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
  text-align: center;
  border: 1px solid #b6b6b6;
  border-radius: 100%;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  color: #000;
  text-shadow: none;
}
#thumbs_list .owl-prev:before {content: "\f104";}
#thumbs_list .owl-next:before {content: "\f105";}
.socialsharing_product {margin-top: 20px;}
.socialsharing_product ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.socialsharing_product ul li .btn {
  padding: 7px 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-size: 12px;
  color: #777;
  background: #fff;
}
.socialsharing_product ul li .btn-facebook:hover {
  background-color: #435F9F;
  color: #fff;
}
.socialsharing_product ul li .btn-facebook i {color: #435F9F;}
.socialsharing_product ul li .btn-facebook:hover i {color: #fff;}
.socialsharing_product ul li .btn-twitter:hover {
  background-color: #00AAF0;
  color: #fff;
}
.socialsharing_product ul li .btn-twitter i {color: #00AAF0;}
.socialsharing_product ul li .btn-twitter:hover i {color: #fff;}
.socialsharing_product ul li .btn-google-plus:hover {
  background-color: #E04B34;
  color: #fff;
}
.socialsharing_product ul li .btn-google-plus i {color: #E04B34;}
.socialsharing_product ul li .btn-google-plus:hover i {color: #fff;}
.socialsharing_product ul li .btn-pinterest:hover {
  background-color: #CE1F21;
  color: #fff;
}
.socialsharing_product ul li .btn-pinterest i {color: #CE1F21;}
.socialsharing_product ul li .btn-pinterest:hover i {color: #fff;}
.product-center-column h1 {
  margin: 10px 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}
.product-center-column .category {
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  text-transform: none;
  line-height: 28px;
}
.product-center-column .category a {
  display: inline-block;
  color: #3991DB;
}
.product-center-column .product-description {
  line-height: 16px;
  margin-bottom: 15px;
  padding: 6px 0px;
  font-size: 13px;
}
.product-center-column .old-price {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  text-decoration: line-through;
}
.product-center-column .price {
  font-size: 24px;
  font-weight: 300;
  color: #F00;
}
.product-center-column .quantity_wanted_p {
  width: 100%;
  margin: 20px 0;
}
.product-center-column .quantity-selector {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 30px;
  min-width: 60px;
  font-weight: 600;
}
.js-qty {
  position: relative;
  margin-bottom: 1em;
  max-width: 100px;
  min-width: 75px;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-center-column .js-qty {
  float: left;
  margin-bottom: 0px;
}
.control-quantity {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -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;
  transition: all 0.2s ease-out;
}
.control-quantity.control-minus {
  left: 0;
  border-right: 1px solid #E5E5E5;
}
.control-quantity.control-add {
  right: 0;
  border-left: 1px solid #E5E5E5;
}
.control-quantity.control-minus, .control-quantity.control-add {
  background-color: #f90;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
}
.js-qty input[type="text"] {
  display: block;
  background: #FFF;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0px 25px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.product-center-column .adtocart {
  display: block;
  float: left;
  margin-left: 15px;
  padding: 0;
  background: #f90;
  color: #fff;
  text-transform: capitalize;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ff6000;
  margin-bottom: 20px;
}
.product-center-column .adtocart .fa {
  margin-left: 10px;
  margin-right: 0px;
}
.product-center-column #AddToCartText {
  font-weight: 300;
  font-size: 12px;
  padding: 0px 10px;
}
.product-detail-tab {
  background: white;
  .padding: 20px;
  border:1px solid #e8e8e8; 
  margin-bottom: 50px;
}
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  display: flex;
}
.nav-tabs, .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  background: #eaeaea;
  transition: 0.2s linear all; 
}
.nav-tabs .nav-tab-item {
  width: auto;
}
.nav-tabs li a {
  font: 500 15px/1.35 "Helvetica Neue", sans-serif;
  border-color: #999999;
  background: #fbfbfb;
  transition: 0.2s linear all; 
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border: 0;
  height: 50px;
  padding: 15px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.2s linear all; 
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-top: 4px solid #7C4413!important;
  margin: 0;
  transition: 0.2s linear all; 
}
.nav-tabs .nav-tab-item .switch:visited {
  text-decoration: none;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active,
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  background: transparent;
}
.nav-tabs .active.nav-tab-item .switch,
.nav-tabs .active.nav-tab-item .switch:focus,
.nav-tabs .active.nav-tab-item .switch:hover {
  padding-bottom: 11px;
}
.nav-tabs .active.nav-tab-item .switch {
  font-weight: 700;
  color: #282828;
  background-color: transparent;
  border-color: #282828;
}
.nav-tabs .nav-tab-item.active .switch {
  color: #282828;
}
.nav-tabs .nav-tab-item .switch:visited,
.nav-tabs .nav-tab-item .switch:hover,
.nav-tabs .nav-tab-item .switch:active {
  color: #282828;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item.active .switch,
.nav-tabs .nav-tab-item.active .switch:focus,
.nav-tabs .nav-tab-item.active .switch:hover {
  color: #282828;
  background: transparent;
  border-bottom-color: black;
  transition: 0.2s linear all; 
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch,
.nav-tabs .nav-tab-item:not(.disabled) .switch:focus,
.nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
  background: #fff;
  color: #7c4413;
  transition: 0.2s linear all; 
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
  transition: 0.2s linear all; 
}
.relatived-product-title {}
.relatived-product-title .h3 {}
.nav-tabs .nav-tab-item > a{
  position: relative;
}
.nav-tabs .nav-tab-item > a:before{
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
  font-size: 17px;
}
.nav-tabs .nav-tab-item:first-child > a:before{
  content: "\f1ae";  
}
.nav-tabs .nav-tab-item:nth-child(2) > a:before{
  content: "\f19c";  
}
.nav-tabs .nav-tab-item:nth-child(3) > a:before{
  content: "\f184";  
}
.nav-tabs .nav-tab-item:nth-child(4) > a:before{
  content: "\f12e";  
}
.nav-tabs .nav-tab-item:nth-child(5) > a:before{
  content: "\f0e3";  
}
.nav-tabs .nav-tab-item:nth-child(6) > a:before{
  content: "\f155";  
}
/*----------------------------------------*/
/*  6.0 Blog CSS
/*----------------------------------------*/

.postWrapper {
  padding-bottom: 25px;
  clear: both;
}
.page-title.category-title.post-category {
  text-align: center;
}
.page-title.post-category h2, .contact-wrap .block-title h3, .search-page .block-title h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.page-title.post-category h2:before, .contact-wrap .block-title h3:before, .search-page .block-title h3:before {
  background: linear-gradient(90deg, #7C4413 50%, #2E3092 0);
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.postTitle {

}
.postTitle .post-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.postContent {padding-bottom: 10px;}

/*----------------------------------------*/
/*  7.0 Blog Detail CSS
/*----------------------------------------*/

.entry-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta, .post-author {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-meta i.fa-calendar-o {
  font-size: 12px;
  top: -1px;
  position: relative;
  margin-right: 4px;
}
.post-meta li {
  padding-left: 1px;
  padding-right: 1px;
}
.post-meta li, .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.post-meta > li {
  display: block;
  white-space: nowrap;
}
.single-post-page .entry-header .post-author {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 0px;
}
.post-author-avatar {
  width: 50px;
  height: 50px;
  max-width: 50px;
  border: none;
}
.post-date a {color: #9B9B9B;}
.entry-header .socialsharing_product {margin-bottom: 30px;}
.entry-content .single-post-image {margin-bottom: 30px;}
.fave_relatived_post {margin-bottom: 30px;}
.relatived-post-title {}
.relatived-post-title .h3 {}
.relatived-post-details .small-title {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}
.relatived-post-details .post-small-content {font-size: 13px;}

/*----------------------------------------*/
/* 8.0 Contact CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 9.0 Cart CSS
/*----------------------------------------*/

/*----------------------------------------*/
/* 10.0 Checkout CSS
/*----------------------------------------*/

.order-result {
  text-align: center;
  font-size: 15px;
}
.order-result .title-m {
  font-size: 30px;
  font-weight: bold;
  color: #f90;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order-result .str {
  font-size: 18px;
  font-weight: bold;
}
.order-result .info {padding-top: 10px;}
.order-result .info .idcode {
  background: #f90;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 15px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  vertical-align: top;
}
.order-result .info .idcode strong {
  font-size: 30px;
  display: block;
  font-weight: normal;
}
.order-result .info .desc {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}
.order-result .button {margin: 30px 0;}
.orderdetail-container {padding: 20px 15px;}
.order-title {
  margin: 0 0 22px;
  font-size: 13px;
}
.headline__label, .headline__value {
  display: inline-block;
  line-height: 1.3;
}
.headline__label {
  margin: 0 0 .3em;
  font-size: .86em;
  text-transform: uppercase;
}
.list-inline__2:before {
  content: '|';
  display: inline-block;
  margin: 0 1.23em;
  color: #e0e0e0;
}
.customer-detail {
  margin: 20px 0 10px;
  text-align: justify;
}
.customer-detail .customer-detail__item {
  font-size: 12px;
  line-height: 1.5;
  color: #6f6f6f;
  padding-right: 20px;
}
.customer-detail__header {
  padding: 0 0 .3em;
  margin: 0 0 .5em;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111;
}
.product-brief__image {
  max-width: 75px;
  max-height: 75px;
}

/*----------------------------------------*/
/* 11.0.0 404 CSS
/*----------------------------------------*/

body.error404 {
  background-image: url('uploads/background/page404bg.jpg') !important;
  background-repeat: no-repeat;
  background-position: center -100px;
  background-size: 100% auto;
  color: #fff;
}
body.error404 .respone {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
body.error404 a {
  color: #fff;
}
body.error404 a:hover {
  color: #f90;
}
body.error404 .page-404 {
  color: #fff;
  float: left;
  margin-top: 495px;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
}
body.error404 .page-404 h3 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
body.error404 .page-404 label {
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  margin: 0;
}
.accordion .section-title:after {
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 10px;
  left: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
}

/** Ad foot **/
.foot { clear: both }
.chuyende {position: fixed;bottom: -1px;right: 0px;z-index:100;}
.chuyende img {max-width: 250px;}
.chuyende .tenchuyende {font: bold 12px "Tahoma";text-align: center;color:#FFFFFF;height: 15px;cursor: pointer;}
.chuyende .tenchuyende .nut, .chuyende .tenchuyende .NutHien {
  float: right;
  background-image: url('/uploads/others/button.gif');
  background-position: -30px 0;
  height: 15px;
  width: 30px;
}
.chuyende .tenchuyende .NutHien {
  display: none;
  background-image: url('/uploads/others/button.gif');
  background-position: -60px 0;
}
#divchuyende{color:#FFFFFF}
#an {visibility:hidden; display: none; }
.navbar-container{
  background: #fff;
}
/** box language **/
.box_laguage {top: 0px; position: absolute;}
#goog-gt-tt {display: none !important;}
.goog-te-banner-frame {display: none !important;}
.goog-te-menu-value:hover {text-decoration: none !important;}
body {top: 0 !important;}
#google_translate_element2 {display: none!important;}

/** CUSTOM **/
.zoomContainer {z-index: 9;}
#top-links > :not(:first-child) {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid;
}
.item-download {
  padding: 0 15px;
  font-size: 15px;
  transition: 0.1s linear all; 
}
.item-download:not(:last-child) a {
  border-bottom: 1px solid #e8e8e8;
}
.item-download a {
  display: inline-block;
  width: 100%;
  color: #248ecc;
  font-weight: 500;
  padding: 10px 0;
  transition: 0.1s linear all; 
  position: relative;
}
.item-download a:before{
  content: "\f019";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.item-download:hover a{
  color: #f21e16;
  padding-left: 20px;
  transition: 0.1s linear all; 
}
.product-detail-tab .nav-tab-content.tab-content {
  border-top: 0;
}
.product-detail-tab .nav-tabs{
  border-width: 0 1px;
}
.statistic-widget.single-widget .section-title{
  display: none;
}
.statistic-widget.single-widget .content-widget{
  background: #333be1d4;
  padding: 10px;
  border-radius: 10px;
}


/******** hugo ***********/ 
/* ẩn */
.mobile-only, .category .category-posts .posts-list .postContent a.aw-blog-read-more {
  display: none;
}
/* Lên 1 dòng */
.pull-right .box-language, .navbar-content > div {
  display: flex;
}
.navbar-content > div{

}
.logo-menu {
  width: 13%;
}
.navbar.navbar-d {
  width: 82%;
}
.logo-menu img {

}

.pull-right .box-language *{
  color: #fff;
  font-size: 13px;
}
.pull-right .box-language li:first-child {
  border-right: 1px solid #e8e8e8;
  padding-right: 15px;
  margin-right: 15px;
}
.pull-right .box-language img {
  width: 20%;
  margin-right: 5px;
}

/* menu main */
.navbar-container .navbar-content{
  background: #fff; 
}
.navbar-container .navbar > ul {
  display: flex;
  width: 100%;
  padding-left: 25px;
}
.navbar-container .navbar > ul > li{
  flex-grow: 1;
  margin: 0 2px;
  text-align: center;
}
.navbar-d > ul > li > a {
  padding: 10px 9px;
  color: #212121;
  font-size: 15px;
  font-weight: 700; 
  border-radius: 5px!important ; 
  transition: 0.1s linear all!important ; 
}
.navbar-d > ul > li.active > a, .navbar-d > ul > li:hover > a{
  color: #ffffff;
  background: #7c4413;
  border-radius: 3px!important ;
  transition: 0.1s linear all; 
}
.navbar-d, .navbar-d ul, .navbar-d ul li, .navbar-d ul li a, .navbar-d #menu-button{
  line-height: unset;
}
.navbar-d li:hover > ul > li{
  padding: 5px;
  transition: 0.2s linear all; 
}
.navbar-d li:hover > ul > li > a{
  transition: 0.2s linear all; 
  text-transform: uppercase; 
}
.navbar-d ul ul li{
  border-left: 0px solid #2E3092; 
  transition: 0.2s linear all; 
}
.navbar-d ul ul li:hover{
  border-left: 5px solid #2E3092; 
  transition: 0.2s linear all; 
}
.navbar-d ul ul li:hover > a, .navbar-d ul ul li a:hover{
  color: #2E3092; 
  font-weight: 700; 
  padding-left: 10px;
  transition: 0.2s linear all; 

}

/* slider */
#content #columns #content-sidebar {
  padding: 0;
}
.owl-theme .owl-dots .owl-dot span{
  width: 20px;
  height: 20px;
  border-radius: 0px; 
  margin: 5px;
  position: relative;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background: #fff; 
}
.owl-theme .owl-dots .owl-dot:hover span:before, .owl-theme .owl-dots .owl-dot.active span:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #aaa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-nav{
  .position: absolute;
  .top: 45%;
  .transform: translateY(-50%);
  .width: 100%;
  .HEIGHT: 100PX;
  .MARGIN: 0;
}

.owl-theme .owl-nav [class*=owl-]{
  width: 100px;
  height: 100px;
  border-radius: 00px; 
  position: absolute;
  background: #00000014; 
  transition: 0.1s linear all; 
  transform: translateY(-50%);
  top: 50%;
  margin: 0 5px;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav [class*=owl-] .fa {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff36;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav [class*=owl-]:hover{
  background: #ffffffde; 
  transition: 0.1s linear all; 
}
.owl-theme .owl-nav [class*=owl-]:hover .fa{
  color: #2E3092; 
  transition: 0.1s linear all; 
}

/************************************/
/******** 3 cột dưới slider *******/
.free-type-wrap .block-title .h3, .brand-slider-wrap .block-title .h3, .news-wrap .block-title .h3{
  background: transparent;
  color: #7C4413;
  font-size: 50px;
  text-transform: inherit;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.brand-slider-wrap .block-title .h3, .news-wrap .block-title .h3{
  font-size: 30px;
  font-style: unset;
  color: #2E3092;
  text-transform: uppercase; 
}
.free-type-wrap .block-content .title-auto {
  font-size: 16px;
  color: #2E3092;
  font-weight: 600;
  margin-bottom: 10px;
}
.auto .free-type-wrap .block-content > div {
  padding: 0 5%;
  position: relative;
}
.auto .free-type-wrap .block-content > div:not(:last-child):before {
  font-size: 40px;
  .font-family: "Simple-Line-Icons";
  font-family: FontAwesome;
  color: #2E3092;
  position: absolute;
  left: 0;
  top: -4px;
  transition: 0.1s linear all;
}
.auto .free-type-wrap .block-content > div:first-child:before {
  content: "\f19c";
}
.auto .free-type-wrap .block-content > div:nth-child(2):before {
  content: "\f24e";
}
.auto .free-type-wrap .block-content > div:nth-child(3):before {
  content: "\f27e";
}
.auto .free-type-wrap .block-content .content-auto {
  font-size: 13px;
  line-height: 22px;
  font-weight: 100;
  .text-align: justify;
}

/************************************/
/******* 2 CỘT TIN TỨC ******/
.news-by-category-wrap > div:first-child{
  padding-left: 0;
}
.news-by-category-wrap > div:last-child{
  padding-right: 0;
}
.news-by-category-wrap .block-title img {
  width: 100%;
}
.news-by-category-wrap .block-title .h3 {
  background: transparent;
  padding: 10px;
  margin-top: 15px;
  border-left: 5px solid #2E3092; 
}
.news-by-category-wrap .block-title .h3 a{
  color: #2E3092; 
  font-weight: 700; 
}

.news-by-category-wrap .block-content .block-post-meta {
  background: #7C4413;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 5px;
  padding-top: 10px;
  border: 2px solid #7C4413;
  width: 80px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: absolute;
  transition: 0.1s linear all;
}
.news-by-category-wrap .block-content .block-post-meta span {
  width: 100%;
}
.news-by-category-wrap .block-content .block-post-meta span.meta-day{
  font-size: 30px;
}
.news-by-category-wrap .block-content .block-post-meta span.meta-month-year{
  font-size: 15px;
}
.news-by-category-wrap .block-content .block-post-content h4.block-post-title {
  font-weight: 700;
  color:  #212121;
  text-transform: uppercase;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-by-category-wrap a.view-all > div {
  background: #7c4413;
  /* background-image: linear-gradient(to right, #212466, #2E3092, #525BFF); */
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 500;
  width: 40%;
  margin: auto;
  transition: 0.1s linear all; 
}
.news-by-category-wrap a.view-all > div:hover{
  background: #212466; 
  transition: 0.1s linear all; 
}
.news-by-category-wrap .block-post.block-other-post {
  padding: 10px;
  transition: 0.1s linear all; 
}
.news-by-category-wrap .block-post.block-other-post:hover{
  background: #2e30920a;
  transition: 0.1s linear all; 
}


/***************************************
/******* KHÁCH HÀNG ĐÁNH GIÁ **********/
.widget.widget-static-block.slide_news {
  background: url("/uploads/background/showeare-parallax.jpg") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0;
  margin: 50px 0;
}


.slide_news .free-type-wrap .block-title .h3{
  color: #fff; 
}

.free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:first-child {
  color: #fdf498;
  padding: 0 45px;
  TEXT-ALIGN: CENTER;
  position: relative;
}
.free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:nth-child(2) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 30px 0;
  font-style: italic;
}
.free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:first-child:before {
  content: "“";
  position: absolute;
  color: #fdf498;
  left: 0;
  top: -13px;
  font-size: 60px;
  line-height: 1;
  font-family: "Simple-Line-Icons";
}
.free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:first-child:after {
  content: "”";
  position: absolute;
  color: #fdf498;
  right: 0;
  bottom: 5px;
  font-size: 60px;
  line-height: 0;
  font-family: "Simple-Line-Icons";
}
.widget.widget-static-block.slide_news .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: unset;
}


.brand-slider img {
  width: 60%!important ;
  margin: auto;
  border:1px solid #e8e8e8; 
}
.brand-slider .owl-theme .owl-nav{
  display: none;
}


.widget.widget-static-block.home-news{
  background: url("/uploads/background/work-bg.jpg"); 
  background-attachment: fixed;
  background-size: cover;
  padding: 30px 0;
  margin: 50px 0 0;
}
.widget.widget-static-block.home-news .news-wrap{
  background: transparent;  
}
.single-widget.maps-widget .content-widget {
  padding: 0;
}
.home-news .news-wrap input.form-control, .form-control {
  border-radius: 0;
}
.home-news .news-wrap .block-content > div:nth-child(2) form#form_contact > div p{
  width: 100%;
}
.home-news .news-wrap .block-content > div:nth-child(2) form#form_contact > div:last-child > p:last-child .pull-right, .box-mail-left input.pull-right{
  float: unset!important ;
  background: #2E3092;
  color: #fff;
  border: unset;
  padding: 10px 25px;
  text-transform:  uppercase;
  transition: 0.1s linear all; 
}
.home-news .news-wrap .block-content > div:nth-child(2) form#form_contact > div:last-child > p:last-child .pull-right:hover, .box-mail-left input.pull-right:hover{
  background: #212466; 
  transition: 0.1s linear all; 
}


/****************************
********** FOOTER *********/
.footer-widget-content * {
  color: #fff;
  font-size: 15px;
  transition: 0.1s linear all; 
}
.footer-widget-content a:hover, .menu_footer > ul > li ul > li:hover a{
  color: #ffeb3b; 
  transition: 0.1s linear all; 
}
.footer-widget-content .fa {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

.menu_footer > ul > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.menu_footer > ul > li ul > li {
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  transition: 0.1s linear all; 
}
.menu_footer > ul > li ul > li:hover{
  padding-left: 20px;
  transition: 0.1s linear all; 
}
.menu_footer > ul > li ul > li:before{
  content: "\f101";
  font-family: FontAwesome;
  padding-right: 10px;
  transition: 0.1s linear all; 
}
.menu_footer > ul > li ul > li:hover:before{
  color: #ffeb3b; 
  transition: 0.1s linear all; 
}

.footer-widget-content .facebook-plugin-widget {
  background: transparent;
}
.footer-widget-content .facebook-plugin-widget .content-widget {
  background: transparent;
  border: unset;
}
.footer-widget-content .facebook-plugin-widget .h3.section-title {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
.widget-copyright {
  text-align: center;
}


/* breadcrumb */
.list_breadcrumb {
  background: #fbfbfb;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.breadcrumb-list ul li .fa {
  color: #999!important;
}
.breadcrumb-list ul > li a {
  margin-right: 5px;
}
.breadcrumb-list ul > li.current-p a {
  color: #d17100!important;
}
.breadcrumb-list.gr-table-cell{
  margin-bottom: 0;
}


/* TRANG CHI TIẾT BÀI VIẾT */
.col-wrapper-main h1 {
  font-size: 30px;
  line-height: 35px;
}
.col-wrapper-main .entry-content img {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}

/* TIN LIÊN QUAN */
.relatived-post-title .h3{
  background: transparent;
  color: #212121;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
}

.fave_relatived_post, .search-page li.postWrapper > div {
  padding: 10px!important ;
  background: #f9f9f985;
  width: calc(33.33333% - 30px);
  margin: 0 15px;
  transition: 0.1s linear all; 
}
.fave_relatived_post > div, .search-page li.postWrapper > div > div{
  width: 100%;
  padding: 0;
}

.fave_relatived_post:HOVER, .search-page li.postWrapper > div:hover{
  background: #7c4413; 
  transition: 0.1s linear all; 
}
.fave_relatived_post:hover .relatived-post-details *, .search-page li.postWrapper > div:hover *{
  color: #fff; 
  transition: 0.1s linear all; 
}
.relatived-post-details .small-title, .search-page li.postWrapper > div h3.post-title a{
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: lowercase;
  line-height: 22px;
}
.search-page li.postWrapper > div .postTitle {
  margin: 10px 0 5px;
}
.relatived-post-details .small-title:first-letter, .search-page li.postWrapper > div h3.post-title:first-letter{
  text-transform: uppercase; 
}
.comments-post-area {
  border: 1px solid #e8e8e8;
}

/* Tiêu đề H3 trong nội dung */
.single-post-page .entry-content h3, .product-detail-tab h3{
  border-left: 5px solid #ffc20f;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #0a4ca0;
  margin: 10px 0;
}

/* TRANG BÀI VIẾT */
.banner-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 50px;
}
.short_detail {
  margin-top: 30px;
  font-style: italic;
}
.main-box ol {
  display: flex;
  flex-wrap: wrap;
}

.category .category-posts .posts-list a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500; 

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.category .category-posts .posts-list .postContent{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  height: 72px;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
}
.category .category-posts .posts-list > li{
  .background: #f9f9f9;
  margin-bottom: 30px;
}
.category .category-posts .posts-list > li:nth-child(2n+1) {
  padding-left: 0;
}
.category .category-posts .posts-list > li:nth-child(2n+2) {
  padding-right: 0;
}
.category .category-posts .posts-list > li > div{
  background: #f9f9f9;
  height: 100%;
  transition: 0.1s linear all; 
}
.category .category-posts .posts-list > li > div:hover{
  background: #f0f0f0; 
  transition: 0.1s linear all; 
}

/* CỘT TRÁI TRANG */
.single-widget.search-widget.box_search .content-widget {
  padding: 0;
}


/* Bản đồ trang liên hệ */
.contact-wrap .maps-widget .section-title{
  display: none;
}
.single-widget.maps-widget {
  background: transparent;
}
.map-responsive{
  border-radius: 3px;
}
.maps-widget .content-widget {

}

/* Form Liên hệ - trang liên hệ  */
.contact-form p {
  width: 100%;
}
.form-control-wrap.fc-captcha input[type="text"] {
  width: 100%;
}
.contact-form div:last-child > p:first-child{
  width: 65%;
}
.contact-form div:last-child > p:last-child {
  width: 35%;
}

/* TRANG LIÊN HỆ */
.contact-wrap .block-title, .search-page .block-title{
  text-align: center;
  margin-top: 50px;
}
.contact-wrap .contact-form input[type="submit"]{
  background: #2E3092; 
  transition: 0.1s linear all; 
}
.contact-wrap .contact-form input[type="submit"]:hover{
  background: #212466; 
  transition: 0.1s linear all; 
}

/* FORM MẪU VĂN BẢN */
.product-detail-tab .nav-tabs>li{
  flex-grow: 1;
}
.product-detail-tab .nav-tabs>li.active{

}
.product-detail-tab .nav-tabs>li>a{
  border-radius: 0;
  margin: 0;
}
.product-detail-tab .nav-tabs>li:not(:first-child){
  border-left: 2px solid #fff; 
}
/** Logo float flip **/
.slider{
  position: relative;
}
.float-logo {
  background-color: #070317e0;
  perspective: 1000px;
  padding: 7em!important;
  overflow: hidden;
  width: 406px; /* không để số lẻ - bị giật */
  height: 406px; /* không để số lẻ - bị giật */
  position: absolute;
  z-index: 11111111111111111111;
  top: 45%;
  left: 82%;
  border-radius: 100%;
  padding: 10px;
  transform: translate(-50%,-50%);
  .display: none;
  transition: 0.1s linear all; 
}
.float-logo:before{
  background-image: url("/uploads/background/HUGO--tao-GIF.gif");
  background-size: 160%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9;

  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.float-logo .flip{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  .box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  animation: flip-card 10s linear infinite;
}
.float-logo .flip .bg {
  background: url("/uploads/background/earth.gif") center;
  /*background: url("https://media.giphy.com/media/mf8UbIDew7e8g/giphy.gif") center;*/
  border-radius: 100%;
  .opacity: 0.7;
  animation: flip-card 10s linear infinite;
  animation-direction: reverse;
  background-size: 105%;
  box-shadow: 0 0 10px 5px #eef8ff;
}
.float-logo .flip > * {
  position: absolute;
  width: 100%;
  height: 100%;
  .-webkit-backface-visibility: hidden;
  .backface-visibility: hidden;
  display: flex;
  align-items: center;
}
.float-logo .flip .front{
  transform: translateZ(9em);
  transition: 0.1s linear all; 
}
.float-logo .flip .back {
  transform: rotateY(180deg) translateZ(9em);
  transition: 0.1s linear all; 
}
@keyframes flip-card {
  from{transform: rotateY(-360deg);}
  to{transform: rotateY(360deg);}
}
/******** xoay nghiêng ***********/
/*@keyframes flip-card2 {
from{transform: rotateY(-360deg) rotateZ(-16deg); }
to{transform: rotateY(360deg) rotateZ(-16deg);}
} */

.cate_document {
  border: 1px solid #7c4413;
  margin-bottom: 20px;
}
.cate_document .title{
  text-transform: uppercase;
  background: transparent;
  color: #000;
  border: 0;
  height: 50px;
  padding: 15px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: 0.2s linear all;
  background: #fff;
  color: #7c4413;
  transition: 0.2s linear all;
  border-bottom: 3px solid;
  font: 500 15px/1.35 "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.cate_document .title:before{
  content: "\f15c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  margin-right: 10px;
}
.footer-widget-content .hinh-k {
    padding: 0;
}
.footer-widget-content .hinh-k img {
    width: 70%;
}
/** Layout Responsive **/
@media(min-width: 1920px){
  .float-logo{
    width: 546px;
    height: 546px;
    padding: 9em!important;
  }
  .float-logo .flip .front {
    transform: translateZ(12em);
  }
  .float-logo .flip .back {
    transform: rotateY(180deg) translateZ(12em);
  }
}
@media(min-width: 1351px){
  .navbar-content > div{
    .max-width: 1260px;
    max-width: 1300px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .navbar-container .navbar-m {display: none;}
}
@media (min-width: 991px) {

}
@media (min-width: 1200px) {

}
@media (max-width: 1024px) {

} 
@media (max-width: 768px) {
  .float-logo{
    width: 220px;
    height: 220px;
    padding: 4em!important;
  }
  .float-logo .flip .bg{
    box-shadow: 0 0 5px 3px #eef8ff;
  }
  .float-logo .flip .front {
    transform: translateZ(5em);
  }
  .float-logo .flip .back {
    transform: rotateY(180deg) translateZ(5em);
  }

  /* ẩn */
  .owl-theme .owl-nav, .navbar-container .navbar-d, .pc-only{
    display: none;
  }
  /*.navbar-container .navbar-m {display: block;}*/
  .mobile-only{
    display: block;
  }


  /* BIỂU MẪU */


  .product-detail-tab.mobile-only > .tab-content > .nav-tab-item > div:first-child{
    padding: 10px;
    text-align: center;
    font-weight: 700;
    background: #7C4413;
    color: #fff; 
    text-transform: uppercase;
    transition: 0.1s linear all; 
  }
  .product-detail-tab.mobile-only > .tab-content .nav-tab-item.active > div:first-child{
    background: #2E3092; 
    transition: 0.1s linear all; 
  }
  .product-detail-tab.mobile-only > .tab-content > .nav-tab-item:not(:last-child){
    border-bottom: 1px solid #e8e8e8; 
  }
  .product-detail-tab.mobile-only > .tab-content > .nav-tab-item > a {
    color:  #fff;
    transition: 0.1s linear all; 
  }
  .product-detail-tab.mobile-only > .tab-content .nav-tab-item.active > a{
    color: #fff; 
    transition: 0.1s linear all; 
  }
  .tab-content>.tab-pane, .tab-content>.active{
    transition: 0.1s linear all; 
  }

  /*********************/
  ul.mm-listview li {
    text-transform:  uppercase;
  }
  .mm-menu.mm-theme-dark{
    background: #e8e8e8;
    color: #212466;
  }
  .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
    color: #212466;
    text-transform: uppercase;
    font-weight:  700;
  }
  .navbar-container .navbar-m {
    display: flex;
    width: 100%;
  }
  .navbar-container{
    padding-top: 0;
  }
  .logo-menu {
    border-right: 1px solid #e8e8e8;
  }

  .auto .free-type-wrap .block-content > div:not(:last-child):before {
    font-size: 27px;
  }
  .news-by-category-wrap a.view-all > div{
    width: 50%;
  }
  .home-news .news-wrap .block-content > div:nth-child(2) form#form_contact > div:last-child > p:last-child .pull-right {
    margin-top: 10px;
  }
  .map-responsive {
    height: 385px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .owl-theme .owl-dots{
    bottom: 0;
  }

  .contact-form input[type="submit"]{
    float: none!important ;
    margin-top: 10px;
  }
  .single-widget.maps-widget{
    margin-bottom: 20px;
  }

  /* TRANG BÀI VIẾT */
  .post-page .row > div {
    width: 100%;
    margin-bottom: 50px;
  }

}
@media (max-width: 480px) {

  /* đảo */
  .footer-top .row {
    display: flex;
    flex-flow: wrap-reverse;
  }

  /* ẩn */
  #top .pull-left{
    display: none;
  }
  .float-logo{
    background: #07031742;
    width: 120px;
    height: 120px;
    padding: 2em!important;
    top: 50%;
    left: 84%;
  }
  .float-logo .flip .front {
    transform: translateZ(3em);
  }
  .float-logo .flip .back {
    transform: rotateY(180deg) translateZ(3em);
  }


  .logo-menu {
    width: 40%;
  }
  .slider-wrap .owl-carousel .owl-item img {
    height: 220px;
    object-fit: cover;
    object-position: left;
  }

  #top .container {
    padding: 0;
  }
  #top .pull-left {
    float: unset!important ;
  }
  .free-type-wrap .block-title .h3, .brand-slider-wrap .block-title .h3, .news-wrap .block-title .h3{
    font-size: 27px;
    line-height: 1.5;
  }
  .auto .free-type-wrap .block-content .content-auto{
    font-weight: 500!important;
  }
  .auto .free-type-wrap .block-content > div {
    padding: 0 15%;    
    margin-bottom: 20px;
  }
  .auto .free-type-wrap .block-content > div:not(:last-child):before{
    padding-left: 15px;
  }
  .news-by-category-wrap > div{
    padding: 20px 10px!important ;
  }
  .free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:first-child:before{
    left: 10px;
  }
  .free-type-wrap .owl-carousel.owl-theme.auto-slide .block-content > div:first-child:after{
    right: 10px;
  }
  .single-widget.maps-widget {
    margin-bottom: 20px;
  }
  .contact-form div:last-child > p:first-child {
    width: 100%;
  }
  #site-footer .footer-bottom {
    height: auto;
    padding: 20px 0;
    line-height: 15px;
  }

  .block-title, .page-title, .relatived-product-title, .relatived-post-title {
    padding: 0 10px;
  }

  /* TRANG BÀI VIẾT */
  .category .category-posts .posts-list a{
    margin-top: 10px;
  }
  .category .category-posts .posts-list > li{
    padding: 15px!important ;
  }

  .page-title.post-category h2, .contact-wrap .block-title h3, .search-page .block-title h3{
    font-size: 22px;
  }

  .fave_relatived_post, .search-page li.postWrapper > div{
    width: 100%;
  }
}
@media (max-width: 320px) {
  .slider-wrap .owl-carousel .owl-item img {
    height: 210px;
  }

.float-logo {
    left: 81%;
}
}


/******** hotline by Luân ***********/ 
.mobile-only {display: none;}
@media (max-width: 767px) {
  .mobile-only {display: block;}
  .pc-only {display: none;}
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 60px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 200000 !important;
}
.suntory-alo-phone.suntory-alo-phone-0 {left: 0; bottom: 0;}
.suntory-alo-phone.suntory-alo-phone-1 {right: 0px; bottom: 0px;}
.suntory-alo-ph-circle {
  animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 160px;
  width: 160px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 30px;
  top: 30px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
}
.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0;
  z-index: 1;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover { opacity: 1;}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
  border-color: #608727; /* xanh lá hover */
  opacity: 1;
}

#zalo.suntory-alo-hover .suntory-alo-ph-circle, #zalo:hover .suntory-alo-ph-circle {
  border-color: #ff5722; /* CAM hover */
  opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #e6140f; /* đỏ */
  opacity: 1;
  display: none;
}
#zalo .suntory-alo-ph-circle {
  border-color: #028fe3; /* xanh dương */
  opacity: 1;
  display: none;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.9);
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill { background-color: #608727;} /* cam hover */
#zalo.suntory-alo-hover .suntory-alo-ph-circle-fill, #zalo:hover .suntory-alo-ph-circle-fill { background-color: #ff5722;} /* xanh lá hover */


.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill { 
  background-color: #e6140f; /* đỏ */
  display: none;
} 
#zalo .suntory-alo-ph-circle-fill { 
  background-color: #028fe3; /* xanh dương */
  display: none;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #00aff2;}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle 
{ background-color: #547622;} /* viền xanh hover */
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle { background-color: #d2130e;} /* đỏ đậm */

#zalo .suntory-alo-ph-img-circle { background-color: #fff;} /* trắng */
#zalo.suntory-alo-hover .suntory-alo-ph-img-circle, #zalo:hover .suntory-alo-ph-img-circle 
{ background-color: #fff;} /* viền trắng hover */

#zalo path {
  fill: #028fe3; /* xanh dương */
  transition: 0.1s linear all; 
}
#zalo:hover path {
  fill: #ff5722; /* cam hover */
  transition: 0.1s linear all; 
}
@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.6) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 40px!important;
  line-height: 58px!important;
  padding-left: 10px;
  color: #fff;
}
.phone-pc {
  background: #e6140f; /* màu đỏ */
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 65px;
  RIGHT: 98px;
  position: relative;
  width: 160px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;

}
.suntory-alo-phone:hover .phone-pc { background: #608727;}
.show-phone {
  visibility: visible;
  opacity: 1;
  width: 200px;
}

/*-----------hieu ung lac qua lac lai------------------*/
@keyframes shake2 {
  0%, 100% {
    -webkit-transform: translate3d(0,0,0);
    -moz-animation: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  25%, 75% {
    -webkit-transform: translate3d(-10px,0,0);
    -moz-animation: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  50% {
    -webkit-transform: translate3d(10px,0,0);
    -moz-animation: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

.logo-menu img:hover, #zalo:hover{  
  animation: 0.8s shake2 ease-in-out;
  -webkit-animation: 0.8s shake2 ease-in-out;
  -moz-animation: 0.8s shake2 ease-in-out;
}

.back-to-top{
  position: fixed;
  right: 40px;
  bottom: 230px;
  z-index: 999999;
  transition: .5s;
}
.opacityne{
  opacity: 0;
  transition: .5s;
}
.back-to-top button.btn.btn-primary {
  background: #212121;
  border: 2px solid #e8e8e8;
  border-radius: 90px;
  height: 40px;
  width: 40px;
}
.back-to-top button.btn.btn-primary:hover, .back-to-top button.btn.btn-primary:focus {
  background: #7c4413;
  outline: none;
}