#logo img {
    max-height: 90px;
    margin-top: -5px;
}

#logo img {
    padding: 2px 0;
}

.searchform-wrapper input[type=search] {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-color: rgb(255, 255, 255);
    color: currentColor !important;
    border-radius: 4px;
    border: 1px solid #5cab10;
    height: 40px;
}


.nav.nav-small>li>a:hover {
    color: #bbcf30 !important;
}

/*mega menu*/
.home.ot-menu-show-home #mega_menu {
    display: block;
}

#mega_menu {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    display: none;
}

.item-hidden {
    display: none;
}

#mega-menu-wrap {
    width: 100%;
    background: #ffffff;
    position: relative;
    height: 44px;
    /* border-right: 1px solid #ccc; */
    margin: 0 !important;
}

#mega-menu-title {
    padding: 10px 0 33px 15px;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: rgba(102, 102, 102, 0.85);
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 30px;    border: 1px solid #ccc;
    /* border-bottom: 0px; */
}

#mega-menu-title i {
    margin-right: 9px;
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {
    display: none;
}

#header.header.has-sticky .header-wrapper.stuck #mega_menu {
    margin-top: 0;
}

/* #wide-nav>.flex-row>.flex-left {
    width: 25%;
    max-width: 277px;
    margin-right: 15px;
} */


.ot-vm-hover:hover #mega_menu {
    display: block;
}

#header.header.has-sticky .header-wrapper.stuck .ot-vm-hover:hover #mega_menu {
    display: block;
}

#mega_menu>li {
    height: 35px;
    padding-top: 0;
    margin-bottom: 0px;
}

#mega_menu>li {
    background: #fff;
    position: relative;
}

#mega_menu>li>a {
    border-top: 1px solid #fff;
    font-size: .9em;
}

.header-bottom .header-nav li a {
    text-transform: uppercase !important;
}

.sf-menu a {
    display: block;
    position: relative;
    border-top: 1px solid #dfeeff;
    padding: 0.5em 0em 0em 1em;
    text-decoration: none;
    zoom: 1;
}

#mega_menu>li:hover>.menu-image,
#mega_menu>li:hover>ul.sub-menu{
    display: block;
}

#mega_menu ul li.level-2:hover>ul.sub-menu, 
#mega_menu ul li.level-3:hover>ul.sub-menu,
#mega_menu ul li.level-4:hover>ul.sub-menu
{
    display: block;
}

#mega_menu ul li.level-2 .sub-menu,
#mega_menu ul li.level-3 .sub-menu,
#mega_menu ul li.level-4 .sub-menu
{
    position: absolute;
    top: -1px;
    left: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega_menu>li>ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    /*min-height: 300px;*/
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega_menu .sub-menu {
    display: none;
}

/* #mega_menu>li.menu-item-has-children>a:after 
{
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 1.5em;
    top: 2px;
    position: absolute;
    right: 5px;
} */

#mega_menu ul li.level-2.menu-item-has-children>a:after,
#mega_menu ul li.level-3.menu-item-has-children>a:after,
#mega_menu ul li.level-4.menu-item-has-children>a:after

{
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 1.5em;
    top: 1px;
    position: absolute;
    right: 15px;
}

#mega_menu li a img {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
}

#mega_menu li a img,
#mega_menu li a .icon {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 20px;
}


#mega-menu-wrap li a {
    text-transform: inherit !important;
    font-size: .9em;
    font-weight: 400;
}

#mega_menu a {
    transition: all .2s;
}

.header-nav .sub-menu>li>a:hover {
    transform: translateX(10px);
}

.sf-menu li ul li a {
    padding: 6px;
}

.rx-child,
.sf-menu .rx-show {
    display: none;
}

.rx-parent a:hover, .rx-parent-link a:hover {
    color: #f6d90e;
}

.rx-parent a, .rx-parent-link a {
    cursor: pointer;
}

.rx-parent-link {
    height: 32px !important;
    background: var(--primary-color)!important;
}

.rx-parent-link a {
    color: #fff;
}

#mega_menu li.rx-change a.rx-default {
    display: none;
}

#mega_menu li.rx-change a.rx-show {
    display: block;
}

#header.header #mega_menu.active {
    display: block;
}

#mega_menu li:hover {
    background-color: #cfdeff;
}

.row-small>.flickity-viewport>.flickity-slider>.col,
.row-small>.col {
    padding: 0 2px 3px;
    margin-bottom: 0;
}

.header-nav .sub-menu>li {
    overflow: hidden;
}

.sf-menu li:hover {
    background: #cfdeff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/*end mega-menu*/



.gioi-thieu-sago .is-divider {
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    max-width: 79px;
    height: 2px;
    background-color: rgb(13 170 225);
}

.info-about h5 {
    font-weight: 400;
}

.info-about h2 span {
    color: #579041;
    font-size: 19px;
}

.pdt60 {
    padding-top: 60px;
}

.pdbt60 {
    padding-bottom: 60px;
}

#section_205650690 .section-bg-overlay,
#du-an-section .section-bg.bg-loaded {
    /*background-color: rgba(255, 153, 0, 0.85);*/
    background-color: rgba(4, 99, 11, 0.6);
}

#section_205650690 .section-bg.bg-loaded {
    background-image: url(../images/process-bg.jpg);
}

.section-title-qt,
.du-an-section,
.section-title-project {
    color: #ffffff;
}

.quy-trinh-sago .dark p {
    color: #ffffff;
}

.section.dark {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: rgba(10, 103, 56, 1);*/
    background-color: rgba(9, 115, 61, 1);
}

.info_project_block {
    background-color: rgba(13 170 225);
}

.info_project_block h5,
.info_project_block p {
    color: #ffffff;
    margin-bottom: 10px;
}

.info_project_block .post-title:hover {
    color: #fff456 !important;
}

#page-header-layout .page-title-inner {
    min-height: 300px;
}

.header-nav .icon-angle-down:before {
    color: #ffffff;
}

/*new*/
#header-contact li a span {
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
    color: #006837;
}

.tel {
    list-style: none;
    height: 65px;
    min-width: 268px;
    background: url(../images/bg-tell.png)no-repeat center;
    background-position-y: 0px;
}

.tel li:first-child {
    margin-left: 20px !important;
}

.tel li:last-child {
    border-left: 1px solid #ee4133;
}

.header-nav .html strong {
    color: red;
}

.tel li {
    float: left;
    width: 45%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.search-form {
    width: 100%;
}

.search-mobile {
    display: none;
}

@media screen and (max-width: 849px) {
    .medium-logo-center .logo {
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px;
    }

    .medium-logo-center .logo img {
        margin: 0 auto;
    }
}

@media (max-width: 549px) {
    .header-main .logo-left a {
        position: inherit;
        top: 0;
    }

    #logo img {
        box-shadow: none;
        max-height: 70px !important;
        margin-top: 0px;
        position: inherit;
    }

}

.section-banner-img {
    margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
    .section-banner-img {
        margin-top: -50px;
        z-index: 2;
    }
}


.nav>li>a>i.icon-menu {
    color: #579041;
}

/* .footer-section .cot1 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -30px;
    background: #006738;
    padding-top: 30px !important;
} */

#section_798829679 {
    /* padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(0, 43, 24); */
    border-top: 1px solid #ccc
}

.col-inner h3 span a, .home-contact .col-inner h3 span {
    color: #008a3a;
}

.footer-section h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.footer-section h3 a {
    position: relative;
    display: inline-block;
}

.footer-section h3 a:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #5cab10;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.footer-section ul li {
    margin-bottom: .6em;
    list-style: disc;
    margin-left: 1.3em;
    font-size: 15px;
}

.footer-section ul {
    list-style: disc;
}

.line {
    white-space: nowrap;
    border: 1px dotted #5cab10;
    background: #f7f7f7;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 30px;
}

.section-title-normal span {
    border-bottom: 2px solid rgb(55 150 16 / 80%);
}

.footer-section .row-small>.col {
    padding: 0 9.8px 19.6px;
}


/*end new*/

/*giuseart-nav*/
.phone-mobile {
    display: none;
}

.giuseart-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 10px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}

.giuseart-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.giuseart-nav ul li {
    list-style: none !important;
}

.giuseart-nav ul>li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}

.giuseart-nav ul>li .chat_animation, .giuseart-nav ul>li .cateproduct {
    display: none
}

.giuseart-nav ul>li a i.ticon-heart {
    background: url(../images/icons/icon-call.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(../images/icons/zalo.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav li .button {
    background: transparent;
}

.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(../images/icons/Asset-1.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}

.giuseart-nav ul>li a.iconfont i{
    font-size: 40px;
    color: #008a3a;
    margin-top: -8px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}

.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}

.giuseart-nav ul>li a i.ticon-messenger {
    background: url(../images/icons/messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}

.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 30px;
    font-size: 25px;
    margin-top: 10px;
}

.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(../images/icons/sms.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}

.giuseart-nav ul>li a i.icon-phone-w {
    background: url(../images/icons/hotline1.png) no-repeat;
    background-size: contain;
}

.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}

@media only screen and (max-width: 600px) {
    .giuseart-nav li .chat_animation, .giuseart-nav li .cateproduct {
        display: block !Important
    }

    .giuseart-nav li .button .phone_animation {
        box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #10723A;
        line-height: 15px;
        border: 2px solid white;
    }

    .giuseart-nav ul>li a {
        padding: 0;
        margin: 0 auto
    }

    .giuseart-nav {
        background: white;
        width: 100%;
        border-radius: 0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }

    .giuseart-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }

    .phone-mobile {
        display: block !important
    }
}

/*end giuseart-nav*/
.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.product-small.box {
    /* border: 1px solid #ebebeb;
    border-radius: 5px; */
}

.product-small.box .box-text.text-center {
    padding: 0px 10px 10px 10px;
}

.section-vi-sao .icon {
    font-size: 42px;
}

.banner-img a:hover::before,
.banner-img a:hover::after,
.img-cat .img:hover::before,
.img-cat .img:hover::after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.banner-img a::before,
.img-cat .img::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-top: 1px solid rgb(255 255 255);
    border-bottom: 1px solid rgb(255 255 255);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-img a:hover::before,
.banner-img a:hover::after,
.img-cat .img:hover::before,
.img-cat .img:hover::after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.banner-img a::after,
.img-cat .img::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-left: 1px solid rgb(255 255 255);
    border-right: 1px solid rgb(255 255 255);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-small.box:hover {
    /* border: 1px solid #5cab10; */
    border-top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* .banner-img a:hover::before, .banner-img a:hover::after, .img-cat .img:hover::before, .img-cat .img:hover::after {
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
} */

.has-format,
.video-fit,
.image-cover {
    border: 1px solid #F5F5F5;
}

.post-home .image-cover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-home .is-large {
    font-size: 1.45em;
}

.product-small .product-title a {
    line-height: 1.3;
}

.readmore_about {
    display: block;
    color: #cfae19 !important;
}

.off-canvas-left.mfp-ready .mfp-content {
    background-color: #ffffff !important;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #000000;
}

.nav-vertical li ul li {
    border-bottom: 1px solid #000;
    padding-left: 20px;
}

.nav-vertical li ul {
    padding-bottom: 0 !important;
    background: #dee7dd;
}

::-webkit-scrollbar {
    width: 8px;
    height: 1em;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.0);
    cursor: pointer;
}

.button.primary:not(.is-outline) {
    background-color: #10723a;
}

.header-nav>li>a {
    color: #fff;
}

.header-nav>li>a:hover,
.header-nav>li.active>a {
    color: #fff456;
}

.section-banner-img img {
    border-radius: 10px;
}

.row-tin {
    margin-top: 0 !important;
    position: relative;
}

.row-tin .tin-trong {
    position: absolute;
    right: 0;
    bottom: calc(100% + 40px);
    z-index: 2;
}

.col-head-slide {
    background: #fff;
    margin-bottom: 5px;
}

.col-head-slide img {
    padding: 5px;
}

.col-head-slide .box-vertical .box-text {
    padding-left: 5px;
    padding-right: 5px;
}

.topdeal {
    width: calc(100% - 5px);
    background-color: #149007;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    padding: 5px;
}

.title-product-home-slide {
    color: #fff;
    padding: 3px 10px;
}

.text-u {
    text-transform: uppercase;
}

.content-topdeal {
    /* height: calc(100% - 70px); */
    max-height: 383px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /* overflow: hidden!important; */
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.content-topdeal .item-article {
    background: #fff;
    margin-bottom: 5px;
}

.btn-dark {
    background-color: #149007 !important;
    border: 1px solid #149007;
    border-radius: 4px !important;
    color: #fff;
}

/* iframe link detail shops */
.actions {
    width: 100%;
    clear: both;
    float: left;
    background: #fff;
    margin-top: 10px;
}

.actions ul {
    width: 100%;
    clear: both;
    float: left;
}

.actions ul .has_box {
    position: relative;
}

.actions ul li a {
    text-align: center;
    padding: 8px 15px;
    display: block;
    transition: .2s;
    line-height: 25px;
}

.actions ul .has_box .actions-box {
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    position: absolute;
    left: -15px;
    top: 61px;
    width: 380px;
    background: #fff;
    box-shadow: 0 10px 25px -5px rgb(31 31 31 / 50%);
    border-top: 3px solid #ff8d16;
    z-index: 1000;
    padding: 5px 10px;
    transition: .2s;
}

.actions ul .has_box .actions-box:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(300px / 2 - 58px);
    width: 0;
    height: 0;
    top: -20px;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ff8d16;
}

.actions ul li:hover {
    background: #1da64c;
    transition: .2s;
}

.actions ul li a i {
    margin-right: 5px;
}

.actions ul li:hover .actions-box {
    opacity: 1;
    visibility: inherit;
    top: 51px;
    transition: .2s;
}

.actions ul .has_box .actions-box:before {
    content: '';
    display: block;
    position: absolute;
    left: calc(300px / 2 - 58px);
    width: 0;
    height: 0;
    top: -20px;
    border-width: 10px;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #ff8d16;
}

.actions ul .has_box .actions-box__title {
    width: 100%;
    clear: both;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #1da64c;
    margin-bottom: 5px;
}

.actions ul .has_box .actions-box__title i {
    margin-right: 5px;
}

.actions ul .has_box .actions-box__subtitle {
    width: 100%;
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
}

.actions ul .has_box .actions-box__form {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 5px;
}

.actions ul .has_box .actions-box__form textarea {
    width: 100%;
    clear: both;
    float: left;
    padding: 5px;
    height: 72px;
    font-size: 14px;
    line-height: 15px;
    border: 1px solid #1da64c;
    border-radius: 3px;
    margin-bottom: 5px;
    background: #fff;
}

.actions ul .has_box .actions-box__form button {
    width: 100%;
    border: none;
    background: #1da64c;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    transition: .2s;
}

.actions ul .has_box .actions-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
}

.actions ul .has_box .actions-box__form button:hover {
    background: #69be28;
    transition: .2s;
}

/* end iframe link detail shops */
.button-show-hide-topdeal,
.button-show-hide-menu-head {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.content-topdeal.hide_item {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.content-topdeal.show_item {
    visibility: visible;
    opacity: 1;
}

.content-topdeal .item-article .post-image {
    padding-left: 2px;
}

.section-title a {
    padding-left: 0px;
}

.title-standard h2 a {
    color: #149007;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    float: left;
    padding-bottom: 5px;
}

.title-standard h2 {
    margin: 0px;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.title-standard h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #149007;
}

.right_box {
    border-left: 1px #dfdfdf solid;
}

/* begin devvn_product_category_ux_slide */

.devvn_product_category_ux_slide .product-category.col .col-inner img {
    object-fit: contain;
}

.devvn_product_category_ux_slide .product-category.col .col-inner .image-cover {
    border: 0px;
}

.devvn_product_category_ux_slide .carousel-cell.col.is-selected:nth-child(1) .product-category.col .col-inner {
    /* border-left-color: #fff; */
    border-left: 1px solid #f2f2f2;
}


.devvn_product_category_ux_slide .product-category.col .col-inner {
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.devvn_product_category_ux_slide .header-title {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #000c;
}

.devvn_product_category_ux_slide .product-category.col .col-inner .box-image {
    padding: 10px;
}

.devvn_product_category_ux_slide .product-category.col .col-inner .box-text {
    height: 66px;
}

.devvn_product_category_ux_slide .product-category.col .col-inner .box-text span.header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* end devvn_product_category_ux_slide */

.box-text {
    background: rgba(240, 242, 245, 1);
    padding-left: 1.2em;
    padding-right: 1.2em;
}

/* #jsMenuMarkLayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 51%);
    z-index: 8;
    display: none;
    cursor: pointer;
} */

.head-text ul>li>a {
    color: #006837;
}

.section-giao-hang .icon-box-img i.fa {
    font-size: 60px;
    color: #ffffff;
}

.slider-section .row {
    max-width: 100%;
}
.slider-section .row-banner{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.slider-section .row>.col {
    padding: 0 2px 3px;
    margin-bottom: 0;
}

.slider-section .col-inner>.img:not(:last-child) {
    margin-bottom: 0.2em;
}

.wishlist .in_wishlist {
    color: #f10707 !important;
}

/*customer index*/
.view-account {
    background: #FFFFFF;
}

.view-account .pro-label {
    font-size: 13px;
    padding: 4px 5px;
    position: relative;
    top: -5px;
    margin-left: 10px;
    display: inline-block
}

.view-account .side-bar {
    /*padding-bottom: 30px*/
}

.view-account .side-bar .user-info {
    text-align: center;
    margin-bottom: 15px;
    padding: 30px;
    color: #616670;
    border-bottom: 1px solid #f3f3f3
}

.view-account .side-bar .user-info .img-profile {
    width: 120px;
    height: 120px;
    margin-bottom: 15px
}

.view-account .side-bar .user-info .meta li {
    margin-bottom: 10px
}

.view-account .side-bar .user-info .meta li span {
    display: inline-block;
    width: 100px;
    margin-right: 5px;
    text-align: right
}

.view-account .side-bar .user-info .meta li a {
    color: #616670
}

.view-account .side-bar .user-info .meta li.activity {
    color: #a2a6af
}

.view-account .side-bar .side-menu {
    text-align: center
}

.view-account .side-bar .side-menu .nav {
    display: inline-block;
    margin: 0 auto
}

.view-account .side-bar .side-menu .nav>li {

    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.view-account .side-bar .side-menu .nav>li:last-child {
    margin-right: 0
}

.view-account .side-bar .side-menu .nav>li>a {
    display: inline-block;
    color: #9499a3;
    padding: 5px;
    border-bottom: 2px solid transparent
}

.view-account .side-bar .side-menu .nav>li>a:hover {
    color: #616670;
    background: none
}

.view-account .side-bar .side-menu .nav>li.active a {
    color: #40babd;
    border-bottom: 2px solid #40babd;
    background: none;
    border-right: none
}

.theme-2 .view-account .side-bar .side-menu .nav>li.active a {
    color: #6dbd63;
    border-bottom-color: #6dbd63
}

.theme-3 .view-account .side-bar .side-menu .nav>li.active a {
    color: #497cb1;
    border-bottom-color: #497cb1
}

.theme-4 .view-account .side-bar .side-menu .nav>li.active a {
    color: #ec6952;
    border-bottom-color: #ec6952
}

.view-account .side-bar .side-menu .nav>li .icon {
    display: block;
    font-size: 24px;
    margin-bottom: 5px
}

.view-account .content-panel {
    padding: 30px
}

.view-account .content-panel .title {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 18px
}

.view-account .content-panel .fieldset-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaf1;
    margin-bottom: 30px;
    color: #616670;
    font-size: 16px
}

.view-account .content-panel .avatar .figure img {
    float: right;
    width: 64px
}

.view-account .content-panel .content-header-wrapper {
    position: relative;
    margin-bottom: 30px
}

.view-account .content-panel .content-header-wrapper .actions {
    position: absolute;
    right: 0;
    top: 0
}

.view-account .content-panel .content-utilities {
    position: relative;
    margin-bottom: 30px
}

.view-account .content-panel .content-utilities .btn-group {
    margin-right: 5px;
    margin-bottom: 15px
}

.view-account .content-panel .content-utilities .fa {
    font-size: 16px;
    margin-right: 0
}

.view-account .content-panel .content-utilities .page-nav {
    position: absolute;
    right: 0;
    top: 0
}

.view-account .content-panel .content-utilities .page-nav .btn-group {
    margin-bottom: 0
}

.view-account .content-panel .content-utilities .page-nav .indicator {
    color: #a2a6af;
    margin-right: 5px;
    display: inline-block
}

.view-account .content-panel .mails-wrapper .mail-item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
    color: #616670;
    overflow: hidden
}

.view-account .content-panel .mails-wrapper .mail-item>div {
    float: left
}

.view-account .content-panel .mails-wrapper .mail-item .icheck {
    background-color: #fff
}

.view-account .content-panel .mails-wrapper .mail-item:hover {
    background: #f9f9fb
}

.view-account .content-panel .mails-wrapper .mail-item:nth-child(even) {
    background: #fcfcfd
}

.view-account .content-panel .mails-wrapper .mail-item:nth-child(even):hover {
    background: #f9f9fb
}

.view-account .content-panel .mails-wrapper .mail-item a {
    color: #616670
}

.view-account .content-panel .mails-wrapper .mail-item a:hover {
    color: #494d55;
    text-decoration: none
}

.view-account .content-panel .mails-wrapper .mail-item .checkbox-container,
.view-account .content-panel .mails-wrapper .mail-item .star-container {
    display: inline-block;
    margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa {
    color: #a2a6af;
    font-size: 16px;
    vertical-align: middle
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa.fa-star {
    color: #f2b542
}

.view-account .content-panel .mails-wrapper .mail-item .star-container .fa:hover {
    color: #868c97
}

.view-account .content-panel .mails-wrapper .mail-item .mail-to {
    display: inline-block;
    margin-right: 5px;
    min-width: 120px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject {
    display: inline-block;
    margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label {
    margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label:last-child {
    margin-right: 10px
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a,
.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label a:hover {
    color: #fff
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-1 {
    background: #f77b6b
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-2 {
    background: #58bbee
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-3 {
    background: #f8a13f
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-4 {
    background: #ea5395
}

.view-account .content-panel .mails-wrapper .mail-item .mail-subject .label-color-5 {
    background: #8a40a7
}

.view-account .content-panel .mails-wrapper .mail-item .time-container {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a2a6af;
    text-align: left
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .attachment-container {
    display: inline-block;
    color: #a2a6af;
    margin-right: 5px
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .time {
    display: inline-block;
    text-align: right
}

.view-account .content-panel .mails-wrapper .mail-item .time-container .time.today {
    font-weight: 700;
    color: #494d55
}

.drive-wrapper {
    padding: 15px;
    background: #f5f5f5;
    overflow: hidden
}

.drive-wrapper .drive-item {
    width: 100px;
    margin-right: 15px;
    display: inline-block;
    float: left
}

.drive-wrapper .drive-item:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    z-index: 1
}

.drive-wrapper .drive-item-inner {
    padding: 15px
}

.drive-wrapper .drive-item-title {
    margin-bottom: 15px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-wrapper .drive-item-title a {
    color: #494d55
}

.drive-wrapper .drive-item-title a:hover {
    color: #40babd
}

.theme-2 .drive-wrapper .drive-item-title a:hover {
    color: #6dbd63
}

.theme-3 .drive-wrapper .drive-item-title a:hover {
    color: #497cb1
}

.theme-4 .drive-wrapper .drive-item-title a:hover {
    color: #ec6952
}

.drive-wrapper .drive-item-thumb {
    width: 100px;
    height: 80px;
    margin: 0 auto;
    color: #616670
}

.drive-wrapper .drive-item-thumb a {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8
}

.drive-wrapper .drive-item-thumb a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.drive-wrapper .drive-item-thumb .fa {
    display: inline-block;
    font-size: 36px;
    margin: 0 auto;
    margin-top: 20px
}

.drive-wrapper .drive-item-footer .utilities {
    margin-bottom: 0
}

.drive-wrapper .drive-item-footer .utilities li:last-child {
    padding-right: 0
}

.drive-list-view .name {
    width: 60%
}

.drive-list-view .name.truncate {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view .type {
    width: 15px
}

.drive-list-view .date,
.drive-list-view .size {
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view a {
    color: #494d55
}

.drive-list-view a:hover {
    color: #40babd
}

.theme-2 .drive-list-view a:hover {
    color: #6dbd63
}

.theme-3 .drive-list-view a:hover {
    color: #497cb1
}

.theme-4 .drive-list-view a:hover {
    color: #ec6952
}

.drive-list-view td.date,
.drive-list-view td.size {
    color: #a2a6af
}

@media (max-width:767px) {
    .view-account .content-panel .title {
        text-align: center
    }

    .view-account .side-bar .user-info {
        padding: 0
    }

    .view-account .side-bar .user-info .img-profile {
        width: 60px;
        height: 60px
    }

    .view-account .side-bar .user-info .meta li {
        margin-bottom: 5px
    }

    .view-account .content-panel .content-header-wrapper .actions {
        position: static;
        margin-bottom: 30px
    }

    .view-account .content-panel {
        padding: 0
    }

    .view-account .content-panel .content-utilities .page-nav {
        position: static;
        margin-bottom: 15px
    }

    .drive-wrapper .drive-item {
        width: 100px;
        margin-right: 5px;
        float: none
    }

    .drive-wrapper .drive-item-thumb {
        width: auto;
        height: 54px
    }

    .drive-wrapper .drive-item-thumb .fa {
        font-size: 24px;
        padding-top: 0
    }

    .view-account .content-panel .avatar .figure img {
        float: none;
        margin-bottom: 15px
    }

    .view-account .file-uploader {
        margin-bottom: 15px
    }

    .view-account .mail-subject {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .view-account .content-panel .mails-wrapper .mail-item .time-container {
        position: static
    }

    .view-account .content-panel .mails-wrapper .mail-item .time-container .time {
        width: auto;
        text-align: left
    }
}

@media (min-width:768px) {
    .view-account .side-bar .user-info {
        padding: 0;
        padding-bottom: 15px
    }

    .view-account .mail-subject .subject {
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .view-account .content-panel {
        min-height: 800px;
        border-left: 1px solid #f3f3f7;
        margin-left: 250px
    }

    .view-account .mail-subject .subject {
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .view-account .side-bar {
        position: absolute;
        width: 250px;
        min-height: 600px
    }

    .view-account .side-bar .user-info {
        margin-bottom: 0;
        border-bottom: none;
        padding: 30px
    }

    .view-account .side-bar .user-info .img-profile {
        width: 120px;
        height: 120px
    }

    .view-account .side-bar .side-menu {
        text-align: left
    }

    .view-account .side-bar .side-menu .nav {
        display: block
    }

    .view-account .side-bar .side-menu .nav>li {
        display: block;
        float: none;
        /*font-size: .9em;*/
        border-bottom: 1px solid #f3f3f7;
        margin-right: 0;
        margin-bottom: 0
    }

    .view-account .side-bar .side-menu .nav>li>a {
        display: block;
        color: #9499a3;
        padding: 10px 15px;
        padding-left: 30px
    }

    .view-account .side-bar .side-menu .nav>li>a:hover {
        background: #f9f9fb
    }

    .view-account .side-bar .side-menu .nav>li.active a {
        background: #f9f9fb;
        border-right: 4px solid #40babd;
        border-bottom: none
    }

    .theme-2 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #6dbd63
    }

    .theme-3 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #497cb1
    }

    .theme-4 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #ec6952
    }

    .view-account .side-bar .side-menu .nav>li .icon {
        font-size: 24px;
        vertical-align: middle;
        text-align: center;
        width: 40px;
        display: inline-block
    }
}

/*input thum*/
.block-upload-item {
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
    float: left;
    margin-right: 5px;
    border: 2px dashed #cbd9ca;
    background-color: #f0f6f2;
    background-image: url(../images/icons/bg-upload-image.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    direction: ltr;
    margin-left: 5px;
}

.block-upload-item p {
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.spanButtonPlaceholder input[type=file],
.spanButtonPlaceholder a.file_img {
    width: 100px !important;
    height: 100px !important;
}

.post-product .droptext {
    color: #666;
}

.droptext {
    color: #999;
    clear: both;
    padding: 10px 0;
}

.bdsGuestUpload360 .imgContainer {
    height: 235px !important;
}

.file-uploader {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 118px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
}

/*begin show thumb*/
.imgContainer {
    height: 100px;
    overflow: hidden;
    width: 100px;
    /*float: left;*/
    border-radius: 5px;
    /*margin: 0 5px 5px 0;*/
    position: relative;
}

.imgContainer .imgthumb {
    display: block;
    border: 0;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    display: block;
    width: 100px;
    height: 100px;
    border: 0;
    float: left;
    position: relative;
}

.imgthumb .upload-image-tools {
    height: auto;
    min-width: 60px;
    margin: 5px;
    background: rgb(9 60 6 / 35%);
    color: #ffffff;
    border-radius: 3px;
    padding: 4px;
    position: absolute;
    width: 100% !important;
}

.imgthumb .upload-image-tools label {
    color: #ffffff;
}

/*end input thum*/
/*end customer index*/

.marker i,
.item-article .marker i {
    color: #17a349;
    margin-left: 1px;
    margin-right: 4px;
}

.slide .col-inner>.img:not(:last-child) {
    margin-bottom: .3em;
}

/*fixedItem*/
.fixedItem {
    display: none;
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 10000;
    text-align: center;
}

.fixedItem a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #ecbf19;
    border-radius: 50%;
    color: #fff;
}

.fixedItem.cart a img {
    max-width: 25px;
}

/*end fixedItem*/

.icon-shopping-cart:before {
    font-size: 1.5em;
}

#ratingForm .btn-default {
    color: #333;
    background-color: #ccc;
}

.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #e7e7e7;
    vertical-align: middle;
}

/* end custom index */

.btn-social-fb {
    background-color: #4267b2;
    color: #fff;
    font-size: 16px;
}

.btn-social-google {
    background-color: #e74133;
    color: #fff;
    font-size: 16px;
}

.btn-social-fb a, .btn-social-google a{
    color: #fff;
}
.divider-word {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ced2da;
    line-height: .3em;
    margin: 20px 0 20px;
}

.subform-text {
    background-color: rgb(255, 255, 255);
}

a.devvn_buy_now_style {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff!important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0!important;
    max-width: 350px;
    width: 100%;
}

a.devvn_buy_now_style span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}

.show-icon-hot{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 35%;
    max-width: 60px;
    height: auto;
}
.view_more_cate{
    position: absolute;
    right: 0px;
    top: 20px;
}

.section.section-banner-qc{
    padding: 10px;
}
.mgt0{
    margin-top: 0px;
}
.mgb0{
    margin-bottom: 0px;
}
.wrap-qty-extra > li {
    margin: 0px 0;
}

/* new slide button */
.section-tintuc button.flickity-button.flickity-prev-next-button.next, .section-sale button.flickity-button.flickity-prev-next-button.next {
    right: 10px !important;
}

.section-sale button.flickity-button.flickity-prev-next-button {
    top: -50px !important;
}
.section-tintuc button.flickity-button.flickity-prev-next-button, .section-sale button.flickity-button.flickity-prev-next-button {
    background: #fff;
    border-radius: 4px;
    width: 30px !important;
    height: 30px;
    opacity: 1 !important;
    transform: translate(0);
    box-shadow: none;
    top: -70px;
    min-height: 30px;
}

.section-sale button.flickity-button.flickity-prev-next-button:disabled, .section-sale button.flickity-button.flickity-prev-next-button[disabled] {
    opacity: 0 !important;
    background: none !important;
    cursor: auto;
    box-shadow: none !important;
    pointer-events: none;
}

.section-tintuc button.flickity-button.flickity-prev-next-button.previous, .section-sale button.flickity-button.flickity-prev-next-button.previous {
    left: calc(100% - 80px) !important;
}
.list-product .flickity-prev-next-button svg, .list-product.flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg{
    border-radius: 0px;
}
/* new slide button */
.review{
    align-items: center;
}
.like_detail{
    display: flex;
}
.like_detail .wishlist{
    margin-right: 10px;
}

/* begin cus ranting */
.list_rating{
    display: flex;
    align-items: center;
}
.list_rating .content-comment{
    min-width: 95%;
}
.img-avatar {
    width: auto;
    max-width: 100px;
    margin-right: 0.625rem;
    text-align: center;
    float: left;
}
.img-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.list_rating .button_action{
    height: 100%;
}

.ratings:before {
    content: "\f005 " "\f005 " "\f005 " "\f005 " "\f005";
    color: #fbc02d;
}

.table.cart-table >tbody>tr>td{
    vertical-align: inherit;
}
tr td.store_name{
    background: #f5f5f5;
}
tr td.store_name h3{
    margin-top: 10px;
}
.cur_point{
    cursor: pointer;
}
/* end cus ranting */

/* begin readmore */
.main-detail .detail-1 .read_more{
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.main-block-menu .block-menu-1 .read_more {
    text-align: left;
    cursor: pointer;
    z-index: 9999;
    width: 100%;
    background: #fff;
}

.main-detail .detail-1 .read_more a, .main-block-menu .block-menu-1 .read_more a {
    color: #004e7f;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.main-detail .detail-1 .read_more a:after, .main-block-menu .block-menu-1 .read_more a:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #004e7f;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.main-detail .detail-1 .read_less, .main-block-menu .block-menu-1 .read_less {
    text-align: center;
}

.main-detail .detail-1 .read_less a, .main-block-menu .block-menu-1 .read_less a {
    color: #004e7f;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.main-detail .detail-1 .read_less a:after, .main-block-menu .block-menu-1 .read_less a:after {
    content: "";
    width: 0;
    right: 0;
    border-bottom: 6px solid #004e7f;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.main-detail .detail-1 .desc-detail, .main-block-menu .block-menu-1 .desc-detail {
    overflow: hidden;
    position: relative;
}
.desc-detail.height-less, .desc-block-menu.height-less {
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
/* begin readmore */

/* user store */
.auth-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #006837;
}

.auth-wrapper .auth-content {
    position: relative;
    width: 700px;
    padding: 15px;
    z-index: 5;
}
.head-store{
    border-bottom: 1px solid #f5f5f5;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
 /* end user store */
 .fancybox-skin{
    min-height: 500px;
 }
 .fancybox-type-iframe .fancybox-inner{
    min-height: 400px;
 }

 .font-weight-bold{
    font-weight: 600;
 }

 .border-0 td{
    border: 0px !important;
 }
select{
    -webkit-appearance: auto !important;
}
.button.icon.is-small i.wishlist-icon{
    top: 1.1px;
}

.section-store-headpage{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #012ba1;
}
.product-box-desc {
    border-bottom: 1px solid #eee;
    padding: 0px 0px 10px 20px;
}
.product-box-desc .inner-box-desc {
    position: relative;
}
.hometext-product .inner-box-desc:before {
    content: "";
    width: 4px;
    background: #149007;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
}
.chir-img a img{
    max-height: 120px;
}

.ns-title_maincat{
    padding: 16px 20px;
    background-color: #149007;
    text-align: left;
    margin: 6px 0 16px 0;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #fff;
}
ul li a.title-nsx-menu{
    padding: 10px;
    text-transform: uppercase !important;
}

.category-style ul ul{
    margin: 5px 5px 5px 15px;
}
.category-style .list-group, .category-style .info-search{
    padding: 0 0px 0px 10px;
}

.category-style .list-group > li>a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #149007;
    padding: 5px;
    display: block;
}
.hasMenuItem a::before{
    padding: 0 5px;
    font-family: 'FontAwesome';
    content: "\f105";
}

.category-style .list-group > li li a:before {
    content: '';
    padding: 0 5px;
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: -10px;
    transition: all 400ms ease;
    opacity: 0;
} 

.category-style .list-group > li li a:before {
    content: "\f096";
    opacity: 1;
    margin: 0;
    font-size: 14px;
}

.category-style .list-group > li li.active > a:before {
    opacity: 1;
    margin: 0;
    content: "\f14a";
}

.category-style .list-group ul.menu>li ul{
    display: block;
}
.btn-sm{
    padding: 5px;
    font-size: 12px;
}
.product-box-desc.hometext-product{
    border-bottom: 0px;
}

.ty-payment-icons, .ty-shipping-icons {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto;
    grid-gap: 8px;
    max-width: 268px;
}

.ty-payment-icons {
    margin: 5px 0;
}
.row-footer{
    border-bottom: 1px solid #cfcfcf;
}
.module.category-style{
    border-left: 2px solid #149007;
}
.module.category-style h3 .section-title{
    padding-left: 5px;
}

@media (max-width: 549px){
    .mfp-content {
        width: 330px !important;
    }
}

.img-avatar-head{
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    object-fit: cover;
    border-radius: 6px;
}
.choseVariations select{
    background-image: none;
}
/* .section-store-headpage .section-bg.bg-loaded {
    background-image: url(../images/banners/bg-page.png);
} */

.slider-row .col{
    padding: 6px 10px;
}

.search-block{
    padding: 0px;
}

#jsMenuMarkLayer{
    display: none;
}
/* brgin page -qrcdoe */
.page-check-qrcode{
    max-width: 500px !important;
    margin: 0 auto;
}
.w-100 {
    width: 100% !important;
}
.section-info-page{
    border-top: 8px solid #f1f1f1;
    border-bottom: 8px solid #f1f1f1;
}
.line-page {
    white-space: nowrap;
    border: 1px solid #5cab10;
    background: #f7f7f7;
    border-radius: 4px;
}
.it-center{
    align-items: center;
}
.copa-name{
    font-size: 110%; color: #000000;
}
.tab-page-qrcode .nav-tabs+.tab-panels{
    border: 0px;
    background: none;
    padding: 0px;
}
.tab-page-qrcode .tab-panels{
    padding-top: 0px;
}
.tab-page-qrcode .panel{
    margin-bottom: 0px !important;
}
.tab-page-qrcode .accordion-inner{
    padding: 0 5px;
}

.tab-page-qrcode #map_detail {
    width: 100%;
    height: 365px;
}
#content_full .container{
    /* max-width: 1650px !important; */
    max-width: 100% !important;
}
@media (min-width: 850px) {
    #content_full .row{
        max-width: 100% !important;
    }
}

@media (max-width: 549px) {
    .product-images{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
    }
}

.img-thumb-product{
    position: relative;
    float: left;
    display: flex;
}
.img-thumb-product li{
    margin-right: 5px;
    margin-bottom: 5px;
}
.login-page-us-store{
    /* border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 2px 2px 23px #00000012; */
    background: #fff;
}
.select2-container--default{
    margin-bottom: 5px;
}
#particles-js {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.auth-wrapper .tab-content{
    background: #fff;
    padding: 10px;
}

.img-product-detail{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 450px;
}
.font-bold{
    font-weight: bold;
}

.product-thumbnails .img-thumb img{
    display: flex;
    object-fit: cover;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    height: 80px;
}