@font-face {
    font-family: Roboto Black;
    src: url(../fonts/ROBOTO-BLACK.TTF)
}

@font-face {
    font-family: Roboto Bold;
    src: url(../fonts/ROBOTO-BOLD.TTF)
}

@font-face {
    font-family: Roboto Regular;
    src: url(../fonts/ROBOTO-REGULAR.TTF)
}

@font-face {
    font-family: SVN;
    src: url(../fonts/SVN-Dancing-script.ttf)
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    font-family: Roboto Regular;
    overflow-x: hidden;
    color: #000;

}

.checkout-cart-list {
    border: 1px solid #ccc;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

h3,
p {
    margin: 0;
}

ul li {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: #015401;
}

.phantrang .active {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;



}

.tit_left2 {
    font-size: 30px;
    margin-top: 20px;
}

.phantrang .active a {
    color: #fff;
}

.phantrang .disabled {
    display: none;
}

.phantrang li {

    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
}

.menu_mb {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 5px 10px;
}

.bt_menu {
    display: flex;
    justify-content: space-between;
}

.bt_menu .logo {
    max-width: 100px;
    display: none;
}

.menu_mb.sticky-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
}

.menu_mb.sticky-header .bt_menu .logo {
    display: block;
}

.top_mb {
    padding: 10px 0;
}

.title_section {
    margin-top: 20px;
}

.pull-right {
    height: 44px;
}

.panel-heading {
    margin-top: 20px;
}

#go_top {
    position: fixed;
    height: 25px;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 16px;
    text-align: center;
    z-index: 100;
    bottom: 125px;
    right: 25px;
    background: #00863e;
}

.opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}

.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}

/*===========MENU==============*/
.nav-dropdown {
    display: none;
}

@media (min-width: 992px) {
    .nav-container {
        width: 100%;
    }

    .nav-menu {
        display: flex;
        justify-content: flex-end;
    }

    .nav-menu>.menu-item {
        position: relative;
    }

    .nav-menu>.menu-item>.menu-link {
        display: inline-block;
        padding: 15px 0 5px 35px;
        color: #015401;
        font-size: 14px;

        font-family: Roboto Black;
    }

    .nav-menu>.menu-item:hover>.menu-link {
        color: #0cbb57;
    }

    .nav-menu>.has-dropdown:after {
        position: absolute;
        right: -15px;
        bottom: 5px;
        font-size: 14px;
        content: "\f107";
        font-family: FontAwesome;
        color: #015401;
    }

    .nav-menu>.menu-item:hover.has-dropdown:after {
        color: #0cbb57;
    }

    .has-dropdown:hover:after {
        color: #0cbb57;
    }

    .nav-dropdown {
        left: -35%;
        display: block;
        opacity: 0;
        z-index: 999;
        position: absolute;
        top: 100%;
        width: 240px;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .has-dropdown:hover>.nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .nav-dropdown {
        border: 1px solid #015401;
    }

    .nav-dropdown>.menu-item {
        background: #015401;
        border-bottom: 1px solid #015401;
    }

    .nav-dropdown>.menu-item:last-child {
        border-bottom: 0;
    }

    .nav-menu>.menu-item:first-child>.menu-link {
        padding-left: 0;
    }

    .nav-dropdown>.menu-item>.menu-link {
        color: #fff;
        display: block;
        padding: 10px;
        /* text-transform: uppercase; */
    }

    .nav-dropdown .has-dropdown:after {
        position: absolute;
        top: 10px;
        right: 5px;
        font-size: 14px;
        content: "\f105";
        font-family: FontAwesome;
    }

    .nav-dropdown>.menu-item:hover {
        background: #fff;
    }

    .nav-dropdown>.menu-item:hover>.menu-link,
    .nav-dropdown>.nav-dropdown>.menu-item:hover>.menu-link {
        color: #005d28;
        font-weight: bold;
    }

    .nav-dropdown .nav-dropdown {
        z-index: 998;
        top: 0;
        left: 100%;
    }
}

@media (max-width: 991px) {



    .detail_bottom {

        margin-top: 12px !important;
    }

    .checkout-cart-title .cart-product-price,
    .checkout-cart-title .cart-product-money,
    .checkout-cart-list .cart-product-price,
    .checkout-cart-list .cart-product-money {

        width: 45% !important;
    }

    .cart-product-money {

        display: none;
    }

    .cart-product-images {
        margin-bottom: 10px !important;
    }

    .checkout-cart-title .cart-product-name,
    .checkout-cart-list .cart-product-name {

        width: 30% !important;

    }

    .video_box iframe {

        top: 31px !important;

    }

    /* .text-justify{
        padding: 18px !important;
    } */
    .btn_orderNow i.fa {}

    .btn_orderNow {

        left: 26% !important;
    }

    .fadeInRight {
        margin-top: 15px;
    }

    .item_news {
        margin-top: 15px !important;
        border-bottom: 1px solid #cdcdcd;
    }

    .container {
        padding: 0 15px;
    }

    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0px !important;
        left: 0px;
        z-index: 99;
    }

    .icon_close {
        width: 15px;
        height: 15px;
        stroke-width: 1.5px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    .anhvideo {
        height: 120px !important;

    }

    .icon_close:hover {
        transform: translate(0%, 0%) rotate(360deg);
    }

    .nav-toggle {
        padding: 5px 10px;
        font-size: 22px;
        color: #015401;
    }

    .logo_mb {
        display: block;
        text-align: center;
        padding: 5px 0;
        ;
    }

    .logo_mb img {
        max-width: 120px;
    }

    .nav-container {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 70%;
        padding-top: 30px;
        height: 100%;
        min-height: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .nav-container.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .menu-item {
        border-top: 1px solid #e6e6e6;
    }

    .menu-item .menu-link {
        color: #333;
        display: inline-block;
        padding: 10px;
    }

    .nav-menu>.menu-item:first-child {
        border-top: 0;
    }

    .nav-dropdown .menu-item {
        border-bottom: 0;
        border-top: 1px solid #e6e6e6;
    }

    .nav-dropdown>.menu-item>.menu-link {
        color: #333;
        padding: 10px 20px;
    }

    .nav-dropdown .nav-dropdown .menu-item>.menu-link {
        padding: 10px 30px;
    }

    .nav-dropdown .nav-dropdown .nav-dropdown .menu-item>.menu-link {
        padding: 10px 40px;
    }

    .nav-menu>.menu-item.is-active>.menu-link,
    .has-dropdown.is-active>.menu-link,
    .has-dropdown.is-active:after {
        color: #008037;
        font-weight: bold;
    }

    .nav-dropdown.is-visible {
        display: block;
    }

    .has-dropdown {
        position: relative;
        cursor: pointer;
    }

    .has-dropdown:after {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        height: 42px;
        content: "+";
        color: #333;
        line-height: 40px;
    }

    .has-dropdown.is-active:after {
        content: "\2013";
    }
}

/*============================*/
.header_left {
    display: flex;
    padding: 10px 0;
}

.logo_pc img {
    max-width: 180px;
    padding: 10px 10px 10px 0;
    margin-right: 10px;
    border-right: 1px solid #015401;
}

.content_header {
    color: #015401;
    padding: 10px 0;
}

.content_header #calendar {
    font-size: 14px;
    font-weight: 700;
}

.content_header .title_top {
    font-size: 15px;
    font-weight: 900;
}

.action_account {
    display: flex;
    justify-content: flex-end;
}

.form_search {
    position: relative;
    margin-right: 38px;
}

.form_search input.form-control {
    height: 27px;
    border: 1px solid #015401;
    border-radius: 25px;
}

.form_search input.form-control::placeholder {
    text-align: right;
    color: #015401;
    font-size: 14px;
    padding-right: 15px;
}

.form_search .btn_search {
    color: #015401;
    padding: 0;
    position: absolute;
    right: 5px;
    font-size: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.action_account .link_top {
    color: #015401;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding-right: 40px;
}

.action_account .link_top:last-child {
    padding: 0;
}

.contact_top {
    padding: 5px 0;
    background: #015401;
}

.contact_top a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: 25px;
}

.list_icon {
    text-align: right;
}

.qs_introduce {
    padding: 20px 0 0px;
}

.title_introduce {
    font-weight: 700;
    font-size: 24px;
    /* text-transform: uppercase; */
    color: #015401;

}

/* .content_introduce{
    line-height: 30px;
} */
.introduce_left .slogan {
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #015401;
    margin-top: 20px;
}

.latest_news {
    position: relative;
    padding: 0px 0 20px;
    background: url(../img/bg1.png) no-repeat;
    background-size: 35%;
    background-position: top left;
}

.main_news {
    border-top: 3px solid #013201;
    padding: 0px;
    /* box-shadow: 0 0 20px #d3d3d3; */
    background: #fff;
}

.title_sec-news {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    background: #013201;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.title_news {
    font-size: 16px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 6px;

}

/* .content_news-right{
    line-height: 30px;

} */


.title_sec {
    border-top: 3px solid #013201;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    /* text-transform: uppercase; */
    margin-bottom: 15px;

}

.title_sec span {
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 10px 6px 10px;
    background: #013201;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.description_main {
    /* line-height: 25px; */
    margin-bottom: 10px;
}

.list_main-product {
    margin: 0 -10px;
}

.list_main-product .col-md-6 {
    padding: 0 10px;
}

.list_main-product .item {
    padding: 10px 5px;
    background: #f3f3f3;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.list_main-product .item img {
    margin-bottom: 20px;
    object-fit: cover;
    height: 100%;
    border: 9px solid #015401;
    width: 271px;
    border-radius: 50%;
}

.list_main-product .item .name_main-pro {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #015401;
    display: -webkit-box;
    max-width: 100%;
    height: 20px;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.des_main-pro {
    display: -webkit-box;
    max-width: 100%;
    height: 64px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qs_introduce img {
    width: 100%;
}

.des_pro-item {
    display: -webkit-box;
    max-width: 100%;
    height: 40px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view_more-pro {
    display: inline-block;
    padding: 6px 15px;
    background: #8e8e8e;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
}

.hot_product {
    padding: 20px 0 0px;
}

.hot_product .row {
    margin: 0 -10px;
}

.hot_product .row .col-lg-4 {
    padding: 0 10px;
}

.product_item {
    margin-bottom: 25px;
}

.img_pro img {
    height: 300px;
}

.product_item .img_pro {
    overflow: hidden;
    display: block;
}

.product_item .img_pro img {
    webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product_item:hover .img_pro img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_item .name_pro {
    font-size: 16px;
    font-weight: 700;
    color: #015401;
    margin: 10px 0;
    display: -webkit-box;
    max-width: 100%;
    height: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_item .prices {
    display: flex;
    justify-content: space-between;
    margin: 1px 0 10px;
}

.product_item .prices .price_new {
    font-size: 24px;
    font-weight: 700;
    color: #fe2c00;
}

.product_item .prices .price_old {
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: line-through;
    padding-top: 8px;
}

.product_item .btn_addToCart {
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    background: #015401;
    border-radius: 0;
    width: 100%;
    border: 0;
    display: inline-block;
    text-align: center;
}

.product_item .btn_addToCart img {
    padding-right: 10px;
}

.product_item .btn_addToCart:hover {
    color: #000;
}

.news_home,
.video_home {
    padding: 20px 0 0px;
}

.title_news-left {
    font-size: 16px;
    color: #015401;
    font-weight: 700;
    margin-bottom: 10px;

}

.desc_news-home {
    /* line-height: 25px; */
}

.list_new-right {
    padding-left: 10px;
    border-left: 1px solid #d6d6d6;
}

.title_news_right {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #015401;
    display: -webkit-box;
    height: 49px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_line {
    display: flex;
    padding-bottom: 10px;
}

.news_line .img_news_right {
    width: 174px;
    height: 122px;
}

.news_line .desc_news_right {
    width: calc(100% - 145px);
    padding-left: 15px;
    display: -webkit-box;
    height: 125px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_playvideo_play {
    position: relative;
}

.video_play .ic_play {
    width: 85px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#myModalvideo iframe {
    height: 500px;
}

#myModalvideo .modal-dialog {
    max-width: 65%;
}

#myModalvideo .modal-content {
    border: 0;
    background: 0;
}

#myModalvideo .modal-header {
    padding: 0;
}

#myModalvideo .modal-header .close_modal {
    position: absolute;
    right: 0px;
    top: -10px;
    padding: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    margin: 0;
    opacity: 1;
    border-radius: 50%;
    z-index: 99;
}

#myModalvideo .modal-body {
    padding: 0;
}

.chungnhan {
    padding: 10px 0 10px;
    background: #f0f0f0;
}

.chungnhan .txt_content {
    font-size: 20px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 40px;
}

.chungnhan_item {
    width: 20%;
    float: left;
    padding: 0 40px;
    position: relative;
}

.chungnhan_item:after {
    content: "";
    width: 1px;
    height: 194px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.chungnhan_item:last-child:after {
    content: "";
}

.chungnhan_item img {
    max-height: 80px;
    margin-bottom: 20px;
}

.chungnhan_item .name_chungnhan {
    font-weight: 700;
}

footer {
    background: #015401;
    color: #fff;
}

footer>* {
    color: #fff;
}

.footer_top {
    padding: 10px 0;
    border-bottom: 1px solid #4e884e;
}

.footer_line {
    display: flex;
    justify-content: space-between;
}

.footer_top p {
    font-size: 36px;
    font-family: SVN;
}

.footer_top .contact_form {
    width: 400px;
    display: flex;
    padding: 10px 0;
}

.footer_top .contact_form input {
    height: 34px;
    background: #fff;
    width: 300px;
    border-radius: 0;
}

.footer_top .contact_form input::placeholder {
    font-size: 13px;
    color: #666666;
}

.footer_top .contact_form .btn_send {
    height: 34px;
    width: calc(100% - 300px);
    border: 0;
    background: #00863e;
    font-weight: 700;
    color: #fff;
}

.footer_bottom {
    padding: 30px 0 25px;
    border-bottom: 1px solid #80aa80;
}

.name_company {
    font-size: 22px;
    font-weight: 900;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

.info_company li {
    margin-bottom: 10px;
}

.info_company li i.fa {
    color: #7bff7b;
    padding-right: 10px;
}

.menu_footer {
    padding: 0 30px;
    border-left: 1px solid #4e884e;
    border-right: 1px solid #4e884e;
}

.menu_footer li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #4e884e;
    color: #fff;
}

.copy_right {
    padding: 5px 0 10px;
    font-size: 36px;
    font-family: SVN;
}

/*=================San Pham===============*/
.pro_item {
    padding: 60px 0 30px;
    background: url(../img/bg1.png) no-repeat;
    background-size: 35%;
    background-position: top left;
    margin-bottom: 15px;
}

.pro-item-inner {
    background: #fff;
    box-shadow: 0 0 20px #d3d3d3;
}

.col-left {
    position: relative;
}

.btn_orderNow {
    padding: 5px 20px 5px 5px;
    color: #015401;
    border: 1px solid #015401;
    border-radius: 30px;
    font-size: 18px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.btn_orderNow i.fa {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #015401;
    color: #fff;
    line-height: 45px;

    font-size: 25px;
}

.product_inner {
    padding: 10px 20px 0 0;
}

.pro_name {
    margin-bottom: 20px;
}

.pro_name a {
    color: #015401;
    font-size: 30px;
    font-weight: 700;
}

.slide_pro {
    padding-top: 15px;
    height: 240px;
}

.slide_pro .item {
    margin-bottom: 80px;
    margin-top: 15px;
    opacity: .2;
    transform: scale3d(0.85, 0.85, 1);
    transition: all 0.3s ease-in-out;
}

.slide_pro .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    margin: 0 -20px;
}

.slide_pro.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
    height: 216px;
}

.slide_pro.owl-carousel .owl-dots .owl-dot.active span,
.slide_pro.owl-carousel .owl-dots .owl-dot:hover span {
    background: #015401;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.slide_pro.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.slide_pro.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.slide_pro.owl-carousel .owl-dots .owl-dot span {
    background: #015401;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.list_product .pro_item:nth-child(2n) {
    background-position: top right;
}

.list_product .pro_item:nth-child(2n) .pro-item-inner>.row {
    flex-direction: row-reverse;
}

.list_product .pro_item:nth-child(2n) .product_inner {
    padding: 10px 0 0 20px;
}

/*====================Chi tiet=========*/
.banner_page {
    position: relative;
}

.title_page {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.link_breadcrumb {
    background: transparent;
}

.link_breadcrumb a {
    color: #fff;
}

.link_breadcrumb a:after {
    content: "|";
    padding: 0 8px;
}

.link_breadcrumb a:last-child:after {
    content: "";
}

.banner_page .breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
}

.product-detail {
    padding: 65px 0 45px;
}

.gc-lens,
.gc-zoom {
    display: none !important;
}

.gc-icon {
    background: 0 !important;
    border: 0 !important;
}

.gc-icon:before {
    font-family: FontAwesome;
}

.gc-icon-next:before {
    content: "\f054" !important;
    right: 20px !important;
}

.gc-icon-prev:before {
    content: "\f053" !important;
    left: 20px !important;
}

.gc-icon-enlarge:before {
    content: "\f065" !important;
}

.gc-icon-compress:before {
    content: "\f066" !important;
}

.gc-icon-close:before {
    content: "\f00d" !important;
}

.gc-icon-download:before {
    content: "\f019" !important;
    display: none !important;
}

.name_product {
    font-size: 30px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 15px;
}

.info_pro {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.info_pro li {
    margin-bottom: 5px;
}

.info_pro li span {
    display: inline-block;
    min-width: 150px;
}

.description_product {
    line-height: 25px;
    /* margin-bottom: 10px; */
}

.price_product span {
    font-size: 30px;
    font-weight: 700;
    color: #ff6600;
    padding-left: 20px;
}

.price_product {
    margin-bottom: 15px;
    margin-top: 10px;
}

.detail-infor .btn_orderNow {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
}

.detail_bottom {
    margin-top: 36px;
}

.title_box {
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #015401;
    margin-bottom: 0;
}

.list_box-pro {
    border: 1px solid #ccc;
    padding-top: 15px;
    border-top: 0;
}

.list_box-pro .item {
    display: flex;
    padding: 10px;
    margin-bottom: 5px;
}

.list_box-pro .item img {
    padding-top: 4px;
    width: 103px;
    height: 80px;
}

.list_box-pro .item .box_pro_inner {
    width: calc(100% - 100px);
    padding-left: 10px;
}

.description_product {
    display: -webkit-box;
    max-width: 100%;
    height: 166px;
    margin: 0 auto;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_pro_inner .box_name_pro {
    font-size: 16px;
    font-weight: 700;
    color: #015401;
    display: -webkit-box;
    max-width: 100%;
    height: 41px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_prices .price_new {
    color: #fe2c00;
    font-weight: 700;
}

.box_prices .price_old {
    text-decoration: line-through;
    color: #8b8b8b;
    padding-left: 10px;
}

.product_related {
    padding: 30px 0;
}

.title_related {
    font-size: 24px;
    font-weight: 700;
    color: #015401;
    margin-bottom: 20px;
}

.header_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    background-color: #fff;
}

main {
    margin-top: 97px;
}

.pd-6 {
    padding-top: 6px;
}

.box_breadcrumbNav ul .box_breadcrumbNavItem {
    list-style: none;
    padding: 20px 11px;
    position: relative;
    text-transform: capitalize;
    display: inline;
    font-size: 16px;
    font-family: Roboto Bold, sans-serif;
}

.box_breadcrumbNav ul .box_breadcrumbNavItem:first-child {
    padding-left: 0px;
}

.box_breadcrumbNav ul .box_breadcrumbNavItem::after {
    content: '>';
    font-weight: 600;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.box_breadcrumbNav ul .box_breadcrumbNavItem:last-child:after {
    content: '';
}

.box_breadcrumbNav ul .box_breadcrumbNavItem.active {
    color: #015401;
    font-weight: 600;
    font-family: Roboto Bold, sans-serif;
}

.date_box {
    color: #015401;
    font-size: 16px;

    font-family: Roboto Bold, sans-serif;
}

.new_nobat_boxItem a img {
    width: 100%;
    height: 411px;
}

.nobatLeft {
    width: 58% !important;
}

.nobatRight {
    padding-left: 20px;
    width: 42% !important;

}

.tit_news_page a,
.newLeft-boxTitle a {
    font-family: Roboto Bold, sans-serif;
    color: #005d28;
    font-size: 16px;
    /* text-transform: uppercase; */
}

.newLeft-boxTitle {
    margin-bottom: 7px;
}

.tt_lienQuan,
.title_detail,
.new_nobat_boxItem-Title a {
    font-family: Roboto Bold, sans-serif;
    color: #015401;
    font-size: 24px;
    line-height: 29px;
}

.box_listBox-Title a {
    color: #015401;
    font-size: 16px;
    line-height: 25px;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.newLeft-boxContentDesc,
.detail_content,
.new_nobat_boxItem-desc {
    color: #333333;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_nobat_boxItem-desc {
    height: 339px;
    -webkit-line-clamp: 16;
}

.newLeft-boxContentImg {
    padding-top: 6px;
}

.newLeft-boxContent {
    justify-content: space-between;
}

.newLeft-boxContentDesc {
    padding-left: 15px;
    height: 123px;
    -webkit-line-clamp: 6;
}

.newLeft-boxContentImg img {
    width: 174px;
    height: 116px;
}

.newLeft-boxItems {
    margin-bottom: 15px;
}

.boder {
    position: relative;
}

.boder::after {
    content: '';
    height: 100%;
    width: 2px;
    background-color: #d6d6d6;
    position: absolute;
    right: -5px;
    top: 0;
}

.img_news {
    width: 91%;
}

.content_news {
    width: 65%;
    padding-left: 10px;
}

.img_news img {
    width: 100%;
    height: 265px;
    padding-top: 6px;
}

.box_listBox-TitleDown a,
.item_newsLink {
    color: #000;
    font-family: Roboto Bold, sans-serif;
    text-transform: capitalize;
}

.box_listBox-TitleDown a {
    font-size: 16px;
}

.item_newsLink-box {
    padding: 5px 0px;
}

.item_news {
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}

.phantrang_prod {
    margin-top: 15px;
}

.box_listBoxContent-Left {
    width: 45%;
}

.box_listBoxContent-Left img {
    width: 100%;
    height: 122px;
}

.box_listBoxContent-Right {
    width: 52%;
    display: -webkit-box;
    height: 123px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_listBoxContent {
    justify-content: space-between;
    margin-bottom: 20px;
}

.tt_lienQuan {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.tt_lienQuan::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #879b87;
    left: 0;
    bottom: 0;
}

.video_box .lightbox-container {
    margin: 180px auto 0 !important;
}

.video_box .lightbox-close {
    top: 135px !important;
}

.content_introduce {

    /* display: -webkit-box; */
    max-width: 100%;
    /* height: 313px;
    margin: 0 auto;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.title_introduce_link,
.active_link {
    color: #008037;
}

.news_left img {
    height: 329px;
}

.desc_news-home {
    display: -webkit-box;
    max-width: 100%;
    height: 328px;
    margin: 0 auto;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_main-product .item {
    margin-bottom: 15px;
}

.vbm_video {
    height: 509px !important;
}

.col-left img {
    height: 368.5px;
}

.desc_pro {
    display: -webkit-box;
    max-width: 100%;
    height: 86.5px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pad0 {
    padding: 0px 5px 0px 0px !important;
}

.pado {
    padding: 0px !important;
}

.vbm_psdL15 {
    padding-left: 15px !important;
}

.list_main-product .item .kim_co {
    display: block;
    width: 273px;
    height: 273px;
    /* border-radius: 50%; */
    /* border: 7px solid #6f7a6f; */
    overflow: hidden;
    margin-bottom: 10px;
}

.owl-carousel .owl-dots {
    bottom: -13px;
}

.detail_content {
    height: 272px;
    -webkit-line-clamp: 13;
}

.layout_detail_img {
    height: 300px;
    width: 410px;
}

/* .vbm_flex{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.content_news-right {
    display: -webkit-box;
    max-width: 100%;
    height: 400px;
    -webkit-line-clamp: 19;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news img {
    height: 430px;
}

.title_sec_link {
    color: #fff;
}

.modal-dialog {
    margin-top: 200px !important;
}

.vbm_gioihan {
    display: -webkit-box;
    max-width: 100%;
    height: 315px;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_home .title_sec span {
    text-transform: uppercase;
}

.vbm_proDesc {
    display: -webkit-box;
    max-width: 100%;
    height: 41px;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.padr {
    padding: 0px 15px 0px 10px !important;
}

.padl {
    padding: 0px 10px 0px 15px !important;
}

.padl1 {
    padding: 0px 0px 0px 15px !important;
}
.list_page_news {
    
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.list_page_news ::before{
    content: ""; 
    position: absolute;
    background-color: #fff;
}
.list_icon img{
    width: 43px;
    height: 43px;
  
}
.vbm-fixx{
    display: flex;
    align-items: center;
    height: 100%;
}
@media(max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
}

@media(max-width: 991px) {
    
    .list_page_news ::before{
        position: absolute;
        content: "";
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 2px;
        background-color: #3f3f3f;
        width: 90%;
    }
    
    .padl1,
    .padr,
    .padl,
    .pado {
        padding: 0px 15px !important;
    }

    .news_left img {
        height: 245px;
    }

    .main_news img {
        height: 224px;
    }

    .col-left img {
        height: 360px;
    }

    .pro_name {
        margin-bottom: 10px;
    }

    .slide_pro {
        height: 327px;
    }

    .product_inner,
    .list_product .pro_item:nth-child(2n) .product_inner {
        padding: 30px 15px 10px 15px;
    }

    .slide_pro.owl-carousel .owl-item img {
        height: 288px;
    }

    .vbm_video {
        height: 245px !important;
    }

    .list_main-product .item .kim_co {
        width: 163px;
        height: 163px;
    }

    .title_section {
        margin-bottom: 15px !important;
    }

    .mb_pding {
        padding: 0;
    }
    .desc_news-home {
        height: 352px;
    }
    .desc_news-home h1{
        margin-top: 10px;
    }
    main {
        margin-top: 59px;
    }

    .date_box {
        text-align: right;
    }

    .phantrang_prod,
    .detail_content {
        margin-bottom: 15px;
    }

    .item_news-box,
    .new_nobat_boxItems {
        display: block !important;
    }

    .new_nobat_boxItem a img {
        height: 245px;
        margin-bottom: 15px;
    }

    .img_news img {
        height: 245px;
    }

    .content_news,
    .img_news,
    .nobatRight,
    .nobatLeft {
        width: 100% !important;
    }

    .nobatRight {
        padding: 0;
    }

    .content_news {
        padding: 0px;
    }

    .new_nobat_boxItem-desc {
        height: 204px;
    }

    .action_account {
        display: block;
        padding: 15px;
        border-top: 1px solid #ccc;
    }

    .form_search {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .form_search input.form-control::placeholder {
        text-align: left;
    }

    .action_account .link_top {
        display: block;
        margin-bottom: 15px;
    }

    .contact_top a {
        margin-right: 10px;
    }

    .list_icon {
        text-align: left;
    }

    .list_icon a {
        margin-top: 10px;
    }

    .list_icon a img {
        max-width: 30px;
        height: 31px;
    }

    .title_introduce,
    .title_sec-news,
    .title_news,
    .title_sec,
    .product_item .name_pro,
    .list_main-product .item .name_main-pro {
        font-size: 18px;
    }

    .latest_news {
        background-size: 80%;
    }

    .content_right {
        margin-top: 15px;
    }

    .list_main-product .item {
        margin-bottom: 25px;
    }

    .view_more-pro,
    .title_news-left,
    .chungnhan .txt_content {
        font-size: 16px;
    }

    .news_left {
        margin-bottom: 30px;
    }

    .video_play .ic_play {
        width: 50px;
        height: 50px;
    }

    .chungnhan_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .chungnhan_item:after {
        display: none;
    }

    #myModalvideo .modal-dialog {
        max-width: 100%;
    }

    .footer_line {
        display: block;
    }

    .footer_top p,
    .copy_right {
        font-size: 22px;
    }

    .footer_top .contact_form {
        width: 100%;
    }

    .footer_top .contact_form .btn_send {
        width: calc(100% - 270px);
    }

    .name_company {
        font-size: 14px;
    }

    .menu_footer {
        padding: 0;
        border: 0;
        margin: 25px 0;
    }

    .pro_item {
        background-size: 70%;
        padding-top: 0px;
    }

    .btn_orderNow {
        position: relative;
    }

    .col-left {
        margin-bottom: 25px;
    }

    /* 
    .product_inner {
        padding: 15px;
    } */

    .pro_name {
        font-size: 24px;
    }

    .slide_pro .owl-item.active.center .item {
        margin: 0;
    }

    .title_page,
    .name_product,
    .price_product span,
    .title_related {
        font-size: 18px;
    }

    .detail-infor {
        margin-top: 221px;
    }

    .box_hot-product {
        margin-top: 25px;
    }

    .product_related {
        padding-top: 0;
    }

    .product-detail {
        padding-top: 25px;
    }
}