:root {
  --colorMainBlue: #e78908;
  --colorMainRed: #300b05;
}
a:not(.mega-menu-link):hover {
  color: var(--colorMainRed);
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.aligncenter figcaption {
  text-align: center;
  background: #f2f2f2;
  padding: 5px;
  font-style: italic;
  line-height: 1.5;
}
.node-detail figure {
  max-width: 100% !important;
  margin-bottom: 10px;
}
.wp-caption {
  max-width: 100% !important;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.5;
  overflow-x: hidden;
  word-break: break-word;
}
.horizontal-menu {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0px;
  list-style: none;
  width: 100%;
}

.horizontal-menu > li {
  display: inline-block;
  position: relative;
  padding: 12px 15px;
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
.horizontal-menu > li.menu-item-has-children {
  background: url(../images/down.png) no-repeat right center;
  background-size: 14px;
}
.horizontal-menu > li ul ul {
  left: 13.65em;
  top: 0;
}

.horizontal-menu ul .fly-left ul {
  left: -13.75em;
}

.horizontal-menu > li > a {
  display: block;
  color: #fff;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.horizontal-menu > li.lang-item-en > a {
  display: block;
  background: url(../images/en.svg) no-repeat center center;
  width: 25px;
  background-size: contain;
  text-indent: -9999px;
  line-height: 20px;
}
.horizontal-menu > li.lang-item-vi > a {
  display: block;
  background: url(../images/vietnam.svg) no-repeat center center;
  width: 25px;
  background-size: contain;
  text-indent: -9999px;
  line-height: 20px;
}
.horizontal-menu > li.lang-item-vi {
  padding-right: 5px;
}
.horizontal-menu > li.lang-item-en {
  padding-left: 5px;
}
.horizontal-menu > li > a:after {
  content: "";
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: block;
  height: 2px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 0;
  background-color: #566dfb;
}
.horizontal-menu > li.current-menu-item > a:after,
.horizontal-menu > li > a:hover:after,
.horizontal-menu > li.current-menu-parent > a:after {
  opacity: 1;
  width: 100%;
  background-color: #e61e1e;
}
.horizontal-menu > li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 13.75em;
  list-style: none;
}
.horizontal-menu > li > ul {
  padding-left: 15px;
  padding-right: 15px;
}
.horizontal-menu li.sfHover > ul,
.horizontal-menu li:hover > ul {
  display: block;
}
.horizontal-menu li li {
  position: relative;
  float: left;
  width: 100%;
}

.horizontal-menu > li > li:hover > ul,
.horizontal-menu > li > li.sfHover > ul {
  display: block;
}
.horizontal-menu a {
  color: #fff;
}
.horizontal-menu > li li > a {
  display: block;
  position: relative;
  text-transform: none;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}
.horizontal-menu > li li.current-menu-item > a {
  font-weight: bold;
}
.horizontal-menu > li li > a:hover {
  color: #e61e1e;
}
.horizontal-menu > li > .sub-menu {
  background: #fff;
  border: 1px solid #FFEEEE;
  box-shadow: 0px 4px 14px rgba(217, 21, 21, 0.1);
  padding-bottom: 10px;
  padding-top: 10px;
}
.horizontal-menu > li:nth-child(3) {
  position: initial;
}
.horizontal-menu > li:nth-child(3) ul {
  width: 100%;
}
.horizontal-menu > li:nth-child(3) > ul > li > a {
  font-weight: bold;
}
.horizontal-menu > li:nth-child(3) ul ul {
  display: block;
  position: initial;
}
.horizontal-menu > li:nth-child(3) > ul > li {
  float: left;
  width: 33.333%;
}
.pc-slider {
  display: none;
}
.mobile-slider {
  margin-bottom: 30px;
}
@media(min-width: 420px) {
  .mobile-slider {
    display: none;
  }
  .pc-slider {
    display: block;
  }
}
img:not(.zoomImg) {
  max-width: 100% !important;
  height: auto !important;
}
a {
  color: #e78908;
}
.clear {
  clear: both;
}
.block-chia-se .owl-dots {
  text-align: left;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #2e0a0a;
}
.owl-theme .owl-dots .owl-dot span {
  background: #c2ddb8;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
}
table.form-dat-mua-table thead {
  background: #2e0a0a;
  color: #fff;
}
table.form-dat-mua-table,
table.form-dat-mua-table th,
table.form-dat-mua-table td {
  border: 1px solid #ccc;
}
table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
}
.paginate_links a,
.paginate_links span {
  display: inline;
  margin-right: 5px;
  background: #fff;
  color: #333;
  padding: 8px 13px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-decoration: none !important;
}
.paginate_links span.current,
.paginate_links a:hover {
  background: var(--colorMainBlue);
  color: #fff;
}
.paginate_links {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.box-note {
  margin: 15px 0;
  padding: 20px 15px 20px 70px;
  position: relative;
}
.box-note:before {
  font-family: dashicons,monospace;
  font-size: 40px;
  display: inline-block;
  opacity: .8;
  vertical-align: top;
  float: left;
  font-style: normal;
  line-height: 40px;
  margin-right: 7px;
  position: absolute;
  left: 15px;
  top: 25%;
}
.box-note1 {
  background: #e8f5e9;
  color: #1b5e20;
}
.box-note1:before {
  content: "\f109";
}
.box-note2 {
  background: #e3f2fd;
  color: #0d47a1;
}
.box-note2:before {
  content: "\f130";
}
.box-note3 {
  background: #fbe9e7;
  color: #bf360c;
}
.box-note3:before {
  content: "\f339";
}
.blue-button a {
  background: #1866a4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.violet-button a {
  background: #2e0a0a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.node-detail h1, .node-detail h2, .node-detail h3, .node-detail h4, .node-detail h5, .node-detail h6 {
  color: #2e0a0a;
}
.h1, h1 {
  font-size: 28px;
}
.h2, h2 {
  font-size: 26px;
}
.h2, h3 {
  font-size: 24px;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.main-content-single {
  line-height: 1.8;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
.panel-default>.panel-heading {
  background: #2e0a0a;
  border: none;
  border-radius: 0px;
  color: #fff;
}
.panel {
  border: none;
  margin-bottom: 10px;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 14px;
}
.datepicker.dropdown-menu {
  color: #000;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  color: #ccc;
}
#mega-menu-wrap-menu-chinh-mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-menu-chinh-mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-chinh-mobile .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background: #fff;
}
#breadcrumbs {
  margin-bottom: 0px;
}
.metaslider .caption {
  padding: 15px !important;
}
.vertical-menu > li {
  position: relative;
}
.vertical-menu > li ul {
  position: absolute;
  display: none;
  top: 0px;
  left: 100%;
  z-index: 99;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
}
.vertical-menu li:hover > ul {
  display: block;
}
.woocommerce-message {
  margin-top: 20px;
  margin-bottom: 30px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
  float: left;
  color: #2e0a0a;
  margin-right: 30px;
}
#header .container {
  position: relative;
}
.mini-cart-item {
  position: absolute;
  top: 50px;
  right: 15px;
  z-index: 99;
}
.mini-cart-item:before {
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  right: 25px;
}
.mini-cart-item .thumbnail-cart {
  width: 40px;
  height: 50px;
  float: left;
  margin: 5px;
}
.mini-cart-item .product-title {
  float: left;
  font-size: 13px;
  width: auto;
  max-width: 170px;
  height: 37px;
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mini-cart-item {
  font-size: 13px;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  display: none;
}
.mini-cart-item ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mini-cart-item ul li {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.mini-cart-item .product-price {
  color: #db0000;
}
.mini-cart-item .quantity {
  position: absolute;
  background: #db0000;
  font-size: 11px;
  border-radius: 20px;
  padding: 0px 5px;
  font-weight: 700;
  top: 10px;
  left: 4px;
  color: #fff;
  text-align: center;
}
.top-cart-content:hover .mini-cart-item {
  display: block;
}
a.btn-gotocart {
  background: #2e0a0a;
  float: right;
  font-weight: 700;
  padding: 5px 15px;
  color: #fff !important;
  font-weight: normal;
}
.social-buttons {
  padding: 0px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0px;
}
.social-buttons li {
  list-style: none;
  float: left;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.social-buttons li a i {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.social-buttons li a i:before {
  display: none;
}
.social-buttons li a .fa-facebook {
  background: url(../images/facebook.png) no-repeat center center;
  background-size: 40px;
}
.social-buttons li a .fa-zalo {
  background: url(../images/zalo2.png) no-repeat center center;
  background-size: 40px;
}
.social-buttons li a .fa-youtube {
  background: url(../images/youtube2.png) no-repeat center center;
  background-size: 40px;
}
.breadcrumbs {
  background-color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.breadcrumbs a {
  color: #2e0a0a;
}
.node-detail {
  padding: 0px 0px 30px 0px;
}
.main-content-detail h1 {
  font-size: 28px;
}
@media(max-width: 767px) {
  .main-content-detail h1 {
    font-size: 24px;
  }
}
.main-content-list .title-list {
  font-size: 20px;
  text-transform: uppercase;
}
.main-content-list .list-row {
  padding: 15px;
}
.title a {
  color: var(--colorMainRed);
}
.category-content-list .excerpt-desc {
  margin-bottom: 5px;
  font-size: 15px;
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.category-content-list .title {
  margin-bottom: 10px;
  font-size: 16px;
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
@media(min-width: 768px) {
  .category-content-list .anh-dai-dien {
    height: 180px;
    position: relative;
    overflow: hidden;
    float: left;
    width: 250px;
    margin-right: 30px;
  }
  .category-content-list .anh-dai-dien img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
  }
  .category-content-list-full .anh-dai-dien {
    width: 100%;
    margin-right: 0px;
    height: 220px;
  }
  .category-content-list-full .excerpt-desc {
    overflow: initial;
    display: block;
  }
  .category-content-list-full .title {
    overflow: initial;
    display: block;
    min-height: initial;
  }
}
@media(max-width: 992px) {
  .category-content-list .anh-dai-dien {
    height: 195px;
    overflow: hidden;
    position: relative;
  }
  .category-content-list .anh-dai-dien img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100% !important;
  }
}
@media(max-width: 767px) {
  .category-content-list .anh-dai-dien {
    height: 260px;
  }
}
.news-block-one-image .item-sec .title {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #b5b5b5;
}
.news-block-one-image .item-sec .title a {
  display: block;
  padding-left: 20px;
  position: relative;
}
.news-block-one-image .item-sec .title a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #2e0a0a;
  left: 0px;
  top: 7px;
  border-radius: 50%;
}
.woocommerce-pagination ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border:  none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding: 5px;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 3px;
  transition: unset;
}
.woocommerce-pagination ul li .page-numbers {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #2e0a0a;
  color: #fff;
}
.item-product .inner {
  position: relative;
}
.discount-percent {
  color: #fff;
  background: #e20613;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-weight: 700;
}
.product-meta {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.product-review {
  list-style: none;
  font-size: 10px;
  display: flex;
  padding-left: 0;
  color: #ff9800;
  margin: 0;
}
.product-review li {
  margin-right: 2px;
}
.amount-contact {
  color: #db0000;
  font-weight: bold;
}
.san-pham-list .quoc-gia {
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1;
}
.san-pham-list .quoc-gia a {
  color: #438434;
}
.product_title {
  font-weight: 700;
  font-size: 26px;
}
.woocommerce .star-rating span::before {
  color: #ff9800;
}
.entry-summary .product-meta-item {
  font-size: 12px;
}
.product-meta-item a {
  color: #0a5e83;
}
.entry-summary .product-meta-item {
  border-right: 1px solid #f2f2f2;
  font-size: 12px;
  padding: 0 10px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0px;
}
.woocommerce-product-rating {
  margin-left: -10px;
}
.entry-summary .price del bdi {
  color: #999999;
  font-size: 14px;
}
.entry-summary .price ins {
  text-decoration: none;
}
.type-product .price ins, .type-product .price bdi {
  font-size: 18px;
  font-weight: 700;
  color: #af0000;
  text-decoration: none;
}
.entry-summary .product-review {
  margin-left: -10px;
}
.woocommerce-product-details__short-description {
  padding: 10px 15px;
  border: 1px dashed #2e0a0a;
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description ul {
  margin: 0;
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
}
.woocommerce-product-details__short-description ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  list-style: none;
}
.woocommerce-product-details__short-description ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/icon-check.svg) no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}
#buy_now_button{
  background: url(../images/shopping-cart-white.svg) no-repeat 10px 7px #db0000;
  background-size: 20px;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 15px;
  margin-left: 0px;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 40px;
  padding-right: 15px;
  text-align: center;
  border: none;
  margin-top: 29px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
.entry-summary form.cart .single_add_to_cart_button {
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 30px;
  margin-left: auto;
  text-transform: uppercase;
  background: url(../images/shopping-cart-dark.svg) no-repeat #fff;
  background-position: 15px 7px;
  padding-left: 40px;
  color: #000;
  margin-top: 30px;
}
.entry-summary form.cart .single_add_to_cart_button:hover {
  background: url(../images/shopping-cart-white.svg) no-repeat #2e0a0a;
  background-position: 15px 7px;
  color: #fff;
  border: 1px solid #2e0a0a;
}
.woocommerce .quantity .qty {
  width: 70px;
}
@media(max-width: 767px) {
  #buy_now_button {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-top: 0px;
    float: left;
    width: 48%;
    margin-right: 5px;
    text-align: left;
  }
  .entry-summary form.cart .single_add_to_cart_button {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce .quantity .qty {
    width: 100%;
  }
}
.woocommerce div.product div.summary {
  margin-bottom: 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
}
.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.woocommerce div.product form.cart .button {
  margin-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 5px;
}
@media(max-width: 767px) {
  #mega-menu-wrap-menu-chinh-mobile #mega-menu-menu-chinh li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
    border-radius: 0px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%,100%);
    -ms-scroll-chaining: chained;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media(max-width: 992px) {
  .container-product .row {
    display: block;
  }
}
.widget-quickbuy .quickorder-sidebar {
  background: #db0000;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.widget-quickbuy .add-to-cart-sidebar {
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 30px;
  margin-left: auto;
  text-transform: uppercase;
  background: url(../images/shopping-cart-dark.svg) no-repeat;
  background-position: 15px 7px;
  padding-left: 40px;
}
.widget-quickbuy .add-to-cart-sidebar, .widget-quickbuy .quickorder-sidebar {
  width: calc(50% - 5px);
  font-size: 14px;
}
@media(max-width: 767px) {
  .widget-quickbuy .add-to-cart-sidebar, .widget-quickbuy .quickorder-sidebar {
    width: 100%;
    margin-bottom: 10px;
  }
}
.main-content-product-detail {
  padding-bottom: 30px;
}
.woocommerce-Reviews-title {
  text-transform: uppercase;
  color: #2e0a0a;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0px;
}
.woocommerce p.stars a::before {
  color: #ff9800;
}
.comment-reply-title {
  text-transform: uppercase;
  color: #2e0a0a;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #2e0a0a;
  color: #fff;
}
.woocommerce .star-rating {
  font-size: 12px;
}
.socical-share {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.socical-share li {
  border-radius: 30px;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.socical-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 30px;
}
.socical-share a:hover {
  text-decoration: none;
}
.socical-share .facebook {
  background-color: #3b5998;
}
.socical-share .google-plus {
  background-color: #dd4b39;
}
.socical-share .twitter {
  background-color: #55acee;
}
.socical-share .pinterest {
  background-color: #db0000;
}
.socical-share .linkedin {
  background-color: #0073b2;
}
.kk-star-ratings .kksr-legend {
  font-size: 14px;
}
.avatar {
  margin-right: 10px;
  float: left;
  width: 40px;
}
.avatar img {
  border-radius: 50%;
}
.author-info {
  float: left;
  width: 50%;
  padding-right: 15px;
}
@media(max-width: 767px) {
  .author-info {
    width: 60%;
  }
}
.socical-share {
  padding-left: 0px;
  margin-top: 5px;
  padding-right: 0px;
  text-align: center;
}
#toc_container.no_bullets ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
#toc_container.no_bullets ul li ul {
  margin-top: 10px;
}
.author-link {
  font-size: 13px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background: #2e0a0a;
}
.checkout-button:hover {
  background: #2e0a0a !important;
}
.order-total .woocommerce-Price-amount {
  color: #db0000;
}
.showcoupon {
  color: #245782;
  text-decoration: underline;
}
.woocommerce-billing-fields input,
.comment-form input[type="text"],
.comment-form input[type="email"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce-additional-fields textarea,
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-privacy-policy-text a {
  color: #245782;
}
.woocommerce form .form-row textarea {
  height: 200px;
}
.field-tag a {
  color: #e78908;
}
@media(min-width: 768px) {
  .comment-form-author {
    width: 50%;
    padding-right: 5px;
    float: left;
  }
  .comment-form-email {
    width: 50%;
    padding-left: 5px;
    float: left;
  }
}
.comment-list {
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}
.comment-list li {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.comment-metadata time {
  font-size: 13px;
}
h2.comments-title {
  font-size: 24px;
  text-transform: uppercase;
}
.required {
  color: red;
}
.comment-reply-title #cancel-comment-reply-link {
  margin-left: 15px;
  color: #ccc;
}
.comments-area .submit {
  background-color: #438434;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 3.5rem;
  cursor: pointer;
  border-radius: 4px;
}
.heading-info {
  float: left;
  width: 100%;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  padding: 5px 0px;
}
@media(max-width: 767px) {
  .heading-info > div {
    font-size: 12px;
  }
  .author-link {
    font-size: 12px;
  }
}
.heading-info .rating-block {
  float: right;
}
.heading-info .number-comment {
  float: left;
  width: 30px;
  margin-top: 10px;
  font-size: 14px;
}
@media(max-width: 767px) {
  .heading-info .number-comment {
    margin-top: 6px;
  }
}
.heading-info .rating-block {
  margin-top: 10px;
}
.footer-top a {
  color: #fff;
}
.content-bottom .block-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.content-bottom ul li {
  margin-bottom: 5px;
}
.comment-edit-link {
  font-size: 13px;
}
.main-content-single {
  padding-bottom: 30px;
}
.content-bottom .alla-block {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.nguon_tham_khao_btn {
  display: block;
  padding-left: 20px;
}
.nguon_tham_khao_btn[aria-expanded~=false] {
  background: url(../images/right-arrow.svg) no-repeat 0px 5px;
  background-size: 15px;
}
.nguon_tham_khao_btn[aria-expanded~=true] {
  background: url(../images/down-arrow.svg) no-repeat 0px 5px;
  background-size: 15px;
}
#nguon_tham_khao {
  padding: 15px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  background: #f2f2f2;
}
#nguon_tham_khao ul {
  padding: 0px;
}
#nguon_tham_khao ul li {
  margin-bottom: 10px;
  list-style: none;
}
.nguon_tham_khao-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
}
.block-san-pham-qc {
  margin-top: 10px;
  margin-bottom: 10px;
}
.san-pham-list-nhung {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.content-bottom {
  margin-top: 30px;
  clear: both;
}
.contact-form form {
  margin-top: 20px;
}
.woocommerce a.button.checkout-button {
  background: #2e0a0a;
}
.woocommerce ul.order_details {
  padding: 0px;
}
.woocommerce ul.order_details li {
  margin-bottom: 10px;
}
.menu-mobile {
  margin-bottom: 10px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
  font-size: 15px;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 5px;
  text-align: center;
  background: url(../images/arrows.svg) no-repeat center center var(--colorMainRed);
  background-size: 20px;
  color: #fff;
  text-decoration: none;
  position: fixed;
  right: 5px;
  bottom: 40px;
  display: none;
  font-size: 19px;
  z-index: 9999;
  border-radius: 50%;
}
@media(max-width: 767px) {
  .scrollToTop {
    width: 40px;
    height: 40px;
  }
}
.block-scrool-support a .new-messege {
  position: absolute;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.block-scrool-support a.messenger-btn {
  background: url(../images/messenger.png) no-repeat 3px 10px;
  background-size: 24px;
  padding: 9px 10px;
  padding-left: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #1278ec;
}
.block-scrool-support a.zalo-btn {
  background: url(../images/zalo2.png) no-repeat 3px 10px;
  background-size: 24px;
  padding: 9px 10px;
  padding-left: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #1278ec;
}
.block-scrool-support a.btn-dat-mua {
  background: url(../images/cart.png) no-repeat center center #af1e22;
  background-size: 20px;
  border-radius: 50%;
  text-indent: -9999px;
  border: 1px solid #fff;
}
.block-scrool-support a.tel-btn {
  background: url(../images/widget_icon_click_to_call.svg) no-repeat;
  background-size: contain;
}
.block-scrool-support a.instagam-btn {
  background: url(../images/instagram.png) no-repeat;
  background-size: contain;
}
@-moz-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-o-keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes call-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes call-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes call-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes call-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes call-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes call-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes call-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes call-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes call-icon-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

.call_hotline {
  width: 195px;
  height: 90px;
  display: block;
  position: fixed;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
}
.call_hotline_circle{
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  position: absolute;
  border: 2px solid #ED1C24;
  opacity: .5;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  animation: call-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
  -o-animation: call-circle-anim 1.2s infinite ease-in-out;
  -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}
.call_hotline_circle_fill{
  width: 50px;
  height: 50px;
  top: 25px;
  left: 25px;
  position: absolute;
  opacity: .75;
  background: #ED1C24 none;
  border: 2px solid transparent;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}
.call_hotline_icon{
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: #ED1C24 url(../images/phone-ring.svg) no-repeat center center;
  background-size: 20px;
  border: 2px solid transparent;
  opacity: .7;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-border-radius: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  animation: call-icon-anim 1s infinite ease-in-out;
  -o-animation: call-icon-anim 1s infinite ease-in-out;
  -moz-animation: call-icon-anim 1s infinite ease-in-out;
  -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}
span.number-button {
  position: absolute;
  background: #ed1c24;
  color: #fff;
  top: 28px;
  z-index: -1;
  left: 28px;
  padding: 5px 15px 5px 45px;
  border-radius: 30px;
  border: 1px solid #ed1c24;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.tong-dai-mobile i {
  font-size: 10px;
  display: block;
  font-weight: normal;
  text-align: center;
}
.logo-wrapper a.logo-text:hover {
  text-decoration: none;
}
.comment-reply-link {
  font-size: 12px;
}
.youtube-responsive-container {
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  text-align: center;
}
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.node-detail iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100% !important;
}
.top-banner .metaslider .flex-control-nav {
  bottom: 30px;
  z-index: 99; 
}
@media(max-width: 1119px) {
  .top-banner .metaslider .flex-control-nav {
    bottom: 10px;
  }
  .metaslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
  }
}
.top-banner .flex-control-paging li a {
  background: #2e0a0a;
}
.top-banner .flex-control-paging li a.flex-active {
  background: #fff;
}
.content-right .block-title h2 {
  text-transform: uppercase;
  color: #2e0a0a;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display: flex;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}
body.fancybox-iosfix {
  position: relative;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
#block-blocksupportscrool {
  position: fixed;
  left: 0px;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  background: var(--colorMainBlue);
  border-top: 1px solid #ccc;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0px 0px 3px #666;
}
#block-blocksupportscrool ul {
  padding: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
.tong-dai-mobile span {
  display: block;
}
.tong-dai-mobile span.text {
  font-size: 12px;
}
.tong-dai-mobile span.number {
  font-weight: 500;
  font-size: 14px;
}
@media(max-width: 767px) {
  .tong-dai-mobile span.number {
    font-size: 12px;
  }
}
a.tong-dai-mobile {
  color: #ed4136;
  display: block;
  line-height: 1.2;
  background: url(../images/phone-ring.svg) no-repeat 5px 6px #fff;
  background-size: 15px;
  padding: 4px 15px;
  padding-left: 25px;
  border-radius: 5px;
  text-decoration: none;
}
@media(max-width: 400px) {
  .tong-dai-mobile span.number {
    font-size: 10px;
  }
  a.tong-dai-mobile {
    background-size: 10px;
    padding-left: 18px;
  }
}
#block-blocksupportscrool ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 5px;
  vertical-align: middle;
}
@media(max-width: 767px) {
  #block-blocksupportscrool {
    z-index: 100;
  }
  #block-blocksupportscrool ul {
    text-align: center;
  }
}
@media(max-width: 480px) {
  #block-blocksupportscrool ul li:nth-child(2) {
    display: none;
  }
}
.block-scrool-support a.icon-only {
  display: block;
  position: relative;
  height: 43.6px;
}
.main-slider .banner-slide .owl-next {
  background: url(../images/next.png) no-repeat 3px center !important;
  width: 70px;
  height: 70px;
  background-size: 70px !important;
  opacity: 1;
  position: absolute;
  top: 42%;
  right: 0px;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
.main-slider .banner-slide .owl-prev {
  background: url(../images/prev.png) no-repeat 0px center !important;
  width: 75px;
  height: 70px;
  background-size: 70px !important;
  opacity: 1;
  position: absolute;
  top: 42%;
  left: 0px;
  text-indent: -9999px;
  padding: 0px;
  margin: 0px;
}
@media(max-width: 992px) {
  .main-slider .banner-slide .owl-prev,
  .main-slider .banner-slide .owl-next {
    top: 40%;
    width: 40px;
    height: 40px;
    background-size: 40px !important;
  }
}
@media(max-width: 767px) {
  .main-slider .banner-slide .owl-next {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    background-position: 0px center !important;
  }
  .main-slider .banner-slide .owl-prev {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
    background-position: 0px center !important;
  }
}
.main-slider .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  left: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ED1C24;
}
.owl-theme .owl-dots .owl-dot span {
  background: #b2b2b2;
}
.woo-product-gallery-slider .wpgs-for {
  padding: 5px;
  border: 1px solid #d9dbdc;
  position: relative;
}
.youtube-container--responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0px;
}
.youtube-container--responsive iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single.single-product .slick-list {
  max-height: 420px;
}
.single.single-product .wpgs-for img {
  max-height: 420px;
}
@media(max-width: 767px) {
  .single.single-product .slick-list {
    max-height: 350px;
  }
  .single.single-product .wpgs-for img {
    max-height: 350px;
  }
}
.single.single-product .wpgs-nav img {
  max-height: 92px;
  width: auto !important;
}
.search-mobile {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/search.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 10px;
}
.menu-top-header .container {
  position: relative;
}
.search-form {
  padding-right: 0;
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: -7px;
  right: 0px;
  z-index: 99;
}
@media(max-width: 992px) {
  .search-mobile {
    top: 4px;
  }
  .search-form {
    display: none;
    width: 160px;
    right: 0px;
    top: 31px;
  }
}
@media(max-width: 767px) {
  .search-mobile {
    top: 1px;
    right: 0px;
  }
  .search-form {
    top: 30px;
    right: 0px;
  }
}
.sbutton {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 34px;
  width: 34px;
  background: var(--colorMainBlue);
  border: none;
  border-radius: 0px;
  color: #fff;
}
.search-field {
  border-radius: 0px;
  box-shadow: none;
}
@media(min-width: 992px) {
  .zoom-image-hover img {
    transition: transform 1s ease !important;
  }
  .zoom-image-hover .anh-dai-dien:hover img {
    transform: scale(1.1);
  }
  .zoom-image-hover .image:hover img {
    transform: scale(1.1);
  }
  .zoom-image-hover .views-field-field-anh-dai-dien {
    overflow: hidden;
    position: relative;
  }
  .zoom-image-hover .image {
    overflow: hidden;
    position: relative;
  }
}
.block-counter ul {
  padding: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.block-counter ul li {
  list-style: none;
  float: left;
  width: 20%;
  padding: 15px;
  min-height: 220px;
  margin-left: 0px !important;
  text-align: center;
  color: #212529;
}
@media(max-width: 1024px) {
  .block-counter ul li {
    width: 50%;
    min-height: 180px;
  }
}
@media(max-width: 767px) {
  .block-counter ul li {
    width: 50%;
    min-height: 220px;
  }
}
html[lang="en-GB"] .block-counter ul li {
  min-height: 245px;
}
.block-counter ul li strong {
    display: block;
    font-size: 36px;
    color: #ed1b23;
}
.title-main-center {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #ed1c24;
}
.block-counter ul li:before {
    content: "";
    display: block;
    width: 100%;
    height: 70px;
}
.block-counter ul li:nth-child(1):before {
    background: url(../images/v2/i1.png) no-repeat center center;
    background-size: 65px;
}
.block-counter ul li:nth-child(2):before {
    background: url(../images/v2/i2.png) no-repeat center center;
    background-size: 50px;
}
.block-counter ul li:nth-child(3):before {
    background: url(../images/v2/i3.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(4):before {
    background: url(../images/v2/i4.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(5):before {
    background: url(../images/v2/i5.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(6):before {
    background: url(../images/v2/i6.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(7):before {
    background: url(../images/v2/i7.png) no-repeat center center;
    background-size: 70px;
}
.block-counter ul li:nth-child(8):before {
    background: url(../images/v2/i8.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(9):before {
    background: url(../images/v2/i9.png) no-repeat center center;
    background-size: 60px;
}
.block-counter ul li:nth-child(10):before {
    background: url(../images/v2/i10.png) no-repeat center center;
    background-size: 60px;
}
@media(max-width: 767px) {
    .block-counter ul li {
        width: 50%;
        padding: 0px 15px;
    }
    .block-counter ul li:nth-child(2) {
        min-height: 255px;
    }
}
ul.social-buttons-fa {
  padding: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
ul.social-buttons-fa li {
  list-style: none;
  display: inline-block;
  padding: 0px 5px;
}
ul.social-buttons-fa a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  padding-top: 4px;
  vertical-align: middle;
}
ul.social-buttons-fa a.facebook {
  background: #1877F2;
}
ul.social-buttons-fa a.youtube {
  background: #CD332D;
}
ul.social-buttons-fa a.email {
  background: #55ACEE;
}

.footer-top {
  padding-bottom: 20px;
}
.block-tin-lien-quan .title {
  color: var(--colorMainBlue);
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  margin-bottom: 0px;
  min-height: 58px;
}
.list-views {
  padding: 15px;
}
.block-tin-lien-quan .anh-dai-dien {
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.block-tin-lien-quan .anh-dai-dien img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}
@media(max-width: 767px) {
  .block-tin-lien-quan .anh-dai-dien {
    height: 260px;
  }
}
#block-blocksupportscrool2 {
  position: fixed;
  right: 5px;
  bottom: 110px;
  z-index: 99;
}
.block-scrool-support2 a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
}
@media(max-width: 767px) {
  #block-blocksupportscrool2 {
    bottom: 100px;
  }
  .block-scrool-support2 a {
    width: 40px;
    height: 40px;
  }
}
.block-scrool-support2 a.phone-btn {
  display: block;
  background: url(../images/call3.svg) no-repeat center center #dd0000;
  background-size: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.block-scrool-support2 a.facebook-fanpage-scroll {
  display: block;
  background: url(../images/messenger.svg) no-repeat center center #1877F2;
  background-size: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.block-scrool-support2 a.zalo-scroll {
  display: block;
  background: url(../images/zalo-w.svg) no-repeat center center #006af5;
  background-size: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.footer-wrapper .block {
  margin-bottom: 30px;
}
.footer-wrapper #mvcwid {
  padding: 0px;
}
.footer-wrapper #wpsvctable {
  margin-top: 10px;
}
.heading-info > div {
  display: inline-block;
  padding: 0px 10px;
  font-size: 13px;
  border-right: 1px solid #f2f2f2;
}
.heading-info > div:last-child {
  border-right: 0px;
}
blockquote {
  border-left: 5px solid #ed4136;
  background: #d8ebfb;
}