:root {
  --color-red: #DC2929;
  --color-site: #D9A728;
}
a:hover{
    color: var(--color-site);
}
b, strong {
    font-weight: bold;
}
img{
    pointer-events: none;
}
table {
    width: 100%;
}
.zalo {
    bottom: 70px;
    position: fixed;
    right: 20px;
    z-index: 996;
    border-radius: 50%;
    max-width: 45px;
}
.flex {
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hidden{
    display: none;
}
.loader_ajax {
    display: none;
    max-width: 27px;
    top: -12px;
    left: 126px;
    position: absolute;
}
.rela-btn-zalo{
    margin-top: 5px;
}
.zalo-chat-widget{
    bottom: 70px !important;
    right: 12px !important;
    left: unset !important;
}
.channel-online img {
    max-width: 40px;
    webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 2s ease-in-out infinite;
    transform-origin: 50% 4px;
    display: block;
    margin-top: 8px;
    margin-left: 8px;
}
.fb-like-tbn{
    margin-top: 10px;
}
.btn-socail-mg {
    margin-top: 10px;
    margin-left: 5px;
}
.zoom {
    display: block;
    position: relative;
    overflow: hidden;
}
.zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.zoom:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.tit-short{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: box;
  overflow: hidden;
  display: -webkit-box;
}

.tit-sec{
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 15px;
}
/*.main_content {
    padding-top: 20px;
}*/
/*breadcrumbs-group-container*/
.breadcrumbs-group-container .breadcrumb{
    margin-bottom: 0;
}
.breadcrumbs-group-container {
    background: #e9ecef;
    margin-bottom: 30px;
}
.breadcrumbs-group-container li a {
    color: #000;
}
.breadcrumbs-group-container li a:hover{
    color: var(--color-site);
}
.box-logo {
    max-width: 200px;
}
.errorTxt {
    text-align: left;
    margin-bottom: 15px;
}
.error-msg {
    color: red;
    font-size: 12px;
}
/*post*/
.post-detail table {
    font-size: 16px;
}
.post-detail td, .post-detail th, .post-detail tr {
    border: 1px solid;
    padding: 5px;
}
blockquote {
    background: #f9f9f9;
    border-left: 5px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 15px;
    font-style: italic;
}
.post-detail h1{
    font-size: 24px;
}
.post-detail h2{
    font-size: 22px;
}
.post-detail h3{
    font-size: 20px;
}
.post-detail h4,
.post-detail h5,
.post-detail h6{
    font-size: 16px;
}
.post-detail ul, .post-detail ol {
    display: block;
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 30px;
}
body .post-detail p {
    margin: 5px 0;
    overflow-wrap: break-word;
    line-height: 25px;
    font-size: 16px;
}
.post-detail iframe{
    max-width: 100% !important;
}
.post-detail iframe {
    max-width: 100% !important;
}


/*.details-sumary h2, .details-sumary h3, .details-sumary h4, .details-sumary h5, .details-sumary h6 {
    font-family: Roboto;
    font-size: 16px;
    margin: 10px 0 8px;
    text-align: left;
    font-weight: 700;
    display: block;
}
.details-sumary ul, .details-sumary ol {
    display: block;
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 30px;
}
.details-sumary p {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.details-sumary iframe{
    max-width: 100% !important;
}*/

.item-sec-news {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.tit-news-cate a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: box;
    overflow: hidden;
    display: -webkit-box;
}
.tit-news-cate a:hover{
    color: var(--color-site);
}
.date-post {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #5F5F5F;
    margin-bottom: 8px;
    display: block;
}
.title_new_post {
    display: block;
    text-align: left;
    color: #000;
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed", Arial;
    font-weight: bold;
}
.single_news_releated .other {
    display: block;
    font-family: "Roboto", Times, serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 8px 10px;
    background: var(--color-site);
}
.list_item_news_releated {
    padding: 8px;
    border: 1px solid #ccc;
}
.listCategoryNew .item-cate-new {
    padding-bottom: 5px;
}
.listCategoryNew .item-cate-new a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.listCategoryNew .item-cate-new a:hover{
    color: var(--color-site);
}
.newslist_page {
    overflow: hidden;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.newslist_page:last-child {
    border-bottom: none;
}
.newslist_img {
    width: 180px;
    padding-right: 10px;
}
.newslist_title {
    width: calc(100% - 180px);
}
.tit-news-sidebar a{
        font-size: 14px;
    color: #000;
    line-height: 20px;
} 
.tit-news-sidebar a:hover{
    color: var(--color-site);
}
.cont-news{
    font-size: 15px;
}
.newslist_title .cont-news{
    font-size: 14px;
}
.icon_news {
    margin-bottom: 5px;
}
.tit-post-single {
    font-size: 25px;
    padding-bottom: 10px;
    color: #343a40;
}
.item-sec-news .cont{
    margin-top: 10px;
}

#toc_container {
    display: none;
    width: 100%;
    background: #1428181f;
    padding: 10px;
    border-radius: 3px;
    margin: 0px 0 20px 0;
}
#toc_container .toc_title {
    font-size: 17px;
    font-family: Roboto;
    margin: 0px 0px 10px 0;
    color: #000;
}
#toc_container ul {
    display: block;
    padding-top: 3px;
    padding-left: 0px;
    margin: 0px;
    font-family: Arial;
}
#toc_container ul.toc_list li {
    display: block;
    padding-left: 10px;
}
#toc_container ul.toc_list li a {
    display: block;
    line-height: 20px;
    color: #676767;
}
.toc_toggle a{
        color: #6c757d;
}

.group-top-single-new {
    display: flex;
    justify-content: space-between;
}
.group-top-single-new .l{
    display: flex;
    align-items: center;
}
.group-top-single-new time {
    display: block;
    font-size: 12px;
    color: #DDD;
}
.group-top-single-new h2 {
    display: block;
    font-size: 13px;
    padding-left: 10px;
}
.group-top-single-new h2 a {
    display: block;
    color: #3BA1A2;
    cursor: pointer;
}
.social_like_single {
    display: flex;
    align-items: center;
}
.cont-page .social_like_single{
    justify-content: flex-end;
}
.entry-content {
    margin-top: 20px;
}
.tit-main-page{
    font-size: 30px;
    padding-bottom: 10px;
    color: #343a40;
    text-transform: uppercase;
}
/*end post*/
/*page contact*/
.container_contact {
/*    background-color: #E5E5E5;*/
    margin-bottom: 15px;
}
#map_canvas {
    width: 100%;
    height: 450px;
}
.wrapper-contact-form {
    display: block;
    margin-top: 15px;
}
.lien-he-container {
    padding: 30px;
    border: 1px solid #e5efff;
    border-radius: 5px;
}
.view_order {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin: 0px 0 10px 0px;
    padding: 10px;
    position: relative;
}
.tit-footer-bottom {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-black);
    margin-bottom: 20px;
}
.nav-footer-logo li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}
.lien-he-container p{
    color: #000;
}
.box-sort {
    padding: 30px 15px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.rw-sort a.btn-primary_cus span {
    color: var(--color-site);
    font-size: 20px;
    font-weight: 400;
}
.rw-sort a.btn-primary_cus {
        background: #ff000040;
    border-radius: 0px;
    margin-bottom: 10px;
}
.item-mnu_archive, .item-sell, .item-assess {
    padding: 10px;
    color: #19191D;
    font-size: 16px;
    font-family: 'SVN-Poppins', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.item-mnu_archive,
.chev-submenu{
    position: relative;
}
/*.chev-submenu::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-top: solid 1px var(--color-site);
    border-right: solid 1px var(--color-site);
    -webkit-transform: rotate( -135deg);
    transform: rotate( 133deg);
    z-index: 99;
}*/
.item-cate-menu {
    position: relative;
}
.rw-sort .fa-angle-down{
    position: absolute;
    right: 1px;
    color: var(--color-site);
    top: 3px;
    font-size: 23px;
    z-index: 99;
    cursor: pointer;
    width: 47px;
    height: 30px;
    text-align: center;
    transition: .3s;
}
.rw-sort .fa-angle-down.active{
    transform: rotate(180deg);
    top: 0px;
}
.rw-sort .item-cate-menu > a{
    padding-left: 15px;
    background: #ff00001f;
    margin-bottom: 1px;
}
.rw-sort .sidebar-cate-product li a:hover,
.rw-sort .show-submenu.active > a,
.rw-sort .item-cate-menu.active > a,
.rw-sort .sub-menu li.active a{
    background-color: #ff000073;
    z-index: 99;
    color: #fff;
}
.rw-sort li.active .sub-menu.cate-current{
    display: block;
}
.rw-sort .sub-menu {
    position: relative;
    display: none;
}
.rw-sort .sub-menu::before{
   
}
.rw-sort .sub-menu li a{
    padding-left: 25px;
    display: block;
    color: #000;
    background: #ff00000d;
    margin-bottom: 1px;
}
.box-popup-map h3{
    margin-bottom: 15px;
}
.txt-sort {
    margin-right: 10px;
}
.box-popup-map p{
    margin-bottom: 6px;
}
.list-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px 40px -10px;
}
.item-team {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.item-team .thumb img{
    border-radius: 50%;
    max-width: 150px;
    width: 100%;
}
.item-team .box{
    padding: 30px 25px;
    background-color: #fff;
    border: 1px solid #e5efff;
    text-align: center;
    transition: all 1s;
    border-radius: 8px 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 100%;
}
.item-team .box:hover {
    border: 1px solid #e52f37;
    transform: scale(1.025);
    transition: all 0.5s;
}
.item-team p{
    margin-bottom: 5px;
}
.item-team .cont{
    margin-top: 15px;
}
.tit-team {
    margin-bottom: 10px;
}
.item-team a{
    color: #343a40;
    font-size: 16px !important;
}
.item-team a:hover{
    color: var(--color-site);
}
.lien-he-container .sort_name {
    font-weight: bold;
    font-size: 16px;
}
.nav-info-contact{
    padding: 20px 15px;
}
.nav-info-contact a{
    color: #000;
}
.wrapper-contact-form .nav-info-contact a:hover{
    color: var(--color-site);
}
.nav-info-contact li{
    margin-bottom: 5px;
}
/*end page contact*/
/*single product*/
#xzoom-img{
    max-width: 500px;
    margin: auto;
}
.xzoom-thumbs{
    margin-top: 10px;
}
.xzoom-thumbs .nav-thumbs a{
    display: inline-block;
}
.attribute-swatch-item.active label{
    border: 1px solid var(--color-site);
}
.attribute-swatches-wrapper{
    display: flex;
    align-items: center;
}
#btn_cart_primary {
    color: #fff;
    background: var(--color-site);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .03);
    text-transform: inherit;
    border-radius: 9px;
    padding: 10px 40px;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 20px;
}
#btn_cart_primary img{
    max-width: 30px;
    margin-right: 5px;
}

.ul_quantity li:first-child {
    margin-right: 10px;
    line-height: 30px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-quantity {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666666;
    padding: 3px 10px;
}
.ul_quantity li {
    display: block;
    float: left;
}
.ul_quantity li:nth-child(3) input {
    border-left: 0px;
    border-right: 0px;
}
.quantityProduct input {
    width: 35px;
    height: 29px;
    font-weight: bold;
    border-radius: 0px;
}
input[type="text"], input[type="password"], input[type="number"], .select {
    border: solid 1px #ccc;
    padding: 2px 8px;
}
.number_quantity {
    text-align: center;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-quantity {
    border: 1px solid #ccc !important;
    border-radius: 0;
    color: #666666;
    padding: 3px 10px !important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.gallery_pdp_container img{
    max-width: 110px;
}
.filter-product {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #bdbdbd;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tit-cate-page .tit-main {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}
.normal-price,
.item-product .price {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #FF3D3D;
}
.small-price {
    color: #898989;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    font-family: 'SVN-Poppins', sans-serif;
    text-decoration: line-through;
    margin-left: 5px;
}
.item-product .product-name{
       font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}
.product-img {
    margin-bottom: 15px;
}
/*end single product*/
/*cart*/
.hitsu {
    color: var(--color-site);
}
.form-customer-order .error {
    text-align: left;
    margin-top: 4px;
    font-size: 12px;
}
.woocommerce-cart-form {
    margin-bottom: 30px;
}
.form_user_cart label {
    font-weight: 700;
    padding: 0;
    text-align: right;
    font-size: 15px;
}
.woocommerce-cart-form .product-quantity{
    justify-content: center;
}
.woocommerce-cart-form .no-border{
    border: unset !important;
}
.table-cart {
    width: 100%;
}
.woocommerce table, .woocommerce th, .woocommerce td {
    border: 1px solid #e5e5e5 !important;
    color: #555;
    margin: 0;
    padding: 15px 20px !important;
    vertical-align: middle;
    border-collapse: collapse !important;
    text-align: center;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
}
.woocommerce table.shop_table thead th {
    border-color: #e5e5e5;
    color: #333;
    font-size: 14px;
}
.table-ship{
    font-size: 15px;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce td {
    background: #fff;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.variable_txt_child {
    font-style: italic;
    color: #f42c2c;
}
.product-price .woocommerce-Price-amount, .product-subtotal .woocommerce-Price-amount {
    color: #f1592a;
    font-weight: bold;
}
.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    color: #666;
    margin-left: 3px;
    font-weight: 400;
}
.info-qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    max-width: 240px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 100%;
}
.info-qty .qty-down {
    border-right: 1px solid #e8e8e8;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 35px;
    color: #333;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}
.info-qty .qty-val {
    height: 28px;
    background: #fff;
    border: 0;
    text-align: center;
    display: block;
    padding: 0 15px;
    width: 100%;
}
.info-qty .qty-up {
    border-left: 1px solid #e8e8e8;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    color: #333;
}
.woocommerce table.shop_table td.actions {
    text-align: right;
}
.span_td_cart_total {
    font-size: 15px;
    color: #000;
}
#td-cart_total {
    color: #f1592a;
    font-weight: bold;
}
.checkout_submit_form_order {
    display: block;
    margin: 15px 0;
}
.panel.panel-default {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 3px #ccc;
    padding: 15px;
    margin-bottom: 10px;
    max-width: 1200px;
    margin: auto;
}
.payment-form {
    font-size: 13px;
}
.payment-form .cart_totals {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.cart-collaterals .cart_totals > h2 {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.cart_totals .discount-input {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
.discount-input input.form-control {
    display: block;
    width: calc(100% - 80px);
    float: left;
    height: 34px;
    line-height: 34px;
}
.discount-input input[type="button"] {
    width: 80px;
    float: left;
    height: 34px;
    background: #007fff;
    color: #FFF;
    border: none;
    line-height: 34px;
    cursor: pointer;
    text-transform: capitalize;
}
.discount-success {
    color: #56b853;
    margin-top: 40px;
}
.discount-error {
    color: red;
    line-height: 30px;
    margin-top: 35px;
}
.clearfix:after, .clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.cart_totals table.shop_table tr td {
    text-align: left;
}
.price_discount {
    display: block;
    color: #56b853;
    font-weight: 500;
}
.cart_totals .woocommerce-Price-amount {
    color: #f1592a;
    font-weight: bold;
}
.woocommerce-cart-form__cart-item .product-name a{
    font-size: 20px;
    color: #000;
}
/*end cart*/
/*customer*/
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.customer-menu {
    background: #383838;
    padding: 0;
}
.tit-menu-cus {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 10px;
    border-bottom: 2px solid #ccc;
    color: #fff;
}
.menu-cus li {
    border-bottom: 1px solid #fff;
    padding: 0;
}
.menu-cus li a {
    display: block;
    color: #fff;
    padding: 8px 10px;
}
.menu-cus li a:hover {
    background: #000;

}
#customer-dashboard {
    padding: 40px 0;
}
.customer-dashboard-content .page-title {
    padding-bottom: 30px;
}
.customer-dashboard-content .page-title h1 {
    font: 500 20px/1.25 Roboto,sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #939393;
    padding-bottom: 5px;
    color: #191919;
    float: none !important;
    text-align: left;
}
.btn_contact_use {
    font-size: 18px;
    padding: 8px 15px;
    display: block;
    background: #56b853;
    text-align: center;
    margin-top: 8px;
    color: #FFF !important;
}
.panel-heading.title-form {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}
.row-title {
    padding-bottom: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.my-dashboard, .account_infomation, .address_book{
    padding-bottom: 20px;
}
.padding-tit {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 15px 0;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-edit.active {
    display: block;
}
.avatar-upload .avatar-edit {
    display: none;
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
/*form .btn_submit,
form .btn_edit,
form .btn_update input,
form .btn_cancel input {
    background-color: var(--color-site);
    color: #fff;
    border: none;
}*/
/*end customer*/
/*pagination*/
.page_navi {
    margin-bottom: 30px;
}
.page_navi li a,
.page_navi li > span{
    padding: 5px 17px;
    border: 1px solid var(--color-site);
    margin: 0 3px;
    border-radius: 3px;
    color: #000;
}
.page_navi li a:hover{
    background: var(--color-site);
    color: #fff !important;
}
.page_navi li.active > span{
    background: var(--color-site);
    color: #fff;
}
.page_navi .page-item.active .page-link{
    background: var(--color-site);
    color: #fff;
    border: 1px solid var(--color-site);
}
/*end pagination*/
.cate-theme-page{
    padding-top: 30px;
}
.signup-text .signup-form button{
    border-radius: none;
}
.box-view {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.box-view span{
    color: var(--color-site);
    font-weight: bold;

}
.copyright-footer{
    display: flex;
    justify-content: space-between;
}
.nav-visitor {
    display: flex;
    color: #fff;
    font-size: 14px;
}
.nav-visitor strong{
    color: #fff;
}
.nav-visitor li{
    position: relative;
    padding-right: 12px;
}
.nav-visitor li:before{
    position: absolute;
    content: "";
    height: calc(100% - 8px);
    width: 1px;
    background: #ccc;
    left: -6px;
    top: 4px;
}
.nav-visitor li:first-child:before{
    position: relative;
}
.link-sliderhome{
    width: 100%;
    height: 100%;
}
.btn_update input,
.btn_cancel input{
    pointer-events: none;
}
.btn_update.active input,
.btn_cancel.active input{
    pointer-events: unset;
}
.product-item,
.item-product,
.lp-item .lp-text {
    text-align: center;
}
#wrapper_container_fix {
    padding: 100px 0;
}
#wrapper_container_fix .info {
    margin-bottom: 20px;
}
.tit-sec-order{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.btn-yl {
    background: #f89d13;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
}
.modal-content .box-form {
    padding: 20px 15px;
}
.price p {
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    color: #EA0025;
    margin-bottom: 0;
}
.product-info-single .price-product {
    text-decoration: none;
    font-weight: 500;
    color: #FF3838;
    font-size: 16px;
}
.product-info-single .price ins{
    text-decoration: none;
    font-weight: 500;
    color: #FF3838;
}
.price-product{
    margin-right: 10px;
}
.price-product span{
    margin-left: 5px;
}
.price del {
    color: #898989;
    font-weight: 400;
    font-size: 16px;
}
.breadcrumb-detail-section {
    background: #ccc;
    padding: 14px 0;
    margin-bottom: 50px;
}
.product-title {
    font-size: 30px;
    margin-bottom: 30px;
}
.product-tabs ul li .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid var(--color-site);
    color: var(--color-site);
}
.product-tabs ul li .nav-link{
    font-size: 26px;
    background: #fff;
}
.product-tabs ul li .nav-link:focus,
.product-tabs ul li .nav-link:hover{
    outline: unset;
}
.product-tabs ul li .nav-link:hover{
    border-color: transparent;
    border-bottom: 2px solid var(--color-site);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.scroll-mb {
    margin-bottom: 30px;
}
.tit-sec-single{
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/*=}============== MOBILE =======================*/
@media screen and (max-width: 1200px) {
    .newslist_img{
        width: 130px;
    }
    .newslist_title {
        width: calc(100% - 130px);
    }
}
@media screen and (max-width: 991px) {
    .item-team .thumb img{
        max-width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .tit-news.tit-short{
       -webkit-line-clamp: 1; 
    }
    .panel-heading.title-form{
        font-size: 25px;
    }
    .group-top-single-new{
        flex-direction: column;
    }
    .group-top-single-new .l{
        margin-bottom: 5px;
    }
    .item-team{
        width: 50%;
    }
    .copyright-footer {
        flex-direction: column;
        align-items: center;
    }
    #wrapper_container_fix .info h1 {
        font-size: 30px;
    }
    #wrapper_container_fix .info h1 {
        font-size: 25px;
    }
    .item-sec-news{
        width: 50%;
    }
    body .post-detail p{
        font-size: 15px;
    }
    .title_new_post{
        font-size: 18px;
    }
    .tit-post-single{
        font-size: 20px;
    }
    .product-title {
        font-size: 24px;
        margin-bottom: 25px;
        margin: 40px 0 15px 0;
    }
    .tit-sec-single{
        font-size: 24px;
    }
    .price p{
        font-size: 18px;
    }
    .item-slide-mb {
        margin-bottom: 15px;
    }
}