.details-pro .group-status {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 5px;
}
.bct {
    width: 60% !important;
}
.details-pro .group-status .status_name.availabel {color: #0D803B}
.details-pro .price-box {
    margin: 0 0 10px;
    display: inline-block;
}
.details-pro .product-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    color: #0d803b;
}
.details-pro .product-summary .rte {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    color: #707070;
    line-height: 24px;
    margin-bottom: 15px;
}
.details-pro .product-summary .rte p {margin: 0}
.details-pro .custom-btn-number {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    height: auto;
}
.form-group .input_number_product .btn_num {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-size: 25px;
    line-height: 0;
    border: solid 1px #EBEBEB;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFF;
    float: left;
    color: #222;
    text-align: center;
    padding: 0;
}
.form-group .input_number_product .btn_num.num_1 {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.form-group .input_number_product .btn_num.num_2 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 18px;
}
.form-group .input_number_product input {
    margin: 0;
    display: block;
    float: left;
    height: 40px;
    border-right: none;
    width: auto;
}
.details-pro .button_actions {float: left}
.button_cart_buy_enable, .product-tab .tab-link.current {background: #60a820}
.button_cart_buy_enable {
    margin: 0 0 20px 15px;
    padding: 6px 10px;
    border: 1px solid;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .details-pro .button_actions {width: 100%}
    .button_cart_buy_enable {margin: 0 0 20px}
    iframe {
        max-width: 100%;
        height: 250px;
    }
} 
@media(max-width:767px){
  .news-news #content p img,
  .news-news #content strong img{
    max-width:100%;
    height:auto
  }
  table {
    width: 100%;
  }
} 
div#tab-description img {
    max-width: 100%;
    height: auto;
}
td {
    border: 1px solid;
} 
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 17px;
    left: 17px;
    z-index: 999999;
}
.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}
.float-icon-hotline ul li .fa-zalo {
    background: transparent url(/image/catalog/icon/zalo.png) center center no-repeat;
    background-size: 100%!important;
}
.float-icon-hotline ul li .fa-fb {
    background: transparent url(/image/catalog/icon/messenger.jpg) center center no-repeat !important;
    background-size: 100%!important;
}
@media only screen and (min-width: 960px){
.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}
}  
.nbc-contentm .new-block{
  overflow: hidden;
}
.product-block .image,.new-block .news-block,.nbc-content .row div:first-child{
  position: relative;
  overflow: hidden;
}
.product-block .image:after,.new-block .news-block:after,.nbc-content .row div:first-child:after{
  content: '';
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
    45deg
  ) translate3d(0,-100%,0);
  -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
    45deg
  ) translate3d(0,-100%,0);
}
.product-block:hover .image:after,.new-block:hover .news-block:after,.nbc-content:hover .row div:first-child:after{
  -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
    45deg
  ) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,
    45deg
  ) translate3d(0,100%,0);
}  
button#button-cart span {
    color: #fff;
}
div#logo img {
	width: 70%;
}
button#button-cart:hover {
    background: #fff;
}
button#button-cart span:hover {
    color: #60a820;
}
.alert.alert-success a {
    font-weight: 700 !important;
    font-size: 16px;
} 


/* cart */
    .top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
}
.mini-cart {
    z-index: 10;
    text-align: center;
    height: 90px;
}
.header .header-main .minicart-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: relative;
    float: right;
    margin-top: 5px;
}
.header .header-main .minicart-wrapper .showcart {
    color: #363f4d;
    display: block;
    position: relative;
    text-align: left;
    padding-left: 65px;
}
.header .header-main .minicart-wrapper .showcart i {
  color: #fff;
    font-size: 21px;
    display: block;
    line-height: 46px;
    width: 50px;
    height: 50px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.header .header-main .minicart-wrapper .showcart .count_item_pr {
    position: absolute;
    top: 0;
    left: 30px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    color: #111;
    text-align: center;
    line-height: 20px;
}
.header .header-main .minicart-wrapper .showcart .content {
    display: flex;
    height: 52px;
}
.header .header-main .minicart-wrapper .showcart .content .content-inner {
    margin: auto;
}
.header .header-main .minicart-wrapper .showcart .content .text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    width: auto;
    line-height: 20px;
    position: static;
    text-transform: uppercase;
  color: #fff;
}
.top-cart-content {
    right: 0;
    top: 55px;
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgb(0 0 0 / 40%);
    z-index: 10000;
}
ul#cart-sidebar {
    padding: 20px;
    margin: 0;
    max-height: 625px;
    min-width: 330px;
}
ul#cart-sidebar .list-item-cart {
    max-height: 290px;
    overflow: auto;
}
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: 0;
}
.top-cart-content li.item:first-child {
    border-top: none;
    margin-top: 0;
}
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none;
}
.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px;
}
.top-cart-content li.item {
    border-top: dashed 1px #EBEBEB;
    overflow: hidden;
    padding: 15px 0 15px 0;
    position: relative;
}
.top-cart-content li.item {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.top-cart-content li {
    list-style: none;
}
.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 85px;
    position: relative;
    margin-right: 15px;
}
.top-cart-content li.item .detail-item {
    padding-left: 0;
}
.top-cart-content li.item .detail-item {
    display: block;
    float: left;
    width: calc(100% - 105px);
    -o-width: calc(100% - 105px);
    -moz-width: calc(100% - 105px);
    -webkit-width: calc(100% - 105px);
}
.top-cart-content .product-name {
    margin: 0;
    width: 170px;
    line-height: 22px;
    padding-right: 12px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden;
}

.top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-cart-content .product-name a {
    font-size: 14px;
    /* line-height: normal; */
    line-height: 20px !important;
    font-weight: 400;
    color: #474C5F;
}
.top-cart-content .product-name a {
    font-size: 1em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333;
}
.text2line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text2line {
    white-space: normal;
    display: block;
}
.top-cart-content .product-details-bottom {
    line-height: 45px;
}
.top-cart-content .product-details-bottom {
    margin-bottom: 13px;
    line-height: 33px;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 14px !important;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #474C5F;
}
.qty_drop_cart {
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
    height: 25px;
    padding-left: 0;
    line-height: 0;
}
.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 5px;
    top: 15px;
    font-size: 13px;
    color: #333333;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.mini-cart:hover .top-cart-content {
    display: block;
}
.top-subtotal {
    color: #474C5F;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    padding: 12px 0 10px;
    text-align: left;
    text-transform: none;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 14px !important;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #474C5F;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700;
}
.top-subtotal .price {
    font-weight: 700;
    line-height: 24px;
    color: #2E3553 !important;
    float: right;
}
.product-block .caption h4 a{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 39px;
  display: -webkit-box;
}

@media(max-width: 767px){
    .header .header-main .minicart-wrapper{
        float: unset;
    }    
    
}
/* end */  
footer .title-menu {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
footer ul {
    padding: 0;
    padding-top: 25px;
  list-style: none outside;
}
footer ul li {
    color: #ffff;
    line-height: 24px;
    font-size: 14px;
}
footer ul li a {
    color: #aaa;
    font-size: 14px;
} 
.online-gov__img img{
  width:200px;
}   
@media only screen and (min-width: 992px)
{
} 
.button_callnow_zalo{
  display:inline-block;
  padding:12px 32px;
  background-color:#f40024;
  color:#fff;
  border-radius:36px;
  margin:16px 0;
} 
.button_callnow_zalo:hover,
.button_callnow_zalo:focus{
  color:#fff;
  background-color:red
} 
.heading-title-main {
    margin-top: 24px;
}    
.date-added, div#tab-comment, p.news-detail-date-added {
    display: none;
}    
    @media (min-width:992px){
    	header.header > .container > .row{
            display: flex;
    align-items: center;
        }
    }
    .mini-cart{
    height:auto
    }
    @media (max-width:991px){
    	#logo,
        .header-menu{
        text-align:center;
        }
        div#logo img{
        margin:0 auto;
        max-width:50%
        }
    }  
    .header .header-main .minicart-wrapper .showcart .content .text{
    	color:#333
    }
    .header .header-main .minicart-wrapper .showcart .count_item_pr{
    background:#333;
    color:#fff
    }
    .header .header-main .minicart-wrapper .showcart i{
        color: #333;
    border: 2px solid #333;
    }
    header{
    	background:#fff
    } 
    @media (max-width:767px){
    .section-carousel{
    background:#333
    }
    	.section-carousel .item{
        	padding:5px !important
        }
    } 
    div#logo img {
    width: 50%;
}
.section-carousel{
margin:30px 0;
}
.section-carousel .item{
    border: 1px solid #d6d6d6;
}