@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, legend, input, button, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 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;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 31px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 15px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 11px;
}

p {
  margin: 0 0 8.5px;
}

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

small,
.small {
  font-size: 91%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #222222;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #090909;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #222222;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #090909;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 17px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.428571429;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f5f5f5;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 31px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 28px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 42px;
  line-height: 42px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 38.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 22px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #222222;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #222222;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #222222;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f5f5f5;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 17px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #222222;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222222;
}
.panel-primary > .panel-heading .badge {
  color: #222222;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #222222;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/****** COMMON ***********/
*,
*:after,
*:before {
  box-sizing: border-box;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #d9222a;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:after, .container:before, .container-contents:after, .container-contents:before,
.row:after,
.row:before,
.row-10:after,
.row-10:before,
.row-11:after,
.row-11:before,
.row-content:after,
.row-content:before,
.row-item:after,
.row-item:before {
  content: " ";
  display: table;
}
.container:after, .container-contents:after,
.row:after,
.row-10:after,
.row-11:after,
.row-content:after,
.row-item:after {
  clear: both;
}

.img-responsive {
  height: auto;
  max-width: 100%;
  text-align: center;
}

.col-item {
  background-color: #ffffff;
}

.col-pd-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row-11 {
  margin-right: -11px;
  margin-left: -11px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

/* -----end: row------ */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.layout {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.layout:before, .layout:after {
  content: " ";
  display: table;
}
.layout:after {
  clear: both;
}
@media (min-width: 768px) {
  .layout {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .layout {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .layout {
    width: 1170px;
  }
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn {
  height: 31px;
  line-height: 31px;
  padding: 0;
  text-decoration: none;
  display: block;
  vertical-align: top;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
  color: #000;
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  border: 1px solid #000;
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover:after {
  opacity: 1;
}

.btn_inline {
  width: auto;
  min-width: 128px;
  padding-left: 19px;
  padding-right: 19px;
  display: inline-block;
}

.btn_upper {
  text-transform: uppercase;
}

.btn_large {
  height: 38px;
  line-height: 42px;
  line-height: 2.7;
}

.btn_fill {
  color: #fff;
  background-color: #000;
}
.btn_fill:hover {
  background-color: #333;
  background-color: #fff;
  color: #000;
}
.btn_fill:hover:after {
  opacity: 0;
}

.btn_fill-white {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}

.label_error,
.red {
  color: red;
  margin-top: 10px;
}

.blue,
.label_suc {
  color: #3399FF;
}

.label_success {
  color: blue;
}

.pas {
  padding: 5px;
}

.pam {
  padding: 10px;
}

.pal {
  padding: 20px;
}

.pts {
  padding-top: 5px;
}

.ptm {
  padding-top: 10px;
}

.ptl {
  padding-top: 20px;
}

.prs {
  padding-right: 5px;
}

.prm {
  padding-right: 10px;
}

.prl {
  padding-right: 20px;
}

.pbs {
  padding-bottom: 5px;
}

.pbm {
  padding-bottom: 10px;
}

.pbl {
  padding-bottom: 20px;
}

.pls {
  padding-left: 5px;
}

.plm {
  padding-left: 10px;
}

.pll {
  padding-left: 20px;
}

.phs {
  padding-left: 5px;
  padding-right: 5px;
}

.phe {
  padding-left: 8px;
  padding-right: 8px;
}

.phm {
  padding-left: 10px;
  padding-right: 10px;
}

.phl {
  padding-left: 20px;
  padding-right: 20px;
}

.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mas {
  margin: 5px;
}

.mam {
  margin: 10px;
}

.mal {
  margin: 20px;
}

.mts {
  margin-top: 5px;
}

.mtm {
  margin-top: 10px;
}

.mtl {
  margin-top: 20px;
}

.mrs {
  margin-right: 5px;
}

.mrm {
  margin-right: 10px;
}

.mrl {
  margin-right: 20px;
}

.mbs {
  margin-bottom: 5px;
}

.mbm {
  margin-bottom: 10px;
}

.mbc {
  margin-bottom: 15px;
}

.mbsi {
  margin-bottom: 16px;
}

.mbl {
  margin-bottom: 20px;
}

.mls {
  margin-left: 5px;
}

.mlm {
  margin-left: 10px;
}

.mll {
  margin-left: 20px;
}

.mhs {
  margin-left: 5px;
  margin-right: 5px;
}

.mhm {
  margin-left: 10px;
  margin-right: 10px;
}

.mhl {
  margin-left: 20px;
  margin-right: 20px;
}

.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mvm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mvl {
  margin-top: 20px;
  margin-bottom: 20px;
}

._52lp {
  webkit-font-smoothing: antialiased;
}

._2phz {
  padding: 4px;
}

._2ph- {
  padding: 8px;
}

._2ph_ {
  padding: 12px;
}

._2pi0 {
  padding: 16px;
}

._2pi1 {
  padding: 20px;
}

._2pi2 {
  padding-bottom: 4px;
  padding-top: 4px;
}

._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}

._2pi4 {
  padding-bottom: 12px;
  padding-top: 12px;
}

._2pi5 {
  padding-bottom: 16px;
  padding-top: 16px;
}

._2pi6 {
  padding-bottom: 20px;
  padding-top: 20px;
}

._2pi7 {
  padding-left: 4px;
  padding-right: 4px;
}

._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}

._2pi9 {
  padding-left: 12px;
  padding-right: 12px;
}

._2pia {
  padding-left: 16px;
  padding-right: 16px;
}

._2pib {
  padding-left: 20px;
  padding-right: 20px;
}

._2pic {
  padding-top: 4px;
}

._2pid {
  padding-top: 8px;
}

._2pie {
  padding-top: 12px;
}

._2pif {
  padding-top: 16px;
}

._2pig {
  padding-top: 20px;
}

._2pih {
  padding-right: 4px;
}

._2pii {
  padding-right: 8px;
}

._2pij {
  padding-right: 12px;
}

._2pik {
  padding-right: 16px;
}

._2pil {
  padding-right: 20px;
}

._2pim {
  padding-bottom: 4px;
}

._2pin {
  padding-bottom: 8px;
}

._2pio {
  padding-bottom: 12px;
}

._2pip {
  padding-bottom: 16px;
}

._2piq {
  padding-bottom: 20px;
}

._2pir {
  padding-left: 4px;
}

._2pis {
  padding-left: 8px;
}

._2pit {
  padding-left: 12px;
}

._2piu {
  padding-left: 16px;
}

._2piv {
  padding-left: 20px;
}

/****** end.COMMON ***********/
/* -----------col---------------*/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-2-4,
.col-lg-3,
.col-lg-4,
.col-lg-4-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-2-4,
.col-md-3,
.col-md-4,
.col-md-4-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-2-4,
.col-sm-3,
.col-sm-4,
.col-sm-4-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-2-4,
.col-xs-3,
.col-xs-4,
.col-xs-4-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-2-4,
.col-xs-3,
.col-xs-4,
.col-xs-4-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-2-4 {
  width: 20%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-4-4 {
  width: 40%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-2,
  .col-sm-2-4,
  .col-sm-3,
  .col-sm-4,
  .col-sm-4-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-2-4 {
    width: 20%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-4-4 {
    width: 40%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-2-4,
  .col-md-3,
  .col-md-4,
  .col-md-4-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-2-4 {
    width: 20%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-4-4 {
    width: 40%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-2_4,
  .col-lg-3,
  .col-lg-4,
  .col-lg-4-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-2_4 {
    width: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-4-4 {
    width: 40%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1526px;
  }
}
/****** end.COMMON ***********/
#msgModal {
  /* The Modal (background) */
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1111;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
#msgModal .msgmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (min-width: 768px) {
  #msgModal .msgmodal-content {
    width: 420px;
  }
}
@media (max-width: 767px) {
  #msgModal .msgmodal-content {
    max-width: 100%;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}
#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #5cb85c;
  line-height: 36px;
  color: white;
}
#msgModal .msgmodal-body {
  padding: 15px 16px;
  line-height: 20px;
}
#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* alert */
.alert {
  padding: 10px;
  background-color: #f44336;
  color: white;
  display: block;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 10px;
  border-radius: 4px;
}

.alert.success {
  background-color: #4CAF50;
}

.alert.info {
  background-color: #2196F3;
}

.alert.warning {
  background-color: #ff9800;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}

.label_error,
.red {
  color: red;
  margin-bottom: 15px;
  padding: 10px 12px;
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.blue,
.label_suc {
  color: #3399FF;
  padding: 10px 12px;
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
  float: left;
  width: 100%;
}

.label_success {
  color: blue;
  margin-top: 10px;
  padding: 10px 12px;
  float: left;
  width: 100%;
  background-color: #ddffdd;
  border-left: 6px solid #4CAF50;
}

#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 10;
}

#dialogbox {
  display: none;
  position: fixed;
  border: 5px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  z-index: 9999;
  font-size: 16px;
}

#dialogbox > div > #dialogboxhead {
  background: #8dc63f;
  font-size: 19px;
  padding: 10px;
  color: #fff;
}

#dialogbox > div > #dialogboxbody {
  padding: 25px 10px;
}

#dialogbox > div > #dialogboxfoot {
  padding: 10px;
  text-align: center;
}

#dialogbox > div > #dialogboxfoot > button {
  color: #FFF;
  background-color: #8dc63f;
  border-radius: 3px;
  padding: 5px 25px;
}

.preloader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;
  text-align: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #2196F3;
  width: 120px;
  margin: 200px auto;
  height: 120px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown li {
  font-size: 1.3rem;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 25px;
  color: inherit;
  vertical-align: inherit;
  list-style: inherit;
}
.dropdown li a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: left;
  display: block;
  cursor: pointer;
}
.dropdown li a:hover {
  background-color: #ebebeb;
  color: #3c96a7;
}

.open > .dropdown {
  transform: translateY(0) scaleY(1);
  top: 100%;
  left: 0;
  opacity: 1;
}
.open > .dropdown-center {
  left: 50%;
  margin-left: -100px;
}
.open > .dropdown-center:after, .open > .dropdown-center:before {
  left: 50%;
  margin-left: -6px;
}
.open > .dropdown-center.dropdown-wide {
  margin-left: -150px;
}
.open > .dropdown-right {
  right: 0;
  left: auto;
}
.open > .dropdown-right:after, .open > .dropdown-right:before {
  left: auto;
  right: 16px;
}

.dropdown--notifications {
  padding: 0;
}

.dropdown-wide {
  min-width: 300px;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: OpenSans-Light;
  src: url("../fonts/OpenSans/OpenSans-Light.ttf");
}
@font-face {
  font-family: OpenSans-Bold;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf");
  font-weight: bold;
}
body {
  font-family: "OpenSans", Arial;
  line-height: 20px;
  color: #333333;
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
  font-weight: 400;
}
body b,
body strong {
  font-family: OpenSans-Bold;
}
body #page {
  transition: margin-right 0.5s;
}
body .scrollToTop {
  display: none;
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 54px;
  height: 54px;
  background: url("../images/to-top.png") no-repeat center;
  cursor: pointer;
  z-index: 99999;
  transition: all 0.8s ease;
}
body .scrollToTop.active {
  bottom: 120px;
}
body .container {
  width: 95%;
  max-width: unset;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .container {
    padding: 0 10px;
  }
}

.cl-r {
  color: #d9222a;
}

.cl-w {
  color: #ffffff;
}

/*---------- Header top ----------*/
.header-top {
  background: url("../images/bg_head1.jpg") repeat center;
  background-size: cover;
  width: 100%;
  top: 0;
  z-index: 5;
}
.header-top.fixed {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  transition: position 1s ease-out;
}
.header-top.fixed .top {
  display: none;
}
.header-top.fixed .c-row_main_bar {
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 0px;
}
.header-top.fixed .c-row_main_bar .tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.header-top.fixed .c-row_main_bar .c-col {
  width: auto;
}
.header-top.fixed .c-row_main_bar .cl_logo img {
  max-width: 170px;
}
.header-top.fixed .c-row_main_bar .c-title_cat {
  padding: 10px 10px 20px;
}
@media (max-width: 1549px) {
  .header-top.fixed .c-row_main_bar .c-title_cat {
    font-size: 17px;
  }
}
.header-top.fixed .c-row_main_bar .c-box-list_cat .c-all_item {
  width: 150%;
  top: 50px;
  right: 5px;
}
.header-top.fixed .c-row_main_bar .c-box_search {
  width: 475px;
}
@media (max-width: 1549px) {
  .header-top.fixed .c-row_main_bar .c-box_search {
    width: 300px;
  }
}
.header-top.fixed .c-row_main_bar .c-quick_search {
  display: none;
}
.header-top.fixed .c-row_main_bar .c-box_hotline {
  background-position: left center;
}
.header-top .hidden-nor {
  display: none;
}
.header-top .container {
  padding: 0px;
}
@media (min-width: 1300px) {
  .header-top .hea-left,
  .header-top .c-box-list_cat {
    width: 23%;
  }
  .header-top .navbar-collapse,
  .header-top .wrapper_search {
    width: 58%;
  }
  .header-top .c-box_hotline,
  .header-top .c-box_other {
    width: 19%;
  }
}
.header-top .hea-left {
  padding: 17px 10px 8px;
}
.header-top .hea-left h1 {
  margin: 0;
}
.header-top .navbar-collapse {
  padding-top: 20px;
}
.header-top .navbar-collapse ul li {
  font-family: OpenSans-Bold;
  font-size: 16px;
}
.header-top .navbar-collapse ul li:first-child a {
  padding-left: 0;
}
.header-top .c-box_hotline {
  background: url("../../../images/home/bg_hotline.png") no-repeat;
  margin-top: 18px;
}
.header-top .c-box_hotline .c-hotline {
  display: inline-block;
  padding: 13px 20px 13px 53px;
  font-size: 20px;
  color: #ffffff;
}
.header-top .c-box-list_cat {
  padding-right: 0;
}
@media (min-width: 992px) {
  .header-top .c-box-list_cat {
    width: 23%;
  }
}
.header-top .c-box-list_cat .c-title_cat {
  text-transform: uppercase;
  color: #d9222a;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 20px 0px 40px 18px;
  font-family: OpenSans-Bold;
  cursor: pointer;
}
.header-top .c-box-list_cat .c-title_cat .fa-bars {
  margin-right: 3px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.header-top .c-box-list_cat .c-title_cat .fa-angle-down {
  font-size: 18px;
  margin-left: 3px;
}
.header-top .c-box-list_cat .c-box_wrapp {
  position: relative;
}
.header-top .c-box-list_cat .c-all_item {
  position: absolute;
  right: 20px;
  top: 80px;
  z-index: 9;
  width: 100%;
  padding-left: 15px;
}
.header-top .c-box-list_cat .c-wrapp_list {
  background: #ffffff;
  padding: 10px 5px 10px 15px;
}
.header-top .c-box-list_cat .c-list_parent {
  overflow: auto;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .header-top .c-box-list_cat .c-list_parent {
    max-height: 60vh;
  }
}
@media (min-width: 1201px) and (max-width: 1905px) {
  .header-top .c-box-list_cat .c-list_parent {
    max-height: 75vh;
  }
}
@media (min-width: 1906px) and (max-width: 1920px) {
  .header-top .c-box-list_cat .c-list_parent {
    max-height: 75vh;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .header-top .c-box-list_cat .c-list_parent {
    max-height: 72vh;
  }
}
@media (min-width: 2561px) {
  .header-top .c-box-list_cat .c-list_parent {
    max-height: 90vh;
  }
}
.header-top .c-box-list_cat .c-list_parent::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.header-top .c-box-list_cat .c-list_parent::-webkit-scrollbar {
  width: 5px;
}
.header-top .c-box-list_cat .c-list_parent::-webkit-scrollbar-thumb {
  background-color: #d9222a;
}
.header-top .c-box-list_cat .item_parent {
  font-weight: 600;
  padding-bottom: 12px;
}
.header-top .c-box-list_cat .item_parent a {
  display: block;
  line-height: 20px;
  padding: 4px 0px;
}
.header-top .c-box-list_cat .item_parent a:hover {
  color: #ffffff;
  background: #d9222a;
}
.header-top .c-box-list_cat .item_parent .menu_item_a {
  font-family: OpenSans-Bold;
}
.header-top .c-box-list_cat .item_parent .has-sub a {
  padding: 2px 10px 6px;
}
.header-top .c-box-list_cat .item_parent .c-sub_item img {
  position: relative;
  top: 5px;
  max-width: 20px;
}
.header-top .c-box-list_cat .item_parent .c-sub_item span {
  padding-left: 8px;
}
.header-top .c-box-list_cat .item_parent .c-sub_child {
  display: none;
  position: absolute;
  width: calc(200% + 375px);
  background: #eeeeee;
  height: 100%;
  left: 99.5%;
  top: 0;
  padding: 28px 60px 28px 30px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (min-width: 1550px) {
  .header-top .c-box-list_cat .item_parent .c-sub_child {
    width: calc(200% + 210px);
  }
}
.header-top .c-box-list_cat .item_parent .c-sub_child.active {
  display: block;
}
.header-top .c-box-list_cat .item_parent .c-sub_child a {
  font-family: OpenSans-Bold;
  font-size: 15px;
  padding: 3px 10px;
}
.header-top .c-box-list_cat .item_parent .c-sub_child a:hover {
  color: #ed0000;
  background: none;
}
.header-top .wrapper_search {
  padding-right: 22px;
}
.header-top .c-box_search {
  position: relative;
}
.header-top .c-box_search .c-quick_search {
  margin: 8px 0 12px;
  color: #777777;
  font-size: 13px;
}
.header-top .c-box_search .c-key_quick {
  padding: 0 5px;
}
.header-top .c-box_search .input_search {
  padding: 8px 130px 8px 15px;
  height: auto;
  line-height: 20px;
  border: 2px solid #d9222a;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  font-size: 14px;
  position: relative;
}
.header-top .c-box_search .bt-search-main {
  background: #d9222a;
  display: inline-block;
  color: #ffffff;
  line-height: 20px;
  padding: 9px 15px;
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  cursor: pointer;
  position: absolute;
  right: 0px;
  bottom: 0;
}
.header-top .c-box_search .fa-search {
  font-size: 20px;
}
@media (min-width: 768px) {
  .header-top .c-box_search .fa-search {
    margin-right: 6px;
  }
}
.header-top .c-box_other {
  max-height: 40px;
  padding-left: 0;
  font-family: OpenSans-Bold;
}
.header-top .c-box_other .c-block_account {
  display: inline-block;
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}
.header-top .c-box_other .c-block_account:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #333333;
  position: absolute;
  top: 13px;
  right: 0;
}
.header-top .c-box_other .c-block_account .dropdown-toggle {
  display: inline-block;
  padding: 9px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .header-top .c-box_other .c-block_account .dropdown-toggle {
    font-size: 11px;
  }
}
.header-top .c-box_other .c-block_account .dropdown-toggle:hover {
  color: #d9222a;
}
.header-top .c-box_other .c-block_account .fa {
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #333333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  margin-right: 5px;
}
.header-top .c-box_other .c-block_account .dropdown-menu {
  padding: 10px;
  min-width: 180px;
  left: 10px;
}
.header-top .c-box_other .c-block_account .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  position: absolute;
  left: 20px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
}
.header-top .c-box_other .c-block_account .log_user {
  line-height: 30px;
}
.header-top .c-box_other .c-box_cart {
  display: inline-block;
}
.header-top .c-box_other .c-box_cart .cart {
  display: inline-block;
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  .header-top .c-box_other .c-box_cart .cart {
    font-size: 11px;
  }
}
.header-top .c-box_other .c-box_cart .fa {
  font-size: 16px;
  margin-right: 5px;
}

.autocomplete-suggestions {
  margin: 6px 0 0 6px;
  _background: none;
  _margin: 1px 0 0 0;
}

.autocomplete-suggestions {
  border: 1px solid #f42535;
  background: #fff;
  cursor: default;
  overflow: auto;
  margin: 0 6px 6px 0px;
  left: 384px;
}

.autocomplete-suggestions div {
  width: 100%;
  display: inline-block;
  clear: both;
  padding: 0;
  margin: 0;
  margin-bottom: -5px;
}

.autocomplete-suggestions div a,
.autocomplete-suggestions div a:link,
.autocomplete-suggestions div a:visited {
  display: inline-block;
  margin: 0;
  padding: 6px 3%;
  width: 100%;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  clear: both;
  border-bottom: 1px solid #eee;
}

.autocomplete-suggestions div a:hover {
  background: #fff0d9;
}

.autocomplete-suggestions div a span {
  display: block;
  clear: both;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.autocomplete-suggestions div a span.price {
  color: #fd0000;
  padding-top: 10px;
}

.autocomplete-suggestions div.last {
  border: none;
}

.scrolling .autocomplete-suggestions {
  left: 484px;
}

.autocomplete-suggestions {
  background: #ffffff;
  overflow: auto;
  box-shadow: rgb(85, 85, 85) 0px 3px 10px;
  top: 114px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: block;
  padding: 10px 15px;
  width: 100%;
  font-size: 13px;
}
.autocomplete-suggestions .autocomplete-suggestion a:hover {
  background: #fff0d9;
  color: #333333;
}
.autocomplete-suggestions .autocomplete-suggestion img {
  float: left;
  max-width: 50px;
  margin-right: 15px;
}
.autocomplete-suggestions .autocomplete-suggestion label {
  line-height: 20px;
  float: right;
  width: calc(100% - 65px);
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.autocomplete-suggestions .autocomplete-suggestion .name:hover {
  font-weight: bold;
  color: #f42535;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion .price {
  display: block;
  font-size: 12px;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #f42535;
}
.autocomplete-suggestions .autocomplete-group {
  padding: 8px 3%;
  width: 100%;
  background: #f1f1f1;
}

/*---------- Menu top ----------*/
.menu-top-fuild {
  background: #555555;
}
@media (min-width: 1300px) {
  .menu-top-fuild .c-box-list_cat {
    width: 22.65%;
  }
  .menu-top-fuild .navbar-collapse {
    width: 52.6%;
  }
  .menu-top-fuild .c-box_other {
    width: 24.75%;
  }
}
.menu-top-fuild .c-box-list_cat {
  padding-right: 0;
}
.menu-top-fuild .c-box-list_cat .c-title_cat {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
  background: #d9222a;
  line-height: 20px;
  padding: 8px 0px 9px;
  text-align: center;
  font-family: OpenSans-Bold;
  cursor: pointer;
}
.menu-top-fuild .c-box-list_cat .c-title_cat .fa-bars {
  margin-right: 3px;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.menu-top-fuild .c-box-list_cat .c-title_cat .fa-angle-down {
  font-size: 18px;
  margin-left: 3px;
}
.menu-top-fuild .c-box-list_cat .c-box_wrapp {
  position: relative;
}
.menu-top-fuild .c-box-list_cat .c-all_item {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  padding-left: 15px;
}
.menu-top-fuild .c-box-list_cat .c-wrapp_list {
  background: #ffffff;
  padding: 10px 5px 10px 15px;
}
.menu-top-fuild .c-box-list_cat .c-list_parent {
  overflow: auto;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .menu-top-fuild .c-box-list_cat .c-list_parent {
    max-height: 315px;
  }
}
@media (min-width: 1550px) {
  .menu-top-fuild .c-box-list_cat .c-list_parent {
    max-height: 436px;
  }
}
.menu-top-fuild .c-box-list_cat .c-list_parent::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.menu-top-fuild .c-box-list_cat .c-list_parent::-webkit-scrollbar {
  width: 5px;
}
.menu-top-fuild .c-box-list_cat .c-list_parent::-webkit-scrollbar-thumb {
  background-color: #d9222a;
}
.menu-top-fuild .c-box-list_cat .item_parent {
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.menu-top-fuild .c-box-list_cat .item_parent a {
  display: block;
  line-height: 20px;
  padding: 4px 0px;
}
.menu-top-fuild .c-box-list_cat .item_parent a:hover {
  color: #d9222a;
}
.menu-top-fuild .c-box-list_cat .item_parent .menu_item_a {
  font-family: OpenSans-Bold;
}
.menu-top-fuild .c-box-list_cat .item_parent .c-sub_item img {
  position: relative;
  top: 5px;
  max-width: 20px;
}
.menu-top-fuild .c-box-list_cat .item_parent .c-sub_item span {
  padding-left: 8px;
}
.menu-top-fuild .navbar-collapse {
  padding: 0;
}
.menu-top-fuild .menu-top {
  padding: 0px;
}
.menu-top-fuild .menu-top .cl_logo {
  display: block;
  padding: 20px 0;
}
.menu-top-fuild .menu-top .main-menu {
  list-style-type: none;
  padding-left: 18px;
  margin-bottom: 0px;
}
.menu-top-fuild .menu-top .main-menu li {
  display: inline-block;
  padding: 0px 12px;
}
.menu-top-fuild .menu-top .main-menu li a {
  padding: 10px 0px;
  color: #ffffff;
}
.menu-top-fuild .menu-top .main-menu li a:hover, .menu-top-fuild .menu-top .main-menu li a:focus {
  font-family: OpenSans-Bold;
  background: none;
}
.menu-top-fuild .menu-top .main-menu li.active a {
  font-family: OpenSans-Bold;
}
.menu-top-fuild .c-box_other {
  max-height: 40px;
}
.menu-top-fuild .c-box_other .c-block_account {
  display: inline-block;
  background: #ffffff;
}
.menu-top-fuild .c-box_other .c-block_account a {
  display: inline-block;
  padding: 9px;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-top-fuild .c-box_other .c-block_account a:hover {
  color: #d9222a;
}
.menu-top-fuild .c-box_other .c-block_account .fa {
  width: 20px;
  height: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #333333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  padding-top: 2px;
  margin-right: 5px;
}
.menu-top-fuild .c-box_other .c-box_cart {
  display: inline-block;
  background: #d9222a;
  position: relative;
  left: -4px;
  top: -1px;
}
.menu-top-fuild .c-box_other .c-box_cart .cart {
  display: inline-block;
  padding: 10px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.menu-top-fuild .c-box_other .c-box_cart .fa {
  font-size: 16px;
  margin-right: 5px;
}

#main {
  background: url("../../../../images/bg_home.jpg") repeat;
}

.c-main_container {
  background: #f9f9f9;
  padding: 0 15px;
}

.c-box_info-other {
  background: url("../../../images/home/bg_content_home_bot.jpg") no-repeat;
  background-size: cover;
}
.c-box_info-other .c-transfer {
  background: rgba(238, 238, 238, 0.9);
}
.c-box_info-other .c-social_regis {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 0px;
}
.c-box_info-other .c-social_regis .container {
  padding: 0 40px;
}
.c-box_info-other .c-social_regis .c-item-social {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
}
.c-box_info-other .c-social_regis .c-item-social .c-icon {
  color: #ffffff;
  font-size: 17px;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 7px;
  padding: 8px 6px;
}
.c-box_info-other .c-social_regis .c-item-social .c-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.c-box_info-other .c-social_regis .c-item-social .ic-fb {
  padding: 8px 10px;
}
.c-box_info-other .c-social_regis .c-item-social .ic-fb:before {
  background: #3b579d;
}
.c-box_info-other .c-social_regis .c-item-social .ic-gg:before {
  background: #ea4235;
}
.c-box_info-other .c-social_regis .c-item-social .ic-yt:before {
  background: #ff0000;
}
.c-box_info-other .c-social_regis .c-item-social .fa {
  position: relative;
}
.c-box_info-other .c-item_regis .c-title {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  padding-top: 10px;
}
.c-box_info-other .c-item_regis .wrapper-discount {
  padding-left: 10px;
  position: relative;
}
.c-box_info-other .c-item_regis .wrapper-discount:before {
  width: 37px;
  height: 40px;
  content: "";
  background: url("../../../images/home/bef_ip.png") no-repeat;
  position: absolute;
  left: -25px;
  top: 0;
}
.c-box_info-other .c-item_regis .wrapper-discount .txt-input {
  box-shadow: none;
  border: none;
  font-size: 14px;
  padding: 10px 140px 10px 10px;
  line-height: 20px;
  height: auto;
}
.c-box_info-other .c-item_regis .wrapper-discount .button-sub {
  display: inline-block;
  line-height: 20px;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #d9222a;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.c-box_info-other .c-item_regis .wrapper-discount .button-sub:before {
  content: "";
  width: 39px;
  height: 34px;
  background: url("../../../images/home/bef_btn.png") no-repeat;
  position: absolute;
  left: -39px;
  top: 0;
}
.c-box_info-other .c-wrapper-content {
  padding: 15px 42px 20px;
}
.c-box_info-other .c-wrapper-content .col-sm-4 {
  padding: 0 13px;
}
.c-box_info-other .c-wrapper-content .col-sm-4 iframe {
  width: 100% !important;
  height: 253px !important;
}
.c-box_info-other .c-wrapper-content .c-title_head {
  text-transform: uppercase;
  font-size: 16px;
  font-family: OpenSans-Bold;
  text-align: center;
}
.c-box_info-other .c-wrapper-content .menu_bottom {
  line-height: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px 10px;
  min-height: 250px;
}
.c-box_info-other .c-wrapper-content .menu_bottom a {
  display: block;
  padding: 7px 0px;
}
.c-box_info-other .c-wrapper-content .news-footer {
  padding-right: 26px;
}
.c-box_info-other .c-wrapper-content .news-footer .item {
  position: relative;
}
.c-box_info-other .c-wrapper-content .news-footer .c-name-time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.001), rgb(0, 0, 0));
  color: #ffffff;
  padding: 50px 10px 0 15px;
}
.c-box_info-other .c-wrapper-content .news-footer .newslist-item {
  display: block;
  font-family: OpenSans-Bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

/*---------- Footer ---------*/
footer {
  background: #eeeeee;
}
footer .container_above {
  padding-bottom: 15px;
}
footer .c-box_support {
  display: grid;
  grid-template-columns: 1fr 2fr 8%;
  grid-auto-rows: minmax(auto, 70px);
  background: #ffffff;
}
footer .c-box_support .c-title_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #d9222a;
}
footer .c-box_support .c-title_box .title {
  text-transform: uppercase;
  font-family: OpenSans-Bold;
  color: #ffffff;
  padding: 0 10px;
}
footer .c-box_support .c-title_box .icon-s {
  height: 70px;
}
footer .c-box_support .c-content-support {
  padding-left: 28px;
  align-items: center;
}
footer .c-box_support .c-content-support .col.col-md-2 {
  padding: 15px 0px;
}
footer .c-box_support .c-content-support .col.col-md-4 {
  padding: 5px 10px;
}
footer .c-box_support .c-content-support p {
  margin-bottom: 0;
}
footer .c-box_info {
  margin-top: 30px;
}
footer .c-box_info .image_regis {
  margin-bottom: 20px;
  display: flex;
}
footer .c-box_info .c-regcommuni {
  display: inline-block;
}
footer .c-box_info .c-download {
  max-width: 250px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
  background: #d9222a;
  margin-left: 10px;
  padding: 3px 10px;
}
footer .c-box_info .c-download:hover {
  background: #ed0000;
}
footer .c-box_info .fa-download {
  font-size: 30px;
}
footer .c-box_partner {
  background: #e8e8e8;
}

.psy-pane {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 50%;
  background: #eaebeb;
  border-radius: 0 5px 5px 0;
  margin-top: -137px;
  display: none;
}
.psy-pane .smooth {
  display: block;
  height: 55px;
  width: 55px;
  position: relative;
  text-align: center;
  line-height: 55px;
}
.psy-pane .smooth:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 8px;
  right: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.psy-pane .smooth:hover.sale_prd span {
  min-width: 250px;
}
.psy-pane .smooth:hover.gara_prd span {
  min-width: 250px;
}
.psy-pane .smooth:hover.hands_prd span {
  min-width: 200px;
}
.psy-pane .smooth:hover.indus_prd span {
  min-width: 300px;
}
.psy-pane .smooth:hover .fa,
.psy-pane .smooth:hover img {
  filter: none;
  opacity: 1;
}
.psy-pane .smooth:hover span {
  margin-left: -10px;
  visibility: visible;
}
.psy-pane .smooth.active .fa,
.psy-pane .smooth.active img {
  filter: none;
  opacity: 1;
}
.psy-pane .smooth .fa,
.psy-pane .smooth img {
  filter: grayscale(100%);
  opacity: 0.7;
  max-width: 35px;
  padding-top: 10px;
  font-size: 35px;
  color: #d9222a;
}
.psy-pane .smooth span {
  white-space: nowrap;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background: #eaebeb;
  line-height: 55px;
  margin-left: -30px;
  padding: 0 25px 0 35px;
  color: #d9222a;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  visibility: hidden;
}

.social-right {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  background: #d9222a;
  border-radius: 5px 0 0 5px;
  margin-top: -90px;
  overflow: hidden;
  display: none;
}
.social-right .smooth {
  display: block;
  font-size: 30px;
  height: 55px;
  line-height: 58px;
  width: 55px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 10px 0px;
}
.social-right .smooth:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 8px;
  right: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.social-right .smooth.ic-fb:hover {
  background: #3b5998;
}
.social-right .smooth.ic-yt:hover {
  background: #f00000;
}
.social-right .ic-zalo {
  height: auto;
  padding: 7px 6px 10px;
}

body .pagination {
  text-align: right;
  margin: 0px 10px 20px;
  padding: 0px 10px 10px;
}
body .pagination .current {
  background-color: #d9222a;
  color: #ffffff;
  border: none;
  padding-top: 7px;
  position: relative;
  top: 2px;
}
body .pagination a {
  margin-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 32px;
  height: 32px;
  border: 1px solid #cccccc;
  display: inline-block;
  font-family: OpenSans-Bold;
  background: #ffffff;
  text-align: center;
}
body .pagination a:hover {
  border-color: #d9222a;
}
body .pagination a .fa {
  font-size: 20px;
  font-weight: 300;
}
body .pagination .dots {
  margin-right: 5px;
  padding: 5px 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #cdcdcd;
  display: inline-block;
}
body .pagination .pre-page,
body .pagination .next-page {
  position: relative;
  top: 2px;
  padding-top: 4px;
}

.c-box_messenger {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999999;
  width: 60px;
}

/*popup*/
.full {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  z-index: 1111;
  display: none;
  top: 0;
  left: 0;
}

.wrapper-popup {
  width: 1130px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
}

.wrapper-popup-2 {
  width: 500px;
  position: fixed;
  border-radius: 5px;
  top: 10%;
  display: none;
  background: #fff;
  z-index: 1111111;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .c-box_messenger {
    bottom: 50px;
  }
}
.suntory-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 100px;
  position: fixed;
  transition: visibility 0.5s ease 0s;
  width: 100px;
  z-index: 1;
  left: 0;
  bottom: 30px;
}

.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 rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 100px;
  left: 0px;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
  border-color: red;
  opacity: 1;
}

.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;
  left: 15px;
  position: absolute;
  top: 15px;
  transform-origin: 50% 50% 0;
  transition: all 0.5s ease 0s;
  width: 70px;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
  background-color: red;
}

.suntory-alo-ph-img-circle {
  animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 50px;
  left: 25px;
  opacity: 0.7;
  position: absolute;
  top: 25px;
  transform-origin: 50% 50% 0;
  width: 50px;
}

.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;
  padding-left: 10px;
  color: #fff;
}

@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.4;
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.7;
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@media (min-width: 1100px) {
  .modal-dialog {
    width: 800px;
  }
}
@media (max-width: 991px) {
  .header-top .navbar-collapse {
    padding-top: 0;
  }
  .header-top .c-row_main_bar {
    padding: 5px 0px 0px;
  }
  .header-top.fixed .c-row_main_bar {
    padding: 5px 0px 0px;
  }
  .header-top.fixed .c-row_main_bar .tbl-cell {
    display: none;
  }
  .header-top.fixed .c-row_main_bar .c-box_search {
    width: auto;
  }
  .header-top.fixed .head_m .cl_logo img {
    max-width: 130px;
  }
  .header-top .wrapper_search {
    padding: 0 12px;
  }
  .header-top .head_m {
    position: relative;
  }
  .header-top .head_m .cl_logo {
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-right: 130px;
  }
  .header-top .head_m img {
    max-width: 130px;
    padding: 10px 0px;
  }
  .header-top .head_m .cart {
    position: absolute;
    right: 70px;
    top: 9px;
  }
  .header-top .head_m .cart .fa {
    font-size: 18px;
    border-radius: 50%;
    padding: 7px 8px;
    color: #d9222a;
  }
  .header-top .head_m .cart .total_cart {
    font-size: 11px;
    line-height: 15px;
    color: #ffffff;
    background: #d9222a;
    position: absolute;
    right: -2px;
    top: -5px;
    padding: 0px 4px;
    border-radius: 10px;
  }
  .header-top .head_m .c-call_mmenu {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 22px;
    color: #d9222a;
    padding: 5px;
  }
  .header-top .c-box_search {
    display: grid;
    grid-template-columns: 42px 1fr;
    margin-bottom: 10px;
  }
  .header-top .c-box_search .input_search {
    padding: 6px 80px 6px 15px;
    border: 1px solid #d9222a;
  }
  .header-top .c-box_search .bt-search-main {
    padding: 7px 12px;
  }
  .block_log_mb {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    display: flex;
    align-items: center;
  }
  .block_log_mb #log_user {
    line-height: 30px;
    margin-bottom: 8px;
  }
  .block_log_mb .dropdown-toggle {
    padding: 8px 11px;
    border-radius: 50%;
    color: #d9222a;
    font-size: 16px;
  }
  .block_log_mb .dropdown-toggle.logged {
    border: none;
    color: #007aff;
    padding-right: 0;
  }
  .block_log_mb .dropdown-toggle.logged .fa {
    display: none;
  }
  .block_log_mb .dropdown {
    min-width: 130px;
    right: 0;
    left: auto;
    top: 40px;
    padding: 10px;
    font-size: 13px;
  }
  .block_log_mb .log_fun {
    color: #333333;
  }
  .call_mmenu {
    width: 34px;
    height: 34px;
    background: #a6a6a6;
    padding: 8px;
  }
  .call_mmenu .icon {
    width: 18px;
    height: 18px;
    display: block;
    background: #ffffff;
    position: relative;
  }
  .call_mmenu .icon:before, .call_mmenu .icon:after {
    content: "";
    background: #a6a6a6;
    z-index: 1;
    position: absolute;
  }
  .call_mmenu .icon:before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
  }
  .call_mmenu .icon:after {
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0;
    margin-left: -1px;
  }
  .autocomplete-suggestions {
    left: 42px;
    right: 0;
    margin: auto;
  }
  .social-right {
    right: unset;
    border-radius: 0px 5px 5px 0px;
  }
}
@media (max-width: 667px) {
  .block_log_mb .dropdown-toggle.logged {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    padding-right: 10px;
  }
  .block_log_mb .dropdown-toggle.logged span {
    display: none;
  }
  .block_log_mb .dropdown-toggle.logged .fa {
    display: inline-block;
  }
  .psy-pane {
    display: none !important;
  }
  .social-right .smooth {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 43px;
  }
}
@media (max-width: 350px) {
  .header-top .col_right .input_search {
    width: 250px;
  }
}
@media (max-width: 400px) and (min-width: 351px) {
  .header-top .col_right .input_search {
    width: 270px;
  }
}
@media (max-width: 767px) {
  header .row {
    margin: 0;
  }
  .modal-dialog {
    margin: 30px 15px;
  }
  .c-box_info-other .c-wrapper-content {
    padding: 0px 0px 20px;
  }
  .c-box_info-other .c-social_regis .container {
    padding: 0 10px;
  }
  .c-box_info-other .c-social_regis .c-item-social {
    padding: 0;
  }
  .c-box_info-other .c-social_regis .c-item_regis .c-title {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .c-box_info-other .c-social_regis .c-item_regis .c-form {
    padding-left: 30px;
    padding-right: 0;
  }
  .c-box_info-other .c-wrapper-content .c-title_head {
    margin-top: 15px;
  }
  .c-box_info-other .c-wrapper-content .news-footer .c-name-time {
    position: relative;
    padding: 10px 0px 1px;
    background: no-repeat;
    color: #333;
  }
  .c-box_info-other .c-wrapper-content .news-footer .newslist-item {
    color: #333;
  }
  .autocomplete-suggestions {
    top: 95px;
  }
}
@media (max-width: 992px) {
  .header-top .c-box_other {
    display: none;
  }
  footer .c-box_support {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
  footer .c-box_support .c-title_box {
    justify-content: flex-start;
    padding: 10px;
  }
  footer .c-box_support .c-content-support {
    padding-bottom: 10px;
    padding-left: 0px;
  }
  footer .c-box_support .c-content-support .row {
    margin: 0;
  }
  footer .c-box_support .c-content-support .col.col-md-2 {
    padding: 15px 10px 5px;
  }
  .wrapper-popup-2,
  .wrapper-popup {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
    background: none;
  }
  .col_aside {
    display: none;
  }
}
.con-box .top .row {
  display: flex;
  align-items: center;
}
.con-box .top .language {
  display: flex;
  gap: 10px;
  margin-right: 20px;
}
.con-box .top .language .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] img {
  width: 22px !important;
  height: 16px !important;
}

.select2-results__option img {
  width: 22px !important;
  height: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img {
  width: 22px !important;
  height: 16px !important;
}

.language .dropdown-menu {
  display: flex;
  flex-direction: column;
}

.chosen-container {
  display: none !important;
}

#chat-icon {
  max-width: 55px;
  position: fixed;
  bottom: 28%;
  right: 0;
}
#chat-icon img {
  max-width: 55px;
}

#chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  height: 450px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  #chat-container {
    width: 280px;
    height: 400px;
    bottom: 10px;
    right: 10px;
  }
}

#chat-header {
  color: #ffffff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
}
#chat-header span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
#chat-header span img {
  margin-right: 10px;
}
#chat-header span span {
  padding: 2px 0 0 17px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.9;
}
#chat-header #close-chat {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#chat-header #close-chat:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

#chat-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
}
#chat-messages::-webkit-scrollbar {
  width: 6px;
}
#chat-messages::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
#chat-messages::-webkit-scrollbar-thumb {
  background: #d9222a;
  border-radius: 3px;
}
#chat-messages::-webkit-scrollbar-thumb:hover {
  background: #c41e1e;
}
#chat-messages .message {
  margin-bottom: 15px;
}
#chat-messages .message.user {
  text-align: right;
}
#chat-messages .message.user .message-content {
  background: #d9222a;
  color: #ffffff;
  border-radius: 15px 15px 5px 15px;
  padding: 10px 15px;
  display: inline-block;
  max-width: 80%;
  font-size: 14px;
  line-height: 1.4;
}
#chat-messages .message.bot {
  text-align: left;
}
#chat-messages .message.bot .message-content {
  background: #ffffff;
  color: #333333;
  border-radius: 15px 15px 15px 5px;
  padding: 10px 15px;
  display: inline-block;
  max-width: 80%;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #e0e0e0;
}

#chat-form {
  padding: 15px 20px;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 10px;
  align-items: center;
}
#chat-form #chat-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
#chat-form #chat-input:focus {
  border-color: #d9222a;
  box-shadow: 0 0 0 3px rgba(217, 34, 42, 0.1);
}
#chat-form #chat-input::-moz-placeholder {
  color: #999999;
}
#chat-form #chat-input::placeholder {
  color: #999999;
}
#chat-form button[type=submit] {
  background: #d9222a;
  color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
}
#chat-form button[type=submit]:hover {
  background: #c41e1e;
  transform: translateY(-1px);
}
#chat-form button[type=submit]:active {
  transform: translateY(0);
}

#chat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 999;
  transition: background-color 2s ease;
  pointer-events: none;
}
#chat-overlay.active {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: all;
}

#chat-tooltip {
  position: fixed;
  bottom: 35%;
  right: 70px;
  background: #333333;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  max-width: 200px;
  text-align: center;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.5s ease;
  z-index: 1001;
}
#chat-tooltip:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #333333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#chat-tooltip.show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 767px) {
  #chat-tooltip {
    bottom: 40%;
    right: 65px;
    max-width: 150px;
    font-size: 13px;
    padding: 8px 12px;
  }
}/*# sourceMappingURL=style.css.map */