/*
Theme Name: Sotec
Theme URI: https://techjobs.vn/
Author: Godream Themes
Author URI: https://techjobs.vn/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import "./libs/font-awesome/css/font-awesome.min.css";
@import "./libs/owl-carousel/assets/owl.carousel.min.css";
strong {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-white{
	color: #fff !important;
}
.col,
.col-1-5,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.mg-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.pd-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: 0.97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

element.style {
}
.scroll-to-bullets a,
.featured-title,
.label-new.menu-item > a:after,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover,
.nav-dropdown-bold.dark .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type="submit"]:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box > li > a:hover,
.nav-box > li.active > a,
.nav-pills > li.active > a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type="submit"].primary,
input[type="submit"].primary,
input[type="reset"].button,
input[type="button"].primary,
.badge-inner {
    background-color: #018445;
}
.flex-col button,
.flex-col .button,
.flex-col input {
    margin-bottom: 0;
}
.nut_cua {
    font-size: 0.8em;
    font-weight: 500;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

input[type="submit"],
input[type="submit"].button,
input[type="submit"],
.primary {
    background-color: #446084;
}
.button,
input[type="submit"],
input[type="submit"].button,
input[type="reset"].button,
input[type="button"].button {
    color: #fff;
    background-color: #446084;
    background-color: var(--primary-color);
    border-color: rgba(0, 0, 0, 0.05);
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.97em;
    letter-spacing: 0.03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
        opacity 0.3s, color 0.3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #ccc;
    opacity: 1 !important;
    outline: 0;
    color: #333;
    background-color: #fff;
}
.scroll-to-bullets a,
.featured-title,
.label-new.menu-item > a:after,
.nav-pagination > li > .current,
.nav-pagination > li > span:hover,
.nav-pagination > li > a:hover,
.has-hover:hover .badge-outline .badge-inner,
button[type="submit"],
.button.wc-forward:not(.checkout):not(.checkout-button),
.button.submit-button,
.button.primary:not(.is-outline),
.featured-table .title,
.is-outline:hover,
.has-icon:hover .icon-label,
.nav-dropdown-bold .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold > li > a:hover,
.nav-dropdown-bold.dark .nav-column li > a:hover,
.nav-dropdown.nav-dropdown-bold.dark > li > a:hover,
.is-outline:hover,
.tagcloud a:hover,
.grid-tools a,
input[type="submit"]:not(.is-form),
.box-badge:hover .box-text,
input.button.alt,
.nav-box > li > a:hover,
.nav-box > li.active > a,
.nav-pills > li.active > a,
.current-dropdown .cart-icon strong,
.cart-icon:hover strong,
.nav-line-bottom > li > a:before,
.nav-line-grow > li > a:before,
.nav-line > li > a:before,
.header-top,
.slider-nav-circle .flickity-prev-next-button:hover svg,
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.primary.is-outline:hover,
.button.primary:not(.is-outline),
input[type="submit"].primary,
input[type="submit"].primary,
input[type="reset"].button,
input[type="button"].primary,
.badge-inner {
    background-color: #018445;
}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.row,
.gallery {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.header {
    padding-right: 0;
}
.header,
.header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color 0.3s, opacity 0.3s;
}
.header-top {
    background-color: #f7f7f7;
    z-index: 11;
    position: relative;
    min-height: 20px;
    border-bottom: 1px solid #dcdcde;
}
.header-top {
    min-height: 30px;
}
.large-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
}
.large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.medium-1 {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
}
.flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.header .flex-row {
    height: 100%;
}
.header-top,
.header-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.flex-center {
    margin: 0 auto;
}
.flex-left {
    margin-right: auto;
}
.flex-right {
    margin-left: auto;
}
.flex-col {
    max-height: 100%;
}
.flex-grow {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: auto !important;
}
.nav-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav-vertical li li.menu-item-has-children > a,
.nav-dark .nav > li.html,
.nav-dark .header-button {
    color: #000;
}
.nav-small.nav > li.html {
    font-size: 14px;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.85em;
    color: #999;
}
.html .social-icons {
    font-size: 1em;
}
.nav-dark .social-icons,
.dark .social-icons {
    color: #fff;
}

.header .nav-small a.icon:not(.button) {
    font-size: 1em;
    display: inline-block;
    line-height: 14px;
    vertical-align: middle;
}
.social-icons i {
    min-width: 1em;
    color: #129247;
    font-size: 14px;
}
.nav-dark a.plain:hover {
    opacity: 0.7;
}
.links > li > a:before,
i[class^="icon-"],
i[class*=" icon-"] {
    font-family: "fl-icons" !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}
.header-main {
    z-index: 10;
    position: relative;
}
.header-main {
    height: 85px;
}
.logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
}
#logo {
    width: 275px;
}
.logo a {
    text-decoration: none;
    display: block;
    color: #446084;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
}
#logo img {
    max-height: 90px;
}
#logo img {
    padding: 9px 0;
}
.header-logo-dark,
.nav-dark .header-logo,
.header-logo-sticky,
.sticky .dark .header-logo-dark,
.sticky .has-sticky-logo .header-logo {
    display: none !important;
}
.header-wrapper:not(.stuck) .logo img {
    transition: max-height 0.5s;
}
.nav li:last-child {
    margin-right: 0 !important;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.nav > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    transition: background-color 0.3s;
}
.header-block {
    width: 100%;
    min-height: 15px;
}
.header-bg-color,
.header-wrapper {
    background-color: #fff;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.large-4 {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
}
.col:first-child .col-inner {
    margin-left: auto;
    margin-right: 0;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#gap-156074881 {
    padding-top: 22px;
}
.relative {
    position: relative !important;
}
.searchform-wrapper {
    width: 100%;
}
.is-normal {
    font-weight: normal;
}
.searchform-wrapper form {
    margin-bottom: 0;
}
.searchform-wrapper .search_categories {
    font-size: 14px;
    height: 31px;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #ccc;
}
.mb-0 {
    margin-bottom: 0 !important;
}
label {
    color: #222;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.searchform-wrapper input[type="search"] {
    height: 31px;
    border: 0;
    font-size: 14px;
    border: 1px solid #ccc;
}
.flex-col button,
.flex-col .button,
.flex-col input {
    margin-bottom: 0;
}
.widget_search .submit-button,
.searchform-wrapper:not(.form-flat) .submit-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.searchform .button.icon {
    margin: 0;
}
.searchform-wrapper .searchform .button.icon {
    height: 31px !important;
    width: 50px;
    border: 1px solid #16ab53;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    background: #16ab53 !important;
    font-size: 12.5px;
    color: #fff;
}
.searchform .button.icon i {
    font-size: 1.2em;
}
.col + .col .col-inner {
    margin-right: auto;
    margin-left: 0;
}
.col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
#gap-1733667369 {
    padding-top: 15px;
}
.container:after,
.row:after,
.clearfix:after,
.clear:after {
    content: "";
    display: table;
    clear: both;
}
.text-left {
    text-align: left;
}
.icon-box-left,
.icon-box-right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    align-items: center;
}
.align-item-center {
    align-items: center;
}
.icon-box .icon-box-img {
    margin-bottom: 1em;
    max-width: 100%;
    position: relative;
}
.icon-box-left .icon-box-img,
.icon-box-right .icon-box-img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}
.icon-box-left .icon-box-img .icon-inner,
.icon-box-right .icon-box-img .icon-inner {
    display: flex;
    align-items: center;
}
.icon-box-left .icon-box-img .icon-inner img {
    background-color: #129247;
    border-radius: 50%;
}
.header-inner .icon-box-text {
    padding-left: 5px !important;
}
.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 1em;
}
.icon-box-text.last-reset span {
    font-size: 13px;
}
.icon-box-text.last-reset strong span {
    font-weight: 500;
    font-size: 14px;
}
.last-reset *:last-child {
    margin-bottom: 0;
}
.nav p {
    margin: 0;
    padding-bottom: 0;
}
.header-bottom {
    min-height: 40px;
}
.header-bottom {
    background-color: #129247;
}
.header-bottom li.header-block {
    width: initial;
}
.nav-spacing-xlarge > li {
    margin: 0 13px;
}
.button:not(.icon) > i {
    margin-left: -0.15em;
    margin-right: 0.4em;
}
.links > li > a:before,
i[class^="icon-"],
i[class*=" icon-"] {
    font-family: "fl-icons" !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}
.button span {
    display: inline-block;
    line-height: 1.6;
}
.dark .nav > li > a:hover,
.dark .nav > li.active > a,
.dark .nav > li > a.active .nav-dark .nav > li.current > a,
.nav-dark .nav > li > a:hover,
.nav-dark .nav > li.active > a,
.nav-dropdown.dark > li > a:hover,
.nav-dropdown.dark .nav-column > li > a:hover,
.nav-dark a.plain:hover,
.nav-dark .nav > li > a.active {
    color: #fff;
}
.nav-size-medium > li > a {
    font-size: 0.9em;
    display: block;
    padding: 11px 20px;
}
.nav-divided > li + li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
    margin-top: -7px;
    left: -1em;
}
.dark.nav-dropdown.nav-dropdown-bold > li.nav-dropdown-col,
.dark.nav-dropdown.nav-dropdown-simple > li.nav-dropdown-col,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a,
.nav-dark .nav > li.header-divider,
.nav-dark .header-divider:after,
.nav-dark .nav-divided > li + li > a:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.nav-dark .is-outline,
.dark .nav > li > a,
.dark .nav > li.html,
.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical > li > ul li a,
.nav-dropdown.dark > li > a,
.nav-dropdown.dark .nav-column > li > a,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
.nut_cua {
    font-size: 0.8em;
    font-weight: 500;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 0 !important;
    padding: 0 15px !important;
    background-color: #129247 !important;
}

.home-icolor {
    margin-top: 30px;
    margin-bottom: 20px;
}
.title-home-ss {
    color: #16ab53;
    font-size: 22px;
    border-left: 5px solid #11a463;
    padding-left: 10px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    line-height: 100%;
    text-transform: uppercase;
}
.view-more-ct {
    font-size: 16px;
    font-weight: normal;
    color: #3a559f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-transform: initial;
}
.title-home-ss::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -5px;
    bottom: -5px;
}
.title-home-ss::after {
    content: "";
    width: 200px;
    height: 2px;
    background: #8db8a7;
    position: absolute;
    left: -5px;
    bottom: -5.5px;
}
.title-blog-ss {
    font-size: 18px;
    color: #122220;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.des-blog-ss {
    font-size: 15px;
    color: #848383;
    line-height: 1.5;
}
.list-news .item-new-ss {
    padding: 14px 0 8px 0;
}
.list-news .item-new-ss:first-child {
    padding-top: 0;
}
.list-news .item-new-ss:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.product-title-l-ss {
    color: #16ab53;
    text-transform: uppercase;
    font-size: 16px;
}
.product-ss {
    margin-top: 35px;
    margin-bottom: 30px;
}
.heading-list-product {
    background: #f7f7f7;
    border-bottom: 4px solid #16ab53;
    position: relative;
    height: 50px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.view-more-product {
    font-size: 14px;
    color: gray;
}
.image-fade_in_back {
    margin-bottom: 10px;
}
.image-fade_in_back img {
    width: 100%;
}
.image-fade_in_back a {
    display: block;
}
.product-title-ss a {
    color: #334862;
    line-height: 1.3;
    font-size: 14px;
    padding-bottom: 18px;
    text-align: center;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.item-product-ss {
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.24);
    height: 100%;
}
.item-product-ss .pro-fl {
    padding: 0 10px 20px 10px;
}
.item-product-ss:hover {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
.title-project {
    text-align: center;
    color: #16ab53;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: bold;
}
.slider-project .item {
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 30px;
    text-align: center;
}
.box-info h4 {
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.box-info p {
    font-size: 20px;
    color: #848383;
    margin-bottom: 20px;
}
.btn-infomation-project {
    display: block;
    width: 100%;
    padding: 10px 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    background-color: #16ab53;
}
.btn-infomation-project:hover {
    background-color: #ffc800;
    color: #000;
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff !important;
    display: inline-block;
    min-height: auto;
    margin-right: 10px;
}
.owl-dot.active {
    background-color: #fff !important;
}
.title-company {
    text-align: center;
    color: #16ab53;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    font-weight: bold;
}
.company-slider.owl-carousel .item {
    padding: 30px 0;
    border-right: 1px dashed #ddd;
}
.company-slider.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.company {
    background-color: #fff;
    padding-bottom: 60px;
    border-bottom: 1px solid #ccc;
}
.inf-footerss {
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-item-mm {
    display: flex;
    align-items: center;
}
.img-dd {
    width: 60px;
}
.right-dd {
    flex: 1;
    padding-left: 15px;
}
.right-dd h5 {
    font-weight: 600;
    color: #424242;
    font-size: 15px;
    margin-bottom: 10px;
}
.right-dd p {
    color: #424242;
    font-size: 14px;
    font-weight: normal;
}
.d-flex {
    display: flex;
}
.w-80-ss {
    flex: 1;
}
.flex-1 {
    flex: 1;
}
.w-20-ss {
    width: 120px;
    padding-left: 10px;
}
.register-mail {
    position: relative;
    background-color: #16ab53;
    padding: 45px 0 15px 0;
    margin-top: 30px;
}
.box-img-rm {
    position: absolute;
    bottom: -18px;
}
.w-80-ss input {
    border-radius: 3px;
}
.w-20-ss input {
    border-radius: 3px;
    background-color: #ffc800 !important;
    font-weight: 400;
    text-transform: none;
}
.w-20-ss input:hover {
    background-color: #fff !important;
    color: #000;
}
.knvct {
    color: #333333;
}
.footer {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fff;
}
.widget-title {
    color: #16ab53;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efebeb;
    margin-bottom: 15px;
}
.widget-base {
    line-height: 24px;
    color: #424242;
}
.knvct {
    margin-bottom: 10px;
    margin-top: 20px;
}
.form-footer input[type="text"],
.form-footer input[type="tel"],
.form-footer textarea {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
.form-footer input[type="submit"] {
    border-radius: 3px;
    background-color: #ffc800;
    font-weight: 400;
    text-transform: none;
}
.form-footer input[type="submit"]:hover {
    background: red;
    color: #fff;
}
.hien-thi-thong-tin .col-4:not(:last-child) {
    border-right: 1px solid #fff;
}
.hien-thi-thong-tin a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}
.float-contact {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 99999;
}
.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-zalo a,
.chat-face a,
.hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}
.float-contact .hotline {
    background: #d11a59 !important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.sub-menu {
    width: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #000;
    display: none;
}
#menu > li:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
}
.sub-menu li:not(:last-child) a {
    border-bottom: 1px solid #ccc;
}
/* .sub-menu li:hover a {
    background-color: orangered;
    color: #fff;
} */
.header-block a {
    padding: 0 !important;
}

/* contact */
#contact .titleContact {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#contact .titleContact a {
    color: #000;
}
#contact .contactInformation {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#contact .contactInformation i {
    color: #16ab53;
    margin-right: 10px;
    font-size: 20px;
}
#contact .contactInformation span {
    font-size: 18px;
    text-transform: uppercase;
}

#contact input,
#contact textarea {
    margin-top: 20px;
}
.btnSendContact {
    width: 170px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(90deg, #16ab53 0%, #16ab53 50%, #de690f 100%);
    border: 0;
    border-radius: 30px;
    line-height: 100% !important;
}

.breadcrumbs {
    display: flex;
    align-items: center;
}
.breadcrumbs li:not(:last-child) a::after {
    content: "/";
    display: inline-block;
    padding: 0 10px;
    color: #000000;
}
.breadcrumbs .current {
    color: #000000;
    font-size: 1.5rem;
}
.breadcrumbs li a {
    font-size: 1.4rem;
    color: #2b2d79;
    display: block;
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    white-space: nowrap;
    font-weight: 700;
}
.home-banner-tuvan {
    position: relative;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.box-tu-van {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.box-tu-van h3 {
    color: #16ab53;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.box-tx-aa {
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
}
.wpcf7-response-output {
    position: static;
    color: #ffc800;
}
.box-tx-aa input {
    height: 50px !important;
}
.box-tx-aa .w-20-ss input {
    background-color: #16ab53 !important;
    color: #fff;
}
.box-tx-aa .w-20-ss input:hover {
    background-color: #ffc800 !important;
}
.woocommerce div.product div.summary {
    width: 100% !important;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: initial;
}
.woocommerce div.product form.cart .variations .label {
    display: flex;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #2b2d79;
    font-size: 20px;
    font-style: italic;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.woo-variation-swatches .variable-items-wrapper,
.woocommerce-variation.single_variation {
    background-color: #ffffff;
    min-height: 48px;
    background-color: white;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 24px;
}
.woocommerce div.product form.cart .button {
    width: 100%;
    margin-top: 20px;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
}
.woo-variation-swatches .variable-items-wrapper,
.woocommerce-variation.single_variation {
    margin-bottom: 0;
}
.woo-variation-swatches
    .variable-items-wrapper
    .variable-item:not(.radio-variable-item):not(.color-variable-item) {
    margin: 5px;
    padding: 16px;
}
.button.wc-forward.wp-element-button,
.woocommerce a.remove,
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background-color: #16ab53 !important;
    color: #fff !important;
}
.woocommerce a.remove {
    color: #fff !important;
}
.coupon {
    padding-right: 5px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.wc_payment_methods {
    list-style-type: none !important;
}
.pro-btn-add-cart {
    background: #d11a59;
    border-radius: 20px;
    padding: 5px 60px;
    color: white;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 25px;
}
.pro-btn-add-cart:hover {
    background-color: #ffc800;
    color: #000;
}
.form-footer {
    padding: 10px;
    background-color: #16ab53;
}
.form-footer textarea {
    height: 60px;
}
.form-footer .wpcf7-not-valid-tip {
    color: #ffff65;
    margin-bottom: 10px;
}
.show-mobile {
    display: none;
    margin-bottom: 15px;
}
.woocommerce a.remove:hover {
    background: red !important;
}
.hidden-desktop {
    display: none;
}
#order-product .widget-title {
    position: relative;
    border-left: 5px solid #11a463;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 0;
    line-height: 35px;
    padding-bottom: 0;
}
#order-product .widget-title::after {
    content: "";
    width: 200px;
    height: 2px;
    background: #8db8a7;
    position: absolute;
    left: -5px;
    bottom: -5.5px;
}
#order-product .widget-title::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -5px;
    bottom: -5px;
}

/* header thêm  */
.topbar-bottom-left > a {
    color: #ffd80d;
    font-weight: 700;
}
.topbar-bottom-left a i {
    color: #fff;
    padding-right: 15px;
}
.gap-30 {
    gap: 30px;
}

/* az-megamenu */
.az-megamenu > ul > li > ul > li a {
    padding-left: 0;
}

.az-megamenu > ul > li > ul > li a:hover {
    color: #16ab53;
}

.az-megamenu {
    background-color: #fff;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    position: absolute;
    top: 100%;
    min-height: 500px;
    display: none;
}

body.home .az-megamenu {
    display: block;
}

.az-megamenu {
    width: 245px;
    max-width: 245px;
    flex: 0 0 245px;
    -ms-flex: 0 0 245px;
}

.az-megamenu ul {
    list-style-type: none;
    display: none;
    transition: 0.2s all;
}

.az-megamenu ul li a {
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}

.az-megamenu ul li:hover ul {
    display: block;
}

.az-megamenu > ul {
    padding-left: 0;
    display: block;
    margin: 0;
}

.az-megamenu > ul li.arrow-show a:after {
    display: block;
}

.az-megamenu > ul > li > ul {
    width: 960px;
    left: 240px;
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 10px 15px 10px 20px;
    z-index: 50;
    height: calc(100% + 1px);
    border-left: 1px solid #ccc;
}

.az-megamenu > ul > li > a {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}

.az-megamenu > ul > li > a:hover:after {
    display: block;
}

.az-megamenu > ul > li > a:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    font: normal normal normal 18px / 1 FontAwesome;
    content: "\f101";
}

.az-megamenu > ul > li > a:after {
    display: none;
    z-index: 100;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    height: 0;
    margin: auto;
    border-top: 17px solid transparent;
    border-left: 17px solid #16ab53;
    border-bottom: 17px solid transparent;
    border-right: 17px solid transparent;
}

.az-megamenu > ul > li:hover > a {
    color: #fff;
    background-color: #16ab53;
}

.az-megamenu > ul > li:hover > a:before {
    transition: 0.2s all;
}

.az-megamenu > ul > li:not(.az-megamenu-item) ul li {
    font-weight: 500;
    margin-bottom: 3px;
}

.az-megamenu > ul > li:not(.az-megamenu-item) ul li a {
    font-size: 16px;
    text-transform: initial;
}

.az-megamenu > ul li.az-megamenu-item > ul {
    column-count: 4;
    column-gap: 1.25rem;
}

.az-megamenu > ul li.az-megamenu-item > ul > li {
    display: inline-block !important;
    width: 100%;
    max-height: 95%;
    margin-bottom: 15px;
    position: relative;
    flex-direction: column;
    min-width: 0;
}

.az-megamenu > ul li.az-megamenu-item > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
}

.az-megamenu > ul li.az-megamenu-item > ul > li ul {
    display: block;
    padding-left: 0;
}

.az-megamenu > ul li.az-megamenu-item > ul > li ul li {
    line-height: 1.4;
}

.az-megamenu > ul li.az-megamenu-item > ul > li ul li a:hover {
    color: #16ab53;
}

.az-megamenu > ul li.az-megamenu-item > ul > li.thuong-hieu-right {
    height: 100%;
}

.az-megamenu > ul li.az-megamenu-item.thiet-bi-gia-dinh > ul > li {
    max-height: 50%;
}

.az-page.az-megamenu {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 10;
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 992px) {
    body.home .az-megamenu {
        display: none;
    }

    .home-banner .banner {
        padding-left: 0;
    }

    .header {
        display: none;
    }
}

/* product list  */
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.bg-white {
    background-color: #fff;
}
.header-list-title {
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #16ab53;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-list-title a {
    color: inherit;
}

.header-list-title img {
    width: 50px;
}

.list-product-categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.item-product-category {
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.item-product-category img {
    max-width: 100%;
}

body.home .list-product-categories .item-product-category:nth-child(5n) {
    border-right: 0;
}
body.home .list-product-categories .item-product-category:nth-child(5n + 1) {
    border-left: 0;
}

body:not(.home) .list-product-categories .item-product-category:nth-child(5n) {
    border-right: 1px solid #f3f3f3;
}

.item-product-category:last-child {
    border-right: 1px solid #f3f3f3;
}

.item-product-category {
    overflow: hidden;
    padding: 15px 10px 15px;
    position: relative;
    height: 100%;
}

.item-product-category .sale-percentage {
    z-index: 1;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #eb1c24;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    position: absolute;
    border-radius: 4px;
}

.item-product-category .product-title a {
    color: #444;
    font-size: 14px;
    font-weight: 400;
}

.item-product-category .product-price del {
    font-size: 13px;
    color: #858584;
    margin-left: 5px;
}

.item-product-category .product-price ins {
    font-size: 17px;
    color: #eb1c24;
    font-weight: 500;
}

/* new  */
.pd-15 {
    padding: 15px;
}
.list-grid-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.list-grid-new-left {
    border-right: 1px solid #f3f3f3;
}

/* pagination  */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item {
    margin: 0 2px;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    transition: all 0.2s;
}

.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

@media (min-width: 1200px) {
    .az-page.az-megamenu {
        min-height: 430px;
    }
}

@media screen and (max-width: 1200px) {
    .show-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .side-four {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 850px) {
    .des-blog-ss {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    .hidden-desktop {
        display: block;
    }
    .title-blog-ss {
        line-height: 22px;
    }
    .title-home-ss {
        font-size: 18px;
    }
    .icolor-img iframe {
        margin-bottom: 15px;
        height: 300px;
    }
    .register-mail {
        padding: 100px 0 15px 0;
    }
    .box-img-rm {
        padding-right: 20px;
    }
    .box-email-rg {
        margin-top: 20px;
    }
    .title-project {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .box-tu-van h3 {
        font-size: 18px;
    }
    .hide-for-medium {
        display: none !important;
    }
    .col-12-mb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-6-mb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mt-mb-10 {
        margin-top: 10px;
    }
    .box-info h4 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .box-info p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .btn-infomation-project {
        padding: 3px 15px;
        font-size: 14px;
    }
    .box-info {
        padding: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 300px;
    }
    .box-item-mm {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .inf-footerss {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .hien-thi-thong-tin a {
        display: block;
        padding: 2px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .ss-pd-second {
        padding: 10px 0;
    }
    .mb-48 {
        margin-bottom: 10px;
    }
    .t-title {
        font-size: 2.3rem;
    }
    .footer {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 992px) {
    body.home .az-megamenu {
        display: none;
    }

    .home-banner .banner {
        padding-left: 0;
    }

    .header {
        display: none;
    }

    .list-product-categories {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 600px) {
    .list-product-categories {
        grid-template-columns: 1fr 1fr;
    }

    .slider-project .item {
        height: 300px;
    }

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

    .banner-slider .swiper-slide.swiper-slide-active .banner-title,
    .banner-slider .swiper-slide.swiper-slide-active .banner-heading {
        transform: translate(50%);
    }
}
