/*-----------------------------------------------------------------------------------
    
  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;
}
.countdown-container {
    text-align: center;
    display: none;
}
div#snow {
    position: fixed;
    top: 0;
    z-index: 999;
}
.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}
ul.footer-main--cs li {
    margin-top: 15px;
}
.logo-bct img {
    width: 67%;
}
.unit_category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}
.footer-dt img {
    width: 70%;
}
.unit_main {
    /* display: flex; */
    flex-wrap: nowrap;
    width: 100%;
}

.unit_main-item {
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
    float: left;
}
.unit_main-item input[type=radio]{
    display:none;
}

.unit_main-item label {
    border: 2px solid #08579e;
    border-radius: 15px;
    height: 30px;
    line-height: 27px;
    padding: 0px 10px;
    cursor: pointer;
    font-weight: bold;
}

.unit_main-item:hover label {
    background: #08579e;
  color: #fff;
}
.unit_main-item input[type=radio]:checked + label { 
  background: #08579e;
  color: #fff;
}

.unit_category-title span {
    font-weight: bold;
}
ul.footer-main--cs li:first-child {
    margin-top: 0;
}
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;
}
@font-face {
    font-family: "Montserrat";
    src: url("../public/fonts/Montserrat-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../public/fonts/Montserrat-Thin.ttf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("../public/fonts/Montserrat-ThinItalic.ttf") format("opentype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Montserrat";
    src: url("../public/fonts/Montserrat-Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;

}
body, body.class_body {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fff;
  background-color: #f5f6f7;
  font-family: Arial, Tahoma, Lucida Grande, Lucida Sans, sans-serif;
  font-weight: normal;
}
div#wrapper {
    background-color: #f5f6f7;
}
.bg-white {background: #fff;}
.no-padding {padding: 0 !important;}
#content {
  padding-top: 20px;
}
.widget {clear: both;}
.space-base {margin-bottom: 45px;}
.aw-blog-read-more {
    display: block;
    color: #d4101d;
    margin-top: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}
.post-image img {
    border-radius: 20px;
}
.otherhome {
    padding-top: 86px !important;
}
form.gm-search--form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gm-search--main {
    position: relative;
}
.gm-search--main input[type="text"]::placeholder{
  color: #08579e;
  font-size:15px;
}
.gm-search--main input[type="text"]:focus-visible{
  outline: 2px solid #08579e;
}
.gm-search--main input[type="text"] {
    border-radius: 30px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    min-width: 500px;
    min-height: 55px;
    text-indent: 24px;
}

.gm-search--main button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #08579e;
    border-radius: 30px;
    border: none;
    width: 45px;
    height: 45px;
}

.gm-search--main button i {
    color: #fff;
    font-size: 19px;
}

.gm-search {
    margin-top: -48px;
    position: relative;
    z-index: 1;
}
#btn-chat-zalo {
    position: fixed;
    bottom: 190px;
    width: 50px;
    height: 50px;
    right: 36px;
    z-index: 99;
}
#btn-chat-mess {
    position: fixed;
    bottom: 127px;
    width: 50px;
    height: 50px;
    right: 36px;
    z-index: 99;
}
.slider-wrap img {
    height: 230px;
}
.relatived-product .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 44%;
}
.relatived-product .owl-theme .owl-prev {
    left:0
}
.relatived-product .owl-theme .owl-next {
    right:0
}
.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;
}
.donesell span {}

.donesell {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    text-transform: none;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
}

.donesell p {
    margin-left: 6px;
    color: #14579b;
}
.block-title, .page-title, .relatived-product-title, .relatived-post-title {margin-bottom: 20px;text-align: center;}
.block-title h3, .block-title .h3, .page-title.product-category h2, .page-title.post-category h2, .relatived-product-title .h3, .relatived-post-title .h3 {
      color: #14579b;
    font-size: 30px;
}
.block-title h3 a, .block-title .h3 a {color: #fff;}

.logo img {
       width: 139px;
    padding-top: 0;
    margin: 0;
    transition: 0.5s all;
}
.logo {
    padding: 0;
}
.lang-mn{
    padding: 0;
}
.header-search {
    padding: 0;
}
form#searchform input[type="text"] {
    background: #fff;
    border: none;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #232526;
    font-size: 15px;
    height: 40px;
    min-height: 40px;
    outline: none;
    overflow: hidden;
    padding: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
  padding-left:35px;
}
form#searchform {
    position: relative;
}

form#searchform button {
    position: absolute;
    top: 30%;
    left: 1%;
    border: none;
    background: none;
}
ul.navbar--left {
    padding-top: 0;
   transition: 0.5s all;
}

ul.navbar--right {
    padding-top: 0;
   transition: 0.5s all;
}

.header-menu {
}

.header.scroll-to-fixed-fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
.header{
    transition: 0.5s all;
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 10px -3px rgba(0,0,0,.65)
}
.gm-slide {
    padding-top: 60px;
}
.header.scroll-to-fixed-fixed .logo img {
  padding-top: 10px;
    width: 50%;
}
.header.scroll-to-fixed-fixed .navbar-d > ul > li > a {
    padding: 15px 10px 15px 10px;
}
.header.scroll-to-fixed-fixed ul.navbar--left,.header.scroll-to-fixed-fixed ul.navbar--right {
    padding-top: 0;
}
.gm-products--main {
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, .65);
    display: block;
    border-radius: 22px !important;
    background: #ffffff;
    position: relative;
}
.gm-products {
    margin-top: 20px;
}
.gm-products--item {
    margin-bottom: 40px;
}

.gm-products--saleoff {
    left: 6px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #e02417;
    border-radius: 50%;
    top: -12px;
    height: 60px;
    width: 60px;
    font-size: 12px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.relatived-product .gm-products--saleoff {
    top: 0;
}
.gm-products--saleoff span.ptr {
    font-size: 13.8px;
    font-weight: 700;
}

.gm-products--saleoff:before {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    content: "";
    visibility: visible;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.gm-products--saleoff span {
    line-height: 1.4142;
}
.gm-products--image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    will-change: transform;
    transition: transform .135s ease-in;
    transform: scale(1);
}

.gm-products--image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
    overflow: hidden;
}

.gm-products--image {
    position: relative;
}

.gm-products--image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}

.gm-products--image:hover img {
    transform: scale(1.12);
}
.gm-products--back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity .135s ease-in;
    opacity: 0;
}

.gm-products--image:hover .gm-products--back {
    opacity: 1;
}
.gm-products--content {
    padding: 9px;
    color: #333;
}
.gm-products--name h4 {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 10px;
  	min-height: 37px;
}

.gm-products--desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  font-size: 13px;
  height: 74px;
}
.gm-products--butsell {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.gm-products--button {
       text-align: center;
    height: 37px;
    width: calc(100% - 97px);
}
.gm-products--donesell span {
       font-size: 12px;
    color: #000000;
}
.gm-products--donesell span.ttl {
        color: #08579e;
    font-weight: bold;
    font-size: 12px;
  margin-left: 6px;
}

.gm-products--donesell {
  text-align: center;
    width: 97px;
    background: #ffffff;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid #ddd;
    height: 37px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.gm-products--button button {
border: none;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #b31010;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 11px;
    transition: 0.2s;
    width: 100%;
    height: 37px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gm-products--button button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #08579e;
    transition: all 0.3s;
    z-index: -1;
}

.gm-products--button button:hover:before {
    width: 100%;
}


.gm-products--button i {
    font-size: 18px;
}
.gm-products--price {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 8px 17px 8px;
    background-color: rgba(0, 0, 0, .65);
    border-bottom-left-radius: 20px;
    width: auto;
    color: #fff;
    text-align: right;
}

.gm-products--price p {
    margin: 0px 0px 2px;
    font-size: 18px;
    font-weight: 400;
}

.gm-products--price p:last-child {
    margin: 0;
}

.gm-products--price p.old-price {
    font-size: 14px;
    opacity: .65;
    text-decoration: line-through;
}

.gm-news-title h3 {
    color: #14579b;
    font-size: 30px;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.4;
}

.gm-news {
    margin-top: 10px;
}

.gm-news-title h3:before {
    position: absolute;
    width: 140px;
    height: 3px;
    background: #14579b;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
}
.gm-news--large {
    position: relative;
}

.gm-news--large:after {
    width: 1px;
    height: 100%;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 0px;
}
.gm-news--titlesm a {
    font-size: 16px;
    font-weight: bold;
    color: #08579e;
    line-height: 20px;
}

h4.gm-news--titlesm {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 21px;
}

.gm-news--descsm {
	margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
    font-size: 13px;
}

.gm-news--itemsm {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.gm-news--itemsm:last-child {
    border: none;
    padding: 0;
  	margin: 0;
}
.gm-news--imagelg {
    position: relative;
}

.gm-news--imagelg a {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 68%;
}

.gm-news--imagelg img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gm-news--imagesm {
    position: relative;
}

.gm-news--imagesm a {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}

.gm-news--imagesm img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gm-news--small {
    position: relative;
}

.gm-news--small:after {
    width: 1px;
    height: 100%;
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    right: 0px;
}
.gm-sub--image {
    width: 150px;
    margin-left: 20px;
      position: relative;
}
.gm-sub--image a {
    display: block;
    overflow: hidden;
    height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}

.gm-sub--image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.gm-sub--item {
    display: flex;
    flex-wrap: wrap;
      padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.gm-sub--title a {
    font-size: 16px;
    font-weight: bold;
    color: #08579e;
    line-height: 20px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 81px;
}

.gm-sub--item:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.gm-sub--detail {
    width: calc(100% - 170px);
}
.gm-news-title {
    text-align: center;
    margin-bottom: 25px;
}

.gm-news-title h3:after {
    position: absolute;
    width: 140px;
    height: 3px;
    background: #14579b;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.gm-news-main {
    background: #FCFAF6;
    border: 1px solid #E5E5E5;
    padding: 20px 20px;
  margin-bottom: 50px;
}

.gm-news--detaillg {
    margin-top: 20px;
}


.gm-news--titlelg a {font-size: 20px;font-weight: bold;color: #08579e;line-height: 25px;}

.gm-news--meta {font-size: 15px;margin-top: 10px;color: #333;}

.gm-news--meta i {
    color: #a94442;
}

.gm-news--desclg {
    font-size: 15px;
    margin-top: 10px;
}
/*----------------------------------------*/
/* 2.0 Home CSS
/*----------------------------------------*/
/* 2.1.0 Header CSS
/* ====================================== */
#top {
	background-color: #08579e;
	padding: 4px 0px 3px 0;
	min-height: 40px;
}
#top .container {padding: 0 20px;}
#top .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #ff9900;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
  background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
    text-decoration: none;
  background: transparent;
}
#top .btn-link:hover, #top-links a:hover {color: #fff;}
#top-links .dropdown-menu a {text-shadow: none;color:#615f5f}
#top-links .dropdown-menu a:hover {
	color: #FFF;
  background-image: linear-gradient(to bottom, #ff9900, #ff7d00);
}
#top-links {padding-top: 6px;}
#top-links a + a {margin-left: 15px;}

/* 2.2.0 Nav CSS
/* ====================================== */
.navbar-container .navbar {
  min-height: 1px;
  margin: 0;
}
.navbar-container .navbar-m { overflow: hidden;}
.navbar-container .navbar-m .header a {
  display: block;
  padding: 14px 15px 13px 45px;
  color: #615f5f;
  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: #615f5f;
  content: "";
}
.navbar-container .navbar-m .header a:after {
  position: absolute;
  top: 22px;
  left: 15px;
  display: block;
  height: 8px;
  width: 20px;
  border-top: 2px solid #615f5f;
  border-bottom: 2px solid #615f5f;
  content: "";
}
.navbar-container .navbar-m ul {display: none;}
.slider-wrap .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.slider-wrap .owl-dots .owl-dot span {
    background: #ffffff;
    width: 15px;
    height: 15px;
}
.slider-wrap .owl-dots .owl-dot.active span {
        background: #08579e;
    border: 2px solid #fff;
}
.slider-wrap .owl-theme .owl-dots .owl-dot.active span,.slider-wrap .owl-theme .owl-dots .owl-dot:hover span{
  background: #08579e;
  border: 2px solid #fff;
}
.slider-wrap .owl-stage-outer {
    border-radius: 50px;
}
/* 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: 125px;
  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 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

/* 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 {
background: #006bff;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding: 9px 20px;
    cursor: pointer;
    position: relative;
}
.single-widget .section-title a {color: #fff;}
.single-widget .content-widget {padding: 10px 20px;}

/* 2.5.1 Nav CSS
/* 2.5.18 Nav By Category CSS
/* -------------------------------------- */

.single-widget .content-widget ul {} 
.single-widget .content-widget > ul {} 
.single-widget .content-widget ul li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 29px;
  color: #313131;
}
.single-widget .content-widget > ul > li {} 
.single-widget .content-widget ul li:last-child {border-bottom: 0px;}
.single-widget .content-widget ul li a {} 
.single-widget .content-widget > ul > li > a {} 
.single-widget .content-widget ul ul {
  display: none;
  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 #e5e5e5;
  padding: 8px 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  border-radius: 5px !important;
}
.search-widget button[name="s"], .newsletter-widget button {
  position: absolute;
  top: 3px;
  right: 0;
  padding: 2px 10px;
  background: transparent;
  border: none;
  color: #064475;
  font-size: 20px;
  cursor: pointer;
}

/* 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: 100%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* 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
/*----------------------------------------*/
ul.footer-info {}

ul.footer-info li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

ul.footer-info li i {
    width: 15px;
    text-align: center;
    padding-top: 2px;
}

ul.footer-info li span {
    width: calc(100% - 15px);
    padding-left: 8px;
}
ul.footer-info li span.nddpl {
    padding-left: 0;
    color: #2e92cf;
    font-weight: bold;
}
.timvitri {
    color: #2e92cf;
    font-weight: bold;
}
.footer-block-left {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo {
    width: 150px;
}

.footer-widget-content {
}
.footer-mxh {
    display: flex;
    flex-wrap: wrap;
      gap: 10px 15px;
}

.footer-mxh__item {
    width: 42px;
    height: 42px;
}

.footer-mxh__item img {
    width: 42px;
    height: 42px;
}
.footer-widget-content {
    margin-top: 10px;
}
.footer-left {
}
.footer-ttl {
		font-size: 17px;
    font-weight: bold;
    color: #08579e;
    line-height: 30px;
    margin-bottom: 13px;
}
#site-footer {
     background: #fff;
    color: #333;
    font-size: 15px;
    border-top: 1px solid #ccc;
}
#site-footer .footer-top {
    padding: 20px 0;
    padding-top: 40px;
}
#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: #f4ce30;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
#site-footer .footer-bottom a {color: #000;font-weight:bold}

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

.page-title.product-category h2 {}
.gm-cate--list {
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
}
.gm-products-title {
    text-align: center;
}

.gm-products-title h2 {
    color: #14579b;
    font-size: 30px;
  text-shadow: 1px 2px 1px #fff;
}

.gm-products--list {
    margin-top: 30px;
}
.gm-cate--list li {
    width: 130px;
    flex: 0 0 130px;
    padding-right: 15px;
    padding-left: 15px;
}

.gm-cate--list li a {
    display: grid;
    width: 100%;
    /*grid-template-rows: 1fr 1fr;*/
    border-radius: 18px;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    justify-items: center;
    height: 100%;
    border: 1px solid #000;
}

.gm-cate--name {
    font-size: 11px;
    padding-top: 5px;
}

.gm-cate--list li img {
    max-height: 44px;
    width: auto;
}

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

.product-view, .product-view .primary_block {margin-bottom: 30px;}
.product-left-column {min-height: 380px;}
.product-center-column {
  
} 
.product-center-main {
  	background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 35px;
    padding: 30px 30px;
} 
.product-right-column {} 
.product-left-column #image-block {
  position: relative;
  padding: 0px;
  border-radius: 35px;
    overflow: hidden;
  cursor: pointer;
}
.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 0;
}
#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: 9px 15px;
    border: 2px solid #acaaaa;
    border-radius: 3px;
    font-size: 15px;
    color: #777;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 67px;
}
.socialsharing_product ul li i {
    font-size: 18px;
}
.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: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}
.product-center-column .category {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  text-transform: none;
  line-height: 28px;
}
.product-center-column .category a {
  display: inline-block;
  color: #08579e;
  font-weight: bold;
}
.product-center-column .category a h2 {
  font-weight: bold;
}
.product-center-column .product-description {
    line-height: 25px;
    margin-bottom: 15px;
    padding: 6px 0px;
    font-size: 20px;
  word-wrap: break-word;
}
.price-pdetail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  color: #232526;
    font-size: 24px;
    font-weight: bold;
}
.zoomWrapper {
    width: 100% !important;
}
.zoomWrapper img#proimage {
}
.product-center-column .old-price {
    color: #6F6F6F;
    font-size: 22px;
    text-transform: inherit;
    text-decoration: line-through;
}
.price-pdetail div:first-child {
    padding-right: 20px;
}
.product-center-column .price {
  font-weight: bold;
    color: #FF0000;
    font-size: 35px;
}
.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: 150px;
  min-width: 150px;
  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 #08579e;
    border-radius: 15px 0px 0px 15px;
}
.control-quantity.control-add {
  right: 0;
  border-left: 1px solid #08579e;
  border-radius: 0px 15px 15px 0px;
}
.control-quantity.control-minus, .control-quantity.control-add {
    background-color: #08579e;
    color: #fff;
    font-weight: 600;
    padding: 0 17px;
    font-size: 16px;
}
.js-qty input[type="text"] {
    display: block;
    background: #FFF;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px 25px;
    margin: 0;
    border: 2px solid #08579e;
    font-weight: bold;
   border-radius: 15px 15px 15px 15px;
}
.product-center-column .adtocart {
    display: block;
    float: left;
    margin-left: 15px;
    padding: 0;
    background: #d72d2d;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ff6000;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 0px 10px;
}

.product-center-column .adtocart .fa {
    margin-left: 10px;
    margin-right: 0px;
    font-size: 20px;
}
.product-center-column #AddToCartText {
    font-weight: bold;
    font-size: 16px;
    padding: 0px 10px;
}
.product-detail-tab {
  background: white;
  padding: 20px;
}
.nav-tabs {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.nav-tabs, .nav.nav-tabs {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs .nav-tab-item {
  width: auto;
  margin: 0 5px 0 0;
}
.nav-tabs li a {
  border-color: #999999;
  background: #fbfbfb;
}
.nav-tabs .nav-tab-item .switch {
  display: block;
  position: relative;
  z-index: 2;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: #999999;
  border: 0;
  height: 40px;
  padding: 10px 10px 10px 10px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.nav-tabs .nav-tab-item.active .switch {
  border: 0;
  border-bottom: 2px solid;
}
.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;
}
.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: transparent;
  border-bottom-color: #282828;
  color: #282828;
}
.product-view .nav-tab-content {
  padding: 15px 0 0;
}
.relatived-product-title {}
.relatived-product-title .h3 {}

/*----------------------------------------*/
/*  6.0 Blog CSS
/*----------------------------------------*/

.postWrapper {
    margin-bottom: 25px;
    clear: both;
    border-radius: 20px;
    overflow: hidden;
}
.page-title.post-category h2 {}
.postTitle {margin-bottom: 15px;}
.postTitle .post-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 27px;
    text-transform: uppercase;
}
.postTitle .post-title a {
    color: #08579e;
}
.post-description {
    font-size: 15px;
}
.postContent {padding-bottom: 10px;}

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

.entry-title {
font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    color: #a94442;
}
.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: 0px;
    padding: 0;
    padding-bottom: 20px;
}
.relatived-post-title {}
.relatived-post-title .h3 {    padding-top: 20px;}
.relatived-post-details .small-title {
    margin: 0 0 15px;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 20px;
    font-weight: bold;
  line-height: 27px;
}
.relatived-post-details .small-title a {
    color: #08579e;
}
.relatived-post-desc {
    font-size: 15px;
}
.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; }

/** 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;
      border-radius: 35px;
    overflow: hidden;
  display:none;
}
.cate-all {
    display: flex;
    flex-wrap: wrap;
}

.call-all__item {
    width: calc(100% / 3);
      position: relative;
}
.call-all__item:hover .call-all__image img{
	transform: scale(1.1);
}
.call-all__image img {
    width: 100%;
  transition: all 1s ease 0s;
}

.call-all__image {
    position: relative;
    height: 873px;
    overflow: hidden;
    position: relative;
}
.call-all__image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.call-all__image:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
}
.call-all__image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.call-all__image:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.call-all__other {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  pointer-events: none;
  z-index: 1;
}

.call-all__other h3 {
        font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
    opacity: 0;
    transition: 1.5s all;
}
.call-all__item:hover .call-all__other h3,.call-all__item:hover .call-all__text  {
    opacity: 1;
}
.call-all__text {
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    margin: 14px 0px;
  opacity: 0;
    transition: 1.5s all;
}

.call-all__item:before {
    content: "";
    display: block;
    background: #00000030;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.call-all__item:hover:before {
    opacity: 1;
}
.auto-block {
    margin-top: 30px;
}
.top-contact {
    padding: 40px 0px;
    background: url(../thumbs/back.jpg) repeat;
      background-size: 70%;
}
.top-contact__main {
    max-width: 900px;
    margin: 0 auto;
}
.top-contact__title {
font-size: 35px;
    font-weight: 500;
    color: #4d4d4d;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.top-contact__title:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #FF5722 50%, #004DA0 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-contact__form {
    margin-top: 20px;
}
.form-item {
    margin-top: 15px;
}
.form-item:first-child{
  margin-top: 0;
}
.form-item input {
    height: 45px;
    border-radius: 25px;
    text-indent: 20px;
}
.form-item textarea {
    height: auto;
    border-radius: 15px;
    text-indent: 20px;
    padding: 15px 10px;
}
.form-item__block {
    display: flex;
    flex-wrap: wrap;
}

.captcha-test {
    width: 70%;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-item__block span.fc-captcha {
    width: 39%;
    margin-left: 18px;
}
.submit-contact {
    width: 30%;
}
.captcha-test .alert-danger {
    margin: 0 10px;
}
.submit-contact input {
    width: 101px;
    text-indent: inherit;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #be1212;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.checkout-wrap.space-base .block-title {
    margin-bottom: 18px;
}
.top-new-cart {
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}
a.btn-suc-cart.btn.btn-success {
    width: 100%;
}
.shopping-cart-table .media-heading .text-info {
    color: #000000;
}
.no-padding-cart {
    padding: 0;
}
.cart-wrap {
    border: none;
      padding-top: 20px;
}
.text-cart {
    font-weight: bold;
    color: #08579e;
    font-size: 14px;
    text-transform: uppercase;
}
.cart-wrap .block-title {
    margin-bottom: 30px;
}
.bct img {
    width: 66%;
}
.body-content-new-cart:after {
    content: "";
    display: block;
    clear: both;
}
.total-new-cart {
    padding: 8px 0px;
    border-top: 1px solid #ddd;
}

.button-new-cart {
    padding: 8px 0px;
    border-top: 1px solid #ddd;
}
.btn-success:hover {
    color: #fff;
    background-color: #a4a9ad;
    border-color: #a4a9ad;
}
.info-pay h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: bold;
}
/*=================== Start phone ring ===============*/

.mobile-only {display: none;}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 90px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  z-index: 200000 !important;
  width: 120px;
}
.suntory-alo-phone {left: 0; bottom: 55px;}
.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: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}
.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%;
  height: 70px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.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%;
    height: 50px;
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
    z-index: 1;
    box-shadow: 0px 0px 5px #fff;
}
.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;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: #009cd7;
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill { 
  background-color: #baf5a7;
}
.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: #baf5a7;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {background-color: #009cd7;}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle { background-color: #009cd7;}
.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: #d93931;}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {background-color: #009cd7;}
@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.7) skew(1deg);
  }
  100% {
      opacity: 0.6;
      transform: rotate(0deg) scale(1) 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: 30px;
  line-height: 50px;
  padding-left: 10px;
  color: #fff;
}
.phone-pc {
  background: #0073a9;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  top: 35px;
  left: 68px;
  position: relative;
  min-width: 110px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.suntory-alo-phone:hover .phone-pc {background: #d93931;}
.show-phone {
  visibility: visible;
  opacity: 1;
  min-width: 110px;
}
.phone-pc a {
    color: #fff;
}

.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle i.fa.fa-phone {
    color: #fff;
}

.suntory-alo-phone:hover a.a_phone {
    color: #fff;
}
/*=================== End phone ring ===============*/
.back-to-top {
  	opacity: 0;
    position: fixed;
    z-index: 300;
    bottom: 63px;
    right: 36px;
    cursor: pointer;
}
.back-to-top span {
    display: block;
    background: url(../thumbs/back_top_icon.png) no-repeat center center #009cd7;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    width: 50px;
    height: 50px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.gm-cart img {
    width: 36px;
}

.gm-cart a {
    display: block;
    position: relative;
    margin-top: 13px;
    text-align: right;
}
.header.scroll-to-fixed-fixed .gm-cart a {
    margin-top: 4px;
}
.gm-cart span {
    font-weight: 400;
    position: absolute;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    vertical-align: top;
    height: 22px;
    width: 22px;
    text-align: center;
    margin-left: -10px;
    background: #e02417;
    border-radius: 50%;
    color: #fff;
    margin-top: -7px;
}
.footer-social {
    margin-top: 0;
}
.slogan {
    padding-top: 6px;
}

.slogan span {
    color: #fff;
    font-weight: bold;
}
.info-ship h3 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.gm-products--button a {
    border: none;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #b31010;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 11px;
    transition: 0.2s;
    width: 100%;
    height: 37px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gm-products-title a {
    text-transform: uppercase;
    font-weight: bold;
    color: #06579b;
    text-shadow: 1px 1px 1px #ccc;
}
.gm-products-title.gm-title-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  	border-bottom: 2px solid #af1f0e;
    padding-bottom: 6px;
}
.language-dropdown {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
}

.language-dropdown button {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}

.language-dropdown button img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

.language-dropdown .arrow-down {
  font-size: 10px;
}

#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 140px;
  margin-top: 4px;
  z-index: 9999;
}

.lang-option {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lang-option:hover {
  background-color: #f0f0f0;
}

.hidden {
  display: none;
}

/* Ẩn logo và chữ Google mặc định */
.goog-logo-link, .goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.header-user {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.header-user--left {
    width: calc((100% - 10px) / 2);
      border: 2px solid #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    position: relative;
  border-radius: 3px;
}
.header-user--ul a {
    color: #000;
    font-size: 13px;
  display: flex;
    flex-wrap: wrap;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.header-user--ul a i {
    margin-right: 7px;
}

.header-user--ul {}

.header-user--ul .dropdown-menu {
    min-width: 173px;
}

.header-user--ul .dropdown-menu a {
        color: #ca1010;
    font-weight: 400;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    display: block;
    line-height: 30px;
    height: 35px;
}


.header-user--ul .dropdown-menu div:hover a {
    color: #FFF;
    background-color: #f4ce30;
}
.header-user--right {
    width: calc((100% - 10px) / 2);
  background-color: #00b82e;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
}
.header-user--right a {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.home-tab--main {
    background: #fff;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.home-tab--item a {
    padding: 15px 25px 15px;
    display: block;
}

.home-tab--item:hover a {
    border-bottom: 3px solid #007acf;
    color: #007acf;
}
h3.home-tab--title {
    color: #232526;
    font-size: 17px;
    font-weight: 700;
    margin-right: 20px;
}

.home-tab--top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-tab--lh {
    background-color: #fff;
    border: 1px solid #ebeced;
    border-radius: 5px;
    padding: 5px 12px;
    display: flex;
    flex-wrap: wrap;
    color: #474a4d;
    justify-content: center;
    align-items: center;
}


.home-tab--number {
    margin: 2px 10px 2px 0;
}

.home-tab--link {
    color: #287bd1;
}
.cate-pro--main {
    display: flex;
    flex-wrap: wrap;
  margin-top: 15px;
}
.cate-pro {
    margin-top: 30px;
}
.cate-pro--h2 {
    color: #232526;
    font-size: 18px;
    font-weight: 700;
}
.cate-pro--item {
    width: calc((100% - 50px) / 5);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px #0000000d;
    box-shadow: 0 2px 4px #0000000d;
    background: #fff;
  margin: 5px 5px;
          padding-bottom: 10px;
        padding-top: 18px;
}
.cate-pro--item:hover {
    -webkit-box-shadow: 0 7px 10px #00000026;
    box-shadow: 0 7px 10px #00000026;
}
.cate-pro--item .icon {
    display: block;
    height: 73px;
    overflow: hidden;
    position: relative;
    top: 6px;
}

.cate-pro--item .icon img {
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.cate-pro--item .text {
    font-size: 15px;
    margin-top: 6px;
    height: 44px;
    justify-content: center;
    overflow: hidden;
    overflow-wrap: anywhere;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border: none;
      color: #ca1010;
    font-weight: 600;
}
.cate-hot--listlink a {
    display: flex;
    margin-top: 5px;
    text-decoration: none;
}

.cate-hot--linkn {
    color: #474a4d;
}

.cate-hot--linki {
    charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='4' fill='none'%3E%3Cpath fill='%23474A4D' d='m15 2-3-2v1.5H0v1h12V4z'/%3E%3C/svg%3E;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='4' fill='none'%3E%3Cpath fill='%23474A4D' d='m15 2-3-2v1.5H0v1h12V4z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    height: 16px;
    margin-left: auto;
    width: 16px;
    display: block;
}
.cate-hot--main {
    margin: 30px 0 50px;
}

.cate-hot {
    margin-top: 30px;
}
.cate-hot--title {
    color: #232526;
    font-size: 18px;
    font-weight: 700;
}
.cate-hot--content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #0000000d;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 25px 25px;
}
.cate-hot--header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cate-hot--ttl {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #474a4d;
}

.cate-hot--list {
    display: grid;
    gap: 20px 50px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
  	grid-template-columns: auto;
    margin-top: 20px;
}

.cate-hot--listitem a {
    display: flex;
    text-decoration: none;
}

.cate-hot--listname {
    color: #474a4d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cate-hot--number {
    color: #a5a9ad;
    font-size: 13px;
    margin-left: auto;
    margin-top: 1px;
    padding-left: 12px;
}
.cate-search--title {
    color: #232526;
    font-size: 18px;
    font-weight: 700;
}
.cate-search--label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 20px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.cate-search--labelicon {
    height: 22px;
    width: 30px;
    -webkit-box-flex: 0;
    background-image: url(/uploads/products/456-svg-light.svg);
    background-size: 32px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 10px;
    background-position: 10%;
}
.cate-search--labeltext {
    font-size: 16px;
    margin-right: 20px;
}

.cate-search--labelcount {
    background: rgb(202, 16, 16);
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    padding: 2px 6px;
}

.cate-search--form {
    border-top-right-radius: 4px;
    margin-bottom: 1px !important;
    background-color: #fff;
    box-shadow: 0px 2px 4px #0000000d;
}

.cate-search--form input[type="text"] {
    font-size: 14px;
    min-height: auto;
    padding: 11px 14px 11px 45px;
    display: block;
    margin: 10px;
    box-sizing: border-box;
    color: #232526;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background: #fff;
    border: 1px solid #c3c7cc;
    border-radius: 3px;
}

.cate-search--input {
    display: flex;
    flex-wrap: wrap;
    position: relative;
      width: calc(100% - 306px);
}

.cate-search--input i.fa.fa-search {
    position: absolute;
    top: 38%;
    left: 28px;
    width: 17px;
    font-size: 17px;
    color: #777b80;
}
form#cate-search--formid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

form#cate-search--formid button {
    outline: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    background: #f4ce30;
    border: none;
    color: #000;
    padding: 14px 16px;
    border-radius: 3px;
    font-size: 14px;
    height: 43px;
    margin-right: 10px;
    min-width: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cate-search--order {
        margin-left: 10px;
    padding: 0 10px 0 20px;
    border-left: 1px solid #ebeced;
    display: flex;
    min-width: 178px;
}

.cate-search--order a {
    background: #eef0f2;
    border: none;
    border-radius: 3px;
    color: #474a4d;
    cursor: pointer;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 11.5px 16px;
}
.cate-search--examples {
    color: #555;
    display: block;
    font-size: 11px;
    padding: 4px 0 10px 10px;
    width: 100%;
}

.cate-search--exampleitem {
        border-bottom: 1px dashed #ca1010;
    color: #ca1010;
    cursor: pointer;
    margin-left: 10px;
}
.cate-search--listmain {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: minmax(0, auto);
    grid-template-rows: repeat(5, 1fr);
    margin-top: 25px;
    gap: 20px 50px;
}
.cate-search--listitem a {
    display: flex;
    text-decoration: none;
    justify-content: space-between;
}
.cate-search--list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #0000000d;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 25px;
}
.cate-search--listnumber {
    color: #a5a9ad;
    font-size: 13px;
    margin-left: auto;
    margin-top: 1px;
    padding-left: 12px;
}

.cate-search--listname {
    color: #474a4d;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cate-search--listt {
    font-size: 16px;
    font-weight: 700;
}
.cate-search--listitem.httc a {
    color: #287bd1;
    text-decoration: underline;
    text-decoration-style: dashed;
}
section.cate-search {
    margin-top: 30px;
}
.feedback-title .h3 {
    color: #232526;
    font-size: 18px;
    font-weight: 700;
}
.feedback-main {
    margin-top: 25px;
}
.cate-search--main {
    margin-top: 15px;
}
.feedback-item {
    margin: 0 7px;
    position: relative;
    padding: 25px 20px;
    background-color: #fff;
    border-radius: 4px;
}
.feedback-header a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedback-logo {
    height: 70px;
    margin-right: 13px;
    width: 70px;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-nfo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-right: 10px;
    min-width: 0;
}

.feedback-company {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feedback-message {
    color: #474a4d;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.feedback-name {
    color: #777b80;
    font-size: 13px;
    margin-top: 7px;
}

.feedback-bottom {
    color: #777b80;
    font-size: 13px;
}

.feedback-main .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.feedback-main .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.feedback-main .owl-nav .owl-prev:hover, .feedback-main .owl-nav .owl-next:hover {
  background: transparent;
}
.feedback-main .owl-nav .owl-prev i, .feedback-main .owl-nav .owl-next i {font-size: 23px;color: #f4ce30;}
.auto-block--content {
    margin-top: 25px;
    padding: 60px;
    background: #fff;
  border-radius: 4px;
     box-shadow: 0px 2px 4px #0000000d;
  
}
.auto-block--top {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.auto-block--ttl {
    color: #232526;
    font-size: 18px;
    font-weight: 700;
}
.auto-block--name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 15px;
}
.auto-block--main {
}
.auto-block--item {
    width: calc((100% - 30px) / 2);
}
form#auto-block--search {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border-radius: 4.324px;
    -webkit-box-shadow: 0 2.162px 4.324px 0 #0000000d;
    box-shadow: 0 2.162px 4.324px 0 #0000000d;
    padding: 0 10px;
}
.auto-block--bottommain {
    margin: auto;
  padding-top: 40px;
    padding-bottom: 70px;
    width: 440px;
}

.auto-block--bottom {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0 30px 40px;
    background-image: url(/uploads/atlas.png);
    background-position: top;
    background-repeat: no-repeat;
  background-size: auto 60%;
}
.auto-block--searchic {
    -webkit-box-flex: 0;
    background-color: #f4ce30;
    background-image: url(/uploads/iconse.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 17px 15px;
    border-radius: 2px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 25px;
    margin-right: 12px;
    width: 25px;
}

.auto-block--seinput {
      -webkit-box-flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 35px;
    outline: none;
    appearance: none;
    background: none;
    border: none;
      width: calc(100% - 81px);
}
button.auto-block--sesub {
    flex: 0 0 auto;
    height: 15px;
    margin-left: 22px;
    padding: 0;
    width: 15px;
    border: none;
    background: none;
    line-height: 15px;
}

button.auto-block--sesub i {
    color: #6b6a6acc;
}
.auto-block--numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
    justify-content: center;
    align-items: center;
}

.auto-block--stat {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 64px) / 5);
    justify-content: center;
}

.auto-block--stat {}

.auto-block--stat__value {
    width: 100%;
    color: #2e2e2e;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.auto-block--stat__title {
    width: 100%;
    text-align: center;
    color: #2e2e2e;
    font-size: 13px;
    line-height: 1.53;
    margin-top: 7px;
}
.auto-ads {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
}

.auto-adsleft {
    width: calc((100% - 30px) / 2);
  padding: 15px 30px 20px;
  background: linear-gradient(180deg, #e9f4ff00, #e9f4ff 195.63%);
}
.auto-adsright {
    width: calc((100% - 30px) / 2);
}
.auto-adsleft--logo {
    display: block;
    height: 53px;
    font-size: 24px;
    color: #ca1010;
    font-weight: bold;
}

.auto-adsleft--cen {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  background: linear-gradient(0deg, #fff, #fff), #f5f6f7;
    border-radius: 4px;
    padding: 20px;
}

.auto-adsleft--cenri ul li {
    background-image: url(/uploads/check.svg);
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: auto 12px;
    color: #474a4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    padding-left: 23px;
}

.auto-adsleft--ttl {
    color: #232526;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.33;
}

.auto-adsleft--cenri ul {
    margin-top: 20px;
}


.auto-adsleft--guidettl {
    color: #2e2e2e;
    display: inline;
    font-size: 18px;
    line-height: 1.33;
    margin: 0;
    font-style: normal;
    font-weight: 700;
}

.auto-adsleft--guide {
    margin-top: 20px;
      margin-bottom: 20px;
}

.auto-adsleft--guideul ul {
    list-style-type: decimal;
    margin-top: 20px;
    padding: 0 0 10px 20px;
}

.auto-adsleft--guideul ul li {
    color: #474a4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    padding-bottom: 10px;
}

.auto-adsleft--guidelink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.auto-adsleft--linkother {
    border-bottom: 1px dashed #ca1010;
    color: #ca1010;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 30px 0px 0;
    text-align: center;
    text-decoration: none;
}

.auto-adsleft--linkpro {
    padding: 8px 51px;
    font-size: 14px;
    font-weight: 400;
    background: #f4ce30;
    border-radius: 3px;
}
.auto-adsright--ttl {
    color: #2e2e2e;
    font-size: 18px;
    line-height: 1.33;
    font-style: normal;
    font-weight: 700;
}

.auto-adsright--accor {
    margin-top: 20px;
}
.auto-adsright--accorname {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding-left: 20px;
}

.auto-adsright--accoricon {
    border-radius: 6px;
    height: 30px;
    width: 30px;
    background-color: #e9f4ff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 1px solid #e9f4ff;
  
}

.auto-adsright--accorhead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 50px 20px 0;
      position: relative;
  cursor: pointer;
}
.auto-adsright--accoritem {
    border-bottom: 1px solid #e6e6e6;
}
.auto-adsright--accoritem:last-child {
    border-bottom: none;
}
.auto-adsright--accorcont {
    padding: 0 50px;
    color: #5f6266;
    line-height: 1.47;
    position: relative;
   max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.auto-adsright--accorcont p,.auto-adsright--accorcont a {
  margin-bottom:30px;
      display: block;
}
.auto-adsright--accorcont a {
	color:#287bd1;
  text-decoration: underline;
}
.auto-adsright--accorhead:after {
    background-image: url(/uploads/icon/arrow-bottom.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    bottom: 0;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.auto-adsright--accoritem.active .auto-adsright--accorhead::after {
  background-image: url(/uploads/icon/arrow-bottom-blue.svg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.auto-adsright--accoricon.icon-1 {
    background-image: url(/uploads/icon/1.svg);
}
.auto-adsright--accoricon.icon-2 {
    background-image: url(/uploads/icon/2.svg);
}
.auto-adsright--accoricon.icon-3 {
    background-image: url(/uploads/icon/3.svg);
}
.auto-adsright--accoricon.icon-4 {
    background-image: url(/uploads/icon/4.svg);
}
.auto-adsright--accoricon.icon-5 {
    background-image: url(/uploads/icon/5.svg);
}
.auto-adsright--accoricon.icon-6 {
    background-image: url(/uploads/icon/6.svg);
}
.auto-adsright--accoricon.icon-7 {
    background-image: url(/uploads/icon/7.svg);
}
.auto-adsright--accoricon.icon-8 {
    background-image: url(/uploads/icon/8.svg);
}
.auto-adsright--accoricon.icon-9 {
    background-image: url(/uploads/icon/9.svg);
}
.auto-adsright--treettl {
    font-size: 18px;
    line-height: 1.33;
    font-style: normal;
    font-weight: 700;
    color: #232526;
}

.auto-adsright--tree {
    padding: 28px 0 0;
}

.auto-adsright--treecon {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0;
}

.aut-adsright--treeitem {
    border-left: 1px solid #e9f4ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 6.5px;
    --service-list-line-color: #e9f4ff;
    --service-list-node-color: #2d8bed;
}

.aut-adsright--treeitem:before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    background-color: #2d8bed;
    border: 4px solid #e9f4ff;
    border-radius: 50%;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    height: 15px;
    margin-left: -8px;
    margin-right: 15px;
    width: 15px;
}
.aut-adsright--treetext {
    font-size: 15px;
    line-height: 1.6;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border-bottom: 1px solid #eef0f2;
    color: #232526;
    flex-grow: 1;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.auto-adsright--accoritem:nth-child(n+6) {
    display: none;
}

.auto-adsright--tree {
    display: none;
}

.auto-showall .auto-adsright--accoritem,
.auto-showall .auto-adsright--tree {
    display: block !important;
}
.httc {
    cursor: pointer;
  border-bottom: 1px dashed;
    color: #287bd1;
    cursor: pointer;
    display: inline-block;
    padding-top: 20px;
}

.product-filter {
    margin: 0 19px;
}
form#filter-form {
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px #0000000d;
    box-shadow: 0px 2px 4px #0000000d;
    padding: 1.5rem 0 1rem;
}

.product-filter--ttl {
    padding: 0 16px 20px 0;
    font-size: 16px;
    padding-bottom: 7px;
    font-weight: 700;
}

.product-fileter--main {
    padding: 24px 0 22px;
}

.product-filter--item {
    color: #474a4d;
    display: flex;
    position: relative;
    padding: 5px 0 5px 25px;
  cursor: pointer;
}

.product-filter--item:before {
    background-image: url(/uploads/no-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: -25px;
    margin-top: 0;
    position: absolute;
    width: 14px;
}
.product-filter--item.on:before{
  background-image: url(/uploads/on-check.svg);
}
.product-filter--item.on span{
  color:#007acf
}
.logo a {
    font-size: 24px;
    color: #ca1010;
    font-weight: bold;
    display: block;
    padding-top: 12px;
}
.auto-products--item {
    position: relative;
    background-color: #ffffff;
    border-top: 1px solid #ebebec;
          padding: 15px;
}

.auto-products--image {
    width: 240px;
}

.auto-products--content {
    width: calc(100% - 240px);
}

.auto-products--main {
    display: flex;
    gap: 20px 20px;
}
.auto-products--name h4 {
    color: #ca1010;
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    min-height: 23px;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.auto-products--propsbot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  margin-top: 10px;
}

.auto-products--propsitem {
    padding: 0 13px;
    font-size: 14px;
    position: relative;
}

.auto-products--propsitem:first-child {
    padding-left: 0;
}

.auto-products--infol {
    margin-top: 10px;
}

.auto-products--props {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auto-products--propsprice p {
    font-size: 16px;
    font-weight: 700;
}

.auto-products--propsitem:before {
    border-left: 1px solid #c3c7cc;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
.star {width:24px;height:24px;background:url('/uploads/noibat_0.png');background-size:contain; display: inline-block;}
.star.active{background:url('/uploads/noibat_1.png');}
.check {width:24px;height:24px;background:url('/uploads/anhien_0.png');background-size:contain; display: inline-block;}
.check.active{background:url('/uploads/anhien_1.png');}
.auto-products--propsmore {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}

.auto-products--iteminfo {
    margin-right: 11px;
    margin-bottom: 4px;
}

.iteminfo-name {
    color: #777;
    font-size: 13px;
}
.iteminfo-value {
    font-size: 13px;
    color: #000;
}
.auto-products--propsright {
    width: 150px;
}

.auto-products--propsleft {
    width: calc(100% - 150px);
    padding-right: 15px;
}
.auto-products--propsprice {
    text-align: right;
}
.single-product--name h1 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    width: calc(100% - 280px);
    padding-right: 15px;
}

.single-product--name {
    display: flex;
    flex-wrap: wrap;
}

.single-product--name .socialsharing_product {
    width: 280px;
    margin-top: 0;
}
.single-product--view {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.single-product--left {
    width: calc(100% - 320px);
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #0000000d;
    padding: 10px 10px 20px;
}

.single-product--right {
    width: 300px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #0000000d;
    padding: 10px 10px 20px;
}

.single-product--lefttop {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.single-product--leftimg {
    width: calc(100% - 342px);
}

.single-product--leftinfo {
    width: 322px;
}
.contact-sell {
    height: 40px;
    line-height: 15px;
    margin-bottom: 0;
    padding: 0 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(202, 16, 16);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 22px;
      margin-top: 22px;
}
.category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category span {
    color: #777b80;
    margin-right: 10px;
}

.category a {
    color: #287bd1;
}

.category a h2.h5 {
    font-weight: bold;
}

.product-description {
    margin-top: 15px;
    line-height: 1.6;
}

.product-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product-blocks--item {
    border-top: 1px solid #eeeff2;
    border-bottom: 1px solid #eeeff2;
    padding: 11px 0 9px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-blocks--item .field {
    color: #777b80;
    width: 50%;
    white-space: normal;
    word-wrap: break-word;
}

.product-blocks--item .value {
    width: 50%;
    padding-left: 10px;
    color: #000;
}
.single-product--main {
    margin-left: 8px;
    padding: 15px 0 0;
}
/** Layout Responsive **/
@media (min-width: 991px) {
    .container {
        width: 100%;
    }
}
@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: 991px) {
  .gm-search--main {
    position: relative;
    width: 100%;
}
  .gm-search--main input[type="text"] {
    min-width: auto;
    width: 100%;
}
  .gm-cart a {
    margin-top: 3px;
}
  .header.scroll-to-fixed-fixed .gm-cart a {
    margin-top: 3px;
}
  .gm-cart img {
    width: 27px;
}
  .gm-cart span {
 		font-size: 12px;
        line-height: 19px;
        height: 19px;
        width: 19px;
}
  .otherhome {
    padding-top: 115px !important;
}
  .product-center-column {
    margin-top: 20px;
}
  .form-item {
    margin-top: 0;
}
  .form-item > div {
        margin-top: 15px;
    }
  .gm-sub--image {
    width: 80px;
    margin-left: 20px;
}
  .gm-sub--detail {
    width: calc(100% - 100px);
}
  .gm-slide {
    padding-top: 60px;
}
  .slider-wrap img {
    height: 150px;
}
  .gm-products-title h2 {
    color: #fff;
    font-size: 25px;
}
  .logo img {
    padding-top: 8px;
}
  .navbar-d > ul > li > a {
    padding: 10px 4px 10px 4px;
    font-size: 11px;
}
  .header.scroll-to-fixed-fixed .navbar-d > ul > li > a{
    padding: 10px 4px 10px 4px;
    font-size: 11px;
  }
  .navbar-d > ul > li {
    margin-left: 5px;
}
}
@media (max-width: 767px) {
  .auto-adsleft {
    width: 100%;
    padding: 15px 15px 15px;
}
  .auto-adsleft--logo {
    display: flex;
    height: auto;
    justify-content: center;
}
  .auto-adsleft--cen {
    gap: 20px;
    padding: 15px;
}
  .auto-adsleft--cenle {
    width: 90px;
}
  .auto-adsleft--cenri {
    width: calc(100% - 110px);
}
  .auto-adsleft--ttl {
    font-size: 13px;
}
  .auto-adsleft--cenri ul {
    margin-top: 3px;
}
  .cate-search--input {
    width: calc(100% - 193px);
}
  .auto-adsleft--cenri ul li {
    background-size: auto 9px;
    font-size: 12px;
    padding-left: 19px;
}
  .auto-adsleft--guide {
    margin-top: 5px;
    margin-bottom: 5px;
}
  .auto-adsleft--guidettl {
    font-size: 14px;
}
  .auto-adsleft--guideul ul {
    margin-top: 10px;
    padding: 0 0 10px 20px;
}
  .auto-adsleft--guideul ul li {
    font-size: 12px;
    padding-bottom: 5px;
}
  .auto-adsleft--linkother {
    font-size: 11px;
    margin: 0 15px 0px 0;
}
  .auto-adsleft--linkpro {
    padding: 8px 45px;
    font-size: 12px;
}
  .auto-adsright {
    width: 100%;
}
  .auto-adsright--ttl {
    font-size: 14px;
}
  .auto-adsright--accor {
    margin-top: 5px;
}
  .auto-adsright--accorhead {
    padding: 10px 40px 10px 0px;
}
  .auto-adsright--accoricon {
    height: 25px;
    width: 25px;
    background-size: 12px;
}
  .auto-adsright--accorname {
    font-size: 11px;
    padding-left: 12px;
}
  .auto-adsright--accorhead:after {
    background-size: 10px;
}
  .auto-adsright--accorcont {
    padding: 0 38px;
}
  .auto-adsright--accorcont p, .auto-adsright--accorcont a {
    margin-bottom: 10px;kenh
    font-size: 11px;
}
  .auto-adsright--tree {
    padding: 10px 0 0;
}
  .auto-adsright--treettl {
    font-size: 13px;
}
  .auto-adsright--treecon {
    margin-top: 10px;
}
  .aut-adsright--treeitem:before {
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    margin-left: -8px;
    margin-right: 15px;
    width: 12px;
}
  .aut-adsright--treetext {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
  .auto-block--bottommain {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
}
  .auto-block--seinput {
    font-size: 11px;
    height: 35px;
    min-height: 30px;
    width: calc(100% - 81px);
}
  .auto-block--stat {
    width: calc((100% - 16px) / 2);
}
  .auto-block--stat__value {
    font-size: 18px;
}
  .auto-block--stat__title {
    font-size: 11px;
    margin-top: 3px;
}
  .auto-block--bottom {
    padding: 0 15px 20px;
}
  .footer-main--cs li a {
    font-size: 12px;
}
  ul.footer-main--cs li {
    margin-top: 8px;
}
  .footer-ttl {
    font-size: 15px;
    margin-bottom: 8px;
}
  .httc {
    padding-top: 12px;
    font-size: 12px;
}
  .cate-search--input i.fa.fa-search {
    top: 38%;
    left: 18px;
    width: 13px;
    font-size: 12px;
}
  .cate-search--form input[type="text"] {
    font-size: 11px;
    min-height: auto;
    padding: 7px 10px 7px 31px;
    margin: 7px;
}
  form#cate-search--formid button {
    padding: 14px 5px;
    font-size: 11px;
    height: 31px;
    margin-right: 5px;
    min-width: 69px;
}
  .cate-search--order {
    margin-left: 0px;
    padding: 0 1px 0 5px;
    min-width: 90px;
}
  .cate-search--order a {
    height: auto;
    max-width: 100%;
    padding: 8px 9px;
    font-size: 11px;
}
  .home-tab--number {
    font-size: 12px;
}
  .home-tab--link {
    font-size: 12px;
}
  .home-tab--main {
    margin-top: 10px;
}
  .cate-pro--h2 {
    font-size: 15px;
}
  .cate-search--title {
    font-size: 15px;
}
  section.cate-search {
    margin-top: 10px;
}
  .cate-search--labelicon {
    height: 22px;
    width: 25px;
    -webkit-box-flex: 0;
    background-image: url(/uploads/products/456-svg-light.svg);
    background-size: 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
}
  .cate-search--labeltext {
    font-size: 13px;
    margin-right: 10px;
}
  .cate-search--labelcount {
    font-size: 10px;
    line-height: 14px;
    padding: 2px 4px;
}
  .cate-search--label {
    padding: 8px 10px 5px;
}
  .cate-search--listt {
    font-size: 15px;
}
  .cate-hot {
    margin-top: 15px;
}
  .cate-hot--main {
    margin: 15px 0 15px;
    margin-right: -15px;
    margin-left: -15px;
}
  .feedback-title .h3 {
    font-size: 15px;
}
  .cate-hot--content {
    margin-bottom: 15px;
    padding: 10px 15px 15px;
}
  .cate-hot--icon img {
    width: 45px;
}
  .cate-hot--ttl {
    font-size: 13px;
}
  .cate-hot--list {
    gap: 10px 40px;
    margin-top: 10px;
}
  .cate-hot--listname {
    font-size: 12px;
}
  .cate-hot--linkn {
    font-size: 12px;
}
  .cate-hot--number {
    font-size: 12px;
}
  .cate-hot--title {
    font-size: 15px;
}
  .cate-search--listitem.httc a {
    font-size: 12px;
}
  .cate-search--list {
    padding: 15px 10px;
}
  h3.home-tab--title {
    font-size: 13px;
    margin-right: 10px;
}
  .home-tab--item a {
    padding: 5px 10px 5px;
    font-size: 12px;
}
  .navbar-container .navbar-content {
    padding: 5px 0px;
}
  .cate-pro--item .icon img {
    left: 50%;
    margin-left: -35px;
    width: 70px;
}
  .cate-search--listmain {
    display: flex;
    grid-auto-flow: column;
    grid-template-columns: auto;
    grid-template-rows: auto;
    margin-top: 25px;
    gap: 20px 20px;
    flex-wrap: wrap;
}
  .cate-search--listitem {
    width: calc((100% - 20px) / 2);
}
  .cate-search--listname {
    font-size: 12px;
}
  .cate-search--listnumber {
    font-size: 12px;
}
  .cate-pro--item {
    width: calc((100% - 50px) / 3);
    margin: 5px 5px;
    padding-bottom: 10px;
    padding-top: 18px;
    height: auto !important;
}
  .cate-pro--item .text {
    font-size: 12px;
    margin-top: 6px;
    height: auto;
}
  .feedback-main {
    margin-top: 15px;
}
  .feedback-item {
    margin: 0 7px;
    padding: 15px 15px;
}
  .feedback-logo {
    height: 40px;
    margin-right: 13px;
    width: 70px;
}
  .feedback-nfo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
}
  .feedback-company {
    font-size: 12px;
}
  .feedback-name {
    font-size: 10px;
    margin-top: 3px;
}
  .feedback-message {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 11px;
}
  .feedback-bottom {
    font-size: 10px;
}
  .feedback-main .owl-nav .owl-prev i, .feedback-main .owl-nav .owl-next i {
    font-size: 16px;
}
  .auto-block {
    margin-top: 10px;
}
  .auto-block--ttl {
    font-size: 15px;
}
  .auto-block--content {
    margin-top: 10px;
    padding: 15px 15px;
}
  .auto-block--top{
    gap: 10px 10px;
  }
  .gm-news-title {
    margin-bottom: 10px;
}
  .auto-block--item {
    width: 100%;
}
  .auto-block--name {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}
  .auto-block--text * {
    font-size: 11px;
}
  #site-footer .footer-top {
    padding: 15px 0;
    padding-top: 15px;
}
.footer-col {
    padding: 0;
}
  .footer-chinhsach {
    padding: 0;
}
  .footer-main--cs {
    margin-bottom: 10px;
}
  .footer-vct {
    margin-bottom: 10px;
}
  .btn-code {
    width: 100%;
    display: block;
    height: auto;
    white-space: normal;
}
  .gm-products--button a {
    width: 100%;
  }
  .infoma .item-cart {
    height: auto;
}
  .gm-search {
    margin-top: 0;
    position: relative;
    z-index: 1;
}
  .gm-cart {
    display: block;
    width: 8%;
    position: absolute;
    top: 50%;
    right: 22px;
    height: 50px;
    transform: translateY(-50%);
}
      .header.scroll-to-fixed-fixed .gm-cart a {
        margin-top: 14px;
    }
  .gm-cart a {
        margin-top: 12px;
    }
  .gm-news-title h3 {
    font-size: 15px;
}
  .gm-news-main {
    padding: 15px 15px;
    margin-bottom: 15px;
}
  .gm-news--titlelg a {
    font-size: 14px;
    line-height: 17px;
}
  .gm-news--meta {
    font-size: 11px;
    margin-top: 6px;
}
  .gm-news--desclg {
    font-size: 11px;
    margin-top: 6px;
}
  .gm-news--titlesm a {
    font-size: 13px;
    line-height: 15px;
}
  .gm-news--itemsm {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
  .gm-news--descsm {
    margin-top: 2px;
    min-height: 35px;
    font-size: 11px;
}
  .gm-news--itemlg {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
  .gm-news--large:after {
    display:none
}
  .gm-news--small:after {
    display:none
}
  .gm-news--itemsm:last-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
  .gm-sub--title a {
    font-size: 12px;
    line-height: 16px;
    min-height: 46px;
}
  .gm-news-title h3:before,.gm-news-title h3:after {
    width: 40px;
    height: 2px;
}
  .top-contact {
    padding: 10px 0px;
}
  .relatived-post-details {
    margin-top: 15px;
}
  .relatived-post-details .small-title {
    font-size: 17px;
    line-height: 24px;
}
  .relatived-post-desc {
    font-size: 14px;
}
  .entry-title {
    font-size: 23px;
    line-height: 30px;
}

  .post-details {
    margin-top: 15px;
}
  .postTitle .post-title {
    font-size: 17px;
    line-height: 24px;
}
  .post-description {
    font-size: 14px;
}
  .aw-blog-read-more {
    font-size: 14px;
}
  .product-center-main {
    margin-top: 30px;
}
  .product-center-column .js-qty {
    float: none;
    margin-bottom: 0px;
    max-width: 130px;
        min-width: 130px;
}
  .control-quantity.control-minus, .control-quantity.control-add {
    padding: 0 15px;
    font-size: 14px;
}
  .js-qty input[type="text"] {
    font-size: 17px;
    height: 31px;
    line-height: 31px;
    padding: 0px 22px;
}
  .product-center-main {
    display: block;
}
  .product-center-column h1 {
    font-size: 20px;
    line-height: 30px;
}
  .product-center-column .category {
    font-size: 15px;
    line-height: 23px;
}
  .product-center-column .product-description {
    line-height: 22px;
    font-size: 15px;
}
  .product-center-column .price {
    font-size: 26px;
}
  .product-center-column .old-price {
    font-size: 17px;
}
  .product-center-column .adtocart {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 20px;
    height: 33px;
    line-height: 33px;
}
  .product-center-column .adtocart .fa {
    margin-left: 5px;
    margin-right: 0px;
    font-size: 14px;
}
  .product-center-column #AddToCartText {
    font-size: 14px;
    padding: 0px 5px;
}
  .socialsharing_product {
    margin-top: 5px;
}
  .socialsharing_product ul li .btn {
    padding: 6px 10px;
    min-width: 50px;
}
  .suntory-alo-phone {
    left: 0;
    bottom: 0;
}
  .back-to-top {
    bottom: 15px;
    right: 15px;
}
  #btn-chat-mess {
    bottom: 77px;
    right: 15px;
}
  #btn-chat-zalo {
    bottom: 136px;
    right: 15px;
}
.gm-slide {
    padding-top: 60px;
}
.header-m {
    width: 50px;
    height: 30px;
    position: relative;
    background-color: #08579e;
    border-radius: 14px;
    margin-top: 9px;
    margin-left: 15px;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 25%);
}

.header-m span {
    display: block;
    float: left;
    clear: both;
    height: 2px;
    width: 20px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    overflow: hidden;
}

.header-m span:nth-child(1) {
    margin-top: 7px;
    z-index: 9;
}

.header-m span:nth-child(2) {
    margin-top: 14px;
}

.header-m span:nth-child(3) {
    margin-top: 21px;
}
  .gm-cate--list li {
    width: calc(100% / 3);
    flex: calc(100% / 3);
    padding-right: 15px;
    padding-left: 15px;
}
  .top-contact__title {
    font-size: 18px;
    padding-bottom: 6px;
}
  .top-contact__title:after {
    width: 63px;
    height: 2px;
}
  .form-item input {
    height: 30px;
    border-radius: 9px;
    text-indent: 5px;
    font-size: 11px;
    padding: 7px 6px;
}
  .form-item {
        margin-top: 8px;
    }
  .gm-cate--list li img {
    max-height: 25px;
}
  .gm-products-title h2 {
    font-size: 22px;
    color: #ffffff;
}
  .gm-products--button button {
    font-size: 13px;
    display: block;
    width: 100%;
}
  .gm-products--button i {
    font-size: 14px;
}
  .gm-products--name h4 {
    font-size: 15px;
}
  .slider-wrap img {
    height: 136px;
}
  .form-item > div {
    margin-top: 8px;
}

  .form-item textarea {
    height: auto;
    border-radius: 15px;
    text-indent: 0px;
    padding: 10px 10px;
    font-size: 11px;
}
  .captcha-test img {
    width: 47px;
}
.form-item > div:first-child {
    margin-top: 0;
}
  .header.scroll-to-fixed-fixed .logo img {
       width: 25%;
    padding-top: 3px;
}
  .free-type-wrap .block-content * {
    font-size: 15px!important;
}
  .navbar-container .navbar-d {display: none;}
  .navbar-container .navbar-m {
    display: block;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 0;
    height: 50px;
    transform: translateY(-50%);
  }
  .logo {
    width: 100%;
    text-align: center;
	}
  .logo img {
    width: 30%;
    margin: 0 auto;
    transition: 0.5s all;
    padding-top: 3px;
}
  .call-all__text {
    opacity: 1;
}
  .call-all__item:before {
    opacity: 1;
}
  .call-all__image:after,.call-all__image:before{
    display:none
  }
  .call-all__item:hover .call-all__image img {
    transform: translate(-50%, -50%);
}
  .call-all__other h3 {
    opacity: 1;
}
  .call-all__item {
    width: 100%;
}
  .call-all__image {
    height: 500px;
}
  .call-all__image img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .media.media-cart a.thumbnail {
    width: 100%;
    padding: 0;
    margin: 0!important;
        border: none;
}
  .media.media-cart a.thumbnail img {
    max-width: 70%!important;
}
  .media.media-cart {
    border: 1px solid #ddd;
}

.media.media-cart .media-body {
    display: block;
    width: 100%;
}

.media.media-cart .media-body h4.media-heading {
    font-size: 20px;
    text-align: center;
    color: #0063ae;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0px 15px;
    margin-top: 10px;
}

.media.media-cart .media-body h4.media-heading a {
    color: #0063ae;
}
  .left-right-bot-new-cart {
    border-bottom: 1px solid #ddd;
}
  .item-cart.item-no-boder {
    border-right: 0;
}
  .item-sll-cart {
    margin-bottom: 20px;
}
  .item-cart {
    text-align: center;
    padding: 15px;
    border-right: 1px solid #ddd;
    height: 70px;
}

.item-cart input#qty {
    width: 60%;
    margin: 0 auto;
}
  .body-content-new-cart {
    border: 1px solid #ddd;
    border-top: 0;
}

.body-content-new-cart:after {
    content: "";
    display: block;
    clear: both;
}
}
@media (max-width: 480px) {
  .gm-slide {
    padding-top: 60px;
}
  .slider-wrap img {
    height: 83px;
}
  .gm-products--button {
    width: 100%;
}
  .gm-products--price {
    top: initial !important;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
}
}
@media (max-width: 320px) {
  
}