@media (min-width: 1200px){
    .container {
        width: 1300px;
    }
}
body .page-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.col, [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.row.no-gutters .col, .row.no-gutters [class*=col-] {
    padding: 0 !important;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.form-horizontal .form-group{
    margin-left: -10px;
    margin-right: -10px;
}
#header-top{
    border-bottom: 1px solid #262626;
    background: #000;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    color: #bbb;
}
.box-top .box-top-r ul{
    margin: auto;
}
header{
    background: #000;
}
.header-main{
    height: 100px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-main .logo{

}
.header-main .logo img{
    max-height: 75px;
    display: block;
    margin: auto;
}
.head-hotline{
    display: flex;
    justify-items: center;
    color: #e1e1e1;
}
.head-hotline span{
    font-size: 17px;
    font-weight: bold;
}
.head-hotline a{
    display: flex;
    justify-items: center;
    align-items: center;
    vertical-align: center;
    background: transparent;
    padding: 0 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    text-transform: uppercase;
    border: 1px solid #262626;
}
header .header-button[data-action="menu"] {
    display: none;
}
header .header-button img {
    height: 20px;
    width: 20px;
    overflow: hidden;
    vertical-align: middle;
}
h1.title{
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 7px 0;
}
.top-title {
    margin-bottom: 15px;
    text-align: center;
}
.bg-heading-title h1, .bg-heading-title h2, .bg-heading-title h3 {
    margin: 0 0 20px 0;
    font-weight: 500;
    line-height: normal;
}
.top-title .title-section span {
    color: #111;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.top-title p {
    text-align: center;
    color: #878787;
    font-style: italic;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
    position: relative;
    min-width: 150px;
}
.top-title p:before {
    content: "///";
    color: #000;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    text-align: center;
    background: #f6f6f6;
    z-index: 9;
    font-size: 14px;
}
.top-title p:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 5px;
    left: 15px;
}
.section-title {
    text-align: center;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 25px;
}
img.container {
    display: table;
    margin: 5px auto 25px;
    max-width: 380px;
}
#home-news article {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: auto;
}

#home-news div.container .row article {
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
}
#home-news .news-thumb:before, #home-news .news-thumb:before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
#home-news .news-thumb, #home-news .news-thumb {
    position: relative;
    cursor: pointer;
}
#home-news .news-thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
#home-news .news-content .news-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    margin: 5px 0 10px;
}
#home-news .news-content .news-title a{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 1.467;
    text-transform: uppercase;
}
#home-news .news-content .news-date {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(5%,-50%);
    transform: translate(5%,-50%);
    display: table;
    padding: 7px 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
}
#home-news .news-content {
    padding: 10px;
    padding-top: 35px;
    border-top: solid 4px rgba(0, 0, 0, 0.9);
    position: relative;
}
.slidehome .owl-wrapper-outer{
    box-shadow: none;
    border-radius: 0;
    border: transparent;
}
.slidehome .owl-item .item img{
    display: block;
    margin: 0 auto;
}
.bg-heading-title label{
    margin: 0;
    padding: 0;
    color: #fff;
}
.p-item-pro-h, .p-item-pro-h433 {
    padding-left: 2px;
    margin-bottom: 4px;
    padding-right: 2px;
}
.leftcol{
    background: #f7f7f7;
    padding: 0;
}
.blocktitle {
    background: #0080a5;
    padding: 8px 10px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
}
.blocktitle a {
    color: #3C3C3C;
}
.menulevel > a{
    display: block;
    text-decoration: none;
    color: #3C3C3C;
    font-weight: bold;
    padding: 8px 5px 8px 10px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    font-size: 15px;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
}
.menulevel a > i.glyphicon{
    padding: 3px 5px 6px;
    float: right;
    font-size: 12px;
}
.menulevel:hover{
    background: #ff6e00;
    cursor: pointer;
}
.menulevel:hover > a{
    color: #fff;
}
.menulevel .divblock{
    display: none;
}
.menulevel:hover .divblock{
    display: block;
}

.navbar {
    margin-bottom:0px;
}
/* remove background colors  */
.navbar-default, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: transparent;
    border-color: transparent;
    color:#fff;
    outline: 0;
}
.slick-slider{
    position: relative;
}
.slick-slider .slick-arrow:focus {
    outline: none;
}
.slick-slider .slick-prev,
.slick-slider .slick-next{
    background-color: transparent;
    position: absolute;
    top: 40%;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: rgba(255, 255, 255,0.4);
}
.slick-slider .slick-prev {
    left: 10px;
}
.slick-slider .slick-next {
    right: 10px;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover{
    color: #fff;
}
.news-slider .slick-prev,
.news-slider .slick-next{
    font-size: 20px;
}
.box-cate{
    position: relative;
    margin-bottom: 20px;
}
.box-cate .title{
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: rgba(0, 0,0, 0.7);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    height: 40px;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.box-cate .image img{
    border-radius: 7px;
}
.box-cate .title a{
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.box-cate .title:hover a{
    color: #FCC419;
}

.divblock .sub_menu{
    background: #f9f9f9;
}
.divblock .sub_menu ul li + li{
    border-top: 1px dashed #ddd;
}
.divblock .sub_menu ul li {
    padding: 10px 10px;
}
.cate-tabs{
    margin: 5px 0 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.tabs-group {
    overflow-x: auto;
    overflow-y: hidden;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.tabs li {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    font-size: 14px;
    user-select: none;
    padding: 5px 15px;
    margin-right: 0.5rem;
    background: #fff;
}
.tabs li:hover {
    color: #fff;
    background: #FCC419;
    border-color: #FCC419;
}
.tabs li a{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.tabs li:hover a{
    color: #000;
}

.wrapper-related{
    background: #f3f3f3;
    padding: 5px 8px;
}

.wrapper-related h3{
    margin: 0;
    padding: 5px 0 8px;
    display: block;
    color: #0030e9;
    font-size: 18px;
    border-bottom: 1px #0030e9 solid;
    text-align: center;
}
.wrapper-related .item{
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.wrapper-related .item + .item{
    border-top: 1px #fff solid;
}
.wrapper-related .item .price .price-old{
    color: #888;
    text-decoration:line-through;
    font-size: 12px;
}
.wrapper-related .item .price{
    color: #df0000;
}
.group-quantity .input-group-addon .btn-link{
    display: block;
    color: #000;
    font-weight: 500;
}
.group-quantity .input-group-addon{
    background: none;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    line-height: unset;
    align-items: center;
}
.group-quantity input[type="text"]{
    border: 1px solid #e1e1e1;
    border-left: transparent;
    border-right: transparent;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
}
.btn-custom-cancel{
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    height: 46px;
    border-radius: 6px;
    text-shadow: none;
    font-size: 18px;
    color: #000;
}
.btn-custom-submit{
    background: #000;
    border: 1px solid #000;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    height: 46px;
    border-radius: 6px;
    text-shadow: none;
    font-size: 18px;
    color: #eee;
}
.btn-custom-submit:hover{
    color:#fff;
}
.btn-custom-cancel:hover{
    color: #000;
}
.btn-add-cart{
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none;
    height: 46px;
    border-radius: 6px;
    background: #ffff;
    border: 1px solid #0573ff;
    color: #0573ff;
    font-size: 18px;
}
.btn-add-cart:hover{
    background: #0573ff;
    color: #fff;
}
.group-cart-btn i.fa{
    font-size: 18px;
}
h2.d-price{
    color: #df0000;
    margin: 0;
    padding: 0;
}
.category-description{
    margin: 0;
}
.category-description .content {
    padding: 24px 0 120px;
    background: #fff;
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
}
.category-description .content.active {
    max-height: unset;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.category-description .content.active:before {
    content: none;
}
.category-description .content:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.25)),color-stop(50%,rgba(255,255,255,.8)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(270deg,rgba(255,255,255,.25) 0,rgba(255,255,255,.8) 25%,#fff 50%,#fff 100%);
    background: -o-linear-gradient(270deg,rgba(255,255,255,.25) 0,rgba(255,255,255,.8) 25%,#fff 50%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.25)),color-stop(25%,rgba(255,255,255,.8)),color-stop(50%,#fff),to(white));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.25) 0,rgba(255,255,255,.8) 25%,#fff 50%,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,.25) 0,rgba(255,255,255,.8) 25%,#fff 50%,#fff 100%);
    background: linear-gradient(180deg,rgba(255,255,255,.25) 0,rgba(255,255,255,.8) 25%,#fff 50%,#fff 100%);
}
.category-description .content .viewmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 180px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    border-radius: 18px;
    color: #333;
    border: 1px solid #FCC419;
    background: #fff9e3;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 3;
}
h1.title-product{
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin: 0 0 13px;
    line-height: 1.467;
}
.product-info {
    margin-bottom: 10px;
    line-height: 20px;
}
.product-info .title {
    font-weight: bold;
}
.product-info .line-info {
    margin: 0 10px;
}
.product-variation {
    overflow: visible;
    cursor: pointer;
    min-width: 5rem;
    min-height: 2.125rem;
    box-sizing: border-box;
    padding: 8px 15px;
    margin: 0 8px 8px 0;
    color: rgba(0,0,0,.8);
    text-align: left;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.09);
    position: relative;
    background: #fff;
    outline: 0;
    word-break: break-word;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.product-variation input[type=radio]{
    position: absolute;
    visibility: hidden;
}
.option-title{
    font-size: 19px;
    color: #f44336;
}
.product-variation label{
    font-weight: 600;
    padding-left: 0;
}
.product-variation.selected {
    color: #ee4d2d;
    border-color: #ee4d2d;
    font-weight: 600;
}
#pro-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#pro-price .price-now {
    font-size: 22px;
    color: #df0000;
    font-weight: 700;
    margin-right: 15px;
}
#pro-price .price-compare {
    margin-right: 15px;
}
#pro-price .price-compare del {
    font-size: 16px;
    color: #919191;
    font-weight: 500;
}
.available-pro {
    font-size: 16px;
}
.available-pro .status {
    color: #ff6310;
}
.product-promotion {
    padding: 18px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 6px;
    margin-top: 30px;
    position: relative;
}
.product-promotion__heading {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    position: absolute;
    top: -38px;
}
.product-promotion > ul,
.product-promotion > div {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: #fff;
    font-size: 14px;
}
.wrapper-description{
    margin-top: 30px;
}
.wrapper-description .nav-tabs{
    text-align: center;
}
.wrapper-description .nav-tabs li{
    float:none;
    display:inline-block;
    zoom:1;
}
.wrapper-description .nav-tabs>li>a{
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper-description .tab-content{
    background: #fff;
    margin-bottom: 25px;
}
.wrapper-description .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-bottom: 1px solid rgb(226 226 226);
}
.wrapper-description .content-entry{
    margin: 0 auto;
    padding: 40px 25px;;
}
.info-description{
    background: #fff;
    padding: 20px;
}
.info-description h1{
    margin: 0 0 15px;
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 22px;
}
.content-entry{
    font-size: 16px;
}
.content-entry p{
    line-height: 1.5;
    margin-bottom: 15px;
}
.content-entry p img{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.text-hotline a,
.text-hotline strong{
    color: #df0000;
}
.sidebar-checkout{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}
.sidebar-checkout .order_title h4 {
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
}
.sidebar-checkout .order_total {
    padding: 15px 0px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}
.order_action .btn-primary{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
/*** cart table ***/
#cart_table thead{
    background: #5F472B;
    color: #fff;
}
.information li{
    padding: 7px 0;
}
.information li a:hover{
    color: yellow;
}
.f-subscribe{
    margin-top: 15px;
    padding: 0;
    background: transparent;
}
.f-subscribe input.form-control{
    border: 1px solid transparent;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
}
.f-subscribe .btn-danger{
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}
.box-product-detail{
    background: #fff;
    margin-top: -29px;
    padding: 15px 0;
}
/*** news ***/

.news {
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    padding: 1px;
    background: #fff;
}
.news .img {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    backface-visibility: hidden;
}
.news .tend {
    margin-bottom: 5px;
    padding: 0 8px;
}
.news .tend a {
    display: block;
    font-size: 17px;
    line-height: 1.467;
    height: 44px;
    overflow: hidden;
    font-weight: 600;
    color: #000
}
.news .date {
    font-size: 13px;
    line-height: 21px;
    color: #202945;
    display: flex;
    justify-items: center;
    padding: 0 8px 5px;
}
.news .date span {
    position: relative;
    font-style: italic;
}
.info-description .block-content{
    max-width: 800px;
    margin: 0 auto;
}
.block-content .description p{
    color: #202945;
    font-size: 18px;
    line-height: 1.465;
}
.block-content .description p img{
    display: block;
    margin: 0 auto;
}
.buttons-set .text-right{
    float: right;
}
.newsOther .title{
    text-transform: uppercase;
}
.newsOther ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.newsOther ul li a {
    font-size: 15px;
    line-height: 23px;
}
.newsOther ul li i {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    margin-right: 8px;
}
.newsOther ul li h3 {
    display: inline-block;
    margin: 0;
}
.newsOther ul li .posted {
    font-size: 15px;
    line-height: 22px;
    color: #646464;
}

.faq-item{
    margin-bottom: 25px;
}
.faq-item h3{
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 8px;
    color: #000;
}

/* slide product */
#sl-product-thumb {
    position: relative;
    width: 15%;
}
.product-gallery {
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px;
    width: 85%;
}

.slider-for{
    margin: 0;
}
.slider-nav .slick-slide img{
    opacity: 0.4;
}
.slider-nav .slick-slide{
    margin: 0 0 10px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;

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

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

li.slick-active button {
    background-color: #cd6420;
}
.product-slider .slick-arrow{
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    position: absolute;
    top: 50%;
    z-index: 3;
    border: none;
    cursor: pointer;
    font-family: FontAwesome;

}
.product-slider .slick-arrow:focus {
    outline: none;
}
.product-slider .slick-prev {
    left: -4px;
}
.product-slider .slick-next {
    right:5px;
}

.product-slider .slick-prev::before {
    content: '\f053';
    font-size: 20px;
    color: #999;
}
.product-slider .slick-next::before {
    content: '\f054';
    font-size: 20px;
    color: #999;
}

.product-slider .slider-nav .slick-slide.slick-current{
    border: 1px solid #000;
}
.product-slider .slider-nav .slick-slide.slick-current img{
    opacity: 1;
}
.wrapper-product-info{
    padding-left: 15px;
    margin-bottom: 30px;
}
.group-cart-btn{
    margin-top: 15px;
}
#column-left{
    padding-right: 10px;
}
.navigation__inner{
    position: relative;
}
.navigation__menu {
    margin: 0px;
    padding: 0px;

}
.d-md-none{
    display: none;
}
.btn-close-menu{
    display: none;
}
#cart .dropdown-menu{
    width: 340px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}
.mini-cart li.flex-row{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    align-items: start;
}

.mini-cart li.flex-row .image{
    width: 90px;
    margin-right: 10px;
}
.mini-cart li.flex-row .remove{
    width: 20px;
}
.mini-cart li.flex-row .infor .clearfix{
    margin-top: 5px;
}
.mini-cart li.flex-row .infor{
    padding-right: 13px;
}
.mini-cart li.flex-row .infor a{
    color: #000;
}
.mini-cart li.flex-row .infor .price{
    color: #f44336;
    font-weight: 700;
}
.mini-cart li.flex-row .infor small{
    color: #888;
    font-size: 14px;
}
.mini-cart li.flex-total{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 3px 0;
}
.mini-cart li.flex-total .text{
    color: #000;
    font-weight: 500;
}
.mini-cart li.flex-total .value{
    color: #f44336;
    font-weight: 700;
}
.mini-cart .flex-action{
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.mini-cart .flex-action div{
    width: 45%;
}
.flex-action .btn-to-cart{
    display: block;
    width: 100%;
    border-radius: 0;
    background: #ffff;
    border: 1px solid #FCC419;
    color: #000;
    font-weight: 600;
}
.flex-action .btn-to-checkout{
    display: block;
    width: 100%;
    background: #FCC419;
    border: 1px solid #FCC419;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    box-shadow: none;
    font-weight: 600;
}
.home-coupon-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
}
.home-coupon-wrap .home-coupon-item {
    width: calc(100%/4 - 15px);
    position: relative;
}
.home-coupon-item img{
    max-width: 100%;
}
.home-coupon-wrap .home-coupon-item .home-coupon-content {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    width: 70%;
}
.home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-head h3 {
    font-size: 12px;
    color: #F30;
    font-weight: bold;
    margin-bottom: 3px;
    margin-left: 30px;
    min-height: 15px;
    padding-top: 0px;
}
.home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-head p {
    font-size: 12px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 7px;
    margin-top: 7px;
    margin-bottom: 0;
}
.home-coupon-wrap .home-coupon-item:after {
    content: "";
    background: url("../image/coupon.png");
    position: absolute;
    left: 1px;
    top: 6px !important;
    width: 65px;
    height: 63px;
    background-size: cover;
}
.box-maps{
    margin-top: -30px;
    border-top: 1px solid #d2d2d2;
    padding: 2px;
    margin-bottom: 30px;
}
.company__list {
    font-size: 15px;
    display: block;
}
.company__list li {
    display: block;
    padding: 10px 0px 10px 35px;
    position: relative;
}
.company__list li>i {
    color: #6c757d;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
    top: 50%;
}
#page-contact .contact-form{

}
.form-horizontal .control-label{
    font-weight: 600;
    font-size: 16px;
}
#load_box_modal .contact-form .form-control,
#page-contact .contact-form .form-control{
    box-shadow: none;
    min-height: 40px;
}
#page-contact .contact-form h4{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 901px){
    .header-mid .header-mid-logo img{
        max-height: 65px;
        width: auto !important;
    }
}
@media only screen and (max-width: 900px){
    .navigation .btn-close-menu {
        display: block;
        width: calc(100% - 300px);
        height: 100%;
        cursor: pointer;
        border: none;
        background: none;
        padding: 0px;
        position: absolute;
        z-index: 1;
        right: 0px;
        top: 0;
    }
    #menu{
        background: #000;
        border-radius: 0;
    }
    #menu .dropdown-menu{
        border: transparent;
    }
    #menu .navbar-nav{
        margin: 0;
    }
    #menu .dropdown-inner{
        display: block;
    }
    #menu .dropdown-inner ul{
        display: block;
    }
    #menu .navbar-nav li+li {
        border-top: 1px solid #3d3d3d;
    }
    #menu .navbar-nav > li a{
        color: #eee;
        font-weight: 600;
    }
    #menu .nav > li > a:hover, #menu .nav > li.open > a{
        color: #fff;
    }
    #menu .dropdown-inner a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navigation__column {
        width: 100%;
        height: 100%;
        padding: 0px;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        z-index: 99;
        left: -100%;
        top: 0px;
    }
    html.is-menu-open .navigation__column {
        visibility: visible;
        left: 0px;
    }
    .navigation__menu{
        width: 300px;
        height: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
    }
    .header-mid .header-mid-logo {
        width: 30%;
    }
    .header-mid .header-mid-addon{
        width: 55%;
    }
    .header-mid{
        justify-content: space-between;
    }
    .header-mid .header-mid-search{
        width: 100%;
        order: 3;
        margin-top: 10px;
    }
    .header-mid .header-mid-search #search{
        width: 100%;
    }
    .header-mid-addon .header-button strong{
        display: none;
    }
    header .header-button[data-action="menu"] {
        display: block;
        border: transparent;
        background: transparent;
        padding: 0;
    }
    header .header-button[data-action="menu"] i.fa{
        font-size: 28px;
        font-weight: 300;
    }
    header .header-button[data-action="hotline"] {
        display: none;
    }
    header .header-button[data-action="cart"] {
        border: none;
        background: transparent;
        margin-top: 8px;
    }
    .home-coupon-wrap {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media only screen and (max-width: 768px){
    .container{
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .col, [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
    .row.no-gutters .col, .row.no-gutters [class*=col-] {
        padding: 0 !important;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    #cart .dropdown-menu{
        right: calc(100%  - 148px);
        width: 350px;
    }
    .mini-cart li.flex-row .image{
        width: 120px;
    }
    .home-coupon-wrap .home-coupon-item {
        min-width: 300px;
        margin-right: 15px;
    }

    footer .col-address{
        padding-left: 5px;
        padding-right: 5px;
    }
    footer .footer-click{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer ul.f-address li{
        padding: 4px 0;
    }
    footer h5 {
        font-size: 16px;
    }
    .breadcrumb{
        padding: 6px 0 8px;
        font-size: 10px;
    }
    .breadcrumb > li + li:before{
        padding: 0 3px;
    }
    .footer-click .information {
        display: none;
    }
    .d-md-none{
        display: inline-block;
    }
    footer h5.title-footer:before{
        border-bottom: 1px solid #555;
    }
    .footer-bottom{
        display: block;
    }
    .footer-bottom .social-footer{
        display: flex;
        justify-items: center;
        align-content: center;
        justify-content: center;
    }
    .footer-bottom p{
        text-align: center;
        margin: 0;
    }
}
.support-phone {
    position: fixed;
    bottom: 70px;
    left: -60px;
    z-index: 10001;
    height: 80px;
}
.quick-alo-ph-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 55px;
    left: 51px;
    border: 2px solid #fcd702;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle-fill {
    opacity: .75 !important;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 62px;
    left: 62px;
    background-color: rgba(252, 215, 2, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-ph-img-circle {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 80px;
    left: 80px;
    background: #fcd702 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.support-zalo {
    position: fixed;
    bottom: 150px;
    left: -60px;
    z-index: 10001;
    height: 80px;
}
.support-zalo .quick-alo-ph-circle-fill{
    background-color: rgba(0, 161, 255, 0.5);
}
.support-zalo .quick-alo-ph-img-circle{
    background: #00A1FF url("../image/social-svg/zalo-icon.svg") no-repeat center center;
}
.support-zalo .quick-alo-ph-circle{
    border-color: #00A1FF;
}
@-moz-keyframes quick-alo-circle-anim {
    0% { -moz-transform: rotate(0) scale(.5) skew(1deg); opacity: .1; -moz-opacity: .1; -webkit-opacity: .1; -o-opacity: .1 }
    30% { -moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .5; -moz-opacity: .5; -webkit-opacity: .5; -o-opacity: .5 }
    100% { -moz-transform: rotate(0) scale(1) skew(1deg); opacity: .6; -moz-opacity: .6; -webkit-opacity: .6; -o-opacity: .1 }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% { -webkit-transform: rotate(0) scale(.5) skew(1deg); -webkit-opacity: .1 }
    30% { -webkit-transform: rotate(0) scale(.7) skew(1deg); -webkit-opacity: .5 }
    100% { -webkit-transform: rotate(0) scale(1) skew(1deg); -webkit-opacity: .1 }
}
@-o-keyframes quick-alo-circle-anim {
    0% { -o-transform: rotate(0) kscale(.5) skew(1deg); -o-opacity: .1 }
    30% { -o-transform: rotate(0) scale(.7) skew(1deg); -o-opacity: .5 }
    100% { -o-transform: rotate(0) scale(1) skew(1deg); -o-opacity: .1 }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% { -moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% { -moz-transform: rotate(0) -moz-scale(1) skew(1deg); opacity: .2 }
    100% { -moz-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% { -webkit-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% { -webkit-transform: rotate(0) scale(1) skew(1deg); opacity: .2 }
    100% { -webkit-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% { -o-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
    50% { -o-transform: rotate(0) scale(1) skew(1deg); opacity: .2 }
    100% { -o-transform: rotate(0) scale(.7) skew(1deg); opacity: .2 }
}
@-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) }
}