/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
:root {
    /* main: 3bb77e */
    --primary-color2: #a58032;
    --text-color: #000000;
    --color-2: #E9DDC5;
}

body,
input,
textarea,
button,
select {
    color: var(--text-color);
}

input,
textarea {
    padding: 0 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
textarea,
button,
select {
    line-height: 1.5;
}

.section-title-container,
.section-title-main,
.wpcf7-submit,
a.button {
    margin: 0 !important
}

form p,
.mb-0 p {
    margin-bottom: 0 !important;
}

.section-title-main,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.section-title,
.section-title-main {
    border: none !important;
}

.wpcf7-spinner,
.post-item .is-divider {
    display: none !important;
}

.section-title a {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 0;
    font-size: 16px;
}

.section-title a i {
    line-height: 1;
    opacity: 1;
    margin-left: 5px !important;
    top: 1px;
}

.section-title a i:before {
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
}

@keyframes spin {
    0% {
        transform: rotateZ(-180deg) rotateY(180deg);
    }

    100% {
        transform: rotateZ(180deg) rotateY(180deg);
    }
}

p,
form input {
    margin-bottom: 15px !important
}

input,
textarea,
a.button,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
    min-height: unset !important;
    height: 100% !important;
    line-height: unset !important
}

input,
textarea,
input:focus,
textarea:focus,
.button:hover {
    box-shadow: none !important;
}

a.back-to-top {
    width: 40px;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: var(--primary-color2) !important;
    border: none !important;
}

a.back-to-top:hover {
    background: linear-gradient(45deg, #A18034 0%, #FFCD67 100%) !important;
}

a.back-to-top i {
    font-size: 22px !important;
    color: #fff;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 10px 20px;
}

.slider .flickity-button {
    margin: 0 !important;
    transform: unset;
    min-height: unset;
    width: 50px;
    bottom: unset;
    top: 50%;
    height: 50px;
    z-index: 2;
}

.slider:hover .flickity-button {
    opacity: 1 !important;
}

.slider:hover .flickity-button,
.slider .flickity-button {
    transform: translatey(-50%) !important;
}

.slider .flickity-button svg {
    border: none;
    padding: 10px;
    background-color: var(--primary-color);
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
    fill: #fff !important
}

.slider .flickity-prev-next-button:hover svg {
    background-color: var(--primary-color2) !important;
}

.slider .flickity-button svg path {
    fill: #fff
}

.slider .flickity-button.previous {
    left: 0
}

.slider .flickity-button.next {
    right: 0
}

.slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 0;
    border: none;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.slick-slider .slick-arrow::before {
    content: none;
}

.slick-slider .slick-arrow i {
    font-size: 35px;
    font-weight: 300;
    color: var(--primary-color);
}

.slick-slider .slick-arrow.slick-prev {
    left: -35px
}

.slick-slider .slick-arrow.slick-next {
    right: -35px
}

.title-link .section-title {
    display: inline;
}

.post-item:hover .post-title {
    color: var(--primary-color);
    transition: all .25s ease-in-out
}

.post-item a.plain {
    color: currentcolor !important;
    transition: unset !important;
}

/* SETTING BUTTON */
a.button.primary:not(.is-link) {
    border: none;
    border-radius: 10px;
}

a.button.primary:not(.is-link).button-large {
    padding: 0 37px;
    line-height: 63px !important;
}

a.button.primary:not(.is-link) span {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #E9DDC5;
    z-index: 2;
    position: relative;
    transition: all 0.3s linear;
}

a.button.primary:not(.is-link) {
    overflow: hidden
}

a.button.primary:not(.is-link):before {
    transition-duration: 800ms;
    position: absolute;
    width: 150%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #fff;
}

a.button.primary:not(.is-link):hover:before {
    top: -40%;
}

a.button.primary:not(.is-link):hover span {
    color: var(--primary-color);
}

a.button.is-link i {
    margin: 0;
    color: currentcolor;
}

a.button.is-link i:before {
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
}

.section-linhvuc .row.item .col-text a.button.is-link i:before {
    content: '\f107';
}

a.button.is-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: currentcolor;
    bottom: 11px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

a.button.is-link:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}

/* END SEETING BUTTON */
/* SETTING TITTLE */
.title-section .section-title,
.section-recruitments_related h2 {
    margin: 0;
}

.title-section .section-title.section-title-center {
    justify-content: center
}

.title-section .section-title span,
.section-recruitments_related h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.title-section .section-title b {
    display: none
}

.blog-wrapper {
    padding: 0 !important;
}

/* END SETTING TITTLE */
.slick-slider.row-collapse .col {
    padding: 0 !important
}

.slick-vertical .slick-slide {
    border: none !important;
}

.searchform .search-field {
    height: 45px !important;
    font-size: 16px;
    border: none;
    padding: 0 55px 0 15px !important;
}

.searchform .flex-col:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}

.searchform .flex-col .ux-search-submit {
    height: 45px;
    width: 45px;
    min-width: unset;
    min-height: unset;
    line-height: unset;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: linear-gradient(45deg, #A18034 0%, #FFCD67 100%);
}

.searchform .flex-col .ux-search-submit i {
    top: 0;
}

#search-lightbox .searchform .search-field {
    height: 60px !important;
    padding: 0 85px 0 15px !important;
}

#search-lightbox .searchform .flex-col .ux-search-submit {
    height: 60px;
    width: 60px;
}

#search-lightbox .searchform .flex-col .ux-search-submit i {
    font-size: 24px;
}

/* SETTING FORM BASIC */
.wpcf7 .wpcf7-form {
    margin: 0;
}

.wpcf7 .wpcf7-form label {
    font-size: 16px;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-form input.wpcf7-text,
.wpcf7 .wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid #AAAAAA;
    padding: 8px 0 !important;
}

.wpcf7 .wpcf7-form input.wpcf7-text {
    height: 40px !important;
}

.wpcf7 .wpcf7-form input::placeholder,
.wpcf7 .wpcf7-form textarea::placeholder {
    color: #AAAAAA;
    font-size: 14px;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 !important;
    padding: 0 60px !important;
    height: 60px !important;
    font-size: 16px;
    background-color: transparent;
    z-index: 1;
}

.wpcf7 .wpcf7-form .col-submit {
    margin-top: 28px;
}

.wpcf7 .wpcf7-form .col-submit>span {
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
    background: var(--primary-color);
    position: relative;
    border: 1px solid var(--primary-color);
}

.wpcf7 .wpcf7-form .col-submit>span:after {
    content: "";
    background: #fff;
    position: absolute;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.wpcf7 .wpcf7-form .col-submit>span:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wpcf7 .wpcf7-form .col-submit>span:hover .wpcf7-submit {
    color: var(--primary-color) !important;
}

/* END SECTTING FORM BASIC */

/* SETIING PAGITION */
.nav-pagination {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-pagination li {
    margin: 0 3px !important;
    font-size: 16px;

}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid var(--primary-color);
    width: 40px;
    height: 40px;
    font-size: inherit;
    border-radius: 5px;
    line-height: unset;
    min-width: unset;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.nav-pagination>li i {
    top: 0;
    font-size: 20px;
    line-height: 1
}
ul.slick-dots{
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center
}
ul.slick-dots li{
    width: 12px;
    height: 12px;
}
ul.slick-dots li.slick-active{
    background: #fff;
}
ul.slick-dots li button{
    display: none
}
/* END SETIING PAGITION */
.icon-stick {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 700;
}

.icon-stick .list-icon-social {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 0.675rem;
    border-radius: 5px 0 0 5px;
    flex-direction: column;
}

.icon-stick .list-icon-social a {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    line-height: 55px;
    border-radius: 100px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.icon-stick .list-icon-social a i {
    font-size: 20px;
}

.icon-stick .list-icon-social a .icon-zalo {
    padding-top: 5px;
}

.icon-stick .list-icon-social a.facebook {
    background: #1877F2;
}

.icon-stick .list-icon-social a.zalo {
    background: #3378FF url("/wp-content/uploads/2024/05/Zalo.png") no-repeat center center;
    background-size: 37px;
}

.icon-stick .list-icon-social a.messenger {
    background: #0053F4 url("/wp-content/uploads/2024/05/messFB.png") no-repeat center center;
    background-size: 37px;
}

.icon-stick .list-icon-social .close-isocial {
    background: #ff5c06;
    color: #fff;
    padding: 2px 7px;
    border-radius: 100px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
}

.icon-stick button {
    margin: 0;
}

.icon-stick .show-isocial {
    display: block;
    border: none;
    background: #ff5c06;
    color: #fff;
    padding: 7px 9px;
    font-size: 15px;
    margin: 0 0 0 auto;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 6px 0 0 6px;
}

.icon-stick.active .list-icon-social {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    visibility: hidden;
}

.icon-stick.active .show-isocial {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    pointer-events: auto;
}

.icon-zalo {
    background: url("/wp-content/uploads/2024/05/Zalo.png") no-repeat center center;
}

.icon-messenger {
    background: url("/wp-content/uploads/2024/05/messFB.png") no-repeat center center;
}

body .bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0 3px;
    text-align: center;
    background: var(--primary-color);
    border-top: 1px solid #ededed;
}

body .bottom-mobile a {
    color: #fff;
    text-decoration: none;
    opacity: 1 !important;
}
.item-bar {
    float: left;
    width: 33.333%;
    color: #fff;
    font-size: 11px;
}

.item-bar .item-bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    height: 22px;
    line-height: 22px;
}

.item-bar .item-bar-icon i {
    font-size: 19px;
}

.item-bar .item-bar-icon img {
    background: var(--secondary-color);
    height: 50px;
    width: 50px;
    margin-top: -20px;
    border-radius: 100px;
    padding: 7px;
}

.item-bar .item-bar-icon .icon-zalo, .item-bar .item-bar-icon .icon-messenger {
    width: 34px;
    height: 34px;
    background-size: contain;
}

.item-bar.icon-large .item-bar-icon i {
    font-size: 25px;
}
#chat-bot-launcher-container.chat-bot-avatar-launcher, 
#chat-bot-launcher-container.chat-bot-launcher-notext {
    bottom: 85px !important;
}
#chat-bot-message-container{
    bottom: 160px !important;
}
.flickity-button[disabled]{
	display: none !important;
}
.slick-track{
	margin-left: 0 !important;
}
/* END SETTING */

/* HEADER */
.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: 0px 4px 8px 0px #00000012;
}

@media (min-width: 849.1px) {
    .header-top {
        align-items: end;
    }

    .header-top .header-search {
        margin: 0 !important;
    }

    .header-top .header-search a {
        height: 32px !important;
        width: 32px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #DADADA;
        border: none;
        color: var(--primary-color);
        transition: all .25s linear;
    }

    .header-top .header-search a:hover {
        background: var(--primary-color);
        color: #fff;
    }

    .header-top .header-search i {
        font-size: 16px;
        color: currentcolor;
        top: 0 !important;
    }

    .menu-item-gtranslate {
        border-left: 1px solid #DADADA;
        padding-left: 16px !important;
        margin-left: 16px !important;
    }

    #logo {
        position: absolute;
        top: calc(-50% - 28px);
        transform: translatey(50%);
    }

    #logo img,
    header .stuck #logo img {
        max-height: 72.5px !important;
    }

    #masthead {
        z-index: 11
    }

    .header-main>.header-inner {
        position: relative;
    }

    .header-main .header-nav-main li {
        margin: 0 15px;
    }

    .header-main .header-nav-main li a {
        padding: 0;
        position: relative;
        font-weight: 700;
    }

    .header-main .header-nav-main li a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: currentcolor;
        bottom: 15px;
        left: 0;
        transform-origin: right;
        transform: scaleX(0);
        transition: transform .3s ease-in-out;
    }
    .header-main .header-nav-main li .sub-menu li a:before{
        bottom: 6px;
    }

    .header-main .header-nav-main > li > a:hover:before,
    .header-main .header-nav-main > li.current-menu-item > a:before,
	.header-main .header-nav-main li .sub-menu li a:hover:before{
        transform-origin: left;
        transform: scaleX(1);
    }
    .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, 
    .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,
    .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
        content: none;
    }
    .header-main .header-nav-main li.menu-item-has-children{
        position: relative;
    }
    .header-main .header-nav-main li .sub-menu{
        border: none
    }
    .header-main .header-nav-main li .sub-menu{
        padding: 10px 20px;
        border-radius: 10px;
    }
    .header-main .header-nav-main li .sub-menu li{
        margin: 0;
    }
    .header-main .header-nav-main li .sub-menu li a{
        margin: 0;
        border: none !important;
        color: var(--primary-color);
        font-weight: 600;
        padding: 10px 0;
        max-width: max-content;
    }
    .header-main .header-nav-main li a i{
        opacity: 1;
        font-size: 22px;
    }

}

.menu-item-gtranslate .gt-current-wrapper {
    display: none
}

.menu-item-gtranslate .sub-menu {
    list-style-type: none;
    display: flex
}

.menu-item-gtranslate .sub-menu li {
    margin: 0 0 0 7px;
    font-size: 0;
    border-radius: 3px;
    overflow: hidden
}

.menu-item-gtranslate .sub-menu li a:not(.gt-current-lang) {
    opacity: 0.3
}

/* END HEADER */

/* FOOTER */
.footer-logo .col-inner {
    margin-left: 0 !important;
    margin-bottom: 18px;
}

.footer-logo .col-inner .text {
    font-size: 14.5px;
    line-height: 30px;
}

.block-info-company ul {
    list-style: none;
    margin: 0
}

.block-info-company ul li {
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.block-info-company ul li:not(:last-child) {
    margin-bottom: 20px;
}

.block-info-company ul li i {
    font-size: 22px;
    margin-right: 8px;
    width: 22px;
}

footer .social-icons {
    margin-top: 25px;
}

.social-icons a.circle.is-outline {
    width: 35px !important;
    height: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px !important;
    border: 1px solid currentcolor
}

.social-icons a.circle.is-outline i {
    top: 0;
    color: currentcolor;
    font-size: 16px;
    line-height: 1;
}

footer .section-title,
footer .ux-menu .ux-menu-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.6 !important;
}

footer .wpcf7-form {
    position: relative;
    margin: 0;
}

footer .wpcf7 .wpcf7-form input.wpcf7-text {
    height: 47px !important;
    background-color: #E9DDC5;
    margin: 0 !important;
    border-radius: 99px;
    font-size: 16px;
    padding: 0 100px 0 20px !important;
}

footer .wpcf7 .wpcf7-form input.wpcf7-text::placeholder {
    color: #8C8C8C;
}

footer .wpcf7 .wpcf7-form .wpcf7-submit {
    position: absolute;
    height: 33px !important;
    border: none;
    border-radius: 99px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    top: 50%;
    right: 8px;
    transform: translatey(-50%);
    padding: 0 26px !important;
    background-color: var(--primary-color) !important;
}

footer .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 0;
    bottom: 0;
    transform: translatey(calc(100% + 10px));
    position: absolute;
    left: 15px;
    ;
}

footer .ux-menu {
    margin-bottom: 32px;
}

footer .ux-menu * {
    color: #fff;
}

footer .ux-menu .ux-menu-title {
    text-transform: none;
    margin-bottom: 6px !important;
}

footer .ux-menu .ux-menu-link {
    line-height: 20px;
}

footer .ux-menu .ux-menu-link a {
    padding: 6px 0 !important;
}

@media (min-width: 849.1px) {
    .section-footer .footer-main>.col.large-4 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .section-footer .footer-main>.col.large-8 {
        flex-basis: 70%;
        max-width: 70%;
    }
}

.coppyright .text {
    padding: 15px 0;
    line-height: 30px;
}

.absolute-footer {
    display: none;
}

footer .ux-menu .ux-menu-link__text {
    position: relative;
    text-decoration: none;
}

footer .ux-menu .ux-menu-link__text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -3px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

footer .ux-menu .ux-menu-link__text:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

/* END FOOTER */

/* TRANG CHỦ */
/* SECTION BANNER */
@media (min-width: 849.1px) {
    .section-banner .banner {
        padding-top: calc(100vh - 138px) !important;
    }
}

.section-banner .banner .text-box {
    padding: 0 15px;
}

.section-banner .banner .text-box h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 23px;
}

.section-banner .banner .text-box p {
    margin: 0 0 29px !important;
}

/* END SECTION BANNER */

/* SECTION LĨNH VỰC */
.section-linhvuc .item .col-text .section-title,
.section-intro .col-text .section-title,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text .section-title,
.content-single_product .section-title,
.row-content_single .col-inner .section-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 17px;
    margin-bottom: 25px;
}

.section-linhvuc .item .col-text .section-title span,
.section-intro .col-text .section-title span,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text .section-title span,
.content-single_product .section-title span,
.row-content_single .col-inner .section-title span {
    text-transform: none
}

.section-linhvuc .item .col-text .section-title:before,
.section-intro .col-text .section-title::before,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text .section-title::before,
.content-single_product .section-title::before,
.row-content_single .col-inner .section-title::before {
    content: '';
    max-width: 76px;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.content-hidden {
    overflow: hidden;
}

.content-hidden p {
    height: 100%;
    max-height: inherit;
    text-align: justify;
}

.section-linhvuc .col-text>.col-inner,
.section-intro .col-text>.col-inner {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 40px 50px 50px;
    border-radius: 10px;
}

.section-intro .col-text>.col-inner {
    padding: 30px 50px 30px;
}

.section-linhvuc .row.item .col-text a.button,
.section-intro .col-text a.button,
.section-vungnguyenlieu .tabbed-content .nav a.button,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text a.button {
    font-size: 16px;
    margin-top: 0 !important;
    border: none;
    padding: 12px 0
}

.section-linhvuc .row.item .col-text a.button:hover,
.section-intro .col-text a.button:hover,
.section-vungnguyenlieu .tabbed-content .nav a.button:hover,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text a.button:hover {
    color: var(--primary-color2) !important;
}

.section-linhvuc .row.item .col-text a.button span.active~i:before,
.section-intro .col-text a.button span.active~i:before,
.section-vungnguyenlieu .tabbed-content .nav a.button span.active~i:before,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text a.button span.active~i:before {
    content: '\f106';
}

.section-linhvuc .row.item .col-text a.button span.active~i,
.section-intro .col-text a.button span.active~i,
.section-vungnguyenlieu .tabbed-content .nav a.button span.active~i,
.section-vungnguyenlieu .tabbed-content .tab-panels .col-text a.button span.active~i {
    top: 0.5px;
}

@media (min-width: 849.1px) {
    .section-linhvuc .large-5 {
        z-index: 1;
        position: absolute;
        left: 0
    }

    .section-linhvuc .row.item .large-5 {
        flex-basis: calc(33.3333333333% + 180px);
        max-width: calc(33.3333333333% + 180px);
    }

    .section-linhvuc .row.item .large-6 {
        flex-basis: calc(54% + 123px);
        max-width: calc(54% + 123px);
    }
}

.tabbed-content .nav:not(.nav-vertical) {
    margin-bottom: 54px;
    padding: 0 15px;
}

.tabbed-content .tab-panels {
    padding: 0
}

.tabbed-content .nav:not(.nav-vertical) li {
    margin: 0 10px;
}

.tabbed-content .nav:not(.nav-vertical) li a {
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    background: #F3F3F3;
    padding: 10px 25px;
    border-radius: 99px;
    color: var(--primary-color);
    font-weight: 500
}

.tabbed-content .nav:not(.nav-vertical) li.active a,
.tabbed-content .nav:not(.nav-vertical) li:hover a{
    background: var(--primary-color);
    color: #fff;
}

.flickity-button,
.products-image_for.slick-slider .slick-arrow {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.flickity-button svg {
    display: none
}

.flickity-button:before,
.products-image_for.slick-slider .slick-arrow i {
    font-family: "Font Awesome 6 Pro";
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 400
}

.flickity-button.previous:before {
    content: '\f053';
}

.flickity-button.next:before {
    content: '\f054';
}

.section-linhvuc .slider .flickity-button {
    transform: unset !important;
    top: unset;
    bottom: 46px;
    right: 42px !important;
    opacity: 1
}

.slider .flickity-button:hover,
.products-image_for.slick-slider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
}

.section-linhvuc .slider .flickity-button.previous {
    right: 108px !important;
    left: unset;
}

.section-linhvuc .flickity-page-dots {
    bottom: 55px;
    left: 40%;
    right: 5%;
}

.flickity-page-dots {
    display: flex;
    justify-content: center;
}

.flickity-page-dots li,
ul.slick-dots li {
    padding: 0;
    border: 1px solid #fff !important;
    opacity: 1 !important;
    margin: 0 3.5px !important;
    border-radius: 50%;
}

/* END SECTION LĨNH VỰC */
/* SECTION TIN TỨC */
.post-item .box-text .post-title,
.post-item .box-text .from_the_blog_excerpt,
.section-breadcrumb .text-box-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .box-text .post-title {
    -webkit-line-clamp: 1;
}

.post-style-1 .post-item>.col-inner {
    border-radius: 10px;
    overflow: hidden
}

.post-style-1 .post-item .box-text {
    position: absolute;
    bottom: 0;
    background: rgba(32, 38, 24, 0.7);
    padding: 20px 25px 15px;
}
.post-item .box-text-inner .post-meta{
    opacity: 1;
    font-size: 14px;
    margin-bottom: 10px;
}
.post-item .box-text-inner .post-meta:before{
    content: '\f073';
    display: inline-block;
    font-size: 14px;
    font-family: fontawesome;
    margin-right: 5px;
}

.post-style-1 .post-item .box-text * {
    color: #fff;
}

.post-item .box-text .post-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.post-item .box-text .post-title * {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    display: block
}

.post-item .box-text .from_the_blog_excerpt {
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
}

.post-vertical .post-item .col-inner {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px dashed #D1D1D1;
}

.post-vertical .post-item:last-child .col-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.post-vertical .post-item .col-inner .box {
    display: grid;
    grid-template-columns: 112px 1fr;
    column-gap: 15px;
}

.post-vertical .post-item .col-inner .box .box-image {
    width: 100%;
    height: 100%;
}

.post-vertical .post-item .col-inner .box .box-image .image-cover {
    border-radius: 15px;
    overflow: hidden;
}

.post-vertical .post-item .col-inner .box .box-text {
    padding: 0;
    display: flex;
    align-items: center;
}

.post-vertical .post-item .box-text .from_the_blog_excerpt {
    -webkit-line-clamp: 3;
}

.post-vertical .post-item .col-inner .box .post-title {
    margin-bottom: 7px;
}
.post-vertical .post-item .col-inner .box:hover h5{
    color: var(--primary-color2);
}
.post-item .col-inner .box:hover img{
    transform: scale(1.05);
}
.post-vertical .post-item .col-inner .box:hover img{
    transform: scale(1.1);
}


.section-news .col_right>.col-inner {
    box-shadow: 3px 3px 10px 0px #0000004D;
    padding: 20px 15px;
    border-radius: 10px;
    overflow: hidden
}

.post-vertical .slick-list {
    height: 508.75px !important;
    overflow: hidden;
}

.post-vertical:not(.slick-slider)::-webkit-scrollbar-track {
    border-radius: 10px;
}

.post-vertical:not(.slick-slider)::-webkit-scrollbar {
    width: 8px;
}

.post-vertical:not(.slick-slider)::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D1D1D1;
}

/* END SECTION TIN TỨC */

.galary-sinhthai .gallery-col .box .box-image img{
    background: #fff;
    padding: 18px
}
/* END TRANG CHỦ */
/* SECTION MAP */
.section-map p {
    font-size: 0;
}

/* END SECTION MAP */
/* SECTION BREABCRUMB */
.section-breadcrumb .overlay {
    mix-blend-mode: multiply;
    background-color: rgba(33, 108, 56, 0.3) !important;
}

.section-breadcrumb .text-box {
    padding: 0 15px;
}

.section-breadcrumb #breadcrumbs * {
    color: #fff;
    font-size: 16px;
}

.section-breadcrumb .text-box-content p {
    font-size: 16px;
}

.section-breadcrumb #breadcrumbs {
    margin-bottom: 30px;
}

.section-breadcrumb .title-page {
    padding: 0;
}

.section-breadcrumb .title-page h1 {
    margin: 0 0 35px;
    font-size: 52px;
    line-height: 1.3;
}

.section-breadcrumb .text-box-content p {
    margin: 0;
    text-align: justify
}

/* END SECTION BREABCRUMB */

/* PAGE GIỚI THIỆU */
.number_year p {
    font-weight: 700;
    font-size: 45px;
    color: #D8D8D8;
    line-height: 1;
}

.section-linhvuc .large-5.right {
    left: unset;
    right: 0
}

.section-linhvuc .large-5.right .number_year {
    text-align: right
}

.section-history .item:not(:last-child) {
    margin-bottom: 60px;
}

.section-tamnhin .section-bg-overlay {
    mix-blend-mode: multiply;
}

.section-tamnhin .item .icon-box {
    align-items: center;
    margin-bottom: 16px;
}

.section-tamnhin .item .icon-box .icon-box-img img {
    padding: 0
}

.section-tamnhin .item .icon-box .icon-box-text {
    padding-left: 15px;
}

.section-tamnhin .item .icon-box .icon-box-text h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
}

.section-tamnhin .item .icon-box .icon-box-text h3:after {
    content: '';
    width: 100%;
    height: 4px;
    max-width: 63px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0
}

.section-tamnhin .item .content {
    text-align: justify
}

.count-up {
    opacity: 1 !important;
}

.section-thanhtuu .item .text h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 15px;
}
.section-partner .gallery-col .box{
    height: 185px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
}
.section-partner .gallery-col .box .box-image img{
    object-fit: contain;
}
/* END PAGE GIỚI THIỆU */

/* PAGE THỊ TRƯỜNG */
.section-thitruong .col-content .content p {
    text-align: justify
}

.section-thitruong .col-content .content h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 24px;
}

.section-thitruong .col-content .content h2:after {
    content: '';
    width: 100%;
    max-width: 80px;
    height: 4px;
    background-color: currentcolor;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-50%);
}

.section-thitruong .col-image .img {
    border-radius: 150px 0 150px 0;
    overflow: hidden
}

.section-thitruong .bg.section-bg {
    background-size: contain !important;
}

/* END PAGE THỊ TRƯỜNG */

/* PAGE VÙNG NGUYÊN LIỆU */
@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
        width: 25%;
    }

    .section-vungnguyenlieu .col-title {
        flex-basis: 337.5px;
        max-width: 337.5px;
    }
}
.single .layout-product{
    padding-bottom: 30px !important;
}
.section-vungnguyenlieu .col-title .section-title,
.layout-product .col-left .section-title {
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 1px solid currentcolor !important;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.section-vungnguyenlieu .tabbed-content .nav li,
.layout-product .block-category .list-cate li {
    border: none;
    background: #F3F3F3;
    margin-bottom: 15px;
    position: relative;
    display: block;
    margin: 0 0 15px;
}

.section-vungnguyenlieu .tabbed-content .nav li.active,
.section-vungnguyenlieu .tabbed-content .nav li:hover,
.layout-product .block-category .list-cate li.active,
.layout-product .block-category .list-cate li:hover {
    background: var(--primary-color);
}

.section-vungnguyenlieu .tabbed-content .nav li:before,
.layout-product .block-category .list-cate li::before {
    background-image: url('/wp-content/uploads/2024/05/icon-active.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 50%;
    transform: translatey(-50%);
}

.section-vungnguyenlieu .tabbed-content .nav li.active:before,
.section-vungnguyenlieu .tabbed-content .nav li:hover:before,
.layout-product .block-category .list-cate li.active::before,
.layout-product .block-category .list-cate li:hover::before {
    content: '';
}

.section-vungnguyenlieu .tabbed-content .nav li a,
.layout-product .block-category .list-cate li a {
    padding: 0;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #000;
    padding: 8px 45px 8px 15px;
    line-height: 1.5;
    display: block;
}

.section-vungnguyenlieu .tabbed-content .nav li.active a,
.section-vungnguyenlieu .tabbed-content .nav li:hover a,
.layout-product .block-category .list-cate li.active a,
.layout-product .block-category .list-cate li:hover a {
    color: #E9DDC5;
    font-weight: 700;
}

.section-vungnguyenlieu .tabbed-content .tab-panels {
    border: none;
    padding-left: 65px;
    margin-top: -103.2px !important;
}

.section-vungnguyenlieu .tabbed-content .tab-panels .col-text>.col-inner {
    box-shadow: 0px 3px 10px 0px #0000004D;
    margin-bottom: 20px;
}

.section-vungnguyenlieu .tabbed-content .tab-panels .col-text,
.row-content_single {
    margin-top: -100px;
}

.section-vungnguyenlieu .tabbed-content .tab-panels .slider .flickity-button,
.products-image_for.slick-slider .slick-arrow {
    opacity: 1;
    top: 20px;
    transform: unset !important;
    right: 25px !important;
}

.section-vungnguyenlieu .tabbed-content .tab-panels .slider .flickity-button.previous,
.products-image_for.slick-slider .slick-arrow.slick-prev {
    left: unset;
    right: 90px !important;
}

.section-vungnguyenlieu .tabbed-content .tab-panels .slider .flickity-page-dots {
    bottom: unset;
    top: calc(50% - 30px);
    left: 20%;
    right: 20%;
}

/* END PAGE VÙNG NGUYÊN LIỆU */

/* PAGE LIÊN HỆ */
.section-contact .title-section .section-title {
    margin-bottom: 18px;
}

@media (min-width: 850px) {
    .section-contact .col-left {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;

    }
}

.section-contact .wpcf7 {
    box-shadow: 0px 3px 10px 0px #0000004D;
    padding: 40px 35px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}


.section-contact .wpcf7 .wpcf7-form textarea {
    height: 120px !important;
    margin: 0;
}

/* END PAGE LIÊN HỆ */

/* PAGE SẢN PHẨM */
.layout-product {
    padding: 60px 0;
}

.layout-product .col-right>.col-inner {
    padding-left: 65px;
}

.layout-product .block-category .list-cate {
    margin: 0;
    list-style-type: none;
}

.layout-product .block-category .list-cate li a span {
    display: block;
}

.products .product-small .col-inner,
.post-style-2 .post-item .col-inner {
    border-radius: 10px;
    overflow: hidden
}

.products .product-small .col-inner,
.products .product-small .col-inner .box-image img {
    transition: all .25s linear;
}

.products .product-small .col-inner:hover {
    transform: translatey(-3px);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.products .product-small .col-inner:hover img {
    transform: scale(1.05);
}

.products .product-small .col-inner a .box-text,
.post-style-2 .post-item .box-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    background: var(--primary-color);
    display: flex;
}

.products .product-small .col-inner a .box-text *,
.post-style-2 .post-item .box-text .box-text-inner * {
    color: #fff;
}

.products .product-small .col-inner a .box-text .product-title,
.post-style-2 .post-item .box-text .box-text-inner .post-title {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

.products .product-small .col-inner a .box-text .product-title:before,
.post-style-2 .post-item .box-text .box-text-inner .post-title::before {
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 0;
    font-size: 24px;
    font-weight: 200;
    top: 50%;
    transform: translatey(-50%);
    line-height: 1
}
.content-single_product .content-product{
    line-height: 1.7;
}
/* END PAGE SẢN PHẨM */

/* PAGE TRUYỀN THÔNG */
.post-style-2 .post-item .box-text .box-text-inner * {
    font-size: 16px;
}

.post-style-2 .post-item .box-text .box-text-inner .post-title {
    -webkit-line-clamp: 2;
    margin: 0;
    line-height: 1.4
}

.slider .col.post-item {
    padding-bottom: 0 !important
}

.slider.slider-nav-simple.slider-nav-outside .flickity-button {
    opacity: 1;
    background-color: transparent
}

.slider.slider-nav-simple.slider-nav-outside .flickity-button.previous {
    right: unset;
    left: -35px
}

.slider.slider-nav-simple.slider-nav-outside .flickity-button.next {
    right: -35px !important;
    left: unset;
}

.slider.slider-nav-simple.slider-nav-outside .flickity-button:before {
    font-size: 35px;
    font-weight: 300
}

.recruitments .item a:hover * {
    color: currentColor;
}

.recruitments .item>.col-inner {
    box-shadow: 3px 3px 10px 0px #0000004D;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden
}

.recruitments .item a .recruitment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.recruitments .item a span.nominee {
    display: block;
    background: var(--primary-color);
    color: #fff;
    width: max-content;
    padding: 8px 15px;
    border-radius: 99px;
    font-size: 16px
}

.recruitments .item a span.number {
    color: #D8D8D8;
    font-weight: 700;
    font-size: 45px;
    line-height: 0.8;
}

.recruitments .item .title-recruitment h3 {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 16px;
}

.recruitment-info ul {
    margin: 0;
    list-style: none
}

.recruitment-info ul li {
    margin: 0 0 8px !important;
    color: #000 !important;
    position: relative;
    padding-left: 18px;
}

.recruitment-info ul li:last-child {
    margin-bottom: 0 !important;
}

.recruitment-info ul li:before,
.single_recruitments .detail_recruitment table td.content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.recruitment-info ul li span {
    color: var(--primary-color) !important;
}

/* END PAGE TRUYỀN THÔNG */
/* SINGLE TUYỂN DỤNG */
.single_recruitments {
    padding-top: 60px;
}

.single_recruitments .header-meta,
.single-post article .article-inner .entry-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--primary-color);
}

.single_recruitments .header-meta h2,
.single-post article .article-inner .entry-header h2 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.single_recruitments .header-meta h2:before,
.single_recruitments .detail_recruitment table td.label span:before,
.single-post article .article-inner .entry-header h2::before {
    content: '';
    width: 100%;
    max-width: 80px;
    height: 4px;
    background-color: currentcolor;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single_recruitments .detail_recruitment {
    margin-bottom: 60px;
}

.single_recruitments .detail_recruitment table {
    border-collapse: collapse;
    margin-bottom: 0;
}

.single_recruitments .detail_recruitment table * {
    border: none;
}

.single_recruitments .detail_recruitment table td {
    padding: 0;
    font-size: 16px;
}

.single_recruitments .detail_recruitment table td.label {
    width: 20%;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.single_recruitments .detail_recruitment table td.content {
    width: 80%;
    color: #000
}

.single_recruitments .detail_recruitment table td.label span {
    display: block;
    position: relative;
    padding-bottom: 10px;
}

.single_recruitments .detail_recruitment table td.label span:before {
    max-width: 60px;
    height: 3px;
}

.single_recruitments .detail_recruitment table td.content ul:last-child {
    margin: 0;
}

.single_recruitments .detail_recruitment table td.content ul {
    list-style-type: none;
}

.single_recruitments .detail_recruitment table td.content ul li {
    position: relative;
    margin: 0 0 8px;
    line-height: 1.5;
    padding-left: 18px;
}

.single_recruitments .detail_recruitment table tr {
    margin-bottom: 30px;
    display: flex;
}

.single_recruitments .detail_recruitment table tr:last-child {
    margin-bottom: 0
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form textarea {
    margin: 0;
    height: 120px !important;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-textarea {
    margin-top: 30px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-submit {
    margin-top: 10px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file label {
    color: #000;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file label.label {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background: #F3F3F2;
    margin-bottom: 30px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .label_upload {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .label_upload i {
    font-size: 18px;
    margin-right: 5px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file {
    height: 125px;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file input {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    opacity: 0
}
.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{
    top: 8px;
}
.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file .text-upload {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #AAAAAA;
    padding: 15px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file .text-upload i {
    font-size: 40px;
    margin-bottom: 10px;
}

.single_recruitments .form_recruitment .wpcf7 .wpcf7-form .col-file .upload_file .text-upload .text-cv {
    font-weight: bold
}

.row.slick-slider .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.row.slick-slider.recruitments_related {
    margin-top: -10px;
}

.row.slick-slider.recruitments_related .col>.col-inner {
    margin-top: 10px
}

/* END SINGLE TUYỂN DỤNG */

/* SINGLE POST */
.single-post article{
    margin: 0;
}
.single-post article .article-inner .entry-header .single-post_meta{
    display: flex;
    align-items: center;
}
.single-post article .article-inner .entry-header .single-post_meta .cate{
    margin-right: 20px
}
.single-post article .article-inner .entry-header .single-post_meta .cate a{
    background: #ECECEC;
    padding: 8px 25px;
    border-radius: 99px;
}
.single-post article .article-inner .entry-header .single-post_meta .cate a:hover{
    background-color: var(--primary-color);
    color: #fff
}
.single-post article .article-inner .entry-header .single-post_meta .cate .post-categories{
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.single-post article .article-inner .entry-header .single-post_meta .cate .post-categories li{
    margin: 0 5px 0 0;
    display: inline-flex;
}
.single-post article .article-inner .entry-header .single-post_meta .date{
    color: #727272;
}
.single-post article .article-inner .entry-header .single-post_meta .date i{
    margin-right: 5px;
}
.single-post article .article-inner .post-footer{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center
}
.single-post article .article-inner .blog-share{
    display: flex;
    align-items: center
}
.single-post article .article-inner .blog-share label{
    font-size: 16px;
    margin: 0 10px 0 0;
    color: #000;
    font-weight: 400;
}
.single-post article .article-inner .blog-share a{
    width: 35px;
    height: 35px !important;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px !important;
}
.single-post article .article-inner .blog-share a:hover{
    background-color: var(--primary-color) !important;
}
.single-post article .article-inner .blog-share a i{
    top: 0
}
.single-post article .article-inner .blog-share a:before{
    content: none
}
.single-post article .article-inner .content-single h1,
.single-post article .article-inner .content-single h2,
.single-post article .article-inner .content-single h3,
.single-post article .article-inner .content-single h4,
.single-post article .article-inner .content-single h5{
    line-height: 1.3
}
.single-post article .article-inner .content-single .kk-star-ratings{
    display: none
}
.single-post article .article-inner .evaluate .kk-star-ratings{
    display: flex;
    align-items: center;
    flex-direction: row-reverse
}
.single-post article .article-inner .evaluate *{
    opacity: 1;
    color: #000
}
.single-post article .article-inner .evaluate .kksr-legend{
    font-size: 16px !important;
    line-height: 18px
}
.row-content_single .col-inner{
    padding: 35px 45px 35px 45px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #0000004D;
    background: #fff;
}
.row-content_single .col-inner .content-product{
        text-align: justify;
}
/* END SINGLE POST */

/* SINGLE PRODUCT */
.products-image_nav{
    margin-bottom: 12px !important;
}
.products-image_nav img{
    cursor: pointer;
}
.products-image_for{
    margin-bottom: 0 !important;
}
.products-image_nav .slick-slide,
.products-image_for .slick-slide{
    font-size: 0
}
.products-image_nav .slick-slide .col{
    padding: 0 10px 0 !important;
}
.products-image_for.slick-slider .slick-arrow{
    z-index: 2
}
.products-image_nav .slick-slide .col-inner{
    padding-bottom: 10px !important;
}
.products-image_nav .slick-slide .col-inner:before{
    content: '';
    width: 0;
    height: 5px;
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
    transition: width .2s linear;
}
.products-image_nav .slick-slide.slick-current .col-inner:before{
    width: 100%;
}
/* END SINGLE PRODUCT */
/* CSS TABLE & MOBILE */
@media (max-width: 849px) {

    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        background-color: var(--primary-color) !important;
    }

    header .header-main,
    header .stuck .header-main {
        height: 80px !important;
    }

    #logo img,
    header .stuck #logo img {
        max-height: 80px !important;
    }

    .icon-menu::before {
        content: '\f0c9';
        font-family: "Font Awesome 6 Pro";
        font-size: 26px;
    }

    .menu-item-gtranslate .sub-menu li a {
        width: 30px;
        height: 23px;
        display: inline-flex;
    }

    .menu-item-gtranslate .sub-menu li a img {
        width: 100%;
        height: 100%;
    }

    #logo a img {
        padding: 8px 0
    }

    #main-menu.mobile-sidebar:before {
        content: '';
        background-image: url(/wp-content/uploads/2018/08/background_footer.png);
        background-repeat: repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        inset: 0;
        opacity: 0.6
    }

    #main-menu.mobile-sidebar .sidebar-menu {
        padding: 0 0 30px;
    }

    #main-menu.mobile-sidebar .sidebar-menu .header-block-block-1 {
        padding: 25px 20px 10px;
    }

    #main-menu.mobile-sidebar .sidebar-menu .header-block-block-1 .img {
        margin: 0 auto;
    }

    #main-menu.mobile-sidebar .sidebar-menu ul li {
        border: none;
    }

    #main-menu.mobile-sidebar .sidebar-menu ul li.menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    #main-menu.mobile-sidebar .menu-item a {
        color: #fff;
        font-size: 14px;
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact {
        list-style-type: none;
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact li {
        padding: 0;
        display: flex;
        align-items: center
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact li:not(:last-child) {
        margin-bottom: 15px;
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact li * {
        color: #fff;
        font-size: 14px;
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact li a {
        padding: 0 0 0 10px;
    }

    #main-menu.mobile-sidebar li .mobile-nav__contact li i {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: linear-gradient(45deg, #A18034 0%, #FFCD67 100%);
    }

    .mobile-sidebar .mfp-close {
        right: 0;
        color: #fff;
        opacity: 1;
        mix-blend-mode: unset;
    }

    .section-banner .banner .text-box h2 {
        font-size: 42px;
        line-height: 54px;
    }

    .section-banner .banner .text-box p {
        font-size: 16px;
    }

    .section-banner .banner {
        padding-top: calc(100vh - 80px) !important;
    }

    .section-linhvuc .flickity-page-dots {
        left: 20%;
        right: 20%;
    }

    .section-linhvuc .row.item .large-5 {
        margin-bottom: -80px;
        z-index: 2;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 10px;
    }

    .tabbed-content .nav:not(.nav-vertical) {
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }

    .tabbed-content .nav:not(.nav-vertical) li {
        margin: 0 0 15px;
        text-align: center;
    }

    .section-breadcrumb .title-page h1 {
        font-size: 42px;
    }

    .section-history .item:not(.align-right) {
        flex-direction: column-reverse;
    }

    .section-history .item {
        margin-bottom: 30px !important;
    }

    .section-thitruong .section-content>.row:nth-child(even) .row {
        flex-direction: column-reverse
    }

    .section-thitruong .col-image .img {
        border-radius: 30px;
    }

    .section-vungnguyenlieu .tabbed-content .tab-panels {
        padding-left: 0;
        margin-top: 15px !important;
    }

    .section-vungnguyenlieu .tabbed-content .tab-panels .slider .flickity-page-dots {
        top: calc(50% - 45px);
    }

    .section-vungnguyenlieu .tabbed-content .tab-panels .col-text,
    .row-content_single {
        margin-top: -80px;
    }

    .section-contact .wpcf7 {
        padding: 30px;
    }

    .section-intro .col-text>.col-inner {
        margin-bottom: 30px;
    }
    .layout-product .col-right>.col-inner{
        padding-left: 0;
        margin-top: 30px;
    }
    .layout-product{
        padding: 30px 0;
    }
    .post-style-1 .post-item .box-text{
        padding: 15px;
    }
    .mobile-sidebar .sidebar-menu .nav-sidebar.nav-vertical li.menu-item .sub-menu a {
        padding: 12px 0 12px 0;
        font-weight: 500
    }

    .mobile-sidebar .sidebar-menu .nav-sidebar.nav-vertical li.menu-item .sub-menu {
        padding-left: 25px;
    }

    .sidebar-menu .nav-sidebar .menu-item .toggle {
        background: linear-gradient(45deg, #A18034 0%, #FFCD67 100%);
        opacity: 1;
        border: none;
        width: 35px;
        height: 35px;
        min-height: unset;
        margin-right: 20px;
        border-radius: 3px;
        transform: rotate(-90deg);
    }

    .sidebar-menu .nav-sidebar .menu-item.active .toggle {
        transform: rotate(0deg);
    }

    .sidebar-menu .nav-sidebar .menu-item .toggle i {
        color: #fff;
        line-height: 0.6;
        font-size: 20px;
    }
    #main-menu.mobile-sidebar .sidebar-menu ul li.menu-item .sub-menu li{
        padding: 0;
    }
    #main-menu.mobile-sidebar .sidebar-menu ul li.menu-item .sub-menu li:last-child{
        border-bottom: none
    }
}

/* CSS TABLET */
@media (min-width: 549.1px) and (max-width: 849px) {}

/* CSS MOBILE */
@media (max-width: 549px) {

    /*  CSS GLOWBAL */

    .off-canvas-left .mfp-content {
        width: calc(100vw - 65px);
    }

    .flickity-page-dots .dot,
    ul.slick-dots li {
        height: 10px;
        width: 10px;
    }

    .searchform .search-field {
        font-size: 14px;
    }

    .section-banner .banner .text-box h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-banner .banner {
        padding-top: 600px !important;
    }

    a.button.primary:not(.is-link) span {
        font-size: 14px;
    }
    .footer-logo .col-inner .text{
        font-size: 10px;
    }

    .section-linhvuc .row.item .large-5 {
        margin-bottom: -30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .section-linhvuc .col-text>.col-inner {
        padding: 20px;
    }

   
    .section-vungnguyenlieu .col-title .section-title,
    .layout-product .col-left .section-title {
        font-size: 20px;
    }

    .section-linhvuc .item .col-text .section-title,
    .section-intro .col-text .section-title,
    .section-vungnguyenlieu .tabbed-content .tab-panels .col-text .section-title,
    .content-single_product .section-title,
    .row-content_single .col-inner .section-title {
        font-size: 18px;
    }

    .title-section .section-title span,
    .section-thitruong .col-content .content h2,
    .section-recruitments_related h2,
    .single_recruitments .header-meta h2,
    .single-post article .article-inner .entry-header h2 {
        font-size: 24px;
    }

    .section-linhvuc .row.item .col-text a.button,
    .section-intro .col-text a.button,
    .section-vungnguyenlieu .tabbed-content .nav a.button,
    .section-vungnguyenlieu .tabbed-content .tab-panels .col-text a.button,
    .post-item .box-text .from_the_blog_excerpt,
    .wpcf7 .wpcf7-form .wpcf7-submit,
    .wpcf7 .wpcf7-form label,
    .wpcf7 .wpcf7-form input.wpcf7-text, .wpcf7 .wpcf7-form textarea,
    .section-title a,
    .recruitments .item a span.nominee,
    .single_recruitments .detail_recruitment table td.content ul li,
    .single_recruitments .detail_recruitment table td.label,
    .tabbed-content .nav:not(.nav-vertical) li a {
        font-size: 14.4px;
    }

    .post-item .box-text .post-title,
    footer .section-title, footer .ux-menu .ux-menu-title {
        font-size: 16px;
    }

    .back-to-top {
        bottom: 85px;
    }

    .section-breadcrumb .title-page h1 {
        font-size: 28px;
    }

    .section-breadcrumb .title-page h1 {
        margin: 0;
    }

    .section-breadcrumb #breadcrumbs {
        margin-bottom: 20px;
    }

    .number_year p {
        font-size: 35px;
    }

    .section-tamnhin .item .icon-box .icon-box-text h3 {
        font-size: 18px;
    }

    .section-thanhtuu .item .text h3 {
        font-size: 25px;
    }

    .section-vungnguyenlieu .tabbed-content .tab-panels .col-text {
        margin-top: -30px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .section-vungnguyenlieu .tabbed-content .tab-panels .slider .flickity-page-dots {
        top: calc(50% - 180px);
    }

    .section-contact .wpcf7 {
        padding: 20px;
    }

    .ss-m .title-section .section-title.section-title-center {
        justify-content: start;
        padding-right: 105px;

    }

    .ss-m .title-section .section-title.section-title-center span {
        text-align: left;
    }

    .section-intro .col-text>.col-inner {
        padding: 20px;
    }

    .recruitments .item a span.number {
        font-size: 35px;
    }

    .single_recruitments {
        padding-top: 30px;
    }

    .single_recruitments .detail_recruitment table tr {
        flex-direction: column;
    }

    .single_recruitments .detail_recruitment table td.label,
    .single_recruitments .detail_recruitment table td.content {
        width: 100%;
    }

    .single_recruitments .detail_recruitment table td.label {
        margin-bottom: 15px;
    }
    .single-post article .article-inner .post-footer{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .single-post article .article-inner .evaluate .kksr-legend{
        margin: 0 10px 0 0;
    }
    .row-content_single .col-inner{
        padding: 30px;
    }
    .row-content_single{
        margin-top: -30px;
    }
    .row-content_single .col{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    ul.slick-dots {
        bottom: 35px;
    }
    .products-image_nav .slick-slide .col {
        padding: 0 4px 0 !important;
    }
    .row-small.products-image_nav{
        margin-left: -2px !important;
        margin-right: -2px !important;
    }
    /* END CSS GLOWBAL */
    #footer{
        margin-bottom: 56px;
    }
    #chat-bot-launcher-container .chat-bot-launcher,
    #chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button{
        width: 50px !important;
        height: 50px !important;
    }
    #chat-bot-launcher-container.chat-bot-avatar-launcher .chat-bot-launcher-button {
        background-size: 44px !important;
        background-color: #fff !important;
    }
    #chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext {
        bottom: 140px !important;
    }
    #chat-bot-message-container {
        bottom: 195px !important;
    }
    .post-height-mobile .post-item .image-cover{
        padding-top: 75% !important;
    }
    .galary-sinhthai .gallery-col .box .box-image img{
        padding: 15px;
    }
    .pb-0-mobile{
        padding-bottom: 0 !important;
    }
	.row-small-mobile{
		margin-left: -5px !important;
    	margin-right: -5px !important;
	}
	.row-small-mobile .col{
		padding-left: 5px !important;
		padding-right: 5px !important;
		padding-bottom: 10px !important;
	}
	.products .product-small .col-inner a .box-text .product-title, .post-style-2 .post-item .box-text .box-text-inner .post-title,
	.products .product-small .col-inner a .box-text .product-title:before, .post-style-2 .post-item .box-text .box-text-inner .post-title::before{
		font-size: 14.4px !important;
	}
}

