@font-face {
    font-family: 'MyriadPro';
    src: url('/3rdparty/Fonts/MyriadPro.eot');
    src: url('/3rdparty/Fonts/MyriadPro.eot') format('embedded-opentype'),
         url('/3rdparty/Fonts/MyriadPro.ttf') format('truetype'),
         url('/3rdparty/Fonts/MyriadPro.svg#MyriadPro') format('svg');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/3rdparty/Fonts/fontawesome-webfont.eot');
    src: url('/3rdparty/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
         url('/3rdparty/Fonts/fontawesome-webfont.woff') format('woff'),
         url('/3rdparty/Fonts/fontawesome-webfont.ttf') format('truetype'),
         url('/3rdparty/Fonts/fontawesome-webfont.svg#UTMDaxlineBold') format('svg');
}
@font-face {
    font-family: 'UTMAvo';
    src: url('/3rdparty/Fonts/UTMAvo.eot');
    src: url('/3rdparty/Fonts/UTMAvo.eot') format('embedded-opentype'),
         url('/3rdparty/Fonts/utmavo.woff') format('woff'),
         url('/3rdparty/Fonts/UTMAvo.ttf') format('truetype'),
         url('/3rdparty/Fonts/utmavo.svg#UTMAvo') format('svg');
}
/*---------COMMON---------*/
* {
	margin: 0;
	padding: 0;
}

img{
	max-width:100%;	
}
li{
	list-style:none;	
}
a:hover{
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	margin:0;	
}

.breadcrumb > li + li::before {
	width: 20px;
	height: 20px;

	background: url("images/icon_caret_right_black.png") no-repeat center center;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.open-mobie-menu,.mobile-show{
	display:none;	
}
.open-mobie-menu div{
	height:100%;	
}
.open-mobie-menu i{
	padding: 10px;
	background: #ad2d27;
}
.open-mobie-menu i:before{
	color:#fff;
}

.pull-right button{
	display:none;	
}
.open-mobie-menu .register-mobile{
	display:none;	
}
.dl-menuwrapper{
	z-index:999999999;	
	background:#12395A;
	color:#fff;
}
.dl-menuwrapper .dl-menu{
	margin:0 !important;	
	background:#ad2d27;
}
#mobile-toggle i{
	height:100%;
	color: #fff;
	top:0px;	
}
#sidr-main fieldset{
	position:relative;
	max-width:300px;
	padding:10px 0;
	background:transparent;
}	
#sidr-main fieldset #searchsubmit{
	background: black url('images/icon-search.png') no-repeat center center;
	border-radius: 0 5px 5px 0;
	height: 43px;
	color: transparent;
	width: 14%;
	position: absolute;
	opacity: 0.5;
	border: none;
	right: 0;
}
#sidr-main fieldset input[type=text]{
	background: #f8f8f8;
	border: 1px solid #dbdbdb;
	padding: 11px;
	margin: 0;
	color: black;
	position: absolute;
	width: 86%;
	padding-bottom: 9px;
	font-size: 14px;
}

.background-9 {
	background: white;
}

/*========== Height equals width box ==========*/
.box-ratio {
    position: relative;
}

/* "inner" class is must be have, any content of box-ratio is inside of "inner" class */
.box-ratio > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-ratio::before {
    content: "";
    display: block;

    /* initial ratio of 1:1, change padding-top for other ratio, the percent value is percent of height equals width; */
    padding-top: 100%;
}

.btn-unf {
	width: 150px;
	height: 34px;

	background: url("images/btn_bg.png") no-repeat;
	background-size: 100%;
	border-radius: 0;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.container, .container-fluid
[class*="col-lg-"],
[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xs-"] {
	padding-right: 7px;
	padding-left: 7px;
}

.form-control {
	border: 2px solid #8a8a8a;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("images/arrow_down.png");
	background-position: 96% center;
	background-repeat: no-repeat;
}

.flex {
	display: flex;
}

.flex-flow-rw {
	flex-flow: row wrap;
}

.align-items-c {
	align-items: center;
}

.justify-content-sb {
	justify-content: space-between;
}

.hrztmarg:not(:last-child) {
	margin-right: 15px;
}

.icon-tag {
	width: 56px;
	height: 23px;

	background: url("images/tags.png") no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.mobile-show form{
	position: relative;
	width: 90%;
	margin: 0 auto;	
}

.row {
	margin-right: -7px !important;
	margin-left: -7px !important;
}

.sectstat {
	border: 1px solid black;
	color: black;
	display: inline-block;
	font-size: 14px;
	padding: 4px 12px;
}

.secttitl {
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
	position: relative;
}

.secttitl-1 {
	background: #212121;
}

.secttitl-1::after {
	border-color: #212121 transparent transparent;
}

.secttitl-2 {
	background: red;
}

.secttitl-2::after {
	border-color: red transparent transparent;
}

.secttitl::after {
	width: 10px;
	height: 10px;

	border-width: 10px 0 0 10px;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -10px;
}

.text-color-0 {
	color: black;
}

.text-color-1 {
	color: #323232;
}

.text-size-0 {
	font-size: 14px;
}

.unf-icon {
	width: 20px;
	height: 20px;

	display: inline-block;
	vertical-align: middle;
}

.unf-icon-angle-down {
	background: url("images/arrow_down.png") no-repeat center center;
}

.unf-icon-angle-right {
	background: url("images/arrow_right.png") no-repeat center center;
}

.unf-icon-home-black {
	background: url("images/icon_home_black.png") no-repeat center center;
}

.unf-icon-color-black {
	background: black;
}

.unf-icon-color-blue {
	background: blue;
}

.unf-icon-color-brown {
	background: brown;
}

.unf-icon-color-green {
	background: green;
}

.unf-icon-color-orange {
	background: orange;
}

.unf-icon-color-pink {
	background: pink;
}

.unf-icon-color-purple {
	background: purple;
}

.unf-icon-color-red {
	background: red;
}

.unf-icon-color-teal {
	background: teal;
}

.unf-icon-color-yellow {
	background: yellow;
}

.unf-icon-color-white {
	background: white;
}
.unf-icon-color-ghi {
	background: #C3C1C5;
}

.unf-icon-color-xanhmoi {
	background: #007BBA;
}

.unf-icon-color-xanhcom {
	background: #A4D336;
}


.unf-icon-cloth {
	background: url("images/cloth.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-dot {
	background: url("images/icon_dot.png") no-repeat center center;
}

.unf-icon-gift {
	background: url("images/gift.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-local {
	background: url("images/icon_local.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-pencil {
	background: url("images/pencil.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-printer {
	background: url("images/printer.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-usd {
	background: url("images/usd.png") no-repeat center center;
	background-size: contain;
}

.unf-icon-warranty {
	background: url("images/warranty.png") no-repeat center center;
	background-size: contain;
}

.vertmarg:not(:last-child) {
	margin-bottom: 10px;
}

.vertmarg-2:not(:last-child) {
	margin-bottom: 20px;
}

/*------------------Hero masonry----------------*/
.hero-masonry {
	/*border-radius: 10px;
	padding: 10px 1%;*/
	margin-bottom: 20px;
}
.hero-masonry:after {
  content: '';
  display: block;
  clear: both;
}
.hero-item,
.hero-masonry .grid-sizer {
  width: 46.9%; /* juse a lil under  47 */
  margin: 0 0% 10px;
  float: left;
  border-radius: 8px;
}
/* necessary for proper sizing with margins */
.hero-masonry .grid-sizer {
	position: absolute;
}
.hero-item.texty {
	background: #D8D6D2;
	padding: 10px;
}
.hero-item.has-title,
.hero-item.w2 {
	width: 96%;
}
.hero-item.has-example {
}
.hero-item.has-example a {
	font-size: 13px;
	font-weight: bold;
	background: #D26;
	color: white;
	display: block;
	border-radius: 10px 10px 8px 8px;
}
.hero-item.has-example a:hover {
	background: #A2C;
	color: white;
}
.hero-item.has-example img {
	display: block;
	max-width: 100%;
	border-radius: 8px 8px 0 0;
}
.hero-item.has-example .example-title {
	padding: 5px 10px;
	margin: 0;
}
/* enough width for 4 columns */
@media screen and ( min-width: 720px ) {
	
	.hero-item:nth-child(3){
		margin-right:0;	
	}
	.hero-item.has-title,
	.hero-item.w2 {
		width: 46.9%; /* just a lil under 47 */
	}
}
/* ---- desktop ---- */
@media screen and ( min-width: 960px ) {
  /* just a little under 71.5 */
	.hero-item.has-title {
		width: 71.4%;
	}
}
@media screen and ( max-width: 420px ) {
	.hero-item,
	.hero-masonry .grid-sizer {
		width: 100%;
	}
}
#page-content{
	background: #dbdbdb;
	position:relative;
}
/*---------END COMMON---------*/

/*---------BANNER ----------*/
.center-banner{
	height:71px;	
}
#page-banner{
	text-align:center;	
}
#mid-menu{
	position: absolute;
	margin-left: -73px;
	margin-top: -28px;
	z-index: 100;	
}
/*---------END BANNER----------*/
/*---------MENU ----------*/
.bg-menu{
	height:55px;
	background:url(images/bg_menu.jpg) repeat-x;	
}
.bg-menu ul{
	width:100%;	
}
.bg-menu .menu-desktop > ul > li{
	padding:0 22px;	
	float: left;
}
.bg-menu .menu-desktop > ul > li:last-child,.bg-menu .menu-desktop > ul > li:nth-child(4){
	padding-right:0;	
}
.bg-menu .menu-desktop > ul >li:first-child,.bg-menu .menu-desktop >ul >li:nth-child(5){
	padding-left:0;	
}
.bg-menu .menu-desktop  >ul >li > a{
	line-height:55px;
	color:#fff;
	font-size:13.5px;
	font-family:"MyriadPro";
	font-weight:bold;
	text-transform:uppercase;
}
.bg-menu .menu-desktop  >ul >li:hover > a{
	color: #CDEEAD;	
}
/*---MENU CAP 2---*/
.bg-menu .menu-desktop  >ul >li:hover > .dropdown-menu{
	top: 55px;	
}
.menu-desktop .dropdown-menu{
	top: 55px;
	width: auto;	
	border-top:2px solid #fff;
	background:#CF054F;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-radius:0;
}
.menu-desktop .dropdown-menu li{
	border-bottom:1px dotted #fff;
	padding:0;
}
.menu-desktop .dropdown-menu li:last-child{
	border:none;
}
.menu-desktop .dropdown-menu li a{
	color:#fff;
	font-size:13.5px;
	font-family:"MyriadPro";
	font-weight:bold;
	text-transform:uppercase;	
	line-height:30px;
}
.menu-desktop .dropdown-menu li:hover{
	background:#D1D1D1;	
}
.menu-desktop .dropdown-menu li:hover >a{
	color:#524B4B;	
}
/*---END MENU CAP 2---*/
/*---MENU CAP 3---*/
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul{
	left:0;	
}
.bg-menu .menu-desktop  >ul >li>ul>li:hover > ul{
	left:100%;	
}
.menu-desktop .dropdown-menu ul{
	width: 100%;	
	left:100%;
	border-top:2px solid #fff;
	background:#CF054F;
	border-left:2px solid #fff;
	border-right:none;
	z-index:200;
	top:0 !important;
}
.menu-desktop .dropdown-menu ul a{
	padding:3px 20px;	
}
/*---END MENU CAP 3---*/
/*------------------------MENU MOBILE----------------------------*/
.menu-icon i{
	padding: 10px;
	float:left;
	font-size: 28px;
	margin-left: 16px;
	color: #fff;
}
.mobile-menu{
	position:relative;	
}
.mobile-menu-content.active{
	display:block;	
	left:0;
}
.mobile-menu-content{
	position: absolute;
	top: 55px;
	text-align:left;
	padding: 5px 0px;
	z-index: 106;
	background: #CE476B;
	width:40% !important;
	border-top: 2px solid #F7F7F1;
	left:0;
	display:none;
}
.mobile-menu-content li{
	border-bottom: 1px solid #ccc;
	padding: 12px 10px;	
}
.mobile-menu-content li:last-child{
	border:none;	
}
.mobile-menu-content ul{
	display:none;
}
.mobile-menu-content a{
	color: #fff;
	font-size: 16px;	
	font-family: "MyriadPro";
}
.the-search-form{
	display: none;
	position: absolute;
	z-index: 300;
	width: 226px;
	background: #CE476B;
	top: 57px;
	right: 0;
	border: 2px solid #CE476B;
}
.text-search input[type='text']{
	margin:0;
	width: 100%;
	height: 30px;
	font-family: "MyriadPro";
	font-size:14px;
}
.mobile-show form{
	position: relative;
	text-align:center;
	margin: 0 auto;	
}
.btn-search-submit .btn-icon{
	background:url(images/icon-search.png) no-repeat center center;
	width: 30px;
	height: 30px;
	border: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.text-search{
	padding:10px 0;	
	width:90%;
	margin:0 auto;
	position:relative;
}
.search-icon i{
	color: #fff;
	font-size: 20px;
	padding: 16px;	
}
/*---------END MENU----------*/
/*---------SLIDESHOW ----------*/
#page-header{
	position:relative;	
}
#page-header:after{
	/*content:'';
	background:url(images/tamgiac3.png) repeat-x;	
	position:absolute;
	top:100%;
	width:100%;
	height:11px;
	z-index:9;*/
}
.pri-slide{
	background:url(images/bg-slide.png);
	padding-bottom:47px;	
	position:relative;
}
.pri-slide:before{
	content:'';
	width:393px;
	height:388px;
	display:block;
	position:absolute;
	top:74px;
	left:0;
	background:url(images/bg-slide-left.png) repeat;	
}
.pri-slide:after{
	content:'';
	width:393px;
	height:388px;
	display:block;
	position:absolute;
	top:74px;
	right:0;
	background:url(images/bg-slide-right.png) repeat;	
}
.right-tab-home{
   background:#fff;
   padding:10px;	
}
.phoneNumber{
	font-size:18px;
	color:#808080;	
	font-family: initial;
}
.searchBox li{
	vertical-align:middle;
	display:inline-block;	
}
.searchBox .wrapform{
	position:relative;	
	width:245px;
	height:23px;
}
.searchBox .wrapform input[type="text"]{
	width:100%;	
	border:1px solid;
	padding: 0px 30px 3px 10px;
	background:transparent;
}
.searchBox .wrapform input[type="submit"]{
	position:absolute;
	top:0;
	right:0;
	background:url(images/icon-search.png) no-repeat center center;
	border:none;
	height:100%;
	padding:0 15px;
}
.top-slide{
	padding:20px 0 10px;	
}
.top-slide > div{
	padding:0;	
}
.slide-img{
	border: 10px solid rgba(204, 204, 204, 0.52);
	border-radius: 26px;
	background:rgba(204, 204, 204, 0.52);	
	position:relative; 	
}
.slide-img img{
	width:100%;
	max-width:100%;
	border-radius:12px;	
	border: 7px solid rgba(204, 204, 204, 0.52) ;
}
.border-img{
	border: 8px solid #fff;
	border-radius: 12px;	
	background: #fff;
}
.bx-wrapper{
	position:relative;	
	text-align:center;
}
.bx-wrapper .bx-prev{
	position: absolute;
	top: 47%;
	left: -7px;
	background:url(images/btn-slide-prev.png) no-repeat center center;
	width:29px;
	height:29px;
	z-index:101;
}
.bx-wrapper .bx-next{
	position: absolute;
	top: 47%;
	right: -7px;
	background:url(images/btn-slide-next.png) no-repeat center center;
	width:29px;
	height:29px;
	z-index:101;
}
.bx-pager-item a{
	padding: 0px 4px;
	margin: 0 5px 0 0;
	color: transparent;
	border-radius: 11px;
	font-size: 12px;
	background: #fff;
	border: 2px solid #ccc;
}
.bx-pager-item a.active{
	background:#E43B50;	
}
.bx-pager-item{
	position: relative;
	z-index: 90;
	margin-top: -14px;	
	display: inline-block;
}
.social:hover img{
	opacity:0.5;
}
/*---------END SLIDESHOW----------*/
/*---------CATEGORY ----------*/
#hot-news{
	height:46px;
	background:#fff url(images/bg-right-tinhot.jpg) no-repeat right center;
}
#title-hot{
	background:url(images/bg-tinhot1.jpg) no-repeat left center;
	color: #fff;
	line-height: 46px;
	background-size: 100% 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size:20px;
	font-family: 'MyriadPro';
	padding-left: 28px;
	white-space: nowrap;
}
#hot-news ul li a{
	line-height:46px;	
}
#hot-news .title-news a{
	font-size:23px;	
	font-family: 'MyriadPro';
	color:#4D4D4D;
	white-space:nowrap;
	overflow:hidden;
}
#hot-news .title-news a:hover{
	color:#CA7575;	
}
#content-top{
	padding:48px 0 15px;
	background:#1A2B60;	
	position:relative;
	z-index:9;
}
#content-top:before{
	content:'';
	background:url(images/tamgiac.png) repeat-x;	
	position:absolute;
	bottom:100%;
	width:100%;
	height:11px;;
}
.category-top{
	background:	#1A2B60;	
	padding-bottom:48px;
	position:relative;
}
.category-top:after{
	content:'';
	background:url(images/tamgiac2.png) repeat-x;	
	position:absolute;
	top:100%;
	width:100%;
	height:11px;;
}
.category-row{
	padding:0;
}
.title-category{
	position:absolute;
	top:0;
	text-align:center;
	width:100%;
	padding: 20px 0 10px;
}
.title-category a{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;	
	font-family: 'UTMAvo';
}
.img-category{
	position:relative;	
}
#widget-three-columns-first-column,#widget-three-columns-second-column,#widget-three-column-third-column{
	float:left;	
}
.img-category img:hover{
	opacity:0.7;	
}
/*---------END CATEGORY----------*/
/*---------TO ONG ----------*/
.hex-container{
	width:800px !important;	
}
.center-frame{
	background:#1E2238;
	padding:40px 0;	
}
.frame-header{
	text-align:center;	
	margin-bottom:21px;
	background:transparent;
}
.frame-header b{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 23px;
	color: #fff;
	font-family: 'MyriadPro';
	background: url(images/bg-cate.png) no-repeat center center;
	text-shadow: 2px 1px 1px black;
	height:50px;
	line-height:44px;
	/*background-size: 100% 100%;*/
	width: 370px;
	margin: 0 auto;
	display:block;
}
.view-hex{
	font-size:35px;
	color:#fff !important;
	font-family: 'UTMAvo';
	text-transform:uppercase;
}
.view-hex span{
	font-size:27px;	
}
.hex-container .hex:hover{
	opacity:0.7;	
}
/*---------END TO ONG----------*/
/*---------PRODUCT ----------*/
.frame-ribbon{
	background:#fff;	
	position:relative;
	padding:47px 0;
}
.frame-ribbon:before{
	content:'';
	background:url(images/hinhtron.png) repeat-x;	
	position:absolute;
	top:0;
	width:100%;
	height:19px;;
}
.list-product-thumbnail .image-product{
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px 0px #ccc;
}
.list-product-thumbnail .image-product img{
	border: 1px solid #ccc;
	padding: 2px;
	max-width: 100%;	
}
.name-product-home{
	border:1px solid #CACACA;
	height:29px;	
	margin:12px 0;
}
.name-product-home .title a{
	font-size:14px;	
	line-height:29px;
	color:#4D4D4D;
	font-family:'MyriadPro';
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
}
.name-product-home .viewed >div{
  font-size: 13px;
  color: #4D4D4D;
  font-family: 'MyriadPro';
  line-height: 14px;
}
.default-pagination{	
	text-align:center;
}

.default-pagination span.current:not(.first):not(.prev) {
	background: white;
	border: 1px solid black;
	color: black;
}

.default-pagination span,.default-pagination a{
	background: white;
	border: 1px solid white;
	border-radius: 16px;
	font-size:16px;
	line-height: 1;
	margin:0 5px;
	padding:2px 6px;
	color:black;
	font-family:'MyriadPro';
}

.list-clother .list-product-thumbnail{
	position:relative;	
}
.list-product-thumbnail li{
	padding:0 8px;	
}
.list-clother .list-product-thumbnail li:hover{
	background:rgba(250, 208, 208, 0.36);	
}
.pagination-clother .next{
	position:absolute;	
	top:37%;
	right:-5px;
	width:42px;
	height:42px;
	background:url(images/btn-next.png) no-repeat center center;
	z-index:10;
	content:'';
}
.pagination-clother .prev{
	position:absolute;	
	top:37%;
	left:-5px;
	width:42px;
	height:42px;
	background:url(images/btn-prev.png) no-repeat center center;
	content:'';
	z-index:10;
}
.pagination-clother *{
	display:none;	
}
.pagination-clother .next,.pagination-clother .prev{
	display:block;	
}
/*---------END PRODUCT----------*/
/*---------NEWS ----------*/
.simple-frame{
	background:#F0F0F0;	
	padding:20px 0 93px;
}
.list-category-news{
	text-align:center;	
}
.list-category-product{
	margin: -15px 0 45px;
}
.list-category-product li a{
	color:#fff;
	font-size:14px;
	font-family:'MyriadPro';
	text-transform:uppercase;
	font-weight:bold;	
}
.list-category-news li,.list-category-product li{
	display:inline-block;	
	padding: 0 12px;
	position:relative;
}
.list-category-news li a{
	color:#666666;
	font-size:17px;
	font-family:'MyriadPro';
	text-transform:uppercase;
	font-weight:bold;	
}
.list-category-news li a:hover{
	color:#C25757;	
}
.list-category-news li:after,.list-category-product li:after{
	position:absolute;
	width:2px;
	height:100%;
	background:#666666;
	top:0;
	content:'';
	right:0;
}
.list-category-news li:last-child:after,.list-category-product li:last-child:after{
	width:0;	
}
.list-news-company{
	margin-top:10px;	
}
.list-news-company .images-news img{
	max-width:100%;	
	height:310px;
}
.list-news-company .content-title{
	background:#fff;
	padding:23px;
	vertical-align:middle;
	height:113px;	
	position: relative;
	z-index: 300;
}
.list-news-company .btn-detail{
	text-align: right;
	margin-top: 5px;	
}
.list-news-company .brief-news{
	text-align:justify;
	font-size:13px;	
	font-family:'MyriadPro';
	color:#4D4D4D;
	padding-top:14px;
}
.list-news-company .news-title a{
	font-size:15px;
	text-transform:uppercase;	
	font-family:'MyriadPro';
	color:#4D4D4D;
	font-weight:bold;
}
.list-news-company .news-title a:hover{
	color: #E57C7C;	
}
/*---------END NEWS----------*/
/*---------BO SUU TAP ----------*/
.small-box{
	background:#5ED1DE;	
	position:relative;
	padding:20px 0;
}
.small-box:before{
	position:absolute;
	bottom:100%;
	width:100%;
	background-size:100% 100%;
	height:143px;
	background:url(images/cloud.png) repeat-x center center;
	content:'';	
}
.small-box .widgest-album-list{
	background:url(images/bg-collection.png) no-repeat center center;	
	height:632px;
	background-size:100% 100%;
	position:relative;
	text-align:center;
}
.small-box .list-album{
	position:absolute;
	bottom:19%;
	left:9%;	
	width:64%;
}
.small-box .list-album img{
	border-radius:10px;
	max-width:100%;
	width:95%;
}
.small-box .list-album li:hover img{
	opacity:0.8;	
}
.small-box .list-album li:hover .content-item a{
	color:#352F2F;	
}
.small-box .list-album .owl-prev h4{
	position:absolute;
	top:40%;
	left:-55px;
	content:'';
	width:45px;
	height:45px;
	background:url(images/btn-prev2.png) no-repeat center center;
}
.small-box .list-album .owl-next h4{
	position:absolute;
	top:40%;
	right:-55px;
	content:'';
	width:45px;
	height:45px;
	background:url(images/btn-next2.png) no-repeat center center;
}
.small-box .content-item{
	padding-top:17px;	
	text-align:center;
}
.small-box .content-item a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	font-family:"MyriadPro";	
}
/*---------END BO SUU TAP----------*/
/*---------ANH KHACH HANG ----------*/
.frame-rounded-top{
	background:#F0F0F0;	
	padding:20px 0 81px;
	position:relative;
}
.frame-rounded-top:after{
	position: absolute;
	height: 46px;
	width: 100%;
	background-size: 100% 100%;
	content: '';
	top: 100%;
	background: url(images/bottom-border.jpg) repeat-x center center;
	z-index: 10;
}
.frame-rounded-top .widgest-album-list{
	text-align:center;	
	position:relative;
	padding:0 50px;
}
.frame-rounded-top .widgest-album-list .owl-next h4{
	position:absolute;
	bottom:44%;
	width:42px;
	right:-50px;
	height:42px;
	background:url(images/btn-next1.png) no-repeat center center;
	content:'';	
}
.frame-rounded-top .widgest-album-list .owl-prev h4{
	position:absolute;
	bottom:44%;
	width:42px;
	height:42px;
	left:-50px;
	background:url(images/btn-prev1.png) no-repeat center center;
	content:'';	
}
.background-album{
	max-width:100%;
	height:auto;	
}
.list-album-customer a img{
	border-radius:100px;
	border:3px solid #fff;	
}
.list-album-customer{
	margin-top:-100px;	
}
.album-title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 13px 0;
	font-size: 15px;	
}
/*---------END ANH KHACH HANG----------*/
/*---------FOOTER ----------*/

.footer .col-md-2{
	width: 18.666667%;	
}
.footer .col-md-10{
	width: 81.333333%;	
}
.footer-address,.footer-address2{
	text-align:center;
}
.footer-address2.col-md-4{
	width:36%;	
}

.footer-line {
	height: 47px;

	background: url("images/footer_line.png");
}

.footer-main{
	position:relative;	
	background:#1E2238;
	padding:89px 0 15px;
}

.menu-footer.col-md-4{
	width:30%;	
}
.footer-address2 img:hover{
	box-shadow: 0px 0px 3px 0px #fff;
}
.footer img{
	max-width:100%;	
}
.footer{
	font-family:"MyriadPro";
}
.footer .footer-info{
	text-transform:uppercase;
	font-size:15px;
	font-family:'UTMAvo' !important;
	color:#fff;
}
.footer span.title-footer{
	text-transform:uppercase;
	color:#3CB7D4;
	font-size:26px;	
	font-family: 'UTMAvo';
	font-weight:bold;
	margin-top:5px;
	display:block;
}
.menu-footer a{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;	
	font-family:"MyriadPro";
}
.menu-footer a:hover{
	color:#BA8484;	
}
.menu-footer li{
	padding-left:15px;
	background:url(images/list-style.png) no-repeat left 6px;	
	line-height:25px;
}
.footer-bottom{
	background:black;
	line-height:39px;	
	height:35px;
	overflow:hidden;
}
.footer-address,.like-facebook{
	padding:0;	
}
.like-facebook > div{
	background:#fff;	
}
.footer-address2 .row >div{
	padding:0 4px;	
}
.content-address{
	margin-top:10px;	
}
.content-address1{
	margin-top:25px;	
}
.footer-bottom a:hover{
	color:#816363;	
}
/*---------END FOOTER----------*/
/*--------PATHWAY---------*/
.pathway-category{
	margin-bottom: 10px;
}
.pathway-category ol{
	margin:0;	
	padding-left:0;
}
.pathway-category .breadcrumb{
	background:transparent;	
}
.pathway-category .breadcrumb a{
	font-family: "MyriadPro";
	font-weight: bold;
	font-size: 19px;
	line-height: normal !important;
	padding: 0 !important;
	vertical-align: middle;
}
/*--------------------------RESET DEFAULT------------------*/
.content-detail *{
	width:auto !important;
	background:none !important;
	overflow: hidden;
	background-color:transparent !important;	
}
.brief-news *{
	background:none !important;
}	
.images-news{
	position:relative;	
}
/*----------------------------------PAGE COMMON-----------------------------------*/
#first-column,#second-column{
	margin:50px 0;	
}

#first-column #menu>ul{
	background: #FFFFFF;
	padding:5px 10px;
}
#first-column ul li{
	display: block;
	width: 100%;
}

#first-column ul li:last-child{
	box-shadow:none;	
}
#first-column ul li a{
	font-family:"MyriadPro";
	font-size: 14px !important;
	line-height:normal !important;
}

#first-column #menu>ul ul{
	position: relative;
	top: 0px;
	background: rgb(255, 255, 255);	
	box-shadow:none;
	border:none;
	transition:1s all;
}

.category-horizontal1,
.category-horizontal2,
.category-horizontal3{
	margin-bottom:15px;	
}
.category-horizontal1 .titleCategory,.category-horizontal2 .titleCategory,.category-horizontal3 .titleCategory{
    text-align: center;
    line-height: 99px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
    font-family: "MyriadPro";
	background-size:100% 100%;
}
.category-horizontal1 .titleCategory{
	height: 100px;

	background:	url(images/bg_top_maudongphuc.png) no-repeat left top;
	background-size: 100%;
}
.category-horizontal2 .titleCategory{
	height: 148px;

	background:	url(images/bg_top_thongtinhuuich.png) no-repeat left top;
	background-size: 100%;
}
.category-horizontal3 .titleCategory{
	height: 142px;

	background:	url(images/bg_top_daily.png) no-repeat left top;
	background-size: 100%;
}
.category-horizontal1 #menu,.category-horizontal2 #menu,.category-horizontal3 #menu{
	position:relative;	
}
.category-horizontal1 #menu:after,.category-horizontal2 #menu:after,.category-horizontal3 #menu:after{
	display: block;
    content: '';
    height: 36px;
    width: 100%;
    position: absolute;
    background: #fff;
    top: 100%;
    left: 0;
}
.category-horizontal1 #menu:after{
    background-image: url(images/bg_bottom_maudongphuc.png);
}
.category-horizontal2 #menu:after{
    background-image: url(images/bg_bottom_thongtinhuuich.png);
}
.category-horizontal3 #menu:after{
    background-image: url(images/bg_bottom_daily.png);
}

.horizontal-menu {
	background: white;
}

.horizontal-menu .sf-menu {
	width: 100%;
}

.horizontal-menu .sf-menu > li:not(:last-child) {
	border-bottom: 1px dashed #ddd;
}

.horizontal-menu .sf-menu > li > a {
	padding: 10px 0;
}
/*-------------------CHI TIET TIN TUC-----------------------*/
.related-news{
	padding-top: 5px;
}
.related-news-list{
	padding:5px 0;	
}
.title-related-product{
	padding: 3px 0;
	border-bottom: 1px solid rgba(70, 71, 84, 0.74);	
}
.title-related-product b{
	padding: 5px;
	background: rgba(70, 71, 84, 0.74);
	color: #FFFFFF;	
}

.brief-news{
	margin-top: 5px;	
}
.related-news-list a{
	font-family: "MyriadPro";
	color: #796262 !important;
	font-weight: bold;
	font-size: 14px !important;
}
.related-news-list a:hover{
	color: #B487F2 !important;	
}
/*----------------------CHI TIET SAN PHAM----------------------*/
.filter-display {
	font-size: 16px;
}

.filter-display .color-filter {
	padding-top: 5px;
}

.filter-display > p {
	margin: 5px 0;
}

.product-big-image{
	border: 2px solid #fff; 
 	box-shadow: 1px 1px 3px 0px #ccc; 	
}
.product-big-image img.root-img,.product-big-image a{
	max-width:100%;	
}
.product-right-info .name-product-detail h1{
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'MyriadPro';
	color: #4D4D4D;
	font-weight: bold;	
}
.title-technical{
	padding: 3px 0;
	border-bottom: 1px solid rgba(70, 71, 84, 0.74);
}
.title-technical b{
	padding: 5px;
	background: rgba(70, 71, 84, 0.74);
	color: #FFFFFF;
}
.technical-info{
	margin:15px 0;	
}
.price-chip,.productColor,.productSize{
	font-weight: bold;
	font-family: 'MyriadPro';
	margin: 5px 0;
}
.price-chip .number-price,.colorName,.sizeName{
	color: #EE7272;	
}
.vote{
	margin:10px 0;	
}
.vote .vote-name a{
	float:left;
	background:url(images/bg-vote.png) no-repeat left top;
	width:68px;
	height:20px;
	text-indent:-9999px;
}
.vote .number-vote{
	background:url(images/number-vote.png) no-repeat left top;
	width:68px;
	vertical-align:top;
	height:20px;
	text-align:center;
}
.vote .number-vote span{
	color:#666699;
	font-weight:bold;
	padding-left:10px;
	line-height:20px;
}
.product-description{
	padding:5px;	
}
.vote > div{
	float:left;	
}
.brief-product{
	margin:5px 0;	
}
.images-related img{
	box-shadow: 1px 1px 1px 1px #ccc;
	margin:0 2px;	
}
.images-related img:hover{
	box-shadow: 1px 1px 1px 1px #181A35;
}
.list-product-related li{
	padding-right:8px;	
}
.list-product-related li .name-product{
	margin-top:5px;	
}
.list-product-related li .name-product a{
	font-family: "MyriadPro";
	color: #796262 !important;
	text-align: center;
	font-weight: bold;	
}
.list-product-related li:hover .name-product a{
	color:#FB8D8D !important;	
}
.list-product-related li img{
	max-width: 100%;
	box-shadow: 2px 2px 3px -1px #CCD;
	border: 1px solid #ccc;	
}
.list-product-related li:hover img{
	box-shadow: 2px 2px 3px -1px #181A35;
	border: 1px solid #181A35;	
}

.unf-product-detail .detail-top,
.unf-product-detail .product-description {
	padding: 15px;
}

.unf-product-detail .detail-top .param-block-1 {
	/*padding: 0 60px;*/
}

.unf-product-detail .detail-top .product-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.unf-product-detail .feedback-form,
.unf-product-detail .related-product {
	padding: 15px 0;
}

.unf-product-detail .feedback-form .feedback-submit-wrapper {
	border-bottom: 1px solid #8A8A8A;
}

.unf-product-detail .feedback-form .feedback-submit-wrapper .feedback-submit-inner {
	display: inline-block;
	margin-bottom: -1px;
	padding-left: 15px;
}



/*---------------------LIST SAN PHAM-----------------------*/
.list-product-tiles .info-right-product {
	height: 50px;
	padding: 5px 5px 10px;
	overflow: hidden;
}

.list-product-tiles .top-info {
	background: white;
	box-shadow: 2px 2px 2px 2px #888888;
	padding: 5px 5px 0;
}

.list-product-tiles .top-info > .product-statistic {
	font-size: 10px;
	padding: 3px 0;
}

.list-product-tiles li img{
	border: 1px solid #ccc;
	padding: 2px;
	max-width: 100%;
	border-radius: 2px;	
}

/*---------------------NEWS LIST-----------------------*/
.title-category{
	text-align:center;	
}
#news-list{
	padding:0;	
}

#news-list >li:last-child{
	margin-bottom:0;	
}

#news-list .news-title a:hover{
	color: #89935A !important;	
}
.news-info ul{
	padding:0;	
}
.news-info ul li{
	float:left;
	margin-right:7px;	
}
#news-list .news-header{
	margin-bottom:20px;	
	padding-left:0;
}

#news-list .images-news img{
	max-width:100%;	
}

#news-list .content-title .brief-news{
	margin-bottom:28px;	
}
#news-list .content-title .btn-detail a{
	text-decoration:underline;	
}

.unf-news-list > li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	padding-top:0;
	margin-bottom:20px;
}

.unf-news-list-wrapper {
}
/*==============================================CONTACT=================================================*/
.pri-map div:first-child strong,.pri-map div:first-child input,.pri-map div:first-child a{
	display:none;	
}
.bound-form-contact{
	padding: 10px 15px;	
	margin-top: 10px;
}
.address-contact tr td label{
	font-family: "MyriadPro";
	color: #796262 !important;
}
.bound-form-contact table{
	width:100%;	
}
.bound-form-contact table tr td{
	display:inline-block;
	margin-bottom:15px;	
}
.bound-form-contact table tr td .input-register input[type=text]{
	border: 1px solid #979797;
	border-radius: 3px;
	padding:4px;
	width: 100%;	
}
.bound-form-contact table tr td .input-register textarea{
	border: 1px solid #979797;
	border-radius: 3px;
	padding:4px;
	width: 100%;	
}
.bound-form-contact table tr td .input-register input[type=submit],.bound-form-contact table tr td .input-register input[type=reset]{
	padding: 4px 20px 4px 20px;
	background: #f64f4f;
	color: #fff;
	border:none;
}	
.address-contact label{
	width:100%;
}
/*==============================================END CONTACT=================================================*/
.padding0{
	padding:0;	
}
.hero-masonry{
	background:transparent;
	border-radius: 0px;
	padding: 0;
	margin-bottom: 0px;	
}
.list-clother .default-pagination span.current:not(.prev):not(.next){
	color: #333;
	background-color:transparent;
    font-size: 13px !important;
    border-radius: 50%;
    border: 1px solid;
    padding: 4px 8px;	
}
.list-clother .prev{
	text-indent:-9999px;
	display:inline-block;
	background:url(images/icon-prev.png) no-repeat center center !important;
	vertical-align:middle;
	background-size:7px !important;
	margin:0 5px;		
}
.list-clother .next{
	text-indent:-9999px;
	display:inline-block;
	background:url(images/icon-next.png) no-repeat center center !important;
	vertical-align:middle;
	background-size:7px !important;	
	margin:0 5px;
}
.list-clother .first {
	display:none !important;
}

.onlineSupport{
	position:fixed;
	right:0;
	top:32%;
	z-index:1000;
}
.onlineSupport img{
	width:84px;
	height:177px;	
}
.onlineSupport > div{
	text-align:right;	
}
#supportDetail,#supportContact{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    border-radius: 5px;
}
#supportDetail{
	width:295px;
}
#supportContact{
	width:370px;
	border:1px solid #e03e52;
}
#supportDetail .title-phone,#supportContact .title-phone{
	background: #e03e52;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
	border-radius: 5px 0px 0 0;
    text-align: center;
    font-family: 'MyriadPro';
    font-weight: bold;
    font-size: 17px;
	position:relative;
}
#supportContact form{
	text-align: left;
    color: #e03e52;	
	padding: 25px 20px 10px 25px;
}
#supportContact input[type="submit"]{
	height: 42px;
    width: 145px;
    background-color: #e03e52;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    border: 0;	
	font-family: 'MyriadPro';
}
#supportContact .input-register{
	text-align:center;	
	margin:0 0 10px;
}
#supportContact{
	vertical-align:top;	
}
#supportContact input{
	height:41px;
	line-height:41px;
	margin:0;	
}
#supportContact input,#supportContact textarea{
	border: 1px solid #e03e52;
    border-radius: 3px;
	width:100%;
	color: #e03e52;	
}
#supportContact textarea{
	height:190px;
}
#supportContact label{
	font-size: 15px;
    line-height: 41px;	
}
#supportDetail .title-phone #close-form,#supportContact .title-phone #close-form-sendRequest{
	position: absolute;
    right: 10px;
    top: 8px;
}
#supportDetail .support-content{
	padding: 25px 20px 10px 25px;
    font-family: MyriadPro;
    text-align: center;
}
.support-content{
	padding:15px 20px;	
	font-family: 'MyriadPro';
	text-align:center;
	font-size:11px;
}
.support-content > div{
	border-bottom: 2px dashed #ccc;
    padding: 15px 0;
	font-weight: bold;		
}
.support-content > div:last-child{
	border:none;	
}
.support-content > div:first-child{
	font-size: 18px;
    font-weight: bold;	
}
.hotline-support{
	color: #e03e52;
    display: block;
    font-weight: bold;
    font-size: 29px;
    font-family: MyriadPro;	
}
.supportName{
	font-weight: bold;
    font-size: 14px;
    font-family: UTMAvo;
}
.supportPhone{
	color: #333333;
    font-weight: bold;
    font-size: 14px;
}
.supportNick{
	margin:7px 0;	
}
.supportNick a{
	margin: 0 7px;
	vertical-align:middle;	
}
.supportPhone img{
	vertical-align:middle;
	margin-right: 3px;
}	
.support-content .one-support{
	padding:5px 0px 10px;	
}
#page-header .horizontal-menu .sf-menu>li>a{
	padding:0;
}	
.name-product-home .title{
	width:81%;	
}
.name-product-home .viewed{
	width:19%;	
}
.dropdown-header{
	font-size:14px;
	font-weight:bold;	
}
/*chi tiet gallery*/
.gallery-image
{
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
}
.detail-gallery
{			
	padding:10px;
	/*border-right:solid 1px #999;*/
}
.gallery-image .menu-gallery
{	
	line-height:25px;	
	width:100%;
	height:25px;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:10px;
	border-bottom: 1px solid #705937;
}
.gallery-image .menu-gallery a
{
	display:block;
	color:#705937 !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	float:left;
	margin-left:20px;
}
.highslide-credits
{
	display:none  !important;
}
.highslide-thumbstrip-inner a img
{
	border:solid 1px #fff;
	padding:2px;
	width:244px !important;
	height:168px;
}
.highslide-gallery .all-images a
{
	color:#000;	
}
.highslide-gallery .all-images a:hover
{
	text-decoration:underline;
}

.highslide-gallery .all-images div.one-item-list
{
	float:left;
	width:115px;
	margin-bottom:5px;
	overflow:hidden;
	text-align:center;
}
.highslide-gallery .all-images div.one-item-list.pager{
	margin:0 !important;
}
.highslide-gallery .all-images div.one-item-list div{
	width:111px;
	margin:auto;
	border:1px solid #ccc;
}
.highslide-gallery .all-images div.one-item img
{
	border:solid 1px #fff;
}
.highslide-gallery .all-images div.one-item .name-image
{
	height:32px;
	overflow:hidden;
	width:100px;
	margin:0 auto;
	margin-top:5px;
		
}
.big-images
{	
	width:700px;
	margin:0 auto;
}
.sudo-slider
{
	width:700px;
	margin:10px auto;	
	overflow:hidden;	
}
.slide-jcarousel
{
	position:relative;
}
.sudo-slider  li
{ 	
	width:700px;	
	position:relative;	
}
@media (min-width: 992px){
	
	.phienban-mobile{
		display:none;
	}
}
@media (max-width: 992px){
	.phienban-desktop{
		display:none;
	}
}