/*GENERAL STYLING */
@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 !important;
    text-decoration: none !important;
}
html, body {
    margin: 0 !important;
    padding: 0;
}
button {
    cursor: pointer;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption, th, td {
    text-align: left;
    padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: none;
}
img {
    border: none;
    max-width: 100%;
    /*height: auto;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
    display: block;
}
li {
    list-style-type: none;
}

audio,
canvas,
progress,
video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],
template{display:none;}
a{background:transparent;}
a:active,
a:hover{outline:0;}
abbr[title]{border-bottom:1px dotted;}
b,
strong{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background:#ff0;color:#666666;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}

hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre{overflow:auto;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
button,
input,
optgroup,
select,
textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,
select{text-transform:none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,
th{padding:0;}

a{
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active,a:focus{
    color: #666666;
    text-decoration: none;
}
a:active, a:hover{
    outline:0;
}
h1, h2, h3, h4, h5, h6, span {
    margin:0px;
    padding:0px;
}
figure {
    max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
    display: block;
}

b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6{
    line-height:1.5;
}
h1, h2, h3, h4, h5, h6, span{
    margin:0px;
    padding:0px;
}

p{
    margin:0;
    margin-bottom: 5px;
}
i{
    font-style: italic;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;

}
body {
    margin:0;
    padding:0;
    /*font-family: 'Expro','Roboto', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    overflow-x: hidden;
    color: #666666 !important;
    font-size: 14px;
}
p {
    font-size: 14px;
    color:#555;
}
body.push{
    left:-280px;
    overflow:hidden;
}
body.fixed{
    overflow:hidden;
}
.fl,.l{
    float:left;
}
.fr,.r{
    float:right;
}
h1 {
    font-size:45px;
    color:#000;
    margin-top:0px;
}
h2 {
    font-size: 30px;
}
h2, h3, h4, h5 {
    margin: 0;
}
h3 {
    font-size: 25px;
    line-height:28px;
}
h4 {
    font-size:19px;
}
h5 {
    font-size: 17px;
    line-height:24px;
}
img {
    max-width: 100%;
    border:none;
    margin:0;
    padding:0;
}
.img-responsive{
    max-width: 100%;
    height: auto;;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.p-0{
    padding-left:0;
    padding-right: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    /*transition: all .3s ease-in-out;*/
}
ol, ul {
    list-style: outside none none;
    margin:0;
    padding:0;
}
.mobile {
    display: none !important;
}
.hide{display:none !important;}

/*table{
    width:100%;
}
table th,table td{
    border:1px solid #d1d1d1;
    border-collapse:collapse;
    line-height:2 !important;
    padding:5px 10px !important;
}*/

/*table th{
    background:#efefef;
    font-size:14px;
    vertical-align:middle !important;
    min-width:145px;
    color: #4f4f4f;
}

table th.strong{
    font-weight: bold;
}
*/
.bg-gray{
    background: rgb(244, 244, 244) !important;
}
/* /img loading/ */
.img_loading{
    display: none;
}

.img_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
}

.img_loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
}

/* /end img loading/ */

.btn-page{
    background-color: #FE9900;
    border-color: #FE9900;
    display: inline-block;
    color: #fff;
}
.btn-page:hover{
    background-color: #FFB647;
    border-color: #FFB647;
    color: #fff;
}
.btn-page.focus, .btn-page:focus{
    box-shadow: unset;
}

.btn-page.full{
    width: 100%;
}

.btn-group-custom{
    display: flex;
}
.btn-group-custom .btn{
    margin: 5px;
    border-radius: 5px;
    flex: 1;
    max-width: 50%;
    padding: 10px 12px;
}


.white {
    color:#fff;
}
.no-padding-bottom {
    padding-bottom:0 !important;
}
.no-padding-top {
    padding-top:0 !important;
}
.r_text{text-align:right;}
.center,
.center_text{
    text-align:center;
    margin:0 auto;
}

.b,b{ font-weight:bold !important; }
.rq{ color:red; }
.white{color:#fff !important;}

.dark-bg{background-color:#101a28;}
.w100{width:100% !important;}
.no-pad{padding:0 !important}
.no-mar{margin:0 !important}
section{
    display: block;
    position: relative;
}

body.modal-open{
    transition: none !important;
}
body.cbp-spmenu, body.cbp-spmenu-push{
    transition: none !important;
}

form legend{
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
@media (min-width: 990px){
    .col-cus-5{
        flex: 0 0 20%;
    }
}
.row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.page-site{
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    background: #FFF;
}
#toc_container{
    display:block;
    width:100%;
    background:#e1edcf;
    padding:10px;
    border-radius:3px;
    margin:0px 0 20px 0;
}
#toc_container .toc_title{
    font-size:17px;
    font-family:RCB;
    margin:0px 0px 10px 0;
}
.toc_toggle a{
    color:#F00;
}
#toc_container ul{
    display:block;
    padding-top:3px;
    padding-left:0px;
    margin:0px;
    font-family: Aria;
}
#toc_container ul.toc_list li{
    display:block;
    padding-left:10px;
}
#toc_container ul.toc_list li ul li{
    display:block;
    padding-left:15px;
}
#toc_container ul.toc_list li a{
    display:block;
    line-height:20px;
    color:#676767;
}
#toc_container ul.toc_list li a:hover{
    color:#ff6600;
}
.toc_toggle{
    display:none;
}
.details-sumary{
    display:block;
    font-size:14px;
    text-align: justify;
    font-family: Arial;
    color: #333;
}
.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 h2{
    font-size: 27px;
    line-height:30px;
}
.details-sumary h3{
    font-size: 23px;
    line-height:27px;
}
.details-sumary h4{
    font-size: 20px;
    line-height:25px;
}
.details-sumary h5{
    font-size: 17px;
    line-height:25px;
}
.details-sumary h6{
    font-size: 17px;
    line-height:25px;
}
.details-sumary a{
    color:#1276ac;
}
.details-sumary a:hover{
    color:#10afe7;
}
.details-sumary p{
    display:block;
    margin-bottom:10px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 4px;
    color: #333;
}
.details-sumary blockquote {
    background: #f2f2f2 none repeat scroll 0 0;
    border-left: 3px solid #0155eb;
    margin: 10px 0;
    padding: 10px;
    border-radius:3px;
}
figcaption {
    border-bottom: medium none;
    display: block;
    float: none;
    font-family: "Courier New",Courier,monospace;
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    padding: 3px 10px 5px;
    text-align: center;
}
.details-sumary ul, .details-sumary ol {
    display: block;
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 30px;
}
.details-sumary ol{
    list-style-type: decimal;
}
.details-sumary .more-articles ul {
    list-style-type: none;
    margin: auto -7.5px 10px;
    padding-left: 0;
}
.details-sumary .more-articles ul li {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.details-sumary img{
    /*max-width: 100% !important;
    margin: 5px auto !important;
    display: block;
    height: auto !important;*/
}

.autocomplete-suggestions {
    border: 1px solid #F2F2F2;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 2px 5px; white-space: nowrap; overflow: hidden;
}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #666666; }
.autocomplete-suggestion:hover{
    background: #f1f1f1;
    color: #72C02C;
    cursor: pointer;
}
#sidr-right-menu,.menu_mobile_resposive{
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wprs_magic{
    left: -9999px;
    position: absolute;
}

div.rating {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
}
div.rating::before {
    color: #ccc;
    content: "";
}
div.rating::after {
    color: #ff9900;
    left: 0;
    position: absolute;
}
span.rating {
    display: inline-block;
    font-family: FontAwesome;
    position: relative;
}
span.rating::before {
    color: #999;
    content: "";
}
span.rating::after {
    color: #ff9900;
    left: 0;
    position: absolute;
}
.r-0::before {
    content: "";
}
.r-05::after {
    content: " ";
}
.r-1::after {
    content: "";
}
.r-15::after {
    content: " ";
}
.r-2::after {
    content: "";
}
.r-25::after {
    content: " ";
}
.r-3::after {
    content: "";
}
.r-35::after {
    content: " ";
}
.r-4::after {
    content: "";
}
.r-45::after {
    content: " ";
}
.r-5::after {
    content: "";
}
.editorrating_average {
    background: #f89406 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 10px 18px;
}
.review_content_post .row{
    border:none;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
}
.review_content_post .bor-tt{
    padding:0px 0;
    color:#060;
    font-weight:bold;
}
.comment-facebook{
    display: block;
    padding: 10px 0;
}
.review_content_post{
    display: block;
    padding: 10px 0;
}
#Nguoi_viet_danh_gia span{
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}
figure.aligncenter img, .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#breadcrumb .breadcrumb>li+li:before {
    content: "\f105";
    padding: 0 5px;
    color: #666666;
    font-family: FontAwesome;
}
#breadcrumb .breadcrumb>.active,#breadcrumb .breadcrumb>.active a {
    color: #579409;
}
body {
    padding:0px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    font-family: Roboto,Arial, sans-serif;
}
.flex{
    display: flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex.wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex.middle{
    align-items: center;
    -webkit-align-items: center;
}
.center_txt{
    text-align: center;
}
.bold{
    font-weight: bold;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.fs20{
    font-size: 20px;
}
.mobile{
    display: none;
}
#the_header{
    padding: 15px 20px;
}
header.header_site{
    display: block;
    position: relative;
    z-index: 10;
    background: rgb(255, 186, 0);
}
header.header_site .top_bar{
    display: block;
    position: relative;
}
header.header_site .top_bar img{
    width: 100%;
}
header.header_site .top_menu{
    display: block;
    position: relative;
}
nav.nav_top_bar  ul#topbar_menu_top{
    display: block;
    position: relative;
    display: flex;
    height: 28px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
nav.nav_top_bar  ul#topbar_menu_top li{
    display: block;
    position: relative;
    float: right;
    margin-left: 20px;
}
nav.nav_top_bar  ul#topbar_menu_top li:first-child{
    padding-left: 0px;
}
nav.nav_top_bar  ul#topbar_menu_top li a{
    display: block;
    color: #FFF;
    font-size: 12px;
    font-family: Expro;
}
nav.nav_top_bar  ul#topbar_menu_top li a:hover{
    color: #fff110;
}

.avatar_user_header{
    border-radius: 50%;
    width: 32px
}
.flex-container{
    display: flex;
    align-items: stretch;
}
.header_head_group .menu-top-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.header_head_group .menu-top-right{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.logo-page{
    display: flex;
    align-items: flex-start;
}
.logo-page img{
    display: block;
    max-height: 40px;
}
.header_head_group .box_search_header{
    flex: 1 1 0%;
    position: relative;
    display: flex;
    padding: 0 20px 0 0 ;
    align-items: center;
}
#search_mini_form{
    width: 100%;
    display: block;
}

.title_search_mob,
.header_head_group .box_search_header_mob{
    display: none;
}
.header_head_group .box_search_header .form-search{
    display: flex;
    position: relative;
    border-radius: 5px;
    border: none;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
}
.customer-action-hover {
    display: none;
    background: #FFF;
    border-top: 2px solid #10afe7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.customer-action-hover a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
}
ul.nav_login_resign_group_header li{
    position: relative;
}
ul.nav_login_resign_group_header li:hover .customer-action-hover{
    display: block;
    position: absolute;
    min-width: 140px;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    text-align: left;
}
.customer-action-hover:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ea72a7;
}
.form-search input#search,.form-search input#search_input{
    border: 1px solid #CCC;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    background: #F1F1F1;
    cursor: text;
    margin: 0px;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    font-size: 13px;
    padding: 0px 8px;
    border-radius: 4px 0px 0px 4px;
    border: none;
    flex: 1 1 0%;
    outline: none;
    line-height: 1.15;
    margin: 0px;
}
button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.box_search_header input{
    border: none;

}
.box_search_header button{
    cursor: pointer;
    /*height: 40px;*/
    font-size: 20px;
    font-weight: 400;
    padding: 0px 11px 0px 15px;
    border-radius: 0px 4px 4px 0px;
    outline: none;
    background: #fff;
    color: #ffba00;
    border:none;
    margin: 0px;
}

.box_search_header select.category_raovat{
    flex: 0 0 170px;
    font-size: 14px;
    height: 38px;
}

.box_search_header .get_province{
    position: relative;
}

.box_search_header .get_province input{
    border-left: 0;
    cursor: pointer;
    background-color: unset;
    width: 150px;
    font-size: 14px;
    height: 38px;
}

.place_autocomplate{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    height: 300px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #cdcdcd;
    z-index: 9;
}
.hiddenplace{
    display: none;
}

.place_autocomplate .ul_district,
.place_autocomplate ul.ul_province{
    position: absolute;
    top: 0;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
}
.place_autocomplate ul li{
    cursor: pointer;
}

.place_autocomplate .ul_district{
    left: 100%;
    overflow: hidden;
    padding: 0;
}

.place_autocomplate .ul_district ul{
    max-height: 275px;
    overflow-y: auto;
    padding: 10px;
}

.place_autocomplate .ul_district span.priovince_title{
    padding: 5px 10px;
    display: block;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.place_autocomplate .ul_district span.priovince_title:before{
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.place_autocomplate ul li:hover{
    background: #f1f1f1;
}

.nav_login_resign_group_header{
    display: flex;
    align-items: center;    
    flex: 0 0 100px;
    position: relative;
}
.nav_login_resign_group_header li.customer-icon{
    position: relative;
    padding: 5px 15px 5px 0;
}
.nav_login_resign_group_header li.customer-icon a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 500;
}
.nav_login_resign_group_header li.customer-icon a:hover{

}
.nav_login_resign_group_header li.customer-icon .usermenuItem-img{
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}
.nav_login_resign_group_header li.customer-icon a img{
    width: 30px;
}
.nav_login_resign_group_header li.customer-icon a i{
    
}
.nav_login_resign_group_header li.customer-icon a i{
    font-size: 28px;
}
.nav_login_resign_group_header li.customer-icon .user_text{
    margin-left: 10px;
    color: #000;
    flex:  1;
    white-space: nowrap;
}
.required{
    color: red;
}

.nav_login_resign_group_header li.customer-icon small{
    font-size: 11px;
    font-weight: 300;
    display: block;
    text-align: left;
    color: #333;
}
.nav_login_resign_group_header li.customer-icon a:hover .user_text small{
    color: #57bd57;
}
.nav_login_resign_group_header li.customer-icon .user_text br{
    line-height: 1px;
    height: 0px;
}
.nav_login_resign_group_header .shopping-cart a{
    display: block;
    position: relative;
}
.nav_login_resign_group_header .shopping-cart a.icon_cart_tbn_a img{
    position: relative;
    top: 0px;
}
.nav_login_resign_group_header .shopping-cart a.icon_cart_tbn_a .basel-cart-totals{
   position: absolute;
   right: 3px;
   top: -7px;
}
.releted{
    position: relative;
}
.container_left{
    width: 240px;
    display: block;
    float: left;
}
.container_right{
    width: calc(100% - 240px);
    display: block;
    float: left;
}
ul.nav_categories_container>li{
    display: block;
    background: #10afe7;
    position: relative;
    z-index: 11;
    border-radius: 5px 5px 0px 0px;
}
ul.nav_categories_container>li>a{
    display: block;
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    color: #FFF;
    font-family: Expro;
    position: relative;
}
ul.nav_categories_container>li>a:before{
    position: absolute;
    font-family: iconfont;
    content: "\e120";
    top: 3px;
    left: 15px;
    font-size: 24px;
}

@media(min-width: 991px){
}

@media(max-width: 768px){
    header.header_site .top_menu{
        display: none;
    }
}


ul#primary_menu_top{
    display: inline-flex;
    white-space: nowrap;
    max-width: 100%;
    width: 100%;
}
ul#primary_menu_top>li{
    display: inline-block;
    position: relative;
}
ul#primary_menu_top>li>a{
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
    position: relative;
    border-radius: unset;
}
ul#primary_menu_top>li.active>a,
ul#primary_menu_top>li>a:hover{
    background: #ea0000;
    color: #FFF;
}

ul#primary_menu_top>li.post-ads{
    margin-left: auto;
    text-align: right;
}
ul#primary_menu_top>li.post-ads a{
    background-color: #ea0000;
    padding: 5px 35px;
    margin: 5px 0;
    border-radius: 10px;
}


ul#primary_menu_top>li.featured{
    z-index: 11;
}
ul#primary_menu_top>li.featured>a{
    background: #5b5b5d;
}
.main-container{
    position: relative;
    /*z-index: 9;*/
    width: 100%;
    overflow: hidden;
}
.main-body{
    background: #fafafa;
}
/*.main-body:before{
    background: rgba(250,250,250,1);
    background: -moz-linear-gradient(bottom, rgba(250,250,250,1) 0%, rgba(234,234,234,1) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(234,234,234,1)));
    background: -webkit-linear-gradient(bottom, rgba(250,250,250,1) 0%, rgba(234,234,234,1) 100%);
    background: -o-linear-gradient(bottom, rgba(250,250,250,1) 0%, rgba(234,234,234,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(250,250,250,1) 0%, rgba(234,234,234,1) 100%);
    background: linear-gradient(to top, rgba(250,250,250,1) 0%, rgba(234,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
    height: 50px;
    content: " ";
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
}*/
.menu_nav_header{
    position: relative;
    display: block;
    background: #3d7329; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7329', endColorstr='#3d7329',GradientType=0 ); /* IE6-9 */

}
.menu_nav_header:before{
    display: none;
    box-shadow: 30px 0 30px 0px rgb(222, 219, 219);
    content: " ";
    height: 42px;
    left: 0px;
    position: absolute;
    bottom: -100%;
    width: 100%;
    z-index: 10;
}
ul.category_menu_product_home_read{
    display: block;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 36px 0px rgba(237,237,237,1);
    -moz-box-shadow: 0px 1px 36px 0px rgba(237,237,237,1);
    box-shadow: 0px 10px 36px 0px rgba(212, 211, 211,1);
    position: relative;
    padding-top: 10px;
    border-radius: 0px 0px 5px 5px;
}
ul.category_menu_product_home_read:before{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(241,241,241,1)));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
    height: 50px;
    content: " ";
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
}
ul.category_menu_product_home_read>li{
    display: block;
    height: 40px;
}
ul.category_menu_product_home_read>li>a{
    display: block;
    position: relative;
    padding: 7.5px 10px 7.5px 0px;
    color: #333;
    text-transform: capitalize;
    z-index: 2;
    border-bottom: 1px solid #f1f1f1;
    transition: none;

    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
    color: rgb(68, 68, 68);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    height: 100%;
    text-decoration: none;
}
ul.category_menu_product_home_read>li:last-child>a{
    border-bottom:none;
}
ul.category_menu_product_home_read>li>a .icon-wrap{
    width: 39px;
    text-align: center;
}
ul.category_menu_product_home_read>li>a:hover{
    background: #fafafa;
    color: #10afe7;
}
ul.category_menu_product_home_read>li>a.sub:after{
    position: absolute;
    right: 6px;
    content: "\e838";
    font-family: "iconfont";
    top: 50%;
    transform: translateY(-50%);
}
ul.category_menu_product_home_read>li>a.sub:hover:after{
    content: "";
}
ul.category_menu_product_home_read>li>a.sub:hover{
    background: #2d7cb3;
    color:#FFF;
}
ul.category_menu_product_home_read>li>a.sub:hover:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    border-top: 20px solid transparent;
    border-left: 10px solid #2d7cb3;
    border-bottom: 19px solid transparent;
}
ul.category_menu_product_home_read>li>ul{
    display: none;
    width: 1001px;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0.06) -2px 0px 8px 0px;
    z-index: 1;
    padding: 15px 15px;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(225, 225, 225);
    background: rgb(255, 255, 255);
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;

    column-count: 3;
    margin-right: -0px;
    margin-left: -1px;
}
ul.category_menu_product_home_read>li:hover>ul{
    display: block;
    background: #FFF;
}
ul.category_menu_product_home_read>li>ul>li{
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 5px;
}

ul.category_menu_product_home_read>li>ul>li>a{
    font-weight: bold;
    color: #333;
    font-size: 14px;
    font-family: Roboto;
    text-transform: capitalize;
}
ul.category_menu_product_home_read>li>ul>li>ul>li{
    display: block;
}
ul.category_menu_product_home_read>li>ul>li>ul>li>a{
    font-weight: 400;
    color: #666;
    font-size: 13px;
    font-family: Roboto;
    text-transform: capitalize;
}

ul.category_menu_product_home_read>li>ul>li a:hover{
    color: #3d7329;
}

#primary_menu-mobile-id li{
    flex: 0 0 100%;
}

.cbp-spmenu a:hover {
    color: #fff;
}

#top_home_slider .container_left{
    position: relative;
    z-index: 2;
}
#top_home_slider .container_right{
    position: relative;
    z-index: 1;
}

.content_slider_group_home{
    display: block;
    position: relative;
    padding: 15px 0px 0px 15px;
}
.content_slider_group_home .content_slider_item_home{
    display: block;
    background: transparent;
}
.page_home_top_hor .slider_home{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px 15px 15px 0;
}
.load_ads_top_ver a{
    display: block;
    margin-bottom: 15px;
}
.load_ads_top_ver a:last-child{
    margin-bottom: 0px;
}
.load_ads_top_ver a img,.load_ads_top_hor a img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#Offer_Home [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.page_home_top_hor .load_ads_top_hor{
    padding-right: 15px;
}
.load_ads_top_hor .row{
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.load_ads_top_hor a{
    display: block;
}
#flash_sale_home h2{
    text-align: center;
    display: block;
    font-family: "Roboto Condensed",Arial;
    font-weight: bold;
    padding: 30px 0;
    text-transform: uppercase;
    color: #57b954;
    letter-spacing: 2px;
    font-size: 38px;
    line-height: 40px;
}
#flash_sale_home{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
#flash_sale_home .home_sale_content{
    display: block;
    position: relative;
    border: 2px solid #f42828;
    border-radius: 10px;
    overflow: hidden;
}
.header_sale{
    background: url('../img/nav_flat.png') no-repeat left top;
    background-size: cover;
    width: 100%;
    height: 50px;
    position: relative;
}
.header_sale h4,.header_sale h3{
    display: block;
    text-align: left;
    padding-left: 60px;
    position: relative;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
}
.header_sale h4:before,.header_sale h3:before{
    display: block;
    content:"";
    background: url('../img/flast.png') no-repeat left top;
    background-size: 30px 30px;
    top: 10px;
    left: 20px;
    position: absolute;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.bg_white{
    background: #FFF;
}
.product_item_flash_group{
    display: block;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*category-hot*/

.category-hot{
    display: flex;
    flex-wrap: wrap;
}

.category-hot .category-item{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 5px;
}
.category-hot .category-item .img{
    display: block;
    position: relative;
    text-align: center;
    width: 84px;
    height: 84px;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}
.category-hot .category-item .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-hot .category-item .category_title h3{
    color: rgb(34, 34, 34);
    text-transform: inherit;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 580px)
{
    .category-hot .category-item{
        flex: 1;
        max-width: unset;
        padding: 5px 10px;
    }
}

/*category-hot*/

.product_item_list .item-thumb{
    position: relative;
    display: block;
}
.product-item .product_item_list{
    position: relative;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.product_item_list .item-thumb,.product_item_list .item-thumb a{
    display: block;
}
.product_item_list .item-thumb a img{
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}
.product-item .item-thumb .productlabels_icons {
    display: none;
}
.product-item .pro-info{
    display: block;
    padding: 5px 8px;
}
.product-item .pro-info .product-name{
    display: block;
    margin: 0px;
}
.product-item .pro-info .product-name a{
    color: #616161;
    display: block;
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    height: 25px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}
.product-item .pro-info .product-name a:hover{
    color: #3d7329;
}
.price-box .price-label{
    display: none;
}
.item-thumb  .circle-sale{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background: #f22222;
    color: #FFF;
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 13px;
    font-family: RCB, Arial;
}
#flash_sale_home .price-box{
    display: block;
    position: relative;
    margin-top: 10px;
}
#flash_sale_home .price-box .box_price_item{
    display: block;
    position: relative;
    padding-right: 100px;
}
#flash_sale_home .price-box .tbl_add_cart{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
#flash_sale_home .price-box .box_price_item .old-price{
    display: block;
    text-align: left;
}
#flash_sale_home .price-box .box_price_item .special-price{
    display: block;
    text-align: left;
}
#flash_sale_home .price-box .tbl_add_cart{
    border: 1px solid #777;
    border-radius: 5px;
}
#flash_sale_home .price-box .tbl_add_cart a{
    display: block;
    padding: 4px 10px;
    color: #777;
    font-size: 13px;
}
#flash_sale_home .price-box .tbl_add_cart:hover{
    border: 1px solid #3d7329;
    background:#3d7329;
}
#flash_sale_home .price-box .tbl_add_cart:hover a{
    color: #FFF;
}
.old-price .price {
    font: 300 12px/1.35 Expro,sans-serif !important;
    text-decoration: line-through;
    color: #999999;
}
.special-price .price {
    color: #ff3e41;
    font: 500 15px/1.35 Expro,sans-serif !important;
    font-weight: 500;
}
.content_group_selling_view, .content_group_offer_view{
    display: block;
    background: #FFF;
    padding: 8px 12px 15px;
    border: 1px solid #eaeaea;
}
.content_group_offer_view{
    padding: 0;
}
.content_group_offer_view .home_offer_content{
    padding: 0 8px;
}
.content_group_selling_view h2.title{
    display: block;
    text-align: center;
    color: #666;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed",Arial;
    font-weight: bold;
    margin-bottom: 10px;
}
.content_group_selling_view h2.title:before,.content_group_selling_view h2.title:after{
    display: inline-block;
    content: "";
    border-top: 1px solid #3d7329;
    width: 80px;
    margin: 0 5px;
    top:50%;
    transform: translateY(-50%);
    text-decoration: line-through;
}

.content_group_offer_view{
    margin-bottom: 15px;
}

h1.title_new_post,
.content_group_offer_view h2.title{
    display: block;
    text-align: left;
    color: #000;
    position: relative;
    /*margin-bottom: 10px;*/
    padding: 10px;
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-family: "Roboto",Arial;
    font-weight: 500;
}
.content_group_offer_view h2.title span{
    z-index: 5;
    position: relative;
    background: #FFF;
    padding-right: 10px;
}

#flash_sale_home .product_list_flash_sale .product-item .product_item_list:hover{

}
#selling_sale_home,#offer_sale_home{
    display: block;
    position: relative;
    margin-bottom: 15px;
}

#selling_sale_home .product-item{
    display: block;
    margin-bottom: 15px;
}
#selling_sale_home .item-thumb .circle-sale{
    right: 7.5px;
}
#selling_sale_home .product-item .pro-info .product-name a{
    padding: 0px;
    margin-top: -5.5px;
}
#selling_sale_home .price-box .tbl_add_cart a{
    background: #3d7329;
    color: #FFF;
    padding: 3px 10px;
    font-size: 13px;
    border: 1px solid #3d7329;
}
#selling_sale_home .price-box .tbl_add_cart a:hover{
    background: transparent;
    color: #666;
    border: 1px solid #666;
}
#selling_sale_home .price-box .box_price_item{
    display: block;
    padding: 5px 0;
}
#offer_sale_home .pro-info .price-box{
    display: block;
    padding: 10px 0 15px;
}
.register_for_email_footer{
    background: #10afe7;
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_content_regis_email{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-right: 287px;
}
.form_content_regis_email:before{
    display: block;
    position: absolute;
    content: "";
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/tiem-nail.png') no-repeat center center;
    width: 150px;
    height: 150px;
    background-size: auto 100%;
}
.input_form_regis{
    position: relative;
    display: block;
    width: 100%;
}
.form_content_regis_email #email_register{
    width: 100%;
    height: 40px;
    background: #FFF;
    color: #333;
    border-radius: 15px;
    padding-right: 80px;
}
.form_content_regis_email #tbn_register_email{
    position: absolute;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    border:none;
    background: transparent;
    color: #56bb55;
    font-family: Nunito, Arial;
}

@media(max-width: 768px){
    .content_group_selling_view, .content_group_offer_view{
        border-radius: 0;
    }
}

.middleFooter{
    display: block;
    background: #fff;
    /*padding: 30px 0;*/
}
.col_menu_footer h5{
    display: block;
    position: relative;
    color: #15181f;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif !important;
}

.content_middle_item>ul>li{
    font-size: 14px;
    margin: 0;
    line-height: 1.29;
    padding: 0;
    margin-bottom: 12px;
}
.content_middle_item>ul>li a{
    color: #4a4a4a;
    font-family: Helvetica, Arial, sans-serif !important;
    text-decoration: none;
}
.content_middle_item>ul>li a:hover{
    color: #10afe7;
}
.info_company_footer .content_middle_item{
    margin-left: -7.5px;
    margin-right: -7.5px;
    display: block;
    position: relative;
}
.info_company_footer .content_middle_item .info-company{
    display: block;
    padding: 0 7.5px;
    width: 50%;
    float: left;
}
.info_company_footer .content_middle_item .address_end{
    width: 60%;
}
.info_company_footer .content_middle_item .hotline_end{
    width: 40%;
}
.info_company_footer .content_middle_item .info-company li{
    display: block;
    width: 100%;
}
.info_company_footer .content_middle_item .info-company i{
    color: #10afe7;
}
.info_company_footer h4.title_cpn{
    display: block;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #10afe7;
    font-weight: 500;
    font-family: Nunito,Arial;
    font-size: 21px;
}
.info_company_footer h4.title_cpn:before{
    display: block;
    content: "";
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    height: 2px;
    background: #edf2ec;
    position: absolute;
    z-index: 1;
}
.info_company_footer h4.title_cpn span{
    background: #fff;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.copyrights_end{
    display: block;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding: 15px 10px;
    font-size: 13px;
    color: #9b9b9b;
    line-height: 1.5;
}
.copyrights_end,.copyrights_end a{
    font-size: 13px;
}
.container_category_top_page{
    display: flex;
    flex-wrap: wrap;
}
.container_category_top_page .container_left{
    flex: 1 0 240px;
}
.container_category_top_page .container_right{
    flex: 1 0 calc(100% - 240px);
}
.container_category_top_page .content_slider_group_home{
    height: 100%;
    overflow: hidden;
}
.container_category_top_page .content_slider_group_home .category_thumbnail_feature{
    height: 100%;
}
.container_category_top_page .thumbnail_cate{
    position: relative;
    display: block;
    height: 100%;
}
.container_category_top_page .thumbnail_cate img{
    position: absolute;
    display: block;
    width: 100%;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.title-page{
    font-weight: bold;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}
.middleFooter.middleFooter_mobile{
    display: none;
}
@media (max-width: 768px){
    .form_content_regis_email{
        padding-right: 100px;
    }
    .form_content_regis_email:before{
        width: 100px;
        right: 0;
    }

    .footer_group_container .middleFooter{
        padding: 20px 10px;
    }

    .middleFooter{
        display: none;
    }
    .middleFooter.middleFooter_mobile{
        display: block;
        padding: 0;
    }

    .middleFooter_mobile ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px 0;
    }
    .middleFooter_mobile ul li{
        display: inline-block;
        padding: 0 5px;
        text-transform: uppercase;
        font-size: 12px;
        margin:  5px 0;
    }
    .middleFooter_mobile ul li a{
        color: #333;
    }

    .col_menu_footer{
        margin-bottom: 20px;
    }
    .col_menu_footer h5{
        margin-bottom: 0;
    }
    .transporting_menu_footer{
        text-align: center;
    }
}
/*-------------------*/

section.template_category_products{
    display: block;
    margin-bottom: 15px;
}
.box{
    display: block;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72)
}
.row-content-category .listProduct{
    display: block;
}
.container_theme_category{
    position: relative;
    margin-bottom: 15px;
}
.container_theme_category h1{
    position: relative;
    display: block;
    text-align: left;
    font-size: 25px;
    font-family: Nunito,Arial;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}
.container_theme_category h1 span {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    background: #10afe7;
    color: #FFF;
    padding: 3px 8px;
    border-radius: 4px;
}
.container_theme_category h1:before{
    position: absolute;
    bottom: 7px;
    right: 0px;
    height: 2px;
    background: #f3f3f3;
    content: "";
    width: 100%;
    z-index: 1;
}
.container_theme_category ul.list_child{
    position: absolute;
    right: 0;
    top:10px;
    display: block;
}
.container_theme_category ul.list_child li{
    display: block;
    float: left;
}
.container_theme_category ul.list_child li a{
    display: block;
    padding: 0px 15px;
    border-left: 1px solid #CCC;
    line-height: 18px;
    font-family: Expro;
    font-size: 14px;
}
.container_theme_category ul.list_child li:first-child a{
    border-left: none;
    padding-left: 0px;
}
.container_theme_category ul.list_child li:last-child a{
    padding-right: 0px;
}
.container_theme_category ul.list_child li a:hover{
    color: #3d7329;
}
.item_product_list .product-item{
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.item_product_list .product-item .pro_info{
    padding: 5px;
}
.item_product_list h3.titleProduct{
    display: block;
    margin: 0px;
}
.item_product_list h3.titleProduct a{
    color: #616161;
    display: block;
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    height: 24px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    font-family: Expro;
    font-size: 14px;
}
.item_product_list .product_price {
    display: block;
    position: relative;
    margin-top: 10px;
}
section.read_product_home{
    margin-top: 15px;
    display: block;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72);
    box-shadow: 0px 0px 6px -5px rgba(0,0,0,0.72)
}
section.read_product_home .section_home_list{
    overflow: hidden;
}
.container_releated_single h3.title,.history_container_read_product h3.top_title{
    position: relative;
    display: block;
    text-align: left;
    font-size: 25px;
    font-family: "Roboto Condensed",Arial;
    font-weight: 500;
    margin: 10px 0 15px;
    color: #58b954;
    font-weight: bold;
    text-transform: uppercase;
}
.history_container_read_product h3.top_title:before,.container_releated_single h3.title:before{
    position: absolute;
    bottom: 10px;
    right: 0px;
    height: 2px;
    background: #f3f3f3;
    content: "";
    width: 100%;
    z-index: 1;
}
.history_container_read_product h3.top_title span,.container_releated_single h3.title span{
    position: relative;
    z-index: 2;
    padding-right: 10px;
    background: #FFF;
}
h3.titleProduct a:hover{
    color: #3d7329;
    text-decoration: underline;
}
.single_theme_content #details-tab-container-single{
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.detail_product_tab_view{
    display: block;
}
.detail_product_tab_view h5.ingredients_title{
    position: relative;
    display: block;
    text-align: left;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #333;
    text-transform: uppercase;
}
.detail_product_tab_view .table_view_details_pr{
    display: block;
    margin-bottom: 15px;
    background: #FFF;
    padding: 15px;
    border-radius: 5px;
}
.home_slider_products .slick-arrow,.home_read_products_session .slick-arrow{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    margin-top: -25px;
    left: 7.5px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
}
.home_slider_products .slick-arrow span,.home_read_products_session .slick-arrow span{
    font-size: 0px;
}
.home_slider_products .slick-list,.home_read_products_session .slick-list{
    position: relative;
    z-index: 1;
}
.home_slider_products .owl-prev,.home_read_products_session .owl-prev{
    left: 7.5px;
    right: auto;
}
.home_slider_products .owl-prev:before,.home_read_products_session .owl-prev:before{
    content: "\f177";
    font-family: FontAwesome;
    font-size: 18px;
    color: #FFF;
}
.home_slider_products .owl-next,.home_read_products_session .owl-next{
    right:7.5px;
    left: auto;
}
.home_slider_products .owl-next:before,.home_read_products_session .owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    font-size: 18px;
    color: #FFF;
}
button.owl-prev,button.owl-next{
    background: rgba(86, 185, 82, 0.5);
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.brand-block-row {
    width: 100%;
    display: table;
}
.brand-block-row meta{
    display: none;
}
.brand-block-row .item-brand {
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}
 .item-brand {
    margin-bottom: 0;
    font-size: 13px;
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}
.item-brand h6 {
    margin: 0;
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}
.item-brand p {
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
    color: #9b9b9b;
    font-weight: 300;
}
.addmorecart_content .green_addtocart_btn{
    background: #ff3945;
    border-radius: 5px;
    padding: 7px 15px;
}
#fixed_content_detail_parent .addmorecart_content,#fixed_content_detail_parent .pro_view_name3 {
    margin-top: -2px;
}
.ul_quantity .btn-quantity,.custom_item_detail .quantityProduct input{
    border-radius: 0px;
}
.excerpt_detail_product{
    font-size: 13px !important;
    display: block;
    padding: 0px 0;
    margin: 10px 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.details-sumary ul li, 
.details-sumary ol li{
    list-style-type: disc;
}
.excerpt_detail_product ul,.excerpt_detail_product ol{
    margin: 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-input input[type="button"]:hover{
    background: #0C7FCC;
}
#fixed_content_detail_parent .social_like_single{
    text-align: left;
}
#fixed_content_detail_parent ul.social_like_single li{
    display: block;
    float: left;
    margin-right: 10px;
}
#fixed_content_detail_parent ul.social_like_single li.linkin{
    top: 0px;
    margin: 0px 10px 0px 0px;
}
.single_theme_content{
    margin-top: 10px;
}
.nav_categories_container>li{
    position: relative;
}
.nav_categories_container>li>ul{
    display: none;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 1000;
    width: 100%;
}
.nav_categories_container>li:hover>ul{
    display: block;
}
.hotdeal_category_page h1.title{
    position: relative;
    display: block;
    text-align: left;
    font-size: 27px;
    font-family: "Roboto Condensed";
    font-weight: 500;
    margin: 15px 0 15px;
    color: #10afe7;
    font-weight: bold;
    text-transform: uppercase;
}
.hotdeal_category_page h1.title:before{
    position: absolute;
    bottom: 18px;
    right: 0px;
    height: 2px;
    background: #fff212 ;
    content: "";
    width: 100%;
    z-index: 1;
}
.hotdeal_category_page h1.title span{
    position: relative;
    z-index: 2;
    padding-right: 10px;
    background: #fafafa;
}
.icon-wrap {
    width: 39px;
    text-align: center;
}
.anhduongicon{
    background-image: url(../img/icon/sprite@2x.png?v=100000000);
    background-size: 404px 383px;
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
.icon_mypham{
    background-position: -333px -85px;
}
.icon_dientu{
    background-position: -229px -181px;
    width: 18px;
    height: 14px;
}
.icon_mebe{
    background-position: -392px -26px;
    width: 10px;
    height: 21px;
}
.icon_dungculamdep{
    background-position: -392px 0px;
    width: 12px;
    height: 21px;
}
.icon_dogiadung{
    background-position: -333px -275px;
    width: 24px;
    height: 14px;
}
.icon_phukiendienthoai{
    background-position: -392px -52px;
    width: 11px;
    height: 18px;
}
.icon_thoitrang{
    background-position: -333px -110px;
    width: 21px;
    height: 18px;
}
.icon_thethao{
    background-position: -287px -317px;
    width: 17px;
    height: 17px;
}
.icon_spkhac{
    background-position: -242px -317px;
    width: 18px;
    height: 18px;
}
.icon_10k{
    background: url("../img/icon/10k.png") no-repeat center center;
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    display: block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}
.icon_39k{
    background: url("../img/icon/39k.png") no-repeat center center;
    background-size: 23px 23px;
    width: 23px;
    height: 24px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.news_page_gs .newslist_page_item {
    margin-bottom: 15px;
}
.newslist_page_item .news-item {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px;
}
.newslist_page_item .newslist_img {
    width: 30%;
    display: block;
}
.newslist_title {
    /*padding: 0 5px;*/
}
.newslist_page_item .newslist_title {
    width: 70%;
}
.listNews .newslist_title h3{
    color: #777;
    display: block;
    margin: 5px 0 0;
    position: relative;
    display: -webkit-box;
    height: 44px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 22px;
    text-transform: capitalize;
    font-family: Roboto;
    font-size: 14px;
}

.listNews .newslist_title .category_title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_page .listNews .newslist_title h3{
    height: auto;
}

.listNews .quote{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    margin-bottom: 10px;
    height: 44px;
}
.listNews .newslist_title h3 a {
    color: rgb(34, 34, 34);
    text-transform: inherit;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.listNews .newslist_title h3 a:hover {
    text-decoration: none;
    color: #327eb4;
}
.newslist_title .excerpt-news {
    font-style: italic;
    color: #777;
    display: block;
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    height: 73px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    font-family: Expro;
    font-size: 14px;
}

.newslist_title .location {
    color: #8a8a8a;
    font-weight: 100;
    font-size: 12px;
    
}

.post-item-icon{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

p.icon_news {
    overflow: auto;
    line-height: 25px;
    font-size: 12px;
    color: #999;
    font-style: oblique;
}
/*h1.title_new_post{
    display: block;
    text-align: left;
    color: #666;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 25px;
    font-family: "Roboto Condensed",Arial;
    font-weight: bold;
}
h1.title_new_post span{
    z-index: 5;
    position: relative;
}*/
.single_detais_news_view .single_news_releated {
    margin-left: 0px;
}
.single_news_releated h2.other {
    background: #10afe7;
    display: block;
    font-family: Expro,"Arial","Times New Roman",Times,serif;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    padding: 4px 10px;
}
.list_item_news_releated {
    padding: 8px;
    border: 1px solid #ccc;
}
.newslist_page {
    overflow: hidden;
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}
.newslist_page .newslist_img {
    width: 30%;
    float: left;
    background-color: #f8f8f8;
    text-align: center;
    overflow: hidden;
    display: block;
}
.newslist_page .newslist_title {
    width: 70%;
    float: left;
}
.newslist_page h3 {
    font-size: 15px;
    margin: 0;
    min-height: 35px;
}
.list_item_news_releated .newslist_page h3 a{
    position: relative;
    display: -webkit-box;
    height: 40px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    text-align: left;
    text-transform: inherit;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    font-weight: 400;
}
.list_item_news_releated p.icon_news {
    font-size: 11px;
}
h1.titleView2 {
    font-family: "Roboto Condensed","Arial","Times New Roman",Times,serif;
    font-size: 16px;
    padding-bottom: 10px;
    color: #10afe7;
    font-weight: bold;
}
.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;
}
ul.social_like_single {
    display: block;
    position: relative;
    margin-top: 15px;
}
ul.social_like_single li {
    display: inline-block;
}
.breadcrumb {
    padding: 8px 0px;
    list-style: none;
    border-radius: none;
    margin-bottom: 0px;
    background-color: transparent !important;
    font-size: 12px;
}

.breadcrumbs-group-container{
    margin-bottom: 10px;
    display: block;
    background: #ebebeb;
}
.breadcrumbs-group-container a{
    color: #33659c;
}
.breadcrumbs-group-container a:hover{
    text-decoration: underline;
}

.nav-main ul.main-menu>li.has_level1 {
    padding-right: 20px;
}
.nav-main ul.main-menu>li.has_level1>a:before {
    content: "\e82e";
    font-family: iconfont;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 13px;
    position: absolute;
    top: 12px;
    right: 14px;
}
.nav-main ul.main-menu>li.has_level1>a:hover:before{
    text-decoration: none;
}
ul#primary_menu_top>li>ul {
    display: none;
    min-width: 199px;
    position: absolute;
    top: 40px;
    left: 0;
    max-width: 1180px;
    background-color: #fff;
    webkit-box-shadow: 0px 1px 36px 0px rgba(237,237,237,1);
    -moz-box-shadow: 0px 1px 36px 0px rgba(237,237,237,1);
    box-shadow: 0px 10px 36px 0px rgba(212, 211, 211,1);
    z-index: 99999;
    border-radius: 0px 0px 3px 3px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transition: transform 0.5s ease 0s,opacity 0.6s ease 0s,max-height 0.6s step-end 0s,max-width 0.6s step-end 0s,padding 0.6s step-end 0s;
    -webkit-transition: transform 0.5s ease 0s,opacity 0.6s ease 0s,max-height 0.6s step-end 0s,max-width 0.6s step-end 0s,padding 0.6s step-end 0s;
    transform-origin: 0 0 0;
    visibility: visible;
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    border:1px solid #fafafa;
}
ul#primary_menu_top>li:hover>ul {
    display: block;
    border-radius: 5px;
}
ul#primary_menu_top>li>ul>li:last-child{
    border-bottom: none;
}
.nav-main ul.main-menu>li.has_level1>ul:after, .nav-main ul.main-menu>li.has_level1>ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10;
}
.nav-main ul.main-menu>li.has_level1>ul:before {
    border-color: rgba(172,141,84,0);
    border-bottom-color: #FFF;
    border-width: 5px;
    margin-left: -2px;
}
.nav-main ul li ul li {
    padding: 6px 14px;
    border-bottom: 1px solid #ccc;
}
.nav-main ul.main-menu>li.has_level1>ul>li {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
.nav-main ul.main-menu>li.has_level1>ul>li:hover {
    background: #fafafa;
}
ul#primary_menu_top > li > ul > li >a {
    padding-right: 15px;
    font-size: 14px;
    font-family: "Roboto Condensed";
    display: block;
}
ul#primary_menu_top > li > ul > li:hover >a {
    color: #10afe7;
}
.table_view_details_pr table th{
    width: 80px;
    text-align: center;
}
.variable_txt_prent{
    font-weight: bold;
}
.variable_txt_child{
    font-style: italic;
    color:#f42c2c;
}
.payment-form .cart_totals{
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.cart_totals .discount-input{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
.span_td_cart_total{
    font-size: 15px;
    color: #000;
}
#td-cart_total{
    color: #f1592a;
    font-weight: bold;
}
.pagination_views{
    display: block;
    text-align: center;
    margin: 0 auto;
}
#search_autocomplete{
    display: none;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;

}
.ui-autocomplete > li{
    padding: 3px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}
.ui-autocomplete > li:last-child{
    border-bottom: 0px;
}
.ui-autocomplete > li:hover{
    color:#3d7329;
}
.title_search_box{
    display: block;
}
.title_search_box h1{
    display: block;
    font-size: 21px;
    font-family: Arial;
}
.title_search_box h1:before{
    display: none !important;
    content: "";
}
.load_more_offer{
    text-align: center;
    margin: 10px 0px 15px 0;
}
.load_more_offer .tbl_load_more,.load_more_offer .tbl_load_more.focus,.load_more_offer .tbl_load_more.active:focus,.load_more_offer .tbl_load_more:active:focus,.load_more_offer .tbl_load_more:active{
    background-color: #10afe7;
    border-color: #5fbf5b;
}
.load_more_offer .tbl_load_more:hover{
    background-color: #337ab7;
    border-color: #2e6da4;
}
.container_selling_sale .product-item{
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 768px){
    .newslist_title .location{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        max-width: 80%;
    }
}
    /******************************************minhnn************************************************/


footer.footer_site{
    position: relative;
    
}

@media(max-width: 575px){
    footer.footer_site{
        padding-bottom: 50px;
    }
}

.sidr ul li ul {
    padding-left: 15px;
}
.sidr ul li ul.col-sm-3{
    max-width: 100%;
    float: none;
}
.sidr ul li ul.col-sm-3 li span.fr{
    display: none;
}
.sidr-open #right-menu span:nth-child(1) {
    transform: rotate(45deg) translate(5px,10px);
    -ms-transform: rotate(45deg) translate(5px,10px);
    -webkit-transform: rotate(45deg) translate(5px,5px);
}
.sidr-open #right-menu span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.sidr-open #right-menu span:nth-child(3) {
    transform: rotate(135deg) translate(-5px,10px);
    -ms-transform: rotate(135deg) translate(-5px,10px);
    -webkit-transform: rotate(135deg) translate(-5px,7px);
}
.header_top,.top_header{
    position: relative;
    display: block;
    z-index: 10;
}
.top_header .logo-page{
    display: block;
    position: relative;
    padding: 10px 0 10px;
}
.top_header .menu-top-right{
    position: relative;
}
#right-menu span {
    background: #666666;
    border-radius: 5px;
    display: block;
    height: 4px;
    margin: 4px 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    width: 25px;
}
.menu-top-right{
    font-size: 14px;
    display: block;
}
.payment-form{
    font-size: 13px;
}
.payment-form.confrim-card .control-label{
    padding-top: 0 !important;
}
.menu-top-right li{
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}
.hidden{
    display: none !important;
}
#submit.active{
    display: none;
}
p.tai{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    font-family: Arial;
    margin-top: 20px;
    color: #666;
}
.loader,#loader{
    zoom:1;/* Increase this for a bigger symbole*/
    display:block;
    width:16px;
    height:16px;
    margin:20px auto;
    animation: wait .80s steps(1, start) infinite;
    background: linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px),   /* 6  */
    linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px),
    linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px),   /* 5  */
    linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px),
    linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px),   /* 4  */
    linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px),
    linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), /* 3  */
    linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px),
    linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), /* 2  */
    linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px),
    linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), /* 1  */
    linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);
    background-repeat: no-repeat;
    background-size: 4px 9px,   /* 6 */
    4px 9px,
    4px 9px,   /* 5 */
    4px 9px,
    4px 9px,   /* 4 */
    4px 9px,
    4px 11px,  /* 3 */
    4px 11px,
    4px 16px,  /* 2 */
    4px 16px,
    4px 16px,  /* 1 */
    4px 16px;
    background-position:-4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}
@keyframes wait{
    12.5%{
        background-position:   -4px,  /* 6 */
        -4px,
        -4px,  /* 5 */
        -4px,
        -4px,  /* 4 */
        -4px,
        -4px,  /* 3 */
        -4px,
        -4px,  /* 2 */
        -4px,
        0 ,  /* 1 */
        0 ;
    }
    25%{
        background-position: -4px,  /* 6 */
        -4px,
        -4px,  /* 5 */
        -4px,
        -4px,  /* 4 */
        -4px,
        -4px,  /* 3 */
        -4px,
        0,  /* 2 */
        0,
        6px,  /* 1 */
        6px;
    }
    37.5%{
        background-position: -4px,  /* 6 */
        -4px,
        -4px,  /* 5 */
        -4px,
        -4px,  /* 4 */
        -4px,
        0,  /* 3 */
        0,
        6px,  /* 2 */
        6px,
        12px,  /* 1 */
        12px;
    }
    50%{
        background-position: -4px,  /* 6 */
        -4px,
        -4px,  /* 5 */
        -4px,
        0,  /* 4 */
        0,
        6px,  /* 3 */
        6px,
        12px,  /* 2 */
        12px,
        -4px,  /* 1 */
        -4px;
    }
    62.5%{
        background-position: -4px,  /* 6 */
        -4px,
        0,  /* 5 */
        0,
        6px,  /* 4 */
        6px,
        12px,  /* 3 */
        12px,
        -4px,  /* 2 */
        -4px,
        -4px,  /* 1 */
        -4px;
    }
    75%{
        background-position:     0,  /* 6 */
        0,
        6px,  /* 5 */
        6px,
        12px,  /* 4 */
        12px,
        -4px,  /* 3 */
        -4px,
        -4px,  /* 2 */
        -4px,
        -4px,  /* 1 */
        -4px;
    }
    87.5%{
        background-position:   6px,  /* 6 */
        6px,
        12px,  /* 5 */
        12px,
        -4px,  /* 4 */
        -4px,
        -4px,  /* 3 */
        -4px,
        -4px,  /* 2 */
        -4px,
        -4px,  /* 1 */
        -4px;
    }
    100%{
        background-position:    12px,  /* 6 */
        12px,
        -4px,  /* 5 */
        -4px,
        -4px,  /* 4 */
        -4px,
        -4px,  /* 3 */
        -4px,
        -4px,  /* 2 */
        -4px,
        -4px,  /* 1 */
        -4px;
    }
}

.item-slide img{
    width: 100%;
}
.slide-page{
    border-radius: 5px;
    overflow: hidden;
}
.slide-page .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
}
.slide-page .slick-dots li{
    width: 10px;
    height: 10px;
    color: transparent;
}
.slide-page .slick-active{
    opacity: 1 !important;
}
.slide-page .slick-dots li button{
    width: 5px;
    height: 5px;
    padding: 4px;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.slide-page .slick-dots li button:before{
    color: transparent;
}
.slide-page .slick-dots li.slick-active button:before{
    background: #FFF;
    border-radius: 50%;
    opacity: 1;
    color: transparent;
    width: 10px;
    height: 10px;
    color: transparent;
}
.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    color: #333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 12px;
    right: 14px;
    position: absolute;
}
.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }

.slide-page .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    z-index: 9;
}
.slide-page .slick-prev{
    left: 0;
}
.slide-page .slick-next{
    right: 6px;
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    border: 1px solid #FFF;
}

.slick-dots li.slick-active button {
    background-color: #fff;
    border:1px solid #fff;
}
.stuck {
    bottom: 10px;
    position: fixed;
    right: 20px;
    z-index: 996;
    border-radius: 50%;
}
#back-top a {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #62b13d;
    border-radius: 50%;
}
#back-top a img {
    width: 20px;
    margin: 11px 0px;
}

.price_sale{
    color: #F04F32;
    font-weight: bold;
    font-size: 14px;
}
.current_price{
    font-size: 14px;
    text-decoration: line-through;
    color: #777575;
    margin-left: 3px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    color: #666666 !important;
    cursor:pointer;
}
.slick-prev:before, .slick-next:before{
    color: #fff !important;
}
.hidden{
    display: none;
}
table.price {
    margin-bottom: 5px;
}
.price td {
    vertical-align: middle;
}
.newPrice {
    padding-right: 10px;
}
.newPrice_content {
    font-size: 18px;
    color: #f90204;
    font-weight: bold;
}
.oldPrice_content {
    color: #AFA39C;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
}
.price1 {
    text-decoration: line-through;
    color: #000;
}

.lb_size_gs {
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    margin-right: 10px;
    padding: 1px;
}
.name_color{
    color: #666666;
    font-weight: initial;
    text-transform: uppercase;
}
.choose_color img.imgDetailColor {
    height: 35px;
}
.classlist label > input[type='radio'] {
    position: absolute;
    opacity: 0;
}
.color_list, .variabe_list_choise{
    border: 1px solid #dedede;
    cursor: pointer;
    line-height: 20px;
    display: block;
}
.variabe_list_choise{
    padding: 5px 10px;
}
.color_list{
    padding: 2px;
}
.classlist label.lb_size_gs > input[type='radio']:checked + span.color_list, .classlist label.lb_size_gs > input[type='radio']:checked + span.variabe_list_choise {
    border: 2px solid #e42127 !important;
}
.choose_color,.choose_variable{
    padding-bottom: 10px;
}
.form_quantity{
    text-align: left;
}
.btn-quantity {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666666;
}
.ul_quantity {
    display: block;
    padding-top: 10px;
}
.ul_quantity li{
    display: block;
    float: left;
}
.ul_quantity li:nth-child(3){
    padding: 0px;
}
.ul_quantity li:first-child{
    margin-right: 10px;
    line-height: 30px;
}
.ul_quantity li:last-child{
    margin-left: 15px;
    line-height: 30px;
    font-style: italic;
    color: #10afe7;
}
.quantityProduct {
    margin-bottom: 0px;
    padding: 6px 0;
}
.quantityProduct input {
    width: 65px;
    height: 30px;
    font-weight: bold;
    border-radius: 0px;
}
.ul_quantity li:nth-child(3) input{
    border-left: 0px;
    border-right: 0px;
}
.quantityProduct form{
    text-align: left;
}
.quantityProduct form label.sl{
    display: block;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.quantityProduct form ul.ul_quantity{
     padding-top: 0px;
}
.classlist .custom_title_detail {
    margin-bottom: 0px;
}
.add-to-card img{
    width: 35px;
}
.number_quantity{
    text-align: center;
}
.order_product{
    margin-top: 20px;
}
.buy-now, .add-to-card{
    padding: 5px 0;
}
.btn-order{
    text-align: center;
    padding: 8px 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.btn-buy-now{
    background: #ed1b24;
    color: #FFF;
}
.btn-add-card{
    background: #406618;
    color: #FFF;
}
.img_detail_item_nav img{
    width: 90%;
}
.product_collateral{
    margin-top: 10px;
}
ul.nav.nav-tabs.txtUpper.clearfix.js-productInfoTab {
    white-space: nowrap;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.product_collateral .nav-tabs a {
    border-radius: 0 0;
    line-height: 2;
    margin-right: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 3px solid transparent;
    display: block;
    padding: 10px 15px;
}
.product_collateral .nav-tabs a.active,.product_collateral .nav-tabs li.active a{
    cursor: pointer;
    background-color: #10afe7;
    border-bottom: 3px solid #fff212;
    color: #ffffff;
}
.product_collateral .nav-tabs li{
    display:inline-block;
    text-align: center;
}
.product_collateral .nav-tabs li a{
    border: none;
    border-radius: 0 0;
    line-height: 1.42857143;
    padding: 8px 15px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    font-family: RCB, Arial;
}
.cbp-spmenu{
    background: #FFF !important;
    border-right: 1px solid #dedede;
    overflow: scroll;
}
.box {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#returnPolicy ol li {
    list-style-type: decimal;
    padding: 5px 0;
}
.tab-content {
    padding: 0 15px;
    background: #fff;
}
.detailTab{
    padding: 20px 30px;
}
.news-list{
    padding-top: 30px;
}
.news-list > .clear{
    border-bottom: 2px solid red;
}
.news-tit{
    border-bottom: 2px solid red;
    font-weight: bold;
    color: red;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 2px;
}
.news-list .clear a.more-news{
    color: red;
}
.content-blog{
    padding: 0 10px;
}
.content-blog, .content-img{
    float: left;
}
.list-news-item{
    padding: 15px 0 0 0;
}
.news-list .clear a.more-news:hover{
    text-decoration: underline;
    color: #666666;
}
.tit-type{
    margin-right: 10px;
    font-weight: bold;
}
.color_by_product_id{
    justify-content: inherit;
}
.color_by_product_id .choose_color{
    padding-bottom: 0;
}
.row-listpro, .row_list_item_product{
    justify-content: inherit;
}
.blog-right{
    border-left: 1px solid #666666;
}
.blog_cate_item{
    margin: 10px 0;
}
.content-blog{
    text-align: justify;
}
.content-blog a{
    font-weight: bold;
}
.content-blog a:hover{
    color: #FF6666660;
}
.content-blog .news-tit-item{
    margin: 10px 0;
}
.content-blog .excerpt_news{
    font-size: 14px;
    color: #7d7d7d;
}
a.zoom{
    display: block;
    position: relative;
    overflow: hidden;
}
a.zoom img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
a.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);
}
.title_landing {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 23px;
    line-height: 23px;
}
.title_landing span {
    color: #6cab4d;
}
.color_list .name_color{
    text-indent: -99999px;
    font-size: 0px;
}
.ariable_detail_product_container{
    margin-bottom: 12px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #ededed;
    border-top: 1px dashed #ededed;
    margin-top: 5px;
}
.variable_option .custom_title_detail h6{
    text-transform: capitalize;
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.option_trang{
    background-color: white;
    border: 1px dashed #CCC;
}
.option_do{
    background-color: red;
}
.option_den{
    background-color: black;
}
.option_hong{
    background-color: #FF69B4;
}
.option_vang{
    background-color: yellow;
}
.option_cam{
    background-color: orange;
}
.option_tim{
    background-color: purple;
}
.option_nau{
    background-color: brown;
}
.option_xanh-la{
    background-color: #7CFC00;
}
.option_xanh-duong,.option_xanh{
    background-color: blue;
}
.option_xam{
    background-color: gray;
}
.option_kem{
    background-color: #FFEBCD;
}
.option_xanh-nuoc-bien{
    background-color: #00BFFF;
}
section.new_post{
    padding-top: 10px;
    display: block;
}
figure.photo {
    display: block;
    text-align: center;
}
.col-lag-new_index figure.photo a {
    display: block;
    padding: 0px;
}
figure.photo img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.name_color{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    /*border: 1px solid #ccc;*/
}

.page_navi{
    display: block;
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    border: none;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #ffba00!important;
    border-color: #ffba00!important;
    color: #000 !important;
}
.pagination>li>a, .pagination>li>span{
    color: #666666;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    background-color: #ffba00!important;
    border-color: #ffba00!important;
    color: #000 !important;
}
#error-form-email, #error-form-phone{
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
    font-size: 14px;
}
.sort_name span.title {
    font-weight: bold;
    display: block;
    padding: 10px 0;
    font-size: 17px;
    /*font-family: RCB;*/
    color: #B01F24;
    text-transform: uppercase;
}
.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;
}
.lien-he-container {
    display: block;
    padding: 0px 10px 0 10px;
}
.lien-he-container .row {
    margin-left: -5px;
    margin-right: -5px;
}
.lien-he-container .row [class*=' col-'] {
    padding-left: 5px;
    padding-right: 5px;
}
.view_order p {
    display: block;
    margin-bottom: 5px;
}
.container_contact {
    background-color: #E5E5E5;
    margin-bottom: 15px;
}
#map_canvas {
    width: 100%;
    height: 450px;
}
.wrapper-contact-form {
    display: block;
    margin-top: 15px;
}
ul.social_like_single {
    display: block;
    text-align: right;
    position: relative;
}
ul.social_like_single li {
    display: block;
    float: left;
}
ul.social_like_single li.linkhay a {
    display: block;
    text-decoration: none;
}
ul.social_like_single li.linkin {
    margin: 0 5px;
    height: 20px;
    position: relative;
    top: 0px;
}
ul.social_like_single li.twitter_btn {
    margin-left: 5px;
    margin-right: 0px;
}

ul.social_like_single li.fb-share-tbn {
    margin-left: 5px;
}
.likeButton{
    display: block;
    padding: 10px 0;
}
.wishlist_detais_note{
    display: block;
    float: right;
}
.wishlist_detais_note .add-to-links-wishlist a{
    display: inline-block;
    margin-right: 5px;
}
.wishlist_detais_note .add-to-links-wishlist a i{
    color: #ff424f;
    font-size: 20px;
}
.wishlist_detais_note .add-to-links-wishlist .txt{
    font-style: italic;
}
.wishlist_detais_note .add-to-links-wishlist .ft{
    color: #F00;
}
.group-top-single-new{
     display: block;
 }
.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;
}
h1.titleView2{
    font-family: Expro, "Arial", "Roboto Condensed", Times, serif;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000;
    margin-top: 15px;
}
.detail_price{
    font-size: 16px;
    color: #c90927;
    font-weight: 700;
    margin-bottom: 10px;
}
.detail_price .like_postDetail{
    display: none;
}
.single_news_releated h2.other{
    display: block;
    font-family: Expro, "Arial", "Roboto Condensed", Times, serif;
    font-size: 15px;
    font-weight: bold;
}
.single-product-box-content{
    display: block;
    padding: 15px 0px;
}
.single-product-box-content iframe{
    max-width: 800px;
    margin: 0 auto;
    display: block;
}
@media(max-width: 768px){
    .detail_price{
        display: flex;
        justify-content: space-between;
    }
    .detail_price .like_postDetail{
        display: flex;
        border-radius: 20px ;
        font-size: 13px;
        padding: 3px 10px;
    }
}


.releated_product_details{
    display: block;
}
.releated_product_details h2{
    display: block;
    font-family: Expro, "Arial", "Roboto Condensed", Times, serif;
    font-size: 16px;
}
.releated_product_details h2 span{
    color: #3BA1A2;
}
.content_detail-show .ratings{
    display: block;
    margin: 5px 0;
}
.no-rating, .ratings, .tags, .ratings .rating-links{
    color: #646464;
    text-align: left;
}
.ratings .rating-box {
    display: inline-block;
    text-align: right;
    float: none;
    padding-bottom: 3px;
    margin-right: 5px;
}
.rating-box {
    background: url(../img/bkg_rating.png) repeat-x scroll 0 -19px transparent;
    font-size: 0;
    height: 14px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 90px;
}
.rating-box .rating {
    float: left;
    height: 14px;
    background: url(../img/bkg_rating.png) 0 0 repeat-x;
}
.rating-links {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}
.no-rating a, .ratings a, .tags a, .ratings .rating-links a {
    color: #2a7db1;
    font: 300 12px/1.35 Roboto,sans-serif;
    font-style: italic;
    text-decoration: underline;
}
.buy_content_bottom {
    background: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
}
.money_bottom {
    display: block;
    font-size: 20px;
    color: #ed1c25;
    font-weight: bold;
}
.addToCart_btn_bottom {
    background: #ed1b24;
    color: #FFF !important;
    padding: 8px 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    width: 80% !important;
    float: left;
    border: 1px solid #ed1b24;
}
.green_addtocart_btn_bottom img{
    padding:9px 0;
    width: 25px;
}
.classlist {
    margin-bottom: 5px;
    padding: 5px 0px 0px 0px;
}
.green_addtocart_btn img {
    float: left;
    padding: 8px;
    background: #fb666666c;
}
.green_addtocart_btn {
    background: #F04F32;
    display: block;
    overflow: auto;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font: 500 15px/1.35 Roboto,sans-serif;
    cursor: pointer;
}
.green_addtocart_btn:hover{
    background: #dc2a0a;
    color: #FFF;
}
.add-to-links li {
    float: left;
}
.pro_view_name3{
    margin-left: 15px;
}
.add-to-links li a {
    list-style: none;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #aaaaaa;
    border-radius: 20px;
    color: #aaaaaa;
    background: #ffffff;
    font-size: 18px;
    position: relative;
}
.add-to-links li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.like-enable {
    position: absolute;
    right: -5px;
    bottom: -3px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 1;
    text-align: center;
    font-size: 11px;
    padding: 2px;
    font-family: Roboto,sans-serif;
    background-color: rgb(240, 79, 50);
    color: rgba(255,255,255,1);
    border-radius: 50%;
    text-indent: 0 !important;
}
.addmorecart_content {
    text-align: center;
    margin-left: 10px;
}
.addToCart_btn {
    background: #ed1b24;
    color: #FFF !important;
    padding: 8px 10px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    width: 100% !important;
    border: 1px solid #ed1b24;
    line-height: 18px;
}
.img_singleProduct {
    padding: 0;
}
.img_singleProduct .boxImg img{
    margin: 0 auto;
    text-align: center;
    display: block;
}
.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.img_singleProduct .xzoom-thumbs img {
    width: 100%;
    max-width: 75px;
}
#xzoom-default {
    user-select: auto !important;
    -webkit-user-drag: auto !important;
    touch-action: auto !important;
}
.thumb-nav-xzoom{
    max-width: 560px;
}
.thumb-nav-xzoom li{
    padding: 0 5px;
}
.thumb-nav-xzoom .slick-prev:before{
    display: none;
}
.thumb-nav-xzoom .slick-next:before {
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    color: #333;
    opacity: 1;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    transform: translateY(-70%);
    right: 4px;
    background: #FFF;
    width: 40px;
    position: absolute;
    height: 40px;
}
#xzoom-thumbs {
    max-width: 100% !important;
}
#xzoom-thumbs ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5 !important;
}
#xzoom-thumbs::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5 !important;
}
#xzoom-thumbs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #10afe7;
}
.xzoom-thumbs a{
    display: inline-block;
}
.detail_singleProduct {
    margin-top: 20px;
}
#fixed_content_detail {
    position: relative;
    width: 100%;
    top: 0;
    
}
#public-main{
    display: block;
    position: relative;
}
.header_head_group{
    position: relative;
}
.call_support {
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
.help_dt p{
    margin: 0 0 10px;
}
.tel_support a {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
}
.details_product_bg{
    display: block;
    background: transparent;
}
.details_product_bg .container{
    background: transparent;
}
.modal {
    height: 100%;
    background: rgba(0,0,0,0.5);
    position:fixed;
}
.modal-reviews{
    margin: 150px auto 0 auto;
}
table#product-review-table th, table#product-review-table td{
    min-width: 80px;
    padding: 8px 10px !important;
}
table#product-review-table td input{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.btn_submit_rating{
    padding: 8px;
    background: #F04F32;
    margin: 0;
}
.btn_submit_rating:hover{
    background: #F04F32;
    opacity: 0.8;
}
.submit_rating{
    margin-top: 15px;
    text-align: center;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
    justify-content: center;
    flex-direction: row-reverse;
}
.modal-header .modal-title{
    position: absolute;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.9px;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem auto -1rem -1rem;
    opacity: 1;
}
.modal-header .close img{
    width: 20px;
}

.modal-backdrop {
    background-color: rgba(19, 16, 20, 0.8);
    background: rgba(19, 16, 20, 0.8);
    color: rgba(19, 16, 20, 0.8);
}
.fade.show{
    opacity: 1;
}
#size-guide-modal .modal-dialog{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
     transform: translate(0,0); 
}
#size-guide-modal .modal-dialog {
    width: 950px;
    margin: 30px auto;
}
.content_detail-show .status{
    padding:10px 0;
}
.content_detail-show .km{
    padding:10px;
    margin:10px 0;
    background:#fae2ec;
    font-style:italic;
}
.content_detail-show .km i{
    color:#02841e;
}
.content_detail-show .km span{
    color:#F00;
}
.content_detail-show .help_dt{
    display:block;
    padding:10px;
    margin:10px 0;
    background:#fdf7fa;
    border:1px dashed #FF6666660;
}
.content_detail-show .help_dt .call_support{
    margin-top:10px;
}
.content_detail-show .order_product{
    margin-top:0px;
}
.content_detail-show .order_product .addToCart_btn{
    margin-top:0px;
    background:#012d5f;
    border-color:#012d5f;
}
.content_detail-show .order_product .green_addtocart_btn{
    background:#012d5f;
    border-color:#012d5f;
}
.content_detail-show .order_product .addToCart_btn:hover,.content_detail-show .order_product .green_addtocart_btn:hover{
    color:#FFF;
    background:#013573;
    border:1px dashed #FF6666660;
}
.variable_option .custom_title_detail{
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    font-weight: bold;
}
p.color_variable_name{
    color: #666666;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
.shopping-cart>a>span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    line-height: 30px;
}
.title_page_thank{
    text-transform: uppercase;
    padding: 15px 0;
    color: #f1592a;
    font-size: 35px;
}
.tks_page_cnt p{
    font-size: 18px !important; 
    padding: 4px;
}
.thank_container{
    margin: 30px 0;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.categories_list, .block_size{
    padding-top: 15px;
}
.list_size input[type="checkbox"]{
    display: none;
}
.list_size label{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dedede;
    text-align: center;
}
.group-section-wrap{
    margin-top: 20px;
    padding-bottom: 40px;
}
.list_size li input[type="checkbox"]:checked + label, .list_size li:hover label {
    background-color: #111;
    color: #fff;
    border: 1px solid #111;
}
.basel-cart-design-2>a .subtotal-divider, .basel-cart-design-3>a .subtotal-divider {
    display: none;
}
.basel-cart-design-2>a .basel-cart-number, .basel-cart-design-3>a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fd120f;
    position: absolute;
    top: 0px;
    left: -10px;
    font-family: Arial;
}
.basel-cart-design-2>a .basel-cart-subtotal, .basel-cart-design-3>a .basel-cart-subtotal {
    margin-left: 2px;
    font-size: 12px;
    display: none;
}
.shopping-cart>a .amount {
    font-weight: 700;
}
.shopping-cart {
    cursor: pointer;
    position: relative;
}
.shopping-cart .dropdown-wrap-cat {
    padding-top: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.shopping-cart .dropdown-cat {
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    width: 320px;
    color: #3c3c3c;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.widget_shopping_cart .product_list_widget {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.widget_shopping_cart .total {
    border-top: 1px solid rgba(124,124,124,.2);
    border-bottom: 1px solid rgba(124,124,124,.2);
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 24px;
}
.woocommerce-mini-cart__buttons {
    display: table !important;
    margin-top: 15px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.widget_shopping_cart .buttons {
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.widget_shopping_cart .total strong {
    float: left;
    font-size: 14px;
    color: #1B1919;
    text-transform: uppercase;
}
.widget_shopping_cart .total .amount {
    float: right;
    font-family: Karla,Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #f90204;
    text-transform: uppercase;
}
.woocommerce-mini-cart__buttons a {
    color: #fff !important;
    display: table-cell;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    background: #F04F32 !important;
    border-color: #F04F32 !important;
}
.woocommerce-mini-cart__buttons a:hover{
    background: #F04F32 !important;
    border-color: #F04F32 !important;
    color: #FFF;
}
.widget_shopping_cart .buttons a {
    width: 100%;
    color: #2D2D2D;
}
.widget_shopping_cart .buttons a:first-child {
    margin-bottom: 10px;
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
    display: block;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #F2F2F2;
}
.widget_shopping_cart .product_list_widget li:first-child {
    margin-top: 0px;
}
.widget_shopping_cart .product_list_widget li>a {
    padding-right: 25px;
    color: #333;
    text-decoration: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.widget_shopping_cart .product_list_widget li .remove {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    line-height: 14px;
    font-size: 23px;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(0,0,0,.6);
}
.widget_shopping_cart .product_list_widget li .quantity {
    color: #bbb;
    font-size: 12px;
    display: block;
    margin-top: 0px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.shopping-cart:hover>.dropdown-wrap-cat,.shopping-cart.cart_show>.dropdown-wrap-cat {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    top: 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: #666666;
}
.woocommerce table.shop_table thead th {
    border-color: #e5e5e5;
    color: #333;
}
.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;
}
.info-qty .qty-val {
    height: 28px;
    background: #fff;
    border: 0;
    text-align: center;
    display: block;
    padding: 0 15px;
    width: 100%;
}
#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-up {
    border-left: 1px solid #e8e8e8;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
.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;
}
.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;
}
#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;
}
.container_checkout {
    margin: 15px 0;
}
.woocommerce table.shop_table td.actions {
    text-align: right;
}
.woocommerce table.shop_table button.button, .woocommerce table.shop_table input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce table.shop_table input.button, .woocommerce table.shop_table a.button, .woocommerce table.shop_table button.button {
    background: #fe9c00 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
    font-weight: 400;
}
.form_user_cart label {
    font-weight: 700;
}
.hitsu {
    color: #FF6666660;
}
.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: 8px 15px;
    text-transform: capitalize;
    font-family: "Roboto Condensed";
}
.cart_totals table.shop_table tr th {
    background: transparent;
}
.cart_totals table.shop_table tr td {
    text-align: left;
}
.cart_totals .woocommerce-Price-amount {
    color: #f1592a;
    font-weight: bold;
}
.checkout_submit_form_order {
    display: block;
    margin: 15px 0;
}
.checkout_submit_form_order .wc-proceed-to-checkout {
    display: block;
    text-align: center;
}
.wc-proceed-to-checkout button {
    text-transform: uppercase;
    min-width: 50px;
    font-weight: bold;
    font-family: Expro;
}
td.product-remove a.remove{
    width: inherit;
}
header.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040 !important;
    width: 100%;
    -webkit-transition: top .8s ease;
    -moz-transition: top .8s ease;
    -o-transition: top .8s ease;
    transition: top .8s ease;
    -webkit-box-shadow: 0px 7px 10px -10px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 7px 10px -10px rgba(0,0,0,0.9);
    box-shadow: 0px 7px 10px -10px rgba(0,0,0,0.9);
    background: #FFF;
}
#back-top {
    animation: 2s ease 0s normal none infinite running float;
    cursor: pointer;
}
@keyframes float {
    0% {
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50% {
        transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
    }
    100% {
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}
.mh-alo-phone {
    background-color: transparent;
    bottom: 0;
    cursor: pointer;
    height: 110px;
    left: 0;
    position: fixed;
    visibility: visible;
    width: 110px;
    z-index: 266666600 !important;
}
.mh-alo-ph-circle {
    background-color: transparent;
    border: 2px solid #F04F32;
    border-radius: 100%;
    height: 90px;
    left: 12px;
    opacity: 0.5;
    position: absolute;
    top: 12px;
    width: 90px;
}
.mh-alo-ph-circle-fill {
    background-color: rgba(240, 79, 50, 0.5);
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 28px;
    opacity: 0.75 !important;
    position: absolute;
    top: 28px;
    transition: all 0.5s ease 0s;
    width: 60px;
}
.mh-alo-ph-img-circle {
    background: #F04F32 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat scroll center center / 70% auto;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 30px;
    left: 43px;
    opacity: 0.7;
    position: absolute;
    top: 43px;
    transform-origin: 50% 50% 0;
    transition: all 0.2s ease-in-out 0s;
    width: 30px;
}
#fixed_content_detail_parent {
    position: relative;
    padding-left: 30px;
}

.header3 {
    width: 100%;
    top: 25px;
    z-index: 50;
}

.details_product_bg section#section{
    padding-top: 0px;
}
.container_bienthe_group_combo{
    height: 200px;
    overflow-y: scroll;
}
ul.price_single{
    display:block;
    padding: 6px 0;
}
ul.price_single li{
    display:inline-block;
}
#fixed_content_detail ul.price_single li{
    display:block;
    position: relative;
    padding-left: 15px;
}
#fixed_content_detail ul.price_single li:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10afe7;
}
#fixed_content_detail ul.price_single li .oldPrice_content{
    margin-left: 0px;
    font-size: 18px;
    color: #9b9b9b;
    font-weight: 300;
    line-height: 18px;
    margin: 0;
}
#fixed_content_detail ul.price_single li .money_bottom, #fixed_content_detail ul.price_single li .newPrice_content{
    line-height: 18px;
    font-size: 18px;
    color: #ed1c25;
    padding-top: 8px;
    font-weight: bold;
    margin: 0;
}
#fixed_content_detail ul.price_single li .price2{
    font-size: 18px;
    font-weight: bold;
    color: #ee4d2d;
    font-family: Arial;
}
.container_tbl_add_cart_view{
    display: flex;
    justify-content: left;
    margin-top: 15px;
}
#fixed_content_detail .container_tbl_add_cart_view .addmorecart_content{
    margin: 0px 15px 0px 0px;
}
.container_tbl_add_cart_view .cartbtn_bottom{

}
.container_tbl_add_cart_view .addmorecart_content .green_addtocart_btn{
    color: #ee4d2d;
    background: #ff57221a;
    border: 1px solid #ee4d2d;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
    text-transform: inherit;
    border-radius: 2px;
}
.container_tbl_add_cart_view .addmorecart_content .green_addtocart_btn:hover{
    background: #57c153;
    border: 1px solid #6dc369;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
    color:#FFF;
}
.container_tbl_add_cart_view .cartbtn_bottom .addToCart_btn_bottom{
    color: #fff;
    background: #ee4d2d;
    width: inherit !important;
    font-size: 15px;
    padding: 5px 15px;
    text-transform: inherit;
    border-radius: 2px;
}
.container_tbl_add_cart_view .cartbtn_bottom .addToCart_btn_bottom:hover{
    background: #ffeee8;
    color:#ee4d2d !important;
    border: 1px solid #ee4d2d;
}
.xzoom-source, .xzoom-preview {
    z-index: 3;
    /*top: 280px !important;*/
}
#fixed_content_detail .order_product {
    margin-top:0px;
}
#fixed_content_detail h1{
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}
#cfacebook {
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 999999999999999;
    width: 250px;
    height: auto;
    box-shadow: 6px 6px 6px 10px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#cfacebook a.chat_fb {
    font-style: normal;
    float: left;
    padding: 0 15px;
    width: 250px;
    color: #fff;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-family: RCB;
    font-size: 16px;
}
#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: none;
    background-color: #fff;
}
#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left;
}
.container{
    display:block;
    width: 100%;
    position:relative;
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 768px){
    .container{
        /*padding-left: 0;
        padding-right: 0;*/
    }
    .main_content{
        /*background: #cdcdcd !important;*/
        background: unset !important;
    }

    .group-section-wrap{
        margin-top: 0;
        padding-bottom: 0;
    }
}

.color_by_product_id ul{
    display:block;
    margin: 0 auto;
    text-align:center;
}
.color_by_product_id ul li{
    display:inline-block;
    margin: 0 3px 0 3px;
}
.color_by_product_id ul li:first-child{
    margin-left:0px;
}
.color_by_product_id ul li:last-child{
    margin-right:0px;
}
.color_by_product_id .name_color{
    width: 20px;
    height: 20px;
}
.categories_list .filter {
    overflow-y: auto;
    overflow-x: hidden;
}
.custom_item_detail ul.choose_size{
    display:inline-block;
    list-style: none;
}
.custom_item_detail ul.choose_size li{
    display:block;
    float:left;
    margin-right:0px;
}
.mg-bt-20{
    margin-bottom: 20px;
}
.seperate-icon,.block-pding{
    display: block;
    text-align: center;
}
a.effect {
    display: block;
    position: relative;
    overflow: hidden;
}
a.effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
a.effect:hover:before{
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
.img_item img{
    height: auto !important;
    max-width:100%;
    width:100%;
    display:block;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
#chat-facebook {
    z-index: 2147483666666;
    position: fixed;
    bottom: 30px;
    right: 80px;
    width: 60px;
    height: 60px;
}
#chat-facebook .button-chat {
    width: 100%;
    height: 100%;
    background: #0b406f;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 30px rgba(0,0,0,.26);
    text-align: center;
}
#chat-facebook .button-chat-icon {
    position: absolute;
    max-width: 36px;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -18px;
}
#chat-facebook .button-chat-icon {
    width: 36px;
    height: 29px;
    color: #666666;
}
#chat-facebook .button-chat-icon img {
    max-width: 36px;
}
.fb-livechat, .fb-widget {
    display: none;
}
.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s,visibility .4s;
    transition: opacity .4s,visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.05);
    display: none;
}
.fb-widget {
    background: #fff;
    z-index: 999999;
    position: fixed;
    width: 320px;
    height: 435px;
    overflow: hidden;
    opacity: 1;
    bottom: 0;
    right: 24px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 5px 40px rgba(0,0,0,.16);
    -moz-box-shadow: 0 5px 40px rgba(0,0,0,.16);
    -o-box-shadow: 0 5px 40px rgba(0,0,0,.16);
}
.ctrlq.fb-close {
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px;
}
.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer;
}
.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    right: 24px;
    cursor: pointer;
}
.ctrlq.fb-close::after {
    content: 'x';
    font-family: sans-serif;
}
.ul-social{
    display: inline-block;
    width: 89%;
    text-align: right;
    font-size: 30px;
    vertical-align: bottom;
}
.ul-social li{
    display: inline-block;
}
.social-share>li{
    position: relative;
    max-width: 120px;
}
.social-share>li>a {
    text-align: center;
    padding: 5px 8px;
    background: #F04F32;
    color: #FFF;
    max-width: 70px;
    font-size: 14px;
}
.social-share li ul.sub_list_share{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100px;
    text-align: left;
}
.social-share li ul.sub_list_share li{
    padding: 0px 5px 2px 10px;
    text-align: left;
}
.social-share li ul.sub_list_share li a{
    display: block;
}
.social-share li:hover ul.sub_list_share {
    border: 1px solid #ccc;
    background: #FFF;
}

.uppercase{
    text-transform: uppercase;
}
.modal-login {
    width: 385px;
}
.login-form form {
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 15px;
}
.login-form h2 {
    margin: 0 0 15px;
}

.input-group-addon .fa {
    font-size: 18px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
}
.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}
.social-btn .btn:hover {
    opacity: 0.9;
}
.social-btn .btn-primary {
    background: #507cc0;
}
.social-btn .btn-info {
    background: #64ccf1;
}
.social-btn .btn-danger {
    background: #df4930;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}
.register_here {
    margin-top: 15px;
    font-size: 14px;
}
.register_here a{
    color: #337ab7;
    text-decoration: underline;
}
.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-login .title-modal{
    padding: 15px 0;
    text-transform: uppercase;
}
h2.legend{
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0;
}
.infor-login{
    border-top: 1px dashed #f2f2f2;
    margin-top: 15px;
}
#customer-register input[type="text"].form-control , #customer-register input[type="password"].form-control {
    padding: 6px 10px;
}
.modal-backdrop{
    display: none !important;
}
input#birthday_day, input#birthday_month{
    display: inline-block;
    max-width: 95px;
}
input#birthday_year{
    max-width: 110px;
    display: inline-block;
}
.error{
    display: block;
    color: red;
}
.discount-error{
    color: red;
    line-height: 30px;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="number"], .login-form .select{
    /*padding: 2px 8px;*/
}
.avatar-upload .avatar-edit {
    display: none;
    position: absolute;
    right: 12px;
    z-index: 1;
    bottom: 0;
}
.avatar-upload .avatar-edit.active{
    display: block;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #4a4a4a;
    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: "";
    /*
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;*/
    background-image: url(../images/camera-icon.svg);
    background-size: 25px 20px;
    width: 25px;
    height: 20px;
    display: inline-block;
}
.avatar-upload {
    position: relative;
    width: 100px;
    margin: 15px 0;
}
.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    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;
}
.icon_cart_mobi a {
    display: block;
    position: relative;
}
.icon_cart_mobi {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.icon_cart_mobi a.icon_cart_tbn_a img {
    position: relative;
    top: 0px;
}
.icon_cart_mobi a.icon_cart_tbn_a .basel-cart-totals {
    position: absolute;
    right: 3px;
    top: -7px;
}
.icon_cart_mobi>a>span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    line-height: 30px;
}
.icon_cart_mobi>a .basel-cart-number, .icon_cart_mobi>a .basel-cart-number {
    padding: 0;
    margin-left: 0;
    font-size: 10px;
    color: #fff;
    width: 17px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    background-color: #fd120f;
    position: absolute;
    top: 0px;
    left: -10px;
    font-family: Arial;
}
.icon_cart_mobi>a .subtotal-divider{
    display: none;
}
.icon_cart_mobi>a .basel-cart-subtotal{
    margin-left: 2px;
    font-size: 12px;
    display: none;
}
.dangtin_btn_m{
    padding: 5px;
    border: 1px solid #10afe7;
    border-radius: 3px;
    background-color: #10afe7;
    color: #fff;
}
.flash_sale_home .product-item{
    margin-bottom: 15px;
}
ul.category_menu_product_home_read_moblie>li {
    display: block;
    min-height: 40px;
    position: relative;
}
ul.category_menu_product_home_read_moblie>li>a {
    display: block;
    position: relative;
    padding: 7.5px 10px 7.5px 0px;
    color: #333;
    text-transform: capitalize;
    z-index: 2;
    border-bottom: 1px solid #f1f1f1;
    transition: none;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 2;
    color: rgb(68, 68, 68);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    height: 100%;
    text-decoration: none;
}
ul.category_menu_product_home_read_moblie>li>a .icon-wrap {
    width: 29px;
    text-align: center;
}
ul.category_menu_product_home_read_moblie>li>ul {
    display: none;
}
ul.category_menu_product_home_read_moblie>li>a.sub:hover:after {
    content: "";
}
ul.category_menu_product_home_read_moblie>li>a.sub:after {
    position: absolute;
    right: 6px;
    content: "\e838";
    font-family: "iconfont";
    top: 50%;
    transform: translateY(-50%);
}
ul.category_menu_product_home_read_moblie>li>ul>li{
    padding-left: 8px;
}
ul.category_menu_product_home_read_moblie li ul li a {
    color: #444444;
    font-size: 14px;
    font-family: Roboto;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
}
ul.category_menu_product_home_read_moblie>li.active>ul{
    display: block;
}
.arr-mn-mobi {
    position: absolute;
    right: 3px;
    top: 5px;
    font-size: 12px;
    z-index: 99999;
    width: 30px;
    height: 30px;
    text-align: center;
}
#modal_addtocart .modal-header{
    padding: 10px;
    position: relative;
}
#modal_addtocart .modal-header .close{
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
#modal_addtocart .modal-dialog{
    margin-top: 130px;
}
.cls_birthday{
    max-width: 120px;
    display: inline-block;
}
.errorTxt{
    color: red;
    font-weight: bold;
}
#menu_user_mobile{
    margin-top: 10px;
}
#menu_user_mobile li a {
    color: #FFF;
    text-align: left;
    padding: 8px 6px;
}
.container_checkout .alert-dismissable .close, .container_checkout .alert-dismissible .close{
    position: relative;
    top: -8px;
    right: 0px;
    color: #000;
}
.data_detail_ingredients{
    margin: 0px 0px 0px 0px; 
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
#shopping-cart-table thead tr th.col{
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 1.2rem;
    letter-spacing: 1px;
    vertical-align: baseline;
    border-bottom: 1px solid #f4f5f7;
    padding-top: 21px;
    padding-bottom: 15px;
}
.woocommerce #shopping-cart-table thead tr th.col.cart-item-count-and-messages {
    padding: 10px 8px 10px !important;
}
#shopping-cart-table .cart-item-count {
    color: #10afe7;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    letter-spacing: .5600000000000001px;
    text-transform: uppercase;
}
#shopping-cart-table .cart-item-count .cart-item-count-label {
    font-family: 'Roboto';
    font-weight: normal;
}
#shopping-cart-table .mobile-page-messages .page.messages {
    margin: 10px 0 8px;
}
#shopping-cart-table .cart>.item {
    border-bottom: 1px solid #f4f5f7;
    position: relative;
}
#shopping-cart-table .item .col.item {
    padding: 31px 8px 0;
}
#shopping-cart-table .item .col.item .item-inner-wrapper {
    display: table;
    min-height: 75px;
    position: relative;
    width: 100%;
}
#shopping-cart-table .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 16px;
    position: static;
    vertical-align: top;
    width: 1%;
    font: 0/0 a;
}
#shopping-cart-table .product-item-photo .product-image-container {
    display: inline-block;
    max-width: 100%;
}
#shopping-cart-table .product-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
}
#shopping-cart-table .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
    text-align: left;
}
#shopping-cart-table .product-item-name {
    padding-right: 32px;
}
#shopping-cart-table .product-item-name {
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 15px;
    letter-spacing: .7px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 6px;
}
#shopping-cart-table .product-item-name a {
    color: #000;
    text-decoration: none;
}
#shopping-cart-table .product-item-name a:visited {
    color: #000;
    text-decoration: none;
}
#shopping-cart-table .product-item-subtotal {
    margin: 0 0 12px;
}
#shopping-cart-table .price-including-tax, #shopping-cart-table .price-excluding-tax {
    display: block;
    font-size: 14px;
    line-height: 1;
}
#shopping-cart-table .product-item-subtotal .price-excluding-tax>.price{
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}
#shopping-cart-table .product-item-size-qty {
    max-width: 184px;
}
#shopping-cart-table .actions-toolbar a.action:visited {
    color: #000;
    text-decoration: underline;
}
#shopping-cart-table .actions-toolbar>.action-delete {
    display: inline-block;
    background-size: 28px;
    display: block;
    margin: 0;
}
#shopping-cart-table .action {
    color: #000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 12px;
    letter-spacing: .5px;
    margin: 20px 10px 0 0;
}
#shopping-cart-table .actions-toolbar>.action-delete:before {
    display: block;
    position: absolute;
    top: -6px;
    right: 1px;
    background-image: url(../img/close-circle.svg);
    background-position-x: center;
    background-position-y: center;
    background-size: 25px;
    line-height: 30px;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    content: '';
}
#shopping-cart-table .actions-toolbar:after{
    clear: both;
    content: '';
    display: table;
}
.woocommerce #shopping-cart-table img{
    width: 120px;
}
.btn_contact_use{
    font-size: 18px;
    padding: 8px 15px;
    display: block;
    background: #10afe7;
    text-align: center;
    margin-top: 8px;
    color: #FFF !important;
}
.category_filter{
    margin: 6px 0;
}
.customer-pagination>li>a, .customer-pagination>li>span {
    border: 1px solid #ccc;
    border-radius: 50% !important;
    margin: 0 3px;
    display: block;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
}
.customer-pagination>li>a:hover, .customer-pagination>li>a:focus, .customer-pagination>li>span:hover, .customer-pagination>li>span:focus{
    color: #FFF;
    background-color: #3d732996 !important;
    text-decoration: none;
}.customer-pagination>li.active>span:hover, .customer-pagination>li.active>span:focus, .customer-pagination>li.active>a:hover, .customer-pagination>li.active>a:focus{
    color: #FFF;
    background-color: #3d732996 !important;
    text-decoration: none;
}
.customer-pagination>.disabled>a, .customer-pagination>.disabled>a:focus, .customer-pagination>.disabled>a:hover, .customer-pagination>.disabled>span, .customer-pagination>.disabled>span:focus, .customer-pagination>.disabled>span:hover{
    background-color: #f2f2f2;
}
.customer-pagination>li.active>span{
    background-color: #58b954 !important;
    color: #FFF;
}
.ls-related-product .item_product_list{
    margin: 0 5px;
}

.menu_mobile_header {
    display: none;
}

/*register*/
.form_customer{
    padding: 20px;
    background: #fff;
    
}

.form_customer .control-label{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*register*/


@media (min-width: 1500px){
    .p-container {
        max-width: 1400px;
    }
}
@media (min-width: 1400px){
    .p-container {
        max-width: 1300px;
    }
}
@media (min-width: 1300px){
    .p-container {
        max-width: 1200px;
    }
    
}
@media screen and (max-width:1199px){
    .flash_sale_home .product-item {
        width: 20%;
        float: left;
    }
    #Offer_Home .product-item {
        width: 20%;
        float: left;
    }
    .list_theme_category .col-lg-5ths{
        width: 20%;
        float: left;
    }
}
@media screen and (max-width:1100px){
    ul#primary_menu_top>li>a{
        padding: 10px 20px;
    }
    .nav-main ul.main-menu>li.has_level1{
        padding-right: 8px;
    }
    .nav-main ul.main-menu>li.has_level1>a:before{
        right: 0;
    }
}
@media screen and (max-width:991px){
    .flash_sale_home .product-item {
        width: 50%;
        float: left;
    }
    ul#primary_menu_top>li>a{
        padding: 10px 12px;
    }
    #Selling_Home .product-item .pro-info{
        padding: 8px 15px;
    }
}
@media screen and (max-width:767px){
    .container-p-sm-0{
        padding-left: 0;
        padding-right: 0;
    }

    .main-container{
        /*padding-top: 50px;*/
    }
    .box{
        padding: 5px;
    }
    header.header_site .top_bar{
        display: none;
    }
    .container_theme_category ul.list_child{
        display: none;
    }
    .container_theme_category h1{
        font-size: 20px;
    }
    body.cbp-spmenu, body.cbp-spmenu-push{
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }
    .form_content_regis_email{
        width: 100%;
    }
    .data_detail_ingredients{
        height: auto;
    }
    .container_releated_single h3.title, .history_container_read_product h3.top_title{
        font-size: 18px;
    }
    #product-attribute-specs-table tbody{
        display: block;
    }
    .detail_product_tab_view .table_view_details_pr{
        padding: 0;
    }
    #flash_sale_home .price-box .box_price_item .old-price, #flash_sale_home .price-box .box_price_item .special-price{
        display: inline-block;
        text-align: left;
    }
    .product_item_flash_group{
        padding: 15px 7.5px;
    }
    .ctrlq.fb-button{
        width: 47px !important;
        height: 47px !important;
    }
    .list_theme_category .col-lg-5ths{
        width: 50%;
        float: left;
    }
    .content_group_offer_view{
        margin-bottom: 0;
    }
    .content_group_offer_view h2.title{
        font-size: 18px;
        padding-left: 5px;
    }
    .content_group_selling_view, .content_group_offer_view{
        padding: 15px 5px;
    }
    #Offer_Home .product-item{
        width: 50%;
    }
    .info_company_footer .content_middle_item .address_end, .info_company_footer .content_middle_item .hotline_end{
        width: 100%;
    }
    .info_company_footer .content_middle_item .hotline_end{
        padding-top: 15px;
    }
    .icon_search_mobi {
        position: absolute;
        top: 50%;
        right: 45px;
        transform: translateY(-50%);
    }
    .btn-search-mobi{
        padding: 6px;
        background: #FFF;
        color: #000;
        font-size: 24px;
        cursor: pointer;
    }
    .header_head_group{
        margin: 0 -16px;
    }

    .title_search_mob{
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cdcdcd;
        font-size: 18px;
        position: relative;
    }

    .title_search_mob .close_search_mob{
        position: absolute;
        right: 10px;
        top: 0;
        cursor: pointer;
        font-size: 20px;
        line-height: 1;
    }

    .header_head_group .box_search_header_mob{
        display: block;
        margin-left: 0;
        /*position: absolute;*/
        width: 100%;
        /*bottom: -50px;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        z-index: 999;
        /*height: 50px;*/
        /*background: #FFF;*/
        padding: 0 10px;
        /*border-radius: 0px 0px 5px 5px;*/
    }

    .header_head_group .menu-top-left{
        display: block;
    }


    .header_head_group .box_search_header_mob .form_search_mob{
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 8px 10px;
        position: relative;
        background: #fff;
    }

    .header_head_group .box_search_header_mob .form_search_mob .fa{
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .header_head_group .box_search_header {
        display: none;
    }

    .header_head_group .box_search_header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #fff;
        margin: 0;
        padding: 30px 10px 10px;
    }

    .header_head_group .box_search_header .form-search{
        display: block;
    }

    .header_head_group .box_search_header .form-search input,
    .header_head_group .box_search_header .form-search select{
        width: 100% !important;
        display: block;
        margin: 0 0 15px;
        border: solid 1px #ccc;
    }

    .header_head_group .box_search_header .form-search {
        width: 100%;
        padding: 10px 0;
        position: inherit; 
        top: inherit; 
        transform: none;
    }

    .place_autocomplate ul li{
        padding: 5px 0;
    }

    .form-search input#search, .form-search input#search_input{
        height: 35px;
    }
    .box_search_header button{
        height: 35px;
        bottom: 0;
    }
    #top_home_slider .container{
        padding-left: 0;
        padding-right: 0;
    }
    .page_home_top_hor .slider_home{
        padding: 0 0 15px;
    }
    .page_home_top_hor .load_ads_top_hor{
        padding-right: 0;
    }
    .content_slider_group_home{
        padding: 0;
    }
    #flash_sale_home h2{
        font-size: 26px;
        padding: 20px 0;
    }
    .product_list_flash_sale .product-item{
        width: 50%;
        margin-bottom: 20px;
    }
    #flash_sale_home .price-box .box_price_item{
        padding-right: 0;
    }
    #flash_sale_home .price-box .tbl_add_cart {
        position: relative;
        max-width: 100px;
        top: inherit;
        transform: none;
        right: inherit;
    }
    .container_selling_sale .product-item{
        display: inline-block;
        width: 50%;
    }
    #top_home_slider .container_left{
        display: none;
    }
    #top_home_slider .container_right{
        width: 100%;
    }
    .header_head_group .logo-page img{
        max-width: 130px;
    }
    .nav_login_resign_group_header{
        display: none;
    }
    .top_header .menu-top-right{
        display: none;
    }
    .nav_top_bar{
        display: none;
    }
    .nav_login_resign_group_header li.customer-icon .user_text{
        display: none;
    }
    .nav_login_resign_group_header li.customer-icon a img, .nav_login_resign_group_header li.customer-icon a i{
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
    }
    .nav_login_resign_group_header li.customer-icon a img{
        width: 28px;
    }
    .menu_primary{
        display: none;
    }
    .search_on_mobi .input-group{
        width: 100%;
    }
    .search_on_mobi .form-search input#search_input{
        width: calc(100% - 105px);
        display: inline-block;
        padding: 12px;
    }
    .search_on_mobi{
        padding: 5px 0 10px;
    }
    .box_search_header button{
        display: inline-block;
        position: relative;
    }
    .choose_color, .choose_variable{
        display: flex;
        flex-wrap: wrap;
    }
    .slide-page .slick-dots{
        display: flex !important;
        bottom: -10px;
    }
    .form_customer {
        padding-top: 25px;
    }
    .logo_menu_mobile a{
        padding: 8px !important;
    }
    .mobile_menu .block-title {
        padding: 8px;
        background: #4570bf !important;
        text-align: center;
    }
    .mobile_menu .block-title span {
        color: #FFFFFF;
        font: 300 13px/1.35 Roboto,sans-serif;
    }
    .mobile_menu .block-title .nb_account {
        padding: 12px 0px 0px 0px;
        text-align: center;
    }
    .mobile_menu .block-title .nb_account a {
        padding: 3px 10px 3px 10px;
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .mobile_menu .block-title .nb_account .nb_account_space {
        padding: 0px 8px 0px 8px;
    }
    .logo_menu_mobile img{
        max-width: 100px;
        display: block;
        margin: 0 auto;
    }
    /* .home_slider_products .slick-arrow, .home_read_products_session .slick-arrow,  */
    
    #xzoom-img{
        float: inherit !important;
    }
    #singleProductImg {
        padding-left: 7.5px;
    }

    .col-lag-new_index .asolus_title{
        position: relative;
        left:inherit;
        right:inherit;
        bottom:inherit;
        margin: 5px 0;
    }
    .col-lag-new_index .asolus_title h2{
        display:none;
    }
    .col-lag-new_index .asolus_title h3 a{
        color:#333;
    }
    .page-site{
        overflow: hidden;
        width:100%;
    }
    button.menu_mobile_header:hover, button.menu_mobile_header:focus{
        background-color: #FFF !important;
    }
    .info-qty .qty-val{
        padding: 0px;
    }
    .info-qty .qty-down, .info-qty .qty-up{
        width: 30px;
    }

    .xzoom-thumbs{
        display: flex;
        display: -ms-flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .xzoom-thumbs a{
        padding: 0 3px;
    }
    .details-sumary ul, .details-sumary ol{
        padding-left: 10px;
    }
    #my-cart-table{
        font-size: 12px;
    }
    .modal-body{
        overflow-x: scroll;
    }

    table th{
        font-size: 12px;
    }
    table th, table td{
        padding: 5px 5px !important;
    }
    .table_view_details_pr table tr{
        width: 100%;
        display: block;
    }
    .table_view_details_pr table th,.table_view_details_pr table td{
        padding: 5px 5px !important;
        display: block;
        width: 100%;
        text-align: left;
    }
    .menu-top-right li.my-card{
        width: 100%;
        display:block;
        text-align:left;
        padding:0px;
        
    }
    .menu_mobile_header {
        display: block;
        margin: 0px !important;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
        display: block;
        z-index: 10;
        padding: 0;
        background-color: #fff;
        border: 0;
    }
    .top_header .logo-page{
        z-index:8;
        margin: 0 auto;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bar1, .bar2, .bar3 {
        background-color: #333;
        display: block;
        height: 3px;
        margin: 4px 0;
        transition: all 0.4s ease 0s;
        width: 23px;
    }
    .menu-active .bar2 {
        opacity: 0;
    }
    .menu-active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-3px, 3px);
        transform: rotate(-45deg) translate(-3px, 3px);
    }
    .menu-active .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
    .product_detail_header #fixed_content_detail_parent{
        padding-top: 15px;
    }
    #fixed_content_detail_parent{
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    #fixed_content_detail .title_product_detail{
        margin-top: 0px;
        font-size: 16px;
    }
    #fixed_content_detail ul.price_single li .price2{
        font-size: 15px;
    }
    .detail_product_tab_view h5.ingredients_title{
        font-size: 16px;
    }
    #fixed_content_detail{
        position: inherit !important;
        width: 100% !important;
        top: inherit !important;
    }

    .pc{
        display: none;
    }
    .mobile{
        display: block !important;
    }

    .details-sumary{
        font-size: 14px;
    }
    .details-sumary h3{
        font-size: 18px;
    }

    .form_customer .control-label{
        justify-content: flex-start;
    }

}
@media screen and (max-width:640px){
    
}
@media screen and (max-width:550px){
    .content_group_selling_view h2.title{
        font-size: 20px;
    }
    .content_group_selling_view h2.title:before, .content_group_selling_view h2.title:after{
        width: 50px;
    }
}
@media screen and (max-width:414px){

}
@media screen and (max-width:380px){
    
    .price_sale{
        font-size: 12px;
    }
    .current_price{
        font-size: 12px;
    }
    .ul_quantity>li:last-child{
        display: block; 
        padding-top: 10px
    }

    .nav-tabs{
        border-bottom: none;
    }
    .tab-content{
        padding: 10px 15px 0 15px;
    }
    .container_selling_sale .special-price .price{
        font: 500 13px/1.35 Expro,sans-serif !important;
    }
}
@media screen and (max-width:360px){
    .modal-popup-page {
        width: 18.75rem;
    }
}
/* Clearfix
-----------------------------------------*/
/*
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);


.container .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.container [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
*/
.clearfix,.clear{
    zoom: 1;
}
.clearfix:after,.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*home*/
.banner_home{
    position: relative;

}

.banner_home .bg-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_home .content-banner{
    text-align: center;
}
.banner_home .content-banner h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.banner_home .content-banner a{
    color: #3d7329;
    font-size: 16px;
}

.banner_home .content-banner a.btn{
    border: 1px solid  #3d7329;
    background-color:  #3d7329;
    color: #fff;
}

@media (max-width: 990px){
    .banner_home .content-banner{
        padding: 5px;
    }
    .banner_home .content-banner h2{
        font-size: 16px;
        margin-bottom: 5px;
    }
}
/*home*/

/*page page*/
.title-page-page{
    font-size: 28px;
    color: #0073b1;
    /*font-weight: 600;*/
}
@media(max-width: 768px){
    .title-page-page{
        font-size: 20px;
    }
}
/*page page*/

/*page dang tin*/
.step_dangtin{
    padding: 0 20px;
}
.form-control{
    font-size: 14px;
}
.form-control:focus{
    box-shadow: unset;
    outline: none;
}
.form-control.is-valid, .was-validated .form-control:valid{
    background-image: unset;
}

.was-validated .form-control.error{
    border-color: #dc3545;
}

.progressbar {
  counter-reset: step;
  padding: 0;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.progressbar li {
  float: left;
  list-style: none;
  position: relative;
  text-align: center;
  width: calc(100% / 4);
}
.progressbar li:before {
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 50%;
  color: #bebebe;
  content: counter(step);
  counter-increment: step;
  display: block;
  font-weight: 700;
  height: 30px;
  line-height: 27px;
  margin: 0 auto 10px;
  text-align: center;
  width: 30px;
}
.progressbar li:after {
  background: #979797;
  content: '';
  height: 3px;
  left: -50%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -1;
}

.progressbar li:first-child:after { 
    display: none;
} 
.progressbar li.active:after,
.progressbar li.complete:after {
  background: #ffba00;
}

.progressbar li.active:before,
.progressbar li.complete:before {
  background: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.progressbar li.active {
  color: #ffba00;
  font-weight: 500;
}

.progressbar li.complete {
  color: #333;
  font-weight: 500;
}

.dang_tin_form .col-form-label{
    line-height: 34px;
    text-align: right;
    font-weight: 500;
}

.dang_tin_form .list_img{
    display: inline-block;
}
.dang_tin_form .view_thumbnail{
    display: inline-block;
    position: relative;
    padding: 5px;
    margin: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

.dang_tin_form .view_thumbnail .btn{
    color: #fff;
    background-color: #000;
    border-color: #fff;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
    border: none;
    z-index: 99;
    font-size: 12px;
    padding: 3px 5px;
    line-height: 1;
}

.dang_tin_form .view_thumbnail img{
    height: 80px;
}

.dang_tin_form label{
    margin-bottom: 0;
}

.dang_tin_form label.select_img{
    cursor: pointer;
}
.dang_tin_form label.select_img img{
    height: 80px;
}

.select_img_error{
    position: absolute;
    top: 45%;
    left: 114%;
    width: 230px;
}

.select_img_error .fa{
    font-size: 20px;
    color: #17a2b8;
}

.listmypost .media{
    width: 100%;
    display: block;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}

.listmypost .media-img{
    display: block;
    overflow: hidden;
    height: 100px;
}

.listmypost .media-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    
    -webkit-animation: skeleton-animation 1.2s ease-in-out infinite;
    animation: skeleton-animation 1.2s ease-in-out infinite;
    background-color: #EEE;
    background-image: -webkit-gradient(linear, left top, right top, from(#EEE), color-stop(#F5F5F5), to(#EEE));
    background-image: linear-gradient(90deg, #EEE, #F5F5F5, #EEE);
    background-repeat: no-repeat;
    background-size: 200px 100%;

    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.listmypost h4.media-title{
    font-size: 15px;
    line-height: 17px;
    max-height: 40px;
    color: #000;
    margin-top: 5px;
}


.listmypost .media-price{
    color : #ff5722;
}

.listmypost .media-content{
    position: relative;
    display: block;
    padding-left: 0;
    padding-right: 25px;
    min-height: 100px;
    position: relative;
}

.listmypost .likepost{
    position: absolute;
    right: 10px;
    bottom: 0;
}

.listmypost .ctadPrice{
    margin-top: 5px;
    color: rgb(208, 1, 27);
    font-weight: bold;    
    display: inline-block;
}
.listmypost .poststatus{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}

.listmypost .poststatus .item-icon{
    display: flex;
    align-items: center;
    font-family: "Roboto";
    font-weight: 100px;
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}
.listmypost .poststatus .item-icon:after{
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 2px;
    right: 8px;
}
.listmypost .poststatus .item-icon:last-child:after{
    display: none;
}
.listmypost .poststatus .item-icon img {
    width: 27px;
    margin-right: 5px;
    max-width: 20px;
    height: 20px;
    border-radius: 50%;
    /*margin-top: 5px;*/
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.listmypost .poststatus .item-icon span {
    max-width: 140px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 20px;
}

.postmoreinfo{
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    
}

.postmoreinfo span{
    color: #319C00;
    margin-right: 10px;
}

.postmoreinfo .post_time{
    float: right;
    color: #868686;
}

.postmoreinfo .btn{
    font-size: 14px;
    color: #17a2b8;
    border-color: #17a2b8;
    padding: 3px 10px;
    
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.postmoreinfo .btn:hover{
    border-color: #17a2b7;
    color: #17a2b7;
}

.poststatus{
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
}
.poststatus .duyet{
    color: #319C00;
}
.poststatus .chuaduyet{
    color: #f00;
}

.postaction{
    position: relative;
}
.postaction a{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #F1F1F1;
    font-size: 13px;
    padding: 3px 10px;
}

.postaction a:hover{
    background-color: #F1F1F1;
}

.postaction a.approved{
    background: #10aee6;
    color: #fff;
}
.postaction a.disapprove{
    background: #f26f58;
    color: #fff;
}

.btnshowpost{
    background-color: #3d7329;
    color: #fff;
}

.posthide .media-img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btn-up-post{
    position: absolute;
    right: 0;
    text-transform: none;
}
.btn-up-post:hover{
    background-color: unset;
    color: #000;
}

@media (max-width: 576px){
    .dang_tin_form .col-form-label{
        text-align: left;
    }

    .poststatus{
        position: unset;
        bottom: unset;
    }
}

.payment_form{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}

.payment_form legend{
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.pament-method{
    margin-bottom: 15px;
    cursor: pointer;
}
.pament-method img{
    margin-right: 15px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}
.pament-method span{
    font-size: 18px;
    font-weight: 600;

}
/*end page dang tin*/

/*list post rao vat*/

.dummy{
    padding-top: 100%;
    flex: 1;
}

.my_dummy{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.my_dummy img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.author{
    padding: 3px 0;
    font-size: 13px;
}

.post-item{
    /*margin: 0 0 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f3f3f3;
}
.post-item:hover{
    box-shadow: 0 0 2px 1px #cdcdcd;
}

.thumb_count{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    font-weight: 700;
    text-align: center;
    width: 26px;
    height: 20px;
    background: url(../images/camera.svg);
    z-index: 2;
}

.post-item .newslist_img{
    position: relative;
    display: block;
    width: 100%;
}

.post-item .newslist_title{
    display: block;
    width: 100%;
    background-color: #fff;
}

.post-item .news-item{
    overflow: hidden;
}

.galler_post{
    position: relative;
    /*display: none;*/
    opacity: 0;
    overflow: hidden;
}
.galler_post.overlay{
    display: block;
    overflow: unset;
    opacity: 1;
}

.galler_post .lSSlideOuter {
    
}

.galler_post .item-img{
    display: block;
}

.galler_post .lSSlideOuter .lSPager.lSpg{
    margin-top: 5px;
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
}
.distance{
    background: rgb(0 0 0 / 60%);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 5px 15px;
}

.galler_post .my_dummy{
    text-align: center;
}
.galler_post img{
    object-fit: cover;
    height: 100%;
    width: auto;
}

.galler_post #post-gallery{
    /*height: 470px !important;*/
}
.galler_post .item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 0;*/
    background: #eee;
    /*transition: all 1s;*/
    position: relative;
}
.galler_post .item.slick-active{
    opacity: 1;
}
.galler_post .item:before{
    /*content: "";
    display: block;
    padding-top: 80%;*/
}
.galler_post .slick-dots li {
    width: 15px;
    height: 15px;
    color: transparent;
}

.galler_post .owl-nav>div{
    position: absolute;
    top: 50%;
}

.galler_post .owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #10afe7;
}

.galler_post .owl-nav>div.owl-prev{
    left: 0;
}

.galler_post .owl-nav>div.owl-next{
    right: 0;
}
.galler_post .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.galler_post .owl-dots .owl-dot.active span,
.galler_post .owl-dots .owl-dot:hover span{
    background-color: #10afe7;
}

.details-sumary h3.title_hr{
    font-size: 15px;
    color: #222;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.details-sumary .address{
    /*font-size: ;*/
}
.details-sumary .address i{
    font-size: 20px;
    margin-right: 10px;
}

.likepost{
    font-size: 18px;
    cursor: pointer;
    color: #cc2020;
}
.newslist_img .likepost{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 9;
}

.info_post ul {padding: 0;}
.info_post ul li{
    font-size: 14px;
    margin-bottom: 5px;
    list-style: none;
}
.info_post ul li span{
    list-style: none;
    font-family: Expro, "Arial", "Roboto Condensed", Times, serif;
    font-weight: bold;
    
    color: #10afe7;
}

.like_postDetail{
    display: flex;
    padding:  0 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f00;
    margin-right: 10px;
    border-radius: 5px;
}

.like_postDetail span{
    margin: 0 3px;
}

.socials-share{
    display: flex;
}
.socials-share .fb-share-button,
.socials-share .zalo-share-button,
.socials-share a{display: inline-flex;width:42px !important;height:42px !important;}

.socials-share .zalo-share-button{
    transition: all .2s ease-in-out;
}
.socials-share .zalo-share-button:hover{
    transform: translateY(-4px);
}

.socials-share img{
    margin: 0 !important;
}

.raovat-user {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    color: #9b9b9b;
}
.raovat-user .info-user{
    display: flex;
    margin-bottom: 15px;
}

.raovat-user .info-user .avatar{
    width: 50px;
    height: 50px;
    overflow: hidden;

    border-radius: 50%;
}

.raovat-user .info-user .avatar .fa{
    font-size: 50px;
}

.raovat-user .info-user .title-user{
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #000;
    font-weight: 500;
    flex-wrap: wrap;
    font-size: 15px;
}

.raovat-user .info-user .title{
    display: flex;
    width: 100%;
    align-items: center;
}
.raovat-user .info-user .title-user a{
    color: #333;
    flex: 1;
}
.raovat-user .info-user .title-user .btn-xemtrang{
    background-color: #fff;
    color: #fe9900;
    border: 1px solid #fe9900;
    font-size: 11px;
    height: fit-content;
    border-radius: 20px;
    flex: unset;
}

.raovat-user .info-user .title-user>span{
    display: block;
    flex: 0 0 100%;
}

.raovat-user .info-user .title-user span.date{
    color: #8a8a8a;
    font-weight: 200;
    font-size: 11px;
    display: flex;
    align-items: center;
}
.raovat-user .info-user .title-user span.date span{
    font-size: 24px;
    margin-right: 5px;
    line-height: 0;
}

.raovat-user-body ul{
    display: flex;
    color: #000;
    justify-content: center;
}

.raovat-user-body ul li{
    padding: 0 5px;
    text-align: center;
    flex: 1;
    position: relative;
}
.raovat-user-body ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background: #e5e5e5;

}
.raovat-user-body ul li:first-child:before{
    display: none;
}
.raovat-user-body ul li a{
    color: #9b9b9b;
}
.raovat-user-body ul li p{
    margin-bottom: 0;
    color: #9b9b9b;
}
.raovat-user-body ul li .icon_info img{
    height: 20px;
}
.raovat-user.raovat-user-mod{
    display: none;
}

.group-btn-call .chatdesktop_btn,
.group-btn-call .showphone_btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 10px;
    line-height: 1.42857;
    border-radius: 4px;
    user-select: none;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 200ms ease-in-out 0s;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 168, 55);
    text-transform: uppercase;
    font-family: Expro, "Arial", "Roboto Condensed", Times, serif;
    margin-bottom: 10px;
}
.group-btn-call .showphone_btn:hover {
    background-color: rgb(59, 129, 34);
}

.group-btn-call .chatdesktop_btn{
    background: unset;
    color: rgb(51, 168, 55);
    border: 1px solid rgb(204, 204, 204);
}
.group-btn-call .chatdesktop_btn img{
    width: auto;
}
.group-btn-call .chatdesktop_btn:hover{
    background-color: rgb(230, 230, 230);
    color: rgb(60, 118, 61);
}

.group-btn-call img {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

@media (max-width: 768px){
    .socials-share{
        justify-content: center;
    }

    .raovat-user{
        display: none;
    }
    .raovat-user.raovat-user-mod{
        display: block;
        border: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-radius: 0;
    }
}

.search-tag{
    
}

.search-tag li{
    display: inline-block;
    margin: 10px 0;
}

.search-tag li a{
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    background: #e8e8e8;

}
/*end list post rao vat

/*menu-cus*/
.menu-cus{
    background-color: #fff;
}
/*end menu-cus*/

/*page author*/
.user-content .avatar{
    display: block;
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}
.user-content .avatar .fa{
    font-size: 80px;
}

.user-content .title-user{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.user-content .item-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.user-content .item-info .fa{
    margin-right: 10px;
    color: #8a8a8a;
}
/*end page author*/

.dangtin{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dangtin a{
    display: block;
    padding: 7px 25px;
    background: linear-gradient( 67.33deg, #e64b00 7.92%, rgba(255,115,0,0.9) 51.93%, #fe9900 90.76% );
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
.loading-slider.active{
    padding: 12px;
}
.cGERfm {
    width: 100%;
    background-color: rgb(255, 255, 255);
}
.cGERfm {
    padding: 0px 0 12px;
}
.wrapperOverflow___2yi1D {
    position: relative;
}
.oneRowContent___FPDqc:first-child {
    padding: 0 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.oneRowContent___FPDqc {
    overflow-x: auto;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    list-style: none;
    -ms-overflow-style: none;
}

.option-home.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    line-height: 38px;
    text-align: center;
    margin:  3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    transition: all 0.3s;
}
.option-home.owl-carousel .owl-nav .owl-next{
    right: 0;
    box-shadow: 0px 1px 2px 1px #cdcdcd;
}
.option-home.owl-carousel .owl-nav .owl-prev{
    left: 0;
    box-shadow: -1px 1px 2px 1px #cdcdcd;
}
.option-home.option-home.owl-theme .owl-nav [class*=owl-]:hover{
    box-shadow: 0 0px 2px 2px #cdcdcd;
}
.option-home.owl-theme .owl-nav{
    margin:  0;
}
.option-home.owl-theme .owl-nav .disabled{
    display: none;
}

@media (min-width: 992px){
.oneRowContent___FPDqc {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
}
.iIYwGi {
    outline: none;
    flex: 0 0 auto;
}
.hNPTZr {
    color: rgb(0, 0, 0);
    display: block;
    outline: none;
    text-decoration: none;
    text-align: center;
    /*height: 33px;*/
}

.kJxMDz {
    height: 240px;
    width: 936px;
    object-fit: cover;
    cursor: pointer;
    outline: none;
    -webkit-user-drag: none;
    user-select: none;
}
.iIYwGi img {
    /*display: block;*/
    height: 32px;
    width: auto;
    object-fit: unset;
}
.eTbaTW {
    line-height: 20px;
    margin-top: 5px;
    outline: none;
    display: block;
    width: 100%;
}
.pd-br {
    padding-left: 40.5px;
    padding-right: 40.5px;
}
.post-item .news-item {
    box-shadow: none;
}
.pd-br .newslist_title {
    padding: 0;
    text-align: center;
}
.pd-br .my_dummy {
    text-align: center;
}
.pd-br.post-item .newslist_img {
    height: 100px;
}
.pd-br .post-item .newslist_title {
    text-align: center;
}
.pd-br .my_dummy img {
    width: 84px;
    height: 84px;
    -webkit-user-drag: none;
    user-select: none;
    background: 0% 0% / 100% 100% no-repeat;
    border-radius: 20px;
    outline: none;
}
@media(max-width: 768px){
    .dangtin{
        display: none;
    }
    .oneRowContent___FPDqc:first-child{
        padding-left: 0;
    }
}
.bgbFva {
    padding: 12px;
    background-color: rgb(255, 255, 255);
}
.gtnWOy {
    line-height: 1.5;
    position: relative;
}
.hcoGEq {
    text-overflow: ellipsis;
    text-align: justify;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gtnWOy h2 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
}
.gtnWOy p {
    margin: 0px 0px 5px;
    color: rgb(119, 119, 119);
    font-size: 13px;
}
.iEtHzJ {
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 17px;
    background: linear-gradient(to top, rgb(243, 243, 243), rgba(255, 255, 255, 0.15));
    margin: 0 0 7px !important;
}
.hORhLA {
    text-align: center;
    margin-bottom: 10px !important;
}
.gtnWOy a {
    color: rgb(56, 105, 159);
    text-decoration: none;
}
.dbdhVU {
    cursor: pointer;
    display: block;
}
p#seeMore {
    width: 100%;
    margin-bottom: 0 !important;
}
.Description__ReadMore-sc-1m6xqiq-3:active .hcoGEq {
    height: auto;
}
.iIpwUr {
    color: rgb(155, 155, 155);
    margin: 0px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.jfHdFx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0px;
}
.iAeOXW {
    color: rgb(119, 119, 119);
    list-style-position: inside;
    line-height: 26px;
    list-style-type: disc;
    font-size: 12px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Keywords__Li-sc-1snbov-2 li{
    line-height: ;
}

.listNews .newslist_title h3 {
    height: auto;
    font-size: 14px;
}
.pd-br .newslist_img {
    height: 90px;
}

.post-item-price{
    color: #c90927;
    font-size: 15px;
    font-weight: 500;
}
.erGIpz {
    background: rgb(255, 255, 255);
    padding: 12px 0px 0px;
    margin-bottom: 12px;
}
.eBxpbB {
    font-size: 17px;
    margin: 0px 0px 12px 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: normal;
    color: rgb(34, 34, 34);
}
.eUGWBc {
    border-top: 1px solid rgb(244, 244, 244);
}
.kPqUFQ {
    height: 70px;
    outline: none;
    position: relative;
    list-style: none;
    cursor: pointer;
    flex: 0 0 25%;
    border-right: 1px solid rgb(244, 244, 244);
}
.fYCgux {
    background-size: cover;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
    padding: 0 0px 0 8px;
    margin-right: -1px;
    justify-content: start;
}
.fYCgux .flex-img {
    flex-basis: 28%;
    text-align: center;
}
.bcEsaQ {
    width: 60px;
    height: 60px;
    outline: none;
    -webkit-user-drag: none;
    user-select: none;
}
.fYCgux .flex-text {
    margin-left: 8px;
}
.evplWh {
    color: rgb(34, 34, 34);
    line-height: 1.33;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    width: 100%;
}
.ceVbdC {
    color: rgb(155, 155, 155);
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
}
.fBcWuS {
    display: none;
    position: absolute;
    top: 70px;
    background-color: rgb(255, 255, 255);
    width: calc(100% + 1px);
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 10px 0px;
    z-index: 10;
}
.dpDTME {
    padding: 12px 10px;
    border-top: 1px solid rgb(244, 244, 244);
    font-size: 14px;
    min-height: 45px;
    text-decoration: none;
    display: block;
    white-space: break-spaces;
}
.flex.flex-col.flex-auto.flex-text {
    flex-wrap: wrap;
}
.kPqUFQ:hover{
    background-color: rgb(226, 226, 226);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 10px 0px;
    background-color: rgb(244, 244, 244);
}
.kPqUFQ:hover .fBcWuS{
    display: block;
}
.jKsgxQ {
    height: 44px;
    width: 100%;
    text-align: center;
    padding: 10px 12px 12px;
    margin: 0px auto;
}
.jKsgxQ button {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    display: block;
    width: 100%;
    color: rgb(56, 105, 159);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    margin: 0px auto;
}
.jKsgxQ button svg {
    vertical-align: middle;
    margin-left: 5px;
}
section.bg-color {
    background-color: white;
    padding: 7px;
    margin-bottom: 12px;
}
.bg-color .post-item {
    border: 1px #e9e9e966 solid;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bg-color .post-item:hover {
    /*box-shadow: 0 0 2px 1px #cdcdcd;*/
}
@media(max-width: 768px){
    .iAeOXW{
        font-size: 12px;
    }
}

/* Fashion */
.dynamicFilterWrapper100___awX11 {
    top: 100px;
}
.dynamicFilterWrapper___3Kw2r {
    position: relative;
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    transition: top .5s;
}
.wrapperOverflow___2yi1D {
    position: relative;
}
.dynamicFilterWrapper___3Kw2r .dynamicFilter___1w9T5 {
    display: flex;
    position: relative;
    padding: 10px 0;
    width: 936px;
    overflow-x: auto;
}
.dynamicFilterWrapper___3Kw2r .dynamicFilterAdvance___2pMrF {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    max-height: 32px;
    background-color: #fff;
    border: 1px solid hsla(0,0%,60.8%,.7);
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
}
.dynamicFilterWrapper___3Kw2r .dynamicFilterBadge___1VitQ {
    position: relative;
    display: inline-block;
    padding: 3px;
    text-align: center;
    font-size: 12px;
    z-index: 10;
    color: #fff;
    transform: translate(-200%,-50%);
    transition: transform .5s;
}
.dynamicFilterWrapper___3Kw2r .dynamicFilterBadge___1VitQ:before {
    content: "";
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
    width: 18px;
    height: 18px;
    z-index: -1;
    background-color: #fe9900;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
}
.dynamicFilterWrapper___3Kw2r .dynamicFilterAdvanceIcon___2EXBF {
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/filter-dynamic.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.filterItem___3nWay {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-left: 8px;
    max-height: 32px;
    background-color: #f4f4f4;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}
.filterItemSelected___3sbLh {
    background-color: #fff;
    border: 1px solid hsla(0,0%,60.8%,.7);
}
.filterItemIcon___AFuQp {
    width: 1em;
    height: 1.3em;
    color: #222;
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/new-location.svg);
    background-size: 1em 1.3em;
    background-repeat: no-repeat;
}
.filterItemValue___1qa36 {
    margin-left: 4px;
    display: flex;
}
.filterItemDropDown___27enX {
    display: flex;
    align-items: center;
    margin-left: 5px;
    width: 12px;
    height: 16px;
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/dynamic-dropdown.svg);
    background-size: 12px 16px;
    background-repeat: no-repeat;
}
.listViewWrapper___bh5bE .base___1calg {
    margin: 0;
}
.wrapper___3-6fN .title___2Cj57.heading1___3-oR8 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 12px;
    font-family: Arial;
}
.wrapperOverflow___2yi1D {
    position: relative;
}
@media (min-width: 992px)
{
.quickFilterContent___w94oB {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
}
.quickFilterContent___w94oB {
    overflow-x: auto;
    background-color: #fff;
    display: flex;
    /*grid-template-columns: repeat(100,16.66%);*/
    list-style: none;
    padding: 12px 0;
    margin-bottom: 8px;
}

.quickFilterContent___w94oB>div{
    flex: 0 0 auto;
    width: 100px;
}

.quickFilterContent___w94oB .itemCircle___3xXVO {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.quickFilterContent___w94oB .itemCircleIconRound___iCv3T {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 8px;
    background-color: #f4f4f4;
}
.quickFilterContent___w94oB .itemCircleIconRound___iCv3T:hover {
    background-color: #fecc00;
}
.quickFilterContent___w94oB .itemCircleIconRound___iCv3T .itemCircleIcon___fUkoL {
    width: 36px;
    height: 36px;
}
.quickFilterContent___w94oB .itemCircleLabelInline___1gaI5 {
    margin: 8px -15px 0;
    color: #222;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    overflow-wrap: break-word;
}


.no-padding{
    padding-left: 0;
    padding-right: 0;
}
.orderFilter___14KjN {
    width: 100%;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    margin-bottom: -4px;
}

.orderFilter___14KjN .infoAds___2N23P {
    display: inline-flex;
    line-height: 40px;
    width: 66.6%;
    text-decoration: none;
    padding-left: 15px;
}
.orderFilter___14KjN .infoAds___2N23P a {
    width: 100%;
    text-decoration: none;
}
.orderFilter___14KjN .infoAds___2N23P .elementInfoActive___3NqTJ {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}
.orderFilter___14KjN .infoAds___2N23P .elementInfoActive___3NqTJ:after {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 3px;
    background: #ffba00;
}
.orderFilter___14KjN .sortAds___3yIsR {
    height: 40px;
    position: relative;
    width: 33.4%;
    min-width: 130px;
    display: inline-flex;
    justify-content: space-around;
}
.orderFilter___14KjN .wrapperDropDown___30fgd {
    width: 90%;
    height: 40px;
    position: relative;
    border-left: 1px solid #f4f4f4;
}
.orderFilter___14KjN .filterBtn___1m1kb {
    position: relative;
    border: none;
    border-radius: 0;
    text-align: left;
    color: #333;
    background-color: #fff;
    line-height: 40px;
    width: 100%;
    overflow: unset;
    outline: none!important;
    box-shadow: none;
    font-size: 14px;
    padding: 0 0 0 12px;
}

.ListAds___3Mp16 {
    list-style: none;
}
.ListAds___3Mp16 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wrapperAdItem___2woJ1:first-child, .wrapperOwnerAdItem___2G7Yk:first-child {
    margin-top: 0;
}
.wrapperAdItem___2woJ1:last-child, .wrapperOwnerAdItem___2G7Yk:last-child {
    margin-bottom: 0;
}
.wrapperAdItem___2woJ1, .wrapperOwnerAdItem___2G7Yk {
    padding: 12px;
    min-height: 124px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    position: relative;
}
.wrapperAdItem___2woJ1:hover, .wrapperOwnerAdItem___2G7Yk:hover {
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 30%);
    z-index: 1;
}
.wrapperAdItem___2woJ1 .adItem___2GCVQ, .wrapperOwnerAdItem___2G7Yk .adItem___2GCVQ {
    background: transparent;
    display: flex;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.left___1iuPe {
    width: auto;
    margin-right: 12px;
    display: inline-block;
}
.AdThumbnail___2afcH {
    position: relative;
    max-width: 200px;
    /*background: url(https://static.chotot.com/storage/default_images/c2c_ad_image.jpg) 50% no-repeat;*/
    background-size: cover!important;
    overflow: hidden;
    border-radius: 2px;
    width: 100px;
    height: 100px;
}
.AdThumbnail___2afcH .thumbnail___1nQK6 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.AdThumbnail___2afcH .imageGroup___1teR9 {
    position: absolute;
    top: 5px;
    right: 5px;
}
.AdThumbnail___2afcH .imageNum___2ucxV {
    font-size: 11px;
    /*background: url(https://static.chotot.com/storage/chotot-icons/svg/number-image.svg) no-repeat;*/
    background-size: cover;
    width: 25px;
    height: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right___1qIiN {
    width: calc(100% - 110px);
    display: inline-block;
}
.AdBody___iMM7R {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 55px;
}
/* pc */
@media only screen and (min-width: 768px)
{
    .adTitle___3SoJh, .adTitleGrid___3cZSb {
        font-size: 15px;
        line-height: 1.33;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .pd-br {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* Table */
@media screen and (width: 768px)
{
    .pd-br {
        padding-left: 1px;
        padding-right: 1px;
    }
    .fYCgux .flex-img {
        flex-basis: 60%;
        text-align: center;
        height: 100%;
    }
    .dynamicFilterWrapper___3Kw2r .dynamicFilter___1w9T5{
        overflow-x: auto;
        justify-content: center;
    }
}
@media(max-width: 768px){
    .kPqUFQ:hover .fBcWuS{
        display: none;
    }
}
.kmMyHc {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 5px;
}
.adTitle___3SoJh, .adTitleGrid___3cZSb {
    color: #222;
    margin: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
}
.AdBody___iMM7R .adUpperBody___3CqGG {
    padding-top: 4px;
}
.AdBody___iMM7R .adUpperBody___3CqGG .adItemNoPrice___3dun9, .AdBody___iMM7R .adUpperBody___3CqGG .adItemPrice___1T_IY {
    color: #c90927;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
}
.AdBody___iMM7R .adUpperBody___3CqGG .adItemNoPrice___3dun9 .adPriceNormal___puYxd, .AdBody___iMM7R .adUpperBody___3CqGG .adItemPrice___1T_IY .adPriceNormal___puYxd {
    display: inline-block;
    max-width: calc(100% - 15px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.bottom___2GcPC {
    position: absolute;
    bottom: 8px;
    left: 124px;
    width: 100%;
    max-width: calc(100% - 130px);
}
.wrapperFooter___xgjLd {
    color: #9b9b9b;
    position: relative;
    font-size: 12px;
    display: flex;
}
.text___1ZBGX {
    display: inline-block;
    margin: 0;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    max-width: 100%;
}
.wrapperFooter___xgjLd .wrapperLink___2G9o3 {
    float: left;
}
.wrapperFooter___xgjLd .item___eld8Q {
    text-transform: capitalize;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.image___34tI0 {
    object-fit: cover;
    margin-right: 2px;
}
.wrapperFooter___xgjLd .item___eld8Q {
    text-transform: capitalize;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.wrapperFooter___xgjLd .ml___ffh7P {
    margin-left: 2px;
}
.deviderWrapper___39YOe {
    display: inline-block;
}
.deviderWrapper___39YOe:after {
    content: "\B7";
    display: inline-block;
}
.wrapperFooter___xgjLd .item___eld8Q {
    text-transform: capitalize;
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.wrapperFooter___xgjLd .item___eld8Q .sticky___3l2u0 {
    width: 12px;
    height: 16px;
    display: inline-block;
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/prioritize.svg);
    background-size: 12px 16px;
    position: relative;
    top: 3px;
    background-repeat: no-repeat;
    margin-right: 3px;
}
.wrapperAdItem___2woJ1 .ribbonAd___1Qtrp, .wrapperOwnerAdItem___2G7Yk .ribbonAd___1Qtrp {
    position: absolute;
    display: block;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
    height: 40px;
    line-height: 55px;
    top: -6px;
    right: -30px;
    font-size: 14px;
    transform: rotate(45deg);
}
.bg-menu-top{
    background-color: white !important;
}
.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-flex li a{
    color: black;
}
.header-top-bar .nav-item .img-svg {
    height: 30px;
}
li.nav-item {
    display: flex;
    align-items: center;
}
/* PC */
.header-top-bar li.nav-item .nav-link{
    color: #000;
}

.header-top-bar .dropdown-toggle::after{
    display: none;
}

.footer-app{
    display: flex;
    padding-right: 30px;
}

.footer-app .qc-code {
    flex: 0 0 55%;
    padding-right: 10px;
}
.footer-app .qc-code img{
    height: auto;
}
.footer-app .link-app a{
    display: block;
    margin:  5px 0;
}

.social-footer a{
    display: inline-block;
    margin-right: 10px;
}
@media (min-width: 1000px){
    .bg-menu-top .logo-page img{
        height: 35px;
    }
    li.nav-item {
        margin-left: 25px;
        padding: 5px 0;
        display: flex;
        align-items: center;
    }
    
    .header-top-bar li.nav-item .nav-link{
        padding: 5px 10px;
        display: flex;
        align-items: center;
        height: 32px;
    }
    .header-top-bar li.nav-item .nav-link span{
        display: inline-block;
        margin-left: 5px;
    }
    .clear.fx-bottom {
        display: none;
    }
}
/* PC & Table */
@media (min-width: 768px){
    .bg-menu-top .logo-page img{
        height: 35px;
    }
    .logo-mb{
        display: none !important;
    }
}

/* Mobile */
@media screen and (max-width: 580px) {
    .jfHdFx {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 0px;
    }
    .eUGWBc {
        border: none;
        padding: 0px 0px 0px 12px;
    }
    .erGIpz {
        padding: 12px 0px 4px;
        margin-left: -12px;
    }
    .eBxpbB {
        font-size: 16px;
        margin: 0px 0px 0px 24px;
    }
    .kPqUFQ {
        height: 100%;
        border: none !important;
    }
    .fYCgux {
        -webkit-box-align: center;
        align-items: center;
        flex-direction: column;
    }
    .bcEsaQ {
        width: 68px;
        height: 68px;
    }
    .evplWh {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }
    .ceVbdC {
        display: none;
    }
    .dynamicFilterWrapper___3Kw2r {
        justify-content: start;
        padding-left: 20px;
        overflow-x: auto;
        width: 100%;
    }
    .orderFilter___14KjN,.wrapper___3-6fN{
        display: none;
    }
    .dynamicFilterWrapper___3Kw2r .dynamicFilter___1w9T5{
        
    }
    .quickFilterContent___w94oB {
        grid-template-columns: repeat(100,26.66%);
    }
    ul.nav.menu-flex {
        display: none;
    }
    .logo-pc{
        display: none;
    }
    .list-mobile{
        display: grid;
        overflow-x: auto;
        grid-template-rows: 1fr 1fr;
        list-style: none;
        grid-auto-flow: column;
        margin-left: -5px;
        margin-right: -5px;
    }
    .hNPTZr {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
    }
    .eTbaTW{
        line-height: 18px;
        text-align: center;
    }
    .oneRowContent___FPDqc:first-child {
        padding-left: 0px;
        /*padding-right: 0;*/
    }
    .pd-br {
        width: 100px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu-footer-mb .nav-item svg.appWrapper-Header-icon ,
    .menu-footer-mb .nav-item img{
        width: 25px;
    }
    .menu-footer-mb li.nav-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 20%;
        text-align: center;
        font-size: 12px;
        justify-content: center;
    }
    .clear.fx-bottom {
        background-color: white;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
    }
    .menu-footer-mb a.nav-link.active {
        color: rgb(255, 186, 0);
    }
    .menu-footer-mb a.nav-link.active svg.appWrapper-Header-icon{
        filter: drop-shadow(2px 4px 6px rgb(255, 186, 0));
    }
    .menu-footer-mb svg.appWrapper-Header-icon{
        fill: black;
    }
    .appWrapper {
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 98;
    }
    .middle-li {
        width: 70px;
        height: 70px;
        background: rgb(255, 186, 0);
        position: absolute;
        border-radius: 90px;
        z-index: 101;
    }
    a.nav-link {
        z-index: 102;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    ul.nav.menu-footer-mb {
        border-top: 1px #00000017 solid;
    }
    .menu-footer-mb .nav-link {
        padding: 0;
    }
    
    .clear.fx-bottom {
        display: block;
    }
    .loading-slider.active {
        padding: 0px;
    }
    .cGERfm {
        padding: 10px 10px 10px;
    }

    .adTitle___3SoJh, .adTitleGrid___3cZSb{
        font-size: 14px;
        line-height: 1.3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.categorieslist-childs{
    display: flex;
}

.content_post{
    white-space: pre-line;
}
/*filter*/
.modal-filter .modal-header{
    display: flex;
}
.modal-filter .modal-header .modal-title{
    flex:  1;
    text-align: center;
}
.modal-filter .back {
    background: unset;
    outline: unset;
    border: 0;
}
.modal-filter .back img{
    width: 25px;
    height: 25px;
}

.modal-filter .modal-body{
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}
.modal-body-overlow-hidden{
    overflow: unset !important;
}

.modal-filter .list-group-item{
    cursor: pointer;
}

.listPlace{
    transition: transform .4s ease,-webkit-transform .4s ease;
}
.modal-filter .modal-body ul.list-group.mm-subopened {
    -webkit-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.list-group-item.active{
    background-color: #ffba00;
    border-color: #ffba00;
}

#duration-range,
#size-range{
    width: 97%;
    border: 0;
    margin: 20px auto 0;
}

#size-range.ui-widget-content,
#duration-range.ui-widget-content,
#size.ui-widget-content{
    height: 2px;
    background-color: #cdcdcd;
}

#duration .ui-state-default, #duration .ui-widget-content .ui-state-default, 
#duration .ui-widget-header .ui-state-default, #duration .ui-button, 
#duration  .ui-button.ui-state-disabled:hover, 
#duration  .ui-button.ui-state-disabled:active{
    border-radius: 50%;
    background: #ffba00;
    border: 0;
}

#duration .ui-slider-horizontal .ui-slider-range{
    height: 2px;
    background: #ffba00;
}
#duration .ui-slider-horizontal .ui-slider-handle{
    top: -10px;
    width: 22px;
    height: 22px
}

#duration .ui-slider-horizontal .ui-slider-handle:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.range-start,
.range-end{
    position: absolute;
    bottom: -40px;
    left: -22px;
    color: #aaa;
}

.range-end{
    left: unset;
    right: -40px;
}

.filterOption .optionItem{
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}
.filterOption .optionItem h3{
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

.footerFilter .btn-page{
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    background: #fd9827;
    font-size: 16px;
    font-weight: 700;
}

.itemBorder{
    border:  1px solid #ccc;
    border-radius: 5px;
}
.itemBorder .custom-control{
    border-top: 1px solid #ccc;
}
.itemBorder .custom-control:first-child{
    border-top: 0;
}

.filterOption{
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
}
.filterOption .custom-control{
    padding: 10px
}
.filterOption .custom-control-label{
    position: unset;
}
.filterOption .custom-control-label img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.filterOption .custom-control-label::before,
.filterOption .custom-control-label::after{
    left: unset;
    right: 5px;
    top: .8rem;
}

.filterOption .custom-control-label::before{
    background: #cdcdcd;
    border-color: #cdcdcd;
}
.filterOption .custom-control-input:checked~.custom-control-label::before{
    border-color: #fe9900;
    background-color: #fe9900;
}
/*filter*/

/*list-pay-type*/
.list-pay-item img{
    width: 70px;
}

.banklist label{
    width: 130px;
    height: 62px;
    margin: 3px 5px 3px 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    cursor: pointer;
}
.banklist label:nth-child(n+10){
    display: none;
}
.banklist label.show{
    display: flex;
}
.banklist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banklist label.active,
.banklist label:hover {
    border-color: #069;
    -webkit-box-shadow: 2px 2px 2px 0 rgb(0 102 153);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0,102,153,1);
    box-shadow: 2px 2px 2px 0 rgb(0 102 153);
    cursor: pointer;
}

.banklist.banklist-visa label{
    display: flex;
    /*justify-content: center;*/
}
.banklist.banklist-visa img{
    width: auto;
    height: 38px;
}

@media(max-width: 580px){
    .banklist label{
        width: 33%;
        padding: 3px 6px;
    }
    .banklist.banklist-visa img {
        
    }
}
/*list-pay-type*/

/*menu-more-mobile*/
.menu-more-mobile,
.notification-more-mobile{
    display: none;
    position: fixed;
    top: 60px;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 60px;
}
.menu-more-mobile.show,
.notification-more-mobile.show{
    display: block;
}

.notification-more-mobile .notification-list{
    max-height: unset;
}
/*menu-more-mobile*/

/*notifyModal*/
#notifyModal .btn-close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
/*notifyModal*/

/*package-post*/
.package-modal .modal-content{
    background: unset;
    border: 0;
}
.package-modal .modal-body{
    background: #fff;
    /*border: 1px solid rgba(0,0,0,.2);*/
}
.package-modal .modal-header {
    display: block;
    text-align: center;
    padding: 0;
}
.package-modal .modal-header .img{
    width: auto;
    display: inline-block;
    margin-bottom: -90px;
    position: relative;
    z-index: 9;
}
.package-modal .header-box{
    width: 100%;
    height: 100px;
    position: relative;
}

.package-post{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    position: relative;
    /*padding-bottom: 25px;*/
}
.package-post li,
.package-post label{
    /*flex: auto;*/
    width: 140px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #000;
}

.package-post label.label-wide{
    flex: 1;
}

.package-post li:hover,
.package-post li.active,
.package-post label:hover,
.package-post input:checked + label{
    border-color: #00c345;
    background: #00c3450a;
}
.package-post li.active:before ,
.package-post input:checked + label:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url(../images/tick.svg) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: -10px;
    right: -8px;
}

.package-post .item{
    position: relative;

}
.premiumServiceItemLabel{
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 20px;
    justify-content: center;
    font-size: 12px;
}

.package-post .icon{
    position: absolute;
    right: 5px;

    display: inline-block;
    width: 20px;
    height: 20px;
    /*background: #589F39;*/
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.package-post .icon.timer_bump{
    width: 33px;
}
.package-post .price{
    color: #589F39;
    font-weight: 500;
    font-size: 14px;
}
.package-post del{
    color: #777;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
}
.package-post .sale{
    background: #d0021b;
    color: #fff;
    padding: 1px 5px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    border-radius: 3px;
    font-size: 13px;
}
.timer_bump_text{
    font-size: 12px;
    opacity: .5;
    margin-top: 8px;
}
.package_description{
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*left: 0;*/
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}

.amount-post label{
    width: 50%;
    height: auto;
}

.bumpPopupTitleSelection {
    font-weight: 700;
    margin: 15px auto 10px;
}
.bump-time-list ul {
    margin: auto;
    padding: 0;
    list-style: none;
    align-items: center;
    text-align: center;
}

.bump-time-list ul li {
    width: 92px;
    height: 35px;
    margin: 5px;
    line-height: 33px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    border: 1px solid #ebebeb;
    cursor: pointer;
    box-sizing: border-box;
}
.bump-time-list ul li.showMoreTimeButton {
    color: #38699f;
    background: #f4f4f4;
    font-size: 11px;
}

.bump-time-list ul li.active {
    background: #589f39;
    color: #fff;
    border-color: #589f39;
}

.bump-days-change {
    margin-top: 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    position: relative;
    margin-bottom: 20px;
    display: flex;
}
.bump-days-change .bumpPopupTimerDurationText {
    font-weight: 700;
    width: calc(100% - 150px);
    /*float: left;*/
    line-height: 30px;
}
.bump-days-change .bumpPopupTimerDurationBox {
    width: 150px;
    /*float: right;*/
    position: relative;
}
.bump-days-change .bumpPopupTimerDurationBox .addDuration {
    width: 40px;
    height: 30px;
    float: right;
    border: 1px solid #589f39;
    border-radius: 0 15px 15px 0;
    position: relative;
    cursor: pointer;
}
.bump-days-change .bumpPopupTimerDurationBox .addDuration:after {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    font-size: 14px;
    width: 20px;
    text-align: center;
    line-height: 28px;
    color: #589f39;
    font-weight: 700;
}
.bump-days-change .bumpPopupTimerDurationBox .valueDuration {
    width: 50px;
    height: 30px;
    float: right;
    margin: auto 5px;
}
.bump-days-change .bumpPopupTimerDurationBox .valueDuration input {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #589f39;
    line-height: 30px;
    background: #fff;
    color: #589f39;
    font-weight: 700;
    text-align: center;
    outline: none;
}


.bump-days-change .bumpPopupTimerDurationBox .subtractDuration {
    width: 40px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #589f39;
    border-radius: 15px 0 0 15px;
    text-align: center;
    font-size: 14px;
    color: #589f39;
    position: relative;
    float: right;
    cursor: pointer;
}
.bump-days-change .bumpPopupTimerDurationBox .subtractDuration.disabled {
    border-color: #cacaca;
    cursor: not-allowed;
}



.bump-days-change .bumpPopupTimerDurationBox .subtractDuration:after {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #589f39;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
}
.bump-days-change .bumpPopupTimerDurationBox .subtractDuration.disabled:after {
    background-color: #cacaca;
}
/*package-post*/

.branch-banner-android{
    display: none;
}
@media(max-width: 768px){
    #offer_sale_home>.container{
        padding-left: 0;
        padding-right: 0;
    }

    .branch-banner-android{
        display: block;
        /*margin: 8px;*/
        position: fixed;
        overflow: hidden;
        top: 0;
        box-shadow: 0 0 5px rgb(0 0 0 / 35%);
        width: 1px;
        min-width: 100%;
        left: 0;
        right: 0;
        border: 0;
        height: 76px;
        z-index: 999;
        -webkit-transition: all 0.25s ease;
        transition: all 00.25s ease;
    }

    .branch-banner-close {
      display: inline-block;
      float: left;
      width: 24px;
      padding: 30px 0;
      text-align: center;
      color: rgba(118, 116, 116, 1);
      font-size: 20px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      z-index: 2;
      text-shadow: unset;
    }

    #branch-banner .branch-banner-icon {
      float: left;
      border-radius: 10px;
      width: 63px;
      height: 63px;
      margin-right: 10px;
      /*padding: 10px 0;*/
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      z-index: 2;
      display: flex;
      align-items: center;
    }

    #branch-banner .branch-banner-icon img {
      width: 63px;
      max-height: 63px;
      border-radius: 10px;
    }

    #branch-banner .branch-banner-title {
      min-height: 2px;
      font-weight: bold;
      color: rgba(0, 0, 0, 1);
      padding-top: 5px;
      padding-bottom: 1px;
      font-size: 12px;
    }

    #branch-banner .branch-banner-description {
      min-height: 2px;
      overflow: hidden;
      color: #333333;
      font-size: 11px;
    }

    #branch-banner .branch-banner-button {
      font-size: 12px;
      border: 1px solid;
      border-radius: 10px;
      padding: 10px 10px;
      text-decoration: none;
      color: rgba(0, 0, 0, 1);
      font-weight: bold;
      text-align: center;
      letter-spacing: 1.15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      z-index: 2;
      background: rgba(255, 200, 0, 1);
    }

    #branch-banner .branch-banner-stars {
      display: inline-block;
      color: rgba(255, 180, 0, 1);
      letter-spacing: -2px;
      font-size: 16px;
      margin-left: -2px;
    }

    #branch-banner .branch-banner-reviews {
      min-height: 10px;
      min-width: 10px;
      font-size: 12px;
      color: rgba(0, 0, 0, 1);
      display: inline-block;
      margin-left: 4px;
      position: relative;
      top: -1px;
    }

    #branch-banner .branch-banner-stars span {
      position: relative;
    }

    #branch-banner .branch-banner-content {
      width: 100%;
      overflow: hidden;
      height: 76px;
      background: rgba(113, 158, 67, 1);
      color: #333;
      border-top: 1px solid #ddd;
    }

    #branch-banner .branch-banner-left {
      height: 100%;
    }

    #branch-banner .branch-banner-details {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      line-height: 1.3;
    }

    #branch-banner .branch-banner-right {
      float: right;
      height: 100%;
    }

    #branch-banner .branch-banner-right:before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      height: 100%;
    }

    #branch-banner {
      -webkit-text-size-adjust: 100%;
      font-family: 'Open Sans', sans-serif;
      width: 100%;
      z-index: 99999;
      -webkit-font-smoothing: antialiased;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      -webkit-transition: all 0.25s ease;
      transition: all 00.25s ease;
      position: fixed;
      top: 0;
      left: 0;
    }

    .package-post li,
    .package-post label{
        width: calc(33% - 9px);

    }

    .bump-time-list ul li{
        width: calc(25% - 10px);
    }
}
.contactInfo .name {
    font-size: 18px;
    font-weight: 600;
}

.contactInfo .PaperInfoWrapper .BasicInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper {
    margin-left: 10px;
    /*width: 100%;*/

}
.contactInfo .PaperInfoWrapper .BasicInfo .AvatarWrapper {
    padding-right: 5px;
}
.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper .UltiRow .MainFunctionButton {
    cursor: pointer;
    text-align: center;
    line-height: 1.5;
    min-width: 125px;
    font-size: 14px;
    border-radius: 20px;
    outline: 0;
    padding: 4px 10px;
    min-height: 30px;
    margin-right: 10px;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper .UltiRow .MainFunctionButton.Follow, .shopNavigation .right-panel button {
    background-color: #fe9900;
    color: #fff;
    border: 1px solid transparent;
}

.contactInfo .PaperInfoWrapper .ExtraInfo {
    padding: 15px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }

.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow {
    height: 20px;
    margin: 5px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #9b9b9b;
}
.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow img {
    margin-right: 10px;
}
.gnfzZD {
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
}
.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow .ratingInfo {
    color: #282f39;
}
.contactInfo .infoIcon {
    width: 35px;
}
.contactInfo .infoIcon img{
    height: 26px;
}
.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow img {
    margin-right: 10px;

}


.page-title {
    padding: 10px 8px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}
.boxContentLeft {
    padding-bottom: 10px;
    position: relative;
}
.white-box {
    background: #fff;
}
ol.iXUcpzxeSY73tbMT1McVw {
    padding: 8px 0;
    font-size: 12px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}
ol.iXUcpzxeSY73tbMT1McVw a {
    color: #33659c;
    text-decoration: none;
}
.breadcrumb .active span, .breadcrumb>li:last-child a {
    color: #000;
    font-weight: 700;
}
ol.iXUcpzxeSY73tbMT1McVw>li+li:before {
    content: "\BB";
    font-size: 12px;
    position: relative;
    bottom: 1px;
    color: #33659c;
}
._2qzumClAWY5VnmGbExqzLS {
    display: none;
}

._1Xxc1lotHxJaz_2EttIbaU {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
._1Xxc1lotHxJaz_2EttIbaU ._3koXJCkMo96Va7IafPEleg {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 15px;
}
._1Xxc1lotHxJaz_2EttIbaU ._3koXJCkMo96Va7IafPEleg img {
    width: 80px;
    height: 80px;
}

._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf {
    width: calc(100% - 270px);
}

._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._2tNHMsiWHVl7nRZTUAw9D8 {
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px auto;
    font-weight: 700;
    margin-top: 18px;
    padding: 5px 0;
}
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._2tNHMsiWHVl7nRZTUAw9D8 a {
    color: #1e1e1e;
    text-decoration: none;
}
.nYBRGIw98Ez3fjTDA2-TW,
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._3CtrUNhTq2g1jKGiFu7qVo {
    text-decoration: none;
    font-size: 14px;
    color: #2d65a0;
    font-weight: 500;
    border: 1px solid #2d65a0;
    border-radius: 4px;
    padding: 8px 10px;
    line-height: 1;
}
.nYBRGIw98Ez3fjTDA2-TW>span,
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._3CtrUNhTq2g1jKGiFu7qVo>span {
    border-radius: 4px;
    background-color: #d0021b;
    color: #fff;
    padding: 3px 4px;
    font-size: 11px;
}

._3F9hPtMjdXdMaR83ewg822 {
    width: 100%;
}
._1u8NAUHia4-dT1Gln1dAw9 {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    text-transform: uppercase;
    border-top: 1px solid #dbdbdb;
    font-size: 13px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
}
._1u8NAUHia4-dT1Gln1dAw9>li {
    float: none;
    position: relative;
    flex: 1 1 auto;
}
._1u8NAUHia4-dT1Gln1dAw9>li>a {
    padding: 10px 15px;
    display: block;
}
._1u8NAUHia4-dT1Gln1dAw9>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
._1u8NAUHia4-dT1Gln1dAw9 ._1DEgF82OxTeEL_EeA33sov a {
    background: transparent;
    color: #000!important;
    font-weight: 600!important;
    border-bottom: 4px solid #f8c938!important;
    opacity: 1!important;
}

._1u8NAUHia4-dT1Gln1dAw9>li a, ._1u8NAUHia4-dT1Gln1dAw9>li a:focus, ._1u8NAUHia4-dT1Gln1dAw9>li a:visited {
    border-radius: 0;
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    font-weight: 500;
    opacity: .5;
    outline: 0;
}
._1u8NAUHia4-dT1Gln1dAw9>li ._3NfRVOtZ7c1uh5Qyn9wOWE {
    position: absolute;
    top: 5px;
    right: 7px;
    border: 2px solid #fff;
    box-sizing: content-box;
    background: #c91517;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    opacity: 0;
}
._1u8NAUHia4-dT1Gln1dAw9>li ._1ANftg3xE0XUC2bqriTraz {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.redux-infinite-scroll {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.ctad {
    background: #fff;
    position: relative;
    margin-top: 8px;
    border-radius: 1px;
}
.ctad .ctadBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ctad .ctadBody .ctadImage {
    cursor: pointer;
    width: 102px;
    min-width: 102px;
    height: 71px;
    /*background-image: url(https://static.chotot.com.vn/storage/default_images/c2c_ad_image.jpg);*/
    background-size: cover;
}
.ctad .ctadBody .ctadImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}
.ctad .ctadBody .ctadImage .imageNumber {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    background: url(../images/camera.svg);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}
.ctad .ctadBody .ctadImage, .ctad .ctadBody .ctadImage img {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.ctad .ctadBody .ctadImage:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    content: "";
}
.ctad .ctadBody .ctadInfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    cursor: pointer;
}
.ctad .ctadBody .ctadInfo .upperBlock {
    width: 100%;
    height: 100%;
    min-width: 0;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper {
    min-width: 0;
    width: 100%;
    height: 100%;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadTitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadTitle .title {
    color: #000;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 15px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo {
    float: left;
    width: 40%;
    position: relative;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadPrice {
    color: #d0011b;
    display: block;
    font-size: 15px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo .ctadPrice {
    position: absolute;
    bottom: 65%;
}
.ctad .addinBlock, .ctad .ctadFooter .addinBlockRR {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnSellFaster {
    position: relative;
    float: left;
    width: 60%;
    height: 87%;
}
.ctDashboardAdStatsPosition {
    background: #fff;
    font-family: Helvetica!important;
    position: absolute;
    bottom: 30%;
    right: 53%;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox {
    padding: 0 10px;
    text-align: center;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo {
    position: relative;
    height: 26px;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper {
    width: 68px;
    position: absolute;
    left: 0;
    height: 29px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 11px;
    border-radius: 5px;
    position: relative;
    transition: all .6s ease-in-out;
    background-image: url(../images/page-number-tooltip.svg);
    background-position: 50%;
    background-size: 68px 29px;
    background-repeat: no-repeat;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBar {
    height: 5px;
    width: 148px;
    margin-top: 15px;
    background-image: url(https://static.chotot.com/storage/react-common/slider_adstats.svg);
    background-size: 148px 4px;
    background-repeat: no-repeat;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .icPosition {
    width: 18px;
    height: 18px;
    background-image: url(https://static.chotot.com/storage/chotot-icons-me/page-indicator.svg);
    background-position: 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -26px;
    transition: all .6s ease-in-out;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper span {
    position: relative;
    z-index: 3;
    color: #000;
    bottom: 4px;
}
.ctad .ctadBody .ctadInfo .underBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnSellFaster .underBlock {
    position: absolute;
    bottom: 22%;
    width: 50%;
    right: 0;
}
.ctad .ctadBody .ctadInfo .underBlock .buttonBlock {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.premiumButton, .premiumButtonDisable {
    text-align: right;
    position: relative;
}
.premiumButton .btn, .premiumButtonDisable .btn {
    border: 1px solid #589f39;
    color: #589f39;
    background: rgba(117,189,79,.1);
    height: 32px;
    font-size: 15px;
    width: 158px;
    padding: 4px;
    text-transform: unset;
}

.premiumButton .icSellFaster, .premiumButtonDisable .icSellFaster {
    margin-right: 7px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0;
    width: 35px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .buttonMenu {
    border: 0;
    box-shadow: none!important;
    background: transparent!important;
    z-index: 5;
    position: relative;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .buttonMenu img {
    width: 5px;
    position: relative;
    left: 20px;
    top: 5px;
}
.ctad .bottomAdInfo .bottomPremiumFeature {
    display: none;
}

.ctadNewFooter {
    padding-top: 10px;
    height: 48px;
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
}
.ctadNewFooter .premiumFeatureComponent {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 38px;
    background-color: #fff;
}
.ctadNewFooter .premiumFeatureComponent .hideAd {
    width: 50%;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    text-align: center;
}
.ctad .addinBlock .premiumFeatureBoxAdItem, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon {
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    box-sizing: content-box;
    color: #38699f;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important;
    margin-right: auto;
    margin-left: auto;
}

.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon .hideAdIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon .hideAdIcon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-left: 0;
    position: relative;
    top: 3px;
    background-size: auto 20px;
    text-overflow: ellipsis;
    background: url(https://static.chotot.com/storage/react-common/hide_ad_icon_20x20.svg) no-repeat;
}
.ctadNewFooter .premiumFeatureComponent .premiumFeature {
    width: 50%;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    text-align: center;
}
.ctad .addinBlock .premiumFeatureBoxAdItem, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon .premiumFeatureAdStatsIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon .premiumFeatureAdStatsIcon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background-size: auto 20px;
    position: relative;
    top: 4px;
    background: url(https://static.chotot.com/storage/react-common/stats_ic_20x20_new_of_new.svg) no-repeat;
}

._3gQN1j7PQSNOr1NLokmZpF {
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid #efefff;
    display: block;
    margin: 10px;
    margin-top: 0;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
}
#loadMoreButton.hiddenLoadMore {
    height: 0;
    visibility: hidden;
    margin: 0;
    border: none;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .boxMenu {
    position: absolute;
    z-index: 4;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    right: 0;
    top: -10px;
    min-width: 150px;
    display: none;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .boxMenuItem {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .boxMenuItem a {
    color: #000;
    text-decoration: none;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .boxMenuItem .iconMenuItem {
    display: inline-block;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 768px){
    .contactInfo .PaperInfoWrapper .BasicInfo {
        border-right: 1px solid #eee;
        border-bottom: none;
    }

    .boxContentLeft .white-box {
        margin: 0;
    }

    .ctNewAd {
        padding: 10px;
    }
    .ctad .ctadPrice {
        margin-top: 5px;
    }
}

@media screen and (max-width: 990px){
    .ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .hidden-xs {
        display: none!important;
    }

    .ctad .bottomAdInfo .bottomPremiumFeature {
        margin-top: 10px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }
    .ctDashboardAdStatsPosition {
        position: relative;
        left: -1%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px){
    ._2qzumClAWY5VnmGbExqzLS {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: inline-flex!important;
    }
}


/*page bds*/
.OrderFilter_orderFilter {
    background-color: #fff;
    display: inline-block;
    height: 40px;
    margin-bottom: -4px;
    width: 100%;
}
.OrderFilter_orderFilter .OrderFilter_infoAds {
    display: inline-flex;
    line-height: 40px;
    text-decoration: none;
    width: 66.6%;
}
.OrderFilter_orderFilter .OrderFilter_infoAds a {
    text-decoration: none;
    width: 100%;
}
.OrderFilter_orderFilter .OrderFilter_infoAds .OrderFilter_elementInfo {
    color: #9b9b9b;
    cursor: pointer;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
}
.OrderFilter_orderFilter .OrderFilter_infoAds .active {
    color: #222;
    font-weight: 700;
    text-decoration: none;
}
.OrderFilter_orderFilter .OrderFilter_infoAds .active:after,
.OrderFilter_orderFilter .OrderFilter_infoAds .OrderFilter_elementInfo:hover:after {
    background: #ffba00;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.OrderFilter_orderFilter .OrderFilter_sortAds__2nSRR {
    display: inline-flex;
    height: 40px;
    justify-content: space-around;
    min-width: 130px;
    position: relative;
    width: 33.4%;
}
.OrderFilter_orderFilter .OrderFilter_wrapperDropDown {
    border-left: 1px solid #f4f4f4;
    height: 40px;
    position: relative;
    width: 90%;
}
.OrderFilter_orderFilter .OrderFilter_filterBtn {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    outline: 0!important;
    overflow: unset;
    padding: 0 0 0 12px;
    position: relative;
    text-align: left;
    width: 100%;
    text-transform: unset;
}

.OrderFilter_orderFilter .OrderFilter_sortAds {
    display: inline-flex;
    height: 40px;
    justify-content: space-around;
    min-width: 130px;
    position: relative;
    width: 33.4%;
}

.Caret_caret {
    background-image: url(https://static.chotot.com/storage/chotot-icons/svg/dynamic-dropdown.svg);
    background-repeat: no-repeat;
    background-size: 12px 16px;
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 12px;
}

.OrderFilter_orderFilter .OrderFilter_menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    display: block;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: calc(100% + 1px);
    width: 100%;
    z-index: 10;
    display: none;
}
.OrderFilter_orderFilter .OrderFilter_menu span {
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 20px;
        outline: 0;
    padding: 10px 12px;
}
.OrderFilter_orderFilter .OrderFilter_menu img {
    float: right;
    height: 20px;
    width: 16px;
}

.ViewMode_viewMode {
    border-left: 1px solid #f4f4f4;
    display: inline-flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    text-align: center;
}

.ViewMode_viewMode .ViewMode_gridMode, .ViewMode_viewMode .ViewMode_listMode {
    background-color: initial;
    background-size: cover!important;
    border: none;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    outline: 0;
    padding: 5px;
    width: 20px;
}
.ViewMode_viewMode .ViewMode_gridMode {
    background: url(https://static.chotot.com/storage/chotot-icons/svg/grid.svg) 50% no-repeat;
}
.ViewMode_viewMode .ViewMode_listMode {
    background: url(https://static.chotot.com/storage/chotot-icons/svg/list.svg) 50% no-repeat;
}

/*page bds*/

/*post statis*/
.ctAdStats {
    background: #f4f4f4;
}
.ctAdStatsItem {
    padding: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.ctAdStatsItem .ctAdStatsImage {
    width: 110px;
    height: 80px;
    overflow: hidden;
    position: relative;
    background: url(../default_listAd_image.jpg);
    background-size: cover!important;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
}
.ctAdStatsItem .ctAdStatsImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ctAdStatsItem .ctAdStatsInfo {
    width: calc(100% - 120px);
    float: right;
    position: relative;
    height: 80px;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsTilte, .ctAdStatsItem .ctAdStatsInfo .ctAdStatsTilteBold {
    font-size: 12px;
    color: #000;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    padding-right: 20px;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsPrice {
    font-size: 12px;
    color: #d0021b;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 17px;
    line-height: 17px;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsPrice b {
    font-weight: 700;
    max-width: calc(100% - 80px);
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 15px;
    line-height: 15px;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsMoreText {
    float: left;
    font-size: 10px;
    color: #000;
    opacity: .7;
    max-width: calc(100% - 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsMoreIcon {
    float: right;
    height: 15px;
    width: 18px;
    position: relative;
    top: -3px;
    background-size: auto 15px;
    background-position: 100%;
    background-repeat: no-repeat;
    background-image: url(https://static.chotot.com/storage/react-common/pro.png);
}
.ctAdStatsItem .ctAdStatsInfo .ctAdStatsMore .ctAdStatsIconPrivate {
    background-image: url(https://static.chotot.com/storage/react-common/private.png);
}
.ctAdStats .clear8 {
    clear: both;
    height: 8px;
}

.ctAdStatsPosition {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-family: Helvetica!important;
}
.ctAdStats .ctAdStatsTilteBox {
    height: 40px;
    line-height: 38px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxFull, .ctAdStats .ctAdStatsTilteBox .ctAdStatsTilteBoxLeft {
    float: left;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}
.ctAdStatsPosition .ctAdStatsPositionBox {
    padding: 0 10px;
    margin-top: 10px;
    text-align: center;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo {
    position: relative;
    height: 34px;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper {
    width: 33%;
    position: absolute;
    left: 0;
    border: 1px solid #9b9b9b;
    height: 34px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 5px;
    color: #589f39;
    position: relative;
    background-color: #fff;
    transition: all .6s ease-in-out;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper span {
    position: relative;
    z-index: 3;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper .ctAdPositionPageInfoArrowIcon {
    position: absolute;
    z-index: 2;
    content: "";
    width: 26px;
    height: 17px;
    background-image: url(https://static.chotot.com/storage/react-common/arrowDown.svg);
    background-size: 26px 17px;
    background-repeat: no-repeat;
    bottom: -10px;
    left: 50px;
    transition: all .6s ease-in-out;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBar {
    height: 15px;
    margin-top: 15px;
    background: #41d103;
    background: -webkit-gradient(left top,right top,color-stop(0,#41d103),color-stop(21%,#fecb00),color-stop(100%,#b20217));
    background: linear-gradient(90deg,#41d103 0,#fecb00 21%,#b20217);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#41d103",endColorstr="#b20217",GradientType=1);
    border-radius: 15px;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment {
    height: 30px;
    line-height: 30px;
    font-size: 9px;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft {
    float: left;
    width: 50%;
    text-align: left;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft .ctAdPostionPageBarCommentIconGood {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #589f39;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentLeft span {
    margin-left: 5px;
    color: #333;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight {
    float: right;
    width: 50%;
    text-align: right;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight span {
    margin-right: 5px;
    color: #333;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBarComment .ctAdPostionPageBarCommentRight .ctAdPostionPageBarCommentIconBad {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0021b;
}
.ctAdStatsPosition .ctAdStatsPositionBox .ctAdStatsBoxDetailPosition {
    text-align: left;
    line-height: 20px;
    margin: 4px auto 8px;
    font-size: 12px;
}
.ctAdStatsPromotionBox {
    padding: 10px;
    background: #f4f4f4;
    font-size: 12px;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 10px;
}
.ctAdStatsPromotionBox .ctAdStatsPromotionBump {
    float: left;
    width: calc(100% - 120px);
    max-width: 210px;
}
.ctAdStatsPromotionBox .ctAdStatsPromotionBumpButton {
    width: 110px;
    height: 30px;
    border: 1px solid #589f39;
    border-radius: 5px;
    background: #eef5eb;
    float: right;
    line-height: 30px;
    text-align: center;
    color: #589f39;
    cursor: pointer;
    margin-top: 2px;
    box-sizing: border-box;
}

.statis-number>div{
    flex: 1;
    text-align: center;
    font-size: 18px;
    padding: 30px;
}
.statis-number-show .number{
    color: #ffba00;
    font-size: 30px;
}
.statis-number-view .number{
    color: #2d65a0;
    font-size: 30px;
}

@media(min-width: 990px){
    .statis-number-show{
        border-right: 2px solid #f4f4f4;
    }
}
/*post statis*/




@media (min-width: 576px){
    .modal-dialog {
        max-width: 640px;
    }
}

/*dropdown-notification*/
.notification-number {
    width: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.notification-number span{
    min-width: 10px;
    padding: 1.5px 2.5px 3px 2.5px;
    font-size: 0.625rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #D0021B;
    border-radius: 4px;
    text-align: center;
    display: block;
    float: right;
    box-sizing: unset;
}

.dropdown-notification .nav-tabs{
    /*display: flex;*/
}
.dropdown-notification .tab-content{
    padding: 0;
}
.notification-list{
    max-height: 450px;
    overflow-y: auto;
}

.dropdown-notification .nav-item{
    width: 100%;
    margin-left: 0;
}
.dropdown-notification .nav-link{
    width: 100%;
    border: 0;
    border-radius: 0;
}
.dropdown-notification .notification-item{
    display: flex;
    color: #000000;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 8px;
    border-bottom: 1px solid #CACACA;
    cursor: pointer;
}
.dropdown-notification .notification-item.active{
    background-color: #fff0d9;
}
.dropdown-notification .notification-end,
.dropdown-notification .notification-left{
    flex:  0 0 60px;
    width: 60px;
}
.dropdown-notification .notification-middle{
    flex: 1;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    line-height: 16px;
}
.dropdown-notification .notification-end .img,
.dropdown-notification .notification-left .img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.dropdown-notification .notification-end .img img,
.dropdown-notification .notification-left .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dropdown-notification .notification-middle p{
    margin-bottom: 8px;
}
.dropdown-notification .notification-end{
    
}
.notification-time{
    font-size: 13px;
    color: #9B9B9B;
}

@media (min-width: 768px)
{
    .dropdown-notification {
        min-width: 400px;
        padding: 0;
    }
}
/*dropdown-notification*/


.fSvlUv {
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 999;
}
.fSvlUv img {
    height: 80px;
}
.kRuhDa {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
}
.kRuhDa .icon {
    margin: 10px auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    background-color: rgb(17, 17, 17);
    color: rgb(255, 255, 255);
    box-shadow: grey 0px 0px 10px 2px;
}
@media (min-width: 768px)
{
    .fSvlUv img {
        height: 120px;
    }
}
