@font-face {
	font-family: sfu;
	src: url('../fonts/SFUDinEngAlt.eot');
	src: local('☺'), url('../fonts/SFUDinEngAlt.woff') format('woff'), url('../fonts/SFUDinEngAlt.ttf') format('truetype'), url('../fonts/SFUDinEngAlt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; left: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.medi{font-weight: 500;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
header{
	background: #3f72d5;
	padding: 20px 0;
}
.dhn{
	background: #ffc805;
	color: #42040c;
	padding: 5px 20px;
	display: inline-block;
}
.dhn:hover{
	color: #fff;
	cursor: pointer;
}
.clredt{
	color: #42040c;
}
.phone{
	color: #fff;
	font-family: sfu;
	display: inline-flex;
	align-items: center;
	margin: 0 30px;
}
.phone > img{
	width: 26px;
	margin-right: 5px;
}
.right-header-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.phone-nb{
	font-size: 22px;
}
.cart{
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
}
.cart span{
	position: absolute;
	bottom: -3px;
	color: #000;
}
.ul-main-menu{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	justify-content: space-between;
}
.ul-main-menu > li > a{
	color: #fff;
	font-size: 20px;
	font-family: sfu;
	padding: 7px 0;
	display: inline-block;
}
.ul-main-menu > li > a > i{
	font-size: 15px;
}
.ul-main-menu > li:hover > a{
	color: #ffc805;
}
.ul-main-menu > li.active > a{
    color: #ffc805;
}
.logo{
	display: inline-block;
	width: 255px;
}
.right-header{
	width: calc(100% - 320px);
}
.has-sub{
	position: relative;
}
.ul-sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px #ccc;
	list-style-type: none;
	margin: 0;
	width: 200px;
	z-index: 9999;
	display: none;
}
.ul-sub-menu > li > a{
	display: block;
	padding: 3px 0;
	color: #42040c;
	font-size: 18px;
	border-bottom: 1px solid #42040c;
	font-family: sfu;
}
.ul-sub-menu > li:last-child > a{
	border-bottom: none;
}
.ul-sub-menu > li:hover > a{
	color: #ffc805;
}
.has-sub:hover .ul-sub-menu{
	display: block;
}
.new-dm {
    position: absolute;
    color: #fff;
    top: -10px;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    background: #ffc805;
    padding: 1px 5px;
    border-radius: 4px;
}
.new-dm:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-top-color: #ffc805;
    border-width: 4px;
    margin-left: -4px;
}
.clpink{
	color: #e74c3c;
}
.img-ck{
	width: 45px;
}
.ct-camket{
	width: calc(100% - 60px);
}
.ct-camket > p:last-child{
	font-size: 13px;
	margin-top: 5px;
}
.main-camket{
    padding: 30px 0;
    background: #fafafa;
}
.main-camket .flex-bw{
	align-items: flex-start;
}
.tit-pub {
    text-align: center;
    margin: 0;
    color: #42050c;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}
.tit-pub:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: #c81529;
    margin: 0 auto;
    margin-top: 5px;
}
.ct-item-pro{
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ccc;
	border-top: none;
	text-align: center;
	margin-bottom: 30px;
}
.list-spc-home .ct-item-pro{
    margin-bottom: 0;
}
.list-spc-home .item-pro:hover{
    box-shadow: unset;
}
.item-pro:hover{
	box-shadow: 0 0 5px #555;
}
.item-pro > a > img{
    border: 1px solid #ccc;
    border-bottom: none;
}
.old-pri{
	font-size: 14px;
	text-decoration: line-through;
	color: #948e76;
}
.addtocart{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
}
.addtocart:hover{
	color: #fff;
	background: #e74c3c;
}
.viewall{
	display: inline-block;
	padding: 8px 15px;
	background: #c81529;
	color: #fff;
	font-size: 14px;
	border: 1px solid #c81529;
}
.viewall:hover{
	color: #c81529;
	background: #fff;
}
.main-bnck{
	background: url(../img/backck.jpg);
	padding: 30px 0;
	position: relative;
}
.main-bnck:before {
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    background: url(../img/giadinh.png) center right no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-lienhe{
    display: inline-block;
    padding: 10px 15px 5px;
    color: #fff !important;
    background: #c81529;
    border: 1px solid #c81529;
}
.ct-bnck > h3{
	margin: 0;
	color: yellow;
	font-size: 28px;
	font-weight: 700;
}
.ct-bnck{
	position: relative;
}
.ct-bnck:before,
.ct-bnck:after{
    content: '';
    position: absolute;
    width: 76px;
    height: 76px;
    display: block;
    background: url(../img/khunga.png) no-repeat;
}
.ct-bnck:before {
    top: -30px;
    left: -30px;
}
.ct-bnck:after{
    transform: rotate(180deg);
    right: -30px;
    bottom: -30px;
}
.ul-ck{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ul-ck li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.ul-ck li i{
	color: red;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 3px; 
}
.flex-around{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.hotline{
	display: flex;
	align-items: center;
}
.shl-top{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}
.shl-bottom{
	font-size: 20px;
	font-weight: 700;
	color: #740303;
}
.tv-tit{
	font-size: 20px;
	font-weight: 700;
	color: #c81529;
	margin-bottom: 10px;
}
.main-hotline-tuvan{
	background: url(../img/backtuvan.jpg);
	padding: 20px 0;
}
.hotline > img{
	margin-right: 15px;
}
.form-tuvan{
	display: flex;
	align-items: center;
}
.ip-tuvan{
	margin-right: 10px;
	padding: 8px 10px;
	font-size: 14px;
	background: #ebebeb;
	border: none;
}
.gui {
    color: #fff;
    background: #740303;
    border: none;
    height: 36px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}
.tit-nh{
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 17px;
}
.tit-nh:after{
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	background: #ccc;
	margin-top: 5px;
}
.img-nh{
	width: 40%;
}
.ct-nh{
	width: calc(60% - 15px);
}
.flex-nh{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-top{
	background: #3f72d5;
}
.tit-ft{
	margin: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fcc945;
	font-weight: 700;
}
.fanpage{
	overflow: hidden;
}
.fanpage iframe{
	width: 100%;
	height: 214px;
}
.copyright{
	padding: 10px 0;
	background: #ebebeb;
}
.main-breac{
	background: #f2f2f2;
	padding: 10px 0;
}
.tit-aside{
	margin: 0;
	color: #fff;
	background: #c81529;
	padding: 10px 10px 7px 10px;
}
.tit-aside i{
	margin-right: 10px;
}
.ct-aside a{
	display: flex;
	padding: 10px 0;
	color: #000;
	align-items: baseline;
	justify-content: center;
    border-bottom: 1px solid #fff;
}
.ct-aside h2{
	font-size: 15px;
	margin: 0;
}
.block-aside{
	margin-bottom: 20px;
}
.ct-aside h2:last-child a:last-child{
	border-bottom: none;
}
.ct-aside h2 a:hover{
	color: #c81529;
}
.ct-aside h2.active a{
    color: #c81529;
}
.ct-aside h2 a img{
	width: 8px;
	margin-right: 10px;
}
.ct-aside h2 a span{
	width: calc(100% - 18px);
}
.ct-aside {
    background: #f2f2f2;
    padding: 10px;
}
.block-list-news {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.news-xt {
    font-weight: 500;
}
.news-xt i {
    color: #ed1c24;
    margin-right: 10px;
}
.pagi-news {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-news > span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
    font-size: 13px;
    font-weight: 700;
}
.pagi-news > span {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0 3px;
    font-size: 13px;
    font-weight: 700;
}
.pagi-news > span.acti-pagi > a {
    color: #000;
}

.pagi-news > span > a {
    color: #ffb564;
}
.donvi{
	font-size: 15px;
	color: #000;
}
.clred{
	color: #c81529;
}
.gia-sp{
	margin-right: 50px;
}
.quanti{
	display: inline-flex;
	align-items: center;
	position: relative;
}
.quanti > input{
	width: 100px;
	height: 32px;
}
.btn-minus, .nminus-btn{
	background: none;
	border: none;
	height: 32px;
	outline: unset;
}
.quanti-btn-minus {
    position: absolute;
}
.btn-plus, .nplus-btn{
	background: none;
	border: none;
	height: 32px;
	outline: unset;
}
.quanti-btn-plus {
    position: absolute;
    right: 0;
}
.quanti-buy {
    display: flex;
    align-items: center;
}
a.but-buy {
    display: inline-flex;
    height: 32px;
    background: #ed1c24;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    color: #fff;
}
a.but-buy i{
    display: inline-flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    background: #c81529;
}
a.but-buy span{
	padding: 0 20px;
	display: inline-block;
}
.p-tuvan img{
	margin-right: 15px;
}
.p-tuvan span{
	margin-left: 5px;
}
.tabs-sanpham .nav-tabs>li.active a, 
.tabs-sanpham .nav-tabs>li.active a:focus, 
.tabs-sanpham .nav-tabs>li.active a:hover{
	color: #ed1c24;
	cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tabs-sanpham .nav-tabs>li a{
	color: #000;
	padding: 10px 15px;
	display: block;
	border-radius: 4px 4px 0 0;
	border: 1px solid transparent;
	border-bottom: none !important;
}
.tit-pr{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #b2b2b2;
	position: relative;
	padding-bottom: 15px;
}
.tit-pr:after{
	content: "";
	display: block;
	width: 70px;
	height: 5px;
	background: #c81529;
	position: absolute;
	bottom: -3px;
}
.prev-pr{
	color: #b2b2b2;
	margin-right: 10px;
}
.next-pr{
	color: #b2b2b2;
}
.bang-giohang table{
	width: 100%;
}
.bang-giohang table tr,
.bang-giohang table tr td,
.bang-giohang table tr th{
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.a-thanhtoan {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #bf1930;
    border-radius: 7px;
    border: none;
}
.lSSlideOuter .lSPager.lSGallery img{
	width: 100%;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #3b070b;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.error {
	color: red;
}
.h2-sale{
	text-transform: unset;
	font-size: 15px;
	margin: 0;
}
.tvnews{
	display: inline;
	font-size: 15px;
	margin: 0;
}
.p-tuvan a {
    display: block;
    font-weight: 700;
    clear: both;
    margin-top: 10px;
}
.tit-post{
	font-size: 18px;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-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);
  }
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
    border-color: #ff0000;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background-color: #ff0000;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    background: rgb( 255, 0, 0, .7 );
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
    background-color: #ff0000;
}
.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 241px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 33px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.kb-hotline {
    width: 33px;
    height: 33px;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    display: none;
}
.list-spc-home .item-pro {
    position: relative;
    overflow: hidden;
}
/*.list-spc-home .item-pro:before {
    box-sizing: border-box;
    transform: translateX(100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
}
.list-spc-home .item-pro:after {
    box-sizing: border-box;
    transform: translateX(-100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
}
.list-spc-home .item-pro:hover {
    color: inherit;
    text-decoration: none;
}
.list-spc-home .item-pro:hover:before {
    transition: 0.1s transform linear, 0.1s height linear 0.1s;
    transform: translateX(0);
    height: 100%;
    border-color: #c81529;
}
.list-spc-home .item-pro:hover:after {
    transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
    transform: translateX(0);
    height: 100%;
    border-color: #c81529;
}*/
.ct-nh h3{
    margin-top: 0;
}



@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    a.but-buy span{
    	font-size: 11px;
    	padding: 0 10px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../img/backpage.jpg);
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 24px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 17px;
        font-family: sfu;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px 20px;
        background: #881e1b;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: rgba(255,255,255,.08);
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        left: 280px;
        transition: all 0.3s;
        right: unset;
    }
    .menu-mobile li:not(.hassub-mb) a{
    	width: 100%;
    	padding: 15px 20px;
    }
    header{
    	padding: 10px 0;
    }
    .bl-camket{
    	margin-bottom: 20px;
    }
    .flex-nh{
    	margin-bottom: 20px;
    }
    .flex-order{
    	display: flex;
    	flex-wrap: wrap;
    }
    .order-2{
    	order: 2;
    	width: 100%;
    }
    .order-1{
    	order: 1;
    	width: 100%;
    }
    .main-bnck:before{
    	content: unset;
    }
    .ct-bnck {
	    padding: 40px;
	}
	.ct-bnck:before {
	    top: 0;
	    left: 0;
	}
	.ct-bnck:after {
	    bottom: 0;
	    right: 0;
	}
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .flex-around{
    	display: block;
    	text-align: center;
    }
    .hotline{
    	justify-content: center;
    }
    .form-tuvan{
    	justify-content: center;
    }
    .copyright .flex-bw{
    	display: block;
    }
    .bang-giohang table tr td:first-child{
		display: none;
	}
	.bang-giohang table tr td{
		display: block;
		border: none;
	}
	.bang-giohang table tr:first-child{
		display: none;
	}
	.mapgg iframe{
		height: 400px;
	}
	.ct-bnck {
	    padding: 30px;
	}
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo{
    	width: 170px;
    }
    .phone-nb {
	    font-size: 22px;
	}
	.dhn{
		padding: 5px 10px;
		font-size: 12px;
	}
	.form-tuvan{
		flex-direction: column;
	}
	.ip-tuvan{
		margin: 0;
		margin-bottom: 10px;
	}
	.flex-nh{
		display: block;
	}
	.ct-nh{
		width: 100%;
		margin-top: 20px;
	}
	.tit-ft{
		margin-bottom: 10px;
	}
	.mapgg iframe{
		height: 300px;
	}
	.quanti-buy{
		display: block;
	}
	.quanti-buy > p{
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	a.but-buy span{
		font-size: 15px;
	}
	.tabs-sanpham .nav-tabs>li{
		width: 100%;
	}
	.tabs-sanpham .nav-tabs>li>a{
		border: none !important;
		margin: 0;
		background: #e0e0e0;
		border-radius: 0;
	}
	.tabs-sanpham .nav-tabs{
		border: none;
	}
	.tabs-sanpham .nav-tabs>li.active>a, .tabs-sanpham .nav-tabs>li.active>a:focus, .tabs-sanpham .nav-tabs>li.active>a:hover{
		background: #e8e8e8;
	}
	.tit-pr h3{
		font-size: 20px;
	}
	.ct-item-pro .flex-bw{
		display: block;
	}
	.addtocart{
		font-size: 14px;
	}
	.list-spc .col-xs-6{
		padding: 0 6px;
	}
	.ct-item-pro{
		margin-bottom: 15px;
	}
	.ct-bnck {
	    padding: 20px;
	}
	.hotline-phone-ring {
	    display: none;
	}
	.hotline-bar {
	    position: unset;
	    border-radius: 0 !important;
	    text-align: center;
	    width: 100%;
	    background: #e60808;
	}
	.hotline-phone-ring-wrap{
		width: 100%;
	}
	.hotline-bar > a{
		text-indent: unset;
	}
	.kb-hotline{
		display: inline-block;
		margin-right: 15px;
		width: 26px;
		height: 26px;
	}
	.back-to-top{
		bottom: 45px;
	}
	.order-1 img{
		height: auto;
	}
}
