@charset "UTF-8";

/* Font */
@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/Quicksand-Bold.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/Quicksand-Light.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/fonts/Quicksand-Medium.ttf");
}

@font-face {
    font-family: "Main";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/Quicksand-Regular.ttf");
}

@font-face {
    font-family: "robotoregular";
    src: url("/assets/css/font/roboto-regular-webfont.eot");
    src: url("/assets/css/font/roboto-regular-webfont.eot") format("embedded-opentype"), url("/assets/css/font/roboto-regular-webfont.woff2") format("woff2"), url("/assets/css/font/roboto-regular-webfont.woff") format("woff"), url("/assets/css/font/roboto-regular-webfont.ttf") format("truetype"), url("/assets/css/font/roboto-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "utm_avoregular";
    src: url("/assets/css/font/utm_avo-webfont.eot");
    src: url("/assets/css/font/utm_avo-webfont.eot") format("embedded-opentype"), url("/assets/css/font/utm_avo-webfont.woff2") format("woff2"), url("/assets/css/font/utm_avo-webfont.woff") format("woff"), url("/assets/css/font/utm_avo-webfont.ttf") format("truetype"), url("/assets/css/font/utm_avo-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "myFont";
    src: url("/assets/css/font/Roboto-Regular.ttf");
}

:root {
    --color-main: #207d36;
    --color-hover: #31aa26;
}

body {
    font-size: 14px;
    font-family: "Main";
    font-weight: 400;
    margin: 0;
    background-color: #f2faf4;
    top: 0px !important;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    display: inline;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin: 0;
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.🐷 {
    margin-top: 50px;
}

.w-100 {
    width: 100%;
}

.wrap-main,
.wrap-content {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 40px auto;
}

.wrap-home {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0;
}

.wrap-content {
    margin: auto;
}

/* Lazyload */
img.skeleton {
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-radius: 4px;
    background: linear-gradient(-90deg, rgb(235, 235, 240) 0%, rgb(255, 255, 255) 50%, rgb(235, 235, 240) 100%) 0% 0%/400% 400%;
    animation: 1.5s ease-in-out 0s infinite normal none running skeleton;
}

img.skeleton.initial,
img.skeleton.loaded,
img.skeleton.error {
    background: none;
    animation: none;
}

img:not(.initial) {
    transition: all 1s;
}

img:not([src]) {
    visibility: hidden;
}

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    transition: 0.3s ease-out;
    transform: scale(1, 1);
}

.scale-img:hover>img {
    transition: 0.3s ease-out;
    transform: scale(1.1, 1.1);
}

.groupgh {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
}

.groupgh input {
    width: 5rem !important;
    height: 44px !important;
    border: 2px dashed #049e00 !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    color: #049e00 !important;
    caret-color: #049e00 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

.groupgh a {
    min-width: 10rem !important;
    width: auto !important;
    background: #049e00 !important;
    height: 44px !important;
    padding: 0 !important;
    line-height: 44px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    font-weight: bold !important;
    color: white !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: 200ms !important;
}

.groupgh a.muahang {
    background: #037003 !important;
}

.groupgh a.dathang:hover {
    background: #333 !important;
}

.groupgh a.muahang:hover {
    background: #333 !important;
}

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.video_popup {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video_popup iframe,
.video_popup object,
.video_popup embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#clickvideo {
    width: 100%;
    padding: 4px 0;
    margin: 3px 0%;
    border: 1px solid #DDD;
    box-sizing: border-box;
}

.addthis_native_toolbox {
    margin: 10px 0px;
    width: 100%;
    clear: both;
    max-height: 50px;
    overflow: hidden;
}

#toptop {
    width: 37px;
    height: 37px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-indent: -99999px;
    cursor: pointer;
    background: url(/assets/css/images/back_to_top.png) top center no-repeat;
    transition: 0.5s;
    z-index: 200;
}

#toptop:hover {
    background: url(/assets/css/images/back_to_top.png) bottom center no-repeat;
    transition: 0.5s;
}

.clear {
    clear: both;
}

img {
    max-width: 100% !important;
}

div.bando img {
    max-width: none !important;
}

div.tt_lh {
    width: 40%;
    float: left;
}

div.bando {
    width: 55%;
    float: right;
}

div.none {
    display: none !important;
}

div.wap_1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

div#wapper {
    margin: auto;
    max-width: 1356px;
    background: #fff;
}

div#header {
    position: relative;
    margin: auto;
}

div#header .logo_head {
    position: absolute;
    width: 210px;
    top: 0px;
    left: 0px;
}

div#header .logo_head img {
    max-width: 210px;
    max-height: 132px;
}

div#header a.logo {
    display: block;
    line-height: 0;
}

div#header img.logo_mobi {
    display: none;
}

div#header a.logo img {
    width: 100%;
}

.menu_login {
    list-style: none;
    position: absolute;
    top: 5px;
    right: 70px;
}

.menu_login li {
    display: inline-block;
}

.menu_login li a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0px 5px;
}

div#lang {
    position: absolute;
    top: 5px;
    right: 10px;
}

div#lang a img {
    border: 1px solid #fff;
    margin-left: 3px;
}

.sang_header {
    position: absolute;
    top: 35px;
    left: 80px;
}

div#menu_mobi {
    display: none;
}

div#tinmoi ul {
    list-style: none;
    padding: 0 10px;
}

div#tinmoi ul li {
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
}

div#tinmoi ul li a img {
    width: 60px;
    padding: 2px;
    border: 1px solid #d6d6d6;
    float: left;
    margin-right: 10px;
}

div#tinmoi ul li a img:hover {
    transition: 1s;
    border: 1px solid #c1000a;
}

div#tinmoi ul li h4 a {
    text-decoration: none;
    color: #111111;
    font-size: 12px;
    transition: 0.4s;
    font-weight: normal;
}

div#tinmoi ul li h4 a:hover {
    color: red;
    transition: 0.4s;
}

div#hotro .phone {
    background: url(/assets/css/images/phone.png) 13px center no-repeat;
    color: #d60000;
    font-size: 20px;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
}

div#hotro ul {
    list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
    margin: 0px 10px;
}

div#hotro ul li {
    clear: both;
    padding: 2px 0;
}

div#hotro ul li a img {
    float: right;
}

div#quangcao a img {
    width: 90%;
    max-width: 300px !important;
    border: 1px solid #DDD;
    margin: 5px auto;
    padding: 4px;
    box-sizing: border-box;
}

div#quangcao a img:hover {
    border: 1px solid red;
}

form#frm_dknt {
    width: 100%;
    height: 35px;
    margin: 10px 0;
}

form#frm_dknt input[type=text] {
    width: 75%;
    padding: 10px 10px;
    float: left;
    border: none;
    background: #dfe0de;
    outline: none;
    color: #6d6d6d;
    font-family: "utm_avoregular";
    font-style: italic;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

form#frm_dknt input[type=button] {
    padding: 5px 10px 8px 12px;
    background: #fff224;
    color: #000;
    line-height: 25px;
    border: none;
    border-top-right-radius: 6px;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    font-family: "utm_avoregular";
    font-weight: bold;
}

div#main_content {
    width: 100%;
    margin: auto;
}

div#right {
    width: 79%;
    float: right;
}

div.tieude_giua {
    color: #049e00;
    font-size: 36px;
    background: url(/assets/css/images/title_sp.png) bottom center no-repeat;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-family: "utm_avoregular";
    margin-bottom: 15px;
}

.slogant {
    color: #111111;
    font-size: 20px;
    font-family: "utm_avoregular";
    width: 60%;
    margin: auto;
    text-align: center;
}

div#wap_footer {
    max-width: 1366px;
    background: #037e00;
    margin: auto;
    color: #fff;
}

div#footer {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

div#main_footer {
    width: 40%;
    float: left;
}

#support_customer {
    width: 25%;
    float: right;
}

.title_cus {
    font-size: 16px;
    color: #fff;
    font-family: "utm_avoregular";
}

.suppor1 {
    margin-top: 15px;
}

.suppor1 ul li {
    margin-top: 5px;
}

.suppor1 ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: "utm_avoregular";
}

.suppor1 ul li a:hover {
    color: #900;
}

.title_footer {
    font-size: 22px;
    color: #fff;
    font-family: "utm_avoregular";
    text-transform: uppercase;
}

div#lienket {
    margin-top: 10px;
}

div#lienket a img {
    margin-right: 5px;
    transition: 1s;
}

div#lienket a img:hover {
    opacity: 0.5;
    transition: 1s;
}

div#thongke {
    width: 30%;
    float: left;
}

div#thongke .td_ft {
    color: #FFFF33;
    margin-bottom: 7px;
    font-size: 14px;
    text-transform: uppercase;
}

.thongke_an {
    margin-top: 15px;
}

div#thongke ul {
    list-style: none;
}

div#thongke ul li {
    padding: 4px 3px;
    float: left;
}

#thongke ul li span {
    color: #FF0;
}

div#thongke ul li img {
    float: left;
    margin-right: 15px;
    width: 20px;
    margin-top: 4px;
}

.img_dkct {
    width: 100%;
    margin-top: 20px;
}

div#doitac {
    box-sizing: border-box;
}

div#doitac a img {
    height: 100px;
    margin: 0 5px;
    border: 1px solid #DDD;
}

div.wap_pro {
    margin: 15px auto;
    clear: both;
}

.zoom_slick {
    width: 35%;
    float: left;
}

.zoom_slick .slick2 {
    border: 1px solid #DDD;
}

.zoom_slick .slick {
    margin-top: 5px;
}

.zoom_slick .slick img {
    width: 90%;
    margin: auto;
    border: 1px solid #DDD;
    box-sizing: border-box;
    padding: 5px;
}

.zoom_slick .slick img:hover {
    border: 1px solid #F60;
    opacity: 0.5;
    transition: 1s;
}

.product_info {
    float: right;
    list-style: none;
    width: 62%;
}

.product_info li {
    font-size: 13px;
    border-bottom: 1px solid #EEE;
    padding: 6px 0;
}

.product_info li.ten {
    color: #0033FF;
    font-size: 18px;
}

.product_info li.giacu {
    font-size: 15px;
    text-decoration: line-through;
}

.product_info li.gia {
    color: red;
    font-size: 16px;
}

.product_info li b {
    font-weight: normal;
    font-size: 14px;
}

.xemgiohang {
    color: #E80019;
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    transition: 0.4s;
    margin: auto;
    margin-top: 7px;
}

.product_info li .dathang {
    background: #000 url(/assets/css/images/i_cart.png) 10px center no-repeat;
    color: #fff;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    transition: 0.4s;
}

.product_info li .dathang:hover {
    transition: 0.4s;
    background: #E00 url(/assets/css/images/i_cart.png) 10px center no-repeat;
}

span.size {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin-right: 5px;
    cursor: pointer;
}

span.mausac {
    display: block;
    float: left;
    border: 1px solid #DDD;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 0;
}

span.active_size,
span.size:hover,
span.mausac:hover,
span.active_mausac {
    border: 1px solid #EE0000;
}

input.soluong {
    width: 50px;
    border: 1px solid #C7C6C6;
    padding: 2px 0px;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
}

table#giohang input {
    margin: 5px 0px;
}

table#giohang input.btn,
.click_ajax {
    background: #DC0018;
    color: #ffffff;
    padding: 7px 15px;
    border: none;
    cursor: pointer;
    margin: 5px 1px;
    border-radius: 3px;
}

table#tt td {
    height: 30px;
}

table#tt td input.t {
    width: 300px;
    height: 20px;
    margin: 3px 0px 5px 0px;
    border: 1px solid #DDD;
}

table#tt td textarea {
    width: 300px;
}

table#tt span {
    color: red;
}

div.copy-right {
    background: #185816;
    text-align: center;
    padding: 10px 0px;
    font-family: "utm_avoregular";
    font-size: 12px;
}

div.copy-right .cop-l {
    height: 40px;
    line-height: 40px;
    color: #8cc2ff;
    font-size: 14px;
    width: 48%;
    float: left;
}

div.copy-right .cop-r {
    height: 40px;
    line-height: 40px;
    color: #8cc2ff;
    font-size: 14px;
    text-align: right;
    width: 48%;
    float: right;
}

div.copy-right .cop-r span {
    color: #ff0;
}

div#box-top {
    font-size: 14px;
    background: #037003;
}

div.box-bao {
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-family: "utm_avoregular";
}

div#box-top .bix-mail {
    width: 23%;
    height: 35px;
    line-height: 35px;
    float: left;
    padding-left: 30px;
    display: block;
}

div#box-top .bix-mail span {
    color: #ff0;
}

div#box-top .bix-hotline {
    height: 35px;
    line-height: 35px;
    display: block;
    color: #ddecdd;
    font-weight: bold;
    font-family: "utm_avoregular";
    text-align: center;
}

div#box-top .bix-hotline span {
    color: #ddecdd;
}

div#box-top .bix-icon {
    width: 13%;
    height: 35px;
    line-height: 35px;
    float: right;
    padding-left: 30px;
    display: block;
    color: #ff0;
    font-weight: bold;
}

div#box-top .bix-icon a {
    text-decoration: none;
}

div#box-top .bix-icon img {
    margin-right: 6px;
    transition: 0.5s;
}

div#box-top .bix-icon img:hover {
    transform: rotate(40deg);
}

.start-animate {
    z-index: 100000000000000000 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    -o-animation: star linear 1.75s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0);
    }

    50% {
        transform: rotate(180deg) scale(1.5);
    }

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

.mb-2 {
    margin-bottom: 8px;
}

.logo {
    float: left;
}

#category {
    width: 100%;
    margin: auto;
}

.box_cat {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.box_cat a img {
    width: 100%;
    height: 100%;
    filter: url(/assets/filters.svg);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: all 1s ease 0s;
}

.box_cat:hover a img {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1.1);
}

.name_cat {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

.name_cat a {
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    font-family: "utm_avoregular";
    text-transform: uppercase;
    text-shadow: 0px 0px 0px #000, 0px -1px 0px #000, -1px 1px 0px #000, 1px 1px 2px #564F4F;
}

.content_sp {
    background: url(/assets/css/images/bg_spbc.png) repeat;
    padding-top: 15px;
    margin-top: 15px;
}

.title_chung {
    background: url(/assets/css/images/title_gt.png) bottom no-repeat;
    font-family: "robotoregular";
    font-size: 20px;
    color: #289800;
    text-transform: uppercase;
    height: 40px;
    margin-bottom: 15px;
}

.box_chung {
    width: 30%;
    float: left;
    margin: 1% 1.6%;
}

.content_gt h5 {
    border: solid 1px #e2e2e2;
    padding: 5px 10px;
    float: right;
}

.content_gt h5 a {
    text-decoration: none;
    color: #434343;
    font-size: 12px;
    font-family: "robotoregular";
    font-weight: normal;
}

.content_gt h5 a:hover {
    color: #F00;
}

.slick21 {
    width: 100%;
    padding: 5px;
    border: solid 1px #e3e3e3;
    position: relative;
}

.zoom_slick2 .slick-prev {
    background: url(/assets/css/images/icon_prev.png) no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -140%;
    left: -16px;
}

.zoom_slick2 .slick-next {
    background: url(/assets/css/images/icon_next.png) no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    right: -16px;
    top: -140%;
}

.slick21 a img {
    height: 210px;
    width: 100%;
}

.overlay_img {
    background: url(/assets/css/images/icon_plus.png) center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
}

.slick1 {
    margin-top: 10px;
}

.slick1 img {
    width: 100%;
    height: 75px;
    border: solid 1px #e3e3e3;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.slick22 {
    width: 100%;
    padding: 5px;
    border: solid 1px #e3e3e3;
    position: relative;
}

.zoom_slick3 .slick-prev {
    background: url(/assets/css/images/icon_prev.png) no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: -140%;
    left: -16px;
}

.zoom_slick3 .slick-next {
    background: url(/assets/css/images/icon_next.png) no-repeat;
    opacity: 1;
    width: 40px;
    height: 40px;
    right: -16px;
    top: -140%;
}

.slick22 a img {
    height: 210px;
    width: 100%;
}

.overlay_img {
    background: url(/assets/css/images/icon_plus.png) center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
}

.slick2 {
    margin-top: 10px;
}

.slick2 img {
    width: 100%;
    height: 75px;
    border: solid 1px #e3e3e3;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.see_more {
    text-align: center;
}

.see_more a {
    text-decoration: none;
    color: #C00;
    font-size: 16px;
}

.hotline_footer {
    position: fixed;
    bottom: 110px;
    right: 0;
    display: none;
    width: auto;
    background: #C00;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 99;
}

.hotline_footer span {
    color: #FC0;
}

.cart_count {
    background: #185816;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    text-decoration: none !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.cart_count span {
    text-decoration: none;
    width: 20px;
    height: 20px;
    background: #cc0000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    font-family: "utm_avoregular";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.cart_count img {
    filter: brightness(0) invert(1);
}

.pt_group_title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.pt_group_title .pt_title {
    color: #185816;
    letter-spacing: 5px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.payment {
    margin-top: 0;
    width: 100%;
    overflow: hidden;
}

.payment ul {
    padding: 0;
    margin: 0;
}

.payment ul li {
    list-style: none;
}

.payment .step .item {
    float: left;
    width: 33.33%;
}

.payment .step .link {
    display: block;
    padding: 8px 35px 8px 30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    background: #f0f0f0;
    position: relative;
    margin-bottom: 0;
    text-decoration: none !important;
    box-sizing: border-box;
}

.payment .step .active .link {
    background: rgba(24, 88, 22, 0.2);
    color: #185816;
}

.payment .step .item:first-child .link {
    padding-left: 20px;
    height: 40px;
}

.payment .step .number {
    display: inline-block;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.payment .step .active .number {
    background: #185816;
}

table.tableCart,
table.tableCart th,
table.tableCart td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

table.tableCart td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #707070;
}

table.tableCart td img {
    display: block;
    margin: 0 auto;
}

.bosanphan {
    background: #185816;
    color: #fff;
    border: unset;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    line-height: 23px;
    transition: 300ms ease;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0;
}

.bosanphan:hover {
    background: #333;
}

table.tableCart td input {
    height: 31px;
    border: 1px solid #707070;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    width: 4rem;
    caret-color: #333;
    color: #333;
    font-size: 14px;
}

table.tableCart td input:focus,
table.tableCart td input:active {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ca181f;
}

.tableCartPayment {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.tableCartPayment a {
    color: #FFF;
    padding: 10px 25px;
    border-radius: 5px;
    background: #185816;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 300ms ease;
}

.tableCartPayment a:hover {
    background: #333 !important;
}

.tableCartPayment a:last-child {
    font-weight: bold !important;
}

.title_thongtin {
    background: #f7f7f7;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.contact_primary1 {
    margin-top: 0px;
    background: #fff;
    border: solid 1px #eee;
    overflow: hidden;
    padding: 15px;
    line-height: 32px;
    margin-bottom: 20px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.box_dattour button {
    background: #185816;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    line-height: 23px;
    transition: 300ms ease;
}

.box_dattour button:hover {
    background: #333 !important;
}

.contact_primary1 .item_lienhe {
    margin: 0 !important;
    min-width: 100% !important;
    font-size: 14px;
    color: #333;
    display: grid;
    grid-template-columns: 33.33333% 1fr;
    gap: 15px;
}

.contact_primary1 .item_lienhe p {
    min-width: 100% !important;
}

.contact_primary1 .item_lienhe input,
.contact_primary1 .item_lienhe select,
.contact_primary1 .item_lienhe textarea {
    min-width: 100% !important;
    width: 100% !important;
    outline: 0;
    padding-left: 10px !important;
    box-sizing: border-box !important;
    border: 1px solid #ccc !important;
    height: 32px;
    background: white !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    caret-color: #333 !important;
    font-family: inherit;
}

.contact_primary1 .item_lienhe textarea {
    height: 80px !important;
    padding: 5px 10px !important;
}

.contact_primary1a {
    min-width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.header-fixed.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
}

.header-fixed.fixed .header-center {
    zoom: 0.6;
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0;
}

.header-hotline {
    font-size: 15px;
    color: #fff;
}

.header-search input {
    border: 0;
    background: url(/assets/images/bg_search.png) no-repeat left bottom;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    padding: 0px 0px 10px 15px;
}

.menu {
    position: relative;
    z-index: 10;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
}

.menu ul li:not(.line):not(.search-menu) {
    position: relative;
    z-index: 99;
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
}

.menu ul li a.active,
.menu ul li a:hover {
    color: var(--color-hover);
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.menu ul li:hover>ul {
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    padding: 7px 15px;
    line-height: 23px;
    height: auto;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li ul {
    top: 0;
    left: 100%;
    margin-top: 0px;
}

/* Phân Trang Ajax */
.pagination-ajax {
    margin-top: 2rem;
}

.pagination-ajax a {
    position: relative;
    display: block;
    color: #555;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.pagination-ajax a:not(:first-child) {
    margin-left: -2px;
}

.pagination-ajax a:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination-ajax a:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-ajax a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination-ajax a.current {
    color: #ffffff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.slideshow {
    position: relative;
    z-index: 1;
}

.slideshow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 60%);
    z-index: 9;
}

.box-product {
    position: relative;
}

.pic-product {
    margin: 0 0 1rem;
}

.name-product {
    font-size: 16px;
    line-height: 22px;
    color: #4b4b4b;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.name-product:hover {
    color: var(--color-main);
}

.price-product {
    margin: 0;
}

.price-new {
    font-size: 18px;
    line-height: 22px;
    color: #e62129;
    font-weight: 700;
}

.title-product-list {
    margin-bottom: 20px;
}

.title-product-list .a-title-product {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 500;
    border: 1px solid var(--color-main);
    cursor: pointer;
    transition: 0.3;
}

.title-product-list .a-title-product:hover,
.title-product-list .a-title-product.active {
    background-image: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    color: #fff;
}

.title-main {
    text-align: center;
    margin-bottom: 1.5rem;
}

.title-main span {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 500;
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-main p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    position: relative;
    z-index: 1;
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(32, 125, 54, 0.8);
    opacity: 0.1;
    border-color: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    opacity: 0.5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: all 0.5s;
    background-color: rgba(32, 125, 54, 0.35);
    opacity: 0.4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

.footer {
    padding: 35px 0 50px;
    background: url(/assets/images/bg_ft.png) no-repeat left top/cover;
}

.footer-title {
    margin: 0 0 1.5rem;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    background: url(/assets/images/after_title_ft.png) no-repeat left bottom;
    padding-bottom: 1rem;
}

.footer-news a {
    display: block;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.footer-news a:hover {
    text-decoration: underline;
}

.footer-news a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer-info {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
}

.footer-social {
    margin-top: 20px;
}

.footer-social:before {
    content: "";
    flex: 1 1 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 140%);
}

.footer-social:after {
    content: "";
    flex: 1 1 0;
    height: 2px;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 140%);
}

.footer-copyright {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

.footer-bottom {
    margin-top: 25px;
    position: relative;
}

.footer-image {
    position: relative;
    z-index: 9;
}

.footer-image .item {
    display: inline-block;
}

.footer-image .item .pic {
    border-radius: 50%;
    border: 10px solid #fff;
}

.footer-map {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.footer-map iframe {
    height: 370px;
    width: 100%;
    border-radius: 999px;
}

#google_language_translator {
    clear: both;
    width: auto !important;
    text-align: right;
    display: none;
}

.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
    visibility: visible !important;
}

#google_language_translator {
    height: 30px;
    overflow: hidden;
    font-size: 0;
}

#google_language_translator span {
    display: none;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.menu-res {
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    height: 50px;
    width: 100%;
    position: relative;
    display: none;
}

.menu-res.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu-res .search {
    width: 60%;
    max-width: 240px;
    background: #fff;
    height: 33px;
    border-radius: 5px;
    position: relative;
}

.menu-res .search #keyword {
    width: 85%;
    float: left;
    height: 33px;
    padding: 0px 10px;
    border: none;
    background: none;
    outline: none;
}

.menu-res .search #sb_search {
    position: absolute;
    float: right;
    right: 0;
    background: var(--color-main);
    color: #fff;
    padding: 0 5px;
    height: 31px;
    margin-right: 1px;
    outline: none;
    margin-top: 1px;
    cursor: pointer;
    border: 1px solid var(--color-main);
    border-radius: 5px;
}

.menu-res .home_mb {
    font-size: 40px;
    position: relative;
    top: -7px;
    margin-left: 60px;
    color: #ff0;
}

.menu-res #hamburger:before,
.menu-res #hamburger:after,
.menu-res #hamburger span {
    background: #fff;
    content: "";
    display: block;
    width: 35px;
    height: 6px;
    position: absolute;
    left: 9px;
    border-radius: 15px;
}

.menu-res #hamburger:before {
    top: 12px;
}

.menu-res #hamburger span {
    top: 22px;
}

.menu-res #hamburger:after {
    top: 32px;
}

.menu-res #hamburger:before,
.menu-res #hamburger:after,
.menu-res #hamburger span {
    transition: none 0.5s ease 0.5s;
    transition-property: transform, top, bottom, left, opacity;
}

.toolbar {
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: none;
}

.toolbar .flex {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
}

.toolbar ul li a {
    color: #fff;
    font-size: 12px;
}

.toolbar ul li a img {
    height: 24px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 2px;
}

.toolbar ul li a i {
    font-size: 22px;
    color: #fff;
}

.section-1 .title {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #cdcdcd;
}

.section-1 .title span {
    font-size: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 0.5rem;
}

.section-1 .title span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
}

.section-1 .title a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    color: #169300;
}

.section-1 .title a:hover {
    text-decoration: underline;
}

.section-4 .item {
    position: relative;
}

.section-4 .item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%);
}

.section-4 .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    z-index: 9;
}

.section-4 .item .info .name {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

.section-4 .item .info .phone {
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.section-4 .item .info .phone span {
    font-weight: 700;
}

.section-5 {
    padding: 55px 0 80px;
    background: url(/assets/images/bg_dk.png) no-repeat left top/cover;
}

.section-5 fieldset {
    border: 1px solid #fff;
    padding: 0px 35px;
    text-align: center;
}

.section-5 fieldset legend {
    font-size: 44px;
    text-transform: uppercase;
    color: var(--color-main);
    font-weight: 700;
    padding: 0px 15px;
    background: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-5 .slogan {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
}

.section-5 .hotline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 60px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin: 1rem 0px 1.5rem;
}

.section-5 .newsletter-button {
    margin: 30px 0px -30px;
}

.section-5 .newsletter-button input[type=submit] {
    width: 101px;
    height: 50px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, var(--color-main) 0%, var(--color-hover) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.section-6 .news .item {
    background-color: #fff;
    padding: 10px;
}

.section-6 .news .item .name {
    font-size: 16px;
    line-height: 22px;
    color: #2c2c2c;
    font-weight: 700;
    margin: 0px 0px 1rem;
}

.section-6 .news .item .name:hover {
    color: var(--color-main);
}

.section-6 .news .item .time {
    font-size: 12px;
    line-height: 22px;
    color: #575757;
    font-weight: 300;
    margin: 0px 0px 1rem;
}

.section-6 .news .item .desc {
    margin: 0px 0px 1rem;
    font-size: 13px;
    line-height: 22px;
    color: #2c2c2c;
    font-weight: 400;
}

.section-6 .news .item .view {
    font-size: 14px;
    line-height: 23px;
    color: #393939;
}

.section-6 .news .item .view:hover {
    color: var(--color-main);
}

.section-6 .fanpage {
    padding: 20px 25px;
    background: url(/assets/images/bg_fanpage.png) no-repeat right center/cover;
}

.header-mobile {
    display: none;
    background-color: #fff;
}

.banner-mobile {
    padding: 0px 10px;

}

@media (max-width: 991px) {

    .slideshow:before,
    .section-2,
    .section-6 .fanpage,
    .footer-image,
    .btn-frame,
    .header-fixed {
        display: none;
    }

    .menu-res,
    .toolbar,
    .header-mobile,
    .hotline_footer {
        display: block;
    }

    .header {
        position: relative;
    }

    .header-left,
    .header-right {
        display: none;
    }

    .footer-map {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .section-1 .title span {
        font-size: 20px;
    }

    .section-5 fieldset legend {
        font-size: 25px;
    }

    .section-5 .slogan {
        font-size: 13px;
    }

    .section-5 .hotline {
        font-size: 30px;
    }

    div.tieude_giua {
        font-size: 25px;
    }

    div.tt_lh {
        width: 100%;
    }
}
/*
     FILE ARCHIVED ON 04:27:08 Jul 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:57:46 Feb 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.691
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 9.468
  LoadShardBlock: 222.361 (3)
  PetaboxLoader3.datanode: 379.839 (5)
  load_resource: 268.139
  PetaboxLoader3.resolve: 75.711
  loaddict: 115.167
*/