﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: "utm-azuki";
    src: url("/Content/fonts/UTM-Azuki.ttf") format("woff"), url("/Content/fonts/UTM-Azuki.ttf") format("opentype"), url("/Content/fonts/UTM-Azuki.ttf") format("truetype");
}

.bg_body {
    background-image: url('/Content/images/main_optimized.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    font-family: 'Quicksand', sans-serif !important;
    margin-top: -5px;
}

body.page, .category, .archive, .single {
    background-image: url('/Content/images/bg_2_optimized.jpg?ver=1.0.1');
    background-repeat: repeat;
    background-size: auto;
    font-family: 'Quicksand', sans-serif !important;
}

.title_main {
    font-family: "utm-azuki";
    font-size: 56px;
    text-transform: none;
}

.title_span {
    color: #cf8736
}

.title_breadcrumb {
    font-family: "utm-azuki";
    font-size: 50px;
    text-transform: none;
    color: #cf8736;
}
/* .woocommerce .title_breadcrumb{
    color: #461214;
} */
.main .header {
    /*background-image: url('../hinhanh/0-Home-E_01.jpg?ver=1.0.1');*/
    background-position: center;
    z-index: 999999;
    position: relative;
    /* background-color: rgba(0, 0, 0, 0.85); */
    background-color: rgb(171 0 0 / 88%);
}

.header_mb {
    display: none;
}

.navbar-fixed-top {
    position: relative !important;
}

.fixed-top {
    top: 0 !important;
}

#logo .navbar-brand img {
    width: 100px;
    padding: 10px 0 10px 0;
}

.navbar-nav {
    justify-content: flex-end;
    width: 100%;
}

.lang-item img {
    width: 25px !important;
    height: 15px !important;
}

.lang-item a {
    border: none !important;
}

    .lang-item a:hover {
        border: none !important;
    }

.main .header .bg-light {
    background-color: transparent !important;
    padding: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
}

    .wrapper input {
        visibility: hidden;
    }

    .wrapper .label-show-modal {
        background: #09b060;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-weight: bold;
        margin: 20px;
        display: none;
    }

    .wrapper .modal-show {
        background: rgba(0,0,0,0.7);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        text-align: center;
        opacity: 0;
        transform: scale(0);
        visibility: hidden;
        transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .wrapper .modal-show-inner {
        position: relative;
        margin: 60px auto 20px;
        max-width: 70%;
        width: 100%;
    }

        .wrapper .modal-show-inner label {
            position: absolute;
            width: 25px;
            height: 25px;
            background: #fff;
            color: #000;
            text-align: center;
            border-radius: 450%;
            line-height: 25px;
            top: -12.5px;
            right: -12.5px;
            cursor: pointer;
        }

    .wrapper input:checked ~ .modal-show {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
        transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    }

@media only screen and (max-width:700px) {

    .modal-show-inner iframe {
        height: 470px;
    }

    .modal-show-inner .html5-video-player .ytp-cued-thumbnail-overlay-image {
        background-position: initial !important;
    }
}

.modal-dialog {
    max-width: 65% !important;
}

.modal-content {
    background-color: transparent !important;
    border: none !important;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
}

.navbar-brand {
    padding: 0 !important;
}

#logo .navbar-brand {
    margin-right: 5rem;
}

.header .logo_main {
    position: absolute;
    z-index: 1;
    top: -3px;
}

    .header .logo_main img {
        /*width: 200px !important;*/
        width: 100px !important;
        margin-top: 5px;
    }

.logo_mb {
    display: none;
}

.main .header .navbar-nav li a {
    color: #fff;
    font-weight: 600;
    padding: 7px 10px;
    margin-right: 5px;
    border: 2px solid transparent;
    transition: .4s;
}

    .main .header .navbar-nav li.current-menu-item a, .main .header .navbar-nav li a:hover {
        border: 2px solid #ffffff;
        border-radius: 0;
        text-decoration: none;
        color: #fff;
    }

.navbar-nav li {
    position: relative;
    height: 70px;
    line-height: 70px;
}

.sub-menu {
    position: absolute;
    z-index: 1;
    width: 250px;
    background: #fff;
    list-style: none;
    top: 100%;
    display: none;
    transition: all 0.4s ease;
}

.add_show {
    display: block !important;
}

.sub-menu li {
    height: 39px;
    line-height: 23px;
}

.main .header .sub-menu li a {
    color: #333 !important;
    padding: 8px;
    margin-right: 0;
    width: 100%;
    display: block;
    border: none !important;
    border-radius: 0 !important;
}

    .main .header .sub-menu li a:hover {
        background-color: #c40c0a;
        color: #fff !important;
        border: none;
        border-radius: 0;
    }

.main .header .navbar-nav li:hover .sub-menu {
    display: block;
}

.list_language {
    margin-bottom: 0;
    list-style: none;
}

    .list_language li {
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
    }

        .list_language li a {
            color: #fff;
        }

        .list_language li:not(:last-child) {
            border-right: 2px solid #fff;
        }

.main .header .navbar-toggler {
    border: none;
    outline: none;
}

.header .icon_menu img {
    width: 30px;
}

/* SEARCH */
.openBtn {
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    cursor: pointer;
    margin-top: 7px;
    color: #fff;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 34%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

    .overlay-content img {
        width: 30%;
        margin-bottom: 30px;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    outline: none !important;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #aa0000;
    font-size: 17px;
    border: none;
    cursor: pointer;
    outline: none !important;
}

    .overlay button .fa {
        color: #fff;
    }

    .overlay button:hover {
        background: #bbb;
    }



/*
Sldie Home
 */
.slideHome {
    position: relative;
}

    .slideHome .banner_img {
        width: 100%;
    }

    .slideHome .ima_slide {
        text-align: center;
        position: absolute;
        top: 72%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .slideHome .ima_slide img {
            width: 350px;
        }

/*-
About
 */
.about, .quytrinh, .sanpham, .product_spectical, .truyenthong {
    text-align: center;
}

.about {
    background-image: url(/Content/images/thuyen-danh-ca.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

    .about h4 {
        font-size: 24px;
        color: #5d4030;
        font-weight: 600;
    }

    .about h2, .quytrinh h2 {
        color: #43210e;
    }

    .about p {
        font-size: 18px;
        margin-top: 30px;
        width: 75%;
        margin: 30px auto;
    }


#btn_read {
    border: 1px #6565658c dashed;
    border-radius: 100px;
    padding: 7px 30px;
    background: #cf8736;
    color: #fff;
}

    #btn_read.pro-btn {
        background: none;
    }

    #btn_read button {
        border: none;
        background: #cf8736;
        color: #fff;
        outline: none !important;
    }

    #btn_read a {
        color: #fff;
        font-weight: 600;
    }

    #btn_read:hover {
        color: #fff font-weight: 600;
        background-color: #cf8736;
    }

        #btn_read:hover a {
            color: #fff;
            text-decoration: none;
        }

.section_about .section_page span {
    font-size: 22px;
    color: #cf8736;
    font-weight: 600;
}

.cauchuyennuocmam {
    /* margin-top: -20px; */
    margin-top: 30px;
}

/*
====================
VIDEO
====================
 */
.video .img_line {
    width: 45%;
    margin: 30px auto;
}

    .video .img_line img {
        width: 100%;
    }

.video .img_video {
    margin-top: -65px;
    text-align: center;
}

    .video .img_video img {
        width: 70%;
        cursor: pointer;
    }


/*
====================
QUY TRĂŒNH
====================
 */
.quytrinh_main {
    background-image: url(../hinhanh/BG quytrinh2.png);
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

    .quytrinh_main .row {
        align-items: center;
    }

.quytrinh_nuocmam {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

    .quytrinh_nuocmam h3 {
        margin-bottom: 0;
        font-weight: bold;
        color: #43210e;
        font-size: 17px;
    }

    .quytrinh_nuocmam p {
        color: #43210e;
        font-weight: bold;
        font-size: 15px;
        max-width: 300px;
        display: block;
        float: right;
    }

    .quytrinh_nuocmam.text-left p {
        float: left;
    }
/*.quytrinh_nuocmam img{
    width: 100%;
}*/
.tag_1 {
    position: absolute;
    top: 30px;
    right: 35px;
}

.tag_2 {
    position: absolute;
    top: 30px;
    right: 35px;
}

.tag_3 {
    position: absolute;
    top: 30px;
    left: 35px;
}

.tag_4 {
    position: absolute;
    top: 30px;
    left: 35px;
}

.img_giotnuoc {
    width: 100%;
}

.img_tag_4, .img_tag_1, .img_tag_3 {
    height: 80px;
    width: 213px;
}

.img_tag_2 {
    height: 80px;
    width: 343px;
}

.quytrinh_line {
    background-image: url(../hinhanh/0-home-e_021_optimized.png?ver=1.0.1);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 50px 0;
}


.demo {
    background: linear-gradient(to right,#fcc,#d3d3d3)
}

.post-slide2 {
    margin: 0 15px;
}

    .post-slide2 h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .post-slide2 .post-img {
        overflow: hidden
    }

        .post-slide2 .post-img img {
            width: 160px;
            height: 160px;
            border-radius: 100%;
            transform: scale(1);
            transition: all 1s ease-in-out 0s
        }

    .post-slide2:hover .post-img img {
        transform: scale(1.08)
    }

    .post-slide2 .post-content {
        padding: 20px
    }

    .post-slide2 .post-description {
        font-size: 15px;
        color: #43210e;
        line-height: 24px;
        margin-bottom: 14px
    }

/*
=====================
Sáº¢N PHáº¨M
=====================
 */
.sanpham {
    /*background-image: url(../hinhanh/0-home-e_06_optimized.png?ver=1.0.1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;*/
    background-image: url(/Content/images/khongchatbaoquan.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 50px 0;
    content: '';
}

    .sanpham h2 {
        color: #43210e;
        margin-bottom: 40px;
    }


.post-slide3 {
    margin: 0 15px;
    text-align: center;
}

    .post-slide3 .post-img {
        position: relative;
        margin-bottom: 20px
    }

        .post-slide3 .post-img img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }

    .post-slide3 .post-title {
        margin: 15px 0;
        text-transform: capitalize
    }

        .post-slide3 .post-title a {
            font-size: 20px;
            font-weight: 600;
            color: #656565;
            transition: all .3s linear 0s;
        }

            .post-slide3 .post-title a:hover {
                text-decoration: none;
            }

    .post-slide3 .post-description {
        font-size: 16px;
        color: #eee8dc;
        font-weight: 100;
        line-height: 24px;
    }

    .post-slide3 .read-more {
        display: inline-block
    }

        .post-slide3 .read-more:hover {
            text-decoration: none
        }

        .post-slide3 .read-more i {
            font-size: 19px;
            color: #333;
            margin-right: 5px;
            transition: all .4s linear 0s
        }

        .post-slide3 .read-more span {
            font-size: 16px;
            color: #333;
            opacity: 0;
            text-transform: uppercase;
            transition: all .4s linear 0s
        }

        .post-slide3 .read-more:after {
            content: "";
            display: block;
            width: 40%;
            position: relative;
            bottom: -20px;
            border-bottom: 3px solid #333;
            opacity: 0;
            transition: all .4s linear 0s
        }

    .post-slide3:hover .read-more span, .post-slide3:hover .read-more:after {
        opacity: 1
    }

    .post-slide3 .read-more:hover i, .post-slide3 .read-more:hover span, .post-slide3 .read-more:hover:after {
        color: #8e44ad;
        border-bottom-color: #8e44ad
    }

/*div.product a {
    color: #656565 !important;
}*/

div.all_product {
    background-color: #cf8736;
    border-color: #cf8736;
}

/*
=================
Sáº¢N PHáº¨M Äáº¶C BIá»†C
=================
 */
/*.product_spectical{
	background-image: url(../hinhanh/6_02.png?ver=1.0.1);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}*/
.product_spectical {
    padding: 50px 0;
}

    .product_spectical h2 {
        color: #43210f;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .product_spectical .img {
        width: 100%;
        height: 405px;
        position: absolute;
        left: 5%;
        top: -9%;
        transform: translate(10px, 10px);
    }

    .product_spectical .img_sp {
        width: 45%;
        position: absolute;
        top: 58%;
        left: 53%;
        transform: translate(-50%, -50%);
    }

    .product_spectical p {
        font-size: 18px;
        color: #43210f;
        font-weight: 500;
        text-align: left;
    }

.post-slide13 {
    padding: 0 15px
}

    .post-slide13 .post-img {
        position: relative
    }

        .post-slide13 .post-img > a {
            display: block
        }

        .post-slide13 .post-img img {
            width: 50%;
            height: 350px;
            margin-top: 0px;
            margin-right: -110px;
            object-fit: contain;
        }


/*
=================
TRUYá»€N THĂ”NG
=================
 */
.truyenthong {
    background-image: url(/Content/images/fishbg.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0;
    content: '';
}
/* .truyenthong:before{
	background-image: url(../hinhanh/Fish2.png?ver=1.0.1);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 0;
	content:'';
} */
.post-slide5 {
    position: relative;
    margin: 0 15px;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 2em
}

    .post-slide5 .post-img {
        position: relative;
        overflow: hidden
    }

        .post-slide5 .post-img:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0);
            transition: all .4s linear 0s
        }

    .post-slide5:hover .post-img:before {
        background: rgba(0,0,0,.6)
    }

    .post-slide5 .post-img img {
        width: 100%;
        height: 250px
    }

    .post-slide5 .post-title {
        margin: 0;
        position: absolute;
        bottom: 0px;
        background-color: #cf8736c7;
    }

        .post-slide5 .post-title a {
            text-align: left;
            display: inline-block;
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            margin-bottom: 25px;
            transition: all .3s linear 0s
        }

            .post-slide5 .post-title a:hover {
                text-decoration: none;
                color: #555
            }

.truyenthong .title_main {
    margin-bottom: 30px;
}

#truyenthong .post-slide5, #section_baochi .new {
    background: #fff;
    border-radius: 3px;
    position: relative;
}

    #truyenthong .post-slide5 .post-img img.thumb-bao, #section_baochi .baochi_thumb img {
        height: 220px;
        border-radius: 3px 3px 0 0;
    }

#truyenthong .badge, #section_baochi .badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 10rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #2C3038;
    background-color: #F7F9FC;
}

    #truyenthong .badge img, #section_baochi .badge img {
        margin: 0.25rem !important;
        height: 15px;
        max-width: 100%;
        flex-shrink: 0;
        width: auto;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#truyenthong .post-slide5 a:hover, #section_baochi .baochi_thumb a:hover {
    opacity: 0.8;
}

#truyenthong .post-slide5 .post-img:before {
    display: none;
}

#truyenthong .post-slide5 .post-title {
    padding: 10px;
}

#section_baochi .nd_new {
    border-radius: 0 0 3px 3px;
    width: 100%;
}

    #truyenthong .post-slide5 .post-title a, #section_baochi .nd_new h3 {
        color: #fff;
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 15px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #section_baochi .nd_new p {
        margin-bottom: 0;
    }

.giaiphap img {
    width: 100%;
    border-radius: 10px;
}

.tin_tuc_dt a, .mon_ngon_dt a {
    color: #43210f;
}

.tin_tuc_dt:hover a, .mon_ngon_dt:hover a {
    text-decoration: none;
    color: #43210f;
}

.nd_tin_tuc {
    margin-top: 15px;
}

    .nd_tin_tuc h2, .mon_ngon_dt h2 {
        font-size: 22px;
        font-weight: bold;
    }

    .nd_tin_tuc p {
        margin-bottom: 0;
    }

.mon_ngon_dt img {
    height: 230px;
    object-fit: cover;
    margin-bottom: 15px;
}

.list_monngon ul {
    list-style: none;
}

.list_monngon li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #43210f;
    margin-bottom: 10px;
}

.list_monngon ul li:not(:last-child) {
}

.list_monngon a {
    color: #43210f;
    font-size: 16px;
    font-weight: 500;
}

.giaiphap {
    padding-bottom: 65px;
}
/*
==========================
PAGE PRODUCT
==========================
*/
.banner_page {
    text-align: left !important;
}

.section_product .banner_page {
    background-image: url(../hinhanh/chitiet.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.banner_page .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0
}

    .banner_page .breadcrumb a, .breadcrumb-item {
        color: #43210e;
        font-weight: 600;
        font-size: 16px;
    }

.banner_page .breadcrumb-item + .breadcrumb-item::before {
    content: '»';
    color: #43210e
}

.section_product .post-slide3 .post-title a {
    font-size: 16px;
}

.section_product .post-slide3 .post-title a, .section_product .post-slide3 .post-description {
    color: #101010;
}

.section_product div.product a {
    color: #101010 !important;
    font-size: 14px;
}

.section_product .col-sm-3 {
    text-align: left;
}

    .section_product .col-sm-3 li {
        list-style: none;
    }
    /* .section_product .col-sm-3:hover{background-color:#fff;} */
    .section_product .col-sm-3:hover div.product {
        color: #fff !important;
        background-color: #cf8736;
        border-color: #cf8736;
    }

.section_page {
    padding: 50px 0;
    text-align: center;
}

.section_product #btn_read {
    background-color: #cf8736;
}

/*    .section_product #btn_read a {
        color: #fff !important;
    }*/

.product_single {
    display: flex;
}

.product_left li {
    list-style: none;
    width: 140px;
    height: 140px;
    background: #fff;
    margin-bottom: 15px;
}

    .product_left li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 20px;
    }

.product_right {
    background-image: url(../hinhanh/background_product_sg.png?ver=1.0.1);
    background-size: contain;
    background-repeat: no-repeat;
    height: 450px;
    margin-left: 20px;
}

    .product_right img {
        width: 100%;
        height: 450px;
        object-fit: contain;
        padding: 85px;
        text-align: center;
    }

.content_single_page {
    text-align: left;
    padding-top: 20px;
}

    .content_single_page h1 {
        font-size: 28px;
        color: #461214;
        font-weight: 600;
    }

    .content_single_page p {
        font-size: 16px;
        color: #461214;
        font-weight: 400;
    }

    .content_single_page li {
        list-style: none;
        padding-bottom: 15px;
    }

        .content_single_page li strong {
            text-transform: uppercase;
            color: #461214;
            font-weight: bold;
        }

.nd_tab {
    background: #fff;
}

    .nd_tab li a {
        padding: 20px 30px;
        color: #495057;
        font-size: 16px;
        font-weight: 600;
        border-top: 2px solid transparent !important;
        transition: all .4s ease;
        border-radius: 0 !important;
    }

        .nd_tab li a.active, .nd_tab li a:hover {
            color: #cf8736 !important;
            border-top: 2px solid #cf8736 !important;
        }

    .nd_tab .tab-content {
        padding: 20px;
        text-align: left;
    }

.product_related h2 {
    font-size: 32px;
    color: #461214;
    font-weight: 600;
    margin: 50px 0;
}

.product_related .post-slide3 {
    margin: 0 10px !important;
    background: #fff;
}

/*
=================
ÄIá»‚M BĂN
=================
*/
.thongdiep {
    text-align: center;
}

    .thongdiep .img_giamdoc {
        text-align: center;
        border-radius: 100%;
        height: 250px !important;
        width: 250px !important;
    }

.nd_thongdiep {
    margin-top: -40px;
    position: relative;
    text-align: center;
}

    .nd_thongdiep .mota {
        position: absolute;
        top: 50%;
        margin: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: left;
    }

        .nd_thongdiep .mota h2 {
            text-align: right;
        }

.section_diemban .banner_page {
    background-image: url(../hinhanh/3-diemban.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.diemban img {
    width: 100%;
    min-height: 233px;
}

.diemban {
    display: block;
    align-items: center;
    text-align: left;
    margin-bottom: 15px;
}

#form_diemban #btn_read {
    width: 25%;
}

.list_diemban {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .list_diemban li {
        list-style: none;
    }

    .list_diemban p {
        font-size: 22px;
        font-weight: 600;
        color: #472411;
    }

.diemban label {
    margin-bottom: 0;
    width: 30%;
}

.diemban select {
    width: 70%;
}

.nd_diemban {
    background: #fff;
    text-align: left;
    padding: 15px;
}

    .nd_diemban h3 {
        font-size: 20px;
        font-weight: bold;
        color: #cf8736;
        text-transform: uppercase;
    }

.title_section {
    font-size: 36px;
    font-weight: bold;
    color: #cf8736;
    margin-bottom: 30px;
}

    .title_section span {
        color: #cf8736;
    }

.section_diemban .section_page {
    padding: 70px 0 0 0
}

/*
================
NEW
================
*/
.section_new .banner_page {
    /*background-image: url(../hinhanh/tintuc.jpg?ver=1.0.1);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 100px 0;*/
    padding: 20px 0;
}

.new {
    margin-bottom: 30px;
}

    .new img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.nd_new {
    background: #fff;
    padding: 20px;
    text-align: left;
}

#section_baochi .nd_new {
    margin: 0;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    background-color: #cf8736c7;
}

.nd_new a:hover {
    text-decoration: none;
}

.nd_new h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.nd_new p {
    font-size: 15px;
}

.new ul {
    list-style: none;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
    background: #fff;
}

    .new ul li {
        display: inline-block;
        padding: 12px 22px;
        color: #999999;
        font-size: 15px;
    }

        .new ul li:not(:last-child) {
            border-right: 1px solid #ddd;
        }

        .new ul li .fa {
            color: #cf8736;
        }

/*
==================
ABOUT PAGE
==================
*/
.section_about .banner_page {
    background-image: url(/Content/images/lichsu.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.section_history {
    text-align: center;
}

    .section_history .banner_page {
        background-image: url(../hinhanh/lichsu.jpg?ver=1.0.1);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 100px 0;
    }

.section_about .section_page img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.section_page_two {
    background-color: #fff
}

.section_about h2 {
    color: #472411;
    font-weight: bold;
    font-size: 36px;
}

    .section_about h2 span {
        color: #cf8736;
        font-size: 30px;
    }

.page_white {
    background-color: #fff;
    padding: 70px 0;
}

.section_about .section_page {
    text-align: left !important;
}


/*
===================
Gá»ˆAI THÆ¯á»NG PAGE
===================
 */
.section_giaithuong .banner_page {
    background-image: url(../hinhanh/giai-thuong.jpg?ver=1.0.1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.giaithuong {
    margin-bottom: 30px;
}

    .giaithuong img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .giaithuong h3 {
        font-size: 18px;
        color: #1a1a1a;
        font-weight: bold;
        margin-top: 15px;
    }

    .giaithuong a:hover {
        text-decoration: none;
    }
/*
===================
SINGLE POST PAGE
===================
 */
.single_post {
    width: 70%;
    margin: auto;
    text-align: left;
}

    .single_post .title_post {
        text-align: center;
        margin-bottom: 30px;
    }

        .single_post .title_post h2 {
            margin-bottom: 10px;
        }

    .single_post .fa {
        color: #cf8736;
    }

    .single_post h5 {
        color: #999999;
        font-size: 15px;
    }

    .single_post img {
        width: 100%;
        margin-bottom: 15px;
    }

.btn_share {
    display: flex;
    align-items: center;
}

    .btn_share .share {
        background: #fff;
        border-radius: 49px;
        padding: 10px;
        font-weight: 600;
    }

    .btn_share ul {
        margin-bottom: 0;
    }

        .btn_share ul li {
            list-style: none;
            display: inline-block;
            padding-left: 10px;
        }

    .btn_share .fa {
        background: #cf8736;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff !important;
    }

    .btn_share .fab {
        background: #cf8736;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        text-align: center;
        line-height: 30px;
        color: #fff !important;
    }


.new_related .new {
    margin: 0 10px;
}

.new_related h2 {
    font-size: 32px;
    color: #461214;
    font-weight: bold;
    margin: 0 0 50px 0;
    text-align: center;
}

.new_related {
    background: #fff;
    padding: 50px 0;
}


/*
=================
MEDIA VIDEO PAGE
=================
*/
.section_media .banner_page {
    background-image: url(../hinhanh/video.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.media_video img {
    width: 100%;
    cursor: pointer;
}

.media_video p {
    font-size: 24px;
    font-weight: 600;
    color: #472411;
    width: 70%;
    margin: auto;
}

.media_video_dt {
    margin-bottom: 30px;
}

.section_media #section_media {
    padding: 0px 0 50px 0
}

/*
=================
MĂ“N NGON PAGE
=================
*/
.section_monngon .banner_page {
    background-image: url(../hinhanh/mon-ngon.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.monngon {
    DISPLAY: FLEX;
    align-items: center;
    margin-bottom: 30px;
}

.monngon_img {
    width: 30%;
    height: 200px;
    margin-right: 30px;
}

    .monngon_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.monngon_nd {
    text-align: left;
    width: 70%;
}

    .monngon_nd span {
        color: #cf8736;
        font-weight: 600;
        font-size: 18px;
    }

    .monngon_nd h2 {
        font-size: 24px;
        font-weight: 600;
        color: #3b3b3b;
    }

    .monngon_nd p {
        color: #575757;
        font-weight: 600;
        font-size: 15px;
    }


/*
===================
Äá»I TĂC PAGE
===================
 */
.section_partner .banner_page {
    background-image: url(../hinhanh/banner_doitac_optimized.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center;
}

.doitac {
    margin-bottom: 30px;
}

    .doitac img {
        width: 100%;
        height: 150px;
        object-fit: contain;
        background: #fff;
        padding: 20px;
    }

/*
===================
LIĂN Há»† PAGE
===================
 */
.section_contact .banner_page {
    background-image: url(../hinhanh/banner_lienhe.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.info_contact {
    text-align: left;
    background-color: #fff;
    padding: 30px 20px 20px;
}

    .info_contact h2 {
        text-transform: uppercase;
    }

    .info_contact .list_add {
        list-style: none;
    }

.list_add li {
    padding-bottom: 10px;
}

    .list_add li a {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 600;
    }

    .list_add li .fa {
        font-size: 23px;
        color: #cf8736;
        margin-right: 10px;
    }

.doitac img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    background: #fff;
    padding: 20px;
}

.info_form {
    margin-top: 30px;
}

.submit_form {
    background: #cf8736 !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.info_maps {
    margin-top: 15%;
}

    .info_maps img {
        width: 100%;
        height: 490px;
    }

.form_contact input, .form_contact textarea {
    width: 100%;
    height: 40px;
    text-indent: 10px;
    border: none;
    background: #f7f4ed;
    outline: none;
}

.form_contact textarea {
    height: 150px;
}

.form_contact .wpcf7-submit {
    border: 2px solid #cf8736;
    border-radius: 100px;
    padding: 7px 30px;
    width: 30%;
    background: #cf8736;
    color: #fff !important;
}
/*
===================
KIá»‚M TRA CHáº¤T LÆ¯á»¢NG PAGE
===================
 */
.section_chatluong .banner_page {
    background-image: url(../hinhanh/banner_chatluong_optimized.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    background-position: center;
}

.section_chatluong h3 {
    TEXT-ALIGN: CENTER;
    color: #472411;
    font-size: 25px;
    font-weight: 600;
}

/*
===================
QUY TRĂŒNH Sáº¢N XUáº¤T PAGE
===================
 */
.section_sanxuat .banner_page {
    background-image: url(../hinhanh/quytrinh.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

.section_sanxuat h3 {
    TEXT-ALIGN: CENTER;
    color: #472411;
    font-size: 25px;
    font-weight: bold;
}

.sanxuat_page img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.padd_40 {
    margin: 70px;
}

.sanxuat_page h2 {
    font-size: 30px;
    color: #472411;
    font-weight: bold;
}

.sanxuat_page span {
    font-size: 22px;
    color: #cf8736;
    font-weight: bold;
}

/*
===================
TUYá»‚N Dá»¤NG PAGE
===================
 */
.section_tuyendung .banner_page {
    background-image: url(../hinhanh/tuyendung.jpg?ver=1.0.1);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center;
}

p.mota_page {
    width: 70%;
    margin: 0 auto 50px auto;
    font-weight: 500;
    font-size: 16px;
}

.tuyendung {
    text-align: left;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

    .tuyendung h3 {
        font-size: 24px;
        color: #000000;
        font-weight: 600;
    }

    .tuyendung p {
        margin-bottom: 35px;
        margin-top: 20px;
    }

    .tuyendung i {
        color: #cf8736;
        font-size: 25px;
        margin-right: 15px;
    }

    .tuyendung span {
        margin-left: 50px;
        color: #fff;
        padding: 5px 15px;
        border-radius: 107px;
        font-size: 14px;
    }

    .tuyendung .fulltime {
        background: #43210f;
    }

    .tuyendung .parttime {
        background: #cf8736;
    }

    .tuyendung a {
        font-size: 16px;
        font-weight: bold;
        color: #cf8736;
    }

.quyenloi {
    display: flex;
    text-align: left;
    margin-bottom: 35px;
}

.quyenloi_img {
    margin-right: 20px;
}

.quyenloi h3 {
    color: #000000;
    font-size: 24px;
}

.quyenloi p {
    font-size: 16px;
    color: #555555;
    font-weight: 500;
}

.info_tuyendung, .mota_tuyendung {
    text-align: left;
    background: #fff;
    padding: 30px;
}

.tuyendung_detail h2 {
    margin-bottom: 22px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: #43210f;
    font-size: 24px;
    font-weight: bold;
}

.tuyendung_detail p {
    font-size: 16px;
    color: #555555;
}

.list_info_tuyendung ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list_info_tuyendung ul li {
        display: inline-block;
        width: 33%;
        margin-bottom: 30px;
    }

        .list_info_tuyendung ul li img {
            margin-right: 15px;
        }

        .list_info_tuyendung ul li span {
            margin-left: 25px;
        }

.mota_tuyendung {
    margin-top: 40px;
}

    .mota_tuyendung ul {
        padding: 0 40px;
    }

.section2 {
    /*background:#fff;*/
}

.form_tuyendung form {
    width: 50%;
    margin: auto;
    text-align: left;
}

.form_tuyendung label {
    margin-bottom: 10px;
    font-weight: 600;
    color: #472411;
    font-size: 14px;
}

.form_tuyendung label, .form_tuyendung input, .form_tuyendung textarea {
    width: 100%;
}

.form_tuyendung input, .form_tuyendung textarea {
    height: 37px;
    border: 1px solid rgb(207, 135, 54);
    border-radius: 39px;
    margin-top: 10px;
    text-indent: 15px;
    outline: none;
}

.btn_submit {
    text-align: center;
    margin-top: 80px;
}

    .btn_submit .wpcf7-submit {
        width: 40%;
        margin: auto;
        background: #cf8736;
        color: #fff;
        text-transform: uppercase;
    }

.form_tuyendung p {
    margin-bottom: 0;
}

.form_tuyendung textarea {
    height: 150px;
}

.form_search_tuyendung form {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 50px; */
    max-width: 50%;
    margin: 0 auto 50px auto;
}

.search_tuyendung {
    width: 80%;
}

    .search_tuyendung input {
        width: 100%;
        border-radius: 0;
        border: none;
        background: #dddddd7d;
        text-indent: 10px;
        outline: none;
    }

.form_search_tuyendung .btn_tuyendung {
    width: 20%;
    background: #cf8736;
    border: none;
    color: #fff;
    border-radius: 0;
    outline: none;
}

.search_tuyendung input, .form_search_tuyendung button {
    height: 43px;
}

.file-516 {
    display: none;
}

#uploads-form-display {
    float: left;
    display: block;
    width: 76%;
    margin-bottom: 0;
    border-radius: 4px 0 0 4px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #cf8736;
    border-radius: 39px;
    line-height: 37px;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-files {
    float: left;
    background-color: #cf8736;
    border-radius: 0 4px 4px 0;
    height: 37px;
    line-height: 18px;
    padding: .5em 1em;
    box-sizing: border-box;
    color: #fff;
    border-radius: 39px;
    border: none;
    outline: none;
    color: #fff !important;
    cursor: pointer;
    margin-left: 10px;
}

    .btn-files::before {
        content: "\f07c";
        font-family: FontAwesome;
        display: inline-block;
        margin-right: .5em;
        font-size: 16px;
    }



/*
===================
Footer
===================
 */

.footer {
    background-image: url(../hinhanh/9_03_optimized.png?ver=1.0.1);
    background-size: auto;
    background-repeat: no-repeat;
    padding: 60px 0 0px 0;
    margin-top: -30px;
}

.ft_detail h2 {
    font-size: 22px;
    color: #cf8736;
    font-weight: 600;
    margin-bottom: 15px;
}

.ft_detail li {
    padding-bottom: 10px;
    list-style: none;
}

    .ft_detail li .fa {
        color: #fff;
        font-size: 18px;
        margin-right: 5px;
    }

    .ft_detail li a {
        color: #f7f0e6;
        font-size: 14px;
        font-weight: 300;
    }

.list_ft .fa {
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.list_ft .fa-facebook {
    background: #3b5998;
}

.list_ft .fa-instagram {
    background: #a90bc5;
}

.list_ft .fa-youtube {
    background: #cb2027;
}

.footer_bottom {
    background-color: #171717;
}

    .footer_bottom p {
        margin-bottom: 0;
        padding: 15px 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

.footer_right {
    display: flex;
    margin-left: 50px;
}

    .footer_right .ft_detail {
        width: 50%;
    }

#ft_detail_mb {
    text-align: center;
}

    #ft_detail_mb a {
        color: #fff;
    }

    #ft_detail_mb .fa {
        margin: 0 6px;
    }

/*
=========================
WOOCOMMERCE
=========================
*/
.price {
    display: none;
}

.single_add_to_cart_button, .quantity {
    display: none !important;
}

.select_option span, .select_option img {
    border: none;
    display: block;
    width: 55px;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: #cf8736;
    color: #fff;
}

.select_option {
    margin-right: 10px;
}

.section_page li.product {
    border-right: 2px solid #e9e4dc;
    transition: 0.4s;
    padding: 40px 10px !important;
    width: 24.5% !important;
    margin: 0 0 30px 0 !important;
}

    .section_page li.product h2 {
        color: #101010;
        font-weight: 600;
        font-size: 16px;
    }

    .section_page li.product .button {
        color: #fff !important;
        border: 2px solid #cf8736;
        border-radius: 100px;
        background-color: #cf8736;
    }

    .section_page li.product:hover {
        background-color: #fff;
    }

    .section_page li.product img {
        width: 100%;
        height: 200px !important;
        object-fit: contain;
    }

.woocommerce-ordering, .woocommerce-result-count {
    display: none !important;
}

.content_page .flex-viewport {
    /*background-image: url(../hinhanh/background_product_sg.png?ver=1.0.1);*/
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 377px !important;
    margin-left: 154px;*/
    height: 450px !important;
}
/*.variations .label{
    background-image: url('../hinhanh/icon-dungtich.png');
    background-repeat: no-repeat;
    height: 70px;
    padding-right: 1em;
}
.variations .label label{
    opacity: 0;
}*/
.variations .label {
    position: relative;
}

.variations label {
    margin-left: 25px;
    margin-top: 5px;
}

    .variations label::before {
        content: '';
        background-image: url('/Content/images/icon-dungtich.png');
        background-repeat: no-repeat;
        height: 30px;
        width: 25px;
        background-size: 100%;
        position: absolute;
        left: -3px;
        top: 10px;
    }
/*.variations .label label{
    opacity: 0;
}*/
.sp_page {
    display: flex;
    /*padding: 100px 50px;*/
    /*border-radius: 40px;*/
    align-items: center;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

    .sp_page h2 {
        font-weight: 700;
    }

#sp_47, #sp_37, #sp_883, #sp_907 {
    background-image: url('../hinhanh/layout-sp-1.png');
}

    #sp_47 h2, #sp_37 h2, #sp_883 p, #sp_883 h2, #sp_907 h2, #sp_907 p {
        color: #cf8635;
    }

#sp_39, #sp_50, #sp_903, #sp_912 {
    background-image: url('../hinhanh/layout-sp-2.png');
}

    #sp_39 h2, #sp_50 h2, #sp_903 li, #sp_903 h2, #sp_912 h2, #sp_912 li {
        color: #461214;
    }

.sp_page #btn_read {
    background: none;
}

#sp_39 #btn_read,
#sp_50 #btn_read,
#sp_903 #btn_read,
#sp_912 #btn_read {
    background: #cf8635;
}

.sp_page #btn_read a {
    color: #cf8635 !important;
}

.sp_page#sp_39 #btn_read a,
.sp_page#sp_50 #btn_read a,
.sp_page#sp_903 #btn_read a,
.sp_page#sp_912 #btn_read a {
    color: #fff !important;
}

.img_sanpham {
    width: 25%;
    height: 100%;
    object-fit: contain;
}

    .img_sanpham img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.title-underline {
    display: block;
    width: 60px;
    padding-bottom: 10px;
}

.sp_page a:hover {
    text-decoration: none;
}

.nd_sanpham {
    text-align: left;
    width: 75%;
}

    .nd_sanpham ul {
        list-style: none;
        text-align: left;
    }

    .nd_sanpham li {
        color: #cf8635;
        font-size: 16px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

        .nd_sanpham li::before {
            content: "\2022";
            color: #cf8635;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 18px;
        }

#sp_39 .nd_sanpham li, #sp_50 .nd_sanpham li,
#sp_903 .nd_sanpham li,
#sp_912 .nd_sanpham li,
#sp_39 .nd_sanpham li::before,
#sp_50 .nd_sanpham li::before,
#sp_903 .nd_sanpham li::before,
#sp_912 .nd_sanpham li::before {
    color: #461214;
}

.content_page .woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 450px !important;
    object-fit: contain;
    /* padding: 29px !important; */
    text-align: center;
    /*margin-top: 46px;*/
}

.content_page .woocommerce-product-gallery li {
    width: 140px;
    height: 140px;
    /*background: #fff;*/
    margin-bottom: 15px !important;
    /*float:none !important;*/
}
    /*.woocommerce div.product div.images .flex-control-thumbs{
	position:absolute;
	top:0;
}*/
    .content_page .woocommerce-product-gallery li img {
        width: 100%;
        height: 100% !important;
        object-fit: contain;
        padding: 20px;
    }

.woocommerce div.product div.summary {
    text-align: left;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    color: #461214;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
    font-size: 16px;
    color: #461214;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-product-details__short-description ul li {
    list-style: none;
    /*padding-bottom: 15px;*/
}

    .woocommerce div.product .woocommerce-product-details__short-description ul li::before {
        content: "\2022";
        color: #461216;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 18px;
    }

    .woocommerce div.product .woocommerce-product-details__short-description ul li strong {
        text-transform: uppercase;
        color: #461214;
        font-weight: bold;
    }

.product_meta {
    display: none;
}
/*.woocommerce div.product div.images .flex-control-thumbs{
	height: 377px;
    overflow-y: scroll !important;
}*/

.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 28px;
    color: #461214;
    font-weight: 600;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    color: #fff !important;
    border: 2px solid #cf8736;
    border-radius: 100px;
    background-color: #cf8736;
}

.woocommerce .wherebuy label {
    color: #212529 !important;
    font-weight: bold;
    font-size: 1em;
    padding-top: 10px;
}

    .woocommerce .wherebuy label i {
        font-size: 30px;
    }

.woocommerce .wherebuy ul {
    list-style: none;
    display: flex;
}

    .woocommerce .wherebuy ul li {
        width: 30%;
        text-align: center;
        list-style: none;
    }

        .woocommerce .wherebuy ul li img {
            height: 40px;
            width: auto;
        }

.related.products h2 {
    font-size: 32px;
    color: #461214;
    font-weight: 600;
    margin: 50px 0;
}

.section_page .related li.product {
    background: #fff;
    margin: 0 10px !important;
    border-right: none;
}

.sibarmain .form {
    text-align: center;
}

.sibarmain input {
    border: none;
    height: 40px;
    text-indent: 10px;
    width: 100%;
    outline: none;
}

.sibarmain button {
    height: 40px;
    border: none;
    background: #cf8736;
    color: #fff;
    padding: 8px;
    margin-top: 10px;
    width: 100%;
}

.sibarmain .widget_title {
    color: #472411;
    font-size: 23px;
    font-weight: 600;
}

.sibarmain .widget_product_categories {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
}

.sibarmain .product-categories li a {
    color: black;
}
/*
==================
SEARCH
==================
 */
.from_input {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    margin: 0 auto 30px auto;
}

    .from_input input {
        width: 80%;
        height: 40px;
        border: none;
        border-radius: 40px 0 0 40px;
        text-indent: 10px;
        outline: none;
    }

    .from_input button {
        height: 40px;
        width: 20%;
        background: #cf8736;
        border: none;
        border-radius: 0 40px 40px 0;
        color: #fff;
    }

/*
======================
Lá»CH Sá»® HĂŒNH THĂ€NH PAGE
======================
 */

.timeline_event_content {
    padding: 0px 15px;
    border-radius: 3px;
    position: relative;
    min-height: 85px;
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}

.line {
    width: 2px;
    height: 90px;
}

.line {
    left: 0;
    top: 0;
    position: absolute;
    background: #ddd;
}

    .line::before {
        position: absolute;
        content: "";
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        left: -2px;
        top: 39px;
        height: 6px;
        width: 6px;
        background-color: #ddd;
    }

    .line::after {
        position: absolute;
        content: "";
        border: 1px solid #ddd;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 20px;
        height: 20px;
        left: -9px;
        top: 32px;
    }

.timeline_event_date {
    color: black;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.timeline_event_date {
    width: 120px;
    margin-bottom: 0;
    margin-left: 11px;
}

.total_timeline {
    display: flex;
    align-items: center;
    text-align: left;
}

.timeline_event_content a:hover {
    text-decoration: none;
}

.icon_timeline {
    display: flex;
    align-items: center;
}

    .icon_timeline img {
        width: 30px;
        margin-right: 20px;
    }

    .icon_timeline p {
        width: 90%;
        margin-bottom: 0;
        color: black;
    }

.content_ls {
    margin-top: 30px;
}

    .content_ls h3 {
        color: #472411;
        font-weight: 600;
    }

.timeline_event_content.active {
    background: #fff;
}

.timeline_event_content a.active {
    color:: #cf8736;
}

.tab_time {
    height: 400px;
}

    .tab_time .tab_time_line_scroll {
        overflow-y: auto;
        height: 100%;
    }

.tab_content_time {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
}
/*
Mobile Resposive
 */


.product_spectical .btn_mb, .img_mobile, #ft_detail_mb, .banner_img_mb, .content_single_page .title_single_product_mb, #product_left_mb, #sanxuat_page_mb {
    display: none;
}


/*
Table
 */
@media screen and (max-width: 1036px) and (min-width: 768px) {
    .main .header {
        background-repeat: inherit;
        background-position: inherit;
    }

        .main .header .navbar-nav li.active > .nav-link {
            border: none;
        }

    .slideHome .ima_slide img {
        width: 225px;
    }

    .about h4 {
        margin-top: 55px;
    }

    .about .icon_line img {
        width: 70px;
    }

    .quytrinh .btn {
        margin-top: 30px;
    }

    .sanpham {
        background: url(../hinhanh/5_02_optimized.png?ver=1.0.1) bottom center no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 90px 0;
    }

    .product_spectical .row {
        flex-direction: column;
    }

    .product_spectical .col-sm-5, .product_spectical .col-sm-7 {
        max-width: 100%;
    }
}


/*
MOBILE
 */
@media only screen and (max-width: 700px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-image: url('/Content/images/bg_2_optimized.jpg');
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

        .sidenav li a {
            padding: 8px 8px 8px 16px;
            text-decoration: none;
            font-size: 17px;
            color: #a10a08;
            display: block;
            transition: 0.3s;
            font-weight: 500;
        }

        .sidenav .fa-chevron-down, .sidenav .fa-chevron-left {
            position: absolute;
            right: 11px;
            top: 9px;
            width: 150px;
            text-align: right;
            height: 25px;
        }

        .sidenav a:hover {
            color: black;
            text-decoration: none;
        }

        .sidenav .closebtn {
            position: absolute;
            top: -12px;
            right: 12px;
            font-size: 36px;
            font-weight: 900;
            color: #cc9024;
            z-index: 111;
        }

        .sidenav .fa-search {
            color: #a10a08;
        }

    #mySidenav li {
        list-style: none;
        position: relative;
    }
    /*#mySidenav li.lang-item{
        width: 48%;
        float: left;
    }*/
    #btn-spmenu-close {
        display: none;
    }

    #btn-spmenu-open, #btn-spmenu-close {
        background: transparent;
        border: none;
        outline: none;
        width: 40px;
        height: 40px;
        position: relative;
        top: -10px;
        /*position: fixed;
    top: 13px;*/
        right: 0;
        background-color: transparent;
        border: none;
        font-size: 72px;
        text-align: center;
        line-height: 35px;
        color: #cc9024;
    }

    #btn-spmenu-close {
        font-weight: 100;
        font-size: 50px !important;
        position: fixed;
        right: 13px;
        top: 0;
        z-index: 9;
        filter: brightness(0) invert(1);
    }

    #btn-spmenu-open img {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }

    #navbarNav .navbar-nav a {
        color: #472411;
    }

    .form_contact .wpcf7-submit {
        width: 100%;
    }

    .from_input {
        max-width: 100%;
    }

    .title_breadcrumb {
        font-size: 30px
    }

    #logo .navbar-brand img {
        width: 135px;
    }

    .modal-dialog {
        max-width: 100% !important;
    }

    .product_spectical p, .quytrinh .btn, .truyenthong .btn {
        display: none;
    }

    .title_main {
        font-size: 28px;
    }

    .slideHome .ima_slide img {
        width: 215px;
    }

    .about h4 {
        font-size: 18px;
        color: #5d4030;
        margin-top: 30px;
        font-weight: 600;
    }

    .about p, .video .img_line {
        width: 100%;
    }

    .video .img_video img {
        width: 100%;
        cursor: pointer;
        height: 280px;
        object-fit: cover;
    }

    .quytrinh h2 {
        margin-top: 20px;
    }

    .sanpham {
        background: url(../hinhanh/5_02_optimized.png?ver=1.0.1) bottom center no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 90px 0;
    }

    .product_spectical .img {
        height: 300px;
        object-fit: cover;
        left: -2%;
        top: -9%;
        transform: translate(8px, 10px);
    }

    .product_spectical .col-sm-7 {
        padding: 0;
    }

    .product_spectical .btn, .img_dk {
        display: none;
    }

    .product_spectical .btn_mb, .img_mobile, #ft_detail_mb {
        display: block;
    }

    .product_spectical, .giaiphap .container, .video .container {
        padding: 0;
    }

    .truyenthong {
        background-position: top;
    }

    .footer {
        background-image: url(../hinhanh/91_03_optimized.png?ver=1.0.1);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 0 30px 0;
        background-position: right;
        margin-top: -30px;
    }

    .about {
        /*background: url(../hinhanh/layer-78_optimized.png?ver=1.0.1);*/
        background-position: top;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .quytrinh_line {
        background-image: url(../hinhanh/0-Mobile-B_02.png?ver=1.0.1);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .slideHome .ima_slide {
        top: 75%;
    }

    #truyenthong .post-slide5 .post-img img.thumb-bao, #section_baochi .baochi_thumb img {
        max-height: 250px;
        height: auto;
    }

    #truyenthong .badge img, #section_baochi .badge img {
        height: 15px;
    }

    .section_about .section_page img {
        height: 225px;
    }

    .section_about h2 {
        font-size: 25px;
    }
    /*.about_detail{
		    background: linear-gradient(180deg, #ebe6d7de 28%, rgb(235 230 215 / 0%) 100%);
	}*/
    .about .icon_line img {
        width: 65px;
    }

    .post-slide3 .post-title a {
        font-size: 16px;
    }

    .post-slide3 .post-description {
        font-size: 13px;
    }

    #dt_dt_folow {
        display: none;
    }

    .footer_right .ft_detail {
        width: 100%;
    }

    .footer_right {
        margin-left: 0;
    }

    .banner_img {
        display: none;
    }

    .banner_img_mb {
        display: block;
        width: 100%;
    }

    .section_product .banner_page {
        background-image: url(../hinhanh/banner_sp_optimized.png?ver=1.0.1);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 50px 0;
    }

    .gioithieu_page img {
        width: 100%;
        height: auto;
    }

    .section_diemban .col-sm-3, .section_giaithuong .col-sm-3, .section_partner .col-sm-3, .info_form .form-row .col-md-6 {
        width: 50%;
    }

    .section_product .post-slide3 {
        padding: 0;
    }

    .product_single {
        flex-direction: column;
    }

    .product_right {
        margin-left: 0;
        background-size: cover;
    }

    #product_left_dk {
        display: none;
    }

    #product_left_mb {
        display: block;
    }

        #product_left_mb ul {
            display: flex;
        }

            #product_left_mb ul li {
                margin: 10px;
            }

    .product_left li {
        height: 100px;
    }

    .content_single_page .title_single_product_dk {
        display: none;
    }

    .content_single_page .title_single_product_mb {
        display: block;
        margin-bottom: 20px;
    }

    ,
    .product_related .post-slide3 {
        padding: 15px;
    }

    #btn_read {
        padding: 5px 20px;
        line-height: 21px;
    }

        #btn_read a {
            font-size: 13px;
        }

    .section_diemban .banner_page {
        padding: 50px 0;
    }

    .diemban_maps {
        display: none;
    }

    .title_section {
        font-size: 25px;
    }

    .diemban {
        margin-bottom: 20px;
    }

        .diemban img {
            height: 160px;
            object-fit: cover;
        }

    .section_new .banner_page {
        background-size: cover;
        padding: 50px 0;
        background-position: center;
    }

    .section_about .banner_page, .section_media .banner_page, .section_monngon .banner_page, .section_partner .banner_page, .section_contact .banner_page, .section_chatluong .banner_page, .section_sanxuat .banner_page, .section_tuyendung .banner_page {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 143px 0 50px 0;
    }
    /*
	history about
	 */
    .section_history .banner_page {
        padding: 50px 0;
    }

    .section_history .section_page h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .section_history .section_page p {
        font-size: 15px;
    }

    .cotmoc_left p {
        text-align: right;
        margin-top: -10px;
    }

    .cotmoc_left .history_2020 p {
        margin-top: -6px;
    }

    .cotmoc_right p {
        text-align: left;
        margin-top: -9px;
    }

    .cotmoc_right .history_2019 p {
        margin-top: 10px;
    }

    .section_about h2 {
        margin-top: 15px;
    }

    /*Giáº£i thÆ°á»Ÿng */
    .section_giaithuong .banner_page {
        padding: 50px 0;
    }

    .giaithuong img {
        height: 110px;
    }

    .single_post {
        width: 100%;
    }

    .new_related {
        display: none;
    }

    /*MEDIA VIDEO*/
    .media_video p {
        font-size: 16px;
        width: 100%;
    }

    /*MĂ“N NGON*/
    .monngon_img {
        width: 40%;
        height: 190px;
        margin-right: 15px;
    }

    .monngon_nd {
        width: 60%;
    }

        .monngon_nd p {
            font-size: 12px;
        }

        .monngon_nd h2 {
            font-size: 20px;
        }
    /*QUY TRĂŒNH SX*/
    .section_sanxuat .content_page img {
        height: auto;
        margin-bottom: 15px;
    }

    .sanxuat_page h2 {
        font-size: 25px;
    }

    #sanxuat_page_mb {
        display: block
    }

    #sanxuat_page_dk {
        display: none;
    }

    .padd_40 {
        margin: 40px 0;
    }
    /* TUYá»‚N Dá»¤NG */
    p.mota_page {
        width: 100%;
    }

    .section2 {
        padding: 50px 0
    }

    p.mota_page {
        display: none;
    }

    .list_info_tuyendung ul li {
        width: 100%;
    }


    .product_spectical .img_sp {
        width: 60%;
    }

    .cauchuyennuocmam {
        margin-top: 0px;
    }


    /* MENU MOBILE */
    .main .header {
        background-image: url(../hinhanh/0-Home-E_01.jpg);
        background-size: auto;
        background-attachment: inherit;
        background-repeat: no-repeat;
    }

        .main .header .navbar-nav li a {
            padding: 7px 12px;
        }
        /*.main .header{
		background-repeat: inherit;
		background-position: inherit;
	}*/
        .main .header .navbar-nav li.active > .nav-link {
            border: none;
        }

    .navbar-nav li {
        height: auto;
        line-height: normal;
    }

        .navbar-nav li .fa {
            position: absolute;
            right: 10px;
            top: 0px;
            height: 20px;
            width: 20px;
            text-align: center;
        }

    .sub-menu {
        position: initial;
        width: 100%;
        background: transparent;
        padding: 0 15px;
    }

    .main .header .sub-menu li a {
        color: #fff;
        font-size: 14px;
    }

    .main .header .navbar-nav li {
        margin: 12px 0;
    }

    .product_spectical h2 {
        margin-top: 35px;
    }

    body .home {
        background-image: url('/Content/images/bg_2_optimized.jpg');
        background-repeat: repeat;
        background-position: center;
        background-size: contain;
        font-family: 'Quicksand', sans-serif !important;
    }

    .post-slide13 .post-img img {
        margin-right: 0px;
        height: 280px;
        margin-top: 10px;
    }

    .diemban img {
        margin-top: 50px;
    }



    /*
	==============
	WOOCOMMERCE
	==============
	*/
    .content_page .woocommerce-product-gallery li {
        float: left !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        position: relative;
        height: auto !important;
        overflow-y: auto !important;
        margin-top: 15px;
    }

    .content_page .woocommerce-product-gallery__wrapper img {
        padding: 40px !important;
        margin-top: -15px;
    }

    .content_page .flex-viewport {
        margin-left: 0;
        width: 100%;
    }

    .section_page li.product {
        width: 48% !important;
    }

    .nd_tab li a {
        padding: 14px 7px;
    }

    .header_mb {
        display: block;
    }

    .header_dk {
        display: none;
    }

    .form_tuyendung form {
        width: 100%;
    }

    .form_search_tuyendung form {
        max-width: 100%;
    }

    #uploads-form-display {
        width: 54%;
    }

    .overlay-content {
        width: 80%;
        top: 20%;
    }

    .content_page .flex-viewport {
        height: auto !important;
        margin-left: 0;
    }

    .section_page .related li.product {
        margin: 0 0 20px 0 !important;
    }

    /*#section_product .content_page{

}*/
    .sanxuat_page img {
        height: 355px;
    }

    .nd_thongdiep .mota {
        width: 100%;
        padding: 14px;
    }

    .img_giotnuoc {
        width: 130px;
    }

    .post_tin_tuc {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .post_mon_ngon {
        padding: 0 15px;
    }

    .sp_page {
        flex-direction: column;
    }

    .nd_sanpham {
        width: 100%;
    }

    .img_sanpham {
        width: 70%;
        margin-bottom: 15px;
    }

    .sp_page {
        padding: 25px 15px;
    }

    .nd_sanpham {
        text-align: center;
    }

    .title-underline {
        margin: auto;
    }
}



a#mota-tab {
    padding: .5rem 1rem;
}
