/* Minification failed. Returning unminified contents.
(2224,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2251,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2459,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2472,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(3077,46): run-time error CSS1046: Expect comma, found '74'
(3077,52): run-time error CSS1046: Expect comma, found '/'
(3114,38): run-time error CSS1046: Expect comma, found '74'
(3114,44): run-time error CSS1046: Expect comma, found '/'
(3162,46): run-time error CSS1046: Expect comma, found '74'
(3162,52): run-time error CSS1046: Expect comma, found '/'
(3175,36): run-time error CSS1046: Expect comma, found '0'
(3175,40): run-time error CSS1046: Expect comma, found '/'
(4950,51): run-time error CSS1046: Expect comma, found '255'
(4950,59): run-time error CSS1046: Expect comma, found '/'
(4951,43): run-time error CSS1046: Expect comma, found '255'
(4951,51): run-time error CSS1046: Expect comma, found '/'
(5231,51): run-time error CSS1046: Expect comma, found '255'
(5231,59): run-time error CSS1046: Expect comma, found '/'
(5232,43): run-time error CSS1046: Expect comma, found '255'
(5232,51): run-time error CSS1046: Expect comma, found '/'
 */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

*{margin:0;padding:0;}
body{
	font-size:16px;
    font-family: 'Roboto', sans-serif;
}

ol, ul {

    list-style: none;

}
a{ color:#E21E30;}
	a, a:hover {
		text-decoration: none !important;
		color:#E21E30;
	}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/*=== Menu ===*/
.menu_left ul.nav li.nav-item,.menu_right ul.nav li.nav-item {
	display: inline-block;
	padding:0 10px;
	vertical-align:top;
}
.menu_left ul.nav li.nav-item.sub-item:after,.menu_right ul.nav li.nav-item.sub-item:after,
.menu_left ul.nav li.nav-item.sub-item:before,.menu_right ul.nav li.nav-item.sub-item:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 22px;
    right: 5px;
}
.menu_left ul.nav li.nav-item.sub-item:after,.menu_right ul.nav li.nav-item.sub-item:after{
    margin-right: 2px;
    border-top-color: #fff;
    border-width: 4px;
}
.menu_right ul.nav-right li.nav-item-right {
	display: inline-block;
	padding:0 !important;
	vertical-align:top;
}
.nav-item-right:hover > .dropdown-menu{
	opacity: 1;
	visibility: visible;
	display: block;
}
.menu_left ul.nav>li.nav-item:last-child, .menu_right ul.nav>li.nav-item:last-child{
	
}
.menu_left ul li a,.menu_right ul li a {
	font-size:16px;
	text-transform: none;
	color:#3c3b5c;
	line-height: 26px;

	left:0;
}
.menu_left .dropdown-menu > li > a{ font-size:14px;}

.menu_left > ul > li > a:hover{
	background:none;
}

.menu_left ul li.active>a, .menu_right ul li.active>a{
	color: #d53939;
}
.menu_left ul li:hover>ul, .menu_right ul li:hover>ul{
	display: block !important;
}
.menu_left ul ul li, .menu_right ul ul li{
	display: block !important;
}
.nav-item-right ul li {
	width: 100%;
}
.dropdown-menu-left {

    left: 20px;
}

li.dropdown-submenu .fa {
	top: 9px;
	position: absolute;
	right: 10px;
}
.dropdown-menu {display:none;margin:0 !important}
.nav li.nav-item  a:hover > ul > ul.level-1 {
	position: relative;
	display:block;
}
/*li.dropdown-submenu.nav-item-lv1:hover {
position: relative;
}
li.dropdown-submenu.nav-item-lv2:hover {
position: relative;
}*/
.nav-item li.dropdown-submenu .dropdown-menu {left:100%;top:0}
/*=== End Menu ===*/

/*===========BEGIN: BANNER=================*/
.vnt-banner{
    position: relative;
    overflow: hidden;
}
.vnt-banner:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*background: url("../images/mui_tau.svg") no-repeat 100% 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;*/
}
#slider_banner.slick-initialized .item,
#slider_banner .item:first-child{
    display: block;
}
#slider_banner .item{
    display: none;
}
#slider_banner .item .i-image img{
    width: 100%;
}
#slider_banner .item .i-desc{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    color: #ffffff;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform:translate(-100px,0);
    -moz-transform:translate(-100px,0);
    -o-transform:translate(-100px,0);
    -ms-transform:translate(-100px,0);
    transform:translate(-100px,0);
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
}
#slider_banner.active .item.slick-current .i-desc{
    visibility: visible;
    opacity: 1;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
#slider_banner .item .i-desc .id-logo{
    margin-bottom: 5px;
}
#slider_banner .item .i-desc .id-text{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #ed1c24;
}
#slider_banner .slick-arrow{
    width: 35px;
    height: 63px;
    background: rgba(255, 255, 255, 1);
    color: #3a290c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-transform:translate(-100%,-50%);
    -moz-transform:translate(-100%,-50%);
    -o-transform:translate(-100%,-50%);
    -ms-transform:translate(-100%,-50%);
    transform:translate(-100%,-50%);
    z-index: 50;
}
#slider_banner:hover .slick-arrow{
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
#slider_banner .slick-arrow:hover{
    color: #ffffff;
    background: #ed1c24;
}
#slider_banner .slick-prev{
    margin-top: 32px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#slider_banner:hover .slick-prev{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#slider_banner .slick-next{
    margin-top: -32px;
    left: 0;
    right: auto;
}
#slider_banner .slick-arrow:after{
    position: absolute;
    font-size: 33px;
    line-height: 40px;
    padding: 0 1px;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-family: fontawesome;
}
#slider_banner .slick-next:after{
    content: '\f105';
}
#slider_banner .slick-prev:after{
    content: '\f104';
}


#slider_banner .slick-dots {
    bottom: 10px;
    text-align: center;
}
#slider_banner .slick-dots li {
    margin: 0 2px;
}

#slider_banner .slick-dots li button::before {
    font-size: 12px;
    opacity: 1;
    color: #b2b2b2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#slider_banner .slick-dots li.slick-active button::before,
#slider_banner .slick-dots li button:hover::before,
#slider_banner .slick-dots li button:focus::before {
    color: #ec1c24;
}

/*===========END: BANNER=================*/

.slogan_home{ text-align:center; padding:10px; font-size: 28px; color: #3c3b5c; margin-bottom:15px; margin-top: 0;

padding-top: 0;}
.slogan_home span{ border-bottom:3px solid #f37021; padding-bottom:10px;}

/*===========BEGIN: ABOUT=================*/
.vnt-about{
}
.vnt-about .va-title{
    padding: 30px 0;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #ed1c24;
    font-family: 'EurostileVO';
    font-weight: 900;
}
.vnt-about .va-title h2{
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
}
.vnt-about .vac-text{
    width: 50%;
    float: left;
    background: #fafafa;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
}
.vnt-about .wrap-text{
    max-width: 600px;
    padding: 55px 60px 55px 15px;
    margin: 0 0 0 auto;
}
.vnt-about .vac-img{
    width: 50%;
    float: right;
}
.vnt-about .vac-img img{
	margin-left:15px;
}
.view-more{
    margin-top: 15px;
}
.view-more a{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 9px 25px;
    background: #ffffff;
    font-weight: 600;
    color: #375a9c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
}
.view-more a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    content: '';
    background: #375a9c;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	text-decoration:none;
}
.view-more a:hover:before{
    right: 0;
	text-decoration:none;
}
.view-more a span{
    position: relative;
    z-index: 1;
}
.view-more a:after{
    font-family: fontawesome;
    content: '\f105';
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.view-more a:hover{
    color: #ffffff;
	text-decoration:none;
}
/*===========END: ABOUT=================*/

/*===========BEGIN: HOME DIAGRAM =================*/
.home-diagram{
	background:url(../images/bg-diagram-top.png) no-repeat center top;
	padding-top: 0px;
}
.home-diagram .container{padding:0;}
.home-diagram h2{
	font-size: 32px;
	font-family: Prata;
	font-weight: 400;
	color: #3c3b5c;
	margin: 0;
	position: relative;
	line-height: 48px;
	text-align: center;
	padding: 0px 10px;
	padding-bottom: 28px;
	margin-bottom: 40px;
}
.home-diagram h2:after{
	width: 60px;
	height: 3px;
	background: #d53939;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.home-diagram .bg-diagram{
	background:url(../images/bg-diagram.png) center bottom no-repeat;
	border-bottom: 1px solid #e9e9e9;
	min-height: 500px;
}
.home-diagram .bg-diagram .item{
	margin-top: 10px;
	float: left;
	height: 490px;
	text-align: center;
	padding: 0 15px;
	position: relative;
}
.home-diagram .bg-diagram .item.diagram-1{
	padding-top: 192px;
	width: 176px;
}
.home-diagram .bg-diagram .circle-line{
	height: 180px;
}
.home-diagram .bg-diagram .item.diagram-2{
	padding-top: 137px;
	width: 210px;
	margin-left: 71px;
}
.home-diagram .bg-diagram .item.diagram-2 .circle-line{
	height: 210px;
}
.home-diagram .bg-diagram .item.diagram-3{
	padding-top: 102px;
	width: 199px;
	margin-left: 38px;
}
.home-diagram .bg-diagram .item.diagram-3 .circle-line{
	height: 245px;
}
.home-diagram .bg-diagram .item.diagram-4{
	padding-top: 91px;
	width: 210px;
	margin-left: 49px;
}
.home-diagram .bg-diagram .item.diagram-4 .circle-line{
	height: 281px;
}
.home-diagram .bg-diagram .item.diagram-5{
	padding-top: 14px;
	width: 199px;
	margin-left: 54px;
	margin-right: -40px;
}
.home-diagram .bg-diagram .item.diagram-5 .circle-line{
	height: 333px;
}
.home-diagram .icon-diagram{
	text-align: center;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 10px;
}
.home-diagram .icon-diagram:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}
.home-diagram .icon-diagram img{
	max-width: 50px;
	max-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.home-diagram h3{
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	margin-bottom: 8px;
	color: #555555;
	font-weight: 400;
	text-align: center;
}
.home-diagram .circle-line{
	position: relative;
}
.home-diagram .circle-first{
	display: inline-block;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.31);
	width: 27px;
	height: 27px;
	padding: 8px;
	position: relative;
	z-index: 9;
}
.home-diagram .circle-last{
	background: #d53939;
	border-radius: 50%;
	display: block;
	width: 11px;
	height: 11px;
}
.home-diagram .circle-line:before {
	content: "";
	width: 1px;
	display: inline-block;
	height: 100%;
	background: #e2e2e2;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home-diagram .diagram-year{
	background: #d53939;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 89px;
	height: 32px;
	text-align: center;
	border-radius: 30px;
	padding: 6px 5px;
	margin: 0 auto;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	z-index: 9;
}

/*===========END: HOME DIAGRAM=================*/


.product-f-image {
    position: relative;
	width:100%;
	overflow:hidden;
}

.product-f-image img {transition: all .2s ease-in-out; width: 100%; max-height:100%;}
.product-f-image:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
	
	

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden; border:1px solid #eee;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height:100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #375a9c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #375a9c;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #375a9c;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}

.single-product{ overflow:hidden; margin-bottom:8px; }

.single-product .incell{ height:380px; border:1px solid #eee; position: relative;overflow:hidden;}
.single-product .incell .tcate{ position: absolute; top:20px; right:20px; background: #dd8e04; z-index: 999; padding: 2px 6px; color:#fff; border-radius: 5px;}

.single-product .incell .product-f-image{height:250px; }

.select_top_products .single-product .incell{ height:280px; border:1px solid #eee;}

.single-product .product-info{ padding:0 8px;}
.single-product .product-info i{ color:#00a65a;}
.single-product .product-info .price{ color:red;}

.single-product h2 {
    font-size: 14px;
    line-height: 25px;
    margin:5px 0;
}


.single-product h2 a {
    color: #222;
    font-weight: bold;
    font-size: 18px;
}
.single-product p {
    color: #375a9c;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
.single-product:hover {}
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}
.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {color: #222;border-color: #222}
.brand-list {padding-top: 40px;}
.brand-list .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.brand-wrapper .owl-nav div {
  border: 1px solid #375a9c;
  color: #375a9c;
  display: inline-block;
  margin-left: 15px;
  padding: 1px 10px;
}

.brands-area{ background:#ededed;}

/* LIST PRODUCTS */
.list-product{ margin:10px 0;}
.list-product h2 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.list-product h2 a {
    color: #222;
}
.list-product p {
    color: #375a9c;
    font-weight: 700;
}

.list-product {
  overflow: hidden;
}
.list-product:hover {}
.list-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.list-product:hover .product-hover a.view-details-link {bottom: 32%;}
.list-product:hover .product-hover:after{left: 0}


/*==BEGIN: FOOTER==*/
.footer-main{
    font-size: 15px;
}
.footer-main h2{
	font-size:18px;
}
.footer-main a{ color:#000; font-size: 15px;}
.footer-main ul li a{ display: block; padding: 6px 0;}
.footer-main .info-link{
	float: right;
	width: 550px;
	padding: 45px 0 30px 0;
}
.info-link .node{
	float: left;
	width: 40%;
	padding-left: 10px;
}

.info-link .node1{
	float: left;
	width: 56%;

}
.info-link .node-title{
	font-size: 21px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.info-link .node-title h3{
	font-size: 21px;
	line-height: 30px;
}
.info-link .node-content ul li{
	margin-bottom: 8px;
}
.info-link .node-content ul li a{
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px 0 20px;
	position: relative;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.info-link .node-content ul li a:hover{
	padding: 0 0 0 30px;
}
.info-link .node-content ul li a:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: fontawesome;
	content: '\f105';
	color: #999999;
}
#vnt-footer{background: #C10415;}
.footer-main {
    padding-top: 60px;
    padding-bottom: 20px;
    color:#fff;
}
.footer-main a{ color:#fff;}

.footer-bottom{
	padding: 10px 0;
    border-top: 1px solid #fff;
}
.footer-bottom .copyright{
	float: left;
}
.copyright{
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
	color: #aaaaaa;
	padding: 12px 0;
}
.copyright span{
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	color: #dddddd;
}
.footer-bottom .vnt-socail{
	float: right;
}
.vnt-socail ul:after{
	display: block;
	content: '';
	clear: both;
}
.vnt-socail ul li{
	float: left;
	margin-left: 2px;
}
.vnt-socail ul li:first-child{
	margin-left: 0;
}
.vnt-socail ul li a{
	display: block;
	width: 45px;
	height: 45px;
	background: #666666;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	padding-top: 10px;
	color: #cccccc;
}
.vnt-socail ul li a:hover{
	background: #ed1c24;
	color: #ffffff;
}
.vnt-socail ul li a i{
	font-size: 22px;
	line-height: 25px;
}
/*==END: FOOTER==*/
.go_top{
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 60px;
	height: 55px;
	background: #dddddd;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	animation: bounce1 2s infinite;
	-webkit-animation: bounce1 2s infinite;
	-moz-animation: bounce1 2s infinite;
	-o-animation: bounce1 2s infinite;
	z-index: 50;
}
.go_top:hover{
	background: #ed1c24;
}
.go_top:after{
	position: absolute;
	font-family: fontawesome;
	content: '\f077';
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color: #ffffff;
	font-size: 30px;
	line-height: 60px;
}

/* map*/
.iFrameMap{
	width: 100%;}
@media (min-width: 992px) {
	#list-collection ul.collapse {
		display: block;
	}
}
#list-collection{
	margin-bottom: 20px;
}
#list-collection ul li {

	padding-left: 10px;
}
#list-collection #collection_list li a {
	font-size: 14px;
	display:block;
	padding:6px 0;
	border-bottom:1px dotted #eee;
    color: #000;
}
#list-collection #collection_list li a:before {font-family: "FontAwesome";
	content:'\f105  '; color:#000;}

#list-collection ul li:hover > em, #list-collection ul li:hover > a{
	color: #d53939;
	text-decoration:none;
}

#list-collection ul li.active a{ margin-left:5px;}

#list-collection ul li.active a:before{font-family: "FontAwesome"; content: '\f0a9  ';}
	
#list-collection > ul {
	list-style: none;
	margin-left:-6px;
}
#list-collection > ul li {
	/padding: 5px 0;
	position: relative;
}
#list-collection > ul li a {
	font-size: 15px;
	padding: 7px 0;
	padding-left: 20px;
	font-weight: 400;
	border-bottom: none;
	color: #21222a;
	display: inline-block;
}
#list-collection > ul li em {
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	left: 0;
	top: 7px;
}
#list-collection > ul li li em {
	/top: 5px;
}
#list-collection > ul > li {
}
#list-collection > ul > li > ul {
	list-style: none;
}
#list-collection > ul > li > ul > li > ul {
	list-style: none;
}

.title_page {
	position: relative;
	padding: 5px 0;
	text-align: center;
	margin: 0 0 15px 0;
	border-bottom: 4px double #e1e1e1;
}
.title_page h2 {
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	padding: 0 0px 10px;

	color: #21222a;
}

.hotproducts{
	margin-top:10px; list-style:none;
	margin-left:8px;
	margin-right:8px;
}

.hotproducts .col-md-6{ padding-left:5px; padding-right:5px;}
.hotproducts li{ margin-bottom:8px;}


.products_details_info .tilte_producst h1,.products_details_info .description_product,.products_details_info .select_color,.products_details_info .select_size{
	padding:0;
}
.products_details_info .group-select-number{
	width: 100px;
}
.products_details_info .description_product{
	width: 100%;
	float: left;
	margin:15px 0 0 0;
	padding-bottom: 20px;
	color: #21222a;
}
.products_details_info .description_product strong{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
.products_details_info{overflow:hidden;}
.product-content-tab{
	
}
.tab_products_details {
	position: relative;
	width: 100%;
	float: none;
}
.tab_products_details .nav-css{
	margin-top: 20px;
	text-align: left;
	float: none;
}
.product-content-tab .btn_action_product2{
	margin: 0;
	margin-bottom: 15px;
	display: inline-block;
	float: none;
}
.products_details_zoom_images .sp-large {
	margin: 30px auto;
}
.products_details_zoom_images .sp-wrap.sp-non-touch {
	width: 600px;
	max-width: 600px;
}
.products_details_zoom_images .sp-thumbs a:link, .sp-thumbs a:visited {
	width:100px;
	height:100px
}

.action_button_product {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.action_button_product #qty {
	width: 100%;
	border-radius: 3px;
	border: none;
	padding: 0px 40px 0px 10px;
	font-size: 16px;
	height: 53px;
	line-height: 53px;
	outline: none;
}
.action_button_product .btn_plus {
	width: 31px;
	height: 28px;
	font-size: 17px;
	position: absolute;
	background: #f8f8ff;
	border: 1px solid #cccccc;
	right: -1px;
	top: -1px;
	border-radius: 0px 3px 0px 0px;
	line-height: 25px;
	text-align: center;
}
.action_button_product .btn_plus:focus{outline:none;}
.action_button_product .btn_minis:focus{outline:none;}
.action_button_product .btn_minis{	
	width: 31px;
	height: 28px;
	font-size: 20px;
	position: absolute;
	background: #f8f8ff;
	border: 1px solid #cccccc;
	right: -1px;
	bottom: -1px;
	border-radius: 0px 0px 3px 0px;
	line-height: 25px;
	text-align: center;
}
.action_button_product .group-select-number{
	float:left;
}
.btn_buy_product {
	float:left;
	display: block;
	margin: 1px 0px 0 17px;
	padding: 15px 37px;
	background: #173265;
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
}
.btn_action_product2 {
	display: block;
	height: 55px;
	background: #173265;
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 3px;
	position: relative;
	padding: 15px;
	padding-left: 69px;
}
.btn_action_product2 i{
	width: 54px;
	height: 55px;
	background: #384f7a;
	position: absolute;
	left: 0;
	top: -1px;
	border-radius: 3px 0px 0px 3px;
	line-height: 55px;
}
.btn_action_product2:hover{
	opacity:.7; 
}
.btn_action_product2 {
	float: left;
}

.price_products_main .price {
	font-size:26px;
	font-weight:bold;
	padding-right:10px;
	color:#d53939;
}
.price_products_main .sale-price {
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
	color: #a1a1a1;
	text-decoration: line-through;
}
.price_products_main .product-price-old {
	font-size: 17px !important;
	text-decoration: line-through;
	color: #a1a1a1 !important;
	font-weight: 400;
}

.group-select-number {
	display: inline-block;
	position: relative;
	width: 40%;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: auto;
}

.btn_minis {
	width: 29px;
	height: 23px;
	/font-size: 24px;
	position: absolute;
	background: none;
	border: none;
	right: 10px;
}

.btn_plus {
	width: 29px;
	position: absolute;
	right: 10px;
	background: none;
	border: none;
	/font-size: 20px;
	height: 22px;
}

#qty {
	width: 100%;
	border: none;
	padding: 10px 10px;
}

.hotline-detail{
	margin-bottom: 20px;
}
.hotline-detail .hotline{
	
	color: #21222a;
	line-height: 32px;
	font-weight: 500;
}
.hotline-detail .hotline a{
	color: #d53939;
	margin-left: 5px;
	font-size: 24px;
}
.hotline-detail .des{
	color: #6f6f6f;
	font-size: 14px;
	font-weight: normal;
}

.promotion-detail h3{
	margin: 0;
	font-size: 14px;
	color: #21222a;
	border-bottom: 1px solid #ebebeb;
	height: 13px;
	line-height: normal;
	margin-bottom: 20px;
}
.promotion-detail h3 span{
	display: inline-block;
	background: #fff;
	padding-right: 5px;
	text-transform: uppercase;
}
.promotion-detail ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.promotion-detail ul li{
	margin-bottom: 5px;
	font-size: 14px;
	color: #666666;
	position: relative;
	padding-left: 20px;
}
.promotion-detail ul li:before{
	width: 8px;
	height: 8px;
	border: 1px solid #767676;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 6px;
	content: "";
}
/*== Tabs Products Details ==*/
.short_description {
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.short_description p{
	margin: 0;
}
.tab_products_details .nav-css{
	border-bottom: 4px double #e1e1e1;
}
.tab_products_details .tab-pane:before,.tab_products_details .nav-css:before, .tab_products_details .title_page:before{
	content:none;
}
.tab_products_details .nav-css>li.active a {
	border-bottom: none;
	color:#d53939;
}
.tab_products_details .nav-css>li a{
	font-weight:400;
	font-size: 22px;
	font-family: Prata;
	margin: 5px 14px;
	text-transform: none;
	padding: 0;
	padding-right: 14px;
	border-right: 1px solid #898989;
	height:20px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-left: 0;
}
.tab_products_details .nav-css>li{
}
.tab_products_details .nav-css>li:last-child a{
	border-right:none;
}
.tab_products_details .nav-css:after{
	display: none;
}
.tab_products_details img{
	margin:10px auto;
	max-width: 100%;
	height:auto !important;
	text-align: center;
	display: block;
}
.tab_products_details #products_details{
	text-align: justify;
	padding-bottom: 50px;
	float: none;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.tab_products_details #products_details ul{
	padding-left: 40px;
	list-style: initial;
}
/*== End Tabs Products Details ==*/
.tilte_producst{ margin-top:10px;}
.tilte_producst h1 {
	word-break:break-word;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
	padding: 0px 10px 0 0;
	margin-top:-18px;
	margin-bottom: 0;
	text-transform:uppercase;
}

.policy-detail{
	padding-right: 0;
}
.policy-detail .list-policy{
	background: #f8f8ff;
	padding: 10px 27px 20px;
	margin-bottom: 15px;
}
.policy-detail .list-policy .item{
	padding: 16px 0;
	border-bottom: 1px solid #eaeaff;
	line-height: 26px;

	position: relative;
	font-size: 15px;
	color: #444444;
}
.policy-detail .list-policy .item img{
	max-height: 26px;
	max-width: 26px;
	position: absolute;
	left: 0;
}
.policy-detail .list-policy .item:last-child{
	border-bottom: none;
}
.policy-detail .list-agency{
	background: #f9f9f9;
	padding: 10px 27px;
	margin-bottom: 15px;
}
.policy-detail .list-agency h2{
	font-size: 16px;
	margin: 0;
	color: #21222a;
	font-weight: 500;
	padding-top: 10px;
	margin-bottom: 15px;
}
.policy-detail .list-agency ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.policy-detail .list-agency ul li a{
	font-size: 15px;
	color: #444444;
	display: block;
	padding-right: 15px;
	position: relative;
	padding: 7px 0;
}
.policy-detail .list-agency ul li a i{
	position: absolute;
	right: 0;
}
.policy-detail .list-agency ul li a:hover{
	color: #d53939;
}
#pncart { padding-top:38px;}
#pncart a{background: rgba(0, 0, 0, 0) url("../images/bg_cart.png") no-repeat scroll 0 0;cursor: pointer;height: 40px;position: relative; width: 41px; display:block;}
#pncart #cart-total{background: #ed1c24 none repeat scroll 0 0;border: 2px solid #fff;border-radius: 50%;color: #fff;font-size: 12px;font-weight: 400;height: 25px;line-height: 22px;margin: 0;position: absolute;right: -15px;text-align: center;top: 0;vertical-align: middle;width: 25px;}


table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th, table.shop_table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
table.shop_table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 15px;
    text-transform: uppercase;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 14px;
}
table.shop_table .remove{
	 font-size:20px; color:red;
}
div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #375a9c;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {

}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #375a9c;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}

div.cart-collaterals ul.products li.product img{
	height:280px;
	
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th, .cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.cart_totals table th {
    background: none repeat scroll 0 0 #f4f4f4;
}
.onsale {
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #375a9c;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 15px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.price > ins {
}
div.cart-collaterals ul.products li.product .price ins {
    color: #375a9c;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.checkout-button{
background: none repeat scroll 0 0 #375a9c;
border: medium none;
color: #fff;
padding: 11px 20px;
text-transform: uppercase; 
float:right;
display:inline-block;
}

.checkout-button:hover{
	background: none repeat scroll 0 0 #000;
	color: #fff;
	text-decoration:none;
}

.document_row{
	padding:10px 0;
}
.document_row .title_row a{
	font-size:15px; color:#000;
}
.document_row .title_row a:hover{
	text-decoration:none;
}

.news_row{
	padding:10px 0;
}
.news_row .title_row a{
	font-size:15px; color:#000;
}
.news_row .title_row a:hover{
	text-decoration:none;
}

#top_login { position:absolute; top:0; right:10px;}
#top_login a:hover { text-decoration:none; }

#top_hotline{ position:absolute; top:90px; right:0; font-size:20px; color:red;}

#top_menu{ background:#fff;  z-index:999;}

#slogan_text{ text-transform:uppercase;  text-align:right; margin-top:21px; font-weight:bold;}

#support{margin-top:15px; line-height:22px; }
#support a{ color:#000;}

#support a.thotline{ color:#f79420; font-size:25px;}

@media (min-width:1200px){
	.btn_buy_product{ 
		margin: 1px 0px 0 17px;
	}
	.btn_action_product2 {
		margin: 0px 0px 0px 17px;
	}
}
.img-banner{ max-width: 1800px; width: 100%;}

.logo{padding:12px 0; text-align: center;}
.logo img{ max-height:100px;width: 100%;}
.navbar .logo-mobile {
    display: none;
}
.logo .logo-wrapper{
    text-align:center;
    display:block;
}
.list-paddingleft-2
{
    padding-left:30px;
}
.dropdown-menu {
}
.dropdown-menu li{}
.dropdown-menu li a{ padding: 6px 10px;}
.pagination > li > a, .pagination > li > span {
    color: #E21E30;
}

.rightlnk
{
    color:#333;
    padding-left:3px;
}
.third ul
{
    padding-left:5px;
}
.message_panel {
    width: 500px;
    margin: 15px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
.breadcrumb{margin:0;}
.ui-widget-header{ background:red; color:#fff;}
.validate-error{ border:1px solid red !important;}
.form-group .control-label{text-align:right; padding-right:2px;}
.form-group.required .control-label:after{ content:' *'; color:red;}
.nav-tabs > li > a{ text-align:center;}
.header_main {
}
.menu{
    z-index: 2000;
}
.topmenu {
    color: #000;
  /*  margin-top: 20px;*/
    display: flex;
    justify-content: center;
}
.btn-kaiza-border {
    margin-top: 15px;
    height: 4rem;
    line-height: 4rem;
    background-color: #fff;
    color: #E21E30;
    border: #E21E30 solid 1px;
    border-radius: 2rem;
    background-clip: padding-box;
    text-transform: uppercase;
    text-align: center;
    padding: 0 calc(2rem + 36px) 0 2rem;
    transition: all .25s linear;
    position: relative;
}

    .btn-kaiza-border:after {
        content: '';
        display: inline-block;
        background: url(../images/right-arrow.png) center center no-repeat;
        width: 26px;
        height: 18px;
        line-height: 4rem;
        margin-left: 1rem;
        position: absolute;
        top: calc(50% - 9px);
        right: 2rem;
    }
.btn-read-more
{
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #662D91;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color:#662D91;
}
header.fixed {
    width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    top: 0;
    position: fixed;
    z-index: 7000;
    background-color: white;
    box-shadow: 0 0 5px 2px #ccc;
}
.btn-read-more:hover
{
    color: #FFF;
    background: #662D91;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.section-banner-logobig {
    color: #fff;
    height: 440px;
    position: relative;
    margin-bottom: 50px;
    background-repeat: repeat;
    background-position: center;
}

#breadcrumbs {
    text-align: center;
}

.section-banner-logobig .banner-txt {
    text-align: center;
    width: 700px;
    max-width: 100%;
    color: #fff;
    margin: 0 auto;
}

.section-banner-logobig h1 {
    font-size: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.with-sidebar h1.title {
    margin-top: 0px !important;
    font-size: 33px !important;
    font-weight: bold;
    color: #E21E30;
}

.with-sidebar .info {
    text-align: right;
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 5px;
}

.with-sidebar .info {
    text-align: right;
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 5px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.section-banner-detail {
    color: #fff;
    height: 200px;
    position: relative;
    margin-bottom: 50px;
    background-repeat: repeat;
    background-position: center;
    /*  opacity: 0.5;*/
}

    .section-banner-detail::before {
        background-color: #282828;
        opacity: 0.9;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }


    .section-banner-detail .banner-txt {
        text-align: center;
        width: 700px;
        max-width: 100%;
        color: #fff;
        margin: 0 auto;
    }

    .section-banner-detail h1 {
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        opacity: 1;
    }

        .section-banner-detail h1 span {
            display: block;
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            position: relative;
            text-transform: uppercase;
        }

    .section-banner-detail .banner-button {
        text-align: center;
        margin-top: 5rem;
    }



        .section-banner-detail .banner-button .btn-Kaizait {
            box-shadow: 0 5px 30px 0 rgb(238 74 42 / 20%);
        }
.section-banner-logobig h1 span {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.section-banner-logobig .banner-button {
    text-align: center;
    margin-top: 5rem;
}

.center-top {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}

.btn-Kaizait.btn-light {
    height: 4.6rem;
    line-height: 4.6rem;
    padding: 0 4.6rem;
    border-radius: 2.3rem;
    background-clip: padding-box;
}

.section-banner-logobig .banner-button .btn-Kaizait {
    box-shadow: 0 5px 30px 0 rgb(238 74 42 / 20%);
}
.section-banner-logosmall {
    color: #fff;
    height: 200px;
    position: relative;
    margin-bottom: 50px;
    background-repeat: repeat;
    background-position: center;
}


    .section-banner-logosmall .banner-txt {
        text-align: center;
        width: 700px;
        max-width: 100%;
        color: #fff;
        margin: 0 auto;
    }

    .section-banner-logosmall h1 {
        font-size: 400;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

        .section-banner-logosmall h1 span {
            display: block;
            text-align: center;
/*            font-weight: 700;
            font-size: 3.6rem;
            line-height: 5rem;*/
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            position: relative;
            text-transform: uppercase;
        }

    .section-banner-logosmall .banner-button {
        text-align: center;
        margin-top: 5rem;
    }



        .section-banner-logosmall .banner-button .btn-Kaizait {
            box-shadow: 0 5px 30px 0 rgb(238 74 42 / 20%);
        }
.btn-Kaizait {
    height: 4rem;
    line-height: 4rem;
    border-radius: 2rem;
    background-clip: padding-box;
    background-color: #E21E30;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 3rem;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 20%);
    transition: all .25s linear;
}

    .btn-Kaizait:hover, .btn-Kaizait:active {
        background-color: #E21E30;
        color: #fff !important;
    }

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.item_about{ height: 250px; text-align: left;}
.item_about .title{ color: #E21E30;font-size: 16px; font-weight: bold;}
.item_about .img img{ width: 50px;}
    .item_about .detail {
        margin-top: 12px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 4;
        max-height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.pnserviceshome{ background: #C10415; padding-top: 30px; padding-bottom:100px; margin-bottom: 15px;}
.pnserviceshome .hometitle span:after {  border-bottom: 2px solid #fff; }
.pnserviceshome .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.pnwhyus {
    background: #fff;
    padding-top: 30px;
    /*    padding-bottom: 100px;*/
    margin-bottom: 15px;
}

.hometitle .title {
    font-size: 28px;
    font-weight: bold;
    color: #E21E30;
    position: relative;
    text-transform: uppercase;
}

    .hometitle .title:after {
        border-bottom: 0px solid #ccc;
    }

.pnwhyus .hometitle span:after {
    border-bottom: 0px solid #ccc;
    text-align: center !important;
    left: unset !important;
}

.pnwhyus .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #E21E30;
    position: relative;
    text-transform: uppercase;
}

.pnwhyus_item_home {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 18px 25px;
    /*    height: 300px;*/
    overflow: hidden;
}

.whyuspadding1 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    border-right: 2px solid #ccc;
}

.whyuspadding2 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    border-right: 2px solid #ccc;
}

.whyuspadding3 {
    padding-left: 1px !important;
    padding-right: 1px !important;
    border-right: 2px solid #ccc;
}

.whyuspadding {
    padding-left: 1px !important;
    padding-right: 1px !important;
    border-right: 2px solid #ccc;
}

.whyuspadding4 {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.pnwhyus_item_home i {
    color: #E21E30;
    font-size: 52px;
}

.pnwhyus_item_home .detail {
    text-align: center !important;
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}

.pnwhyus_item_home .title a {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #E21E30;
    text-align: center !important;
}

.pnwhyus_item_home .more {
    text-align: right;
}
.project_item_home{ text-align: center; background: #fff; border-radius: 8px; padding:18px 25px; height: 300px; overflow: hidden;}
    .project_item_home i {
        color: #E21E30;
        font-size: 16px;
        /*font-size: 52px;*/
    }
.project_item_home .title{}
.project_item_home .title a{ text-transform: uppercase; color: #E21E30; font-size: 18px; font-weight: bold;}
.project_item_home .more{ text-align: right;}
    .project_item_home .detail
    {
        text-align:left;
    }

    .pnproductcate1 {
        background: #C10415;
        padding-top: 30px;
        padding-bottom: 100px;
        margin-bottom: 15px;
        color: #fff;
    }
.pnproductcate1 .hometitle span:after {  border-bottom: 2px solid #fff; }
.pnproductcate1 .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.pnproductcate2{ background: #F5F5F5;
; padding-top: 30px; padding-bottom:100px; margin-bottom: 15px;}
.pnproductcate2 .hometitle span:after {  border-bottom: 2px solid #C10415; }
.pnproductcate2 .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    position: relative;
    text-transform: uppercase;
}

.item_productcate{ text-align: center; background: #fff; border-radius: 8px; padding:18px 25px; height: 380px; overflow: hidden; color: #1a1a1a;}
.item_productcate i{ color: #E21E30; font-size: 52px;}
.item_productcate .detail{ text-align: justify;}
.item_productcate .title{}
.item_productcate .title a{ text-transform: uppercase; color: #E21E30; font-size: 18px; font-weight: bold;}
.item_productcate .more{ text-align: center;}


.list_news{ background: #fff; border-radius: 8px; padding: 25px; height: 380px; overflow: hidden;}
.list_news .title{}
.list_news .title a{ display: block; text-align: left; line-height: 22px; color: #000; font-size: 15px; font-weight: bold;}

.post { border-bottom:1px solid #ddd; padding-top:15px;}
.post h4 a{ color:#375a9c;}
.post-title {  color:#662D91; }
.post .glyphicon { margin-right:5px; }
.post-header-line { border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:5px 0px 5px 15px;font-size: 12px; }

.post-content { padding-bottom: 15px;padding-top: 15px;}
.item_left_news{ margin-bottom: 10px;}
.item_left_news .img{ text-align: center; }
.item_left_news .img img{ max-width:100%;}
.item_left_news .titleln{line-height: 16px; text-align: center; margin: 0; padding: 0; margin-top: 12px;}
.item_left_news .titleln a{ font-size: 15px;}
@media only screen and (min-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
.navbar-default{ background: none; border: none; margin: 0; min-height: auto; margin-left: -20px; margin-right: -20px;}
    .navbar-default .navbar-nav > li > a {
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        padding: 5px 20px;
    }

    .navbar-default .nav-link:hover {
        color: #E21E30 !important;
    }

    .navbar-default .nav-link-active {
        color: #E21E30 !important;
    }

@keyframes glowing-btn-yellow {
    0% {
        box-shadow: 0 0 0 0 #E21E30;
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 188, 0, 0);
    }
}
/* Yellow Shadow */
@-moz-keyframes yellow {
    0%, 100% {
        -moz-box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes yellow {
    0%, 100% {
        -webkit-box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
        box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@-o-keyframes yellow {
    0%, 100% {
        box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

@keyframes yellow {
    0%, 100% {
        box-shadow: 1px 0px 19px 4px #fff503, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    }
}

.yellow {
    -webkit-animation: yellow 2s infinite;
    -moz-animation: yellow 2s infinite;
    -o-animation: yellow 2s infinite;
    animation: yellow 2s infinite;
}
/* White Shadow */
.thotline {
    display: inline-block;
    text-decoration: none;
    background-color: #E21E30;
    border-color: #E21E30;
    font-weight: 600;
    /* font-size: 16px;*/
    text-transform: uppercase;
    animation: glowing-btn-yellow 2s infinite;
    border-radius: 3em;
    background-clip: padding-box;
    line-height: 40px;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .thotline a {
        color: #fff;
    }

.btnkaiza {
    display: inline-block;
    text-decoration: none;
    background-color: #E21E30;
    border-color: #E21E30;
    font-weight: 600;
    /* font-size: 16px;*/
    text-transform: uppercase;
    /*  animation: glowing-btn-yellow 2s infinite;*/
    border-radius: 3em;
    background-clip: padding-box;
    line-height: 40px;
    padding: 0;
    width: 100%;
    text-align: center;
}

    .btnkaiza a {
        color: #fff;
    }

.btnkaiza {
    margin-top: 15px;
}
.navbar-default .navbar-nav > li.first_mn > a{ }
.navbar-default .navbar-nav > li.last_mn > a{ padding-right: 0;}

.language{ margin-top: 38px;}
.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-alignabout {
    display: flex;
    align-items: center;
}
.thotline{
  /*  margin-top: 15px;*/

}
.hicon{
    vertical-align: top;
    height: 60px;
    line-height: 55px;
    width: 60px;
    border: 2px solid #f50314;
    border-radius: 100%;
    transition: all .3s;
    display: inline-block;
    text-align: center;
}
.hicon img{  width:40px;  vertical-align: middle;}

.texthot{display: inline-block; line-height: 26px;  text-transform: uppercase;}
.texthot a{ color:#000; font-size: 18px; color: #fff;}

.pnsearch{
    background: url(../images/bgsearch.jpg);
    height: 410px;
    text-align: center;
}

#frmsearch{ padding-top: 150px; width: 750px; margin: 0 auto;}
#frmsearch h2{ color: #fff;}
#frmsearch span{ background: #fff; color: #f9a22a; border: 1px solid #f9a22a;  display: inline-block; height: 44px; line-height: 44px; padding: 0 12px; cursor: pointer; margin-top: 2px;}
#frmsearch span.active{background: #f9a22a; color: #fff; }
#frmsearch input{height: 42px; display: inline-block; padding-left: 15px; width:520px; border: none; margin-top: -1px;}
#frmsearch button{height: 42px; width:42px; display: inline-block; background: #046b09; color: #fff; border: none;}

.carousel-control.left, .carousel-control.right {
    background-image: none
}
#carousel-categories{ margin-top: 15px;}
#carousel-categories .item{ text-align: center;}
#carousel-categories .item .col-cate{ width: 18%; display: inline-block;}
#carousel-categories .item .chtitle{ margin-top: 0;}
#carousel-categories .item .chtitle a{ font-size: 15px; color: #000;}
#carousel-categories .item img{width: 100px; height: 100px;}

.hometitlecenter {
    text-align: center !important;
}

.hometitle {
    width: 100%;
    margin-bottom: 20px;
}
.hometitle span:before {}
.hometitle span:after { content: " "; position: absolute; bottom: -10px; left: 0px; height: 10px; border-bottom: 2px solid #E21E30; width: 30%; }

.hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #E21E30;
    position: relative;
    text-transform: uppercase;
}


.project-item{ margin-bottom: 10px;}
.project-item .incell{ height: 240px; overflow: hidden; position: relative;}
.project-item .incell .product-info{ position: absolute; bottom: 0; left: 0;
    width: 100%; height: 40%; background-color:rgba(0, 0, 0, 0.5); color: #fff; text-align: center;}
.project-item .incell .product-info h2{ padding: 0; margin:0;}
.project-item .incell .product-info h2 a{ color: #fff; font-size: 18px;}
.project-item .incell .product-f-image img{ height: 240px;}
#home_news {}
#home_news h3 {
    margin: 12px 0;
}
#home_news h3 a {
    font-size: 14px;
    color: #71bf45;
    line-height: 18px;
}
.row_news {
    margin-bottom: 5px;
    margin: 15px 20px;
}

.row_news .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.row_news .img img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.row_news h3 {}
.row_news h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #09542C;
}

.row_news i {
    margin-right: 10px;
}

.box_news {
    position: relative;
}

.row-product{ background: #eee; border: 1px solid #eee;position: relative; margin-bottom: 12px;}
.row-product:after{ clear:both; content:''; display:block;}
.row-product .product-f-image{ float: left; width: 30%;}
.row-product .product-info{ float: right; width: 70%;}
.row-product .product-info .incell{ padding:5px 15px;  }
.row-product .product-info .incell .price{ position: absolute; right: 10px; bottom: 10px; color:#fc2828;}
.row-product .product-info h2{ margin: 0; padding: 0; margin-bottom: 8px;}
.row-product .product-info h2 a{ font-size: 18px; color: #000;}
.row-product .product-info .prop{ font-size: 12px; margin-bottom: 8px;}
.row-product .product-info .prop i{ font-size: 18px;}

.detail_info{ border: 1px solid #eee; padding: 15px; border-radius: 8px;}
.price_detail{color:#fc2828; font-size: 18px;}

.itemcongdong{ text-align: center;}
.itemcongdong .title{ font-size: 20px;}
.itemcongdong .img img{ border-radius: 50%; margin: 0 auto;}
.itemcongdong .img .detail{ text-align: justify;}

.itemcongdong1{text-align: center;}
.itemcongdong1 .title{ font-size: 20px;}
.itemcongdong1 .img img{ border-radius: 50%; margin: 0 auto;}
.itemcongdong1 .img .detail{ text-align: justify;}

.services-homes{}
.services-homes .title{ text-align: center;}
.services-homes .title a{ font-size: 16px; color: #000;}
.services-homes .detail{ text-align: justify;}

.congdong-homes .title{ font-size: 18px; font-weight: bold;}

.box_category{ }
.box_category ul{ margin: 0;  padding: 0;}
.box_category ul li{}
.box_category ul li a{display: block; }
.box_category > ul > li > a{ padding: 5px 10px; display: block; background: #f37021; color: #fff; font-weight: bold; text-transform: uppercase;}
.box_category ul ul{ margin-left: 10px; margin-right: 10px;}

.box_category ul ul li a{display: block; padding: 6px 0; color: #1a1a1a;  border-bottom: 1px solid #eee;}

.itemser1{}
.itemser1 .icon{ width: 80px;  height: 80px;  border-radius: 50%; background: #f37021; line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser1 .icon i{ font-size: 50px; color: #fff;}

.itemser1 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}
.itemser1 .desc{ text-align: justify;}

.stitle{ text-align: center; font-size: 26px; margin: 20px 0;}

.itemser2{}

.itemser2 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}
.itemser2 .desc{ text-align: justify;}
.itemser2 .desc ul{ list-style: circle; margin-left: 15px;}


.itemser3{}
.itemser3 .icon{ width: 80px;  height: 80px; line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser3 .icon i{ font-size: 50px; color: #f37021;}

.itemser3 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0; }
.itemser3 .separator{border-top: 2px solid #f7b91a; width: 15%;
    margin: 0 auto; margin-bottom: 15px;}
.itemser3 .desc{ text-align: justify;}


.itemser4{ border: 1px solid #eee; padding: 10px;}
.itemser4 .icon{ width: 80px;  height: 80px; line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser4 .icon i{ font-size: 50px; color: #f37021;}

.itemser4 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0; }
.itemser4 .separator{border-top: 2px solid #f7b91a; width: 15%;
    margin: 0 auto; margin-bottom: 15px;}
.itemser4 .desc{ text-align: justify;}

.itemser5.desc{ text-align: center;}


.itemser6{}
.itemser6 .icon{ width: 80px;  height: 80px;  line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser6 .icon i{ font-size: 50px; color: #f37021;}

.itemser6 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}
.itemser6 .desc{ text-align: justify;}

.itemser8{}
.itemser8 .icon{ width: 80px;  height: 80px;  line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser8 .icon i{ font-size: 50px; color: #f37021;}

.itemser8 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}
.itemser8 .desc{ text-align: justify;}

.itemser9{}
.itemser9 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}
.itemser9 .intro{ color:red; margin-bottom: 15px; text-align: center;}
.itemser9 .desc{ text-align: justify;}


.itemser10{}
.itemser10 .icon{ width: 80px;  height: 80px;  line-height: 100px;  margin: 0 auto; text-align: center;}
.itemser10 .icon i{ font-size: 50px; color: #f37021;}

.itemser10 .title{ font-size: 20px; font-weight: bold; text-align: center; margin: 12px 0;}

.itemser11{}
.itemser11 .title{ font-size: 30px; font-weight: normal; text-align: left; margin: 12px 0;}
.itemser11 .title i{font-size: 50px;}
.itemser11 .desc{ text-align: justify;}

.bot_title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.bot_title span {
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.lang{ float: right; margin-top: 20px;}

.lang a{ color: #303030; font-size: 13px;}
.btn-danger {
    color: #fff;
    background-color: #E21E30 !important;
    border-color: #E21E30;
}
.pncontacthome{ background: url("../images/bgcontacthome.webp") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
.frmhcontact{ background: #fff; border-radius: 15px; padding: 20px;}
.pncontact{ margin-top: 20px; padding: 80px; background: #fff; border-radius: 15px; background: url("../images/bgcontacthome.webp") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.pnsocial{ background: #000; text-align: center; padding: 15px 0;}
.pnsocial img{ margin:0 20px;}

.itemblog{ position: relative; }
.itemblog img{ width: 100%;}
.itemblog .hometitle{ position: absolute; bottom: 20px; left: 15px;}
.itemblog .hometitle span:after {  border-bottom: 2px solid #fff; }
.itemblog .hometitle span:after {  border-bottom: 2px solid #fff; }
.itemblog .hometitle a{ color: #fff;}
.itemblog .hometitle span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.pnaboutushome .bgimg {
    margin-left: 40px;
    width: 100%;
    background: #E21E30;
    border-radius: 15px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.pnaboutushome .bgimgspace {
   height:55px;
}
.pnaboutushome .bgimg img{ margin-top: -40px; margin-left: -30px; width: 100%;border-radius:10px;}
.pnaboutushome .container .bgimg:after {
    position: absolute;
    bottom: -40px;
    right: 0px;
    content: ' ';
    background: url(../images/dot2.png) no-repeat;
    width: 74px;
    height: 25px;
    z-index: -1;
}
.pnproduct .row_pro1{ padding: 60px 0;}
.pnproduct .row_pro2{ background: #C10415; color: #fff; padding: 60px 0; padding-bottom: 120px;}
.pnproduct .row_pro1 .bgimg{ position: relative;  margin-left: 40px; width: 100%; background: #E21E30; border-radius: 15px; margin-top: 25px; padding-bottom: 25px;
}
.pnproduct .row_pro1 .bgimg:after{ position: absolute; bottom: -40px; right: 15px;
content: ' '; background: url("../images/dotsp.png") no-repeat; width: 74px; height: 25px; z-index: -1;
}
.pnproduct .row_pro1 .bgimg img{ margin-top: -25px; margin-left: -25px; width: 100%;border-radius:10px;}
.pnproduct .row_pro2 .bgimg{ position: relative;  width: 100%; background: #FFDB00; border-radius: 15px; margin-top: 25px;
}
.pnproduct .row_pro2 .bgimg:after{ position: absolute; bottom: -50px; right: -45px;
    content: ' '; background: url("../images/dot2.png") no-repeat; width: 60px; height: 80px; z-index: 100;
}
.pnproduct .row_pro2 .bgimg img{ position: relative; margin-top: 25px; margin-left: 25px;  margin-bottom: -60px; width: 100%; z-index: 999;}
.pnproduct .row_pro2 .hometitle span:after {  border-bottom: 2px solid #fff; }
.pnproduct .row_pro2 .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.pnintroduction .row_pro1{ }
.pnintroduction .row_pro1 .bgimg{ position: relative;  width: 100%; background: #FFDB00;  padding: 50px 0; margin-left: 50px;}
.pnintroduction .row_pro1 .bgimg img{ width: 100%; margin: 20px;  margin-left: -110px;}
.pnintroduction .leftbgcontent{ margin-right: 50px; text-align: justify; margin-top: 50px;}

.pnintroduction .row_pro2{ background: #F5F5F5; }
.pnintroduction .row_pro2 .bgimg{ position: relative;  width: 100%; background: #C10415;  padding: 50px 0; margin-right: 50px;
}
.pnintroduction .row_pro2 .bgimg img{ width: 100%; margin: 20px;  margin-left: 110px;}
.pnintroduction .rightbgcontent{ margin-left: 110px; text-align: justify; margin-top: 50px;}

.pnintroduction .row_pro2 .hometitle span:after {  border-bottom: 2px solid #C10415; }
.pnintroduction .row_pro2 .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #C10415;
    position: relative;
    text-transform: uppercase;
}

.pnaboutustitle{ background: #C10415; color: #fff; padding-bottom: 30px; text-align: center;}
.pnaboutustitle .hometitle span:after {  border-bottom: 2px solid #fff; left: 50px; }
.pnaboutustitle .hometitle span {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.pnaboutus{ background: #F5F5F5; padding: 30px 0; padding-bottom: 50px;}
.about_item{ text-align: center; padding: 20px; background: #fff; box-shadow: 2px 2px 4px #ccc; border-radius: 10px; height: 280px; margin-bottom: 20px;}
.aboutprocess .about_item .img{ text-align: center;}
.aboutprocess .about_item .img img{ width: auto; height: auto; display: inline;}
.about_item .title{ font-size: 20px; color: #E21E30;}
.aboutprocess .owl-controls .owl-nav .owl-prev{ left: -25px; top:120px; position: absolute;}
.aboutprocess .owl-controls .owl-nav .owl-next{ right:-25px; top:120px; position: absolute;}
.aboutprocess .owl-controls .owl-nav i{ font-size: 26px; color: #E21E30;}

.pnproductcate .owl-controls .owl-nav .owl-prev{ left: -25px; top:180px; position: absolute;}
.pnproductcate .owl-controls .owl-nav .owl-next{ right:-25px; top:180px; position: absolute;}
.pnproductcate .owl-controls .owl-nav i{ font-size: 26px; color: #E21E30;}

.feedbacklist .owl-controls .owl-nav .owl-prev{ left: -25px; top:140px; position: absolute;}
.feedbacklist .owl-controls .owl-nav .owl-next{ right:-25px; top:140px; position: absolute;}
.feedbacklist .owl-controls .owl-nav i{ font-size: 26px; color: #E21E30; display:none;}

.pnproductsb{padding-bottom: 50px; }

#frmContact{ background: #fff; border-radius: 12px; padding: 20px;}
#frmContact h3{ font-size: 18px; margin-bottom: 12px;}
#frmContact .frmgroup{ margin-left: 15px; margin-right: 15px;}

.textcontact{background: #E21E30; color: #fff;}
.textcontact h3{ font-size: 16px;}
.textcontact p{ padding-left: 18px;}
.textcontact a{ color: #fff;}
.textcontact ul{ padding: 0; margin: 0;}
.textcontact ul:after{ clear:both; content:''; display:block;}
.textcontact ul li{ float: left; width: 20%;}
article img {
    max-width: 100%;
}

aside .box {
    /* margin-top: 20px;*/
    padding-bottom: 20px;
}

    aside .box p {
        /*font-size: 15px;*/
        text-align: justify;
    }
#heading {
    background: #282828 no-repeat center;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    margin-bottom: 30px;
}
.news_row .title_row {
    margin-top: 0px !important;
}

    .news_row .title_row a {
        font-size: 20px !important;
        font-weight: 600;
        color: #000;
    }

.news_row .des_row p {
    text-align: justify;
}
    
    #heading h1, #heading p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .5px;
    }

.bg-over {
    position: relative;
}

.pad-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}

#breadcrumbs {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic;
    color: #d2d2d2 !important;
}
.pnfeedback{ background:#F5F5F5; padding: 20px 0; }
.pnfeedback .itemfb{ text-align: center; }
    .pnfeedback .itemfb .img img {
        width: 120px;
        margin: 0 auto;
        height: 120px;
        border-radius: 50%;
        border: 2px solid #F5F5F5;
    }

    .pnfeedback .itemfb .namefb {
        color: #E21E30;
        text-transform: uppercase;
        padding-top: 18px;
        font-weight: 600;
    }
.pnfeedback .itemfb .rate { color: #e2c005;}
.pnfeedback .itemfb .positionfb {}
    .pnfeedback .itemfb .contentfb {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        -webkit-line-clamp: 4;
        max-height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

.pnfeedbackt{ background:#F5F5F5; padding: 20px 0; }
.pnfeedbackt .itemfb{ text-align: center; }
.pnfeedbackt .itemfb .img{ text-align: center;}
.pnfeedbackt .itemfb .img img{ width: 80%; height: 210px; border-radius: 50%; display: unset;}
.pnfeedbackt .itemfb .namefb { color: #E21E30; text-transform: uppercase; margin-top: 12px;}
.pnfeedbackt .itemfb .rate { color: #e2c005;}
.pnfeedbackt .itemfb .positionfb {}
.pnfeedbackt .itemfb .contentfb { text-align: justify;}
.pnfeedbackt .itemfb .socialfb{ margin-top: 12px;}
.pnfeedbackt .itemfb .socialfb a { display:inline-block;  height: 26px; width: 26px; text-align: center; line-height: 26px;  border-radius: 50%;  border: 1px solid #000; margin: 0 10px; }

.pnfeedbackt .owl-controls .owl-nav .owl-prev{ left: -25px; top:120px; position: absolute;}
.pnfeedbackt .owl-controls .owl-nav .owl-next{ right:-25px; top:120px; position: absolute;}
.pnfeedbackt .owl-controls .owl-nav i{ font-size: 26px; color: #E21E30;}

.shbanner{text-align: center; position: relative; color: #fff;}
.shbanner .boxdes{ position: absolute; left: 20%; top:180px; text-align: left; }
.shbanner .boxdes li a{ display: block; padding: 5px 0; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 18px;}
.shbanner p{ margin-top: 18px;}
.shbanner .boxdes h2{ text-transform: uppercase; margin-bottom: 15px;}

.pnsocialfixed{ position: fixed; right:15px; bottom: 210px; width: 60px; z-index:1000;}
.pnsocialfixed img{ width: 60px; margin-bottom: 15px;}
.first {
   /* order: 2;*/
    min-height: 300px;
}
.pnaboutus .more:after {
    content: '';
    display: inline-block;
    background: url(../images/right-arrow.png) center center no-repeat;
    width: 26px;
    height: 18px;
    line-height: 4rem;
    position: absolute;
    -webkit-animation: fadeInRight 2s infinite;
    animation: fadeInRight 2s infinite;
}
.pnserviceshome .img-responsive {
    border-radius: 8px;
    width: 100%;
    height: 300px;
}
@media only screen and (max-width: 767px) {
    .header_main {
        height: 60px;
    }
    .logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }
    .logo a img {
        max-width: 120px;
    }
    .thotline {
        margin-right: 50px;
    }
    .logo-mobile a img {
        padding-left: 15px;
        max-width: 120px;
    }
}
.top-bar{ background:#f37021; height:32px; color:#fff;}
.top-bar a{ color:#fff;}
.top-bar ul{ margin:0; padding:0; list-style:none;}
.top-bar ul li{ float:left; padding:0 10px; line-height:32px; border-right:1px solid #fcc246;}
.top-bar ul li:last-child{border-right:none;}
.top-bar ul:after{ clear:both; content:''; display:block;}

.owl-carousel .owl-item img{ height:140px;}

.panel-success {
    border-color: #eee;
}
.panel-success > .panel-heading {
    color: #fff;
    background-color: #E21E30;
    border-color: #eee;
	font-weight:bold;
	text-transform:uppercase;
}
#btnsearch{background-color: #f37021;}

#collection_list{ margin-top:8px;}

#ftmsearch{ margin:8px;}

#top_lang img{ margin-top:5px; border:1px solid #fff;}
.bit_ft{ margin-top:45px;}

.item_dtp{ line-height:25px;}

.title_dtp{ font-size:18px; color:#f37021;}

.title_dtp:before{
    font-family: fontawesome;
    content: '\f0a9  ';
}
.row_search { margin-bottom:10px;}
.row_search h2.tts{ font-size:14px;}

#vnt-footer .tts{ font-size:18px;}

.tab-content > .tab-pane{ padding:10px;}

.bar_mobile{
	background:#f37021;
}
.bar_mobile i{ color:#fff; cursor:pointer; margin-left:5px;}

.bar_mobile i:active {

}

.bar_mobile:before{
	content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}

.panel_map {width: 100%;  height: 400px;}
#suntory-alo-facebookIcon {
    right: 0px;
    bottom: 4px;
    text-align: center;
}
#suntory-alo-zaloIcon {
    right: 0px;
    bottom: 80px;
    text-align: center;
}
#suntory-alo-phoneIcon {
    right: 0px;
    bottom: 160px;
}
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
}

.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 120px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 120px;
  z-index: 1000 !important;
}
.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid #E21E30;
    border-radius: 100%;
    height: 100px;
    right: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}
.suntory-alo-ph-circle-fill {
  animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 70px;
  right: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.suntory-alo-ph-img-circle {
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  right: 25px;
  /*opacity: 0.7;*/
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
  text-align: center;
}
.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
  opacity: 1;
}
.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
  animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
  animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #E21E30;
    opacity: 0.5;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #E21E30;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #E21E30;
    opacity: 1;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: #E21E30;
    /*rgba(0, 175, 242, 0.9);*/
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #E21E30;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #E21E30;
}
.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #E21E30;
}
.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #E21E30;
}
.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #E21E30;
}
@keyframes suntory-alo-circle-anim {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes suntory-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.suntory-alo-ph-img-circle i {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.grid-container img {
    width: 100%; /* need to overwrite inline dimensions */
    height: auto;
}

h2 {
    margin-bottom: .5em;
}

.grid-container {
    /*max-width: 1200px;*/ /*luu ý chỗ này*/
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    /*  grid-template-rows: repeat(2, 300px);*/
    grid-gap: 1em;
}
@media (min-width: 300px) {
    .single-product-area .grid-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .grid-container {
       
        grid-template-columns: repeat(2, 1fr);
    }
   
}
@media (min-width: 400px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* hover styles */
.location-listing {
    position: relative;
}

.location-image {
    line-height: 0;
    overflow: hidden;
}

    .location-image img {
        filter: blur(0px);
        transition: filter 0.3s ease-in;
        transform: scale(1.1);
    }

.location-title {
    /* font-size: 1.5em;*/
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
    position: absolute;
    height: 96%;
    width: 97%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
    background: rgba(90,0,10,0.4);
    color: white;
    /* position the text in t’ middle*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin: 5px;
    flex-direction: column;
    gap: 20px;
    text-align:center;
}
    .location-title button {
        text-transform: uppercase;
        color: #333;
        padding: 0px 20px;
        border-radius: 25px;
        background-color: #fff;
        line-height: 35px;
        font-weight: 600;
        border: 1px solid white;
        display: inline-block;
    }
.location-listing:hover .location-title {
    opacity: 1;
    color: white;
}

.location-listing:hover .location-image img {
    filter: blur(2px);
}


/* for touch screen devices */
@media (hover: none) {
    .location-title {
        opacity: 1;
    }

    /*.location-image img {
        filter: blur(2px);
    }*/
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .navbar {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1000;
        margin: 0;
        background-color: #fff;
    }

    .navbar-nav {
        /* margin-top: 60px;*/
        border-top: 1px solid #e7e7e7;
        background-color: #fff;
        width: 110vw;
        height: 100vh;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        display: none !important;
        visibility: visible;
        /* border-top: 0px solid transparent;
        display: block !important;*/
    }

        .navbar-collapse.collapse {
            display: none !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible;
            visibility: visible;
        }

            .navbar-collapse.collapse.in {
                margin-top: 60px;
                background-color: #fff;
                /*  background: none repeat scroll 0 0 #fff;*/
                position: fixed;
                z-index: 1000;
                /* height: 100vh !important;*/
                opacity: 1;
                pointer-events: auto !important;
                /*  width: 100%;*/
                width: 100vw !important;
                color: #ccc;
                display: block !important;
            }






    .navbar-header .navbar-toggle {
        margin-right: 10px;
        z-index: 2999;
    }



    .navbar-toggle {
        border-color: #fff;
        border-width: 0px !important;
        float: none;
        margin: 10px auto;
        display: inline;
    }
    .thotline {
        display: none;
    }
    
    .pnwhyus .col-md-2
    {
        width:20%;
    }
    .row_pro1 .col-md-6 {
        width:auto;
    }
    .about_item {
        text-align: center;
        padding: 20px;
        background: #fff;
        box-shadow: 2px 2px 4px #ccc;
        border-radius: 10px;
        height: 280px;
        margin-bottom: 20px;
    }
    div.cart-collaterals ul.products li.product {
        float: left;
        margin-left: 30px;
        position: relative;
        width: 160px;
    }

    .coupon input[type="text"] {
        width: 100px;
    }

    input[type="submit"], button[type="submit"] {
        padding: 11px 15px;
    }

    .col-1, .col-2 {
        width: 293px;
    }
    .location-title {
        display: none;
    }
    /*.pnserviceshome .img-responsive {
        display:none;
        margin-top: 15px;
        height: 300px;
    }*/
   

    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible;
        visibility: visible;
    }

    .header_main .row .col-md-2 {
        z-index: 8888;
        max-width: 600px;
    }
    /* .header_main .row .col-md-8{
    z-index: 9999;
  } */
    .navbar-header {
        float: right;
    }

    

   

    .header_main {
        height: 60px;
    }

    .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

        .logo a img {
            max-width: 120px;
        }

    

    .logo-mobile a img {
        padding-left: 15px;
        max-width: 120px;
    }

    #top_menu {
        margin-top: 0;
        display: none;
    }


    .menu_left ul.nav li.nav-item, .menu_right ul.nav li.nav-item {
        display: block;
    }

    .menu_left > ul > li.sub-item > a {
        pointer-events: none;
        cursor: cursor;
    }

    .navbar ul li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        text-align: left;
    }

    .navbar-header {
        text-align: right;
    }



    .navbar-default .nav-link:hover {
        color: #E21E30 !important;
    }

    .navbar-default .nav-link-active {
        color: #E21E30 !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000 !important;
        background: transparent !important;
        justify-content: space-between;
        width: 100%;
        display: flex;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333 !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #fff
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block !important;
    }
    /* Mới thêm*/
    .navbar-nav .dropdown-menu {
        padding-left: 0;
        background: #fff;
        background-color: #fff !important;
        display: none !important;
    }
        /*kết thuc*/
    .navbar-nav .dropdown-menu li a {
        color: #555 !important;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav li a {
        padding: 15px;
        display: block;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

  /*  .pnaboutus .more:after {
        content: '';
        display: inline-block;
        background: url(../images/right-arrow.png) center center no-repeat;
        width: 26px;
        height: 18px;
        line-height: 4rem;
        position: absolute;
        -webkit-animation: fadeInRight 2s infinite;
        animation: fadeInRight 2s infinite;
    }*/
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .navbar {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1000;
        margin: 0;
        background-color:#fff;
    }
    .navbar-nav {
        /* margin-top: 60px;*/
        border-top: 1px solid #e7e7e7;
        background-color: #fff;
        width: 110vw;
        height: 100vh;
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        display: none !important;
        visibility: visible;
       /* border-top: 0px solid transparent;
        display: block !important;*/
    }
        .navbar-collapse.collapse {
            display: none !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible;
            visibility: visible;

        }

            .navbar-collapse.collapse.in {
                margin-top: 60px;
                background-color: #fff;
                /*  background: none repeat scroll 0 0 #fff;*/
                position: fixed;
                z-index: 1000;
                /* height: 100vh !important;*/
                opacity: 1;
                pointer-events: auto !important;
                /*  width: 100%;*/
                width: 100vw !important;
                color: #ccc;
                display: block !important;
            }
       

    



    .navbar-header .navbar-toggle {
        margin-right: 10px;
        z-index: 2999;
    }



    .navbar-toggle {
        border-color: #fff;
        border-width: 0px !important;
        float: none;
        margin: 10px auto;
        display: inline;
    }

   

    /*.pnaboutus .more:after {
        content: '';
        display: inline-block;
        background: url(../images/right-arrow.png) center center no-repeat;
        width: 26px;
        height: 18px;
        line-height: 4rem;
        position: absolute;
        -webkit-animation: fadeInRight 2s infinite;
        animation: fadeInRight 2s infinite;
    }*/
    .whyuspadding2 {
        padding-left: 1px !important;
        padding-right: 1px !important;
        border-right: 0px solid #ccc;
    }
    .vertical-alignabout {
        display: block;
        align-items: center;
    }
    .pnserviceshome .img-responsive {
        margin-top: 15px;
        height: 300px;
    }

   

    .header_main .row .col-md-2 {
        z-index: 8888;
        max-width: 600px;
    }
    /* .header_main .row .col-md-8{
    z-index: 9999;
  } */
    .navbar-header {
        float: right;
    }

    .thotline {
        display: none;
    }
   
    .header_main {
        height: 60px;
    }

    .logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

        .logo a img {
            max-width: 120px;
        }

    .thotline {
        margin-right: 50px;
        max-width: 300px;
    }

    .logo-mobile a img {
        padding-left: 15px;
        max-width: 120px;
    }

    .lineheight {
        display: none;
    }

    .pnaboutushome .bgimgspace {
        height: 15px;
    }

    .item_about {
        height: 100%;
        /*  text-align: left;*/
        text-align: justify;
    }

        .item_about .title, .item_about .img {
            text-align: center;
            /*mới thêm 2022/11/11*/
            display: none;
        }

        .item_about .more {
            text-align: right;
            /*mới thêm 2022/11/11*/
            display: none;
        }

        .item_about .detail {
            margin-top: 12px;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: normal;
            -webkit-line-clamp: unset;
            max-height: 100%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .pnproduct .row_pro1 .bgimg, .pnaboutushome .bgimg {
        width: 90%;
        margin-top: 45px;
        margin-bottom: 50px;
    }

    .project_item_home, .itemblog, .about_item {
        margin-top: 15px;
    }

    .row_pro1 .bgimg {
        margin-top: 80px;
    }

    .row_pro2 .bgimg {
        margin-bottom: 80px;
    }

    .user-menu, .header-right ul.list-inline {
        text-align: center;
    }

    .mainmenu-area ul.navbar-nav li a {
        font-size: 14px;
        padding: 15px 10px;
    }

    .single-promo {
        margin-bottom: 30px
    }

    .single-product-widget, .footer-about-us, .footer-menu {
        margin-bottom: 60px;
    }


    .product-widget-area .zigzag-bottom {
        bottom: -50px;
        height: 100px;
    }

    .product-widget-area {
        padding-bottom: 90px;
    }

    .footer-top-area .zigzag-bottom {
        bottom: -153px;
        height: 200px;
    }

    .footer-top-area {
        padding: 35px 0 125px;
    }

    div.cart-collaterals ul.products li.product {
        width: 190px;
    }

    .col-1, .col-2 {
        width: 345px;
    }

   

    .list_news {
        height: auto;
    }
    #top_menu {
        margin-top: 0;
        display: none;
    }
    .menu_left ul.nav li.nav-item, .menu_right ul.nav li.nav-item {
        display: block;
    }

    .menu_left > ul > li.sub-item > a {
        pointer-events: none;
        cursor: cursor;
    }

    .navbar ul li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid hsla(0, 0%, 100%, .3);
        text-align: left;
    }

    .navbar-header {
        text-align: right;
    }

    .ttsupport {
        margin: 0;
        padding: 0;
    }

    .navbar-default .nav-link:hover {
        color: #E21E30 !important;
    }

    .navbar-default .nav-link-active {
        color: #E21E30 !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000 !important;
        background: transparent !important;
        justify-content: space-between;
        width: 100vw;
        display: flex;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333 !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff !important;
    }


    .texthot a {
        font-size: 15px;
    }

    .textpot {
        font-size: 12px;
    }

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #fff
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block !important;
    }
    /* Mới thêm*/
    .navbar-nav .dropdown-menu {
        padding-left: 0;
        background: #fff;
        background-color: #fff !important;
        display: none !important;
    }
    /*kết thuc*/
    .navbar-nav .dropdown-menu li a {
        color: #555 !important;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav li a {
        padding: 15px;
        display: block;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .news {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .first {
        order: 2;
        min-height: unset;
    }

    .second {
        order: 1;
    }

    .third {
        order: 3;
    }

    .location-title {
        display: none;
    }
}

.navbar .logo-mobile {
    display: none;
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .navbar-nav {
        border-top: 1px solid #e7e7e7;
        background-color: #fff;
      /*  margin: 7.5px -15px;*/
    /* margin-top:0px;*/
        width: 100vw;
        height: 100vh;
    }
        .navbar-nav li a {
            padding: 15px;
            display: block;
            position: relative;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .navbar-nav .dropdown-menu {
            padding-left: 0;
            background: #fff;
            background-color: #fff !important;
        }

            .navbar-nav .dropdown-menu li a {
                color: #555 !important;
            }
    .navbar-collapse {
        border-top: 0px solid transparent;
    }

        .navbar-collapse.collapse.in {
            background-color:#fff;
           /* background: none repeat scroll 0 0 #fff;*/
            position: fixed;
            z-index: 1000;
           /* height: 100vh;*/
            opacity: 1;
            pointer-events: auto !important;
            width: 100%;
            color: #ccc;
        }

    .whyuspadding
    {
        height:160px;
    }
    .whyuspadding2 {
        height: 160px;
        padding-left: 1px !important;
        padding-right: 1px !important;
        border-right: 0px solid #ccc;
    }
    .whyuspadding3 {
        margin-top:10px;
        height: 160px;
    }
    .whyuspadding4 {
        margin-top: 10px;
        height: 160px;
    }
    .pnaboutus .more:after {
        display: inline-block;
        background: url(../images/bottom-arrow.png) center center no-repeat;
        width: 18px;
        height: 26px;
        line-height: 4rem;
        position: absolute;
        -webkit-animation: fadeInDown 2s infinite;
        animation: fadeInDown 2s infinite
    }
    .pnaboutus .owl-item {
        width: 90vw !important;
       
    }
       
    .vertical-alignabout {
        display: block;
        align-items: center;
    }
    
    .pncontact {
        margin-top: 20px;
        padding: 80px;
        background: #fff;
        border-radius: 15px;
      /*  background: url(../images/bgcontacthome.webp) no-repeat center center fixed;*/
        background-color: #e7e7e7;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #frmContact {
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        margin-bottom:20px;
    }
    .pncontacthome {
        background-color: #e7e7e7;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .textcontact
    {
        display:none;
    }
    #suntory-alo-facebookIcon {
        right: 0px;
        bottom: 4px;
        text-align: center;
    }

    #suntory-alo-zaloIcon {
        right: 0px;
        bottom: 80px;
        text-align: center;
        display: none;
    }

    #suntory-alo-phoneIcon {
        right: 0px;
        bottom: 85px;
    }
    .news {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .first {
        order: 2;
        min-height:unset;
    }

    .second {
        order: 1;
    }
    .third {
        order: 3;
    }
    .location-title {
        display: none;
    }

    .shbanner .boxdes {
        top: 8px;
        left: 10%;
    }

    .item_productcate {
        margin-bottom: 15px;
    }

    .shbanner .boxdes li a {
        padding: 0;
    }

    .pnsocial img {
        margin: 0 12px;
    }

    .shbanner p {
        margin-top: 8px;
    }

    .pnproduct .row_pro1 .bgimg, .pnaboutushome .bgimg {
        width: 90%;
        margin-top: 45px;
        margin-bottom: 50px;
    }

    .pnsocialfixed {
        display: none;
    }

    .suntory-alo-phone suntory-alo-green {
        display: none;
    }

    .pncontact {
        padding: 0;
    }

        .pncontact .hometitle {
            padding-top: 25px;
        }

    #frmContact {
        width: 100%;
    }

    .pnfeedback .itemfb .img img {
        height: 120px;
        width: 120px;
        border: 2px solid #F5F5F5;
    }

    .hometitle span {
        font-size: 25px;
    }

    .lang {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .lineheight {
        display: none;
    }

    .pnaboutushome .bgimgspace {
        height: 15px;
    }

    .item_about {
        height: 100%;
        /*  text-align: left;*/
        text-align: justify;
    }

        .item_about .title, .item_about .img {
            text-align: center;
            /*mới thêm 2022/11/11*/
            display: none;
        }

        .item_about .more {
            text-align: right;
            /*mới thêm 2022/11/11*/
            display: none;
        }

        .item_about .detail {
            margin-top: 12px;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: normal;
            -webkit-line-clamp: unset;
            max-height: 100%;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .single-product .incell .product-f-image {
        height: auto;
    }

    .pnfeedback .itemfb .contentfb {
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
        -webkit-line-clamp: unset;
        max-height: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    #frmsearch {
        width: 100%;
    }

        #frmsearch input {
            width: 200px;
        }

        #frmsearch span {
            padding: 0 10px;
        }

    #carousel-categories .item .col-cate {
        width: 30%;
    }

    .bit_ft {
        margin-top: 0px;
    }

    .top-bar ul li {
        padding: 0 5px;
    }

    .slogan_home {
        font-size: 20px;
    }

    #top_menu {
        margin-top: 0;
        display: none;
    }

    .list_news {
        height: auto;
    }

    .menu_left ul.nav li.nav-item, .menu_right ul.nav li.nav-item {
        display: block;
    }

    .menu_left > ul > li.sub-item > a {
        pointer-events: none;
        cursor: cursor;
    }

    .user-menu, .header-right ul.list-inline {
        text-align: center;
    }

    .logo h1 {
        font-size: 30px;
        margin: 20px 0;
        text-align: center;
    }

    .shopping-item {
        float: none;
        margin-bottom: 20px;
        margin-top: 5px;
        text-align: center;
    }

    .navbar .logo-mobile {
        display: block;
        position: relative;
        top: 0px;
        left: -15px;
        z-index: 2999;
        background: #fff;
        width: 112%;
        padding: 5px;
    }

    .navbar {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1000;
        margin: 0;
    }

        .navbar ul li {
            width: 100%;
            padding: 20px 0;
            border-bottom: 1px solid hsla(0,0%,100%,.3);
            text-align: left;
        }

    .navbar-header {
        text-align: right;
    }

        .navbar-header .navbar-toggle {
            margin-right: 10px;
            z-index: 2999;
        }

    .ttsupport {
        margin: 0;
        padding: 0;
    }

    .navbar-default .nav-link:hover {
        color: #E21E30 !important;
    }

    .navbar-default .nav-link-active {
        color: #E21E30 !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000 !important;
        background: transparent !important;
        justify-content: space-between;
        width: 100%;
        display: flex;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-toggle {
        border-color: #fff;
        border-width: 0px !important;
        float: none;
        margin: 10px auto;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333 !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #fff !important;
    }

    .thotline {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 32px;
    }

    .texthot a {
        font-size: 15px;
    }

    .textpot {
        font-size: 12px;
    }

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #fff
    }

   

   
    .project_item_home, .itemblog, .about_item {
        margin-top: 15px;
    }

    .row_pro1 .bgimg {
        margin-top: 80px;
    }

    .row_pro2 .bgimg {
        margin-bottom: 80px;
    }

   

    .mainmenu-area {
        position: relative !important
    }

    .slide-text {
        font-size: 16px;
    }

        .slide-text h2 {
            font-size: 30px;
        }

    .readmore {
        font-size: 16px;
        padding: 8px 20px;
    }

    .single-promo {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 35px;
    }

    .product-widget-area .zigzag-bottom {
        bottom: -50px;
        height: 100px;
    }

    .product-widget-area {
        padding-bottom: 90px;
    }

    .footer-top-area .zigzag-bottom {
        bottom: -153px;
        height: 200px;
    }

    .footer-top-area {
        padding: 35px 0 125px;
    }

    .single-product-widget, .footer-about-us, .footer-menu {
        margin-bottom: 60px;
    }

    .product-wid-title {
        font-size: 25px;
    }

    .related-products-wrapper .owl-nav {
        left: -15px;
        position: relative;
        right: inherit;
        top: 15px;
    }

    div.cart-collaterals ul.products {
        margin: 0;
    }

        div.cart-collaterals ul.products li.product {
            margin-bottom: 30px;
            margin-left: 0;
            width: 100%;
        }

            div.cart-collaterals ul.products li.product img {
                width: 100%
            }

    .product-bit-title h2 {
        font-size: 35px;
        padding: 40px 0;
    }

    .col2-set {
        margin-left: 0;
    }

    .col-1, .col-2 {
        float: none;
        margin-left: 0;
        width: inherit;
    }


    /* Special */

    table.shop_table th, table.shop_table td {
        font-size: 12px;
        padding: 5px;
    }

    td.product-thumbnail img {
        width: 30px;
    }

    div.quantity input.plus, div.quantity input.minus {
        display: none;
    }

    table.shop_table th {
        font-size: 12px;
    }

    div.coupon input[type="text"] {
        width: 100px;
    }

    .coupon {
        margin-bottom: 10px
    }

    .cross-sells {
        float: none;
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }

    .cart_totals, .cart-collaterals .shipping_calculator {
        float: none;
        margin-bottom: 40px;
        width: 100%;
    }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #top_menu {
        margin-top: 0;
        display: none;
    }
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination, .pagination2, .pagination3 {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 0;
    margin: 8px 0;
}
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #E21E30 !important;
        border-color: #E21E30 !important;
    }
    .pagination .active, .pagination li:hover {
        color: #fff !important;
        /*background-color: #f44336 !important;*/
    }

        .pagination .active a, .pagination li:hover a {
            color: inherit;
        }

.fixbox {
    position: fixed;
    /*display: table-cell;*/
    margin-right: 8%;
    z-index: -1;
}

