

/* BẮT ĐẦU */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontHead';
  src: url('../fonts/UTM-AvoBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body{   
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.5rem;
    line-height: 1.625;
	animation: fadein 1s;
}
img{
	max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
a:active, a:hover{
	text-decoration: none;
}
.font-heading{
	font-family: "fontHead", Arial, sans-serif;
	font-weight: 900;
}
header{
	padding: 20px 0px;
    z-index: 20;
	background: #333
}
header #header{
	display:flex;
	align-items:center;
}
header .header-logo h1, header .header-logo h2, header .header-logo .site_name, header .header-logo .site_description {	display:none;}
header .header-logo{
	/* width: 120px; */
}
header .header-logo img{
	width: 90px;
}
#search-bar{
	border: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
	background: #fff;
}
#search-bar .form-control
{
	webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
	background: transparent;
	border:0;
}
#search-bar .form-control::placeholder {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
}
.header-phone{
	color:#fff;
	display: flex;
    align-content: center;
    align-items: center;
	padding-top: 5px;
    padding-bottom: 5px;
}
.header-phone .phone-icon{
	width: 70px;
    text-align: center;
}
.header-phone .phone-icon .fa{font-size:40px;}
.header-phone .phone-info{}
.header-phone .phone-info .goingay{}
.header-phone .phone-info .numberphone{font-weight:700;font-size:18px;color:#fbff00}
.chi-duong{
	padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	font-weight: 700;

}
.chi-duong .fa{font-size:25px;}
.header-cart{
	display: flex;
    justify-content: space-around;
}
.mini-cart{
	position: relative;
    /* display: flex; */
    /* align-content: center; */
    /* align-items: center; */
    /* background: rgb(101 98 98 / 50%); */
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    /* border-radius: 25px; */
    border: 1px solid white;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}
.mini-cart:hover{
	border-color: #FFFF93;
}
.mini-cart .icon-cart{
	position: relative;
}
.mini-cart .icon-cart span{
	position: absolute;
	background: red;
	color: #fff;
	width: 17px;
	height: 17px;
	line-height:17px;
	border-radius: 50%;
	font-size: 11px;
	top: -50px;
    right: 0px;
    text-align: center;
}
.mini-cart .fa{
	font-size: 20px;
	color: #fff 
}
.mini-cart .info-cart{}
.mini-cart .info-cart .card{color: #fff;font-weight:700;}
.mini-cart .info-cart .sumorder{color: #fbff00;}
.menusite{background: #333333}
.menusite .navbar-default
{
	background: transparent !important;
	border: none;
}
.menusite .navbar-default .navbar-nav > li > a{
	color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
.menusite .navbar-default .navbar-nav > li > a:hover{
	color: #D9963D !important;
}
.navbar-default .navbar-nav>.active>a{
	background: transparent !important;
	/* border-bottom: 1px solid #635e5e; */
}
.navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus{background:transparent !important;}
.hotline-h{
	/* font-size: 20px; */
}
.hotline-h i{
	flex: none;
    text-align: center;
    background: #FD9700;
    margin-right: 10px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    color: #fff;
	font-size: 20px;
}
.hotline-h b{
	color: red;
	font-size: 18px;
}
.hotline-h span{
	display: block;
    font-weight: 100;
    color: #757575;
    font-size: 14px;
	line-height: 10px;
}
.third-nav{
	position: relative;
    background: #F5F5F5;
    padding: 10px 0px;
}
.third-nav .breadcrumb{
	margin: 0;
	padding: 0;
}
.third-nav .breadcrumb a{
	color: #555353;
}
.sohomepage-slider{}
.section-header h2{
	text-align: center;
    font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 700;
}
.section-about{
	position: relative;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
	/* color: #fff; */
	background: #cac9c7;
}
.section-about h2{
	font-family: "fontHead", "Roboto", sans-serif;
	font-size: 2.5rem;
	padding-bottom: 1.5rem;
}
.section-about .btn-success{
	background: #F77A0E;
    border-radius: 25px;
    padding: 15px 30px;
    border: none;
    /* font-size: 1.6rem; */
    font-family: Arial, sans-serif;
}

.section-product{padding: 5.5rem 0;}
.section-product .section-header{
	margin-bottom: 30px;
}
.section-product .box-product{
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: 10px;
}
.section-product .box-product h3{
	color: #fff;
    font-size: 15px;
    text-align: center;
    background: #00000091;
    padding: 10px 0px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
	text-transform:uppercase;
	
}
.section-connect-us{
	background: #ccc;
	padding: 3.2rem 0;
}
.section-connect-us h2{
    font-size: 2.5rem;
}
.section-new-arrival{padding: 30px 0px;}
.section-new-arrival-h{
	text-align: center;
    margin-bottom: 60px;
    position: relative;
}
.section-new-arrival-h:after{
	border-bottom: 2px solid #3C3531;
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 15%;
    bottom: 0;
    margin: 0 auto;
}
.section-new-arrival-h h2{
	font-size: 2.5rem;
    font-weight: 700;
	text-transform: uppercase;
}
.section-new-arrival{}

.social-connect{
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}

.socialList {
    display: flex;
    margin: 10px 0px;
    flex-direction: row;
}
.socialList{display: flex;margin: 10px 0px;	flex-direction: row;}
ul.socialList{padding: 0;margin: 10px 0px;}
.socialList li a{
	display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
	background-color: #fff;
    color: #2E4F6C;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 3px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-right: 8px;
	margin-left: 8px;
}
/* .socialList li .fa {margin-right:-4px;} */

footer .socialList{
	list-style: none;
    padding: 0;
	align-items: center;
	justify-content: flex-start;
    flex-wrap: wrap;
}
footer .socialList li{margin-top: 10px}
footer .socialList li a.linkedin:hover{background: #055F97; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.behance:hover{background: #000; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.foursquare:hover{background: #D92D5B; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.twitter:hover{background: #1D9BF0; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.facebook:hover{background: #195ec3; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;transition: 0.5s}
footer .socialList li a.youtube:hover, footer .socialList li a.pinterest:hover{background: red; color: #fff !important; box-shadow: 1px 1px 10px 4px #fff;}

footer{
	background: #383838;
	padding: 30px 0px;
	color: #b9b9b9;
}
footer .row{display: flex; flex-flow: row wrap;}
footer .col-footer{position: relative}
footer .col-footer:before{
	border-left: 1px dashed #ddd;
    content: " ";
    height: 100%;
    right: -1px;
    position: absolute;
    top: 0;
}
footer a{color: #b9b9b9;}
footer a:hover{color: #D9963D;}

.widget-footer{padding: 10px}
.widget-footer .widget-heading{
	/* border-bottom: 1px dotted #ccc; */
    padding-bottom: 5px;
    margin-bottom: 5px;
	font-size: 20px;
	color: #D9963D;
	font-family: "fontHead", "Roboto", sans-serif;
}
.widget-footer .widget-body ul{padding: 0px 15px 0px 15px;margin: 0;list-style: square;}
.widget-footer .widget-body ul li a{
	font-weight: 300;
    background: #2D3134;
    color: #d8d4d4;
    font-family: "Oswald", sans-serif;}
	
/* Tạo mục lục tự động */
#tocDiv
{
	background: #F4F4F4;
	padding: 10px;
	border: 1px solid rgb(51 51 51 / 95%);
	border-radius: 4px;
	margin-bottom: 10px;
}

#tocList a{	color: #333333;font-weight: 400;}
#tocDiv .tocTitle
{
	font-weight: bold;
	font-size: 20px;
}
#tocDiv ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#tocDiv ol > li {
  display: table;
  counter-increment: item;
  /* margin-bottom: 0.6em; */
}

#tocDiv ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#tocDiv li ol > li {
  margin: 0;
}

#tocDiv li ol > li:before {
  content: counters(item, ".") " ";
}
/* RESPONSIVE */
@media (min-width: 767px){
	.navbar-mobile{display:none;}
}

/* Màn hình điện thoại */
@media (max-width: 767px){
	/* header{ */
		/* position:fr */
	/* } */
	.header-search{display:flex; justify-content: space-around;}
	.header-cart{
		display: block;
	}
	.section-about:before{
		width: 100%;
	}
	.why-icon-box{
		clear: both;
	}
	.section-connect-us h2{
		text-align: center;
	}
	.navbar-mobile{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		/* background: #f0f0f0; */
		/* height: 64px; */
		/* width: 100%; */
		/* display: flex; */
		/* align-items: center; */
		/* justify-content: center; */
	}
	.navbar-mobile .icon-navbar{
		position: absolute;
		top: 22px;
		left: 10px;
		/* border: 2px solid #000; */
		/* border-radius: 5px; */
		display: block;
		padding: 9px 12px
	}
	.navbar-mobile .icon-navbar i{
		color: #D9963D;
		font-size: 25px
	}
	.nav-mobile{
		height: 100%;
		width: 100%;
		position: relative;
		right: 0px;
		bottom: 0;
		z-index: 10001;
		background: rgb(8 8 8 / 90%);
		overflow: hidden;
		text-align: left;
		-webkit-transition: -webkit-transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out;
		display: none;
	}
	.showNav {
		background: #f0f0f0;
		position: fixed;
		top: 0px;
		width: 75%;
		left:0;
		/* height: 100%; */
		display: block;
		overflow: hidden;
		overflow-y: auto;
	}
	.nav-mobile .nav-mobile-head{
		padding: 15px;
	}
	.navcate{
		display: flex;
		flex-wrap: wrap;
		padding: 5px;
		align-items: stretch;
		align-content: stretch;
		justify-content: stretch;
		justify-items: stretch;
		background: #fff;
	}
	.btnMenu{
		border: 1px solid #ccc;
		margin: 5px;
		white-space: normal;
		margin-bottom: 10px;
		color: #1E1A1B
	}
	.morelink{
		background-color: #f0f0f0;
		overflow: hidden;
		width: 100%;
		padding: 5px 0px;
	}
	
	.infolink{
		display: block;
		padding: 5px 3.5% 5px 3.5%;
		overflow: hidden;
		width: 100%;
		color: #0084FF;
		border-bottom: 1px dotted #ccc;
	}
	.callhotline{
		width: 100%;
		overflow: hidden;
		padding: 15px;
		text-align:center;
	}
	.callhotline .recall{font-family: "Oswald", Arial, sans-serif;font-size: 20px;}
	.callhotline .recall strong{color: red;}
	#laypass_net{
	position: relative;
    bottom: 75px;
	}
	
	.widget-footer{
		margin-bottom: 10px;
	}
	.copyright{
		margin-bottom: 40px;
		padding: 10px 0px;
	}
	.certification{	flex-direction: column;}
	.certification a{
		
	}
	.certification a img{
		/* width: 100% !important; */
		margin-bottom: 10px
	}
	
}
@media (max-width:992px) {
	header{
		position: relative;
		padding: 10px 0px;
	}
	#header{
        display: block !important;
    }
	header .header-logo{
		display: flex;
		justify-content: flex-end;
	}
	header .header-cart{margin: 10px 0px;}
	.mini-cart{
		display: block !important;
		margin-top: 10px;
		font-size: 10px;
		/* width: 50px; */
		/* height: 50px; */
		/* line-height: 50px; */
		
	}
	.mini-cart .info-cart {
		/* display: none; */
	}
}
.hnc-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    top: -150px;
    height: calc(100vh + 300px);
}
.hnc-close-side-opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    -o-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background-color:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}
#timeoutsess {display:none;}
#timeoutsess a {color:#2f70a7 !important;}

.copyright{
	background: #000;
	padding: 10px 0px;
	color: #979595;
	font-size:13px;
	
}
.certification{
	display: flex;
	align-content: space-around;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
/* .certification img{ */
	/* width: 180px; */
/* } */
.image-center{
	text-align: center;
}


/* Slider Control */
