.ht-page {
    margin: 15px 0;
}
input:focus{
    outline: none;
}

.hd-user ul > li{
    display: inline-block;
    position: relative;
}
.hd-user ul > li a{
    font-size: 13px;
    display: block;
}
.hd-user > ul > li:not(:first-child) > a {
    margin-left: 20px;
}
.hd-user ul > li a i{
    margin-right: 5px;
    color: #3bb64a;
}
.hd-user ul > li > ul {
    position: absolute;
    padding: 5px 10px 0;
    background-color: #F5F6F8;
    z-index: 1111;
    width: 200px;
    top: 100px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}
.hd-user ul > li > ul:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid #FDE5F3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -3px;
    right: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 769px) {
    .hd-user ul > li > ul {
        left: -15px;
    }
    .hd-user ul > li > ul:before {
        right: 5px;
    }
}
.hd-user ul > li > ul > li {
    display: block;
}
.hd-user ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(236,0,140, 0.1);
}
.hd-user > ul > li:hover > ul{
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.hd-menu__secondary{
    position: absolute;
    right: 0;
    top: 5px;
}
.hd-menu__secondary ul li{
    display: inline-block;
}
.hd-menu__secondary ul li a{
    display: block;
    font-size: 12px;
    color: #555;
    padding: 0 10px;
    border-left: 1px solid #eee;
}
.select.show .decorate-scrollbar{
    display: block;
}
.decorate-scrollbar{
    display: none;
    position: absolute;
    left:176px;
    width: 16px;
    height: 204px;
    z-index: 1111;
    top: 31px;
    border: 5px solid #fff;
}
.decorate-scrollbar:before,.decorate-scrollbar:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #888;
}
.decorate-scrollbar:before{
    border-radius: 50% 50% 0 0;
    top: 0;
}
.decorate-scrollbar:after{
    border-radius: 0 0 50% 50% ;
    bottom: 0;
}
.pagination{
    margin:20px;
}
.footer__top .b-icon-1 {
    margin-left: 0;
}
.footer__top [class*="c-icon"] {
    font-size: 18px;
}
.footer__top [class*="c-icon"] i {
    font-size: 12px;
}
.footer__top [class*="c-icon"] {
    background-size: 10px;
}
.footer-02 .footer__top-map{
    width: 100%;
}
.footer-02 .footer__top-map iframe{
    width: 100%;
    height: 200px;
}
footer h5{
    display: inline;
    font-size: 15px;
    font-weight: inherit;
}
.c-headline-4 {
    position: relative;
}
.c-headline-4::after {
    content: '';
    display: block;
    width: 75%;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(right, rgba(255, 0, 0, 0), #ccc 100%);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 100%);
}
[class*="c-headline-"] {
    margin-bottom: 1.112em;
    text-transform: uppercase;
}
[class*="c-headline-"] .c_name {
    font-size: inherit;
    color: #3bb64a;
}
[class*="c-headline-"] .c_name a {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
[class*="c-headline-"] .c_name a:hover {
    color: #eaba4f;
}
@media screen and (max-width: 479px) {
    [class*="c-headline-"] {
        font-size: 18px;
    }
}
.footer-02 .c-headline-4 {
    margin: 10px 0 15px;
    font-weight: bold;
}
.footer-02 .c-headline-4::after {
    margin-top: 5px;
}
.footer-02 .ft-menu li .title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3bb64a;
}
.footer-02 .ft-menu li .ht-format-detail {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
    margin-top: 15px;
}
.footer-02 .ft-menu li:last-child .ht-format-detail {
    border-bottom: none;
}
.footer-02 .bold {
    font-weight: bold;
}
.footer-02 .ft-sale li {
    margin-bottom: 25px;
}
.footer-02 .ft-sale li > span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-02 .ft-sale li > span::before {
    color: #3bb64a;
}
.footer-02 .ft-sale li div {
    margin-bottom: 5px;
}
.footer-02 .ft-social {
    display: flex;
    margin-top: 10px;
}
.footer-02 .ft-social [class*="c-icon"] {
    font-size: 14px;
}
.footer-02 .ft-social a {
    display: flex;
    flex: 1;
    align-items: center;
    font-weight: bold;
    margin-right: 10px;
}
.footer-02 .ft-social a span+span {
    margin-left: 7px;
}
.footer-02 .ft-sale a:hover {
    color: #3bb64a;
}
.footer-02 .pdr {
    padding-right: 35px;
}
@media (min-width: 992px) {
    .footer-02 .ft-title {
        text-align: right;
    }
    .footer-02 .ft-title::after {
        width: 100%;
        background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 100%);
    }
    .footer-02 .ft-menu li {
        text-align: right;
    }
    .footer-02 .footer__top .separator-line{
        padding-left: 35px;
    }
}
/*********SIDEBAR**************/
.sidebar-content{
    position: absolute;
    z-index: 11;
    width: 300px;
    background: rgba(255,255,255,0.9);
    box-shadow: inset 0 0 1px #000;
}
.sidebar-content.limit ul.sidebar-category >li:nth-child(n+13){
    display: none;
}
.show-more{
    background: #fff;
    color: #3bb64a;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: -19px;
    border-top: 1px solid #eee;
}
.show-more.close i {
    -webkit-transform: rotate(180deg) translateY(-3px);
            transform: rotate(180deg) translateY(-3px);
}
.show-more i {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
}
ul.sidebar-category >li,ul.sidebar-category >li>ul>li{
    position: relative;
    border: 1px solid #eee;
    border-top: none;
}

ul.sidebar-category >li >a,ul.sidebar-category >li >ul>li>a{
    padding: 11px 15px;
    display: block;
    color: #555;
    text-transform: uppercase;
}
ul.sidebar-category >li >a:before,ul.sidebar-category >li >ul>li>a:before{
    content: "\f105";
    margin-right: 7px;
    color: #999;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

ul.sidebar-category >li>ul>li,ul.sidebar-category >li>ul>li>ul>li{
    border-bottom: 1px solid #eee;

}
ul.sidebar-category >li>ul>li:hover a{
    color: #3bb64a;
}
ul.sidebar-category >li>ul>li>a,ul.sidebar-category >li>ul>li>ul>li>a{
    padding: 11px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    color: #555;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
ul.sidebar-category >li>ul>li>a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3bb64a;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.sidebar-news__title{
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
.sidebar-news__content ul li a{
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:baseline;
        -ms-flex-align:baseline;
            align-items:baseline;
}
.sidebar-news__content ul li a:before{
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 7px;
    font-size: 10px;
    color: #888;
}
.sidebar-news__content{
    border:1px solid #ddd;
}
footer .btn--circle{
    background: #fff;
    color: #3bb64a !important;
}
.footer-02 .footer__top .separator-line:after{
    left:0;
}
.pay {
    border-top: 1px solid #FFF;
    margin-top: 10px;
}
.pay >div{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    margin: 20px 0 0px;
    line-height: 0;
}
.pay >div >img{
    margin: 0 2px;
    width: 25%;
}
.footer__top-title{
    text-transform: uppercase;
}
.pay >img{
    width: 83%;
    margin-top: 10px;
}
.footer_main__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer_main__title span{
    position: relative;
}
.footer_main__title span:after{
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    left: 25%;
    border-radius: 0 0 50% 50%;
    bottom: 5px;
    -webkit-box-shadow: 0px 4px 20px #000;
            box-shadow: 0px 4px 20px #000;
    background: rgba(0,0,0,0.06);
}
.footer_main__title i{
    font-size: 13px;
    color: #999;
}
.footer-02 .footer__top{
    background: linear-gradient(#fff, rgba(245, 246, 248, 1));
    border-top: 5px solid #eee;
    border-bottom: none;
}
.footer__top-menu li > span.fa:before,.footer__top-menu li a > span:before{
    color: #3bb64a;
}
.footer__top-menu li,.footer__top-menu li a{
    color: #444;
}
.footer__top-title i{
    color: #999;
}
.footer-02 .footer__bot{
    border-top: none;
    overflow: hidden;
}
.footer__bot-copyright, .footer__bot-developed{
    line-height: 35px;
}
.line-divider{
    text-align: center;
}
.line-divider:after,.line-divider:before{
    content: '' !important;
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear,left top, right top,from(rgba(255, 0, 0, 0)), color-stop(50%, #CCCCCC), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
}
.line-divider img {
    height: 30px;
}
.line-divider.align-items--center {
    margin-top: 5px;
}

.line-divider i{
    font-size: 16px;
    color: #3bb64a;
}
.line-divider:not(.align-items--center) i{
    -webkit-transform:translateY(5px);
            transform:translateY(5px);
}
#news .line-divider{
    margin-bottom: 10px;
}
.social a:hover{
    background: #3bb64a;
    color: #fff !important;
}
[class^="btn__icon"].btn--simple{
    margin: 0 2px;
    color: #3bb64a;
    line-height: 0;
}
[class^="btn__icon"].btn--simple img {
    height: 14px;
}
/*******CODE CHO CONTENT CAC TRANG*******/
#slide-1{
    max-height: 525px!important;
    overflow: hidden;
}
.slide-wrap >.nivo-controlNav{
    opacity: 0;
    position: absolute;
}
.nivo-controlNav a{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3bb64a;
    opacity: 0.5;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 15px;
    margin: 0 3px;
    text-align: center;
}
#slide-2 .nivoSlider{
    width: 510px !important;
}
.nivo-controlNav a.active{
    opacity: 1;
    font-weight: normal;
}
.nivo-controlNav{
    text-align: right;
    padding-right: 15px;
}
.slide-wrap{
    position: relative;
    margin: 0 !important;
}
.slide-wrap:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255,255,255,0.8);
    left: 0;
    z-index: 11;
}
.slide-wrap .slide-over{
    position: absolute;
    width: 38%;
    border:2px solid #fff;
    top: 18%;
    z-index: 111;
    right: 10%;
}
.slide-wrap #slide-2{
    margin-top: -50px;
    margin-left: 50px;
}
.nivo-caption{
    left: -130%;
    background: transparent;
}
.caption{
    position: absolute;
    width: 250px;
    left: 30%;
    z-index:111;
    top: 16%;
}
.caption__item{
    position: absolute;
    opacity: 0;
    z-index: 1111;
}
.caption__item.is-active{
    opacity: 1;
    z-index: 2222;
}
.caption__item >p{
    font-size: 28px;
    color: #333;
}
.caption__item >div{
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
}
.caption__item button{
    border-radius: 0;
    background: rgba(236,0,140, 0.1);
    height: 32px;
    line-height: 35px;
    padding: 0 15px 0 0;
}
.caption__item button i{
    -webkit-transform:translateX(-10px);
            transform:translateX(-10px);
    font-size: 20px;
}
.caption__item.is-active >p{
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.caption__item.is-active >button{
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.caption__item.is-active >div{
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.click{
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc((100% - 30px)/2);
    z-index: 111;
    color: #555;
    font-size: 30px;
    cursor: pointer;
}
.click.click-next{
    right: 30px;
}
.click.click-prev{
    left: 30px;
}
#slide-1 .nivo-prevNav,#slide-2 .nivo-prevNav,#slide-1 .nivo-nextNav,#slide-2 .nivo-nextNav{
    visibility: hidden;
}

/*CSS cho product-list*/
#slider{
    max-height: 520px;
    overflow: hidden;
}
.slick-prev, .slick-next,.slick-slider:hover .slick-prev, .slick-slider:hover .slick-next{
    color: #555;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.slick-prev:hover, .slick-next:hover{
    color: #fff;
}
section{
    margin-top: 20px;
}
.wrap-table{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
}
.wrap-table:not(:last-child) {
    border-bottom: 0;
}
.table-cell__left{
    min-width: 300px;
    max-width: 300px;
}
.table-cell__left__title,.table-cell__right__title{
    font-size: 16px;
    padding: 25px 0 15px;
}
.table-cell__left__title,.table-cell__right__title{
    font-weight: 600;
}
.table-cell__left__title a,.table-cell__right__title a{
    color: #000;
    font-weight: normal;
    text-align: center;
    display: block;
}
.table-cell__left__title a:hover{
    color: #3bb64a;
}
@media (min-width: 768px) {
    .table-cell__right {
        width: 100%;
    }
    .table-cell__right__content{
        padding: 15px 25px 0;
    }
}
.table-cell__left__content >ul{
    padding: 10px 0;
}
.table-cell__left__content >ul >li >a{
    padding: 8px 15px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}
.table-cell__left__content >ul >li >a:hover, .table-cell__left__content >ul >li.is-active >a{
    color: #3bb64a;
}
.table-cell__left__content >ul >li >a:before{
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 7px;
    font-size: 10px;
    color: #888;
}
.table-cell__left__content >ul >li >a >sup{
    color: #555;
    margin-left: 5px;
    top: 0.5em;
}
.table-cell__right__title >ul >li{
    display: inline-block;
}
.table-cell__right__title >ul >li >a{
    display: block;
    height: 70px;
    padding: 20px 15px;
}
.table-cell__right__title >ul >li >a img{
    height: 100%;
}
.thumbnail{
    display: block;
    position: relative;
    line-height: 0;
    margin-bottom: 0;
}
.thumbnail:hover:after{
    -webkit-transform:scale(1,0);
            transform:scale(1,0);
    opacity: 1;
}
.thumbnail:hover:before{
    -webkit-transform:scale(0,1);
            transform:scale(0,1);
    opacity: 1;
}
.thumbnail:after,.thumbnail:before{
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out;
}
.filter-title{
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
}
.filter-title i{
    margin-right: 5px;
}
.filter-content >ul>li>a, .filter-content >ul>li>span, .filter-content >ul>li>label, .filter-content >ul>li>.radio, .filter-content >ul>li>.checkbox {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eee;
    cursor: pointer;
}
.filter-content >ul>li>.radio, .filter-content >ul>li>.checkbox {
    margin: 0;
}
.filter-content >ul>li>label input {
    position: absolute;
    opacity: 0;
}
.filter-content >ul>li>a:hover, .filter-content >ul>li>label:hover{
    color: #3bb64a;
}
.filter-content >ul>li>a >span{
    padding: 0 5px;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
}
.filter-content >ul>li>a sup{
    margin-left: 5px;
}
.filter-content >ul>li>a>span>img{
    height: 22px;
}
.filter-content >ul>li>label span{
    padding: 0 7px;
}
.filter-content >ul>li>a>span:first-child{
    text-align: right;
    line-height: 0;
}
.filter-content >ul>li i{
    margin-right: 10px;
}
/*******SECTION COMMENT**********/
.comment{
    background: url(/images/bg-cus.jpg) right center;
    background-repeat: no-repeat;
    padding: 30px 0;
    border-bottom: none;
}
.comment__item img{
    border-radius: 50%;
    border: 7px solid #fafafa;
    -webkit-box-shadow: 0 12px 21px rgba(0,0,0,0.2);
            box-shadow: 0 12px 21px rgba(0,0,0,0.2);
    margin: 10px auto;
}
.comment .slick-prev,.comment .slick-next{
    display: none !important;
}
.comment fieldset {
    border: 2px solid #ccc;
    padding: 10px 30px 30px;
    margin-top: 20px;
}
.comment fieldset legend{
    text-align: left;
    padding: 5px 15px;
}
.comment fieldset legend i{
    font-size: 50px;
    color: #3bb64a;
}
.comment fieldset div{
    font-size: 14px;
    color: #888;
    font-style: italic;
}
.comment .slick-dots{
    position: relative;
    text-align: right;
    margin-top: 15px;
    text-align: center;
}
.comment .slick-dots li{
    display: inline-block;
    margin-right: 8px;
}
.comment .slick-dots li button{
    font-size: 5px;
    width: 3em;
    height: 3em;
    background: #3bb64a;
    color: #3bb64a;
    opacity: 0.4;
    line-height: 2em;
    padding: 0;
    border-radius: 50%;
}
.comment .slick-dots li.slick-active button{
    background: #3bb64a;
    color: #3bb64a;
    opacity: 1;
}
.comment p.name{
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.comment span.job{
    font-size: 13px;
    color: #888;
}
section >p{
    text-align: center;
    font-size: 35px;
    opacity: 0.8;
    font-weight: normal;
}
.slick-initialized .slick-slide:focus{
    outline: none;
}

section >p,section >h1{
    text-align: center;
    width: 80%;
    display: table;
    margin: auto;
}
.card-product-05{
    padding: 15px 15px 10px;
    height: calc(100% - 20px);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.card-product-05 .card-product__content-divider{
    margin-top: 10px;
}
.card-product-05 .card-product__content-05-price{
    text-align: left;
}
.card-product-05 .card-product__content{
    padding: 0;
}
.card-product-05 .card-product__content-percent{
    background: #3bb64a;
}
.card-product-05 .card-product__content-percent:after{
    border-color: #3bb64a transparent #3bb64a;
}
.card-product-05 .card-product__content-cate > a:hover{
    color: #3bb64a;
}
.card-news-02 .card-news__content-description{
    margin-top: 10px;
}
.news-page-02 .news-page__content{
    background: transparent;
    margin: 0 auto;
    width: 90%;
    display: table;
    float: none;
}
.news-page-02 .news-page__content__desc-short {
    width: calc(100% - 10px);
}
.news-page-02 .news-page__content__desc-short{
    margin: 0px 5px;
}
.news-page-02 .news-page__detail{
    padding: 20px 15px;
}
.news-page-02 .news-page__detail table {
    margin-bottom: 10px;
}
.news-page-02 .news-page__detail table p {
    margin-bottom: 0;
    padding: 10px 0;
}
.date{
    color:#555;
    margin-top: -5px;
    margin-bottom: 20px;
}
.date i{
    margin-right: 5px;
}
.card-news-01 .card-news__content-title {
    margin-bottom: 10px;
}
@charset "UTF-8";
/* Phß║ºn chung cho sign-in v├á sign-up */
[class*="s-sign-"] .form-checkbox {
  font-size: 1.2rem;
  margin-left: 1.79em;
  margin-bottom: 30px;
}
[class*="s-sign-"] .form-checkbox .checkbox {
  margin: 0;
}
[class*="s-sign-"] .form__error {
  z-index: 1;
}
[class*="s-sign-"] .form__input {
  z-index: 2;
}
/* Style chung */
[class*="s-headline-"] {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  [class*="s-headline-"] {
    font-size: 15px;
  }
}
[class*="s-headline-"] .s-headline__name {
  text-transform: uppercase;
  font-size: inherit;
}
[class*="s-headline-"] .s-headline__name a:hover {
  color: #FE6600;
}
[class*="s-headline-"] i {
  color: #3bb64a;
}

/* s-headline-1 */
.s-headline-1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.s-headline-1 .s-headline__name {
  display: inline-block;
  position: relative;
  top: 10px;
  background-color: #FFFFFF;
  padding: 0 10px;
  margin: 0 20px;
}

/* s-headline-2 */
.s-headline-2 {
  text-align: center;
}
.s-headline-2 .s-headline__divider {
  text-align: center;
  font-size: inherit;
}
.s-headline-2 .s-headline__divider::before, .s-headline-2 .s-headline__divider::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgba(255, 0, 0, 0);
  background-image: -webkit-gradient(linear,left top, right top,from(rgba(255, 0, 0, 0)), color-stop(50%, #CCCCCC), to(rgba(255, 0, 0, 0)));
  background-image: linear-gradient(to right,rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
}
@media (max-width: 480px) {
  .s-headline-2 .s-headline__divider:first-child::before, .s-headline-2 .s-headline__divider:first-child::after {
    display: block;
    margin: 0 auto;
  }
}
.s-headline-2 .s-headline__divider i {
  position: relative;
  top: 5px;
}

/* s-headline-3 */
.s-headline-3 {
  position: relative;
}
.s-headline-3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.05em;
  background-color: rgba(255, 0, 0, 0);
  background-image: -webkit-gradient(linear,right top, left top,from(rgba(255, 0, 0, 0)), color-stop(300%, #CCCCCC));
  background-image: linear-gradient(to left,rgba(255, 0, 0, 0), #CCCCCC 300%);
}
.s-headline-3 i {
  position: relative;
}
.s-headline-3 i:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FE6600;
  left: 0;
  bottom: -0.27em;
  z-index: 1;
}
/* Phan style chung cho S-CART */
.s-cart__table {
  font-size: 14px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.s-cart__table tr td {
  border-bottom: 1px solid #CCCCCC;
  padding: 0.5em 0.22em 0.5em 0.22em;
}
.s-cart__table tr td:first-child {
  padding-left: 0;
}
.s-cart__table tr td:last-child {
  padding-right: 0;
}
.s-cart__table tr:last-child td {
  border: none;
}

/* s-breadcrumb-1 */
.s-breadcrumb-1 {
  font-size: 1.3rem;
  margin-bottom: 30px;
  color: #777;
}
.s-breadcrumb-1 ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-breadcrumb-1 ul:after, .s-breadcrumb-1 ul:before {
  content: initial !important;
}
.s-breadcrumb-1 ul li {
  margin-left: 0.54em;
}
.s-breadcrumb-1 ul li i {
  font-size: 0.85em;
}
.s-breadcrumb-1 ul li i.fa-angle-double-right {
  color: #888;
}
.s-breadcrumb-1 ul li a {
  font-weight: bold;
  color: inherit;
}
.s-breadcrumb-1 ul li a:hover {
  color: #FE6600;
}
.s-breadcrumb-1 ul li:first-child {
  margin-left: 0;
}
.s-breadcrumb-1 ul li:first-child a > i {
  font-size: 1.54em;
}

/* BEGIN s-icon-1 */
.s-icon-1 {
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 0;
}
.s-icon-1 > a {
  position: relative;
  padding: 0.715em;
  border-top: 1px solid #f5f5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.s-icon-1 > a > span:first-child {
  color: #3bb64a;
  font-size: 0.929em;
  font-weight: bold;
  padding: 0 15px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -1px;
  right: 100%;
  bottom: -1px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.s-icon-1 > a > span:last-child {
  font-size: 1.072em;
  position: relative;
}
.s-icon-1 > a > span:last-child::before, .s-icon-1 > a > span:last-child::after {
  content: '';
  opacity: 0;
  width: calc(100% + 1.334em);
  height: calc(100% + 1.334em);
  margin: -0.666em;
  border-radius: 3px;
  background-color: inherit;
  z-index: -1;
  position: absolute;
}
.s-icon-1 > a > span:last-child.s_ripple::before, .s-icon-1 > a > span:last-child.s_ripple::after {
  -webkit-animation: ripple 1.5s infinite;
  animation: ripple 1.5s infinite;
}
.s-icon-1 > a > span:last-child::after {
  animation-delay: .3s !important;
  -webkit-animation-delay: .3s !important;
}
.s-icon-1 > a:hover {
  background-color: #fcfcfc;
}
@media screen and (min-width: 576px) {
  .s-icon-1 > a:first-child {
    display: none;
  }
  .s-icon-1 > a:hover > span:first-child {
    opacity: 1;
    background-color: inherit;
    border: 1px solid #f5f5f5;
    border-right: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .s-icon-1 > a:hover > span:last-child::before, .s-icon-1 > a:hover > span:last-child::after {
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
  }
}
@media screen and (max-width: 575px) {
  .s-icon-1 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .s-icon-1 > a:first-child {
    margin-right: auto;
  }
  .s-icon-1 > a:last-child {
    margin-left: auto;
  }
  .footer-02 {
    margin-bottom: 44px;
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* END s-icon-1 */
@media (max-width: 991px) {
    .footer-02 .footer__top .separator-line:after {
        content: initial;
    }
}

/* BEGIN b-card-28 */
.b-card-28 {
    margin-bottom: 20px;
    height: calc(100% - 20px);
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.b-card-28 .b_thumb img {
  padding: 10px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}
.b-card-28 .b_content {
  text-align: center;
  margin-top: -60px;
  padding: 40px 20px 20px;
  border: 1px solid #eee;
  border-bottom: 2px solid #3bb64a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.b-card-28 .b_title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 30px;
  position: relative;
}
.b-card-28 .b_title::before, .b-card-28 .b_title:after {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-card-28 .b_title:before {
  left: calc(50% - 7px);
  background-color: #3bb64a;
}
.b-card-28 .b_title:after {
  left: calc(50% + 7px);
  background-color: #D9D9D9;
}
.b-card-28 .b_desc {
  text-align: justify;
}
.b-card-28:hover .b_content {
  color: #fff;
  background-color: #3bb64a;
}

/* END b-card-28 */

.service-header {
    background-color: #fafafa;
    padding: 25px 10px;
    margin-bottom: 20px;
}
.service-header .service-header__left {
    padding: 2.9px;
}
.service-header .service-header__left img {
    border: 2px solid #d3d3d3;
}
.service-header .service-header__right {
    margin-top: 30px;
    padding: 0 50px 0 0;
}
.service-header .service-header__right fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
.service-header .service-header__right legend {
    font-size: 25px;
    color: #3bb64a;
}
.service-header .service-header__right legend h1 {
    display: inline-block;
    padding: 0 5px;
}
.service-header .service-header__right div {
    padding: 15px;
}
@media (max-width: 991px) {
    .service-header .service-header__right {
        padding: 0;
    }
}

.b-product-2a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    margin: 15px 0;
    height: calc(100% - 30px);
    -webkit-box-shadow: 1px 1px 5px #bbb;
    box-shadow: 1px 1px 5px #bbb;
}
.b-product-2a .b-product__img::after {
    content: ''!important;
    position: absolute;
    top: -100%;
    background-color: rgba(243,243,243,.22);
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.b-product-2a:hover .b-product__img::after {
    top: 0;
}
.b-product-2a .b-product__title {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding: 15px 0 10px;
    text-transform: uppercase;
    color: #3bb64a;
}
.b-product-2a h4 {
    margin: 10px 0;
    color: #878484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.b-product-2a h4 i.fa {
    color: #3bb64a;
    margin-right: 7px;
}
.ht-ratio--66::before {
    padding-bottom: 66%;
}
.p-detail-3 .p_title {
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.p-detail-3 .p_source li {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
  color: #3bb64a;
}
.p-detail-3 .p_desc {
  color: #000;
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.334em;
  padding: 20px;
  text-align: justify;
  border-radius: 5px;
  background-color: #F4F4F4
}
/* BEGIN b-card-23 */
.b-card-23 {
  display: block;
  margin: 10px 0 20px;
  padding: 15px 15px 20px;
  border-bottom: 2px solid #3bb64a;
  box-shadow: 1px 1px 5px #bbb;
  height: calc(100% - 30px);
}
@media (max-width: 575px) {
    .b-card-23 {
        padding: 5px;
    }
}
.b-card-23 .b_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.112em;
  text-align: center;
  margin: 15px 0 10px;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.b-card-23 .b_title:hover {
  color: #3bb64a;
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.b-card-23 .b_thumb span::before, .b-card-23 .b_thumb span::after {
    content: ''!important;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.b-card-23:hover .b_thumb span::before {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 1;
}
.b-card-23:hover .b_thumb span::after {
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    opacity: 1;
}
/* END b-card-23 */
@media (max-width: 1199px) {
    .header-08 {
        margin-top: 34px;
    }
    .header-08 .s_top {
        padding: 7px 0;
    }
    .header-08 .hd-contact {
        margin: 0 auto;
    }
    .header-08 .s_bot.fixed {
        top: 34px;
    }
}
@media (max-width: 767px) {
    .arrow-down {
        display: none;
    }
}
@media (max-width: 459px) {
    .header-08 .hd-contact>li>span>span {
        display: none;
    }
}