/*
Theme Name: Thai Dev
Theme URI: https://thanhhoa2s.com
Author: Technical leader software
Author URI: https://thanhhoa2s.com , https://web2s.io.vn
Description: Mẫu giao diện được xây dựng và phát triển bởi kỹ thuật phần mềm Thái dev
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themepro
Tags: Website thai it, thai dev Viet Nam

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=vietnamese'); */
/* @font-face {
 font-family: monter monter-Regular;
 src: url(lib/webfonts/Montserrat-Regular.ttf);
 }
 @font-face {
 font-family: monter monter-Bold;
 src: url(lib/webfonts/Montserrat-Bold.ttf);
 } */
@font-face {
    font-family: MBCorpoATitleCond-Regular-Web;
    src: url(lib/webfonts/MBCorpoATitleCond-Regular-Web.woff2);
    font-weight: normal;
}

@font-face {
    font-family: DaimlerCAC-Regular;
    src: url(lib/webfonts/DaimlerCAC-Regular.woff2);
    font-weight: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');

html {
    font-size: 62.5%;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}

/*body {font-family: 'Open Sans', sans-serif;font-size: 14px;}*/
a {
    color: #FD7158;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #FD7158;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

.site-boxed {
    max-width: 1140px;
    margin: 0 auto;
}

.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title,
.site-description {
    font-size: 0;
    margin: 0
}

.site-header .header-content {
    position: relative
}

/* Header style 1 */
.header-banner #showmenu {
    right: 15px;
}

/* Header style 2 */
.site-header.header-logo .logo img {
    margin: 3px 0;
}

/* Header style 3 */

/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul.menu li {
    position: relative;
    display: block;
}

.main-navigation ul.menu>li {
    float: left;
}

.main-navigation ul.menu li a {
    font-size: 14px;
    color: #333333;
    display: block;
    white-space: nowrap;
    padding: 8px 20px 8px 8px;
    font-weight: normal;
}

.main-navigation ul.menu>li>a {
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #FFF;
}

.main-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.main-navigation ul.menu>li.menu-item-has-children:hover>a:after {
    content: "\f106";
}

.main-navigation ul.menu>li.li-home>a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.main-navigation ul.menu>li>a:hover,
.main-navigation ul.menu>li.current-menu-item>a,
.site-header.logo-left .main-navigation ul.menu>li>a:hover,
.site-header.logo-left .main-navigation ul.menu>li.current-menu-item>a {
    color: #fff !important;
    opacity: 0.85;
}
/* Submenu 1 - Mega Menu */
/* The nav bar is the positioning context for the full-width dropdown */
.main-navigation {
    position: relative;
    z-index: 9999;
}

/* Parent li must be static so the dropdown sizes relative to .main-navigation */
.main-navigation > .container > ul > li.menu-item-has-children {
    position: static !important;
}

/* The first-level dropdown = mega menu panel */
.main-navigation ul.sub-menu {
    background-color: #fff;
    border-top: 2px solid #4a8c3f;
    position: absolute;
    top: 100%;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.25s ease;
    transform: translateY(10px);
    padding: 25px 30px;
    display: flex !important;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.main-navigation ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Level 2: each category = column (4 per row) */
.main-navigation > .container > ul > li > ul.sub-menu > li {
    width: 25%;
    padding: 10px 15px;
    box-sizing: border-box;
    list-style: none;
}

.main-navigation > .container > ul > li > ul.sub-menu > li > a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #4a8c3f !important;
    padding: 0 0 8px 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    margin-bottom: 8px;
    white-space: normal !important;
    display: block;
}

.main-navigation > .container > ul > li > ul.sub-menu > li > a:hover {
    color: #2d6b25 !important;
}

.main-navigation ul ul li.menu-item-has-children > a:before {
    display: none;
}

/* Submenu 2 (level 3): displayed inline below the column header */
.main-navigation ul.sub-menu ul.sub-menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border-top: none !important;
    background: transparent !important;
    padding: 0 !important;
    display: block !important;
    min-width: auto !important;
    flex-wrap: nowrap;
}

.main-navigation ul.sub-menu ul.sub-menu > li {
    width: 100% !important;
    padding: 0 !important;
}

.main-navigation ul.sub-menu ul.sub-menu > li > a {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #555 !important;
    padding: 4px 0 !important;
    line-height: 1.5 !important;
    border-bottom: none !important;
    white-space: normal !important;
}

.main-navigation ul.sub-menu ul.sub-menu > li > a:hover {
    color: #4a8c3f !important;
}

/* For items without children in the mega menu (simple links in columns) */
.main-navigation > .container > ul > li > ul.sub-menu > li:not(.menu-item-has-children) > a {
    font-weight: 400 !important;
    color: #555 !important;
    font-size: 13px !important;
    border-bottom: none !important;
    padding: 4px 0 !important;
}

.site-header.header-banner .main-navigation,
.site-header.header-logo-style2 .main-navigation {
    background: var(--mew-green);
}

.site-header.header-logo .main-navigation {
    background: none;
}

.site-header.header-logo .main-navigation ul.menu {
    float: right;
}

.site-header.header-logo .main-navigation ul.menu>li {
    margin-right: 30px;
}

.site-header.header-logo .main-navigation ul.menu>li:last-child {
    margin-right: 0;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
    color: #b7b7b7;
    padding: 0;
    line-height: 70px;
    height: 70px;
}

#site-navigation ul#primary-menu>li>a {
    font-size: 1.0em;
}

.header:not(.transparent) .header-nav-main.nav>li>a {
    color: #b7b7b7;
}

.header-button .button.primary {
    border-radius: 5px;
    color: #fff;
    border-color: rgba(0, 0, 0, .05);
    background-color: #00adef;
}

.header-button-1 .header-button:hover .button.primary {
    background-color: #006e99;
}

.waperimghome {
    position: relative;
    max-height: 486px;
}

.waperimghome img {
    object-fit: cover;
    max-height: 486px;
    width: 100%;
}

.contentimghome {
    position: absolute;
    top: 20%;
    left: 20%;
    color: rgb(255, 255, 255);
}

p.corpoa {
    font-size: 40px;
}

span.arime {
    font-size: 18px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.heading {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: normal;
    font-size: 20px;
}

.heading a {
    position: relative;
    display: inline-block;
    color: #808080;
}

/*.heading a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FD7158;
}*/
.page-title,
h1.entry-title {
    font-size: 22px;
    font-weight: 600;
    color: #FD7158;
    margin: 5px 0 15px 0;
}

.page-title-bar {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}

.page-title-bar .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
}

.breadcrumb {
    padding: 5px 0;
    margin-bottom: 10px;
    background: none;
    color: #fff;
    justify-content: center;
}

#back-top {
    margin: 0
}

#back-top a {
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

#back-top span {
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20%;
    right: 30px;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #939393 url(lib/images/top.png) no-repeat center 50%;
    opacity: .5;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

#back-top span:hover {
    opacity: 1
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.wpcf7 label {
    font-weight: 600;
    display: block
}

.wpcf7 div.wpcf7-validation-errors {
    margin: 2em 0 1em
}

.wpcf7 span.wpcf7-not-valid-tip {
    margin: 5px 0
}

.page_nav {
    text-align: center;
    margin-bottom: 20px;
}

.page_nav * {
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    border: 1px solid #FD7158;
    margin: 0;
}

.page_nav .current,
.page_nav .page-numbers:hover {
    background: #FD7158;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.btn {
    font-size: 14px;
    background: #FD7158;
    color: #FFF;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFF;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    border-color: #FD7158;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FD7158;
    border-color: #FD7158;
}

.form-control {
    height: 34px;
    font-size: 14px;
}

textarea.form-control {
    height: 160px;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #807d7d;
    border-radius: 8px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
    clear: both;
    display: table;
    content: " "
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.sidebar .widget {
    margin: 0 0 20px 0;
}

.sidebar .widget-title {
    font-size: 16px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    background: #fff;
    padding: 10px 0px;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 15px;
}

.sidebar .widget ul {
    padding: 0;
}

.sidebar .widget_nav_menu>div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_text .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    border-top: none;
}

.sidebar .widget_list_posts .list-post-item,
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .textwidget,
.sidebar .widget_recently_viewed_products .product_list_widget {
    padding: 0;
}

.sidebar .widget:not(.widget_slider_products) ul {
    margin: 0;
}

.sidebar .widget:not(.widget_slider_products) ul li {
    display: block;
}

/* Widget Custom Menu */
.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 8px 10px;
}

.sidebar .widget_nav_menu ul.menu>li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #333333;
}

.sidebar .widget_nav_menu ul li a:before {
    content: '';
    display: inline-block;
    /* width: 5px;
    height: 5px;
    background: #FD7158;
    border-radius: 50%;
    margin-right: 5px;*/
}

.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
    background: #FFF;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
    right: 100%;
    left: initial;
    -moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.sidebar .widget_nav_menu .menu-item-has-children:hover>.sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* Widget Search */
.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.search-form input[type=search],
.search-form input[type=submit] {
    height: 29px;
    outline: none;
    border: none;
}

.search-form input[type=search] {
    width: 100%;
    background: none;
    color: #FFF;
    font-weight: normal;
    padding: 4px 39px 4px 10px;
}

.search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(lib/images/btsearch.png) center center no-repeat;
    text-indent: -9999px;
    width: 29px;
    cursor: pointer;
}

.search-form input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.search-form input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.search-form input[type=search]:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.search-form input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.sidebar .search-form {
    padding: 4px 12px;
    background: #176fc8;
    overflow: hidden;
}

.site-header .search-form {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 9;
    width: 200px;
    border-radius: 3px;
    background: #FFF;
    overflow: hidden;
}

.site-header input[type=search] {
    color: #333333
}

/* Widget Recent Posts */
.sidebar .widget_recent_entries ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #EBEBEB;
}

.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.sidebar .widget_recent_entries .post-date {
    display: block;
}

/* Widget Recent Posts */
.widget .list-post-item li {
    margin-bottom: 10px;
}

.widget .list-post-item li:last-child {
    margin-bottom: 0;
}

.widget .list-post-item .post:after {
    clear: both;
}

.widget .list-post-item .alignleft {
    width: 100px;
    margin-right: 10px;
}

.widget .list-post-item .alignright {
    width: 100px;
    margin-left: 10px;
}

.widget .list-post-item .aligncenter {
    text-align: center;
}

.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget .list-post-item h3 a {
    color: inherit;
}

/* Widget Support */
@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(lib/images/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}

.widget_supports .support-style-1 {
    background-color: #FFF;
}

.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}

.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
    border-top: none;
}

.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}

.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}

.widget_supports .support-style-2 .name {
    font-weight: 600;
}

.widget_supports .support-style-2 .phone {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
}

.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}

.widget_supports .support-style-2 .email a {
    color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}

.widget_supports .support-style-3 ul li {}

.widget_supports .support-style-3 .name {
    font-size: 12px;
    color: #333333;
}

.widget_supports .support-style-3 .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #e70c0c;
}

.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}

.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}

/* Widget Slider Products */
.sidebar .content-feature-page,
.sidebar .slider-products {
    padding: 10px 10px 0 10px;
}

html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
    margin: 0;
}

.item-product-slide {
    overflow: hidden;
    margin-bottom: 15px;
}

.item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-product-slide .alignleft,
.item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #FFF;
}

.item-product-slide .alignleft {
    margin-right: 15px;
}

.item-product-slide .alignright {
    margin-left: 15px;
}

.item-product-slide .alignleft>div,
.item-product-slide .alignright>div {
    width: 100%;
}

.slick-slide.item-product-slide img {
    width: auto;
    display: inline-block;
    max-height: 100px;
    max-width: 100px;
}

.item-product-slide .alignnone img {
    margin: 0 auto 10px;
}

.item-product-slide h3 {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.item-product-slide h3 a {
    color: #333333;
}

.item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}

.item-product-slide .price ins,
.item-product-slide .price del {
    display: block;
    text-decoration: none;
}

.item-product-slide .price ins {
    margin-right: 0;
}

.item-product-slide .price del {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}

/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
    padding: 20px 10px;
    background: #fafafa;
}

/* Slick Slider */
html .slick-carousel.slick-dotted.slick-slider {
    padding-bottom: 40px;
}

.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
}

.slick-slider .slick-next {
    right: -15px;
}

.slick-slider .slick-prev {
    left: -15px;
}

.slick-slider .slick-arrow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
}

.slick-prev:before {
    content: "\f053" !important;
}

.slick-next:before {
    content: "\f054" !important;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    color: #FD7158;
    opacity: 1;
}

.slick-slider .slick-dots {
    bottom: 10px;
}

.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #d8d8d8;
}

.slick-slider .slick-dots li {
    margin: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #FD7158;
    opacity: 1;
}

@media (max-width: 575.5px) {
    .slick-slider .slick-prev {
        left: 5px;
    }

    .slick-slider .slick-next {
        right: 5px;
    }
}

.slick-slider {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.slick-slide {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Widget Featured Page */
.widget_featuredpage .entry-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.widget_featuredpage .entry-title a {
    color: #FD7158;
}

.widget_featuredpage .alignleft,
.widget_featuredpage .alignright {
    width: 30%;
}

.widget_featuredpage .alignleft {
    margin-right: 10px;
}

.widget_featuredpage .alignright {
    margin-left: 10px;
}

.widget_featuredpage .aligncenter {
    margin-bottom: 10px;
}

.widget_featuredpage p {
    font-size: 13px;
    text-align: justify;
}

/* Widget Information */
.widget_information li {
    padding: 3px 0 3px 22px;
    position: relative;
}

.widget_information i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    text-align: center;
}

.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_information li.label-company i {
    display: none;
}

/* Widget Social */
.widget_social ul {
    margin: 0;
    padding: 0;
}

.widget_social ul li {
    display: inline-block;
    margin-right: 5px;
}

.widget_social ul li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #333;
    background: #fff;
    box-shadow: 0 3px 5px #616161;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.widget_social .icon_facebook a {
    color: #3b5999
}

.widget_social .icon_twitter a {
    color: #55acee
}

.widget_social .icon_google a {
    color: #dd4b39
}

.widget_social .icon_youtube a {
    color: #cd201f
}

.widget_social .icon_linkedin a {
    color: #0077B5
}

.widget_social .icon_pinterest a {
    color: #bd081c
}

.widget_social .icon_instagram a {
    color: #e4405f
}

.widget_social ul li a:hover {
    transform: translateY(-5px)
}

/* Widget Tag Cloud */
.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #FD7158;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #FD7158;
}

.tagcloud a:hover {
    background: #FD7158;
    color: #FFF;
}

/* Count Per Day */
.sidebar .cpd {
    padding: 5px 10px;
}

.sidebar .cpd li {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.sidebar .cpd li:last-child {
    border-bottom: none;
}

/* Slider */
.wtb-slider {
    margin-bottom: 30px;
}

html .theme-default .nivo-controlNav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.single article.post .entry-content {
    line-height: 25px;
    margin-bottom: 20px;
}

.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}

.entry-meta {
    font-size: 13px;
    margin-bottom: 10px;
}

.entry-meta span {
    color: #999;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px dotted #999;
}

.entry-meta span i {
    color: #747474;
}

.socials-share {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.socials-share .fb_iframe_widget {
    position: relative;
    top: 2px;
}

.post-next-prev {
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
}

.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}

.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}

.related-posts {
    margin-bottom: 30px;
}

.related-posts .related-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.related-posts ul {
    padding-left: 0;
    list-style-position: inside;
}

.related-posts ul li {
    margin-bottom: 5px;
}

.related-posts ul li a {
    color: #333333;
}

.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
    color: #FD7158;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list .comment-content a {
    word-wrap: break-word
}

.comment-form label {
    display: block
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    padding: 5px 10px
}

.comment-form input,
.comment-form textarea {
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7)
}

.comment-form input[type="submit"] {
    background: #FD7158;
    color: #FFF;
    padding: 5px 10px
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0
}

.comment-content {
    padding: 10px 20px 45px;
    margin: 25px 0 0;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important
}

.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: 0.8em
}

.comment-author {
    padding: 10px 5px 0
}

.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%
}

.comment-list p,
.ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    word-wrap: break-word
}

.comment-list li .fn,
.comment-list li .cfn {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0
}

.comment-list li .says {
    display: none
}

/* Extra Comments */
#formcmmaxweb {
    margin-bottom: 20px
}

#formcmmaxweb textarea.form-control {
    height: auto;
}

span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.comment-author.vcard {
    width: 25px
}

.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center
}

.commentlist {
    margin-top: 10px
}

.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px
}

.commentlist .children {
    margin-top: 10px
}

.commentBody em {
    color: red
}

.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden
}

.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px
}

.noidungcomment {
    font-size: 14px;
    line-height: 22px
}

.cancel-comment-reply a {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    color: #a9883f
}

.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px
}

.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #FD7158;
    opacity: .3;
    font-size: 12px
}

.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1
}

.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
    padding: 0;
}

ol.commentlist_mw li {
    margin-bottom: 10px
}

ol.commentlist_mw>ul.children {
    margin: 10px 0 15px 35px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
    border: 1px solid #dfdfdf;
}

ol.commentlist_mw>ul.children:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 13px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #dfdfdf;
    border-left: 11px solid rgba(238, 238, 238, 0);
    border-right: 11px solid rgba(238, 238, 238, 0);
}

ol.commentlist_mw>ul.children:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

div.error {
    color: red;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 10px 0 0
}

.tools_comment a {
    color: #FD7158;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px
}

.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tools_comment a:last-child:after {
    display: none
}

.tools_comment a:last-child {
    padding: 0;
    margin: 0
}

.noidungcomment p {
    margin: 0 0 5px
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/
@media (min-width: 992px) {

    .sidebar-content .site-main,
    .content-sidebar .site-main {
        float: right;
        width: 74.5%;
    }

    .sidebar-content .sidebar,
    .content-sidebar .sidebar {
        float: left;
        width: 23.5%;
    }

    .content-sidebar .site-main {
        float: left;
    }

    .archive.tax-product_cat .site-main {
        float: right;
    }

    .archive.tax-product_cat.content-sidebar .sidebar {
        float: left;
    }

    .content-sidebar .sidebar {
        float: right;
    }

    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
        width: 75.5%;
    }

    .sidebar-content-sidebar .site-main,
    .sidebar-sidebar-content .site-main,
    .content-sidebar-sidebar .site-main {
        float: right;
        width: 67.5496689%;
    }

    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .content-sidebar-sidebar .sidebar-primary {
        float: left;
        width: 31.1258278%;
    }

    .sidebar-content-sidebar .sidebar-secondary,
    .sidebar-sidebar-content .sidebar-secondary {
        float: right;
        width: 23.5%;
    }

    .sidebar-sidebar-content .sidebar {
        float: left;
    }

    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }

    .content-sidebar-sidebar .sidebar-primary {
        float: right;
    }

    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
        width: 23.5%;
    }

    .content-sidebar-sidebar .site-main {
        float: left;
    }
}

.site-content {
    padding-top: 0;
}

.home .site-content {
    padding-top: 0;
}

.page-template-page-fullwidth .site-main {
    width: 100%;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/
.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.sh-blog-shortcode .element.item-new .entry-description {
    color: #747474;
}

.sh-blog-shortcode .element.item-new .btn {
    border-radius: 20px;
}

.sh-blog-shortcode .element.item-new .view-detail {
    color: #FD7158;
}

.sh-blog-shortcode .element.item-new .view-detail i {
    display: none;
}

.sh-blog-shortcode .element.item-new .entry-thumb {
    padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
.sh-blog-shortcode .element .entry-content {
    margin: 0;
}

.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
}

.sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.sh-blog-shortcode .element .entry-thumb a img:hover {
    transform: scale(2.1);
    -webkit-transform: scale(1.1)
}

.sh-blog-shortcode .element .entry-meta {
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: 10px 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.sh-blog-shortcode .element .entry-title a:hover {
    color: #ff2020;
}

.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
}

/* Blog Shortcode 1 */
.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-1 .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-1 .element .entry-title a {
    color: #333333;
}

.sh-blog-shortcode.style-1 .element .entry-title a:hover {
    color: #FD7158;
}

.sh-blog-shortcode.style-1 .element .entry-description p {
    margin-bottom: 5px;
}

/* Blog Shortcode 2 */
/* Blog Shortcode 3 */
/* Blog Shortcode 4 */
/* Blog Shortcode 5 */
.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .element .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-5 .element .entry-description {
    font-size: 13px;
}

/* Blog Shortcode 6 */
.sh-blog-shortcode.style-6 .entry-thumb {
    padding: 0;
    background: #FFF;
}

.sh-blog-shortcode.style-6 .entry-title a {
    color: #333333;
}

.sh-blog-shortcode.style-6 .entry-title a:hover {
    color: #FD7158;
}

.sh-blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 175px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}

/* Blog Shortcode 7 */
.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FD7158;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

/* Blog Shortcode 8 */
.sh-blog-shortcode.style-8 .element {
    margin-bottom: 30px;
}

.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgb(0, 0, 0, .5);
    padding: 10px 10px;
}

.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
    color: #FFF;
    max-height: 40px;
    overflow: hidden;
}

.sh-blog-shortcode.style-8 .element .entry-title a:hover {
    text-decoration: underline;
}

@media (max-width: 414px) {
    .sh-blog-shortcode .element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #FFF;
    z-index: 999999;
    background: #FD7158;
    padding: 0 15px;
    position: relative;
}

.navbar-brand {
    color: #FFF !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    /*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}

.navbar-brand img {
    max-height: 30px;
}

#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-110%, 0px);
    -moz-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    -o-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
}

#mobilenav.opened {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.mobilenav__inner {
    background-image: url(lib/images/mobile-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 84%;
    position: relative;
    height: 100%;
    z-index: 9;
}

.mobilenav__inner:before {
    content: '';
    background: #00000050;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.mobilenav__inner .menu-top-menu-container {
    height: calc(100% - 128px);
    overflow: auto;
}

.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #1e1e1e;
    border-left: 1px solid #000000;
    color: #fff;
    transform: translateY(-50%);
}

.toplg {
    padding: 50px 15px 40px 15px;
    text-align: center;
}

.toplg img {
    max-width: 150px;
    margin: 0 auto;
}

#mobilenav h3 {
    color: #f2f2f2;
    font-size: 28px;
}

#mobilenav .mobile-menu {
    margin: 0;
    padding: 0;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
    overflow-y: auto;
    height: calc(100% - 128px);
}

#mobilenav li {
    display: block;
    position: relative;
    overflow: auto;
}

#mobilenav li a {
    color: #fff;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: solid 1px #707070;
    /* border-top: solid 1px #4b4e50; */
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

#mobilenav ul.mobile-menu>li>a {
    background: #0000008c;
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 25px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.085);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mobilenav .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 43%;
}

#mobilenav ul ul.sub-menu {
    background: #363f48;
}

#mobilenav ul>li.menu-item-has-children.open>.arrow:before {
    content: "\f106";
}

#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

#showmenu {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 5;
    transform: translateY(-50%);
    padding: 6px 6px 1px 6px;
    background-image: linear-gradient(to top, rgb(88 176 223) 0%, rgb(60 121 187) 51%, rgb(88 176 223) 100%);
    border-radius: 5px;
}

#hamburger .hamburger {
    margin-left: 10px
}

.hamburger {
    display: inline-block;
    width: 25px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner::after,
.site-header:not(.header-banner) .hamburger-inner::before {
    background-color: #fff
}

/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.site-footer {
    color: #424242;
}

footer#footer p {
    margin-bottom: 0.2em;
}

.site-footer a {
    color: #424242;
}

.footer-widgets {
    padding: 40px 0 20px 0;
    background: #f5f7fd;
    font-size: 14px;
}

.footer-widgets h4.widget-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}

.footer-widgets ul ul {
    display: none;
}

.footer-widgets .widget_nav_menu ul li {
    position: relative;
    padding: 3px 0 3px 15px;
}

.footer-widgets .widget_nav_menu ul li a:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
}

.footer-widgets .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

.site-info {
    padding: 10px 0;
    background: #e9e9e9;
}

.site-info p {
    margin-bottom: 0;
}

.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-widgets-area.col-md-4:not(:first-child) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.footer-widgets-area.col-md-4:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.big-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #62a403;
    font-size: 40px;
}

.big-title a {
    color: #62a403;
}

.entry-thumb img {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.entry-content {
    padding: 5px 15px;
}

.sh-blog-shortcode.style-3 .post-inner,
.sh-blog-shortcode.style-4 .post-inner {
    box-shadow: 0 0 5px 0 #00000050;
    border-radius: 20px;
}

.entry-title a {
    color: #252525;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
}

/*.logo {
    width: 130px;
}*/
.wtb-breadcrumb {
    display: none;
    /* background-image: url(lib/images/sub-banner.jpg);
    min-height: 150px;
    background-position: center;
    background-size: cover;*/
    position: relative;
    z-index: 999;
    margin-bottom: 50px;
    align-items: center;
    display: flex;
}

.wtb-breadcrumb:before {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to left, #ea6f56, #0000007a);*/
}

.entry-title.confbre {
    position: absolute;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    display: table;
    margin: auto;
    margin-bottom: 15px;
}

.breadcrumb {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb>span a {
    padding: 3px 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0px 10px;
    position: relative;
    color: #5b5b5b;
    font-weight: 600;
}

.breadcrumb>span a:before {
    content: "";
    width: 14px;
    height: 25px;
    background-image: url(lib/images/arrow-back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -14px;
    opacity: 0.3;
    z-index: 999;
}

.breadcrumb>span a:after {
    content: "" !important;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    right: -28px;
    padding: 0 8px;
}

.breadcrumb_last {
    background-color: #FD7158;
    padding: 3px 10px;
    margin: 0px 10px;
    position: relative;
}

.breadcrumb_last:before {
    opacity: 1;
    z-index: 0;
    content: "";
    width: 14px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    left: -12px;
    border-top: 12px solid #FD7158;
    border-bottom: 13px solid #FD7158;
    border-left: 12px solid transparent;
}

.breadcrumb .breadcrumb_last:after {
    content: "" !important;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0px;
    right: -12px;
    border-left-color: #FD7158;
}

.sidebar a {
    color: black;
    font-weight: 500;
}

/* CTA */
.network-socials-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    width: 180px;
    margin-right: -139px !important;
    z-index: 999;
    -webkit-transition: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FD7158;
}

.network-socials-fixed .item {
    height: 38px;
    margin-bottom: 1px;
    background-color: #FD7158;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.network-socials-fixed .item a {
    display: block;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.network-socials-fixed .item a span.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    height: 32px;
    width: 32px;
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    background-color: #b45542;
}

.network-socials-fixed .item a span.number {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.hotline-phone-ring-wrap {
    display: none;
}

/* End CTA */

/* css menu */
.header-main li.cssgiaiphap>ul.sub-menu li:hover {
    background: linear-gradient(331deg, rgb(101 190 244) 0%, rgb(115 184 227) 100%);
}

.header-main li.cssgiaiphap>ul.sub-menu li:hover a {
    color: #fff;
}

.header-main li.cssgiaiphap>ul.sub-menu {
    border: none;
    box-shadow: none;
    border-bottom: solid 3px #b45542;
    display: flex !important;
    flex-wrap: wrap;
    min-width: 800px;
    background-color: rgb(255 255 255 / 90%);
    padding: 0;
    transform: translateX(-28%);
}

.header-main li.cssgiaiphap>ul.sub-menu>li {
    flex: 0 0 33.3333333%;
    display: block;
    margin: 0;
    vertical-align: top;
}

.header-main li.cssgiaiphap>ul.sub-menu>li:first-child {
    margin-left: 0 !important;
}

.header-main li.cssgiaiphap>ul.sub-menu>li:nth-child(3n+2) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.wrap-product {
    border-radius: 10px;
}

.wrap-product .image-product {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wrap-product .image-product img {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*.wrap-product:hover {
    box-shadow: 0 0.125rem 0.125rem -0.125rem rgb(31 27 45 / 37%), 0 0.25rem 0.75rem rgb(31 27 45 / 16%);
}*/
/* end css menu */
/* .entry-thumb a:before {
    content: '';
    background: #00000050;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
} */

.entry-thumb {
    position: relative;
    z-index: 1;
}

.post-inner:hover .entry-thumb a:before {
    opacity: 1;
}

.second-element-layout .post-inner .entry-content {
    background: #f6f6f6;
    border-radius: 4px;
}

.col-md-12.first-element-layout .entry-content {
    padding: 25px 15px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    transition: 0.5s;
    background-image: linear-gradient(#d0d0d00d, #404040fa);
    z-index: 8;
}

.first-element-layout .post-inner:hover .entry-thumb a:before {
    opacity: 0;
}

.first-element-layout .post-inner:hover .entry-content {
    bottom: -20px;
}

.first-element-layout .entry-content div.entry-title a {
    color: #fff !important;
}

.first-element-layout .entry-meta span {
    color: #fff !important;
}

#news a.btn.click-here {
    margin-top: 20px;
}

.view-more {
    background-image: linear-gradient(to right, #62a403 0%, rgb(70 136 176) 51%, #62a403 100%);
    background-size: 200% auto;
    border: 0;
    padding: 9px 25px;
    font-size: 16px;
    /* text-transform: uppercase; */
    border-radius: 15px;
    transition: all 400ms ease-out;
    line-height: 22px;
    color: #fff;
    display: inline-block;
}

.post-inner {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 1s;
}

.first-element-layout .entry-title a {
    font-size: 20px;
    color: #fff !important;
}

#news .view-more {
    margin-top: 20px;
}

.first-element-layout .entry-title a {
    font-size: 23px;
}

.view-more:hover {
    background-position: right center;
    color: white;
}

a.button.product_type_simple:hover {
    background-position: right center;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/

/*Search*/
button.btn-search:focus {
    outline: none !important;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: #FD7158;
    padding-right: 40px;
    color: #fff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: #FD7158;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: #FD7158;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

/*End search*/
.container {
    max-width: 1420px;
}

/* .header-main {
    background: #0c0c0c;
} */
.header-bottom {
    background-color: #f1f1f1;
    min-height: 45px;
    z-index: 9;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .flex-row {
    height: 100%;
}

.flex-left {
    margin-right: auto;
}

.flex-col {
    max-height: 100%;
}

.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-right {
    margin-left: auto;
}

.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.nav>li.html {
    font-size: .85em;
}

.nav>li.html {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.header-button {
    display: inline-block;
}

.secondary.is-link {
    color: #777777 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding-left: .15em;
    padding-right: .15em;
}

.header-button .button span {
    display: inline-block;
    line-height: 1.6;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .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%;
    -webkit-transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: border .3s, background .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*custom trang chi tiet san pham*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 54%;
}

.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: right;
    width: 42%;
    clear: none;
}

#col-358591749>.col-inner {
    margin: -20px 0px 0px 0px;
}

#col-622422737 a.button.primary.expand,
#col-893923214 a.button.primary.expand {
    display: inline-block;
    width: 100%;
    background-image: none;
    background-color: #00adef;
}

/*custom trang chủ sale*/
.salehome {
    background-color: rgb(119, 119, 119);
    color: #f1f1f1;
    padding: 30px 0;
    position: relative;
    min-height: auto;
}

section.salehome .text-right>a span {
    color: #fff;
    background-color: #00adef;
    border-color: rgba(0, 0, 0, .05);
    display: inline-block;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    min-height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.2em;
}

section.salehome a.phonehotline:hover span {
    background-color: #008abf;
}

/**/
section.introtoproduct {
    padding: 45px 0px;
}

.waper-titleproducts {
    color: #555;
}

.corpoa,
#product .wrap-product .woocommerce-loop-product__title {
    font-family: "MBCorpoATitleCond-Regular-Web", "DaimlerCAC-Regular", Helvetica, Arial, sans-serif;
}

.arime {
    font-family: Arial, Helvetica, sans-serif;
}

section.introtoproduct .corpoa {
    font-size: 32px;
}

.product-wrap .heading,
#product .list-products li .wrap-product .price {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: unset;
}

#product .wrap-product .woocommerce-loop-product__title {
    font-size: 27px;
}

div#text-3119205013 {
    padding-top: 20px;
    font-size: 14px;
}

.archive.tax-product_cat .list-products li .woocommerce-loop-product__title {
    font-size: 16px;
}

/*foooter*/
.afftterfooter {
    background-image: url(lib/images/cta-1920x560-1.jpg);
    height: 460px;
    background-size: cover;
    color: #fff;
}

.afftterfooter .container,
.afftterfooter .container .row {
    height: 100%;
}

.afftterfooter .banner-inner.fill {
    height: 100%;
}

.afftterfooter .col-md-6.text-center {
    justify-content: center;
    align-items: center;
    align-self: center;
}

.form-flat input:not([type=submit]) {
    background-color: rgba(255, 255, 255, .2) !important;
    border-color: rgba(255, 255, 255, .09);
    box-shadow: none;
    color: #fff;
    border-radius: 99px;

}

.form-flat .your-name input,
.form-flat .tel-322 input {
    width: 100%;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    outline: unset;
}

.form-flat input[type=text] {
    box-sizing: border-box;
    color: #fff;

}

.form-flat input[type=text]::-webkit-input-placeholder,
.form-flat input[type=tel]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.form-flat input[type=text]::-moz-placeholder,
.form-flat input[type=tel]::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.form-flat input[type=text]:-ms-input-placeholder,
.form-flat input[type=tel]:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.form-flat input[type=text]:-moz-placeholder,
.form-flat input[type=tel]:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

span.wpcf7-form-control-wrap.menu-43 {
    display: block;
    text-align: center;
    background-color: rgba(118, 118, 118, 0);
}

.form-flat select {
    background-color: rgba(255, 255, 255, .2) !important;
    border-color: rgba(255, 255, 255, .09);
    border-radius: 99px;
    box-sizing: border-box;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    outline: unset;
}

.btn-search-header {
    padding: 0;
    margin-right: 0px;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
/* Extra large devices (large desktops) */

/*PC*/
@media (min-width: 1200px) {
    /* Removed old social bar hover */

    .footer-widgets-area.col-md-6.col-lg-3.col-xl-3:nth-child(1) {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
    }

    .footer-widgets-area.col-md-6.col-lg-3.col-xl-3:nth-child(1) {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media (min-width: 992px) {
    .fix-phone {
        top: 50% !important;
        transform: translateY(-50%);
        flex-direction: column;
    }

    .fix-phone:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 60px;
        top: -30px;
        right: 0px;
        border-radius: 0 0 50px 0;
        box-shadow: 30px 0 0 0 var(--mew-green);
        pointer-events: none;
    }

    .fix-phone:after {
        content: "";
        position: absolute;
        height: 30px;
        width: 60px;
        bottom: -30px;
        right: 0px;
        border-radius: 0 50px 0px 0;
        box-shadow: 30px 0 0 0 var(--mew-green);
        pointer-events: none;
    }

    .fix-phone .notify {
        right: calc(100% + 15px);
        top: 0;
        height: fit-content;
        width: 250px;
    }

    .fix-phone-mb {
        z-index: 9;
        max-width: calc(60%);
        width: 250px;
        box-shadow: 0 0 3px 0px var(--mew-green);
        opacity: 0;
        visibility: hidden;
        transition: .3s linear all;
        bottom: 65px;
        right: 10px;
        transform: scale(1);
        top: inherit !important;
    }

    .fix-phone-mb.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 11;
        visibility: visible;
    }

    .fix-phone-mb .item .img {
        width: 45px;
        height: 45px;
        padding: 10px;
    }

    .fix-phone-mb .close_support {
        width: 30px;
        height: 24px;
        right: 0;
        top: 0px;
        background: var(--mew-green);
        border-radius: 0 10px;
    }

    .fix-phone-mb .close_support svg {
        fill: #fff;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/*Ipad*/
@media screen and (min-width: 750px) and (max-width: 950px) {}

/*Ipad Pro*/
@media screen and (min-width: 960px) and (max-width: 1150px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    #site-navigation,
    .sidebar .widget_nav_menu ul ul {
        display: none;
    }

    .site-boxed .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Removed old social bar responsive styles */

    .search-bar {
        background: #4284c2;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .site-info,
    .site-info * {
        margin-bottom: 39px;
        text-align: center;
    }

    #showmenu {
        top: 50%;
        padding: 6px 5px 5px 5px;
    }

    .hamburger {
        height: 20px;
    }

    .hamburger-box {
        height: 15px;
    }

    .hamburger--collapse .hamburger-inner {
        bottom: -3px;
    }

    .hamburger-inner::before {
        top: -15px;
    }

    .hamburger-inner::before {
        top: -15px;
    }

    .hamburger--collapse .hamburger-inner::after {
        top: -7.5px;
    }

    .wtb-breadcrumb {
        min-height: 150px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Extra small devices (portrait phones, less than 320px) */
@media (max-width: 320px) {}

/* --- Custom Header Styles Slim (Comai Food) --- */
.header-main {
    background: #fff;
    z-index: 1000;
}

.header-search .input-group {
    background: #f8f9fa;
    border-radius: 50px;
    border: 1px solid #eee;
    padding: 1px;
    max-width: 100%;
}

.header-search .form-control {
    height: 34px;
    font-size: 13px;
    border: none;
    background: transparent !important;
    padding-left: 15px;
}

:root {
    --mew-green: #448d0a;
    --mew-text: #333333;
    --mew-gray: #707070;
    --mainColor: #448d0a;
    --bg: #f3f3f3;
    --hover: #367008;
}

.header-main {
    background-color: #fff;
    padding: 15px 0;
}

.header-search .input-group {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
}

.header-search .form-control {
    border: none;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
}

.header-search .form-control:focus {
    box-shadow: none;
}

.header-search .btn-search-header {
    background-color: transparent;
    border: none;
    height: 40px;
    padding: 0 15px;
    color: var(--mew-green);
    font-size: 16px;
}

.header-action-item {
    margin-right: 30px;
}

.header-action-item .action-icon {
    font-size: 26px;
    color: var(--mew-green);
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.header-action-item .action-text {
    line-height: 1.2;
}

.header-action-item .action-text span {
    font-size: 14px;
    color: var(--mew-gray);
    font-weight: 500;
}

.header-action-item .action-text a {
    font-size: 16px;
    color: var(--mew-text) !important;
    font-weight: 600;
}

.header-cart .btn-cart-header {
    background-color: var(--mew-green);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: background 0.3s;
}

.header-cart .btn-cart-header:hover {
    background-color: #3b7a08;
}

.header-cart .cart-count {
    background-color: #ffb400;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: 700;
}

.main-navigation {
    background-color: var(--mew-green);
}

.main-navigation {
    background-color: var(--mew-green);
    position: relative;
}

.main-navigation .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-navigation ul.menu {
    margin: 0;
    padding: 0;
    flex: 1;
}

.main-navigation ul.menu>li>a {
    color: #fff !important;
    padding: 12px 15px;
    font-weight: 700;
    text-transform: none;
    font-size: 14px;
    display: block;
    line-height: normal;
    transition: all 0.3s;
    position: relative;
}

.main-navigation ul.menu>li:hover>a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

/* Dropdown Arrow */
.main-navigation ul.menu>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
}

/* Store Location Link on Right */
.header-store-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 12px 0 12px 20px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s;
}

.header-store-link:hover {
    opacity: 0.8;
}

.header-store-link i {
    font-size: 18px;
    margin-right: 8px;
}

.logo img {
    max-height: 50px;
    width: auto;
}

@media (max-width: 991.98px) {
    .header-main {
        padding: 10px 0;
    }

    .header-action-item {
        margin-right: 15px;
    }

    .header-action-item .action-text {
        display: none;
    }

    .header-cart .btn-cart-header span:not(.cart-count) {
        display: none;
    }
}

/* Nhóm nút liên hệ cố định (CTA) - Mew Yummy Style Vertical Tab */
.fix-phone {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    padding: 15px 8px;
    background-color: var(--mew-green);
    border-radius: 35px 0 0 35px;
    z-index: 9999;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    gap: 15px;
}

.fix-phone a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.2s;
}

.fix-phone a:hover {
    transform: scale(1.1);
}

.fix-phone img {
    display: block;
}


/* Nút Back to Top */
.back_top {
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background-color: var(--mew-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.back_top.back_show {
    opacity: 1;
    visibility: visible;
}

.back_top:hover {
    background-color: #3b7a08;
}

/* --- Min Organic - Section 4 Banners --- */
.section_4_banner {
    padding: 0;
}

.thumb-image-banner {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 0 !important;
    border-radius: 20px;
}

.thumb-image-banner img {
    transition: all 0.8s linear;
}

.thumb-image-banner:after,
.thumb-image-banner:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    opacity: 1;
    z-index: 1;
}

.thumb-image-banner:before {
    bottom: 0;
    left: 51%;
    right: 51%;
    top: 0;
}

.thumb-image-banner:after {
    bottom: 51%;
    left: 0;
    right: 0;
    top: 51%;
}

.thumb-image-banner:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.thumb-image-banner:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.row-fix {
    margin-left: -10px;
    margin-right: -10px;
}

.row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.section2 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .section2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .thumb-image-banner {
        border-radius: 10px;
    }

    .section_4_banner .col-fix {
        margin-bottom: 10px !important;
    }

    .section_4_banner .col-fix:nth-child(3),
    .section_4_banner .col-fix:nth-child(4) {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 500px) {
    .row-fix {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row-fix .col-fix {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}

.section_about .image-about-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}

.section_about .image-about {
    animation: movebounce 3s linear infinite;
}

.section_about .thump-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .section_about .thump-content {
        margin-top: 20px;
    }
}

.section_about .thump-content .thump {
    color: #000;
    text-align: left;
}

@media (max-width: 991px) {
    .section_about .thump-content .thump {
        margin-bottom: 20px;
    }
}

.section_about .thump-content .thump .title-small {
    display: block;
}

.section_about .thump-content .thump h2 {
    color: var(--mainColor);
    font-weight: 700;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 3.2rem;
}

@media (max-width: 991px) {
    .section_about .thump-content .thump h2 {
        font-size: 26px;
    }
}

.section_about .thump-content .thump h2 b {
    color: var(--mainColor);
}

.section_about .thump-content .thump .content {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section_about .thump-content .thump .content {
        font-size: 14px;
    }
}

.section_about .thump-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.section_about .thump-content ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.section_about .thump-content ul li .content {
    margin-bottom: 0 !important;
}

.section_about .thump-content ul li .icon {
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}

.section_about .thump-content ul li .icon:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    content: '';
    border: 1px dashed var(--mainColor);
    border-radius: 50%;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
}

.section_about .thump-content ul li .icon img {
    height: 40px;
}

.section_about .thump-content ul li b {
    display: block;
    font-size: 20px;
}

@keyframes movebounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section3 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .section3 {
        margin-bottom: 40px;
    }
}

.section4 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .section4 {
        margin-bottom: 40px;
    }
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    word-break: break-word;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    max-height: calc(1em * 1.4 * 1);
}

.title-index {
    display: block;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .title-index {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.title-index .title-name {
    font-family: "Bricolage Grotesque", sans-serif;
    color: var(--mainColor);
    font-size: 40px;
    display: block;
}

@media (max-width: 767px) {
    .title-index .title-name {
        font-size: 24px;
    }
}

.title-index span.title-content {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .title-index span.title-content {
        font-size: 14px;
    }
}

.title-index .swiper-button-cus {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .title-index .swiper-button-cus {
        margin-top: 10px;
    }
}

.title-index .swiper-button-cus .swiper-button-cus-next,
.title-index .swiper-button-cus .swiper-button-cus-prev {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 2px solid #4a8c3f;
    color: #4a8c3f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {

    .title-index .swiper-button-cus .swiper-button-cus-next,
    .title-index .swiper-button-cus .swiper-button-cus-prev {
        width: 32px;
        height: 32px;
    }
}

.title-index .swiper-button-cus .swiper-button-cus-next svg,
.title-index .swiper-button-cus .swiper-button-cus-prev svg {
    width: 18px;
    height: 18px;
    fill: none;
}

.title-index .swiper-button-cus .swiper-button-cus-next:hover,
.title-index .swiper-button-cus .swiper-button-cus-prev:hover {
    background: #4a8c3f;
    color: #fff;
}

.title-index .swiper-button-cus .swiper-button-cus-next.swiper-button-disabled,
.title-index .swiper-button-cus .swiper-button-cus-prev.swiper-button-disabled {
    border-color: #4a8c3f;
    opacity: 0.4;
    cursor: inherit !important;
}

.section_danhmuc .bg-thumb {
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .section_danhmuc .bg-thumb {
        padding: 15px;
        border-radius: 15px;
    }
}

.section_danhmuc .danhmuc-slider a {
    display: block;
    width: 100%;
    text-align: center;
}

.section_danhmuc .danhmuc-slider .slick-list {
    margin: 0 -10px;
}

.section_danhmuc .danhmuc-slider .swiper-slide {
    padding: 0 10px;
}

.section_danhmuc .danhmuc-slider a picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto !important;
    padding-bottom: 100%;
    border-radius: 30px;
    background: #fff;
}

.section_danhmuc .danhmuc-slider a picture img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .2s linear;
    padding: 10%;
}

.section_danhmuc .danhmuc-slider a h3 {
    font-size: 20px;
    display: inline-block;
    margin-top: -18px;
    background: var(--mainColor);
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 5px 30px;
    border-radius: 30px;
}

@media (max-width: 767px) {
    .section_danhmuc .danhmuc-slider a h3 {
        font-size: 16px;
    }
}

.section_danhmuc .danhmuc-slider a:hover picture img {
    transform: scale(1.1);
    transition: all 0.2s linear;
}

.section_danhmuc .danhmuc-slider a:hover h3 {
    background: var(--hover);
    color: #fff;
}

.button-more-style a {
    display: inline-flex;
    background: var(--mainColor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 767px) {
    .button-more-style a {
        padding: 5px 15px;
        font-size: 16px;
    }
}

.button-more-style a:before {
    position: absolute;
    left: auto;
    right: 0;
    height: 100%;
    content: '';
    z-index: -1;
    width: 0;
    overflow: hidden;
    border-radius: inherit;
    background: var(--hover);
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -webkit-transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.button-more-style a .icon {
    background: var(--hover);
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-more-style a .icon svg {
    stroke: #fff;
    width: 26px;
    height: 26px;
}

.button-more-style a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.button-more-style a:hover .icon {
    background: var(--mainColor);
}

.m_product .head_box {
    gap: 12px;
    margin-bottom: 15px;
}

.m_product .title {
    font-size: 30px;
    font-weight: 700;
    color: #111;
}

.m_product .list_link_pr {
    gap: 8px;
    overflow-x: auto;
}

.m_product .list_link_pr .js-tab-title {
    color: #333;
    background: #fff;
    white-space: nowrap;
    font-weight: 600;
}

.m_product .list_link_pr .js-tab-title.active,
.m_product .list_link_pr .js-tab-title:hover {
    background: var(--mainColor);
    color: #fff;
    border-color: var(--mainColor) !important;
}

.m_product .box_padding {
    padding: 0 7.5px;
}

.m_product .mew_product_tab .swiper-wrapper {
    margin: 0 -7.5px;
}

.m_product .product-item {
    border: 1px solid #e9e9e9 !important;
    border-radius: 10px;
    overflow: hidden;
}

.m_product .product-item .thumb .aspect {
    padding-bottom: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f9f9f9;
}

.m_product .product-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.m_product .product-item:hover .thumb img {
    transform: scale(1.06);
}

.m_product .product-item .sale-label {
    top: 10px;
    right: 10px;
    background: #e53935;
    color: #fff;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    z-index: 2;
}

.m_product .item-title {
    margin-bottom: 8px !important;
    min-height: 42px;
}

.m_product .item-title .line_1 {
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.m_product .item-price {
    font-size: 16px;
}

.m_product .item-price .special-price {
    color: #d7263d;
    font-weight: 700;
}

.m_product .item-price del {
    color: #999;
    font-size: 13px;
    margin-left: 6px;
}

.m_product .product-item_form {
    right: 0;
    bottom: 0;
}

.m_product .product-item_form .btn {
    width: 34px;
    height: 34px;
    background: var(--mainColor);
    color: #fff;
    border: 0;
}

.m_product .product-item_form .btn:hover {
    background: var(--hover);
}

.m_product .mm_prev,
.m_product .mm_next {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    border: 1px solid #ddd;
    top: 45%;
}

.m_product .mm_prev:before,
.m_product .mm_next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333;
    font-size: 12px;
}

.m_product .mm_prev:before {
    content: "\f053";
}

.m_product .mm_next:before {
    content: "\f054";
}

.m_product .view_more a {
    background: var(--mainColor);
    border-radius: 999px;
    padding: 6px 16px;
}

.m_product .view_more a:hover {
    background: var(--hover);
}

/* ===============================================================
   Section: section_3_col_pro - 3 Cột Sản Phẩm
   CSS from min-organic.myharavan.com
================================================================ */
.section_3_col_pro {
    margin-bottom: 80px;
    padding-top: 35px;
}

@media (max-width: 991px) {
    .section_3_col_pro {
        margin-bottom: 40px;
    }
}

.section_3_col_pro .title-index {
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--button-cl, #FF9301);
    padding-bottom: 5px;
    font-family: 'UTM Flavour', cursive;
}

.section_3_col_pro .title-index a {
    color: var(--main-cl, #653A29);
    text-decoration: none;
}

.section_3_col_pro .title-index a:hover {
    color: var(--button-cl, #FF9301);
}

.section_3_col_pro .list-product {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Product card - horizontal layout */
.section_3_col_pro .item-product.item_3_col {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f2f7f3;
    border-radius: 15px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.section_3_col_pro .item-product.item_3_col:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-color: var(--button-cl, #FF9301);
}

.section_3_col_pro .product-thumbnail {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
}

.section_3_col_pro .product-thumbnail .image_thumb {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    background: #f9f9f9;
}

.section_3_col_pro .product-thumbnail .image_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.section_3_col_pro .item-product:hover .image_thumb img {
    transform: scale(1.08);
}

.section_3_col_pro .product-info {
    flex: 1;
    min-width: 0;
}

.section_3_col_pro .product-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.section_3_col_pro .product-name a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section_3_col_pro .product-name a:hover {
    color: var(--button-cl, #FF9301);
}

.section_3_col_pro .price-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.section_3_col_pro .price-box .price {
    font-weight: 700;
    font-size: 17px;
    color: #e00;
}

.section_3_col_pro .price-box .compare-price {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

/* Banner center column */
.section_3_col_pro .banner-3-col {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.section_3_col_pro .banner-3-col a {
    display: block;
    height: 100%;
}

.section_3_col_pro .banner-3-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.section_3_col_pro .banner-3-col:hover img {
    transform: scale(1.03);
}

/* Button "Xem tất cả" */
.section_3_col_pro .button-more-style {
    margin-top: 15px;
}

.section_3_col_pro .btn-view-more {
    display: inline-block;
    padding: 10px 25px;
    background: var(--button-cl, #FF9301);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section_3_col_pro .btn-view-more:hover {
    background: var(--main-cl, #653A29);
    color: #fff;
}

.section_3_col_pro .btn-view-more span {
    margin-left: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .section_3_col_pro .banner-3-col {
        margin-bottom: 20px;
        height: auto;
    }

    .section_3_col_pro .banner-3-col img {
        height: auto;
    }

    .section_3_col_pro .col-lg-4:first-child {
        margin-bottom: 20px;
    }

    .section_3_col_pro .title-index {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .section_3_col_pro .product-thumbnail {
        flex: 0 0 80px;
        width: 80px;
        height: 80px;
    }

    .section_3_col_pro .product-thumbnail .image_thumb {
        width: 80px;
        height: 80px;
    }

    .section_3_col_pro .item-product.item_3_col {
        padding: 10px;
        gap: 10px;
    }

    .section_3_col_pro .product-name {
        font-size: 14px;
    }

    .section_3_col_pro .price-box .price {
        font-size: 15px;
    }

    .section_3_col_pro .title-index {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section_3_col_pro .button-more-style {
        text-align: center;
    }
}

/* Utility classes from asiafoods.vn (used in manufacture_2 HTML) */
.ul-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.manufacture_2 .flex {
    display: flex;
}

.manufacture_2 .align-center {
    align-items: center;
}

.manufacture_2 .gap-16 {
    gap: 1.6rem;
    /* asia: 0.833rem × 19.2 = 16px → comai: 16px / 10 = 1.6rem */
}

.manufacture_2.relative {
    position: relative;
}

/* ===============================================================
   Section: manufacture_2 - Tiêu chuẩn nguyên liệu
   CSS from asiafoods.vn - rem converted: asia 1rem=19.2px → comai 1rem=10px (×1.92)
================================================================ */
.manufacture_2 {
    /* margin-top: -19.2rem; */
    /* 10rem × 1.92 = -192px */
}

h2.heading_1.mb-0 {
    font-size: 60px;
    line-height: 1.4;
    font-family: Plus Jakarta Sans;
    font-weight: 900;
    /* line-height: 1.4; */
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #653a29;
}

.desc_sec_30 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.manufacture_2 .large-12 {
    width: 100%;
    text-align: center;
}

/* Box Tabs Container */
.box_tabs_tc {
    display: inline-block;
    margin: auto;
    position: relative;
    margin-top: 6.48rem;
    /* 6.5 × 1.92 = 124.8px */
    margin-bottom: -0.77rem;
    /* 0.4 × 1.92 */
    width: 97.92rem;
    /* 51 × 1.92 = 979.2px */
}

.box_tabs_tc svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Nav Tabs Icon */
ul.nav_tabs_icon {
    list-style: none;
    margin: 0;
}

ul.nav_tabs_icon li {
    position: absolute;
    margin: 0;
    cursor: pointer;
}

ul.nav_tabs_icon li .content {
    font-weight: 700;
    font-size: 15px;
    /* 0.78125 × 19.2 = 15px */
    line-height: 1.4;
    text-align: right;
    flex: 0 0 auto;
}

ul.nav_tabs_icon li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.64rem;
    /* 4.5 × 1.92 = 86.4px */
    height: 8.64rem;
    border-radius: 10rem;
    /* 5.208 × 1.92 ≈ 100px */
    background: #FFF9F1;
    border: 1px solid #FF9301;
    font-weight: 800;
    font-size: 35px;
    /* 1.823 × 19.2 = 35px */
    line-height: 1.4;
    text-align: center;
    color: var(--main-cl, #653A29);
    flex: 0 0 auto;
    transition: .4s all;
}

ul.nav_tabs_icon li.active .number,
ul.nav_tabs_icon li:hover .number {
    background: #FF9301;
    border-color: transparent;
    color: #fff;
}

/* Tab positions - LEFT side (1, 2, 3) */
ul.nav_tabs_icon li:nth-child(1) {
    top: 55%;
    left: -23%;
}

ul.nav_tabs_icon li:nth-child(2) {
    top: 25%;
    left: -23%;
}

ul.nav_tabs_icon li:nth-child(3) {
    top: 2%;
    left: -3%;
}

/* Tab positions - RIGHT side (4, 5, 6) */
ul.nav_tabs_icon li:nth-child(4) {
    top: 2%;
    left: 70%;
}

ul.nav_tabs_icon li:nth-child(n+4) .content {
    order: 2;
    text-align: left;
}

ul.nav_tabs_icon li:nth-child(5) {
    top: 28%;
    left: 92%;
}

ul.nav_tabs_icon li:nth-child(6) {
    top: 55%;
    left: 95%;
}

/* Center Image - circular */
.for_tabs_icon {
    position: absolute;
    top: 10.56rem;
    /* 5.5 × 1.92 = 105.6px */
    width: 100%;
    text-align: center;
    width: 72.96rem;
    /* 38 × 1.92 = 729.6px */
    left: 50%;
    transform: translateX(-50%);
}

.for_tabs_icon .item {
    display: none;
}

.for_tabs_icon .item.active {
    display: block;
    animation: manufacture_fade_up 1s ease-in-out;
}

@keyframes manufacture_fade_up {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.for_tabs_icon .item .box_img {
    width: 72.96rem;
    /* 38 × 1.92 = 729.6px */
    border-radius: 100%;
    overflow: hidden;
    height: 72.96rem;
    background: #000;
}

.for_tabs_icon .item .box_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.for_tabs_icon .box_img>.inner {
    position: absolute;
    top: 25%;
    padding: 0 9rem;
    /* 4.7 × 1.92 ≈ 90px */
}

.for_tabs_icon .box_img>.inner h3 {
    font-weight: 800;
    font-size: 60px;
    /* 3.125 × 19.2 = 60px */
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.for_tabs_icon .box_img>.inner .title {
    font-weight: 700;
    font-size: 25px;
    /* 1.302 × 19.2 ≈ 25px */
    text-align: center;
    color: #fff;
    margin-bottom: 1.8rem;
    /* 0.9375 × 1.92 = 18px */
}

.for_tabs_icon .box_img>.inner .content {
    font-weight: 400;
    font-size: 18px;
    /* 0.9 × 19.2 ≈ 17.3px → round to 18px */
    text-align: center;
    color: #fff;
}

/* //đối tác */

.partnerindex {
    position: relative;
    background-image: url(lib/images/About_partner.png);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
    min-height: 400px;
}

/* Lớp phủ xám mờ */
.partnerindex::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* chỉnh độ mờ tại đây */
    z-index: 1;
}

/* Đảm bảo nội dung nằm trên overlay */
.partnerindex .container {
    position: relative;
    z-index: 2;
}

/* Style thêm cho đẹp */
.partnerindex .title_partner {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.partnerindex .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 12px 28px;
    border: 1px solid #d61d23;
    border-radius: 12px;

    background: #fff;
    color: #d61d23;

    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;

    transition: all 0.3s ease;
}

/* Icon */
.partnerindex .elementor-button i {
    transition: transform 0.3s ease;
}

/* Hover */
.partnerindex .elementor-button:hover {
    background: #d61d23;
    /* đỏ đậm */
    color: #fff;
    border-color: #d61d23;
}

/* Hover icon chạy nhẹ */
.partnerindex .elementor-button:hover i {
    transform: translateX(4px);
}






.partnerindex .title_partner {
    font-size: 42px;
    font-weight: 700;
    line-height: 2.2em;
    color: #d61d23;
}

/* custom thêm cho tin tức */
.item-blog:hover .block-thumb img {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1199px) {
    .box_tabs_tc {
        max-width: 86.4rem;
        /* 45 × 1.92 = 864px */
    }

    .for_tabs_icon .item .box_img {
        width: 57.6rem;
        /* 30 × 1.92 = 576px */
        height: 57.6rem;
    }

    .for_tabs_icon {
        width: 57.6rem;
        height: 57.6rem;
    }

    ul.nav_tabs_icon li:nth-child(1) {
        left: -25%;
    }

    ul.nav_tabs_icon li:nth-child(2) {
        left: -26%;
    }
}

@media (max-width: 911px) {
    .manufacture_2 {
        padding-bottom: 40px;
    }

    .box_tabs_tc svg {
        display: none;
    }

    ul.nav_tabs_icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .for_tabs_icon {
        position: unset;
        transform: unset;
        margin-top: 20px;
    }

    ul.nav_tabs_icon li {
        position: unset;
        width: calc((100% / 3) - 9px);
    }

    ul.nav_tabs_icon li>.inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    ul.nav_tabs_icon li .number {
        margin: 0 auto;
    }

    ul.nav_tabs_icon li .content {
        order: 2 !important;
        text-align: center !important;
        font-size: 12px;
    }

    ul.nav_tabs_icon li .content br {
        display: none;
    }

    .for_tabs_icon .box_img>.inner .title {
        font-size: 15px;
    }

    .for_tabs_icon .box_img>.inner .content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .manufacture_2 .heading_1,
    .manufacture_1 .heading_1 {
        font-size: 18px;
    }

    .box_tabs_tc {
        display: block;
        margin-top: 30px;
        max-width: 100%;
    }

    ul.nav_tabs_icon li {
        width: calc((100% / 2) - 8px);
    }

    ul.nav_tabs_icon li .content {
        font-size: 10px;
    }

    ul.nav_tabs_icon {
        align-items: flex-start;
    }

    .for_tabs_icon {
        width: 100%;
        height: auto;
    }

    .for_tabs_icon .box_img>.inner {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 20px;
    }

    .for_tabs_icon .box_img>.inner .content {
        font-size: 11px;
        padding: 0 10px;
    }

    .for_tabs_icon .item .box_img {
        width: 100%;
        padding-bottom: 100%;
        height: auto;
    }

    .for_tabs_icon .item .box_img>img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*--------------------------------------------------------------
# Section Review / Testimonials (section14)
--------------------------------------------------------------*/
.section_review.section14 {
    padding: 50px 0 60px;
    margin: 40px 0;
}

.section_review .review-inner {
    background: linear-gradient(135deg, #f5efe0 0%, #faf6ed 50%, #f0e8d5 100%);
    border-radius: 20px;
    padding: 45px 40px 55px;
    position: relative;
    overflow: hidden;
}

.section_review .review-inner::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.06"><path d="M100,10 Q140,30 160,70 Q180,110 150,150 Q120,190 80,170 Q40,150 20,110 Q0,70 40,40 Q80,10 100,10Z" fill="%234a8c3f"/></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
}

.section_review .review-inner::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 180px;
    height: 180px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.05"><path d="M100,10 Q140,30 160,70 Q180,110 150,150 Q120,190 80,170 Q40,150 20,110 Q0,70 40,40 Q80,10 100,10Z" fill="%234a8c3f"/></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
    transform: rotate(180deg);
}

.section_review .review-title {
    text-align: center;
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-style: italic;
    font-size: 32px;
    font-weight: 700;
    color: #4a8c3f;
    margin: 0 0 10px;
    line-height: 1.3;
}

.section_review .review-nav-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.section_review .review-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #4a8c3f;
    background: transparent;
    color: #4a8c3f;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

.section_review .review-arrow:hover {
    background: #4a8c3f;
    color: #fff;
}

.section_review .review-arrow svg {
    width: 18px;
    height: 18px;
}

/* Slider wrapper */
.section_review .review-slider {
    position: relative;
    overflow: hidden;
}

.section_review .review-track {
    /* Slick will manage this */
}

.section_review .review-slide {
    padding: 0 12px;
    box-sizing: border-box;
}

/* Review card */
.section_review .review-card {
    position: relative;
}

/* Card photo */
.section_review .review-card-photo {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
}

.section_review .review-card-photo img {
    width: 160px;
    height: 210px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: block;
}

/* Card content */
.section_review .review-card-content {
    background: #fff;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px 20px 20px 80px;
    position: relative;
    width: calc(100% - 100px);
    margin-left: auto;
    min-height: 300px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
}

.section_review .review-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.section_review .review-stars {
    color: #f5a623;
    font-size: 16px;
    letter-spacing: 2px;
}

.section_review .review-quote-icon {
    opacity: 0.6;
    flex-shrink: 0;
}

.section_review .review-text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 12px;
    font-style: italic;
}

.section_review .review-name {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0 0 2px;
    line-height: 1.3;
}

.section_review .review-role {
    font-size: 13px;
    color: #4a8c3f;
    font-style: italic;
    font-weight: 500;
}

/* Slick overrides for review section */
.section_review .review-track.slick-initialized .slick-slide {
    outline: none;
}

.section_review .review-track .slick-list {
    overflow: visible;
    margin: 0 -12px;
    padding: 10px 0;
}

.section_review .review-track .slick-track {
    display: flex !important;
    align-items: stretch;
}

.section_review .review-track .slick-slide {
    height: auto;
    float: none !important;
}

.section_review .review-track .slick-slide>div {
    height: 100%;
}

.section_review .review-slide {
    height: 100%;
}

.section_review .review-quote-icon svg {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    fill: #62a403;
}

/* Responsive */
@media (max-width: 991px) {
    .section_review .review-inner {
        padding: 35px 25px 45px;
    }

    .section_review .review-title {
        font-size: 26px;
    }

    .section_review .review-card-photo {
        flex: 0 0 150px;
        width: 150px;
    }

    .section_review .review-card-photo img {
        width: 150px;
        height: 190px;
    }
}

@media (max-width: 767px) {
    .section_review.section14 {
        padding: 30px 0 40px;
        margin: 20px 0;
    }

    .section_review .review-inner {
        padding: 30px 15px 40px;
        border-radius: 14px;
    }

    .section_review .review-title {
        font-size: 22px;
    }

    .section_review .review-card {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding-top: 15px;
    }

    .section_review .review-card-photo {
        flex: 0 0 auto;
        width: 120px;
        margin: 0 0 10px 0;
    }

    .section_review .review-card-photo img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .section_review .review-card-content {
        text-align: center;
        padding: 10px 15px 20px;
    }

    .section_review .review-card-header {
        justify-content: center;
    }

    .section_review .review-quote-icon {
        display: none;
    }

    .section_review .review-text {
        font-size: 13px;
    }

    .section_review .review-name {
        font-size: 16px;
    }
}