/* css by nitsoft */


/*html, body {overflow-x: hidden;}*/

.header-top {
    background-color: #10723a!important;
}

.header-bg-color, .header-wrapper {
    background-color: #0a923c;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
}

.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a{
    color: rgb(255 255 255 / 85%);
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.header-nav .sub-menu, .header-nav .nav-dropdown {
    padding: 0;
    background: #10723a;
}

.header-nav .nav-dropdown>li>a:hover {
    color: #fff456;
}
.icon-angle-down:before {
    color: #ffffff;
}

.header-bottom {
    background-color: #0a923c;
}
#wide-nav {
    border-top: 1px solid #000;
}

/*mega menu*/
#mega_menu {
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    display: none;
}
.item-hidden{
    display: none;
}

#mega-menu-wrap {
    width: 100%;
    background: #10723a;
    position: relative;
    margin: 0 !important;
}
#mega-menu-title {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}
#mega-menu-title i {
    margin-right: 9px;
}
#header.header.has-sticky .header-wrapper.stuck #mega_menu:not(.active) {
    display: none;
}
#header.header.has-sticky .header-wrapper.stuck #mega_menu {
    margin-top: 0;
}

#wide-nav>.flex-row>.flex-left {
    width: 25%;
    min-width: 245px;
    margin-right: 15px;
}

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

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


.header-bottom .header-nav li a {
    text-transform: uppercase !important;
}
.sf-menu a {
    display: block;
    position: relative;
    border-top: 1px solid #dfeeff;
    padding: .55em 1em;
    text-decoration: none;
    zoom: 1;
}
#mega_menu > li:hover > .menu-image, #mega_menu > li:hover > ul.sub-menu {
    display: block;
}
#mega_menu > li > ul.sub-menu {
    position: absolute;
    top: 0px;
    left: 100%;
    background: #fff;
    /*min-height: 300px;*/
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mega_menu .sub-menu{ display: none; }

#mega_menu > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    font-size: 1.5em;
    top: 0px;
    position: absolute;
    right: 5px;
}
#mega_menu li a img{
    position: absolute;
    top: 13px;
    left: 5px;
    width: 20px;
}

.sf-menu li ul li a {
    /*padding: 1em 1em;*/
    padding: .55em 1em;
}

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

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

.rx-parent a{
    cursor: pointer;
}

#mega_menu li.rx-change a.rx-default {
    display: none;
}
#mega_menu li.rx-change a.rx-show {
    display: block;
}
#header.header #mega_menu.active {
    display: block;
}

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

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

.sf-menu ul li {
    background: #fff;
}

.sf-menu li {
    position: relative;
    background: #fff;
    white-space: nowrap;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}

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

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

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

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

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

<style>
.nav li:first-child {
    margin-left: 0 !important;
}
/*end mega-menu*/

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

/*#masthead .tracking-topbar:before {
    font-family: "Font Awesome 4 Pro";
    content: "\f2de";
    font-weight: 700;
    padding: 0 5px 0 0;
    font-size: 25px;
    vertical-align: middle;
}*/

#masthead .tracking-topbar i{
    font-weight: 700;
    padding: 0 5px 0 0;
    font-size: 25px;
    vertical-align: middle;
}
.slide .row-small{
    padding: 3px 10px 3px;
}
/*responsive desktop*/
@media (min-width: 850px){

}

@media screen and (max-width: 849px){
    .slide .row-small{
        padding: 0px;
    }
    .malr15{
        margin-left: 0px !important; 
        margin-right: 0px !important;
    }
    /*.section-content .col{
        padding: 5px;
    }
    .row-list-sp{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }*/
}

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

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


.banner-img a::after, .img-cat .img::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    border-left: 1px solid rgba(255,255,255,.8);
    border-right: 1px solid rgba(255,255,255,.8);
    -ms-transform: scale(1,0);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.title-news-home{
    color:#fff;
    background-color:#0A923C;
    font-weight:600;
    padding: 3px 10px;
    display: inline;
    position: relative;
}

.title-news-home:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    border-top: 12px solid #0A923C;
    border-bottom: 12px solid #0A923C;
    border-right: 10px solid transparent;
}
.col-inner p{
    display: inline;
}

.flickity-slider .col {
    padding: 3px 3px 3px;
}

.product-small {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
.product-small .box-text{
    padding: 9px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.star-rating {
    font-size: 14px!important;
}
.star-rating:before {
    color: #ffbe00;
}
.ratings:before {
    content: "\f005 " "\f005 " "\f005 " "\f005 " "\f005";
    color: #fbc02d;
}
.hdevvn_cats a {
    display: inline-block;
    padding-left: 2px;
    color: #373737!important;
    font-size: 13px;
}
.xem-tat-ca a {
    color: #10723a;
    font-size: 13px;
}
.section-title-normal span {
    margin-right: 15px;
    border-bottom: 0;
    margin-bottom: 2px;
    text-transform: none;
}
.section.dark {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(9, 115, 61, 1);
}

#section_798829679 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(0, 43, 24);
}
.footer-section .row-small>.col {
    padding: 0 9.8px 19.6px;
}
.footer-section .cot1 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    top: -30px;
    background: #006738;
    padding-top: 30px !important;
}
.footer-section h3 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}
.footer-section h3 a {
    position: relative;
    display: inline-block;
    color: #ffffff;
}
.text-u {
    text-transform: uppercase;
}
.footer-section h3 a:after {
    content: "";
    height: 2px;
    width: 50px;
    background: #5cab10;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.footer-section ul li {
    margin-bottom: .6em;
    list-style: disc;
    margin-left: 1.3em;
    font-size: 15px;
}
.cot3 p {
    display: block;
    margin-bottom: 1.3em;
}

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

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

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

.pd_policy p {
    color: #000;
    display: block;
    padding-left: 40px;
    width: 100%;
}

.serv-1 {
    background: url(../images/icon-serv-18d0c.png?v=26) top left no-repeat;
}

.serv-2 {
    background: url(../images/icon-serv-28d0c.png?v=26) top left no-repeat;
}

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

.spkem {
    position: relative;
    margin-top: 0px;
    border: 1px solid #17a349;
    padding: 16px 4px;
    border-radius: 6px;
}
.white-full {
    float: left;
    width: 100%;
    background: #fff;
    /* padding: 15px; */
    margin-bottom: 30px;
}
#map_detail {
    width: 100%;
    height: 365px;
}
.view-more-detail {
    cursor: pointer;
    color: #17a349;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 15px;
}

a.devvn_buy_now_style {
    max-width: 100%;
}

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

body .ctn-left-detail {
    height: 350px;
}

.ctn-left-detail {
    width: 100%;
    float: left;
    height: 370px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left 60%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ctn-left-detail.active {
    height: initial;
    -webkit-mask-image: none;
}

.list_rating {
    position: relative;
}

.list-news {
    border-bottom: 1px #c7b6b6 dotted;
    padding: 15px 0;
    margin: 0;
}
.img-avatar {
    width: auto;
    max-width: 100px;
    margin-right: .625rem;
    text-align: center;
    float: left;
}

.img-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.content-comment {
    float: left;
    width: 71%;
}
.product-ratings, .ratings {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    /*position: relative;*/
    font-family: FontAwesome;
}
.button_action {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 10px;
}
.subform-text {
    background-color: rgb(255, 255, 255);
}
.divider-word {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ced2da;
    line-height: .3em;
    margin: 20px 0 20px;
}
.btn-social-fb {
    background-color: #4267b2;
    color: #fff;
    font-size: 16px;
}
.btn-social-fb a {
    color: #fff;
}
.wishlist{
    position: relative;
}
.wishlist .in_wishlist {
    color: #f10707 !important;
}

/*.last-reset h3 span, .col-inner h3 span{
    color: #fff!important;
    background: -webkit-linear-gradient(90deg ,#51b935 0%,#96d12e 100%);
    margin-right: 30px;
    margin-top: -10px;
    padding: 10px 0 13px 20px;
}

.last-reset h3 span, .col-inner h3 span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../images/xborder-title-right.png.pagespeed.ic.BLu8e5meJ2.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 42px;
    right: -42px;
}*/

/*customer index*/
.view-account{
background:#FFFFFF; 
}
.view-account .pro-label {
font-size: 13px;
padding: 4px 5px;
position: relative;
top: -5px;
margin-left: 10px;
display: inline-block
}

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

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

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

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

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

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

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

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

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

.view-account .side-bar .side-menu .nav>li {
    
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
    .view-account .content-panel .title {
        text-align: center
    }
    .view-account .side-bar .user-info {
        padding: 0
    }
    .view-account .side-bar .user-info .img-profile {
        width: 60px;
        height: 60px
    }
    .view-account .side-bar .user-info .meta li {
        margin-bottom: 5px
    }
    .view-account .content-panel .content-header-wrapper .actions {
        position: static;
        margin-bottom: 30px
    }
    .view-account .content-panel {
        padding: 0
    }
    .view-account .content-panel .content-utilities .page-nav {
        position: static;
        margin-bottom: 15px
    }
    .drive-wrapper .drive-item {
        width: 100px;
        margin-right: 5px;
        float: none
    }
    .drive-wrapper .drive-item-thumb {
        width: auto;
        height: 54px
    }
    .drive-wrapper .drive-item-thumb .fa {
        font-size: 24px;
        padding-top: 0
    }
    .view-account .content-panel .avatar .figure img {
        float: none;
        margin-bottom: 15px
    }
    .view-account .file-uploader {
        margin-bottom: 15px
    }
    .view-account .mail-subject {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .view-account .content-panel .mails-wrapper .mail-item .time-container {
        position: static
    }
    .view-account .content-panel .mails-wrapper .mail-item .time-container .time {
        width: auto;
        text-align: left
    }
}

@media (min-width:768px) {
    .view-account .side-bar .user-info {
        padding: 0;
        padding-bottom: 15px
    }
    .view-account .mail-subject .subject {
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:992px) {
    .view-account .content-panel {
        min-height: 800px;
        border-left: 1px solid #f3f3f7;
        margin-left: 250px
    }
    .view-account .mail-subject .subject {
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .view-account .side-bar {
        position: absolute;
        width: 250px;
        min-height: 600px
    }
    .view-account .side-bar .user-info {
        margin-bottom: 0;
        border-bottom: none;
        padding: 30px
    }
    .view-account .side-bar .user-info .img-profile {
        width: 120px;
        height: 120px
    }
    .view-account .side-bar .side-menu {
        text-align: left
    }
    .view-account .side-bar .side-menu .nav {
        display: block
    }
    .view-account .side-bar .side-menu .nav>li {
        display: block;
        float: none;
        /*font-size: .9em;*/
        border-bottom: 1px solid #f3f3f7;
        margin-right: 0;
        margin-bottom: 0
    }
    .view-account .side-bar .side-menu .nav>li>a {
        display: block;
        color: #9499a3;
        padding: 10px 15px;
        padding-left: 30px
    }
    .view-account .side-bar .side-menu .nav>li>a:hover {
        background: #f9f9fb
    }
    .view-account .side-bar .side-menu .nav>li.active a {
        background: #f9f9fb;
        border-right: 4px solid #40babd;
        border-bottom: none
    }
    .theme-2 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #6dbd63
    }
    .theme-3 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #497cb1
    }
    .theme-4 .view-account .side-bar .side-menu .nav>li.active a {
        border-right-color: #ec6952
    }
    .view-account .side-bar .side-menu .nav>li .icon {
        font-size: 24px;
        vertical-align: middle;
        text-align: center;
        width: 40px;
        display: inline-block
    }
}

/*input thum*/
.block-upload-item {
    height: 170px;
    overflow: hidden;
    position: relative;
    width: 164px;
    float: left;
    margin-right: 5px;
    border: 2px dashed #cbd9ca;
    background-color: #f0f6f2;
    background-image: url(../images/icons/bg-upload-image.png);
    background-position: center 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative; 
    overflow: hidden; 
    direction: ltr;
}
.block-upload-item p {
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.spanButtonPlaceholder input[type=file], .spanButtonPlaceholder a.file_img {
    width: 164px!important;
    height: 170px!important;
}
.post-product .droptext {
    color: #666;
}
.droptext {
    color: #999;
    clear: both;
    padding: 10px 0;
}
.bdsGuestUpload360 .imgContainer {
    height: 235px!important;
}
.file-uploader{
    position: absolute; 
    right: 0px; 
    top: 0px; 
    font-family: Arial; 
    font-size: 118px; 
    margin: 0px; 
    padding: 0px; 
    cursor: pointer; 
    opacity: 0;
}

/*begin show thumb*/
.imgContainer {
    height: 170px;
    overflow: hidden;
    width: 164px;
    /*float: left;*/
    border-radius: 5px;
    /*margin: 0 5px 5px 0;*/
    position: relative;
}
.imgContainer .imgthumb {
    display: block;
    border: 0;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    display: block;
    width: 164px;
    height: 170px;
    border: 0;
    float: left;
    position: relative;
}
.imgthumb .upload-image-tools {
    height: auto;
    min-width: 60px;
    margin: 5px;
    background: rgb(9 60 6 / 35%);
    color: #ffffff;
    border-radius: 3px;
    padding: 4px;
    position: absolute;
}
.imgthumb .upload-image-tools label{
    color: #ffffff;
}
/*end input thum*/
/*end customer index*/

.marker i, .item-article .marker i {
    color: #17a349;
    margin-left: 1px;
    margin-right: 4px;
}
.slide .col-inner>.img:not(:last-child){
    margin-bottom: .3em;
}

/*fixedItem*/
.fixedItem {
    display: none;
    position: fixed;
    bottom: 250px;
    right: 20px;
    z-index: 10000;
    text-align: center;
}
.fixedItem a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    background: #ecbf19;
    border-radius: 50%;
    color: #fff;
}
.fixedItem.cart a img {
    max-width: 25px;
}
/*end fixedItem*/

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

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

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

.w400 {
    width: 400px !important;
}
.w300 {
    width: 300px !important;
}

.w200 {
    width: 200px !important;
}

.alert-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.w150{
    width: 150px;
}
.mt10{
    margin-top: 10px;
}
.pd5{
    padding: 5px;
}
#gallery {
    margin-bottom: 0px;
}
.show_default{
    margin-left: 3px;
}

.map_form .col{
    padding-bottom: 0px;
}

.fa-pointer{
    cursor: pointer;
}


/*giuseart-nav*/
.phone-mobile {display: none;}
.giuseart-nav {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 10px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.ticon-heart {
    background: url(../images/icons/google-maps.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
    background: url(../images/icons/zalo.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav li .button {
    background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
    background: url(../images/icons/Asset-1.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.giuseart-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}

.giuseart-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
    background: url(../images/icons/messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.giuseart-nav ul li .button .phone_animation i {
    display: inline-block;
    width: 30px;
    font-size: 25px;
    margin-top: 10px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
    background: url(../images/icons/sms.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
    background: url(../images/icons/hotline1.png) no-repeat;
    background-size: contain;}
.giuseart-nav ul li .button .btn_phone_txt {
    position: relative;
}
@media only screen and (max-width: 600px){
    .giuseart-nav li .chat_animation{display:block !Important}

    .giuseart-nav li .button .phone_animation {box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%,0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #10723A;
        line-height: 15px;
        border: 2px solid white;
    }
    .giuseart-nav ul>li a{padding:0; margin:0 auto}
    .giuseart-nav {
        background: white;
        width: 100%; border-radius:0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }
    .giuseart-nav li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }
    .phone-mobile{display:block !important}
}
/*end giuseart-nav*/

.nav>li>a{color: #ffffff;}
.off-canvas-left .mfp-content {
    width: 300px;
}
.pdl10{
    padding-left: 10px !important;
}