	@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#FontAwesome') format('svg');
}

/*============ Forgot password =============*/
.page-login{
	padding: 60px 10px;
}
.text-title{
	font-size:30px;
	font-weight:300;
	margin-top: 20px;
	margin-bottom: 10px;
}
.bg-white {
	background-color: #fff;
}
.containerForm{
	margin:auto;
	border: 1px solid #e1e1e1;
}
.text-left{text-align:left}
.table.no-border>thead>tr>th, .table.no-border>tbody>tr>th, .table.no-border>tfoot>tr>th, .table.no-border>thead>tr>td, .table.no-border>tbody>tr>td, .table.no-border>tfoot>tr>td,.table>tfoot.no-border>tr>td,.table>thead.no-border>tr>td,.table>tbody.no-border>tr>td{border:0}
.table.table-p5>tbody>tr>td, .table.table-p5>tbody>tr>th, .table.table-p5>tfoot>tr>td, .table.table-p5>tfoot>tr>th, .table.table-p5>thead>tr>td, .table.table-p5>thead>tr>th {
 padding:5px;
}
.table>tbody.table-p5>tr>td, .table>tbody.table-p5>tr>th, .table>tfoot.table-p5>tr>td, .table>tfoot.table-p5>tr>th, .table>thead.table-p5>tr>td, .table>thead.table-p5>tr>th {
 padding:5px;
}
.table>tbody.table-p2>tr>td, .table>tbody.table-p2>tr>th, .table>tfoot.table-p2>tr>td, .table>tfoot.table-p2>tr>th, .table>thead.table-p2>tr>td, .table>thead.table-p2>tr>th {
 padding:2px;
}
.text-bold {font-weight:bold;}
.text-center{text-align:center;}
.font-14{
	font-size:14px !important;
}
.font-16{
	font-size:16px !important;
}
.font-18{
	font-size:18px !important;
}
.font-20{
	font-size:20px !important;
}
.font-24{
	font-size:24px !important;
}
.font-28{
	font-size:28px !important;
}
.font-30{
	font-size:30px !important;
}
.font-35{
	font-size:35px !important;
}
.w-420{width:420px;}
.w-290{width:290px;}
.fw-b{font-weight:bold;}
.fw-n{font-weight:normal;}
.p-0{padding:0!important;}
.p-5{padding:5px!important;}
.p-10{padding:10px!important;}
.p-20{padding:20px!important;}
.p-15{padding:15px!important;}
.pt-0{padding-top:0!important;}
.pb-0{padding-bottom:0!important;}
.pl-0{padding-left:0!important;}
.pr-0{padding-right:0!important;}
.pt-5{padding-top:5px!important;}
.pt-10{padding-top:10px!important;}
.pt-15{padding-top:15px!important;}
.pt-20{padding-top:20px!important;}
.pb-5{padding-bottom:5px!important;}
.pb-10{padding-bottom:10px!important;}
.pb-15{padding-bottom:15px!important;}
.pb-20{padding-bottom:20px!important;}
.pl-5{padding-left:5px!important;}
.pl-10{padding-left:10px!important;}
.pl-15{padding-left:15px!important;}
.pl-20{padding-left:20px!important;}
.pr-5{padding-right:5px!important;}
.pr-10{padding-right:10px!important;}
.pr-15{padding-right:15px!important;}
.pr-20{padding-right:20px!important;}
.m-0{margin:0!important;}
.mt-0{margin-top:0!important;}
.mb-0{margin-bottom:0!important;}
.ml-0{margin-left:0!important;}
.mr-0{margin-right:0!important;}
.mt-5{margin-top:5px!important;}
.mt-10{margin-top:10px!important;}
.mt-15{margin-top:15px!important;}
.mt-20{margin-top:20px!important;}
.mb-5{margin-bottom:5px!important;}
.mb-10{margin-bottom:10px!important;}
.mb-15{margin-bottom:15px!important;}
.mb-20{margin-bottom:20px!important;}
.ml-5{margin-left:5px!important;}
.ml-10{margin-left:10px!important;}
.ml-15{margin-left:15px!important;}
.ml-20{margin-left:20px!important;}
.mr-5{margin-right:5px!important;}
.mr-10{margin-right:10px!important;}
.mr-15{margin-right:15px!important;}
.mr-20{margin-right:20px!important;}
.m-40{margin:40px!important;}
.mt-40{margin-top:40px!important;}
.mb-40{margin-bottom:40px!important;}
.b-3x{border-width: 3px!important;}
.align-r{text-align:right !important;}
.align-l{text-align:left !important;}
.align-c{text-align:center !important;}
.text-uppercase{text-transform:uppercase;}
.btn-back{
	float:right;
	background-color:#16a085;
	color:#fff;
	border-color: #138a72;
	opacity: .85;
}
.btn-back:hover{
	opacity:1;
	color:#fff;
}
.btn-layout .btn-submit{
	background-color: #e05d6f;
	border-color: #dc485c;
	color: #fff;
}
.btn-layout .btn-submit:hover {
	background-color: #dc485c;
	border-color: #d9364d;
}
.page-login *[placeholder]{
	font-style:italic;
	font-size:11px;
}
.form-control.underline-input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	-webkit-appearance: none!important;
	vertical-align: middle;
	padding-left: 0;
	border-color: #dbe0e2;
	box-shadow:none;
}
.form-control.underline-input:focus:hover{
	border: 0;
	border-bottom: 1px solid #22beef;
}
.btn.btn-greensea {
	background-color: #16a085;
	color: #fff;
	border-color: #138a72;
	opacity: .65;
}
.btn.btn-greensea:hover{
	opacity:1;
}
.br-2 {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn.btn-rounded-20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.bg-slategray.lt{background-color: #495a72;}
.wrap-reset{margin: -15px;padding: 15px;}
.bg-slategray a{
	color: #fff;
	opacity:0.7;
	font-size:14px;
}
.list-inline>li{display:inline-block;height:28px;}
.containerForm .btn-sm{padding: 5px 10px;font-size: 12px;line-height: 1.5;display: block;height: 28px;}
.containerForm .btn-sm .fa{padding-top: 3px;}
.bg-slategray a:hover{opacity:1;}
.btn.btn-lightred{background-color: #e05d6f;color: #fff;border-color: #dc485c;}
.btn.btn-lightred:hover{background-color: #dc485c;border-color: #d9364d;color: #fff;}

/*====Mã coupon====*/
.coupon .label-td{
	font-size:16px;
	color:#373737;
}
.coupon-form .form-button-action .btn-submit-form{
	padding:5px 8px;
	background:#008a84;
	border:1px solid #008a84;
	color:#fff;
	font-size:16px;
}
.coupon-form .form-button-action .btn-submit-form i{
	margin-right:5px;
}
.coupon-form .form-button-action .btn-submit-form:hover{
	background:#d47e2b;
	border:1px solid #d47e2b;
}
.coupon-form {
	padding:15px;
}
.coupon-form .input_full{width:100%;}
.coupon-form .input_50{width:49%;}
.coupon-form .input_40{width:43%;margin:0 2px;}
.coupon-form select{height:32px !important;}
.coupon-form #discount{margin-right:7px;}
.coupon-form .span_order{font-size:16px;}
/*====Chương trình khuyến mại====*/
.couponProgram .couponType.active .couponType-bottom{display:block !important;}
.couponProgram .couponType.active .couponType-top{display:none !important;}
.couponProgram .couponType input[type="radio"]{
	float:left;
	margin-right:10px;
	margin-top:3px;
}
.kmtdh,.kmtsp,.dhkm{line-height:33px;}
.couponProgram .label-td,.sendSuppost .label-td{
	font-size:16px;
	color:#373737;
	line-height: 30px;
}
.couponProgram h1{margin-top:0;}
.sendSuppost input[type="text"],.sendSuppost textarea{width:100%;}
.table-trial>tbody>tr.normal>td{background-color:#0CA119;color:#fff;}
.table-trial>tbody>tr.normal>td>a{color:#fff;}
.table-trial>tbody>tr.warning>td{background-color:#D37D2A;color:#fff;}
.table-trial>tbody>tr.warning>td>a{color:#fff;}
.table-trial>tbody>tr>td.warning:hover, .table-trial>tbody>tr>th.warning:hover, .table-trial>tbody>tr.warning:hover>td, .table-trial>tbody>tr.warning:hover>th{background-color:#D37D2A;}
.btn.btn-lightred{background-color: #2D181B;}
.table-trial>tbody>tr.expire>td{background-color:#ED1414;color:#fff;}
.table-trial>tbody>tr.expire>td{color:#fff;}
/*============= Sidebar Manager Fixed =-============*/
#tool-manager{
	min-height: 200px;;
	top: 65px;
	left: 10px;
	position: fixed;
	z-index:1000;
	min-height: 300px;
	width: 57px;
	color:#555;
}
.TabButtonSkin{
	background-image: url(images/sidebarManager/main-tabs-states-final-reorder-exp.png);
	background-repeat: no-repeat;
}
.TabButtonSkin {
	position: relative;
	width: 60px;
	height: 55px;
	margin-bottom: 5px;
	cursor: pointer;
}
.TabButtonSkin .tbIcon{
	position: relative;
	width: 60px;
	height: 55px;
	display:table-cell;
	margin-bottom: 5px;
	cursor: pointer;
}
.TabButtonSkin .tbLabel{display:none;}
.wysiwyg_editor_skins_TopTabsSkin:hover{width: 148px;}
.TabButtonSkin.ButtonHover .tbLabel,
.TabButtonSkin:hover .tbLabel {
	line-height: 1.2;
	height: 50px;
	padding-right: 5px;
	white-space: nowrap;
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	color:#555;
}
.TabButtonSkin#tbPages{background-position: -9px -9px;}
.TabButtonSkin#tbDesign{background-position: -9px -65px;}
.TabButtonSkin#tbAdd{background-position: -9px -120px;}
.TabButtonSkin#tbQuickAdd{background-position: -9px -175px;}
.TabButtonSkin#tbSettings{background-position: -9px -230px;}
.TabButtonSkin.ButtonHover {
	width: 157px;
	background-image: url(images/sidebarManager/main-tabs-states-hover-final-reorder-exp.png);
}
#tbPages.TabButtonSkin.ButtonHover{background-position: -3px -4px}
#tbDesign.TabButtonSkin.ButtonHover{background-position: -3px -60px;}
#tbAdd.TabButtonSkin.ButtonHover{background-position: -3px -115px;}
#tbSettings.TabButtonSkin.ButtonHover{background-position: -3px -225px;}
.SidePanelSkin {
	position: fixed;
	z-index:90;
	top: 65px;
	left: 43px;
	margin-left: 30px;
	width: 250px;
	min-height: 223px;
	background-color: rgb(253, 253, 253);
	box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
	border-radius: 0px 16px 16px 0px;
}
.SidePanelSkin:before{
	left: -10px;
	position: absolute;
	width: 10px;
	content: '';
	height: 100%;
	background-color: rgb(238, 238, 238);
	border-radius: 5px 0px 0px 5px;
}
.ButtonActive .SidePanelSkin::before {
	background-color: rgb(135, 200, 0);
	border-top-left-radius: 0px;
}
.ButtonActive.ButtonHover .tbLabel,.ButtonActive .tbLabel{display:none}
#tbPages.ButtonActive.ButtonHover,#tbPages.ButtonActive{
	background-image: url(images/sidebarManager/main-tabs-states-final-reorder-exp.png);
	background-position: -67px -10px;
	width:auto;
}
#tbDesign.ButtonActive.ButtonHover,#tbDesign.ButtonActive{
	background-position: -130px -60px;
	background-image: url(images/sidebarManager/main-tabs-states-final-reorder-exp.png);
	width:auto;
}
#tbDesign.ButtonActive .SidePanelSkin::before{background-color: rgb(253, 184, 19);}
#tbAdd.ButtonActive.ButtonHover,#tbAdd.ButtonActive{
	background-position: -187px -116px;
	background-image: url(images/sidebarManager/main-tabs-states-final-reorder-exp.png);
	width:auto;
}
#tbAdd.ButtonActive .SidePanelSkin::before{background-color: rgb(118, 73, 220);}
#tbSettings.ButtonActive.ButtonHover,#tbSettings.ButtonActive{
	background-position: -308px -227px;
	background-image: url(images/sidebarManager/main-tabs-states-final-reorder-exp.png);
	width:auto;
}
#tbSettings.ButtonActive .SidePanelSkin::before{background-color: rgb(4, 150, 172);}
.SidePanelSkin .panelHeader {padding: 15px 0px 0px;}
.SidePanelSkin-topBar{width: 100%;}
.SidePanelSkin-backButton {
	cursor: pointer;
	margin-left: 20px;
	color: rgb(55, 154, 207);
}
.SidePanelSkin-topBarShow {
	border-radius: 5px 5px 0px 0px;
	position: relative;
	left: -10px;
	top: -15px;
	background: rgb(253, 253, 253);
	padding: 10px 5px;
	overflow: hidden;
	border-bottom: 1px solid rgb(221, 221, 221);
	width: 260px;
}
.SidePanelSkin-backButton .SidePanelSkin-c-arr{
	position: absolute;
	left: 5px;
	top: 15px;
	margin-top: -6px;
	width: 15px;
	height: 15px;
	background: url(images/sidebarManager/sidepanel_top_arrows.png) no-repeat;
}
.SidePanelSkin-closeButton {
	position: absolute;
	top: 12px;
	right: 12px;
	height: 20px;
	width: 20px;
	background: url(images/sidebarManager/top-bar-icons.png);
	cursor: pointer;
}
.SidePanelSkin-title {
	font-size: 21px;
	line-height: 1.2em;
	color: rgb(10, 10, 10);
	padding: 0px 12px 12px;
}
.sidepanel-description {
	font-size: 13px;
	line-height: 1.2em;
	color: rgb(102, 102, 102);
	padding: 0px 15px;
}
.additionalInfo li {
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.iconUpDown,.iconRight{
	display: inline-block;
	width: 20px;
	height: 19px;
	position: absolute;
	left: 18px;
}
.iconUpDown{background: url(images/sidebarManager/drag_up_down.png) 0px 0px no-repeat;}
.iconRight{background: url(images/sidebarManager/drag_right.png) 0px 0px no-repeat;}
.upDownLabel {
	margin-left: 45px;
	font-size: 13px;
	padding-right: 10px;
}
.rightLabel {
	margin-left: 45px;
	font-size: 13px;
	padding-right: 10px;
}
.sidepanel-helpletContainer{
	margin-bottom: -18px;
	margin-top: 13px;
	margin-left: 15px;
}
.sidepanel-helplet{
	font-size: 13px;
	line-height: 1.2em;
	cursor: pointer;
	color: rgb(55, 154, 207);
}
.panelHeader::after {
	display: block;
	content: ' ';
	width: 100%;
	height: 30px;
	background: url(images/sidebarManager/gradients_for_main_nav.png) 0px 0px repeat-x;
	border-bottom: 1px solid rgb(204, 204, 204);
}
.SidePanelSkin-content {
	background: url(images/sidebarManager/gradients_for_main_nav.png) 0px 100% repeat-x;
	border-radius: 0px 0px 16px 16px;
}
.dd.treeSiteMenuCog{width:100% !important;}
.WSiteMenuItemSkin-label {
	font-size: 15px;
	line-height: 1.2em;
	padding: 10px 50px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.treeSiteMenuCog .dd-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid rgb(201, 201, 201);
	border-top: 1px solid white;
	background: url(images/sidebarManager/page_btn_g_mellow.png) 0px 100% repeat-x rgb(255, 255, 255);
	list-style:none;
}
.activeTabSetting,
.treeSiteMenuCog .dd-item.li-active{
	background: none rgb(229, 229, 229) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.498039) !important;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 5px 0px inset;
}
.treeSiteMenuCog .dd3-content{
	line-height: 1.2em;
	padding: 10px 10px 10px 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	border: 0;
	height: auto;
	margin: 0;
}
.treeSiteMenuCog .dd-child-item .dd3-content{padding-left: 50px;}
.treeSiteMenuCog .dd3-handle{
	width: 20px;
	height: 18px;
	background: url(images/sidebarManager/pages_panel_sprite.png) 0px 80px;
	cursor: move;
	position: absolute;
	top: 18px;
	left: 5px;
	margin-top: -10px;
	border:none;
	text-indent:-9999px;
}
.dd-item-hover>.dd3-handle,.treeSiteMenuCog .dd3-handle:hover{
	background-position: 0px -161px;
	background-image: url(images/sidebarManager/pages_panel_sprite.png);
	background-color: transparent;
}
.treeSiteMenuCog .dd3-handle:before{content:"";}
.dd-list{background-color: rgb(221, 221, 221);}
.dd-list .dd-list{border-top:1px solid rgb(201, 201, 201);}
.treeSiteMenuCog .dd-item > button{
	margin: 0;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 8px;
	left: 25px;
	display: block;
}
.dd-config,.dd-delete{
	visibility: hidden;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 18px;
	height: 15px;
	background: url(images/sidebarManager/pages_panel_sprite.png) -1px -62px;
}
.dd-delete{
	background-position: -1px -142px;
	right: 33px;
}
.dd-item:hover>.dd-delete,.dd-item .dd-item:hover>.dd-delete,
.dd-item:hover>.dd-config,.dd-item .dd-item:hover>.dd-config{visibility:visible;}
.PagesPanelSkin-actions{margin: 10px 0px 5px;}
.PagesPanelSkin-c-pagesSettings li{text-align:right;padding: 5px;}
.ButtonTextLinkSkin{
	cursor: pointer;
	text-align: right;
	color: rgb(55, 154, 207);
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
.ButtonTextLinkSkin-icon {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.addPage .icon{background: url(images/sidebarManager/site_menu_add_item.png) 0px 0px no-repeat;}
.ButtonTextLinkSkin-label {
	display: inline-block;
	vertical-align: middle;
}
.ButtonTextLinkSkin-c-arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	background: url(images/sidebarManager/arrows_for_btns.png) 0px 2px no-repeat;
}
.ButtonMenuSkin-label,.ButtonMenuNoSelectionSkin-label{
	padding: 20px 20px 20px 60px;
	line-height: 1.2em;
	font-size: 15px;
	color:#555;
}
.TextAreaSkin-label,.SettingsSubPanelSkin-label,.CollapsibleInputGroupSkin-title{color:#555;}
.ButtonMenuSkin-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
}
.ButtonMenuSkin,.ButtonMenuNoSelectionSkin{
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid rgb(201, 201, 201);
	border-top: 1px solid white;
	background: rgb(255, 255, 255);
}
.ButtonMenuSkin .backgroundIcon{
	background-image:url(images/sidebarManager/design_background.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .colorsIcon{
	background-image:url(images/sidebarManager/design_colors.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .fontsIcon{
	background-image:url(images/sidebarManager/design_fonts.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .textIcon{
	background-image:url(images/sidebarManager/richtext.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .imageIcon{
	background-image:url(images/sidebarManager/add_media_01.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .mediaIcon{
	background-image:url(images/sidebarManager/media_group.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .menuIcon{
	background-image:url(images/sidebarManager/buttons_menus_group.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .newsIcon{
	background-image:url(images/sidebarManager/add_blog.png);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.ButtonMenuSkin .productIcon{
	background-image:url(images/sidebarManager/add_ecom.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .socialIcon{
	background-image:url(images/sidebarManager/add_socialbar_icon.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .siteAddressIcon{
	background-image:url(images/sidebarManager/site_name.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .seoIcon{
	background-image:url(images/sidebarManager/seo.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .socialSettingsIcon{
	background-image:url(images/sidebarManager/social_settings.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .statisticsIcon{
	/*background-image:url(images/sidebarManager/statistics.png);*/
	background-image:url(images/sidebarManager/ship-payment.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .faviconIcon{
	background-image:url(images/sidebarManager/favicon_thumbnail.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .bankIcon{
	background-image:url(images/sidebarManager/bank.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .paymentIcon{
	background-image:url(images/sidebarManager/payment.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .shippingIcon{
	background-image:url(images/sidebarManager/ship.png);
	background-repeat:no-repeat;
}
.ButtonMenuSkin .contactIcon{
	background-image:url(images/sidebarManager/contact.png);
	background-repeat:no-repeat;
}
.SideContentPanelSkin-actions {
  text-align: right;
  margin: 15px 15px 10px 0px;
}
/*============ Bank Item ==============*/
.bank-listing li{
	float: left;
	margin: 2px;
}
.bank-listing li img{
	margin-bottom: 0;
	max-height: 60px;
	width: 60px;
	border: 1px solid;
	border-color:#ccc;
}
.bank-listing li img.selected{
	border-color:red;
}
.paymentOptionGroups h3{
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
}
.paymentOptionGroups .bank-name{
	color:#f00;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:12px;
}
.line-space-col{
	position: absolute;
	left: -5px;
	font-size: 20px;
	top: -2px;
}
/*============ Panel Edit Categories ============*/
.PageSettingsPanelSkin,.SettingsSubPanelSkin{
	position: fixed;
	left: 310px;
	top: 65px;
	min-height: 223px;
	background-color: rgb(253, 253, 253);
	width: 330px;
	box-shadow: rgb(0, 0, 0) -3px 0px 50px 0px;
	border-radius: 0px 16px 16px 0px;
	display: inline-block;
}
.PageSettingsPanelSkin-topBar,.SettingsSubPanelSkin-topBar{
	width: 100%;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.PageSettingsPanelSkin-c-label,.SettingsSubPanelSkin-c-label{
	overflow: hidden;
	width: 250px;
}
.PageSettingsPanelSkin-panelLabel,.SettingsSubPanelSkin-panelLabel{
	padding-left: 35px;
	display: block;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	color: rgb(68, 68, 68);
}
.PageSettingsPanelSkin-c-topBarActions,.SettingsSubPanelSkin-c-topBarActions{
	position: absolute;
	right: 0px;
	top: 0px;
}
.PageSettingsPanelSkin-c-help,.SettingsSubPanelSkin-c-help{
	width: 35px;
	height: 35px;
	position: absolute;
	right: 35px;
}
.PageSettingsPanelSkin-c-help span,.SettingsSubPanelSkin-c-help span{
	background: url(images/sidebarManager/help_sprite.png) 0px 1px no-repeat;
	width: 19px;
	height: 18px;
	position: absolute;
	right: 8px;
	top: 12px;
	cursor: pointer;
}
.PageSettingsPanelSkin-close,.SettingsSubPanelSkin-close{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 38px;
	width: 34px;
	border-left: 1px solid rgb(204, 204, 204);
	cursor: pointer;
}
.PageSettingsPanelSkin-close span,.SettingsSubPanelSkin-close span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0px 0px -10px;
	width: 15px;
	height: 15px;
	background: url(images/sidebarManager/top-bar-icons.png) 0px 0px no-repeat;
}
.PageSettingsPanelSkin-pageActions{
	overflow: hidden;
	border-top: 1px solid rgb(255, 255, 255);
	text-align: right;
	padding-right: 7px;
}
.PageSettingsPanelSkin-pageActions li {
	display: inline-block;
	padding: 9px 20px 12px 0px;
}
.ButtonBaseTextLinkSkin {
	cursor: pointer;
	color: rgb(55, 154, 207);
	font-size: 0.83em;
}
.ButtonBaseTextLinkSkin-icon {
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	height: 14px;
}
.ButtonBaseTextLinkSkin-label{display: inline;}
.PageSettingsPanelSkin-deletePage > * {color: rgb(255, 0, 0);}
.PageSettingsPanelSkin-content,.SettingsSubPanelSkin-content{
	padding: 0px 20px 0px 40px;
	overflow: auto;
}
.InputGroupSkin-content {
	background: rgb(255, 255, 255);
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 6px;
	border-radius: 5px;
}
.InputStrongLabelSkin-label,.InputSkin-label{
	display: block;
	padding-bottom: 5px;
}
.tooltipIcon {
	float: right;
	margin-top: 2px;
	padding: 0 0 2px;
	width: 10px;
	height: 12px;
	font-weight: 700;
	color: #379ACF;
	cursor: pointer;
	background-repeat: no-repeat;
}
.InputStrongLabelSkin-input,.TextAreaSkin-textarea,.ComboBoxSkin-collection,.InputSkin-input,.SubmitTextAreaSkin-input{
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px 3px!important;
	line-height: 1.1em;
	height: 1.8em;
	font-size: 1em;
	border-radius: 3px!important;
	border: 1px solid rgb(180, 180, 180)!important;
	background:#fff !important;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 1px 0px inset!important;
}
.InputStrongLabelSkin-input:focus,.TextAreaSkin-textarea:focus,.ComboBoxSkin-collection:focus{border-color: rgb(25, 160, 233) !important;}
.CollapsibleInputGroupSkin-wrapper {
	background: rgb(255, 255, 255);
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 6px;
	border-radius: 5px;
}
.CollapsibleInputGroupSkin-content {
	border-top: 1px solid rgb(230, 230, 230);
	padding-top: 10px;
	margin-top: 10px;
}
.PageSettingsPanelSkin-bottom{height: 60px;}
.PageSettingsPanelSkin-c-doneWrapper {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.ButtonSmallerBlueSkin {
	padding: 0px 8px;
	border: 1px solid rgb(91, 143, 167);
	border-radius: 4px;
	background: url(images/sidebarManager/button-gradient.png) 0px 50% repeat-x rgb(42, 167, 234);
	position: relative;
	text-align: center;
	cursor: pointer;
	display:inline-block;
}
.ButtonSmallerBlueSkin a
{
	line-height:24px;
	color:#fff;
}
.ButtonSmallerBlueSkin-label {
	color: rgb(255, 255, 255);
	height: 1.8em;
	line-height: 1.8em;
}
.ButtonSmallerBlueSkin:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0 0px 3px 0px,rgba(68, 175, 233, 0.78) 0 1px 2px 0 inset;
	background: none rgb(23,156,225);
}
.CollapsibleInputGroupSkin-arrow {
	border-left: 5px solid rgb(39, 156, 218);
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: none;
	display: inline-block;
}
.unCollap.CollapsibleInputGroupSkin-arrow {
	border-left: 5px solid transparent;
	border-bottom: none;
	border-top: 5px solid rgb(39, 156, 218);
	border-right: 5px solid transparent;
	vertical-align: middle;
}
.BackgroundDesignPanelSkin-content {
	padding: 7px;
	background: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(204, 204, 204);
	text-align: center;
	overflow: hidden;
}
.BgPresetSelectorSkin {
  width: 70px;
  height: 50px;
}
.BgPresetSelectorSkin-background {
	width: 60px;
	height: 50px;
	position: relative;
	display: inline-block;
	padding: 2px 2px 1px;
	margin: 2px;
}
.BgPresetSelectorSkin-c-imageBorder {
	cursor: pointer;
	width: 66px;
	height: 53px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/sidebarManager/background_frame_sprite.png) 0px 0px no-repeat;
}
.BgPresetSelectorSkin-c-imageBorder:hover{
	background-position: 0 100%;
}
.inline-component {
	display: inline-block;
	vertical-align: top;
}
.BackgroundDesignPanelSkin-actions {
	text-align: right;
	padding: 0px 0px 10px;
	height: auto;
	margin: 0px 4px 8px 0px;
}
.BackgroundDesignPanelSkin-customBGContainer {
	margin: 10px;
	padding: 10px 0px;
	border: 1px solid #DBDBDB;
	text-align: center;
	background-color: white;
	border-radius: 5px;
}
.BackgroundDesignPanelSkin-copyCustomBgLabel {
	color: rgb(36, 160, 196);
	cursor: pointer;
	font-weight:bolder;
}
.BackgroundDesignPanelSkin-customize {
	margin: 7px 10px -10px 14px;
	font-size: 13px;
	padding: 5px;
}
.tabManagerWidgets{
	  margin-top: 8px;
}
.tabManagerWidgets li{
	display: inline-block;
	margin-right: 0px;
	position: relative;
	max-width: 33%;
	vertical-align: middle;
}
.tabManagerWidgets li a{
	color:#555;
}
/*============= Font Customize ============*/
.FontPresetSelectorSkin,.StaticPalettePanelSkin{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid rgb(201, 201, 201);
	border-top: 1px solid white;
	background: url(images/sidebarManager/editor_drill_btn_sprites.png) 0px 100% repeat-x rgb(255, 255, 255);
}
.FontPresetSelectorSkin-c-fontButton {
	padding: 15px;
	color: rgb(68, 68, 68);
}
/*============= Color Customize ============*/
.StaticPalettePanelSkin:hover{
	background-position:0 0;
	background-color: rgb(246,246,246);
}
.StaticPalettePanelSkin-colors {
	overflow: hidden;
	width: auto;
	height: 36px;
	margin: 2px 7px 2px 6px;
}
.StaticPalettePanelSkin-c-colorsWrapper {
	width: 90px;
	height: 45px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -22px;
}
.StaticPalettePanelSkin-c-colorsFrame{
	width: 90px;
	height: 45px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/sidebarManager/colors_frame_sprite.png) 0px 0px no-repeat;
}
.StaticPalettePanelSkin:hover .StaticPalettePanelSkin-c-colorsFrame{
	background-position: 0 -45px;
}
.StaticPalettePanelSkin-label{padding: 20px 20px 20px 115px;}
.SettingsSubPanelSkin-label{
	font-size: 13px;
	line-height: 1.4em;
	margin: 1.6em 0;
}
.SettingsSubPanelSkin-bottom{height: 60px;}
.SettingsSubPanelSkin-c-doneWrapper {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.TextAreaSkin-textarea{height:6em;max-height:6em;max-width:100%;}
.buttonSubmitForm{background: transparent;border: transparent;}
/*============ Logo & Favicon ==============*/
.contentUploadWidgets{
	position:relative;
	background: url(images/sidebarManager/add_image_thumb.png) 0 50% no-repeat;
	min-height: 65px;
}
.contentUploadWidgets>img{
	background-color: #fff;
	width: 65px;
	height: 65px;
	position: absolute;
}
.contentUploadWidgets .qq-upload-button{
	border-radius: 4px;
	background: url(images/sidebarManager/button-gradient.png) 0px 50% repeat-x rgb(249, 250, 252);
	width: 130px;
	color: rgb(36, 160, 196);
	border: 1px solid rgb(196, 196, 196);
	font-weight: bold;
}
.contentUploadWidgets .qq-upload-button:hover{
	border: 1px solid rgb(137, 164, 175);
	background: rgb(242, 243, 245);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(255, 255, 255, 0.701961) 0px 1px 2px 0px inset;
}
.contentUploadWidgets .file-uploader{
	margin-left: 76px;
	padding-top: 15px;
}
.contentUploadWidgets .uploadifyImageResult div{
	width: 65px;
	height: 65px;
	position: absolute;
	cursor: pointer;
	top: 0;
}
.contentUploadWidgets .uploadifyImageResult div a{
	position: absolute;
	left: 80px;
	top: 50px;
}
.contentUploadWidgets .uploadifyImageResult div img{width: 65px;}
.ButtonMenuNoSelectionSkin-icon{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
}
.ButtonMenuNoSelectionSkin-label{text-align: left;}
.htmlTemplate img{padding:10px;}
/*============== Widgets Input ==============*/
.widgetSelectWidth_100{width:100%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_90{width:90%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_80{width:80%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_70{width:70%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_60{width:60%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_50{width:50%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_40{width:40%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
.widgetSelectWidth_30{width:30%;background-color:#fff !important;border:1px solid rgb(169, 169, 169) !important;}
div.mcdropdown *[class^=widgetSelectWidth_]{
	width:95%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*============== Widthget Video =============*/
.list-videos-widgets ul{margin:5px 0;}
.list-videos-widgets{text-align:left;}
.list-videos-widgets .fa{padding-right:8px;}
.list-videos-widgets a:hover{text-decoration:none}
/*================= HTMLTemplate Contact ================*/
/*-----------Menu-----------*/
	.menuLv1 > li{
		float:left;
		padding:0 20px;
	}
	.menuLv1 li{
		position:relative;
	}
	.menuLv1 li a[data-id]{
		white-space:nowrap;
	}
	.menuLv1 > li:hover >ul{
		display:block;	
	}
	.menuLv1 > li > ul > li:hover >ul{
		display:block;	
	}
	/*-------------DROPDOWN------------*/
	.dropdown-menuLv2{
		position:absolute;
		top:100%;
		left:0;	
		z-index:100;
		display:none;
	}
	.dropdown-menuLv2 li{
		padding:0 20px;
		border-top:1px solid #fff;	
	}
	.dropdown-menuLv2 a[data-id]{
		line-height:30px;	
	}
	.dropdown-menuLv3{
		position:absolute;
		top:-1px;
		left:100%;
		display:none;
		z-index:100;
		border-left:1px solid #fff;
	}	
	/*-----------END DROPDOWN------------*/
	
/*--------END MENU-------------*/
/*----------------------MENU DOC--------------------------*/
.accordion-category .btn-edit a:hover{
	background:none;	
}
.accordion-category .btn-option,.child-cat .btn-option{
	position: absolute;
	top: 0;
	right: 100%;
	z-index:100;
	background:rgb(1, 172, 164);
	padding: 4px;
	display:none;
	width:44px;
	height:22px;
}
.simple-menu >li>.btn-option{
	position: absolute;
	top: 0;
	left: 100%;
	z-index:100;
	background:rgb(1, 172, 164);
	padding: 4px;
	display:none;
	width:44px;
	height:22px;
}
.simple-menu.categoryType2 >li>ul li .btn-option{
	position: absolute;
	top: 0;
	left: 100%;
	z-index:100;
	background:rgb(1, 172, 164);
	padding: 4px;
	display:none;
	width:58px;
	height:30px;
}
.simple-menu.categoryType1 >li>ul li .btn-option{
	position: absolute;
	top: 0;
	left:100%;
	z-index:100;
	background:rgb(1, 172, 164);
	padding: 4px;
	display:none;
	width:44px;
	height:22px;
}
.accordion-category .btn-option >div,.simple-menu .btn-option >div{
	float:left;	
	padding:0 2px;
}
.btn-add-verticalMenu{
	position: absolute;
	z-index: 99;
	bottom:100%;
}
.btn-add-verticalMenu a{
	color:#fff;
}
.btn-add-verticalMenu span{
	display:inline-block;
	text-indent:-9999px;	
}
.btn-add-verticalMenu a:hover{
	color:#D58431;	
}
.categoryToggle > ul ul{
	display:none;
}
.categoryToggle li.active>i:last-of-type:before {
	content: "\f068" !important;
}
/*=============== FillterProduct ==================*/
.parent-filters>li{
	position: relative;
	background: #f5f3f4;
	border-bottom: 1px solid #627079;
}
.parent-filters .labelFilter{
	color: #244a61;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.parent-filters>li>ul{
	padding: 0 0 5px 7px;
	max-height: 196px;
	overflow: auto;
}
.parent-filters>li>ul>li{
	padding: 0 0 0 8px;
}
.parent-filters>li>ul>li:hover,.parent-filters>li>ul>li:hover a,.parent-filters>li>ul>li a:hover{
	background: #3ea2b4;
	color: #fff;
}
.parent-filters>li>ul>li.more-link:hover,.parent-filters>li>ul>li.more-link a:hover{
	background-color:transparent;
	color:#3ea2b4;
}
.parent-filters li>a{
	padding:5px 0;
	display:block;
}
.parent-filters li a>span {
	display: inline-block;
	vertical-align:middle;
	width: 11px;
	height: 11px;
	background: #fff;
	border: 1px solid #928c91;
	margin-right: 6px;
	border-radius: 3px;
	-webkit-transition: background .2s linear;
}
.parent-filters li a.selected{
	font-weight:bold;
}
.parent-filters li a.selected>span {
	background: #3ea2b4;
	border-color: #3ea2b4;
}
.parent-filters li a.selected:hover>span{
	border-color:#fff;
}
.parent-filters li .more-link{
	padding-left: 15px;
	margin-bottom: 8px;
}
/*----------------------MENU NGANG--------------------------*/
.nav-menu{
	position:relative;	
}
.btn-option a{
	font-size: 15px !important;
	background: none !important;	
	padding:0 !important;
	color:#fff !important;
	border-bottom:none !important;
}
.btn-option a:hover{
	color:#d47e2b !important;
	border-bottom:none !important;	
	background:none !important;
}
.nav-menu .btn-option{
	position: absolute;
	right: 100%;
	z-index: 100;
	background: rgb(1, 172, 164);
	padding: 4px;
	display: none;
	top:0px;
	width: 44px;
}
#pav-mainnav .btn-option{
	position: absolute;
	right: 100%;
	z-index: 100;
	background: rgb(1, 172, 164);
	padding: 4px;
	display: none;
	top:0px;
	width: 48px;
}
.nav-menu .btn-option >div{
	float:left;	
	padding:0 2px;
}
.btn-add-horizontalMenu a{
	font-size:20px !important;
	color:#fff;
	line-height:40px;
}
.btn-add-horizontalMenu a:hover{
	color:#D58431;	
}
.btn-add-horizontalMenu span{
	display:inline-block;
	text-indent:-9999px;	
}
/*----------------------SAN PHAM--------------------------*/
.wrap-each-product{
	position:relative;	
}
.all-video .btn-option,.wrap-each-product .btn-option{
	position: absolute;
	left: 6px;
	background: rgb(1, 172, 164);
	padding: 4px;
	display: none;
	z-index: 110;
	top: 0px;
	width: 47px;
	height:23px;
}
.btn-option >div{
	display:inline-block;	
	padding:0 2px;
}
.btn-add-product a{
	font-size:12px !important;
	color:#fff;
}
.btn-add-product a:hover{
	color:#D58431;	
	text-decoration:none;
}
.btn-add-product{
	position: absolute;
	z-index: 100;
	bottom:100%;	
	right:0;
}
/*----------------------TIN TUC--------------------------*/
.news-item{
	position:relative;	
}
.news-item .btn-option{
	position: absolute;
	z-index: 100;
	background: rgb(1, 172, 164);
	padding: 4px;
	display: none;
	right:100%;
	top:0;
	height:24px; 
	width: 44px;
}
.news-item .btn-option >div{
	float:left;	
	padding:0 2px;
}
.btn-add-news a{
	font-size:12px !important;
	color:#fff;
}
.btn-add-news a:hover{
	color:#D58431;	
	text-decoration:none;
}
.btn-add-news{
	position: absolute;
	z-index: 100;
	bottom: 100%;	
	right:0;
}
/*----------------------QUANG CAO--------------------------*/
.wrap-advertising{
	position:relative;	
}
.wrap-advertising .btn-option{
	position: absolute;
	z-index: 100;
	background: rgb(1, 172, 164);
	padding: 6px;
	display: none;
	right: 100%;
	top: 0;
}
.wrap-advertising .btn-option >div{
	float:left;	
	padding:0 2px;
}
/*----------------------SLIDESHOW--------------------------*/
.wrap-slideshow{
	position:relative;	
}
.wrap-slideshow .btn-option{
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(1, 172, 164);;
	padding: 4px;
	height:22px;
	display:none;
}
/*----------------------LOGO--------------------------*/
.wrap-edit-logo,.wrap-edit-footer{
	position:relative;	
}
.wrap-edit-logo .btn-option a{
	font-size:12px;	
}
.wrap-edit-logo .btn-option a:hover{
	color:#fff;	
}
.wrap-edit-logo .btn-option:hover{
	background-color: #449d44;
	border-color: #398439;
}
.wrap-edit-logo .btn-option,.wrap-edit-footer .btn-option{
	position: absolute;
	top: 0;
	right: 100%;
	background-color: #aaa;
  	border-color: #999;
	display:none;
}
.btn-add-slideshow a{
	font-size:12px !important;
	color:#fff;
}
.btn-add-slideshow a:hover{
	color:#D58431;	
	text-decoration:none;
}
.btn-add-slideshow{
	position: absolute;
	z-index: 101;
	top: 0;	
	right:0;
}
/*----------------------BANNER 2 BEN--------------------------*/
.wrap-bannerSide{
	z-index:100;
	position:relative;	
}
.wrap-bannerSide .btn-option{
	position: absolute;
	z-index: 200;
	background: rgb(1, 172, 164);
	padding: 6px;
	display: none;
}
.wrap-bannerSide.left .btn-option{
	top:0;
	right:0;	
}
.wrap-bannerSide.right .btn-option{
	top:0;
	left:0;	
}
.table>tbody>tr>th.header-background,
.table.no-border>tbody>tr>th.header-background {
	border-bottom:1px solid #ccc;
	padding-left:0;
}
.wp-10{width:10% !important;}
.wp-20{width:20% !important;}
.wp-25{width:25% !important;}
.wp-30{width:30% !important;}
.wp-40{width:40% !important;}
.wp-50{width:50% !important;}
.wp-60{width:60% !important;}
.wp-70{width:70% !important;}
.wp-80{width:80% !important;}
.wp-90{width:90% !important;}
.wp-100{width:100% !important;}
.table.table-p-5>thead>tr>th, .table.table-p-5>tbody>tr>th, .table.table-p-5>tfoot>tr>th, .table.table-p-5>thead>tr>td, .table.table-p-5>tbody>tr>td, .table.table-p-5>tfoot>tr>td {
	padding:5px;	
}
.table.table-p-0>thead>tr>th, .table.table-p-0>tbody>tr>th, .table.table-p-0>tfoot>tr>th, .table.table-p-0>thead>tr>td, .table.table-p-0>tbody>tr>td, .table.table-p-0>tfoot>tr>td {
	padding:0px;	
}
.relative {
	position:relative;	
}
.alignCenter{
	text-align:center;	
}
.alignLeft{
	text-align:left;	
}
.alignRight{
	text-align:right;	
}
.delete-form h1,.delete-form h3
{
 font-size:16px;
 font-weight:bold;
 margin-bottom:15px;
}
.delete-form h2
{
 font-size:13px;
 line-height:20px;
 margin-bottom:15px;
}
.default-pagination{
 padding-top: 10px;
 padding-bottom: 10px;
 text-align: center;
}
.default-pagination a,
.default-pagination span{
 display: inline-block;
 margin: 0 2px;
 padding: 2px 6px;
 text-align: center;
 color: #aaa;
}
.default-pagination .current.first,
.default-pagination .current.prev,
.default-pagination .current.last,
.default-pagination .current.next{
 background:none;
}
.default-pagination a.next,
.default-pagination a.last,
.default-pagination a.first,
.default-pagination a.prev,
.default-pagination  span.first,
.default-pagination  span.prev,
.default-pagination  span.next,
.default-pagination  span.last{
 line-height:16px !important;
}
.default-pagination  span.first,
.default-pagination  span.prev,
.default-pagination  span.next,
.default-pagination  span.last{
 color:#ccc !important;
}
.default-pagination span.current{
 font-weight:bold;
 color:#fff;
 background-color:#007c77;
}
.list-product-slide .wrap-each-product .name-product a,.list-product-slide li .name-product a,.list-product-slide .name-product a{
	font-weight:bold;
	
}
/*---------ADD WIDGET----------*/
ul.wrap-select-widget li{
	float: left !important;
	width: 120px !important;
	margin-right: 6px !important;
	border: 1px solid #fff !important;
	height: 120px !important;	
	color: #eaeaea !important;
	text-align: center !important;
	background: #212121 !important;
	border-radius: 6px !important;
	margin-bottom:10px !important;
}
ul.wrap-select-widget img{
	margin-bottom: 5px !important;
	border:none !important;
	padding:0 !important;	
}
.title-widget{
	background: #3C3C3C;
	border-radius: 4px 4px 0 0;
	padding: 5px 0;
	color: #fff;
	font-size: 11px;	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.wrap-select-widget a{
	padding: 21px;	
	display: block;
}
.leftBadgeImage,.rightBadgeImage{
	position:absolute;
	top:0;	
	max-width:40%;
	z-index:100;
}
.leftBadgeImage{
	left:0;
}
.rightBadgeImage{
	right:0;
}
/*============= NewsList Default Widgets ============*/
.commonTile {
	border-bottom: 2px solid #000000;
	padding-bottom: 6px;
	margin-bottom: 15px;
}
.newsListWidgetDefault .images-news img {
	padding: 3px;
	border: 1px solid #ededed;
}
.news-title a{
	font-size: 18px;
	font-weight:bold;
	display: block;
	margin-bottom: 5px;
}
.newsListWidgetDefault .news-items{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	position:relative;
}
.btn-add-partner{
	position: absolute;
	z-index: 99;
	border-radius: 6px;
	text-align: center;
	font-size:14px;
	width: auto;
	right: 5px;
	top: 5px;
	background: rgb(0, 124, 119);
	padding: 6px;
}
align-right{
	text-align:right !important;	
}
align-left{
	text-align:left !important;	
}
.sale-off{
	display:none;	
}
.text-strong{
	font-weight:bold;	
}
@media screen and (max-width:480px) {
	.col-mb-12{
		padding:0 12px;
		width:100% !important;	
	}
}
@media screen and (max-width:640px) {
	.col-bmb-12{
		padding:0 12px;
		width:100%;	
	}
	.col-bmb-6{
		padding:0 12px;
		width:50%;	
	}
}
/*--------------------5 COLUMN--------------------*/
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.table-custom .tr-odd {
  background: #efefef;
}
.btn-add-horizontalMenu{
	position:absolute;
	bottom:100%;
	right:0;	
}
.hover-item-block{
	min-width: 48px;	
	z-index:1000;
	position:absolute
}
button.btn-data-edit,
button.btn-data-delete,
button.btn-data-add{
	background-color: #aaa;
	border-color: #999;	
}
.btn-data-add{
	opacity:0.7;
}
.btn-data-add:hover{
	opacity:1;	
}
.bold{
	font-weight:bold;	
}
/*============= Photo Sample =============*/
.filter-sample ul{
	display: table;
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.filter-sample ul li{
	display:table-cell;
}
.filter-sample ul li a{
	color:#333;
}
/* ---- hero masonry ---- */
.hero-masonry {
  background: white;
  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: 10px 1%;
  float: left;
  border-radius: 8px;
}
.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 a {
	font-size: 13px;
	font-weight: bold;
	background: #008A84;
	color: white;
	display: block;
	border-radius: 10px 10px 8px 8px;
}

.hero-item.has-example a:hover {
	background: #EC7604;
	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,
  .hero-masonry .grid-sizer {
    width: 22.5%;
  }

  .hero-item.has-title,
  .hero-item.w2 {
    width: 46.9%; /* just a lil under 47 */
  }
}
/*============== Application ================*/
.load-application{
	padding:0 20px 20px;
}
.application .items{
	padding: 10px;
	background: #f2f2f2;
	box-shadow: 0 0 2px 1px #999;
	border-radius: 3px;
	margin-bottom: 30px;
}
.application .items img{
	height:180px;
	width: 100%;
}
.application .title a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0 3px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.application .data-img{
	position:relative;
}
.application .quick-view{
	position:absolute;
	top:45%;
	left:0;
	width:100%;
	text-align:center;
}
.application .quick-view a{
	color:#2D2D2D;
}
.application .inline{
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	height: 32px;
	width: 90px;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	opacity:0;
}
.application .inline:hover{
	background: rgba(27, 176, 206, 0.7);
}
.application .inline i{
	padding-right:6px;
}
.application .data-img:hover .inline{
	opacity:1;
}
.application .quick-view a:hover{
	color: #FFFFFF;
}
.loginForm .modal-dialog{
	width:340px;
}
.modal-header{
	background-color: #008a84;
	font-size:24px;
	text-transform:uppercase;
	color: #fff;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}
/*=========== Grid Application ===========*/
.application .grid-items .img-item{display:none}
.application .grid-items{text-align:center;}
.application .grid-items .data-img{
	background-image: url('images/bg-macbook.png');
	width: 506px;
	height: 303px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.application .grid-items .image-shop-scroll{
	background-position: center 0;
	background-repeat: no-repeat;
	position:absolute;
	width:385px;
	height:245px;
	top:19px;
	left:61px;
}
.application .grid-items .image-shop-scroll{
	transition: all 5s ease-out 0s;
	-webkit-transition: all 5s ease-out 0s;
	-moz-transition: all 5s ease-out 0s;
	-ms-transition: all 5s ease-out 0s;
	-o-transition: all 5s ease-out 0s;
}
.application .grid-items:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.application .grid-items .title a{
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
.application .grid-items .image-shop-scroll:before{
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.5);
}
.application .grid-items:hover .image-shop-scroll:before{
	display:block;
}
/*============ Notification ==============*/
.notification .btn-item{
	position: absolute;
	right: 10px;
	top: 4px;
	width:20px;
	opacity:0;
	visibility:hidden;
	transition:all .4s ease;
	-moz-transition:all .4s ease;
	-webkit-transition:all .4s ease;
}
.notification li:hover .btn-item{
	opacity:1;
	visibility:visible;
}
.mcdropdown input[type="text"]{
	width:100% !important;	
}
.no-price{
	color:transparent !important;	
}
/*================== productDetail Review ==============*/
.wrapWishList{position:relative;}
.formReviewProduct{
	background: #f2f2f2;
	padding: 15px 20px;
}
.subHeadForm{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ratRev_form_row{margin-bottom:10px;}
.ratRev_form_row label{width: 80px;vertical-align:middle;}
.ratRev_form_row label.error{width:auto}
.hasNote{vertical-align:top;}
.formReviewProduct .wrap_input{overflow:hidden;}
.formReviewProduct .ui-inputText{
	background:#fff;
	margin-bottom:0;
	width:100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.formReviewProduct .ratRev_form_row span{color:#f37021}
.ratRev_actionBox{text-align: right;}
.ratRev_actionBox .ui-button {
	margin-top: 15px;
	color: #fff;
	white-space: nowrap;
	background-color: #f37021;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border:none;
}
.review-form__submit-block .toggle-close {
	display: inline-block;
	padding-right: 16px;
	vertical-align: bottom;
}
.wrapWishList .toggle-link{
	background-color: #f37021;
	color: #fff;
	padding: 5px 10px;
	display: inline-block;
	margin: 10px 0;
}
.bound-btn{margin-top:10px;}
.bound-btn .btn-buynow{display:inline-block;}
.related-products .product-price-left{margin-bottom:10px;height:32px;}
.products-list-layout li{
	display:block;
	padding:5px;	
}
/*================= Comment ===============*/
.form-comment-news .heading-title{
	color: #333;
	background: #eee;
	position: relative;
	height: 26px;
	width: 100%;
	line-height: 28px;
	padding-left: 10px;
	font-weight: bold;
}
.form-comment-news .comment-detail{
	margin-right:0!important;
}

.form-comment-news .no-data{padding:5px;}
.news-letter-layout label.error{
	position:absolute;
	top:100%;
	left:5px;
}
/*=====Widgest===*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 12px;
	background: #fff;
	outline: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-appearance: normal;
	-moz-appearance: normal;
	/*appearance: normal;*/
}
input[type="text"]:focus{
	border-color:#111;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{
	border-color:#ea0000;
	color:#222;
}
.tab-layout-tabpane .layout-admin-mode input[type="text"], .tab-layout-tabpane .layout-admin-mode input[type="password"], .tab-layout-tabpane .layout-admin-mode input[type="date"], .tab-layout-tabpane .layout-admin-mode input[type="datetime"], .tab-layout-tabpane .layout-admin-mode input[type="email"], .tab-layout-tabpane .layout-admin-mode input[type="number"], .tab-layout-tabpane .layout-admin-mode input[type="search"], .tab-layout-tabpane .layout-admin-mode input[type="tel"], .tab-layout-tabpane .layout-admin-mode input[type="time"], .tab-layout-tabpane .layout-admin-mode input[type="url"], .tab-layout-tabpane .layout-admin-mode textarea, .tab-layout-tabpane .layout-admin-mode select,
.layout-admin-mode input[type="text"], .layout-admin-mode input[type="password"], .layout-admin-mode input[type="date"], .layout-admin-mode input[type="datetime"], .layout-admin-mode input[type="email"], .layout-admin-mode input[type="number"], .layout-admin-mode input[type="search"], .layout-admin-mode input[type="tel"], .layout-admin-mode input[type="time"], .layout-admin-mode input[type="url"], .layout-admin-mode textarea, .layout-admin-mode select {
	width: 100%;
	min-height: 32px;
	background: #f3f3f3;
	border-color: #555;
	border-radius: 4px;
	margin-bottom:0;
	color:#444;
}
.tab-layout-tabpane .layout-admin-mode td.label-td {
	line-height:32px;	
}
.btn-form .btn-submit-form {
	padding: 5px 10px;
	background: #00A0A5;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	border: none;		
}
.btn-form .btn-submit-form:hover {
	background:#D48330;
}
.hidden-more-info {
	display:none;	
}
.hidden-more-info.active {
	display:block;
}
.all-layout-detail .layout-detail .show-advanced-info,
.all-layout-detail .layout-detail .show-more-info {
	color: #00908B;
	font-size: 14px;	
}
.all-layout-detail .layout-detail .show-advanced-info.active .fa-caret-square-o-right:before,
.all-layout-detail .layout-detail .show-more-info.active .fa-caret-square-o-right:before {
	content:"\f150";
}
.all-layout-detail form em ,
label.error {
	color:#f00 !important;	
}
input.error {
	border:1px solid #f00 !important;	
}
.custom-table.table>thead>tr>th {
	  border: 1px solid #ddd;
}
.product-price .old-price {
	text-decoration:line-through;
	color:#999;	
}
.product-price .current-price {
	color:#f00;
	font-weight:bold;
}
.product-status > a.change-status {
	font-size: 16px;
	color: #3DBA21;	
}
.product-status.inactive > a.change-status {
	color: #F44008;	
}
.product-statistic > i.fa {
	font-size:14px;	
}
.inline-edit {
	min-height:40px;	
	line-height:40px;
}
.btn-select-badge {
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	width: 90px;
	height: 90px;
}
ul.select-badge {
	position: absolute;
	background: #EFEFEF;
	width: 600px;
	top: 0;
	right: 100%;
	padding: 5px;
	display:none;
	height:160px;
	overflow:auto;
}
ul.select-badge.active {
	display:block;	
}
ul.select-badge li {
	display: inline-block;
	padding: 3px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 1px;
}
ul.select-badge li a span {
	font-weight:bold;
}
.layout-detail .cash-voucher .ui-datetime{
	left:-50% !important;
}
/*==Warning==*/
.countDownWarning{
	color: #fff;
	line-height: 43px;
	font-size: 16px;
	text-align:right;
} 
.countDownWarning .count-one{
	background:#D37D2A;
}
.countDownWarning .count-two{
	background:green;
}
.countDownWarning .count-three{
	background:#d9534f;
}
.countDownWarning > div{
	padding-right:15%;
}
#header .search{
	color: #fff;
	line-height: 43px;
	font-size: 16px;	
}
/*---------------------Proifile----------------*/
.user-profile-detail .layout-title {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	color: #008A84;	
}
.user-profile-detail .layout-subtitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px;
	color: #008A84;
}
.user-profile-detail .layout-subtitle-lvl2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;	
}
.user-profile-detail padding-5 {
	padding-left:5px;	
}
.user-profile-detail .btn-edit-info {
	text-align:right;	
}
.user-profile-detail .block-content {
	padding:10px;
	border:1px solid #d3d3d3;
	margin-bottom:15px;	
}
.user-profile-detail .block-content.has-min-height {
	min-height:135px;
}
.user-profile-detail .label-infoCustomer {
	text-align:right;
	line-height:30px;
}
.user-profile-detail .form-input {
	width:100%;
	min-height:30px;
	padding:5px;
}
.user-profile-detail .all-order-list {
	margin:5px 0;	
}
.btn-back {
	line-height: 30px;
	padding: 0 10px;
	font-size: 15px;
	text-transform: uppercase;	
}
/*====AccountKH====*/
.user-profile-menu {
	border: 1px solid #008A84;
	margin-bottom: 20px;
	padding: 10px;
}
.user-profile-menu .menu-title {
	color: #008a84;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #008A84;
	font-size:14px;
}
.user-profile-menu > ul li a {
	font-size: 14px;
	line-height: 24px;
	color:#008A84;
}
.user-profile-menu > ul li.active a,
.user-profile-menu > ul li:hover a {
	color:#d47e2b;
	text-decoration:none;
}
.user-profile-menu > ul li a i {
	margin-right:10px;	
}
.fb-like-box{
	border:1px solid #008A84;
	margin-bottom:20px;
}
.formAccountKH{
	margin-bottom:20px;
}
.formAccountKH .label-infoCustomer{
	color: #747474;
	font-family: "conv_myriadpro-regular",Arial,sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	height: 48px;
	line-height: 44px;
	cursor: default;
	padding-top: 0;
	padding-right:15px;
}
.formAccountKH .input-register input[type="text"],.formAccountKH .input-register input[type="password"]{
	height:33px;
	line-height:33px;
	padding: 0 0 0 10px;
	border: solid 1px #a9a9a9;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border linear .2s,box-shadow linear .2s;
	border-color: #bebebe;
	width: 73%;
}
.formAccountKH textarea{
	padding: 0 0 0 10px;
	border: solid 1px #a9a9a9;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border linear .2s,box-shadow linear .2s;
	border-color: #bebebe;
	width: 73%;
}
.submit-accountKH {
	background:url(images/icon_submit.png) no-repeat scroll right center transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	min-width: 55px;
	padding: 0 30px 0 20px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	display:inline-block;
}
.submit-accountKH:hover {
	background:url(images/icon_submitHover.png) no-repeat scroll right center transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	min-width: 55px;
	padding: 0 30px 0 20px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
}
.accountKH{
	border: 1px solid #008a84;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}
.send-coupon td{
	position:relative;
}
.send-coupon td label.error{
	position:absolute;
	top:40px;
}
/*====Article===*/
.select-category button{
	min-height: 34px;
    background: #fff !important;
    border-radius: 4px;
    margin-bottom: 0;
    color: #444;
	width:100% !important;
	margin-bottom:5px;
}
.newCMS .qq-upload-button{
	display: block;
	width: 150px;
	padding: 7px 0;
	text-align: center;
	line-height: 130px;
	background: rgba(242, 242, 242, 0.62);
	height: 150px;
	border: 4px dashed #777;
	color: #777;
	font-weight: bold;
	border-radius: 4px;
	max-width:100%;
	max-height:100%;
}
.newCMS .tabs-left>.nav-tabs{
	padding-top:0;
}
.categoryCMS.newCMS .qq-upload-button{
	line-height: 80px
}
.title-lg{
	font-size:16px !important;
	padding:25px 10px !important;
	margin-bottom:5px;
}
.newCMS label{
	width:100%;
}
.newCMS .tab-content{
	border:1px solid #ddd !important;
	padding:15px;
}
.newCMS input[type="text"],.newCMS input[type="number"]{
	margin:0 !important;
}
.divider{
	border: 1px solid #999;
    margin: 10px 0;
}
.form-button-action{
	margin: 15px 0 0; 
}
.form-button-action a{
	color:#fff;	
}
.newCMS .title-label{
	font-weight:bold;
	font-size:16px;
	display:block;
	margin-bottom:10px;
}
/*===TiengAnhAlibaba*/
.course-audioZoom{
 zoom:0.7;
 width:18%;
 overflow:hidden;
}
.vocabulary-audioZoom{
	zoom:0.5;
	width:45px;
	overflow:hidden;
	float:left;
	margin-left:15px;
	padding:7px 0;
}
.vocabulary-audio-span{
	float:left;
}
/*====NewCMS====*/
.newCMSList .tab-content{
	padding:0 !important;
}
.newCMSList .tile-header{
	border:none !important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    background-color: #fafafa;
    border-bottom: 1px solid transparent;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 5;
	min-height:42px;
}
.newCMSList .table-info{
	color: #222;
    display: table;
    width: 100%;
}
.newCMSList .table-info .table-top{
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    display: table-header-group;
    padding-right: 16px;
}
.newCMSList .table-top-th{
	color: #565656;
    display: table-cell;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}
.newCMSList .table-top .table-top-top{
	height:48px;
	line-height:48px;
}
.newCMSList .table-top-lv2:first-child{
	padding-left:11px;
}
.newCMSList .table-top-lv2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    padding: 0 6px;
    vertical-align: top;
    white-space: nowrap;
}
.newCMSList .table-content{
	display: table-row-group;
}
.newCMSList .table-content-tr{
	display: table-row;
}
.newCMSList .table-content-td{
	border-bottom: 1px solid rgba(0,0,0,0.065);
    display: table-cell;
    padding: 0;
    vertical-align: middle;
	height:42px;
}
.newCMSList .table-content-image{
	flex: none;
    height: 32px;
    padding-left: 14px;
    padding-right: 4px;
	float:left;
}
.newCMSList .table-content-text{
	flex: 0 1 auto;
    overflow: hidden;
    padding-top: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
	line-height:32px;
}
.newCMSList .table-content-text a{ 
	padding-left: 10px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
	color:#222;
	font-size:13px;
}
.newCMSList .table-content-fix:hover .table-content-td,.newCMSList .table-content-td.active,.newCMSList .table-content .ui-selected,.newCMSList .list-grid-info:hover .list-grid-title,.newCMSList .ui-selected .list-grid-info .list-grid-title{
	background-color: #4285f4;
    color: #fff;
}
.newCMSList .list-grid .table-content .ui-selected{
	background-color: #fff !important;
}
.newCMSList .table-content-fix:hover .table-content-td a,.newCMSList .ui-selected .table-content-td > .table-content-text >  a,.newCMSList .table-content .ui-selected > a,.newCMSList .list-grid-info:hover .list-grid-title a,.newCMSList .ui-selected .list-grid-info .list-grid-title a{
	color:#fff;
}
.newCMSList .list-grid-info:hover,.newCMSList .ui-selected .list-grid-info{
   box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
}
.newCMSList .table-content-image .ovan-image{
	background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    position: relative;
} 
.newCMSList .table-content-image .ovan-image img{
	position: absolute;
    left: 7px;
    right: 0;
    top: 6px;
}
.newCMSList .deleteDetail{
	font-size: 21px;
    color: #222;
}
.newCMSList .pagination-top a,.newCMSList .pagination-top span{
	display:none;
}
.newCMSList .pagination-top a.next,.newCMSList .pagination-top span.next,.newCMSList .pagination-top a.prev,.newCMSList .pagination-top span.prev{
	display:block !important;
	line-height:20px !important;
	width:32px;
	height:32px;
}
.newCMSList .pagination-top a.prev,.newCMSList .pagination-top span.prev{
	float:left;
}
.newCMSList .pagination-top a.next,.newCMSList .pagination-top span.next{
	float:right;
}
.newCMSList .pagination-top .default-pagination{
	padding-top:5px !important;
}
.newCMSList ul.controls > li > a > i{
	font-size:14px;
} 
.newCMSList .list-grid-info{
	border-radius: 1px;
    position: relative;
    width: 100%;
}
.newCMSList .list-grid-info .list-grid-image{
	position:relative;
	height:150px;
}
.newCMSList .list-grid-info .list-grid-image a{
	display:block;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    background-color: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.newCMSList .list-grid-info .list-grid-title{
	border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    height: 37px;
    width: 100%;
	padding-top:10px;
}
.newCMSList .list-grid-info .list-grid-title a{
    color: #222;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}
.newCMSList  .list-grid-col{
	padding-bottom:15px;
}
.newCMSList .totalItem{
	line-height:33px;
}
.newCMSList .no-content{
	text-align: center;
    line-height: 201px;
    background: #ddd;
    font-size: 16px;
    margin-top: 1px;
}
.newCMSList .table-totalView{
	text-align:center;
}
/*------------------------NEW WIDGET---------------------*/
.selectDataType .typeInfo{
 text-align:center;
 padding:25px 0; 
}
/*===otherDetail====*/
.otherDetail-title{
	box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
	color:#222;
}
.otherDetail-title:hover{
	color: #15c;
    text-decoration: underline;
}
.newCMSList .loadDetail{
	box-sizing: border-box;
    background-color: #fafafa;
    border-left: 1px solid #e1e1e1;
    height: 100%;
    overflow: hidden;
    position: absolute;
	right:-100%;
    top: 8px;
	width:365px;
	z-index:101;
	display:none;
}
.newCMSList .otherDetail .table-otherDetail{
	flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding-left: 16px;
    padding-top: 8px;
    width: 349px;
}
.newCMSList .otherDetail .table-otherDetail .closeDetail{
	font-size: 24px;
    position: absolute;
    top: 16px;
    right: 5px;
    color: #222;
}
/*=====Promotion====*/
.newCMS  .promotionType .couponType input[type="radio"]{
	float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.newCMS .promotionType .couponType .couponType-top{
	float:left;
}
.newCMS .promotionType .couponType.active .couponType-bottom{
	display:block !important;
}
.newCMS .promotionType .couponType.active .couponType-top {
    display: none!important;
}
.newCMS .couponType-input{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out 
}
.parentProperty .btn-default{
	width:100%;
	text-align:left;
}