/*!
Theme Name: sieuthinganhin
Theme URI: https://thcmedia.vn/
Author: Underscores.me
Author URI: https://thcmedia.vn/
Description: Theme phát triển bởi thcmedia
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sieuthinganhin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sieuthinganhin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
:root {
  --primary-color: #323895 !important;
  --secondary-color: #e1151f !important;
  --color-btn: #B22222;
  --text-color: #000;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html {
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.8rem !important;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 0.1em;
  /*edit: 1.5*/
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  /*background: #fff9c0;*/
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}


dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*border: 1px solid;*/
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  height: 35px;
  margin-top: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 105px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#Top_bar #logo img {
  vertical-align: middle;
  max-height: unset !important;
  width: 190px;
}

.menu-main li {
  padding: 0 10px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1240px) {
  .menuo-right #Top_bar .menu_wrapper {
    float: left;
  }
}

.top_bar_left {
  justify-content: center;
  align-items: center;
  display: flex;
}

#Top_bar .logo {
  float: left;
  margin: -52px 30px 0 20px;
}

#Header .top_bar_left,
.header-classic #Top_bar,
.header-plain #Top_bar,
.header-stack #Top_bar,
.header-split #Top_bar,
.header-fixed #Top_bar,
.header-below #Top_bar,
#Header_creative,
#Top_bar #menu,
.sticky-tb-color #Top_bar.is-sticky {
  background-color: #ffffff;
}

rs-sbg {
  margin-top: 60px;
}

.photo {
  height: 50vw;
}


.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40vw;
}

.style-simple .zoom_box {
  position: relative;
  line-height: 0;
  overflow: hidden;
  height: 422px;
  border-radius: 5px;
}

.title-product {
  padding: 20px;
  font-weight: bolder;
}

.title-product h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: gold;
  text-shadow: 2px 2px #5248147d;
  -webkit-text-stroke-color: #00000085;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  width: 300px;
  margin: auto !important;
}

.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #acbb03, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

/* Customs woocommerce
-------------------------------- */
.woocommerce ul.products li.product a img {
  height: 300px;
  object-fit: cover;
  transition: 0.3s;
}

.woocommerce ul.products li.product a img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.woocommerce-loop-product__title {
  padding: .5em 0;
  margin: 0;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.woocommerce-loop-product__title:hover {
  color: var(--primary-color);
  text-shadow: 1px 1px var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 40px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
  transition: 0.3s;
}

@media only screen and (max-width: 769px) {
  .woocommerce ul.products li.product .button {
    font-size: 14px;
  }
}

.woocommerce ul.products li.product .button:hover {
  box-shadow: 2px 3px 5px 1px var(--primary-color);
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: scale(1.1);
  transition: 0.3s;
}

.woocommerce.columns-4 ul.products li.product {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 540px;
  padding: 10px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.woocommerce.columns-4 ul.products li.product:hover {
  transition: 0.3s;
  box-shadow: 1px 1px 19px -3px var(--primary-color);
}

.woocommerce.columns-4 ul.products li.product:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

.woocommerce.columns-4 ul.products li.product:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
  text-shadow: 1px 1px var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
}

#Shop-page {
  padding-top: 100px;
}

#page {
  padding-top: 100px;
}

#Shop-page .woocommerce.columns-4 ul.products li.product {
  padding: 0;
}

#Shop-page .header-shop {
  background: var(--primary-color);
  height: 150px;
  text-align: center;
  align-items: center;
  padding: 50px;
  justify-content: center;
  margin-bottom: 30px;
}

#page .header-page {
  background: var(--primary-color);
  height: 150px;
  text-align: center;
  align-items: center;
  padding: 50px;
  justify-content: center;
  margin-bottom: 30px;
}

#Shop-page .header-shop h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: #ae3d1a;
}

#page .header-page h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: #ae3d1a;
}

#Shop-page .header-shop hr {
  background-color: unset;
}

#page .header-page hr {
  background-color: unset;
}

#Shop-page .header-shop .hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #ae3d1a, #10101000);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
}

#page .header-page .hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #ae3d1a, #10101000);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
}

#Shop-page .header-shop .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #ae3d1a;
  background-color: var(--primary-color);
}

#page .header-page .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #ae3d1a;
  background-color: var(--primary-color);
}

#Shop-page .woocommerce ul.products li.product a img {
  height: 255px;
  object-fit: cover;
  transition: 0.3s;
}

#Shop-page .widget_product_categories ul {
  background-color: #ae3d1a;
}

#Shop-page .widget_product_categories ul li:hover {
  background-color: var(--primary-color);
}

#Shop-page .widget_product_categories ul li.current-cat {
  background-color: var(--primary-color);
}

#Shop-page .widget_product_categories ul li:hover a {
  color: #ae3d1a !important;
  text-decoration: none;
  font-weight: 700;
}

#Shop-page .widget_product_categories ul li.current-cat a {
  color: #ae3d1a !important;
  text-decoration: none;
  font-weight: 700;
}

#Shop-page .widget .footer_title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  color: #ae3d1a;
}

#Shop-page .widget_recently_viewed_products .product-title {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

#Shop-page .widget_recently_viewed_products li:hover span.product-title {
  color: #ae3d1a;
  text-decoration: none;
}

#Shop-page .widget_recently_viewed_products a:hover span.product-title {
  color: #ae3d1a;
  text-decoration: none;
}

#Shop-page .widget_recently_viewed_products span.product-title:hover {
  color: #ae3d1a;
  text-decoration: none;
}

#Shop-page .widget_recently_viewed_products img {
  border-radius: 5px;
}

#Shop-page .widget:after {
  width: 100%;
}

#Shop-page .woocommerce nav.woocommerce-pagination ul {
  border: unset;
  color: #b14626;
  font-size: 18px;
}

#Shop-page .woocommerce nav.woocommerce-pagination ul li {
  margin: 10px;
  border: 2px solid #b14626;
  /*padding: 0px 10px;*/
  border-radius: 5px;
}

#Shop-page .woocommerce nav.woocommerce-pagination ul li a {
  font-weight: 800;
  padding: 10px 13px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  font-weight: 800;
  padding: 10px 13px;
  background: var(--primary-color);
  color: #000;
}

.woocommerce-breadcrumb {
  padding: 10px 0;
  font-size: 90%;
}

.h1.product_title {
  font-size: 1.5em;
}

.price-product {
  font-size: 20px;
  font-weight: 900;
  color: #b14626;
}

.single-product .call_now,
.single-product .send_message {
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 40px;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 25px;
  margin-right: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.single-product .button:hover {
  box-shadow: 2px 3px 5px 1px var(--primary-color);
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: scale(1.1);
  transition: 0.3s;
}

.single-product .product-content {
  border-bottom: 1px solid #e8e3e3;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
  margin-bottom: 70px;
  z-index: 9;
  background: #fff;
}

.page .page-content {
  border-bottom: 1px solid #e8e3e3;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
  margin-bottom: 70px;
  z-index: 9;
  background: #fff;
}

.single-product .summary {
  padding: 10px 20px;
}


@media only screen and (max-width: 767px) {
  .main-header-mobile {
    position: fixed;
    z-index: 99;
    background: #ffffff;
    width: 100%;
  }

  .m-content {
    width: 310px !important;
  }

  .m-left .search-form .search-btn,
  .main-menu .search-form .search-btn {
    z-index: 99;
    color: #bebebe;
  }

  .m-left .sidebar-menu .header-nav-mobile li.menu-item a,
  .m-left .sidebar-menu .header-nav-mobile li.menu-item .toggle i {
    font-size: 13px;
  }

  .m-left .sidebar-menu .header-nav-mobile .sub-menu {
    padding-bottom: 0 !important;
  }

  .banner,
  .section-breadcrumb,
  .shop-container {
    margin-top: 128px;
  }

  .banner .l-container {
    padding: 0;
  }

  .news .list-items-products .item .box-text .product-title a {
    font-size: 16px;
    margin-top: 24px;
    line-height: 22px;
    display: block;
  }


  .category-product .col-lg-9 .list-items-products .item .box-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .list-products .list-items-products .box-image a img {
    height: 100%;
    width: 100%;
  }

  .pagination {
    padding: 0 !important;
  }

  .pagination a,
  .pagination span {
    margin: 0 !important;
    padding: 7px 12px !important;
  }

  .mobile-header-mini #Top_bar .top_bar_left {
    height: 60px;
  }

  #Top_bar #logo img.logo-mobile {
    display: inline-block;
    margin-top: 25px;
  }

  .mobile-sticky #Top_bar.is-sticky #logo img.logo-mobile-sticky {
    margin-top: 25px;
  }

  .woocommerce ul.products li.product a img {
    height: 200px;
  }

  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #Shop-page {
    padding-top: 0;
  }

  #Shop-page .header-shop h1 {
    font-size: 20px;
  }

  #Shop-page .header-shop {
    background: var(--primary-color);
    height: 134px;
    text-align: center;
    align-items: center;
    padding: 25px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .single-product .call_now,
  .single-product .send_message {
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 40px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 25px;
    margin-right: 3px;
    font-weight: 600;
    transition: 0.3s;
  }

  .main-header-mobile .wpml-ls-statics-shortcode_actions {
    float: right;
  }
}


/* Customs contact footer
-------------------------------- */
#Thcmedia_contact a {
  text-decoration: none;
}

#Thcmedia_contact .mmt-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2147483646;
  pointer-events: none;
  box-sizing: border-box;
}

#Thcmedia_contact .mmt-app {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  min-height: 56px;
  transition: all .24s;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

#Thcmedia_contact .mmt-menu__item {
  pointer-events: auto;
}

.mt-tooltip {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

#Thcmedia_contact .mmt-button {
  background-color: hsla(0, 0%, 100%, .2);
}

#Thcmedia_contact .mmt-button {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 10px;
  flex-direction: row;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
  border-radius: 3px;
  height: 40px;
  margin: 10px 5px;
}

#Thcmedia_contact .mmt-button__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box;
}

.mt-tooltip__text {
  position: absolute;
  visibility: hidden;
  z-index: 1;
  background: #232f34;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 120px;
  max-width: 240px;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  box-sizing: border-box;
}

.mt-tooltip__text:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #232f34;
}

.background_contact {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--primary-color);
  opacity: 1;
  color: rgb(2, 2, 2);
  pointer-events: none;
  z-index: -1;
}

body,
html {
  box-sizing: border-box
}

.mt-button {
  display: inline-flex;
  position: relative;
  border: none;
  outline: none;
  min-width: 56px;
  height: 32px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  padding: 0 16px;
  margin: 0;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #2979ff
}

.mt-button,
.mt-dialog,
.mt-dialog__scrim {
  justify-content: center;
  align-items: center;
  box-sizing: border-box
}

.mt-dialog,
.mt-dialog__scrim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh
}

.mt-dialog {
  display: none;
  z-index: 7
}

.mt-dialog--open {
  display: flex
}

.mt-dialog--open .mt-dialog__scrim {
  opacity: 1
}

.mt-dialog--open .mt-dialog__container {
  transform: scale(1);
  opacity: 1
}

.mt-dialog__scrim {
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, .32)
}

.mt-dialog__container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-sizing: border-box;
  transform: scale(.8);
  opacity: 0;
  pointer-events: none
}

.mt-dialog__surface {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  box-sizing: border-box;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 32px);
  background-color: #fff;
  border-radius: 8px;
  pointer-events: auto;
  width: 480px;
  overflow: hidden
}

.mt-dialog__title {
  display: inline-flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 8px 16px;
  color: rgba(0, 0, 0, .87);
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .24)
}

.mt-dialog__content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
  overflow: auto;
  color: rgba(0, 0, 0, .6)
}

.mt-dialog__note {
  margin-bottom: 16px;
  text-align: center
}

.mt-dialog__actions {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 16px;
  border-top: 1px solid rgba(0, 0, 0, .24)
}

@media (max-width: 592px) {
  .mt-dialog__surface {
    max-width: calc(100vw - 32px)
  }
}

.mt-textfield {
  color: rgba(0, 0, 0, .87);
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0 16px;
  height: 36px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, .32);
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0
}

.mt-textfield__error {
  border: 1px solid #f44336
}

.mt-tooltip {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center
}

.mt-tooltip__text {
  position: absolute;
  visibility: hidden;
  z-index: 1;
  background: #232f34;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  min-width: 120px;
  max-width: 240px;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  box-sizing: border-box
}

.mt-tooltip__text:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #232f34
}

.mt-tooltip:hover .mt-tooltip__text {
  visibility: visible
}

#Thcmedia_contact .mmt-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2147483646;
  pointer-events: none;
  box-sizing: border-box
}

#Thcmedia_contact .mmt-container--fit {
  text-align: center
}

#Thcmedia_contact .mmt-container--fit .mmt-button__label {
  white-space: nowrap
}

#Thcmedia_contact .mmt-container--fit .mmt-app {
  display: inline-flex;
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

#Thcmedia_contact .mmt-app {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  min-height: 56px;
  transition: all .24s;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

#Thcmedia_contact .mmt-app-rectangle {
  flex-direction: row
}

#Thcmedia_contact .mmt-app--circle {
  height: 100vh;
  width: 100% !important;
  flex-direction: column;
  padding: 8px
}

#Thcmedia_contact .mmt-app--circle-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

#Thcmedia_contact .mmt-app--circle-top-right {
  align-items: flex-end;
  justify-content: flex-start
}

#Thcmedia_contact .mmt-app--circle-middle-left {
  align-items: flex-start;
  justify-content: center
}

#Thcmedia_contact .mmt-app--circle-middle-right {
  align-items: flex-end;
  justify-content: center
}

#Thcmedia_contact .mmt-app--circle-bottom-left {
  align-items: flex-start;
  justify-content: flex-end
}

#Thcmedia_contact .mmt-app--circle-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

#Thcmedia_contact .mmt-app.mmt-app--mobile {
  justify-content: space-evenly;
  height: 60px
}

#Thcmedia_contact .mmt-app--hidden {
  transform: translateY(160%)
}

#Thcmedia_contact .mmt-button {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 10px;
  flex-direction: row;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
  border-radius: 3px;
  height: 40px;
  margin: 10px 5px
}

#Thcmedia_contact .mmt-button.mmt-button--circle {
  margin: 4px 5px !important;
  border-radius: 20px !important
}

#Thcmedia_contact .mmt-button.mmt-button--circle.mmt-button--square {
  margin: 1px -8px !important;
  border-radius: 4px 0 0 4px !important
}

#Thcmedia_contact .mmt-button--circle .mmt-button__icon {
  margin: 0;
  transition: margin-right .25s cubic-bezier(.4, 0, .2, 1)
}

#Thcmedia_contact .mmt-button--circle .mmt-button__label {
  width: 0;
  overflow: hidden;
  transition: width .25s cubic-bezier(.4, 0, .2, 1);
  white-space: nowrap;
  text-overflow: clip
}

#Thcmedia_contact .mmt-button--circle:hover .mmt-button__icon {
  margin-right: 10px
}

#Thcmedia_contact .mmt-button--circle:hover .mmt-button__label {
  width: 168px
}

#Thcmedia_contact .mmt-button {
  background-color: hsla(0, 0%, 100%, .2)
}

#Thcmedia_contact .mmt-button:hover {
  background-color: rgba(27, 27, 27, .2)
}

#Thcmedia_contact .mmt-button--circle,
#Thcmedia_contact .mmt-button--circle:hover,
#Thcmedia_contact .mmt-button--mobile,
#Thcmedia_contact .mmt-button--mobile:hover {
  background-color: transparent;
  background-color: initial
}

#Thcmedia_contact .mmt-button--mobile {
  height: 60px;
  justify-content: center;
  margin: 0 !important
}

#Thcmedia_contact .mmt-menu__item {
  pointer-events: auto
}

#Thcmedia_contact .mmt-menu__item--mobile {
  flex: 1 1
}

#Thcmedia_contact .mmt-menu__item--mobile:not(:first-child) {
  border-left: 1px solid hsla(0, 0%, 100%, .2)
}

#Thcmedia_contact .mmt-button--mobile {
  flex-direction: column;
  flex: 1 1
}

#Thcmedia_contact .mmt-button--mobile .mmt-button__icon {
  margin-right: 0;
  margin-bottom: 4px
}

#Thcmedia_contact .mmt-button__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  box-sizing: border-box
}

#Thcmedia_contact .mmt-button__icon--motion {
  animation: tada 1.2s infinite
}

#Thcmedia_contact .mmt-button--mobile .mmt-button__label {
  font-size: 12px;
  line-height: 13px;
  max-height: 26px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

#Thcmedia_contact .mmt-button__label {
  font-size: 14px;
  line-height: 20px
}

@media only screen and (max-width: 750px) {
  #Thcmedia_contact .mmt-button__label {
    font-size: 8px;
    line-height: 20px;
  }
}

#Thcmedia_contact .mtt-text-field--fullWith {
  width: 100%
}

#Thcmedia_contact .mmt-form-item:not(:last-of-type) {
  margin-bottom: 16px
}

#mom-root iframe {
  border: none !important;
  overflow: hidden !important;
  position: fixed !important;
  z-index: 2147483647 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

#Thcmedia_contact .react-datepicker-wrapper {
  display: block
}

#Thcmedia_contact .react-datepicker__day--selected {
  border-radius: 50%;
  background-color: var(--primary-color)
}

#Thcmedia_contact .react-datepicker__time-list-item--selected {
  background-color: var(--primary-color)
}

.Thcmedia_contact-banner {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  display: flex;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 52px
}

.Thcmedia_contact-banner__content {
  display: flex;
  position: absolute;
  min-height: 52px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0 8px
}

.Thcmedia_contact-banner__text {
  align-self: center;
  flex-grow: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  letter-spacing: .25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.Thcmedia_contact-banner__actions {
  align-self: center;
  display: flex;
  flex-shrink: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px
}

.mt-popup {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  width: 720px;
  font-family: Helvetica, Arial, sans-serif
}

.mt-popup__media {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 56.25%;
  overflow: hidden;
  height: 0
}

.mt-popup__media-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  color: #fff;
  padding: 16px;
  text-align: center
}

.mt-popup__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px
}

.mt-popup__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}

.body-banner--show {
  padding-top: 52px !important
}

/* Basic button styling */
.background_contact {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  opacity: 1;
  color: #020202;
  pointer-events: none;
  z-index: -1;
}

.pulse {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 80px;*/
  /*height: 80px;*/
  /*background-color: #58ea00;*/
  /*color: #fff;*/
  /*border-radius: 50%;*/
  /*text-align: center;*/
  /*line-height: 80px;*/
  /*font-size: 48px;*/
}

.pulse::after,
.pulse::before {
  content: "";
  z-index: -1000;
  display: block;
  position: absolute;
  border: 2px solid var(--primary-color);
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  animation: animate 1.5s ease-in-out infinite;
  backface-visibility: hidden;
}

.pulse::before {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.cac-cam-ket {
  background: #fff8d5;
  border: 1px dashed;
  border-radius: 10px;
  padding: 15px;
  font-size: 13px;
  margin: 20px 0;
}

.cac-cam-ket h3 {
  font-size: 15px;
  font-weight: 900;
}

.cac-cam-ket p {
  margin-bottom: 0;
}


/* Load more - button - phần css nut load more
-------------------------------- */
.thc-content-custom {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.dtcvmodetail,
.dtchide {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 130px;
  padding-top: 85px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  cursor: pointer;
}

.dtcvmodetail {
  display: block;
}

.dtchide {
  display: none;
}

.dtcvmodetail span,
.dtchide span {
  cursor: pointer;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 13px;
  color: #3d3d3d;
  background: #fff;
  border: solid 1px #b2b2b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.open-full-height {
  height: 100% !important;
  padding-bottom: 100px;
}

.dtcvmodetail.open-read {
  display: none;
}

.dtchide.collapse {
  display: block !important;
}

/* End Load more - button - phần css nut load more
-------------------------------- */
.menu-container .sub-menu {
  position: absolute;
  max-width: 260px;
  /*max-height: 0;*/
  z-index: 99999999;
  padding: 7px;
  opacity: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  /*border: 2px solid #ddd;*/
  color: #777;
  background-color: var(--primary-color);
  text-align: left;
  left: -99999px;
}

.menu-container .sub-menu li a {
  color: #fff !important;
  display: block;
  padding: 8px !important;
}

.menu-container .sub-menu li {
  width: 100%;
}

.list-category-product-widget .sub-menu .sub-menu {
  /*background: #f7ebeb;*/
  font-size: 80%;
  padding-left: 20px;
}

/*.main-header .main-menu .sub-menu:before {*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 0px 10px 10px 10px;*/
/*    border-color: transparent transparent #fff transparent;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: -2%;*/
/*    left: 29%;*/
/*}*/

.main-header .main-menu ul li:hover>.sub-menu {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  margin-top: 8px;
  left: 76%;
  /*top: 180%;*/
  opacity: 1;
  transition: opacity 0.3s;
  transform: translateX(-50%);
  right: auto;
  width: 260px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}

.main-header .main-menu ul li li:hover>.sub-menu {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  left: 154%;
  top: -20%;
}

.pagination {
  justify-content: center;
  padding: 50px;
}

.pagination a,
.pagination span {
  border: 0;
  line-height: inherit;
  color: #000;
  font-size: 19.29px;
  font-weight: 800;
  font-family: Poppins, sans-serif;
  position: relative;
  padding: 7px 23px;
  margin: 10px;
}

.pagination .current {
  background: var(--primary-color);
  border-radius: 15px;
  color: #fff;
  padding: 7px 23px;
}

.pagination .page-numbers:hover {
  background: var(--primary-color);
  border-radius: 15px;
  color: #fff;
  padding: 7px 23px;
}

.pagination a>span {
  margin: -10px;
}

.featured-products .box-image {
  height: 250px;
}

.featured-products .product-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 100px;
}

.section-post-content .post-thumbnail {
  width: 100%;
  height: auto;
  border: 1px solid #00000038;
  padding: 5px;
  margin-bottom: 20px;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.section-breadcrumb {
  background-color: #f1f1f1;
}

.archive #crumbs a,
.archive #crumbs .fas {
  color: #000;
}

.error-404.not-found {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 0;
}

.error-404.not-found h1 {
  font-size: 70px;
  font-weight: bold;
}

.error-404.not-found .search-form .search-field {
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 40px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  /* background-color: rgba(0, 0, 0, 0.03); */
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.09);
  border-radius: 99px;
  color: #666;
  position: relative;
}

.error-404.not-found .search-form .search-btn {
  background-color: transparent;
  position: absolute;
  top: -1px;
  right: 0;
  outline: none;
  background-image: unset;
}

.error-404.not-found .search-form .fas {
  color: #1e2280;
}

.error-404.not-found .search-form {
  position: relative;
  width: 250px;
}

.offer-nganhin {
  padding: 15px 0;
}

.service-card {
  padding: 0 60px;
}

.offer-nganhin .item img {
  width: 34px;
  height: 34px;
}

.offer-nganhin .item {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 10px 0;
  min-height: 115px;
  padding: 30px 15px;
  border-radius: 10px;
  text-align: center;
}

.offer-nganhin .item h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: unset;
  line-height: 18px;
  /*add*/
}

@media screen and (max-width: 991px) {
  .main-content .entry-content {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 769px) {
  .offer-nganhin .item h3 {
    text-align: center;
    font-size: 11px;
  }

  .featured-products .box-image,
  .list-products .item .box-image {
    height: 170px !important;
  }

  .category-product .col-lg-9 .list-items-products .item .box-image {
    overflow: hidden;
    height: 150px !important;
  }

  .main-content .entry-content {
    margin-top: -40px !important;
  }

  .justify-content-center .content {
    /*margin-bottom: -170px;*/
  }

  .section-post-content .main-content {
    margin-top: -40px !important;
  }

  .section-post .inner {
    margin-bottom: -150px !important;
  }

  .offer-nganhin .item {
    min-height: 70px;
  }
}


.woocommerce-breadcrumb li {
  display: inline-block;
}

.woocommerce-breadcrumb ul {
  padding-left: 0;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb a:visited {
  color: #767676;
}

.woocommerce .woocommerce-breadcrumb li {
  font-size: 14px;
}

.woocommerce-breadcrumb li:last-child {
  display: none;
}

.woocommerce-breadcrumb ul :nth-last-child(2) {
  display: none;
}

.top-bar {
  background: var(--primary-color);
  justify-content: flex-end;
  display: flex;
}

.top-bar .l-container {
  justify-content: flex-end;
  display: flex;

}

.desc-product iframe {
  max-width: 100%;
  margin: auto;
  display: block;
}

.term-description ul {
  padding: 25px;
  list-style-type: disc;
}

.term-description ol {
  padding: 25px;
  list-style-type: decimal;
}

body.single.single-product .price,
body.single.single-product .price span {
  color: #f6921e !important;
  font-size: 22px !important;
  font-weight: 700;
}

.woocommerce div.product form.cart {
  font-size: 16px;
  flex-direction: column;
  display: flex;
}

.category-product .box-cat {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 1px 1px 5px -3px #000;
  height: 280px;
  margin-bottom: 20px;
}

.category-product .box-cat:hover {
  background: #1e2280;
}


.category-product a:hover,
.category-product a {
  text-decoration: none;
}

.category-product .box-cat:hover .name {
  color: #fff;
}

.category-product .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.category-product .box-rate-status {
  flex-direction: column;
}

.category-get-child .box-image {
  height: 190px !important;
}

.category-get-child .list-items-products {
  margin-top: 30px;
}

.category-get-child .image-cat {
  height: 160px;
}

.category-get-child .image-cat img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-feedback {
  transition: 0.1s ease-in-out;
}

.profile-customer h3 {
  margin-left: 20px;
  font-size: 16px;
}

.profile-customer .title-wrap {
  margin: -22px 0 0 71px;
  background: #fff;
  padding: 14px;
  width: 70%;
  height: 50px;
  box-shadow: 1px 1px 4px -2px #000;
  border-radius: 5px;
}

.item-feedback .box-text {
  height: 250px;
}

.item-feedback .box-text img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.item-feedback .box-text p {
  background: gray;
  color: white;
  padding: 5px;
  margin-top: -34px;
  /* z-index: 99; */
  position: absolute;
  width: 89%;
}

.slider-feedback .slick-center .profile-customer h3 {
  font-size: 20px;
  font-weight: bold;
  transition: 0.1s ease-in-out;
}

@media only screen and (max-width: 769px) {
  .slider-feedback .slick-center .profile-customer h3 {
    font-size: 17px;
  }
}

.slider-feedback .slick-center .profile-customer img {
  width: 90px !important;
  height: 90px !important;
  box-shadow: 1px 1px 11px -1px #1e2280;
  transition: 0.1s ease-in-out;
}

.slider-feedback .slick-active .profile-customer img {
  box-shadow: 1px 1px 11px -1px #1e2280;
  transition: 0.1s ease-in-out;
}

.slider-feedback .slick-center .profile-customer .img-wrap {
  top: -140% !important;
  transition: 0.1s ease-in-out;
}

.slider-feedback .slick-center .item-feedback .box-text {
  height: 300px;
  transition: 0.1s ease-in-out;
}

/*.slider-feedback .slick-center .item-feedback .box-text img{*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.slider-feedback .slick-active .item-feedback {
  transform: scale(0.8);
  transition: 0.1s ease-in-out;
}

.slider-feedback .slick-center .item-feedback {
  transform: scale(1.25);
  transition: 0.1s ease-in-out;
}

@media only screen and (max-width: 769px) {
  .slider-feedback .slick-center .item-feedback {
    transform: scale(1);
    transition: 0.1s ease-in-out;
  }
}

.box-feedback .title-center {
  margin-bottom: 30px;
}

.section-post-content ul {
  padding-left: 15px;
}

.section-post-content ul li {
  list-style: disc;
}

@media only screen and (max-width: 769px) {
  .list-items-products .item .box-text .product-title {
    height: 65px !important;
  }

  .box-feedback .slick-slider .slick-list,
  .box-feedback .slick-slider .slick-track {
    padding: 25px 0 0 !important;
  }
}


/*====ADD=====*/
/*body.colors-dark{*/
/*    color: #000000!important;*/
/*}*/

/* CSS SECTION SOCIAL */

.section-social {
  margin: 34px 0;
}

.share-social .box-ic {
  margin-left: 12px;
  font-size: 24px;
}

.share-social .box-ic a {
  padding: 10px 24px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  text-decoration: none;
}

.box-ic .ic-facebook {
  background: #4769a5;
  border-bottom: 4px solid #344259;
}

.box-ic .ic-email {
  background: #ea4335;
  border-bottom: 4px solid #bb362a;
}

.box-ic .ic-pinterest {
  background: #cd252b;
  border-bottom: 4px solid #a41e22;
}

.box-ic .ic-twitter {
  background: #65ccef;
  border-bottom: 4px solid #51a3bf;
}

.box-ic .ic-linkedin {
  background: #2ba3e1;
  border-bottom: 4px solid #2282b4;
}

.section-social .share-social {
  margin: 0 auto;
}


.share-social ul li {
  margin-right: 8px;
}

.share-social .box-ic {
  font-size: 20px;
}

/* END CSS SOCIAL  */

/*Box_category*/
.box_category {
  margin-top: 18px;
}

.box_category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  overflow: hidden;
}

.box_category img:hover {
  backface-visibility: hidden;
  transform: scale(1.05);
}

.box_category .img-wrap {
  height: 360px;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.box_category .card .card-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--text-color);
  font-weight: bold;
  letter-spacing: 0;
}

/*END*/

/*home_question*/
.home_question {
  padding: 0 0 70px 0;
}

.home_question .box-question {
  padding: 20px 50px;
}

.home_question .title-question {
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: bold;
}


.home_question .list-question .title-question {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.home_question .desc-question {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  width: 60%;
  text-align: justify;
}

.home_question .line-question {
  background: #ff0000;
  width: 3%;
  height: 3px;
  border: none;
  outline: none;
}

.home_question .bg-question {
  background-image: url("../images/cHvE9SOjTupE.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*END*/

/*home_form*/
.home_form {
  padding: 50px 0;
}

.home_form .box-form {
  background: rgb(250, 221, 209);
  padding-top: 30px;
  padding-bottom: 10px;
}

.home_form .box-form .title-form {
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #1e2280;
  margin-bottom: 30px;
  font-weight: 700;
}

.home_form .box-form .contact-form {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.home_form .box-form input,
.home_form .box-form select {
  border: 2px solid #060a61;
}

.home_form .box-form .btn-form {
  background-color: var(--color-btn);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 15px 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.home_form .box-form .button-rp {
  text-align: center;
}

/*END*/

/*contact-SIC & title-contact*/
.home_contact .title-center .title {
  margin: 58px 0 0 0;
  font-size: 1.9em;
  color: var(--text-color);
  /*add*/
}

.contact-SIC .box-contact .title-contact,
.contact-SIC .box-contact p {
  color: #ffffff;
  line-height: 45px;
  /*add*/
}

.contact-SIC .box-contact {
  padding: 25px 0 25px 50px;
  position: relative;
}

.contact-SIC .box-contact .title-contact {
  font-size: 30px;
  font-weight: 700;
}

.contact-SIC .box-contact p.item-contact {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.contact-SIC .box-contact .btn-ct-SIC .btn-contact {
  background-color: var(--color-btn);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 20px;
  font-weight: 600;
}

.contact-SIC .bg-contact {
  position: relative;
  background-color: #1e2280;
}

.contact-SIC .bg-contact::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background: url("../images/8dnCDghaqZzg.jpg") no-repeat center center;
  background-size: cover;
}

.home_form input[type="text"],
.home_form input[type="tel"] {
  padding: 12px;
  font-size: 14px;
}

/*END*/


/*Page RULO ngành giấy*/
.banner_page_rulo {
  margin-bottom: 20px;
}

.banner_page_rulo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.banner_page_rulo .img-wrap {
  height: 460px;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}


.title_page .title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}


.introduce_to_paper p {
  font-size: 15px;
}

.introduce_to_paper .title-intro {
  font-weight: 700;
  line-height: 15px;
  font-size: 22px;
  letter-spacing: 0;
}

.what_is_rulo {
  margin-top: 6%;
}

.what_is_rulo .info.one {
  margin-left: 3px;
}

.what_is_rulo .show-product {
  width: 100%;
  display: flex;
  margin-top: 60px;
}

.what_is_rulo .show-product .box-square {
  width: 100%;
}

.what_is_rulo .mt {
  margin-top: 50px;
}

.what_is_rulo .img-wrap {
  height: 230px;
  width: 90%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.what_is_rulo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.what_is_rulo img:hover {
  backface-visibility: hidden;
  transform: scale(1.08);
}

.what_is_rulo .box-info-rulo {
  margin-top: 10%;
  width: 100%;
  display: flex;
}

.what_is_rulo .info_rulo {
  width: 50%;
}

.what_is_rulo .info-rulo p {
  text-align: justify;
}

.what_is_rulo .info-rulo .one {
  margin-right: 30px;
}

.what_is_rulo .left__ {
  order: 1;
}

.what_is_rulo .right__ {
  order: 2;
}

.what_is_rulo .show-product .box-square:nth-child(even) {
  margin-bottom: 20px;
}

.what_is_rulo .show-product .box-square:nth-child(odd) {
  margin-top: 30px;
}

.types_rulo {
  margin-top: 8%;
}

.types_rulo .left__ {
  order: 1;
}

.types_rulo .right__ {
  order: 2;
}

.types_rulo .title {
  margin-bottom: 60px;
}

.types_rulo .box-type p {
  display: -webkit-box;
  -webkit-line-clamp: 18;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.types_rulo .box-type .box-item-type {
  width: 100%;
  display: flex;
}

.types_rulo .box-type .item-type {
  width: 50%;
}

.types_rulo .mr {
  margin-left: 30px;
}

.types_rulo .box-type .img-wrap {
  height: 75%;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.types_rulo .box-type img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.types_rulo .box-type img:hover {
  backface-visibility: hidden;
  transform: scale(1.05);
}

.introduce_to_paper {
  margin-top: 5%;
}

.introduce_to_paper .img-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}

.introduce_to_paper .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.introduce_to_paper .box_introduct {
  width: 100%;
  display: flex;
}

.introduce_to_paper .box_introduct .item-box {
  width: 50%;
}

.introduce_to_paper .box_introduct .mr {
  margin-left: 30px;
}

/*END*/

/*Contact-form-7*/
.button-rp .wpcf7-spinner {
  /*display: none;*/
}

/*END*/

/*PAGE-CONTACT*/
.sic-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sic-contact .box-sic-contact {
  display: flex;
}

.sic-contact .box-sic-contact .form-contact-sic {
  width: 60%;
}

.sic-contact .box-sic-contact .sic-address {
  width: 40%;
  margin-left: 15px;
}

.sic-contact .box-sic-contact .btn-form {
  background-color: var(--color-btn);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 15px;
  font-weight: 600;
}

.sic-contact .box-sic-contact .button-rp {
  text-align: right;
}

.sic-contact .box-sic-contact .form-contact-sic {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  padding: 30px;
}


.sic-contact .box-sic-contact .sic-address {
  background-color: #1e2280;
  position: relative;
}

.sic-contact .box-sic-contact .sic-address::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  background: url(../images/AK4BXaA5MFUV.png) no-repeat center center;
  background-size: cover;
}

.sic-contact .box-sic-contact .sic-address .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.sic-contact .box-sic-contact .sic-address {
  padding: 30px;
}

.sic-contact .box-sic-contact .sic-address i {
  margin-right: 10px;
}

.sic-contact .box-sic-contact .item-hotline,
.sic-contact .box-sic-contact .item-email,
.sic-contact .box-sic-contact .item-address {
  padding-bottom: 15px;
  color: #fff;
}

.sic-contact .box-sic-contact .email,
.sic-contact .box-sic-contact .hotline {
  padding-bottom: 10px;
}


.sic-contact .box-sic-contact .pd-content {
  height: 150px;
  border-radius: 5px;
  margin-top: 10px;
}

.sic-contact input[type="text"],
.sic-contact input[type="tel"],
.sic-contact input[type="email"] {
  border-radius: 5px;
  margin-top: 10px;
  height: 35px;
}

/*END*/

/*PAGE-GIOI-THIEU*/
.sic-introduce .box-sic-introduce {
  display: flex;
}

.sic-introduce .box-sic-introduce .item-sic-logo {
  width: 40%;
}

.sic-introduce .box-sic-introduce .item-sic-desc {
  width: 60%;
  background-color: #3d3eab;
  padding: 30px;
}

.sic-introduce .box-sic-introduce .title {
  font-size: 28px;
}

.sic-introduce .box-sic-introduce p,
.sic-introduce .box-sic-introduce .title {
  color: #fff;
  padding-bottom: 5px;
}

.sic-introduce .box-sic-introduce .item-sic-logo .img-wrap img {
  width: auto;
}

.sic-introduce .box-sic-introduce .item-sic-logo .img-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-5%, 25%);
}

.bg-banner {
  height: 100%;
}

/*.home .bg-banner {*/
/*    height: 640px;*/
/*}*/

.page-introduce {
  background: linear-gradient(0deg, rgb(30 34 128 / 84%), rgb(225 21 31 / 22%)), url(../images/Nh%E2%80%A6-m-y-SIC.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 348px;
  display: flex;
  position: relative;
  align-items: center;
}

.page-introduce .justify-content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}

.page-introduce .content {
  text-align: center;
  color: #ffffff;
}

.page-introduce .content .sub-title a {
  color: #ffffff;
  text-decoration: none;
}

.service-provide .content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 16px;
  text-align: center;
  color: black;
}

.about h1 {
  font-size: 1.5em;
  line-height: 40px;
}

.page-introduce .content .title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  margin: 18px 0;
}

.about .img-wrap {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 4px 13px -6px;
}

.about .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about .info-right {
  margin-bottom: -280px;
}

section.store .store-item {
  padding: 40px;
}

section.store .store-item p {
  text-align: center;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 22px;
  font-family: "UTM-Cooper-Black";
}

section.store .link li {
  list-style: disc;
}

section.store .link {
  padding: 20px;
}

section.store .link li a {
  color: black;
  font-weight: bold;
}

section.store .link li a:hover {
  color: var(--primary-color);
}

section.brand .brand-item {
  height: 100px;

}

section.brand .brand-item img {
  height: 100%;
  width: 100%;
  padding: 10px 5px;
  object-fit: contain;
}

section.product {
  background: var(--primary-color);
  padding: 50px 0;
}

section.product .title {
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: 800;
  font-size: 25px;
}

section.product .box-product {
  background: white;
  padding: 20px 30px;
  border-radius: 30px;
}

section.product .box-product ul li {
  text-transform: uppercase;
}

section.product .box-product ul li i {
  margin-right: 10px;
}

section.product .box-product ul li a {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

section.product .box-product ul li a:hover {
  color: var(--primary-color);
}

section.product_info .item-product h3 {
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  text-transform: uppercase;
  padding-top: 60px;
  margin-top: -60px;
}

section.product_info .item-product-img {
  height: 300px;
}

section.product_info .item-product-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.single-post a {
  color: var(--primary-color);
  font-weight: bold;
}

/*END*/

/*CONTACT-FORM-7*/
.sic-contact .wpcf7 .ajax-loader {
  display: none;
}

/*END*/


/*RESPONSIVE*/
@media (max-width: 1199px) {}

@media (max-width: 991px) {
  .introduce_to_paper .img-wrap {
    height: 100%
  }

  .what_is_rulo .info.one {
    margin: 10px;
  }

  .types_rulo .box-type .box-item-type {
    margin-bottom: 6%;
  }

  .types_rulo .box-type .img-wrap {
    height: 100%;
  }

  h3 {
    font-size: 27px;
  }

  .box_category .img-wrap {
    height: auto;
  }

  .home_question .box-question {
    padding: 20px 30px;
  }

  .sic-introduce .box-sic-introduce .item-sic-logo .img-wrap {
    transform: translate(-3%, 65%);
  }

  .bg-banner {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .sic-contact .box-sic-contact {
    flex-wrap: wrap;
  }

  .sic-contact .box-sic-contact .form-contact-sic {
    min-width: 100%;
    margin-bottom: 20px;
  }

  .sic-contact .box-sic-contact .sic-address {
    min-width: 100%;
    margin-left: 0px;
  }

  .sic-introduce .box-sic-introduce {
    flex-wrap: wrap;
  }

  .sic-introduce .box-sic-introduce .item-sic-logo {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .sic-introduce .box-sic-introduce .item-sic-desc {
    min-width: 100%;
  }

  .sic-introduce .box-sic-introduce .item-sic-logo .img-wrap {
    transform: translate(0%, 2%);
  }

  .service-card {
    padding: 10px;
  }

}

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

@media (max-width: 574px) {
  .box_category .mr {
    margin-bottom: 25px;
  }

  .company-process {
    margin-top: 25px;
  }

  .title-center .title {
    line-height: 32px;
  }

  .home_question .box-question {
    padding: 20px 16px;
  }

  .home_question .line-question {
    width: 12%;
  }

  .home_question .desc-question {
    width: 100%;
  }

  .home_question .list-question .title-question {
    margin-bottom: 11px;
  }

  .contact-SIC .box-contact .title-contact {
    text-align: center;
    line-height: 35px;
    margin-top: 26px;
  }

  .contact-SIC .box-contact {
    padding: 25px 0 25px 0;
  }

  .contact-SIC .box-contact .title-contact,
  .contact-SIC .box-contact p {
    line-height: 40px;
  }

  .banner_page_rulo .img-wrap {
    height: 194px;
  }

  .introduce_to_paper .box_introduct {
    flex-wrap: wrap;
  }

  .introduce_to_paper .box_introduct .item-box {
    width: 100%;
  }

  .introduce_to_paper .box_introduct .mr {
    margin-left: 0;
    margin-top: 6%;
  }

  .title_page .title {
    font-size: 30px;
  }

  .what_is_rulo .show-product {
    flex-wrap: wrap;
  }

  .what_is_rulo .img-wrap {
    width: 100%;
  }

  .what_is_rulo .mt {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .what_is_rulo .box-info-rulo {
    flex-wrap: wrap;
  }

  .what_is_rulo .info_rulo {
    width: 100%;
    margin-top: 30px;
  }

  .what_is_rulo {
    margin-top: 14%;
  }

  introduce_to_paper {
    margin-top: 10%;
  }

  .types_rulo .box-type .box-item-type {
    flex-wrap: wrap;
  }

  .types_rulo .box-type .item-type {
    width: 100%;
  }

  .types_rulo .mr {
    margin-left: 0;
  }

  .types_rulo .box-type p {
    margin-top: 6%;
    text-align: justify;
  }

  h3 {
    font-size: 25px;
  }

  .what_is_rulo .info.one {
    margin-bottom: 20px;
  }

  .p {
    text-align: justify;
  }

  .what_is_rulo .info.one {
    margin: 0;
  }

  .banner_page_rulo {
    margin-top: 27%;
  }

  .what_is_rulo .show-product .box-square:nth-child(even) {
    margin-bottom: 30px;
  }

  .what_is_rulo .show-product .box-square:nth-child(odd) {
    margin-top: 0;
  }

  .what_is_rulo .show-product .box-square {
    margin-bottom: 30px;
  }

  section.banner {
    margin-top: 27%;
  }
}

#crumbs a,
#crumbs .fas {
  color: #ffffff;
}

/*=======END======*/