/*!
Theme Name: Aman Food
Author: Webseo247
Author URI: https://webseo247.com
Description: A WooCommerce customized theme for Nam Quang Optical Brand in Vietnam.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: MIT
Text Domain: amanfood
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- The content
	- Header
	- Footer
	- General
	- Home
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Ws var colors */
/*02 Font-size */
/*03 Ws247 Mixin */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 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%;
}

/* 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;
}

/* 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: 'Roboto';
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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;
  font-size: 0.9375rem;
  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;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 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
--------------------------------------------- */
/* 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);
  font-size: 0.75rem;
  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;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* reset
--------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 14px;
	line-height: 1.5;
  scroll-behavior: smooth;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%
}
a {
  text-decoration: none !important;
}

img,
a {
  transition: all 0.3s;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
}

.main-title.main-other .title {
  font-size: 2.4em;
}

/* Navigation
--------------------------------------------- */
.list-number-next-tab {
  margin-bottom: 30px;
}

.list-number-next-tab ul li {
  display: inline-block;
}

.list-number-next-tab ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #ddd;
  color: #465363;
}

.list-number-next-tab ul li .active {
  border: 1px solid #d60c0c;
  background-color: #d60c0c;
  color: white;
}

/* Posts and pages
--------------------------------------------- */
.the_content {
  font-size: 16px;
}

.the_content a {
  color: #009cd7;
}

.the_content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.the_content h2,
.the_content h3,
.the_content h4 {
  color: #333;
  margin-bottom: 1rem;
}

.the_content h6 {
  font-size: 16px;
}

.the_content h5 {
  font-size: 18px;
}

.the_content h1 {
  font-weight: normal;
}

.the_content h4 {
  font-size: 22px;
}

.the_content h3 {
  font-size: 25px;
}

.the_content h2 {
  font-size: 27px;
  line-height: 1.5;
}

.the_content p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.the_content ul li a {
  color: #009cd7;
}

.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}

.the_content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.the_content ol li a {
  color: #009cd7;
}

.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
}

.the_content table > tbody > tr > td,
.the_content table > tbody > tr > th,
.the_content table > tfoot > tr > td,
.the_content table > tfoot > tr > th,
.the_content table > thead > tr > td,
.the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  width: max-content;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}
a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}
/*04 keyframes */
@keyframes namdz {
  0% {
    animation: namdz 1s infinite ease-in-out;
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

/* Header
--------------------------------------------- */
.over-lay-mb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 9995;
  display: none;
}

.over-lay-mb.overlay-open {
  display: block;
}

.box-search_header {
  position: fixed;
  top: 30%;
  left: 50%;
  transition: 0.3s ease-in-out;
  animation: show_box_hd 0.5s forwards;
  text-align: center;
  z-index: 9999;
  display: none;
}

.box-search_header.active_show {
  display: block;
}

@keyframes show_box_hd {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) scale(0.7);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
  }
}

.box-search_header label {
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 20px;
  color: #fff;
}

.box-search_header form {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  height: 30px;
}

.box-search_header form input {
  border: none;
  outline: none;
  border-radius: unset;
  padding-left: 10px;
  width: 290px;
  background: transparent;
  color: #fff !important;
  height: 30px;
}

.box-search_header form button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 3px;
}

.box-search_header form button .fa {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .top-bar {
    display: none;
  }
}

.top-bar .nav-top-bar {
  width: 100%;
}

.top-bar .nav-top-bar ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar .nav-top-bar ul li {
  display: block;
}

.top-bar .nav-top-bar ul li a {
  font-size: 15px;
  color: #231f20;
  transition: 0.3s ease-out;
}

.top-bar .nav-top-bar ul li a:hover {
  color: #1b75bb;
}

.top-bar .container {
  border-bottom: 1px solid #e8ebed;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-main {
  padding: 8.5px 0px;
  border-bottom: 1px solid #eceff1;
}

@media only screen and (max-width: 768px) {
  .header-main .main-menu {
    display: none;
  }
}

.header-main .main-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-main .main-menu ul li {
  margin-right: 22px;
  line-height: 55px;
}

.header-main .main-menu ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  transition: 0.3s ease-out;
}

.header-main .main-menu ul li a:hover {
  color: #1b75bb;
}

.header-main .main-menu ul li button {
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  color: #000;
  cursor: pointer;
}

.header-main .main-menu ul li:last-child {
  margin-right: unset;
}

.header-main .main-menu ul li.menu-item-has-children {
  position: relative;
}

.header-main .main-menu ul li.menu-item-has-children:hover ul {
  transform: rotateX(0);
}

.header-main .main-menu ul li.menu-item-has-children ul {
  position: absolute;
  z-index: 9999;
  width: 230px;
  margin: unset;
  transition: 0.3s ease-out;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(238, 238, 238, 0.34);
  box-shadow: 0px 2px 12px 2px rgba(238, 238, 238, 0.34);
  padding: 10px 12px 10px 15px;
  transform-origin: 100% 0%;
  transform: rotateX(90deg);
}

.header-main .main-menu ul li.menu-item-has-children ul li {
  line-height: 24px;
}

.header-main .main-menu ul li.menu-item-has-children ul li a {
  text-transform: capitalize;
}

.header-main .main-menu ul li.menu-item-has-children ul li a::after {
  content: "";
  padding: unset;
}

.moblie-bar .hc-nav-trigger {
  position: static;
  left: unset;
}

.moblie-bar button {
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.search-mb {
  display: none;
}

@media only screen and (max-width: 768px) {
  .search-mb {
    display: block;
  }
}

.search-mb button {
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* Home
--------------------------------------------- */
.blog-box {
  margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
  .blog-box .box-images {
    height: auto !important;
  }
}

.blog-box.only-title {
  margin-bottom: 15px;
}

.blog-box.only-title .box-text {
  position: relative;
  z-index: 3;
  padding-left: 10px;
}

.blog-box.only-title .box-text::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  z-index: 4;
  background: #0d4da1;
}

.blog-box.only-title .box-text .title a {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
  transition: 0.3s ease-out;
}

.blog-box.only-title .box-text .title a:hover {
  color: #0d4da1;
}

.blog-box.only-title .box-text .date {
  padding-top: 5px;
}

.blog-box.only-title .box-text .date span {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}

@media only screen and (max-width: 576px) {
  .blog-box.only-title .box-text .date span {
    display: block;
  }
}

.blog-box.sm-round:hover .box-images {
  -webkit-box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
}

.blog-box.sm-round:hover .box-text .title a {
  color: #0e79b6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box.sm-round .box-images {
  max-width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 0px 30px 0px 30px;
  transition: 0.3s ease-out;
}

.blog-box.sm-round .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.blog-box.sm-round .box-text {
  padding-top: 20px;
}

.blog-box.sm-round .box-text .title a {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  transition: 0.3s ease-out;
}

.blog-box.inside-slider .box-images {
  max-width: 100%;
  height: 310px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .blog-box.inside-slider .box-images {
    height: auto;
  }
}

.blog-box.inside-slider .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.blog-box.inside-slider .box-text {
  background: #fff;
  padding: 12px 0px;
}

.blog-box.inside-slider .box-text .title a {
  font-size: 20px;
  color: #0d78b7;
  transition: 0.3s ease-out;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box.inside-slider .box-text .title a:hover {
  color: #f1a73a;
}

.blog-box.inside-col:hover .box-text .title a {
  color: #0d78b7;
}

.blog-box.inside-col:hover .box-images {
  -webkit-box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
}

.blog-box.inside-col:hover .box-images:after {
  width: 100%;
}

.blog-box.inside-col .box-images {
  max-width: 100%;
  height: 345px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-out;
}

.blog-box.inside-col .box-images:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  background: #0d78b7;
  transition: 0.3s ease-out;
}

.blog-box.inside-col .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.blog-box.inside-col .box-text {
  background: #fff;
  padding: 25px 0px;
}

.blog-box.inside-col .box-text .title a {
  font-size: 20px;
  color: #333333;
  transition: 0.3s ease-out;
  font-weight: 600;
}

.blog-box.single-desc:hover .box-images img {
  transform: scale(1.1);
}

.blog-box.single-desc:hover .box-text .title a {
  color: #0d78b7;
}

.blog-box.single-desc .box-images {
  max-width: 100%;
  height: 360px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .blog-box.single-desc .box-images {
    height: auto;
  }
}

.blog-box.single-desc .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 768px) {
  .blog-box.single-desc .box-images img {
    height: auto;
  }
}

.blog-box.single-desc .box-text {
  padding-top: 15px;
}

.blog-box.single-desc .box-text .title a {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 27px;
  transition: 0.3s ease-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box.single-desc .box-text .date {
  padding-top: 13px;
}

.blog-box.single-desc .box-text .date span {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
}

.blog-box.single-desc .box-text .desc {
  padding-top: 13px;
}

.blog-box.single-desc .box-text .desc p {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}

.blog-box.vertical-blogs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-box.vertical-blogs:last-child {
  border-bottom: unset;
}

@media only screen and (max-width: 576px) {
  .blog-box.vertical-blogs.res-single {
    flex-direction: column;
  }

  .blog-box.vertical-blogs.res-single .box-text {
    padding-left: 0px;
    padding-top: 15px;
  }
}

.blog-box.vertical-blogs.no-border-bt {
  margin-bottom: 0px;
  border-bottom: unset;
}

.blog-box.vertical-blogs.no-border-bt:last-child {
  margin-bottom: 0px;
}

.blog-box.vertical-blogs.no-border-bt .box-text .desc span {
  font-size: 13px;
  color: #666666;
  font-weight: 300;
}

.blog-box.vertical-blogs:last-child {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: unset;
}

.blog-box.vertical-blogs:hover .box-images img {
  transform: scale(1.1);
}

.blog-box.vertical-blogs:hover .box-text .title a {
  color: #0d78b7;
}

.blog-box.vertical-blogs.equa-height:hover .box-text .title a {
  color: #0369ce;
}

.blog-box.vertical-blogs.equa-height .box-images {
  flex: 0 0 26%;
  height: 110px;
}

.blog-box.vertical-blogs.equa-height .box-images img {
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .blog-box.vertical-blogs.equa-height .box-images {
    flex: 0 0 35%;
  }
}

.blog-box.vertical-blogs.equa-height .box-text {
  flex: 0 0 74%;
  padding-left: 10px;
}

@media only screen and (max-width: 576px) {
  .blog-box.vertical-blogs.equa-height .box-text {
    flex: 0 0 65%;
  }
}

.blog-box.vertical-blogs.equa-height .box-text .title a {
  font-size: 14.5px;
  color: #000000;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.blog-box.vertical-blogs.equa-height .box-text .title a:hover {
  color: #0369ce;
}

.blog-box.vertical-blogs.equa-height .box-text .date {
  padding-top: 8px;
}

.blog-box.vertical-blogs .box-images {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  flex: 0 0 35%;
}

.blog-box.vertical-blogs .box-images img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s ease-out;
}

.blog-box.vertical-blogs .box-images.single-height {
  height: 234px;
}

.blog-box.vertical-blogs .box-images.single-height img {
  height: 100%;
}

.blog-box.vertical-blogs .box-text {
  flex: 0 0 65%;
  padding-left: 20px;
}

.blog-box.vertical-blogs .box-text .title a {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s ease-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box.vertical-blogs .box-text .title.bg-title a {
  font-size: 23px;
  line-height: 30px;
}

.blog-box.vertical-blogs .box-text .date {
  padding-top: 13px;
}

.blog-box.vertical-blogs .box-text .date span {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}

@media only screen and (max-width: 576px) {
  .blog-box.vertical-blogs .box-text .date span {
    display: block;
  }
}

.blog-box.vertical-blogs .box-text .desc {
  padding-top: 13px;
}

.blog-box.vertical-blogs .box-text .desc span {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}

.blog-box.vertical-blogs .box-text .blog-see-more {
  padding-top: 17px;
}

.blog-box.vertical-blogs .box-text .blog-see-more a {
  display: inline-block;
  padding: 10px 28px;
  font-size: 15px;
  color: #333333;
  background: #e4e4e4;
  transition: 0.3s ease-out;
}

.blog-box.vertical-blogs .box-text .blog-see-more a:hover {
  background: #105b8b;
  color: #fff;
}

.blog-box.box-text-inside {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-box.box-text-inside:hover .box-text {
  background: #0d4da1;
}

.blog-box.box-text-inside .box-images {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 450px;
  overflow: hidden;
}

.blog-box.box-text-inside .box-images:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.178);
  z-index: 2;
}

.blog-box.box-text-inside .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.blog-box.box-text-inside .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px 0px;
  transition: 0.3s ease-out;
  z-index: 3;
  text-align: center;
  background: rgba(0, 0, 0, 0.527);
}

.blog-box.box-text-inside .box-text span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-box.brand-box {
  max-width: 100%;
  height: 365px;
  position: relative;
  z-index: 1;
  background: #eff9ff;
  border: 1px solid #03598c;
  border-radius: 0px 25px 0px 25px;
  cursor: pointer;
  transition: 0.3s ease-out;
  margin-bottom: 50px;
}

.blog-box.brand-box:hover {
  background: #03598c;
  -webkit-box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 0px 15px 8px rgba(209, 209, 209, 0.75);
}

.blog-box.brand-box:hover .box-text {
  color: #fff;
}

.blog-box.brand-box .brand-note {
  position: absolute;
  max-width: 110px;
  height: auto;
  overflow: hidden;
  z-index: 2;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}

.blog-box.brand-box .brand-note img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.blog-box.brand-box .box-images {
  max-width: 150px;
  height: 145px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: auto;
  margin-top: 85px;
}

.blog-box.brand-box .box-images img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

.blog-box.brand-box .box-text {
  padding-top: 10px;
  color: #03598c;
  transition: 0.3s ease-out;
}

.blog-box.brand-box .box-text .name span {
  font-size: 18px;
  font-weight: 600;
}

.blog-box.brand-box .box-text .actor-position {
  padding-top: 10px;
}

.blog-box.brand-box .box-text .actor-position span {
  font-size: 15px;
  font-weight: 300;
}

.blog-box.brand-box .box-text .company {
  padding-top: 10px;
}

.blog-box.brand-box .box-text .company span {
  font-size: 15px;
  font-weight: 300;
}

.blog-box.brand-box .box-text .actor-idea {
  padding-top: 17px;
}

.blog-box.brand-box .box-text .actor-idea span {
  font-size: 18px;
  font-weight: 400;
}

.blog-box.normal-box {
  background: #fff;
	border-radius:10px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 15px 4px rgba(238, 238, 238, 0.47);
  box-shadow: 0px 3px 15px 4px rgba(238, 238, 238, 0.47);
}

.blog-box.normal-box:hover .images-box img {
  transform: scale(1.1);
}

.blog-box.normal-box:hover .box-text .title a {
  color: #1b75bb;
}

.blog-box.normal-box .images-box {
  max-width: 100%;
  height: 275px;
  overflow: hidden;
	border-radius:10px;
}

.blog-box.normal-box .images-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: 0.3s ease-out;
}

.blog-box.normal-box .box-text .title {
  text-align: center;
  padding-top: 17px;
}

.blog-box.normal-box .box-text .title a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  transition: 0.3s ease-out;
}

.blog-box.normal-box .box-text .desc {
  padding-top: 13px;
}

.blog-box.normal-box .box-text .desc span {
  font-size: 15px;
  color: #6d6e71;
  line-height: 24px;
}

.blog-box.normal-box .box-text .btn-see-more {
  padding-top: 12px;
  text-align: center;
}

.blog-box.normal-box .box-text .btn-see-more a {
  border-radius:10px;
  display: inline-block;
  padding: 10px 20px;
  background: #00ccff;
  font-size: 15px;
  color: #fff;
}

.banner .banner-box {
  position: relative;
  z-index: 1;
}

.banner .banner-box .images-banner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 378px;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .banner .banner-box .images-banner {
    height: 290px;
  }
	.banner .banner-box .images-banner p{
		width:500px;
	}
}

.banner .banner-box .images-banner img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.banner .banner-box .box-text {
  position: absolute;
  z-index: 3;
  top: 38%;
  left: 35px;
  transform: translateY(-50%);
  color: #147c7b;
  font-size: 10px;
}

@media only screen and (max-width: 576px) {
  .banner .banner-box .box-text {
    font-size: 44%;
	  padding-bottom: 80px;
  }
}

.banner .banner-box .box-text h3,
.banner .banner-box .box-text p:nth-child(1) {
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 13px;
}

.banner .banner-box .box-text p:nth-child(2) {
  font-size: 1.8em;
  line-height: 20px;
  display: block;
  width: 90%;
}

.banner .banner-box .see-more-box a {
  border-radius:10px;
  display: inline-block;
  border: 1px solid #147c7b;
  font-size: 1.4em;
  color: #147c7b;
  text-transform: uppercase;
  transition: 0.3s ease-out;
  padding: 10px 20px;
  border-radius: 30px;
}

.banner .banner-box .see-more-box a:hover {
  background: #1b75bb;
}

.list-cate-home,
.widget_nav_menu {
  width: 100%;
  -webkit-box-shadow: 0px 0px 14px 3px rgba(238, 238, 238, 0.69);
  box-shadow: 0px 0px 14px 3px rgba(238, 238, 238, 0.69);
}

.list-cate-home .title-box,
.widget_nav_menu .main-title {
  background: #1b75bb;
  padding: 15px;
}

.list-cate-home .title-box h2,
.widget_nav_menu h2,
.list-cate-home .title-box p,
.widget_nav_menu p {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.list-cate-home ul,
.widget_nav_menu ul {
  padding: 10px 0px;
  background: #fff;
  margin-bottom: 30px;
}

.list-cate-home ul li,
.widget_nav_menu ul li {
  border-bottom: 1px dashed #d7d9d9;
  padding: 15px 20px 16px 20px;
}

.list-cate-home ul li a,
.widget_nav_menu ul li a {
  font-size: 16px;
  color: #000000;
  transition: 0.3s ease-out;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5;
}

.list-cate-home ul li a:hover,
.widget_nav_menu ul li a:hover {
  color: #1b75bb;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff !important;
  background-color: #1b75bb !important;
  border: 1px solid #1b75bb !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  text-decoration: none;
  display: inline-block;
  color: #666 !important;
  padding: 10px 15px;
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.no-gutters {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.main-title {
  font-size: 10px;
}

@media only screen and (max-width: 576px) {
  .main-title {
    font-size: 45%;
  }
}

.main-title .title {
  font-size: 5.4em;
}

.main-title .title p,
.main-title .title span {
  color: #1b75bb;
  font-size: inherit;
  margin-bottom: 0.9em;
}

.main-title .title p:last-child,
.main-title .title span:last-child {
  color: #ec1821;
  font-weight: 600;
}

.main-title.main-other {
  text-align: left;
  border-bottom: 1px solid #1b75bb;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.cate-pr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.cate-pr .title {
  margin-bottom: 8px;
  padding-right: 2.5px;
  font-weight: bold;
}

.cate-pr .title h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.cate-pr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cate-pr ul li {
  margin-bottom: 8px;
}

.cate-pr ul li::after {
  content: ",";
  padding-left: 1px;
}

.cate-pr ul li:last-child::after {
  content: "";
  padding-left: 1px;
}

.cate-pr ul li:first-child {
  padding-left: unset;
}

.cate-pr ul li a {
  color: #1b75bb;
  font-size: 15px;
  padding-left: 2px;
}

.product-box {
  margin-bottom: 24px;
  box-shadow: rgb(166 166 166 / 32%) -1px 1px 10px 2px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

.product-box:hover .images-box img {
  transform: scale(1.1);
}

.product-box:hover .box-text .title a {
  color: #1b75bb;
}

.product-box .images-box {
  max-width: 100%;
}

.product-box .images-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: 0.3s ease-out;
}

.product-box .box-text {
  padding: 17px 20px 12px 20px;
  text-align: center;
}

.product-box .box-text .title a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease-out;
  line-height: 20px;
}

.product-box .box-text .price-product {
  padding-top: 15px;
}

.product-box .box-text .price-product .price {
  font-size: 15px;
  color: #ec1821;
  background: unset;
  font-weight: 600;
  padding-left: 10px;
}

.product-box .box-text .price-product .price del {
  color: #808285;
}

.product-box .box-text .price-product .price ins {
  color: #ec1821;
  background: unset;
  font-weight: 600;
  padding-left: 10px;
}

.banner-box .owl-carousel .item {
  margin-bottom: 0px;
}

.banner-box .owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(51, 51, 51, 0.678);
}

.banner-box .owl-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.banner-box .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  margin-top: unset;
}

@media only screen and (max-width: 768px) {
  .banner-box .owl-carousel .owl-nav {
    opacity: 1;
    visibility: visible;
  }
}

.banner-box .owl-carousel .owl-nav button {
  background-color: none;
  border: none;
  outline: none;
  font-size: 50px;
  z-index: 4;
  color: #fff;
  margin: 0;
}

.banner-box .owl-carousel .owl-nav button span {
  display: block;
  margin-bottom: 6px;
  padding: 0px 7px;
  color: #fff;
}

.banner-box .owl-carousel .owl-nav button:hover {
  color: #fff;
}

.banner-box .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 50px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .banner-box .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}

.banner-box .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 50px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .banner-box .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}

.main-contact .contact-info {
  padding-top: 25px;
  padding-top: 25px;
}

.main-contact .contact-info p {
  font-size: 14px;
  position: relative;
  margin-bottom: 17px;
}

.main-contact .contact-info p span {
  position: relative;
  display: block;
  padding-left: 33px;
}

.pages-switch {
  padding-top: 35px;
}

.pages-switch ul {
  display: flex;
  flex-wrap: wrap;
}

.pages-switch ul li {
  margin-right: 4px;
}

.pages-switch ul li.active a {
  background: #105b8b;
  color: #fff;
}

.pages-switch ul li a {
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  background: #f2f2f2;
  color: #666666;
  margin-bottom: 12px;
  transition: 0.3s ease-out;
}

.pages-switch ul li a:hover {
  background: #105b8b;
  color: #fff;
}

.main-breadcumb {
  background: #f1f2f2;
  border-bottom: 1px solid #dcdcdc;
}

.main-breadcumb .breadcrumb {
  background: none;
  padding: 13px 0px;
  margin-bottom: unset;
}

.main-breadcumb .breadcrumb a {
  color: #848484;
}

.main-breadcumb .breadcrumb a:hover {
  color: #1b75bb;
}

.main-breadcumb .breadcrumb.last {
  color: #0d78b7;
}

.first-sec-pages {
  padding-top: 20px;
}

.why-choose-us {
  padding-top: 60px;
}

.why-choose-us .title p:last-child {
  font-size: 40px;
}

.why-choose-us .images-ct {
  max-width: 100%;
  height: auto;
}

.why-choose-us .images-ct img {
  width: 100%;
  height: auto;
}

.why-choose-us .choose-us-content {
  padding-top: 59px;
}

.why-choose-us .see {
  padding-top: 10px;
  padding-bottom: 25px;
}

.why-choose-us .see a {
  font-size: 15px;
  color: #fff;
  background: #1b75bb;
  padding: 10px 20px;
  border-radius: 30px;
}

.field-of-action {
  background-image: url("../images/bn2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 8;
}

@media only screen and (max-width: 1024px) {
  .field-of-action {
    background-size: cover;
  }
}

.field-of-action .container {
  padding-top: 60px;
  padding-bottom: 290px;
}

.field-of-action .the_content {
  padding-top: 25px;
  padding-bottom: 60px;
  text-align: center;
}

.product-hot {
  position: relative;
  z-index: 9;
  margin-top: -240px;
}

.product-hot .the_content {
  padding-top: 20px;
}

.why-choose-us .title p {
  line-height: 1.2;
  margin-bottom: 0;
}

/* .product-hot .content-seo .seo-box {
  position: relative;
  z-index: 1;
  height: 300px;
  overflow: hidden;
  transition: 0.6s ease-out;
} */
#mySidenav.open_sidebar_menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.opacity_menu {
  display: none;
}
.open_opacity.opacity_menu {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px !important;
  left: 0;
  z-index: 999999;
}
#mySidenav ul > li {
  position: relative;
  border-bottom: solid 1px #fff;
}
#mySidenav nav ul li a {
  color: #fff !important;
  display: block;
  font-size: 14px;
  line-height: 36px;
}
#mySidenav {
  width: 280px;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0px !important;
  background-color: #1b75bb;
  overflow: scroll;
  -webkit-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
  -moz-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
  box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}

.product-hot .content-seo .seo-box.active {
  height: auto;
  transition: 0.6s ease-out;
}

.product-hot .content-seo .seo-box p {
  line-height: 26px;
  font-size: 15px;
}

.product-hot .content-seo .see-seo-box {
  text-align: center;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.425);
  -webkit-box-shadow: 0px -12px 15px 0px rgba(254, 254, 254, 0.52);
  box-shadow: 0px -12px 15px 0px rgba(254, 254, 254, 0.52);
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.product-hot .content-seo .see-seo-box button {
  font-weight: 600;
  border: none;
  outline: none;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  background: #1b75bb;
  padding: 10px 20px;
  border-radius: 30px;
}

.product-hot .content-seo .see-seo-box button.active::after {
  content: "\f102";
  top: -15px;
}

.client-talk {
  padding-top: 46px;
}

.client-talk .the_content {
  padding-top: 20px;
  text-align: center;
}

.client-t-box {
  padding-top: 46px;
}

.client-t-box .media {
  border: 1px solid #d0d0d0;
  padding: 18px 10px;
  border-radius: 5px;
}

.client-t-box .media .images-box {
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
}

.client-t-box .media .images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-t-box .media .media-body .desc span {
  line-height: 24px;
}

.client-t-box .media .media-body .authour {
  padding-top: 21px;
}

.client-t-box .media .media-body .authour h4,
.client-t-box .media .media-body .authour p:nth-child(1) {
  font-size: 16px;
  color: #1b75bb;
  padding-bottom: 7px;
}

.client-t-box .media .media-body .authour h5,
client-t-box .media .media-body .authour p:nth-child(2) {
  font-size: 16px;
  color: #000;
}

.client-t-box .owl-theme .owl-dots .owl-dot span {
  margin: 5px 2px;
}

.news-blog-list {
  padding-top: 54px;
}

.news-blog-list .row {
  padding-top: 36px;
}

.certification {
  background-image: url("../images/bg3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
  .certification {
    background-size: cover; 	
  }

  .home.page-template-home {
    background-image: none;
	      text-align: center;
  }

  .main-title .title {
    font-size: 4.3em !important;
	line-height: 1.2;
  }

  .why-choose-us .title p:last-child {
    font-size: 20px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 576px) {
  .certification {
    margin-top: -150px;
  }
}

.certification .container {
  padding-top: 121px;
  padding-bottom: 67px;
}

@media only screen and (max-width: 768px) {
  .certification .container {
    padding-top: 160px;
  }
}

@media only screen and (max-width: 576px) {
  .certification .container {
    padding-top: 272px;
  }
}

.certification .row {
  padding-top: 30px;
}

.certification .images-certification {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.certification .images-certification img {
  width: 100%;
  height: auto;
}

.resgis-poly {
  background: #0f456e;
  padding: 20px 0px;
}

.resgis-poly .resgis-poly-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.resgis-poly .resgis-poly-box .title {
  color: #fff;
}

.resgis-poly .resgis-poly-box .title .media .icon {
  font-size: 26px;
  width: 60px;
  height: 60px;
  background: url(https://hopdendainghia.com/wp-content/uploads/2023/05/icondangki.png) no-repeat center center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resgis-poly .resgis-poly-box .title .media-body {
  margin-top: 12px;
}

.resgis-poly .resgis-poly-box .title .media-body h4,
.resgis-poly .resgis-poly-box .title .media-body p:nth-child(1) {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.resgis-poly .resgis-poly-box .title .media-body p:nth-child(2) {
  font-size: 15px;
}

.resgis-poly .resgis-poly-box .form-box {
  margin-left: 35px;
}

@media only screen and (max-width: 768px) {
  .resgis-poly .resgis-poly-box .form-box {
    margin-left: unset;
    margin-bottom: 20px;
  }
}

.resgis-poly .resgis-poly-box .form-box form {
  display: flex;
  align-items: center;
  height: 35px;
  background: #fff;
  position: relative;
}
.resgis-poly .resgis-poly-box .form-box form .wpcf7-response-output {
  position: absolute;
  background: #fff;
  top: 15px;
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .resgis-poly .resgis-poly-box .form-box form {
    width: 100%;
  }
}

.resgis-poly .resgis-poly-box .form-box form input {
  width: 100%;
  border: none;
  border-radius: unset;
  background: none;
  padding-left: 10px;
  outline: none;
}

.resgis-poly .resgis-poly-box .form-box form button {
  display: block;
  background: #ec1821;
  padding: 10px;
  width: 100px;
  height: 35px;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  color: #fff;
  border-radius: unset;
}

.resgis-poly .follow-icon ul {
  display: flex;
  align-items: center;
}

.resgis-poly .follow-icon ul li {
  margin-right: 10px;
}

.resgis-poly .follow-icon ul li a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
}

.resgis-poly .follow-icon ul li a:hover {
  background: #1b75bb;
}

.main-pr-detail {
  padding-top: 30px;
}

.main-pr-detail .product-galerry {
  max-width: 100%;
  height: 500px;
  overflow: hidden;
}

@media only screen and (max-width: 576px) {
  .main-pr-detail .product-galerry {
    height: 320px;
  }
}

.main-pr-detail .product-galerry img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .main-pr-detail .descripsion {
    padding-top: 20px;
  }
}

.main-pr-detail .descripsion .product-title {
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .main-pr-detail .descripsion .product-title {
    font-size: 45%;
  }
}

.main-pr-detail .descripsion .product-title .title {
  font-size: 3.5em;
  font-weight: 600;
  color: #000;
}

.main-pr-detail .descripsion .code-product {
  padding-top: 20px;
}

.main-pr-detail .descripsion .code-product span {
  font-size: 15px;
  color: #808285;
}

.main-pr-detail .descripsion .price-product {
  padding-top: 20px;
}

.main-pr-detail .descripsion .price-product .price ins,
.main-pr-detail .descripsion .price-product .price {
  font-size: 31px;
  color: #ec1821;
  font-weight: 600;
  padding-right: 5px;
  background: unset;
  margin: 0;
}

.main-pr-detail .descripsion .price-product .price del {
  font-size: 20px;
  color: #808285;
}

.main-pr-detail .descripsion .form-res-dt {
  padding-top: 15px;
}

.main-pr-detail .descripsion .form-res-dt input {
  height: 34px;
  border: 1px solid #666;
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
}

.main-pr-detail .descripsion .form-res-dt select {
  height: 34px;
  border: 1px solid #666;
  border-radius: 5px;
}

.main-pr-detail .descripsion .form-res-dt .btn-submit {
  width: 49%;
}

@media only screen and (max-width: 1024px) {
  .main-pr-detail .descripsion .form-res-dt .btn-submit {
    width: 100%;
  }
}

.main-pr-detail .descripsion .form-res-dt .btn-submit input {
  display: block;
  padding: 12px 60px;
  font-size: 18px;
  background: #ec1821;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.main-pr-detail .descripsion .excerpt {
  padding-top: 20px;
}

.product-tabs {
  padding-top: 50px;
}

.product-tabs .title-tabs {
  font-size: 10px;
}

.product-tabs .title-tabs .title {
  font-size: 3.5em;
  color: #1b75bb;
  display: block;
  border-bottom: 1px solid #dfe1e1;
  padding-bottom: 5px;
  font-weight: 500;
}

.product-tabs .title-tabs .title span {
  border-bottom: 1px solid #f15259;
  padding-bottom: 4px;
}

.product-tabs .the_content {
  padding-top: 20px;
}

.related-product {
  padding-top: 50px;
}

.related-product .row {
  padding-top: 30px;
}

.main-list-pr {
  padding-top: 40px;
}

.main-list {
  padding: 35px 0px;
}

/* general
--------------------------------------------- */
html.hc-nav-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
}

.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 280px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overscroll-behavior: none;
  box-sizing: border-box;
}

.hc-offcanvas-nav .nav-content {
  height: 100%;
  max-height: 100vh;
}

.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-offcanvas-nav li {
  position: relative;
  display: block;
}

.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}

.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}

.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.hc-offcanvas-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav a:hover {
  text-decoration: none;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}

.hc-offcanvas-nav.nav-position-left {
  left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
  transform: translate3d(-280px, 0, 0);
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
  right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
  transform: translate3d(280px, 0, 0);
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
  top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(0, 0, 0);
}

.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  top: 30px;
  left: 15px;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
}

.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495e;
  transition: all 0.2s ease;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: "";
  width: 100%;
}

.hc-nav-trigger span::before {
  top: -10px;
}

.hc-nav-trigger span::after {
  bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}

.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #336ca6;
}

.hc-offcanvas-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #1b3958;
}

.hc-offcanvas-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #2c5d8f;
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
  background: #31679e;
}

.hc-offcanvas-nav
  ul:first-of-type:not(:first-child)
  > li:first-child:not(.nav-back):not(.nav-close)
  > a {
  border-top: 1px solid #2c5d8f;
  margin-top: -1px;
}

.hc-offcanvas-nav li {
  text-align: left;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #2c5d8f;
  border-top: 1px solid #295887;
  border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
  background: #2b5c8d;
}

.hc-offcanvas-nav li.nav-parent a {
  padding-right: 58px;
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent span.nav-next,
.hc-offcanvas-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -9px;
  transform: rotate(135deg);
}

.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg);
}

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border-left: 1px solid #2c5d8f;
}

.hc-offcanvas-nav span.nav-next::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}

.hc-offcanvas-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul a,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
  background: #2e6296;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887;
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #333;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
  background: #333;
  border-top: unset;
  border-bottom: unset;
  text-transform: uppercase;
  font-weight: bold;
}

.hc-offcanvas-nav a {
  border-bottom: unset;
  font-size: 13px;
  text-transform: uppercase;
}

.hc-offcanvas-nav h2 {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
  border-left: 0;
  width: 25px;
  height: 15px;
}

.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -13px;
}

.hc-offcanvas-nav li.nav-close span::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: -1px;
}

.nav-close a {
  padding: 25px 15px;
}

.hc-offcanvas-nav h2 {
  text-transform: uppercase;
}

.hc-offcanvas-nav a[href]:not([href="#"]) > span.nav-next {
  border: unset;
}

/* Footer
--------------------------------------------- */
#footer .title-ft {
  padding-bottom: 21px;
}

#footer .title-ft h3,
#footer .title-ft p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

#footer .main-ft .the_content p {
  font-size: 15px;
  color: #6d6e71;
  line-height: 22px;
}

#footer .main-ft .col-12 {
  padding-bottom: 15px;
}

#footer .main-ft .cus-pd {
  padding-left: 60px;
}

@media only screen and (max-width: 768px) {
  #footer .main-ft .cus-pd {
    padding-left: 15px;
  }

  #qlwapp {
    display: none !important;
  }
}

#footer .main-ft .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .main-ft .footer-contact ul li {
  line-height: 27px;
}

#footer .main-ft .footer-contact ul li a {
  color: #000;
  transition: 0.3s ease-out;
  font-size: 15px;
}

#footer .main-ft .footer-contact ul li a:hover {
  color: #1b75bb;
}

#footer .main-ft .footer-contact ul li a span {
  padding-left: 4px;
}

#footer .main-ft .navi-ft ul li {
  line-height: 23px;
}

#footer .main-ft .navi-ft ul li a {
  font-size: 15px;
  color: #58595b;
  transition: 0.3s ease-out;
}

#footer .main-ft .navi-ft ul li a:hover {
  color: #1b75bb;
}

#footer .main-ft .end-ft {
  text-align: center;
  color: #a7a9ac;
  font-size: 15px;
  background: #3f3f3f;
  padding: 13px 0px;
}

#footer a.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1b75bb url("../images/iconmonstr-arrow-66-16.png") no-repeat
    center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}

#footer a.cd-top.cd-is-visible,
#footer a.cd-top.cd-fade-out,
#footer .no-touch a.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

#footer a.cd-top,
#footer a.cd-top:visited,
#footer a.cd-top:hover {
  color: #cccccc;
  text-decoration: none;
}

#footer a.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

#footer a.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: red !important;
  border-width: 2px !important;
}

.wpcf7-form .ajax-loader {
  position: absolute;
}

.wpcf7-form .wpcf7-not-valid::-webkit-input-placeholder {
  color: red !important;
}

.wpcf7-form .wpcf7-not-valid:-ms-input-placeholder {
  color: red !important;
}

.wpcf7-form .wpcf7-not-valid::-ms-input-placeholder {
  color: red !important;
}

.wpcf7-form .wpcf7-not-valid::placeholder {
  color: red !important;
}

.swal-cf7__container {
  position: relative;
}

.swal-cf7__container form {
  width: 70%;
  max-width: 450px;
  float: left;
}

.swal-cf7__container sidebar {
  width: 20%;
  float: right;
  margin-right: 5%;
  text-align: right;
}

.swal-cf7__container header {
  position: absolute;
  top: 20px;
  right: 5%;
  text-align: right;
}

select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  appearance: none;
}

/*for IE10+*/
select::-ms-expand {
  display: none;
}

@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }

  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}

@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.tool-icon a {
  display: block;
  position: fixed;
  z-index: 99999;
  left: -5px;
}

.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running
    suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 80px;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 80px;
  background-color: #4299ff;
}

.suntory-alo-ph-img-circle {
  background: #0084ff;
  animation: 1s ease-in-out 0s normal none infinite running
    suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 60px;
  left: 25px;
  opacity: 0.9;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 60px;
}

a.phone-icon .suntory-alo-ph-img-circle {
  background: #ed145b;
}

a.phone-icon .suntory-alo-ph-circle-fill {
  background: #fb5b8f;
}

a.viber-icon .suntory-alo-ph-img-circle {
  background: #9330b2;
}

a.viber-icon .suntory-alo-ph-circle-fill {
  background: #9461b5;
}

a.skype-icon .suntory-alo-ph-img-circle {
  background: #00aaf2;
}

a.skype-icon .suntory-alo-ph-circle-fill {
  background: #5bc2f3;
}

a.phone-icon i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
	background:url("/wp-content/uploads/2023/10/phone_PNG49006.png") no-repeat center center;
	    background-size: contain;
}
a.phone-icon .suntory-alo-ph-img-circle {
	    display: flex;
    align-items: center;
    justify-content: center;
}
a.phone-icon {
	bottom:180px;
}
a.mess-icon {
  bottom: 100px;
}

a.mess-icon i {
  content: "";
  background: url("../images/caa.png") no-repeat center center;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 77%;
  background-position: 5px 5px;
}

.products-slider .slider-for .item {
  background: #ececec;
  height: 350px;
  margin-right: 1px;
  padding-right: 1px;
  position: relative;
}

.products-slider .slider-for .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.products-slider .slider-nav {
  margin: 0px -5px;
  margin-top: 10px;
}

.products-slider .slider-nav .slick-slide {
  padding: 0px 5px;
}

.products-slider .slider-nav .slick-list {
  padding: 0 !important;
}

.products-slider .slider-nav .slick-current .item {
  background: #3d8dc9;
}

.products-slider .slider-nav .item {
  width: 88px;
  height: 88px;
  background: #ececec;
  padding: 5px;
}

.products-slider .slider-nav .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.products-slider .slick-prev {
  left: 6px;
  z-index: 9;
}

.products-slider .slick-next {
  right: 6px;
  z-index: 9;
}

.products-slider .slick-dots {
  bottom: 115%;
}

.products-slider .slick-prev:before,
.slick-next:before {
  color: white;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  padding: 15px 20px 16px 20px;
}

.woocommerce ul.product_list_widget ins span.amount,
.woocommerce ul.product_list_widget ins {
  background: none;
  color: #ec1821;
}

.call-zalo-mb {
  display: none;
}

.call-zalo-mb img {
  width: auto;
  height: 30px;
}

.call-zalo-mb span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.call-zalo-mb .call-hot-line {
  background: #d33;
  text-align: center;
  padding: 7px 10px;
  flex: 0 0 33.33%;
}

.call-zalo-mb .mess {
  background: green;
  text-align: center;
  padding: 7px 10px;
  flex: 0 0 33.33%;
}

.call-zalo-mb .zalo {
  background: #008fe5;
  text-align: center;
  padding: 7px 10px;
  flex: 0 0 33.33%;
}

.call-zalo-mb {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99999999;
}

.site-single .nav-bar {
  margin-bottom: 15px;
  padding: 10px 0px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.site-single .nav-bar .flex-au {
  font-size: 13px;
  color: #333;
}

.site-single .nav-bar .flex-au a {
  color: #333;
}

.site-single .nav-bar .flex-au img {
  border-radius: 50%;
  margin-right: 10px;
}

.site-single .nav-bar .date {
  padding-left: 15px;
  line-height: 20px;
}

.site-single .nav-bar .date span {
  padding-right: 5px;
  font-size: 13px;
  color: #666;
}

.site-single .nav-bar .date span:last-child {
  padding-right: 0;
}

.site-single .nav-bar .raiting span {
  display: block;
  font-size: 13px;
  color: #333;
}

.site-single .nav-bar .share span {
  display: inline-block;
  font-size: 13px;
  color: #333;
}

.site-single .nav-bar .share .share_icon {
  display: inline-block;
}

.site-single .nav-bar .share .share_icon a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-left: 5px;
}

/*** Post author ***/
.post-author {
  margin: 0;
  overflow: hidden;
  padding: 38px 0 37px;
  border: 3px dotted #0f456e;
}

body.author .post-author {
  padding: 20px 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}

.post-author .author-img img {
  margin: 0;
  border-radius: 50%;
}

.author-content h5 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 15px;
  color: #313131;
  display: block;

  font-weight: bold;
  text-transform: uppercase;
}

.author-content h5 a {
  display: inline-block;
  margin: 0;
  color: #313131;
}

.author-content h5 a:hover {
  color: #6eb48c;
}

.author-content p {
  margin-bottom: 16px;
}

.author-content .author-social {
  font-size: 14px;
  color: #313131;
  margin-right: 10px;
}

.author-content .author-social:hover {
  color: #6eb48c;
}

#ws-sticky_dhn {
  display: block;
  padding: 12px 60px;
  font-size: 18px;
  background: #ec1821;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.form-td {
  max-width: 100%;
  background: #f2f2f2;
  padding: 20px 50px;
  margin: 30px auto;
  text-align: center;
  border-radius: 5px;
}

.form-td h3 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0f456e;
  margin-bottom: 15px;
}

.form-td form input {
  height: 40px;
  border-radius: 0;
  padding-left: 10px;
  border: 0;
  background: #fff;
  font-size: 15px;
}

.form-td form textarea {
  border-radius: 0;
  padding-left: 10px;
  border: 0;
  background: #fff;
  font-size: 15px;
}

.form-td form .btn-custom {
  background: #0f456e;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.site-single .tlq {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.site-single .tlq h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-single .tlq ul {
  list-style: disc;
  padding-left: 18px;
  color: #0f456e;
}

.site-single .tlq ul li {
  padding-bottom: 10px;
  color: #0f456e;
}

.site-single .tlq ul li:last-child {
  padding-bottom: 0;
}

.site-single .tlq ul li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #0f456e;
}

.site-single .tlq ul li a:hover {
  color: #0f456e;
}

.site-single .post-ss {
  padding-top: 5px;
}

@media only screen and (max-width: 768px) {
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1200px) {
  .why-choose-us .title p {
    font-size: 40px;
  }

  .why-choose-us .title p:last-child {
    font-size: 30px;
    margin: 10px 0;
  }
}

.kksr-legend {
  display: flex;
  height: 24px;
  line-height: 30px !important;
}

.kksr-legend * {
  padding: 0 2px;
}

.list-cate-home ul li,
.widget_nav_menu ul li {
  position: relative;
}

.right-side-bar .list-cate-home ul .menu-item-has-children .sub-menu {
  top: 0;
  right: 0;
  margin: 0;
  box-shadow: none;
  position: relative;
  animation: none;
  display: none;
  width: max-content;
}

.right-side-bar .list-cate-home ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.right-side-bar .list-cate-home ul li a {
  text-overflow: initial;
  overflow: unset;
  display: block;
  white-space: inherit;
}

.right-side-bar .list-cate-home ul .menu-item-has-children:after {
  display: none;
}

.right-side-bar .list-cate-home ul li.menu-item-has-children > .fa {
  position: absolute;
  right: 0px;
  top: 5px;
  padding: 10px;
  cursor: pointer;
}

.right-side-bar
  .list-cate-home
  ul
  li.menu-item-has-children
  > .fa.active::before {
  content: "\f106";
}

.why-choose-us .see {
  padding-bottom: 25px !important;
}

select {
  appearance: auto !important;
}

.list-cate-content ul .menu-item-has-children:after {
  content: "";
  background: url(../images/chevron-right-solid.svg);
  position: absolute;
  right: 10px;
  width: 10px;
  top: 50%;
  transform: translatey(-50%);
  height: 10px;
  background-repeat: no-repeat;
}

.widget-title {
	color: #FF6600;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	line-height: 24px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.widget-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 120%;
  background-color: #FF6600;
  border-radius: 2px;
}

.scroll-top {
  display: none;
}

.active-scroll {
  display: block;
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 9999999999999;
  display: flex;
  align-items: center;
}

.active-scroll a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #fff;
  background: #1b75bb;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.active-scroll a img {
  width: 30px;
}

.woocommerce ul.product_list_widget li img {
  min-width: 100px;
}
.form-res-dt .form-row select {
  width: 100%;
}
.comment .list-coment .box-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.comment .list-coment .box-comment .img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.comment .list-coment .box-comment .text {
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.comment .list-coment .box-comment .text .admin {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #1b75bb;
  margin-bottom: 5px;
}
.comment .list-coment .box-comment .text p {
  font-size: 14px;
  color: #333;
  text-align: justify;
  margin-bottom: 5px;
}
#commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#commentform .comment .list-coment .box-comment .text a {
  display: block;
  color: #1b75bb;
  font-size: 14px;
}
.comment form input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
}
.comment form button {
  height: 40px;
  width: 100%;
  background: #1b75bb;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 1px solid #1b75bb;
}
#comments {
  word-break: break-word;
}
#comments ol,
#comments ul {
  list-style: none;
}
#comments .avatar {
  height: 50px;
  width: 50px;
  left: 0;
  border-radius: 50%;
  position: absolute;
}
#comments .comment-body {
  position: relative;
  padding-top: 1.5em;
  border-bottom: 1px solid;
  border-color: #eee;
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 70px;
}

#comments .says {
  display: none;
}
#comments {
  color: #484848;
  clear: both;
  font-size: 14px;
  line-height: 1.8;
}
#comments .fn {
  color: #c1272d;
}
.comment-content a {
  color: #337ab7;
}
#comments .reply {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#comments .comment-metadata {
  display: none;
}
.comments-title {
  font-size: 28px;
  font-size: 1.55556rem;
  margin-bottom: 1.5em;
}
.comment-list {
  margin: 0 0 3em;
  padding: 0;
  position: relative;
  word-break: break-word;
}
.comment-list .children {
  margin: 0;
  padding: 0;
  margin-left: 4em !important;
}
@media (max-width: 991px) {
  .comment-list .children {
    margin-left: 1em !important;
  }
}
.comment-list li:before {
  display: none;
}
.comment-list .depth-1 > article {
  margin-left: 0;
}
.comment-body + .comment-respond {
  margin-top: 1.5em;
  padding: 30px;
  margin-left: 4em;
  background: #f0f0f0;
  position: relative;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.comment-body .says,
.comment_container .says {
  display: none;
}
.comment_container,
article.comment-body {
  margin-bottom: 2em;
}
.comment-content > ol,
.comment-content > ul {
  padding-left: 1.35em;
}
.comment-form-url {
  width: 100%;
  margin-top: 15px;
}
.comment-author {
  margin-bottom: 0;
  z-index: 2;
}
.comments-title {
  display: none;
}
#comments .comment-reply-link {
  color: #337ab7;
}

.comment-notes {
  display: none;
}
#reply-title {
  font-size: 0;
}
.comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-metadata a.comment-edit-link {
  margin-left: 1em;
}
.reply {
  margin-bottom: 1.5em;
}
.comment-reply-link {
  font-weight: 600;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-reply-link .icon {
  left: -2em;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
}
#cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: #f44336;
}

.comments-pagination {
  margin: 2em 0 3em;
}
.comment-form *{
	font-size: 14px !important;
}
.comment-form label {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-form .required {
  color: red;
}
.comment-form a {
  text-decoration: underline;
}
.comment-respond .comment-reply-title {
  position: relative;
  font-size: 28px !important;
  font-size: 1.55556rem;
}
.comment-form .submit {
  background-color: #337ab7;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.comment-form .submit:hover {
  background: #2aa446;
}
.comment-form {
  margin-bottom: 30px;
}
.comment-form .form-control {
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
.comment-form > p {
  margin-bottom: 0;
}
.comment-form .comment-form-comment textarea {
  max-height: 160px;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-navigation {
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
#comments .comment-form-comment {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.comment-form .form-submit {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  margin-top: 0.5rem !important;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .form-submit label {
  display: none;
}
/* .comment-form .comment-form-author {
  padding-right: 10px;
}
.comment-form .comment-form-aemail {
  padding-left: 10px;
} */
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form-cookies-consent {
  display: none;
}
.response-none {
  font-weight: 700;
  font-size: 16px;
}
.comment-form-author.show,
.comment-form-email.show {
  display: block;
}
@media (max-width: 575px) {
  .comment-form .submit {
    width: 100%;
  }
}
.footer__mid .col-lg-4:not(:first-child) {
  border-left: 1px dotted #ccc;
}
@media (max-width: 768) {
  .footer__mid .col-lg-4 {
    border: none;
  }
  .comment-form .form-submit {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.logged-in-as {
  display: none;
}

/*--------------------STAFF---------------------*/
.staff__main {
  padding-bottom: 4rem;
}
.staff__main-content {
  padding: 40px 20px;
  background: #fff;
}
.staff__main-content .staff-block:last-child {
  margin-bottom: 0;
}
.staff-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 25px;
  border-bottom: 1px solid #c4c4c4;
}

.staff__big-block {
  margin-bottom: 4rem;
}

.staff__big-block .staff-content .staff__img-link {
  flex-basis: 25%;
  width: 25%;
}

@media (max-width: 991px) {
  .staff__big-block .staff-content .staff__img-link {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .staff__big-block .staff-content .staff__img-link .staff-img img {
    margin: auto;
  }
}

.staff__big-block .staff-content .staff-text {
  flex-basis: 50%;
  width: 50%;
  padding-left: 3rem;
}

.staff__big-block .staff-content .staff-text p {
  line-height: 1.8;
  font-weight: 400;
}

.text-has-disc {
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  line-height: 1.7;
  display: block;
}

.text-has-disc::before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  top: 8px;
  left: 6px;
  border-radius: 50%;
}

.staff-name {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.staff-social {
  margin: 1rem 0;
}

.staff-social ul {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .staff-social ul {
    justify-content: center;
  }
}

.staff-social ul li {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .staff-social ul li {
    margin: 0 5px;
  }
}
.staff-link .link a {
  font-weight: 400;
  line-height: 1.4;
  color: #1c9cea;
  word-break: break-all;
}

.staff-list .staff-item {
  margin-bottom: 3.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .staff-list .staff-item {
    display: block;
  }
}

.staff-list .staff-item .staff-img {
  flex: 1;
}
.staff-list .staff-item .staff-img img {
  object-fit: cover;
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-img {
    padding-top: 80%;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-img {
    padding-top: 100%;
  }
}

.staff-list .staff-item .staff-desc {
  flex: 2;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-desc .staff-name,
  .staff-list .staff-item .staff-desc .text-has-disc {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc .staff-name {
    font-size: 12px;
    margin: 0.5rem 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .staff-list .staff-item .staff-desc .text-has-disc::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-desc .text-has-disc {
    padding-left: 0;
    font-weight: 400;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .staff-list .staff-item .staff-social {
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .staff-list .staff-item .staff-link a {
    font-size: 12px;
  }
}

.staff-block {
  margin-bottom: 4rem;
}

/*---------------TUYỂN DỤNG-----------------*/
.recruitment-page .home__love-story {
  margin: 0;
  padding: 6rem 0;
  background: #fff;
}

.recruitment__wrapper {
  padding-top: 4rem;
}

.recruitment-thumb {
  padding-bottom: 6rem;
  margin: 0 -15px 0 -15px;
}

@media (max-width: 767px) {
  .recruitment-thumb {
    margin: 0 -10px 0 -10px;
  }
}

.recruitment-thumb .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.recruitment-thumb .flickity-prev-next-button.previous::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 26L1 13.5L13.5 1' stroke='%23E6518B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.recruitment-thumb .flickity-prev-next-button.next::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='27' viewBox='0 0 15 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 26L13.5 13.5L1 1' stroke='%23E6518B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.recruitment-thumb .flickity-prev-next-button.next {
  right: -32px;
  top: 40%;
}

.recruitment-thumb .flickity-prev-next-button.previous {
  left: -32px;
  top: 40%;
}

.recruitment-thumb .flickity-button {
  background: none;
}

@media (max-width: 991px) {
  .recruitment-thumb .flickity-button {
    display: none;
  }
}

.recruitment-thumb .recruitment-item {
  padding: 0 10px;
}

.recruitment-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
  border-bottom: 1px solid #1b75bb;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .recruitment-box {
    padding: 1.5rem 0;
  }
}
.recruitment-box:hover {
  background-color: rgba(70, 118, 206, 0.2);
}
.recruitment-box .recruitment-pos .pos {
  color: #1b75bb;
  font-size: 18px;
	margin-bottom:10px;
}

.recruitment-box .recruitment-pos .salary {
  color: #000;
}

.date-post {
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
    margin-bottom: 3rem;
    font-style: italic;
}
.recruitment-box .recruitment-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .recruitment-box .recruitment-view {
    margin-top: 2rem;
  }
}

.recruitment-box .recruitment-view .date {
  margin-right: 6rem;
}

.recruitment-box .recruitment-view .view-more {
  width: 17rem;
  background: #228ed4;
  color: #fff;
  padding: 11px 0;
  text-align: center;
  border-radius: 6px;
  font-size: 1.5rem;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  .recruitment-box .recruitment-view .view-more {
    position: relative;
    width: 15rem;
    background: none;
    font-size: 14px;
    color: #1b75bb;
    text-align: left;
  }
  .recruitment-box .recruitment-view .view-more::after {
    content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33276 8L6.83276 4.5L3.33276 1' stroke='%231b75bb' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 8L4.5 4.5L1 1' stroke='%231b75bb' stroke-width='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .recruitment-box .recruitment-view .view-more a {
    display: inline-block !important;
  }
  .recruitment__main-list .recruitment-box:first-child .recruitment-view .view-more {
    color: #1b75bb;
  }
}

.recruitment-box .recruitment-view .view-more a {
  display: block;
  font-size: 16px;
    color: #fff;
}
.recruitment-box .recruitment-view .view-more:hover a {
  color:#228ed4 ;
}
.recruitment-box .recruitment-view .view-more:hover {
  color:#228ed4 ;
  background: #fff;
  border: 1px solid #228ed4;
}

.recruitment__main-wrapper .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1b75bb;
}

.recruitment__main-wrapper .view-more-2 {
  text-align: center;
  margin-top: 4rem;
}

.recruitment__main-wrapper .view-more-2 a {
  display: inline-block;
  width: 30rem;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.6rem;
  border-radius: 27px;
  border: 1px solid transparent;
  background: #1b75bb;
}

.recruitment__main-wrapper .view-more-2 a:hover {
  color: #1b75bb;
  background: #fff;
  border: 1px solid #1b75bb;
}

@media (max-width: 767px) {
  .recruitment__main-content {
    padding-bottom: 4rem;
    margin-top: 0;
  }
}

.recruitment__main-heading {
  background: #fff;
  padding: 3rem 0;
}

.recruitment__main-heading .recruitment-box-detail .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1b75bb;
}

.recruitment__main-heading .recruitment-desc {
  font-size: 1.8rem;
  padding-top: 2rem;
  border-top: 1px solid #1b75bb;
  color: #1b75bb;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .recruitment__main-heading .recruitment-desc {
    justify-content: space-between;
  }
}

.recruitment__main-heading .recruitment-desc .box-right {
  position: relative;
}

.recruitment__main-desc {
  margin-top: 4rem;
}

.recruitment__main-desc .date-post {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .single__recruitment-form {
    margin-top: 4rem;
  }
}

.single__recruitment-form .title {
  line-height: 1.8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1b75bb;
}

.single__recruitment-form .form-group {
  margin-bottom: 24px;
}

.single__recruitment-form .form-group > span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.single__recruitment-form input,
.single__recruitment-form textarea {
  border: 1px solid #1b75bb;
  font-size: 16px;
  padding: 10px 16px 9px 16px;
  border-radius: unset;
}

.single__recruitment-form input[type="date"] {
  font-size: 14px;
}

.single__recruitment-form input:focus,
.single__recruitment-form textarea:focus {
  box-shadow: unset;
  border-color: #1b75bb;
}

.single__recruitment-form input::placeholder,
.single__recruitment-form textarea::placeholder {
  color: #1b75bb;
  font-size: 16px;
}

.single__recruitment-form textarea {
  height: 102px;
}

@media (min-width: 1024px) {
  .single__recruitment-form textarea {
    height: 45px;
  }
}

.single__recruitment-form .form-group-checkbox {
  padding: 10px 0 9px 0;
}

.single__recruitment-form .form-group-checkbox .wpcf7-form-control {
  display: flex;
  align-items: center;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 22px;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%231b75bb'/%3E%3C/svg%3E%0A");
  margin-left: 7px;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item input {
  display: none;
}

.single__recruitment-form .form-group-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='4.5' stroke='%23e6518b'/%3E%3Ccircle cx='5' cy='5' r='2.5' fill='%231b75bb' stroke='%231b75bb'/%3E%3C/svg%3E%0A");
}

.single__recruitment-form .recruitment-file-wrapper {
  border: 1px solid #1b75bb;
  padding: 40px;
  font-size: 20px;
}

.single__recruitment-form .recruitment-file-wrapper.invalid {
  border-color: #ff0000;
}

.single__recruitment-form .rf-notification {
  color: #ff0000;
  font-weight: 400;
}

.single__recruitment-form .recruitment__form-upload {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .single__recruitment-form .recruitment-file-wrapper {
    padding: 27px 25px 26px 25px;
  }

  .single__recruitment-form .recruitment__form-upload {
    font-size: 16px;
  }

  .single__recruitment-form .form-upload-noti {
    font-size: 12px;
  }
}

.single__recruitment-form .button {
  position: relative;
  border: none;
  outline: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px 57px;
  background-color: #1b75bb;
  border: 1px solid #1b75bb;
}

.single__recruitment-form .button:hover {
  background-color: #fff;
  color: #1b75bb !important;
}

@media (max-width: 767px) {
  .single__recruitment-form .form-upload-noti {
    font-size: 12px;
  }
}

.recruitment-detail-page .recruitment__main-wrapper {
  padding-top: 0;
}
.background-all {
    background: #f8f8f8;
}
.same-bg {
    background: #fff;
    padding: 4rem 2rem;
}
img[class*="fit-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.rank-math-breadcrumb {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-top: 17px;
    padding-bottom: 32px
}

.rank-math-breadcrumb .separator {
    padding: 0 4px
}
.rank-math-breadcrumb a{
	color: #000;
}
.rank-math-breadcrumb .separator,.rank-math-breadcrumb .last,.rank-math-breadcrumb a:hover {
    color: #FF6600
}
.post-type-archive .section-breadcrumb {
    min-height: 380px;
    position: relative;
    background: linear-gradient(360deg,#000000 32.27%,rgba(230,81,139,0) 100%);
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: end;
}

.section-breadcrumb-container {
    background: linear-gradient(360deg,rgb(0 0 0) 32.27%,rgba(230,81,139,0) 100%);
    z-index: 99;
    width: 100%;
    padding-top: 3rem;
}

.post-type-archive .section-breadcrumb-container h1 {
    font-size: 50px;
    font-weight: 700;
}
#breadcrumbs {
    padding-left: 0
}

.breadcrumb_last {
    color: #FF6600 !important;
    font-weight: 700
}
.post-type-archive .rank-math-breadcrumb *{
    color: #fff;
}

.item-project .item-project__img .pa1 {
    padding-top: 66.55%
}

.item-project .item-project__content {
    padding: 10px 10px 12px;
    background: #fff;
    border-bottom: 2px solid #FF6600
}

.item-project .item-project__content svg {
    width: 20px;
    height: 20px;
	vertical-align: middle;
}

.item-project .item-project__content h3 a{
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}
.item-project .item-project__content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: .5rem;
	-webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 2;
}

.item-project .item-project__content h3 a:hover {
    color: #FF6600
}

.item-project .item-project__content p {
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
	padding-left: 15px;
}
.main-bg {
    background: #F8F8F8;
}

@media (max-width: 767px){
	 .item-project .item-project__content h3,
	.item-project .item-project__content p {
		font-size: 13px;
		-webkit-line-clamp: 2;
		padding-left: 0;
	}
}
.baochi-item {
    overflow: hidden;
    box-shadow: 0 20px 20px rgb(0 0 0 / 5%);
    border: 1px solid #00AEEF;
    border-radius: 10px;
    height: 100%
}

.baochi-item .post-header {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    background: #f1f9ff
}

.baochi-item .post-header .logo-bao {
    width: 30%;
    padding-right: 20px
}

.baochi-item .post-title {
    font-weight: 700;
    font-size: 15px
}
.baochi-item .post-title a{
	color: #000;
	line-height: 1.5;
}

.baochi-item .post-thumbnail {
    position: relative;
    display: block
}

.baochi-item .post-thumbnail img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    position: relative;
    height: 100%;
	min-height: 360px
}

.baochi-item .post-thumbnail:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(27 117 187 / 63%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
    z-index: 1
}

.baochi-item .post-thumbnail:after {
    content: "";
    background: url(../../../../../../../../themes/hazo/assets/images/broken-link.png) no-repeat;
    background-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 50%;
    transition: all .3s;
    opacity: 0;
    z-index: 2
}

.baochi-item .post-thumbnail:hover:after,.baochi-item .post-thumbnail:hover:before {
    opacity: 1
}
.single-project .container,
.page-template-news-about .container{
	max-width: 1430px!important;
}
.single  .breadcrumb,
.page-template-news-about  .breadcrumb{
	background: transparent;
}
@media (max-width: 767px){
	.baochi-item .post-thumbnail img {
		min-height: none;
	}
}
.news-detail-wrapper .news-detail-content {
    padding: 3.2rem 2.4rem;
    background: #fff
}

.news-detail-wrapper .news-detail-content .news-title {
    font-size: 2rem;
    font-weight: 700
}

.news-detail-wrapper .related {
    margin-top: 3rem;
    background: #eee;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 1rem;
    margin-bottom: 4rem
}

.news-detail-wrapper .related ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem
}

.news-detail-wrapper .related ul li:last-child {
    margin-bottom: 0
}

.news-detail-wrapper .related ul li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    top: 8px;
    left: 0
}

.news-detail-wrapper .related ul li a {
    color: #00449e;
    font-size: 15px
}

.news-detail-wrapper .related p {
    display: none
}

.date-post {
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
    margin-bottom: 3rem;
    font-style: italic
}

p:empty {
    display: none!important
}

.author-block {
    background: #eee;
    padding: 15px
}

.author-block .author-img {
    flex: 1
}

@media (max-width: 767px) {
    .author-block .author-img {
        flex:2
    }
}

.author-block .author-img img {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    margin: auto;
    object-fit: cover
}

.author-block .author-info {
    flex: 7;
    margin-left: 2rem
}

.author-block .author-info .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .8rem
}

.author-block .author-info .name:hover {
    color: #FF6600
}

.author-block .author-info .contact-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 1rem
}

.author-block .author-info .contact-social ul li {
    margin-right: 1.5rem
}

.post-ralated .heading-title {
    text-transform: none;
    text-align: left
}

.post-ralated .news__feature-wrapper {
    padding: 2rem
}

.comment-plugin {
    padding-bottom: 6rem
}
.news-author-rate {
    margin-top: 4rem;
    background: #f3f3f3;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.6rem
}

@media (max-width: 767px) {
    .news-author-rate {
        padding:1rem 1.5rem
    }
}

.news-author-rate .news-author {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500
}

@media (max-width: 767px) {
    .news-author-rate .news-author {
        margin-bottom:1.5rem
    }
}

.news-author-rate .news-author .author-img img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

.news-author-rate .news-author .author-name {
    font-weight: 700;
    margin-left: 1rem
}

.news-author-rate .news-author .author-name:hover {
    color: #FF6600
}

.news-author-rate .news-author .time {
    margin: 0 1.5rem
}

.news-author-rate .news-rate {
    display: flex;
    justify-content: center;
    align-items: start
}

.news-author-rate .news-rate p {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
	margin-bottom: 10px
}

.news-author-rate .news-rate-social {
    margin-right: 4.2rem
}

@media (max-width: 767px) {
    .news-author-rate .news-rate-social {
        margin-right:3.5rem
    }
}

.news-author-rate .news-rate-social p {
    margin-bottom: 4px
}

.news-author-rate .news-rate-social ul {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.news-author-rate .news-rate-star .star-rate ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.news-author-rate .news-rate-star .star-rate .vote {
    font-size: 14px;
    margin-top: 2px
}

.news-author-rate .news-rate-star .star-rate .vote strong {
    color: #FF6600
}
.kk-star-ratings {
    flex-wrap: wrap;
    justify-content: center
}

.kk-star-ratings .kksr-legend {
    width: 100%;
    margin: 10px auto;
    justify-content: center;
    display: flex;
    letter-spacing: 1px;
	height: auto;
}

.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    justify-content: center
}

.kk-star-ratings .kksr-legend .kksr-score,.kk-star-ratings .kksr-legend strong {
    color: #FF6600
}

.kksr-muted {
    opacity: 1
}

.kk-star-ratings .kksr-legend strong.kksr-count {
    color: var(--text-color)
}
.portfolio-single_detail {
    margin-bottom: 3rem;
    width: 100%;
    border-color: #ececec;
    border-spacing: 0
}

.portfolio-single_detail td {
    width: 50%;
    margin-right: 10px;
    border: 0;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    padding: 1rem 1.5rem!important
}

.portfolio-single_detail .title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 700
}

.portfolio-single_detail p {
    margin: 0
}
.post-ralated .heading-title {
    padding-top: 20px;
    text-transform: none;
    text-align: left; 
    font-size: 24px !important;
    font-weight: 500 !important;
	 color: #FF6600;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2.5rem
}
.post-ralated  .news__feature-wrapper {
	background: #f8f8f8;
}

.news__feature .news__feature-wrapper {
    padding: 0 1rem 4rem 1rem;
}

.news__feature .news__feature-wrapper .news-item {
    display: flex;
    margin-bottom: 1.8rem;
    background: #fff;
    padding: 1rem;
	box-shadow: 0 8px 15px rgb(125 147 178 / 25%);
    border-radius: 10px;
}

.news__feature .news__feature-wrapper .news-item .news-img {
    flex: 1.3;
	border-radius: 10px;
}

.news__feature .news__feature-wrapper .news-item .news-img .c-img {
    padding-top: 75%;
	border-radius: 10px
}
.scale-hover {
    display: block;
    overflow: hidden;
    width: 100%;
}
.scale-hover:hover img{
	transform: scale(1.2)
}
.news__feature .news__feature-wrapper .news-item .news-desc {
    flex: 3;
    padding: 0 2rem
}

.news__feature .news__feature-wrapper .news-item .news-desc {
    flex: 3;
    padding: 0 2rem
}

.news__feature .news__feature-wrapper .news-item .news-desc .news-title {
    font-size: 1.6rem;
    font-weight: 700
}

.news__feature .news__feature-wrapper .news-item .news-desc .desc {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}
.widget-post .news-item .desc{
	display: none !important;
}
@media (max-width: 767px) {
	.news__feature-content >.col-12{
		padding: 0;
	}
}
