@font-face {
	font-family: "Calibri";
	src: url("https://file.hstatic.net/200000639001/file/calibri_6bd09f97fbef40ac82f82bcb506511b9.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Calibri";
	src: url("https://file.hstatic.net/200000639001/file/calibrii_099f0d500e3c4c6daaaa2640c56db134.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}


@font-face {
	font-family: "Calibri";
	src: url("https://file.hstatic.net/200000639001/file/calibrib_4ac69c12c57447b7957760090ee21e1e.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Calibri";
	src: url("https://file.hstatic.net/200000639001/file/calibril_41cf8f88115e4b69a08357fc40d87668.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Calibri";
	src: url("https://file.hstatic.net/200000639001/file/calibrili_e513dfa8d2ed4b62a785ad5524d515e5.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

/* CSS Document */
@charset "utf-8";

html,body
{
	border: 0;
	background-color: #fff;
}
*{
	margin: 0;
	padding: 0;
}

html
{
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ul{
	margin:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	font-family: "Calibri", sans-serif!important;
}
.glyphicon{
	font-family: 'Glyphicons Halflings'!important;
}
.fa{
	font-family: 'FontAwesome'!important;
}
body {
	margin:0;
	padding:0;
	font-size: 13px;
	color:#333333;
	line-height: 1.4;
	position: initial!important;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#0c0c0c;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover, a:focus {
	color:#c46800;
	text-decoration:none;
}
img, a img {
	border:0;
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}
fieldset {
	border:none;
}
.clear {
	clear:both;
	max-height:0px;
	height:0;
}
img{
	max-width: 100%;
}
p {
	margin: 0 0 10px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px;
	color:#0c0c0c; 
	line-height:1.4;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px; }

h2 {
	font-size: 27px; }

h3 {
	font-size: 21px; }

h4 {
	font-size: 15px; }

h5 {
	font-size: 12px; }

h6 {
	font-size: 10px;
}
/* ******************************************************** reset */


.head-1 {
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.social li {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin: 0 2px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 50%;

	webkit-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
	-o-transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
	transition: all 0.3s cubic-bezier(0.360, -0.055, 0.000, 1.220);
}
ul.social li:hover{
	background-color:#c46800;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	color:#fff;
}
ul.social li:hover a{
	color: #fff;
}
ul.social li a{
	color:#0c0c0c;
}

ul.social {
	margin-top: 40px;
}

.top-menu ul {
	display: table;
	width: 100%;
}

.top-menu ul li img {
	vertical-align: top;
}

.sponline {
	text-align: right;
	color: #333333;
	float: right;
}

.top-menu {
	margin-bottom: 15px;
	position: relative;
	text-align: right;
}

.top-menu ul li:last-child {
	margin-right: 0;
}

.sponline .phonehl {
	color: #fe0000;
	font-size: 16px;
}

.logo h1 {
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.head-2 {
	/*border-top: 1px solid #e6e6e6;*/
	background:#0c0c0c;
}

ul.cssmenu li {
	float: left;
}

/*.searchform {
width: 170px;
float: right;
}*/

.mainmenu {
	position: relative;
	text-align: right;
}

.searchform form {
	position: relative;
}

.searchform input[type=text] {
	width: calc(100% - 30px);
	float: left;
	border: 0;
	font-size: 15px;
	padding: 5px 0 0;
	/*padding-left: 36%;
	transition: 0.4s all;*/
}

.searchform button {
	background: none;
	border: 0;
	line-height: 29px;
	background: #fff;
}

ul.cssmenu li a {
	padding: 20px 10px 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #efefef;
}
ul.cssmenu li a:hover {color: #c46800;}
ul.cssmenu li:first-child a {
	padding: 20px 25px 20px 0;
}
/*
.searchform input[type=text]:focus {
padding-left: 5px;
}
*/
ul.cssmenu {
	//display: table;
	//margin: auto;

}
.banner_home {
	text-align: center;
}

.img_banner_home {
	width: 265px;
	border-radius: 50%;
	overflow: hidden;
	height: 265px;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 4px solid #fff;
	box-shadow: 1px 1px 6px #4e4e4e;
}
.wap1 {
	margin-top: -137px;
	padding-bottom: 58px;
}

.title_banner_home h2 {
	text-align: center;
	color:#0c0c0c;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.4;
	display: table;
	margin: 20px auto 10px;
}
.title_banner_home h2:hover{
	color:#c46800;
}

.title_banner_home h2 span {
	font-weight: 600;
	display: block;
}

.detail_banner_home.text-center {
	color: #888888;
}

.wap2 {
	margin-top: 15px;
}
.heading-title {
	position: relative;
	margin-bottom: 25px;
}

.heading-title h3 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	color: #fff;
	margin-top: 0;
	padding: 5px 0;
}

.title-about h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1;
	margin-bottom: 5px;
}

.title-about h3 {
	font-size: 28px;
	font-style: italic;
	color:#ff6517;
}

.datail-about {
	color:#333333;
}

.gallery-image ul {
	display: table;
	width: 100%;
}

.wap3 {
	padding: 50px 0 20px;
}

.wap4 {
	margin-top: 47px;
}

.home-title {
	position: relative;
	margin-bottom: 25px;
}

.home-title h2 {
	text-transform: uppercase;
	font-size: 28px;
	display: table;
	background: #fff;
	position: relative;
	z-index: 9;
	padding-right: 10px;
	margin-top: 0;
}

.home-title:after {
	content: '';
	height: 2px;
	position: absolute;
	width: 100%;
	background:#0c0c0c;
	bottom: 10px;
}

h3.title-news {
	font-size: 28px;
	color:#0c0c0c;
	font-weight: lighter;
	margin-top: 0;
}
h3.title-news a{
	color:#0c0c0c;
}
h3.title-news:hover{
	color:#c46800;
}
h3.title-news a:hover{
	color:#c46800;
}

.detail-news {
	font-size: 15px;
	color:#333333;
}

.img-news img {
	width: 100%;
}
.news-item{
	border: 1px solid #ccc;
}
.content-news {

	border-top: 0;
	padding: 30px 15px;
}

.newsletter {
	margin-bottom: 70px;
}

h3.title-panel {
	margin-top: 0;
	font-size: 20px;
	color: #202020;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3.title-panel a{
	color:#0c0c0c;
}
h3.title-panel a:hover{
	color:#c46800;
}
.img-panel img {
	width: 100%;
}

.content-panel p {
	color: #000;
}

.new-panel, .post-panel {
	margin-bottom: 40px;
}
ul.list-video li {
	margin-bottom: 15px;
	display: table;
	width: 100%;
}

.img-video {
	width: 95px;
	margin-right: 10px;
}
.content-video a{
	color:#0c0c0c;
}
.content-video a:hover{
	color:#c46800;
}
ul.list-video {
	margin: 20px 0;
}

ul.list-tag li {
	float: left;
	padding: 10px 23px;
	border: 1px solid #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}
ul.list-tag li a{
	color: #999;
}
ul.list-tag li a:hover{
	color:#c46800;
}
.register-news {
	background:#0c0c0c;
	color: #fff;
	padding: 45px 0;
}

.content-register-news h3 {
	font-size: 28px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.form-register-news {
	position: relative;
}

.form-register-news input[type=submit] {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background:#fd8d39;
	border: 0;
	border-radius: 4px;
	padding: 0 30px;
}

.form-register-news .form-control {
	height: 54px;
}

.footer-hotline p {
	font-size: 28px;
	text-transform: uppercase;
}

.footer-hotline h3 {
	font-size: 42px;
	color:#ffffff;
	margin-bottom: 0;
}
.coppyright {
	line-height: 80px;
	text-align: center;
	background:#f7f7f7;
}

.coppyright p {
	margin: 0;
}
.coppyright p a {
	color:#ffffff;
}




/* ***************** INT ANIMATE **** ****************** */


.page-item.item_1{
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.page-item.item_2{
	-webkit-animation-delay: 0;
	animation-delay: 0!important;
}
.page-item.item_3{
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.page-item.item_4{
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.rainbow_0{
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.rainbow_1{
	-webkit-animation-delay: 0;
	animation-delay: 0!important;
}
.rainbow_2{
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.rainbow_3{
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}



.img_1{
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.img_2{
	-webkit-animation-delay: .0s;
	animation-delay: .0s;
}
.img_3{

	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.img_4{

	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.img_5{

	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.img_6{

	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.img_7{
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.img_8{
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.body-content h1, 
.body-content h2, 
.body-content h3, 
.body-content h4, 
.body-content h5, 
.body-content h6 {
	color: #333333;
}
/*Mai (23/12/2022)*/
.footer-static-top .link-follow li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-static-top .link-follow li a:hover svg{
	fill: #fff;
}
.share_icon {
	display: flex;
	align-items: center;
	height: 45px;
}
.share_icon a {
	margin-right: 20px;
}
.share_icon a i {
	font-size: 20px;
}
@media(max-width:600px){
	.share_icon{width: 100%;}
}
.search_pc{
	display: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 10px;
  padding-right: 0;
}
@media(min-width: 1024px){
	.mainmenu {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.search_pc{
		display: block;
	}
	#product-slider >div:nth-child(4n+1) {
		clear: both;
	}
}

/* ------------------------ Style variant ------------------------ */
.product-image-detail ul {margin:0;}
.selector-wrapper,.select {display: none;}
.swatch { padding:10px 0;width: 100%; float: left;border-bottom: 1px dotted #dfe0e1;}
.swatch .header{
	margin: 0 10px 0px 0px;
    font-size: 15px;
    text-align: left;
    line-height: initial;
    display: inline-block;
    font-weight: bold;
      min-width: 50px;
}
.swatch input { display:none;}
.swatch > label.tt-label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500; 
	vertical-align: middle;
	text-transform: uppercase;
	width: 85px;
	text-align: right;
}
.swatch .select-swap {display: inline-block;	vertical-align: middle;}
.swatch input {display: none;}
.swatch .swatch-element {display: inline-block;	margin-right: 8px;position: relative;vertical-align: bottom;}
.swatch .swatch-element label{
	display: block;
	margin: 0;
	background: #fff;
	padding:0px 10px;
	margin-bottom:10px;
	min-width:30px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border: 1px solid #081f4d;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;color:#081f4d;border-radius:5px;
}
.swatch .swatch-element.color.soldout label span {overflow: hidden;position: relative;}
.swatch .swatch-element.color.soldout label span:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(https://file.hstatic.net/200000639001/file/sold_out.png) no-repeat;
	background-size: contain;
}
//.swatch .swatch-element.soldout label{opacity:0.5}
.swatch .swatch-element.color label{
	width:30px;
	height:30px;
	padding:2px;
	border-radius: 50%;
	border: none;
}
.swatch .swatch-element.color span {
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #dfe0e1;
}
.swatch .swatch-element.color label.sd {background: transparent;border:1px solid #808284}
.swatch .swatch-element label.sd{
	border: 1px solid #081f4d;
	background: #081f4d;
	color: #fff;
}
.swatch .swatch-element.soldout:not(.color) label {overflow: hidden;}
.swatch .swatch-element.soldout:not(.color) label:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	height:50%;
	background: url(https://file.hstatic.net/200000639001/file/sold_out.png) no-repeat;
	background-size: contain;
}

label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }
@media (max-width:767px) {
	.swatch .swatch-element.color {margin:5px 8px 5px 0;}
}
.product-price span {
	font-weight:bold;
	color: #081f4d!important
}
#detail-product h1 {
font-size: 22px !important;
}
.action-phukien.acctionbutton button{
background-color: #081f4d!important
}
@media screen and (max-width: 767px){
  .content-product-list.products-resize .product-list-view.row.grid.products-grid.new-styles {
    margin: 0px !important;
    padding: 0px;
  }
  .content-product-list.products-resize .product-list-view.row.grid.products-grid.new-styles .ajax_block_product {
    padding: 0px 5px;
  }
  .toolbar-inner.clearfix {
      padding: 10px 10px;
      margin-bottom: 10px !important;
  }
  #wrapper-collection > .container .row .col-md-12.pagination-top.pw-default {
    width: 100%;
  }
  #wrapper-collection {
      padding: 30px 0px;
  }
  #wrapper-collection > .container .row {
      display: flex;
      flex-wrap: wrap;
  }
  #wrapper-collection > .container .row .col-lg-9.col-md-9.col-sm-12.col-xs-12.pull-right {
      order: 2;
  }
}





