.h1_tieude{position:fixed;opacity:0;z-index:-1}
.grecaptcha-badge{display: none}

@media (min-width: 1200px){
	.container {
    	max-width: 1230px!important;
	}
}
@media (max-width: 1199px){
	.container {
    	max-width: 100%!important;
	}
}

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
/*@font-face{font-family:"primary-regular";src:url("../fonts/Roboto-Regular.ttf");font-style:normal}
@font-face{font-family:"primary-bold";src:url("../fonts/roboto-bold.ttf"),url("../fonts/roboto-bold.eot");font-style:normal}
@font-face{font-family:"primary-medium";src:url("../fonts/Roboto-Medium.ttf"),url("../fonts/Roboto-Medium.eot");font-style:normal}*/

/*@font-face{font-family:"primary-regular";src:url("../fonts/helveticaneue.ttf"), url("../fonts/helveticaneue.eot");font-style:normal}
@font-face{font-family:"primary-bold";src:url("../fonts/helveticaneuebold.ttf"),url("../fonts/helveticaneuebold.eot");font-style:normal}
@font-face{font-family:"primary-medium";src:url("../fonts/Roboto-Medium.ttf"),url("../fonts/Roboto-Medium.eot");font-style:normal}*/
@font-face{font-family:"primary-regular";src:url("../fonts/Muli-Regular.ttf"),url("../fonts/Muli-Regular.eot");font-style:normal}
@font-face{font-family:"primary-bold";src:url("../fonts/Muli-Bold.ttf"),url("../fonts/Muli-Bold.eot");font-style:normal}
@font-face{font-family:"primary-medium";src:url("../fonts/Roboto-Medium.ttf"),url("../fonts/Roboto-Medium.eot");font-style:normal}
@font-face{font-family:"opensans-semibold";src:url("../fonts/OpenSansSemibold.ttf"), url("../fonts/OpenSansSemibold.eot");font-style:normal}

/*@font-face{font-family:"header-title";src:url("../fonts/UTM_Impact.ttf");font-style:normal}*/
/*@font-face{font-family:"header-title";src:url("../fonts/Oswald-Regular.ttf"),url("../fonts/Oswald-Regular.eot");font-style:normal}*/
@font-face{font-family:"header-title-bold";src:url("../fonts/Oswald-Bold.ttf");font-style:normal}
@font-face{font-family:"script";src:url("../fonts/Shelia VNF Regular.ttf");font-style:normal}
@font-face{font-family:"header-title";src:url("../fonts/UTMAmericanSans.ttf"), url("../fonts/UTMAmericanSans.eot");font-style:normal}
#quytrinh_noibat,#gioithieu{
	padding: 45px 0;
}
.emphasis{
	margin: 0 5px;
}
.baiviet-item{
	position: relative;
}
.baiviet-item .detail{
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border: 3px solid  rgba(200, 200, 200, 0.3);
	transition: all 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	
	transition: all 0.3s;
	pointer-events: none;
}
.baiviet-item .detail >div{
	opacity: 0;
}
.baiviet-item:hover .detail > div{
	opacity: 1;
}
.baiviet-item:hover .detail{
	
	background-color: rgba(0,0,0,0.6);
	transition: all 0.3s;
}
.baiviet-item h3{
	position: relative;
	padding-bottom: 5px;
}
.baiviet-item h3:after{
	content: "";
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 48px;
	height: 2px;
	background-color: #FFF;
}
.baiviet-item h3 a{
	color: #FFF;
	font-size: 20px;
	font-family: "primary-bold";
}

.product-item{
	position: relative;
	font-family: "primary-regular";
	font-size: 14px;
	color: #5c5c5c;
	/* background: #f8f7f7; */
	/* border: 1px solid #eee; */
	/* padding: 5px; */
	margin-bottom: 30px;
	/* border-radius: 10px; */
	/* overflow: hidden; */
}
.product-item .masp{
	font-family: "primary-medium";
	font-size: 18px;
	color: #222222;
}
.product-item .tensp{
	font-family: "primary-bold";
	font-size: 18px;
	color: #FFF;
	/* color:#5e5e5e; */
	/* font-size: 14px; */
	padding: 10px 15px;
	border: 1px solid #FFF;
	border-left: 0;
	display: inline-block;
	border-right: 0;
}
.product-item .giacu{
	color: #333333;
	font-size: 15px;
	text-decoration: line-through;
}
.product-item .adds{
	display: flex;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	align-items:center;
	/* height: 30; */
	flex-wrap: wrap;
}
.product-item .khuyenmai{
	font-family: "primary-bold";
	color: #bf352a;
	font-size: 14px;
}
.product-item .detail{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
}
.product-item:hover .detail{
	opacity:1;
}
.product-item .image{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	/* padding: 8px; */
	/* border: 2px solid #eee; */
	border-radius: 7px;
}
.product-item h3{
	margin-bottom: 0;
	line-height: 26px;
	text-align: center;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	margin: 5px 0;
}
.product-item h3 a{
	/* color: #393939; */
	/* font-size: 14px; */
	/* font-family: "primary-bold"; */
}
.product-item .image:before{
	/* content: ""; */
	width: 100%;
	height: 100%;
	border: 5px solid rgba(175, 173, 173, 0.52);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.product-item  .giaban{
	margin: 3px 0;
	color: #fd0000;
	font-family: "primary-bold";
	font-size: 17px;
}
.product-item  .giaban ~ .giacu{
	margin-left: 30px;
}
.product-item .more a{
	display: inline-flex;
	padding: 6px 20px;
	background-color: #df0000;
	color: #FFF;
	text-decoration: none!important;
	border: 1px solid #df0000;
}
.product-item:hover .more a{
	background-color: #FFF;
	border-color: #df0000;
	color: #df0000;
}
.noidung_tintuc{
	padding:10px 0px;
}
.noidung_tintuc img{
	max-width: 100% !important;
	height: auto !important;
}
.noidung img{
	max-width: 100% !important;
	height: auto !important;
}
.othernews{
	padding:10px 0px;
}
.othernews ul{
	padding: 10px 40px;
}
.othernews li{
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.othernews li:after{
	content: '\f0da';
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    left: -15px;
    top: 1px;
    color: #ff74a5;
}
.othernews a{
	color: #333333;
	font-size: 15px;
}
.othernews a:hover{
	text-decoration: underline;
}
.othernews font{
	color: #666;
}
.ngaydang{
    background: url(images/icon-ngaydang.png) left top no-repeat;
    padding-left: 25px;
    display: inline-block;
    margin: 5px 0px;
}
.luotxem{
    background: url(images/icon-luotxem.png) left center no-repeat;
    padding-left: 25px;
    display: inline-block;
    margin: 5px 0px 5px 34px;
}
.bando_fw iframe{
	width: 100%;
	height: 455px;
}
.icon{
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 22px;
}
 .icon:before{
  font-family: "FontAwesome";
  width: 10px!important;
  height: 37px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #FFF;
  color: #000;
  position: absolute;
  left: 0;
}

 
.icon.area:before{
  content: "\f1fe ";
}
.icon.user:before{
  content: "\f007 ";
}
.icon.home:before{
  content: "\f015";
}
.icon.marker:before{
  content: "\f041";
}
.icon.email:before{
  content: "\f003";
}
.icon.hotline:before{
  content: "\f095 ";
}
.icon.global:before{
  content: "\f0ac";
}
.icon.menu_responsive:before{
  content: "\f0c9 ";
}
.icon.price:before{
  content: "\f155 ";
}
 .product_item .icon:before{
 	color: #aaa;
 }
#product-tabs{
	position:relative;
}
#product-tabs .nav-tabs .nav-item{
	margin: 0;
	min-width: 200px;
	/* height: 50px; */
}
#product-tabs .nav-tabs{
	    border-bottom: 1px solid #d60c0c;
	    margin-bottom: 15px;
}
#product-tabs .nav-tabs .nav-link{
	border-radius: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #393939;
}
#product-tabs.nav-tabs .nav-item.show .nav-link, #product-tabs .nav-tabs .nav-link.active{
	background-color: #d60c0c;
	border-color: #d60c0c;
	color: #FFF;
	font-family: "primary-regular";
	font-size: 16px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hover img{
	transition: all 0.3s;
}
.hover:hover h3 a{
	color: #df0000;
}
.hover:hover img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.carousel-control-next, .carousel-control-prev{
	width: 5%!important;
}
.overlay{
	position:absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 30px;
	background-color: rgba(16, 16, 16, 0.23921568627450981);
	color: #FFF;
	pointer-events: none;
	opacity:0;
	transition: .3s;
}
.image:hover .overlay{
	opacity:1;
}
.list-group{
	border: 1px solid rgba(0,0,0,.125);
}
.list-group .list-group-item.active{
	background-color: #ffc700!important;
	border-color: rgba(0,0,0,.125);
	color: #333;
}
.list-group-item:first-child{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item{
	height: 48px;
	border: none;
	position: relative;
	color: #000;
	border-bottom: 1px solid #ccc;
}
.list-group-item:not(:last-child){
	border-bottom: 1px solid rgb(255, 255, 255);
	z-index: 3;
}
.list-group-title{
	height: 45px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #ffc700;
	font-size: 18px;
	font-family: "primary-bold";
	text-transform: uppercase;
	margin: 0;
}
.bd-callout {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout p{
	margin-bottom: 8px;
	line-height: 1;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.dealing-with-specificity {
    color: #17a2b8;
}
.dealing-with-specificity {
    margin: .25rem 0;
    margin-top: 15px;
}
.btn-chat-abc {
        
        bottom: 280px!important;
        
        }
        .btn-chat-zalo {
        
        bottom: 120px!important;
        
        }
        #btn-chat-facebook { display: block; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 200px; z-index: 99999999999; }
        #btn-chat-facebook span {
        display: flex; display: -ms-flex; align-items: center;
        -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%;
        background: #1182FC; position: relative;}
        #btn-chat-facebook span.number{
        	position:absolute;
        	display: none;
        	background: none;
        	width: 148px;
        	display: inline-flex;
        	left: -165px;
        	background: #1182fc;
        	padding: 0 15px;
        	height: 30px;
        	top: 7px;
        	align-items: center;
        	border-radius: 0;
        	font-size: 18px;
        	color: #FFF;
        	border-radius: 10px;
        	/* border-bottom-left-radius: 10px; */
        	z-index: 1;
        	display: none;
        }
        #btn-chat-facebook span img {
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        z-index: 2;
        }
        .chat-facebook-fill {width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(17, 130, 252, 0.45); opacity: .75; right: -10px; }
        .chat-facebook {width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }
        #khungchatn{
        position:fixed;
        width:300px;
        height:350px;
        top:100px;
        right:10px;
        z-index:999999;
        background:#fff;
        border-radius:10px;
        overflow:hidden;
        display:none;
        }
        .support-online {
        position: fixed;
        z-index: 9999;
        left: 1em;
        bottom: 50px;
        }
        .support-online a {
        position: relative;
        margin: 20px 10px;
        text-align: left;
        width: 40px;
        height: 40px;
        }
        .support-online i {
        width: 40px;
        height: 40px;
        background: #0094ec;
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        /* line-height: 1.9; */
        position: absolute;
        z-index: 999;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        padding: 0;
        }
        .support-online .icon:before{
        margin: 0;
        background: none;
        color: #FFF;
        width: 40px!important;
        height: 40px;
        display: flex;
        padding: 0;
        }
        .support-online a span {
        border-radius: 2px;
        text-align: center;
        background:#0094ec;
        padding: 9px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 0px;
        left: 40px;
        transition: all 0.2s ease-in-out 0s;
        -moz-animation: headerAnimation 0.7s 1;
        -webkit-animation: headerAnimation 0.7s 1;
        -o-animation: headerAnimation 0.7s 1;
        animation: headerAnimation 0.7s 1;
        }
        .support-online a:hover span {
        display: block;
        }
        .support-online a {
        display: block;
        }
        .support-online a span:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #0094ec transparent transparent;
        position: absolute;
        left: -10px;
        top: 10px;
        }
        .kenit-alo-circle-fill {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #fff;
        opacity: .75;
        right: 10px;
        }
        .kenit-alo-circle {
        width: 50px;
        height: 50px;
        top: -5px;
        right: -5px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        opacity: .1;
        border-color: #0094ec;
        opacity: .5;
        }
        .support-online .btn-support {
        cursor: pointer;
        }
.swiper-slide,.swiper-wrapper{
	height: unset!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0px!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0px!important;
}
.pagination{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page-link{
	cursor: pointer;
}
.page-link.current{
	    background-color: #555;
	    border-color: #555;
	    color: #FFF!important;
}
.text-red{
	color: #f00;
}
.clear20{
	margin: 15px 0;
}
.product_item{
	border: 1px solid #ededed;
	position: relative;
}
.product_item .detail{
	padding: 15px;
}
.product_item h3{}
.product_item h3 a{
	font-family: "primary-bold";
	font-size: 14px;
	color: #333;
}