@font-face {
    font-family: 'Futural';
    src: url('../fonts/futural.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futural bold';
    src: url('../fonts/vnf-futura regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


b,strong{
    font-family: 'Futural bold';
}

body{
    font-family: 'Futural';
    font-weight: 600;
}
ol, ul {
    margin: 0;
}
.container{
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding:0 10px}
.nh-row {
    position: relative;
    float: left;
    width: 100%;
}
.img-res {
    position: relative;
    padding-top: 100%;
}
.img-res a{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow:hidden;
}
.img-res img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wsmenucontainer {
    float: right;
    width: 100%;
}
.logo img {
    width: 50px;
}
.wsmenu-list > li:last-child>a {
    padding-right: 0;
}
.home #header {
    display: none;
}
.fix#header {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #e9eaec;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.23);
	webkit-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
    box-shadow: 0 3px 10px 0 rgba(61,61,61,0.5);
}
.image-wrapper.img-res {
    padding-top: 50%;
}

/*MODULE BANNER TRANG CHU*/
.block-gallery img{
    object-fit: cover;
    width: 100%;
}
.block-gallery {
    position: relative;
}
.block-gallery .gallery-homie:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 0.30);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.gallery-content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    z-index: 2;
    font-weight: 400;
}
.gallery-content .title2 {
    font-size: 62px;
    font-weight: bold;
}
.textrun {
    font-weight: bold;
}
.gallery-content .title3{
    margin-bottom: 30px;
}

.btn-animate{
    width: 35px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}

.btn-animate .circle{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-animate .btn-circle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: rev-ani-mouse 2.5s linear infinite;
}

@-webkit-keyframes rev-ani-mouse{
    0% {
        opacity: 1;
        top: 20%;
    }
    15% {
        opacity: 1;
        top: 60%;
    }
    50% {
        opacity: 0;
        top: 60%;
    }
    100% {
        opacity: 0;
        top: 30%;
    }
}
/*MODULE BANNER TRANG CHU*/


.title-page {
    margin: 60px 0 60px;
    padding: 0 0 24px;
    font-size: 36px;
    color: #252525;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.title-page:after {
    content: '';
    position: absolute;
    background: url(/uploads/plugin/custom_img/2020-10-15/1602754851-1721391414-custom.png);
    width: 100px;
    height: 9px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.title-intro {
    font-size: 24px;
    font-weight: bold;
    color: #22262a;
    margin: 0 0 18px;
}
#main .desc-footer {
    color: #22262a;
    line-height: 24px;
}
#main .address-ft p {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
}
#main .address-ft i {
    color: #0190d5;
}
#main .address-ft i.fa-mobile {
    font-size: 20px;
}
#main .navbar-header {
    text-align: center;
    width: 350px;
    height: 350px;
    display:block;
    margin: 0 auto;
}
#main .navbar-header .logo {
    padding: 0;
    width: 100%;
    height: 100%;
    display:block;
}
#main .logo img {
    border-radius: 50%;
    animation: borderPulse 700ms infinite ease-out, colorShift 10000ms infinite ease-in;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
@keyframes borderPulse {

    0% {

        box-shadow: inset 0px 0px 0px 20px rgba(225, 216, 216,0%), 0px 0px 0px 0px rgba(225, 216, 216,1)

    }

    100% {

        box-shadow: inset 0px 0px 0px 20px rgba(117, 117, 255,0%), 0px 0px 0px 20px rgba(255,255,255,0%)

    }

}
.vc_label{
    float: right;
    text-align: right;
}
.progress-group {
    float: left;
    width: 100%;
}
.progress-group span.bar-label {
	font-size: 90%;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
}

.progress-group .progress {
	overflow: unset;
	margin-top: 25px;
	background: #333;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	height: 10px;
	margin-bottom: 45px;
}

.progress-bar {
	display: block;
	position: absolute;
	height: 100%;
	background-color: #008fd5;
	width: 0;
	top: 0;
	left: 0;
	transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
	-o-transition: width 1s linear;
	box-shadow: none;
	border-radius: 3px;
}
.img-intro {
    padding-right:15px;
    float: left;
}
.top-intro {
    width: 100%;
    margin-bottom: 20px;
    display: table;
}
.name-intro {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
    font-weight: 600;
}
.name-intro a {
    color: #646464;
}
.content-intro {
    font-size: 14px;
    color: #646464;
}
.item-intro {
    margin-bottom: 40px;
}
.block-intro {
    margin-bottom: 20px;
}
.counter {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/uploads/plugin/custom_img/2020-10-16/1602812614-426289019-custom.jpg);
    background-attachment: scroll;
    color: #fff;
    padding: 60px 0 40px;
    margin-top: 60px;
}
.item-counter {
    text-align: center;
    margin-bottom:20px
}
.item-counter img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.item-number {
    font-size: 50px;
    font-weight: bold;
}
.item-counter p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.t-fade:nth-child(6n+1){
    animation-delay: .2s;
}
.t-fade:nth-child(6n+2){
    animation-delay: .5s;
}
.t-fade:nth-child(6n+3) {
    animation-delay: .8s;
}
.t-fade:nth-child(6n+4){
    animation-delay: 1.2s;
}
.t-fade:nth-child(6n+5){
    animation-delay: 1.5s;
}
.t-fade:nth-child(6n+6){
    animation-delay: 1.8s;
}
.box-01{
    background: #f8f8f8;
    padding: 0 0 50px;
}
.style-view-other .item-product{
    background: white;
    padding: 15px;
}
.style-view-other .title-product a {
    color: #018fd5;
    font-size: 16px;
}
.style-view-other .title-product a:hover {
    color: #dc322f;
}
.style-view-other .img-res img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.style-view-other:hover .img-res img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.style-view-other .title-product {
    border-bottom: 1px dotted #018fd5;
    padding-bottom: 5px;
}
.style-view-other .title-product {
    border-bottom: 1px dotted #018fd5;
    padding-bottom: 5px;
}
.item-product .style-view-other .info {
    margin: 0;
}
.style-view-other .price-well, .style-view-other .price-before {
    display: inline-block;
}
.noPadding {
    padding: 0;
}
.detail-contact i {
    font-size: 20px;
    color: #018fd5;
    padding-right: 10px;
}
.detail-contact li {
    list-style: none;
    margin-bottom: 25px;
}
.detail-contact li p {
    color: #646464;
    font-weight: 300;
    margin: 12px 0;
}
.detail-contact li b {
    text-transform: uppercase;
}
.form-contact .form-group {
    min-height: 34px;
    margin-bottom: 10px;
}
.btn {
    font-size: 14px;
    background: #2196f3;
    color: #FFF;
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #2196f3;
}
.btn:hover{
    background: #dc322f;
}

h4.name {
    font-weight: 600;
    color: #00abff;
    font-size: 15px;
    margin-top: 0;
}
.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div {
    top: unset;
}
.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 40px;
    left: 0;
}
.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: 40px;
}
.menu-footer-vertical a:first-child {
    border: none;
}
#footer .list-fan-page>li>a>.fa {
  color: #898989;
  background: #363636;
  border-radius: 50%;
  border: none;
}
.fixed-right {
    position: fixed;
    z-index: 9999;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    text-align: center;
    overflow: hidden;
}
.fixed-right a {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.fixed-right a.phone {
    border-radius: 50%;
    background: #64bc46;
    padding: 8px;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
.box-ft{
    margin-bottom:10px;
}
.het-hang-cate{
    font-weight: bold;
    color: #ed1c24;
    text-align:center;
    padding: 0 0 10px;
}
.het-hang-detal {
    float: left;
    font-weight: bold;
    color: #ed1c24;
}
.view-list .het-hang-cate {
    text-align: left;
}
.style-view-2.item-product:hover {
    -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.4);
}
.item-product.style-view-2 {
    padding: 1px;
}
.backg:before {content:'';position: absolute;width: 100%;height: 100%;opacity: 0;background: rgba(0, 0, 0, 0.27);z-index: 1;left: 0;top: 0;}
.item-product:hover .backg:before{opacity:1}
.backg{
    position:relative;
}
.hover-action-product .action-product {
    z-index: 2;
    background: none !important;
}
.desc-product-other {
    padding: 10px 0;
}
.read-more {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #2196f3 !important;
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    outline: none;
    max-width: 120px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
    text-transform: inherit;
}
.read-more {
    text-align: center;
}
.read-more:hover {
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}
.read-more a {
    color: #fff;
}
.block-news .item-blogs {
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.img-blogs.img-res {
    padding-top: 53%;
}
.block-news .title-blogs-item {
    margin-bottom: 5px;
    height: unset;
}
.style-view-small .title-blogs-item {
    height: unset;
    margin: 0 0 5px;
}
.style-view-small .img-blogs.img-res {
    padding-top: 65%;
    margin-bottom: 0;
}
.block-news .title-blogs-item a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#footer {
    background-color: #252525;
    margin-top: 30px;
    padding-top: 30px;
}

.desc-footer{
    margin: 5px 0;
    position: relative;
    color: #898989;
    margin-bottom: 15px;
    line-height: 22px;
}
.name-company{
    color: #898989;
    font-weight: 700;
}


#main .list-fan-page {
    margin: 0 auto 0 auto;
    display: table;
}

.address-ft i {
    padding-right: 8px;
}
.list-product-small .item-product .img {
    padding-top: 80%;
}
.list-product-small .item-product .img img {
    padding: 1px;
}
.style-view-small .info .price p {
    font-size: 14px !important;
}
.btn-default {
    background-color: #2196f3;
}
.btn-muahang>.input-group {
    width: 100px;
}
.btn-muahang>.input-group>.input-group-btn>.btn {
    width: 35px;
    height: 40px;
}
.btn-muahang>.input-group>.num-quantity {
    min-width: 40px !important;
    height: 40px;
	padding: 10px 2px;
}
.btn-cart.btn-pay.btn-add-cart-two {
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}
.btn-cart.btn-pay.btn-add-cart-two:hover{
	box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	background-color: #139f04 !important;
}
.page-title{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.box-blogs.view-list .info .title-blogs-item {
    height: unset;
    margin-top: 0;
}
.wrap-list .desc-blogs {
    font-size: 14px;
}
.title-blog-item a {
    font-size: 14px;
    color: #333;
}
.title-blog-item {
    margin:0;
}
.news-new .read-more{
    display:none;
}
.detail-post .title-blogs-item {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    height: unset;
    overflow: unset;
}
.detail-post img {
    height: auto;
}
.title-blog-item a:hover {
    color: #dc322f;
}
.link-lien-quan{
    margin-top:30px;
}
.breadcrumb>li+li:before {
    padding: 0 0px 0 5px;
}
.box-contacts .btn-default:hover {
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    background: #2196f3 !important;
}
.new_title {
    color: #000000;
    margin: 0 auto 15px;
    text-transform: none;
}
.new_title h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    padding-bottom: 3px;
}
.new_title h2 a {
    color: #444;
}
.new_title h2 a:hover {
    color: #018fd5;
}
.new_title h2 a:after {
    content: '';
    height: 2px;
    width: 120px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #018fd5;
}
.phone_icon{
    display: block;
    height: 40px;
    width: 40px;
    float: right;
    line-height: 40px;
    background-color: aliceblue;
    text-align: center;
    font-size: 20px;
    border: 1px solid;
    border-radius: 5px;
    margin-top: 9px;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #e9eaec;
    display: none;
}
.ft_active .fixed-bottom{
    display: block;
}
.fixed-bottom a{
    display: inline-block;
    height: 40px;
    text-align: center;
    margin: 5px 0;
}
.fixed-bottom a img{
    height: 100%;
}
.fixed-bottom .phone img{
    background-color: #64bc46;
    border-radius: 50%;
    padding: 7px;
}
.fixed-bottom i{
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    color: #43a1f3;
    font-weight: bold;
    font-size: 25px;
}
.back-to-top{
    float: right;
}
#id-contact {
    display: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: 10%;
    background-color: #fff;
    padding: 20px;
    z-index: 11;
}
.content-contact.wow.fadeInUp.active{
    display: block !important;
}
#id-btn-contact {
    color: #008fd5;
    line-height: 50px;
    font-size: 21px;
    text-align: center;
}
#x_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #bacbda;
    text-align: center;
    line-height: 30px;
}
.backgr:before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: -100%;
    left: 0;
    background-color: #3333338c;
    z-index: 9;
}

/*MODULE Y KIEN KHACH HANG*/
.content-info{
    background-color: #fff;
    border-radius: 40px 0 40px 0;
    padding: 0 15px;
}
.content-info .avatar{
    position: absolute;
    top: -50%;
    left: 5%;
}
.content-info .testimonial-info{
    padding: 15px 0;
}
.test-people .owl-carousel .owl-wrapper-outer{
    overflow: unset;
}
.test-people {
    background-image: url(/uploads/plugin/custom_img/2020-10-22/1603339553-1048153537-custom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.people_title p.small_tt {
    color: #008eff;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}
.people_title .title-page{
	color:#fff;
	margin: 30px 0 100px;
}
.content_tip {
    max-width: 900px;
    margin: 0 auto;
    line-height: 22px;
    padding: 0 0 30px;
}
/*MODULE Y KIEN KHACH HANG*/

.tab-content ul{
    padding-left: 15px;
}

@media(min-width:1024px){
    .fix#header{
         -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 5s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_titles;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-duration: .7s;
        -moz-animation-duration: .7s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
    }
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -40px;
    }
    
    .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -40px;
    }
}
@media(max-width:1024px){
    body {
        overflow-x: hidden;
    }
    .gallery-content {
		font-size: 20px;
	}
	.gallery-content .title2 {
		font-size: 45px;
	}
}
@media(max-width:919px){
    .logo {
        display: block;
        /*text-align: center;*/
    }
    .wsmobileheader {
        float: right;
    }
    .logo img {
        width: 40px;
    }
    .item-product .img {
        padding-top: 75%;
    }
    .wsmenu-list {
        float: left;
        width: 100%;
    }
    .title_style h3 .show-mobile {
        color: #fff;
    }
    .people_title h2 {
        font-size: 18px;
    }
    .bottom-footer {
        margin-bottom: 25px;
        background-color: #0000;
    }
    .bottom-footer .col-md-12{
         background: #000; 
    }
}
@media(max-width:768px){
	.title-page {
        margin: 40px 0;
        font-size: 25px;
        line-height: 30px;
        padding: 0 0 18px;
    }
    .title-intro {
        font-size: 20px;
    }
    #main .navbar-header {
        width: 80%;
        height: 80%;
        margin-bottom: 40px;
    }
    .counter {
		padding: 40px 0 10px;
		margin-top: 0;
	}
	.item-counter img {
		width: 80px;
	}
	.item-number {
		font-size: 28px;
	}
	.item-counter p {
		font-size: 14px;
	}
	.box-01 {
		padding: 0 0 30px;
	}
	.test-people {
		padding: 40px 0;
	}
	.new_title h2 {
        font-size: 20px;
    }

}
@media(max-width:767px){
	.gallery-content {
		font-size: 16px;
	}
	.gallery-content .title2 {
		font-size: 35px;
	}
	#load-list-data .item-product .info {
        height: 82px;
    }
    .title-product a {
        font-weight: 600;
    }
}
@media(max-width: 576px){
    .item-counter p{
        height: 40px;
    }
}
@media(max-width:425px){
    .style-view-other .title-product a {
        font-size: 14px;
    }
    .style-view-other .item-product [class^="col-xs-"] {
        width: 100%;
    }
    .item-product:not(.style-view-small) .info {
        padding: 0;
    }
}
@media(max-width:375px){
    .captcha-reload+ .text {
        width: 46%;
        float: left;
    }
    .captcha-input {
        width: 100%;
    }
}

#share-icon{
    display: inline-block;
    float: left;
}
.jssocials-share .jssocials-share-link{
    background: transparent !important;
}
.zalo-share-button{
    width: 36.5px !important;
    float: left;
    margin-top: 13px;
    margin-left: 10px;
}
.zalo-share-button img{
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #444853;
}
.jssocials-shares .fa {
    color: #3f434e;
    font-size: 24px;
}
.jssocials-share-link, .zalo-share-button,.zalo-share-button {
    width: 38px;
    height: 36.5px;
    line-height: 45px !important;
    text-align: center;
    border-radius: 50%;
    color: #3f434e;
    font-size: 14px;
    -webkit-transition: background 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    border: 1px solid #000 !important;
}
.zalo-share-button {
    line-height: 36px !important;
}

.zalo-share-button p {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}








